@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-redpurple: #6B0B2B;
  --cc-pink: #d73d71;
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- ニュース一覧

================================================ */
.news-content {
  margin-top: 30px;
  padding: 44px 0 77px;
  background-color: #FFFFFF;
}

.news-content__inner {
  padding: 0 60px;
}

.news-list__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  color: #111111;
}

.news-list__item:not(:first-of-type) {
  margin-top: 20px;
}

.news-list__day {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
  font-size: 1rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.news-list__txt {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: calc(100% - 196px);
  font-size: 1rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (hover: hover) {
  .news-list__item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .news-list__item a:any-link:hover {
    opacity: 0.7;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .news-content {
    margin-top: 30px;
    padding: 36px 0 64px;
  }
  .news-content__inner {
    padding: 0 5.333vw;
  }
  .news-list__item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-list__item:not(:first-of-type) {
    margin-top: 15px;
  }
  .news-list__day {
    width: auto;
    font-size: 4vw;
  }
  .news-list__txt {
    width: 100%;
    font-size: 4vw;
  }
}
/* ================================================

- ニュース詳細

================================================ */
.news-content.-detail {
  padding: 70px 0 130px;
}

.news-detail__head__day {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.news-detail__ttl {
  margin-top: 11px;
  font-size: 1.75rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.news-detail__body {
  margin-top: 35px;
  padding-top: 51px;
  font-size: 1rem;
  line-height: 2;
  border-top: dotted 1px #B2B2B2;
}
.news-detail__body p {
  font-size: 1rem;
  line-height: 2;
}
.news-detail__body a {
  color: #0077cc;
  text-decoration: underline;
}
.news-detail__body a:hover {
  opacity: 0.7;
}
.news-detail__body h1 {
  font-size: 1.75rem;
  font-weight: bold;
}
.news-detail__body h2 {
  font-size: 1.625rem;
  font-weight: bold;
}
.news-detail__body h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.news-detail__body h4 {
  font-size: 1.375rem;
  font-weight: bold;
}
.news-detail__body h5 {
  font-size: 1.25rem;
  font-weight: bold;
}
.news-detail__body h6 {
  font-size: 1.125rem;
  font-weight: bold;
}
.news-detail__body hr {
  margin: 30px 0;
  border-bottom: dotted 1px #B2B2B2;
  border-bottom: none;
}
.news-detail__body strong {
  font-weight: bold;
}
.news-detail__body em {
  font-style: italic;
}
.news-detail__body blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.news-detail__body .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news-detail__body img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.news-btn {
  margin-top: 45px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .news-content.-detail {
    padding: 56px 0 100px;
  }
  .news-detail__head__day {
    font-size: 4.5333333333vw;
  }
  .news-detail__ttl {
    margin-top: 11px;
    font-size: 6.6666666667vw;
  }
  .news-detail__body {
    margin-top: 30px;
    padding-top: 35px;
    font-size: 4vw;
  }
  .news-detail__body p {
    font-size: 4vw;
  }
  .news-detail__body h1 {
    font-size: 6.9333333333vw;
  }
  .news-detail__body h2 {
    font-size: 6.4vw;
  }
  .news-detail__body h3 {
    font-size: 5.8666666667vw;
  }
  .news-detail__body h4 {
    font-size: 5.3333333333vw;
  }
  .news-detail__body h5 {
    font-size: 4.8vw;
  }
  .news-detail__body h6 {
    font-size: 4.2666666667vw;
  }
  .news-detail__body hr {
    margin: 21px 0;
  }
  .news-btn {
    margin-top: 9.333vw;
  }
}