@charset "UTF-8";
/* ================================================= *
 *        	common
 * ================================================= */
html {
  color: #4d4d4d;
  font-size: 62.5%;
  line-height: 1.4;
  -webkit-appearance: none;
  scroll-behavior: smooth;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

/* YUI CSS Detection Stamp */
a {
  text-decoration: none;
  outline: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ======================================= */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
}

#headerArea,
#footerArea {
  margin: 0 auto;
  background-color: #fff;
}

/* ================================================= *
 *        	style
 * ================================================= */
/* ------------------------------------
 *        	layout
------------------------------------ */
.main {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.over_area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.over_area_inner {
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.onlySp {
  display: none;
}

@media (max-width: 768px) {
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
}
@media (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
/*各ページ共通タイトルエリア*/
.pageContentsArea {
  width: 100%;
  padding-top: 136px;
}
@media (max-width: 768px) {
  .pageContentsArea {
    padding-top: 0;
  }
}

h1.titleArea {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f0f0;
  margin-bottom: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  h1.titleArea {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding: 10px 0;
  }
}

.container {
  width: min(92%, 920px);
  margin: 40px auto;
}

/* ================================================= *
 *        	campaign_news
 * ================================================= */
.campaign_news_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  border-top: 2px solid #cd031a;
}
@media (max-width: 768px) {
  .campaign_news_list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px 4%;
  }
}
.campaign_news_list__img {
  width: 300px;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 480px) {
  .campaign_news_list__img {
    width: 100%;
  }
}
.campaign_news_list__btn {
  width: 300px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .campaign_news_list__btn {
    width: 100%;
    margin-right: 0;
  }
}
.campaign_news_list__link {
  color: currentColor;
}

.campaign_news_data {
  line-height: 1.625;
}
@media (max-width: 768px) {
  .campaign_news_data {
    margin-top: 15px;
  }
}
.campaign_news_data__title {
  margin-top: 5px;
}

/* ================================================= *
 *        	news_detail
 * ================================================= */
#news_detail .container {
  margin: 40px auto 60px;
}
@media (max-width: 480px) {
  #news_detail .container {
    margin-top: 0;
  }
}

.news_detail_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.news_detail_head__period {
  width: min(95%, 360px);
  margin: 0 auto;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 480px) {
  .news_detail_head__period {
    width: 92%;
  }
}
.news_detail_head__period strong {
  display: block;
  border-bottom: 1px solid red;
  color: red;
  font-weight: bold;
}
.news_detail_head__kv {
  width: min(92%, 720px);
  margin-inline: auto;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .news_detail_head__kv {
    margin-top: 10px;
  }
}
.news_detail_head__kv img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.news_detail_content {
  margin-top: 10px;
}
.news_detail_content:not(:first-of-type) {
  margin-top: 30px;
}
.news_detail_content__title {
  font-family: initial;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}
.news_detail_content__data {
  max-width: 840px;
  margin: 10px auto;
  padding: 30px 10px;
  border: 1px solid lightgray;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.news_detail_content__link {
  text-decoration: underline;
}