@charset "utf-8";
/*
.any {
  @mixin objectfit;
}
@mixin objectfit; でcover:デフォルト
@mixin objectfit contain; でcontain等に上書き
object-fit-images用
*/
@media (min-width: 1201px),print {
  .news-sort__year {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .news-sort__year .current-year {
    width: 172px;
    height: 50px;
    border: 2px solid #0a3291;
    border-radius: 26px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 11;
    background-color: #fff;
  }
  .news-sort__year .current-year.active:after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    top: 5px;
  }
  .news-sort__year .current-year:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-left: 2px solid #0a3291;
    border-bottom: 2px solid #0a3291;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    right: 40px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
  }
  .news-sort__year .current-year span {
    color: #0a3291;
    font-weight: 500;
  }
  .news-sort__year .accordion__target {
    overflow: hidden;
    height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 10;
    width: 172px;
    background-color: #f6f6f6;
    left: 0;
    top: 50%;
    border-radius: 0 0 16px 16px;
    border: 2px solid #0a3291;
  }
  .news-sort__year .accordion__target .accordion__inner {
    padding: 30px 0 18px;
  }
  .news-sort__year .accordion__target a {
    display: block;
    text-align: center;
    width: 100%;
    color: #0a3291;
    font-weight: 500;
  }
  .news-sort__year .accordion__target a + a {
    margin-top: 10px;
  }
  .news-sort__month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    margin-left: -20px;
  }
  .news-sort__month a,.news-sort__month p {
    width: 173px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f7f8fb;
    border-radius: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 20px;
  }
  .news-sort__month a span, .news-sort__month p span {
    color: #000;
    font-weight: 500;
  }
  .news-sort__month a.current, .news-sort__month p.current {
    background-color: #6c84bd;
  }
  .news-sort__month a.current span, .news-sort__month p.current span {
    color: #fff;
  }
  .news-sort__month a.disable, .news-sort__month p.disable {
    background-color: #f9f9f9;
    border: 2px solid #cacaca;
  }
  .news-sort__month a.disable span, .news-sort__month p.disable span {
    color: #cacaca;
  }
  .news-sort__month a {
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    will-change: border-color, background-color;
  }
  .news-sort__month a:hover {
    border-color: transparent;
    background-color: #6c84bd;
    opacity: 1;
  }
  .news-sort__month a:hover span {
    color: #fff;
  }
  .tab {
    margin-top: 50px;
  } 
  .tab__head {
    display: flex;
    border-bottom: 2px solid #6c84bd;
  }
  .tab__head__item.active {
    background-color: #6c84bd;
    color: #fff;
  }
  .tab__head__item {
    width: 50%;
    background-color: #f7f8fb;
    color: #000000;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3sease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3sease;
    will-change: opacity;
    font-size: 1.25rem;
  }
  .tab__head__item span { 
    font-weight: 500;
  }
  .tab__head .disable {
    background-color: #f9f9f9;
    border: 2px solid #cacaca;
  }
  .tab__head .disable span {
    color: #cacaca;
  }
  .news-list {
    margin-top: 32px;
  }
  .news-list__date {
    color: #6f6f6f;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .news-list__ttl {
    margin-left: 38px;
  }
  .news-list li a,.news-list li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    position: relative;
    padding-right: 74px;
  }
  .news-list li a:after {
    position: absolute;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #0a3291;
    border-right: 2px solid #0a3291;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .news-list li + li {
    border-top: 1px solid #cfcfcf;
  }
  .news-detail__date {
    color: #6f6f6f;
  }
  .news-detail__ttl {
    font-weight: 700;
    font-size: 1.875rem;
    margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 1.1px;
  }
  .news-detail__content p {
    margin: 26px 0;
    line-height: 1.8;
  }
  .news_topics .news-detail__content p {
    margin: 0 0;
  }
  .news_topics .news-detail__ttl {
    margin-bottom: 20px;
  }
  .news-detail__text-right {
    margin: 60px 0;
  }
  .news-detail__text-right p {
    text-align: right;
  }
  .news-detail__list {
    margin: 45px 0;
  }
  .news-detail__list li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .news-detail__list li + li {
    margin-top: 3px;
  }
  .news-detail__box {
    margin: 50px 0;
  }
  .news-detail__box .bold {
    margin-bottom: 6px;
    font-weight: 700;
  }
  .news-detail__box .bold + p {
    margin-top: 0;
  }
  .news-detail__image {
    text-align: center;
  }
  .news-detail__image img {
    width: auto;
    max-width: 100%;
  }
  .news-detail .c-box {
    margin: 50px 0;
  }
  .news-detail .c-box__content {
    padding-left: 0;
    padding-right: 0;
  }
  .news-detail .c-box__content p:first-of-type {
    margin-top: 0;
  }
  .news-detail .c-box--left .c-box__content {
    padding-top: 20px;
  }
  .news-detail .c-box--bottom .c-box__ttl {
    font-size: 1.25rem;
    padding-bottom: 6px;
  }
  .news-detail .c-box--bottom .c-box__content {
    padding-top: 10px;
  }
  .news-detail .c-button {
    margin-top: 60px;
  }
  .news-detail .c-button a {
    width: 250px;
  }
  img {
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .news-sort__year {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .news-sort__year .current-year {
    width: calc( var(--vw) * 13.4375 );
    height: calc( var(--vw) * 3.90625 );
    border: calc( var(--vw) * 0.15625 ) solid #0a3291;
    border-radius: calc( var(--vw) * 2.03125 );
    padding-right: calc( var(--vw) * 2.34375 );
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 11;
    background-color: #fff;
  }
  .news-sort__year .current-year.active:after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    top: calc( var(--vw) * 0.390625 );
  }
  .news-sort__year .current-year:after {
    content: "";
    display: block;
    width: calc( var(--vw) * 0.703125 );
    height: calc( var(--vw) * 0.703125 );
    border-left: calc( var(--vw) * 0.15625 ) solid #0a3291;
    border-bottom: calc( var(--vw) * 0.15625 ) solid #0a3291;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: calc( var(--vw) * -0.234375 );
    bottom: 0;
    margin: auto;
    right: calc( var(--vw) * 3.125 );
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
  }
  .news-sort__year .current-year span {
    color: #0a3291;
    font-weight: 500;
  }
  .news-sort__year .accordion__target {
    overflow: hidden;
    height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 10;
    width: calc( var(--vw) * 13.4375 );
    background-color: #f6f6f6;
    left: 0;
    top: 50%;
    border-radius: 0 0 calc( var(--vw) * 1.25 ) calc( var(--vw) * 1.25 );
    border: calc( var(--vw) * 0.15625 ) solid #0a3291;
  }
  .news-sort__year .accordion__target .accordion__inner {
    padding: calc( var(--vw) * 2.34375 ) 0 calc( var(--vw) * 1.40625 );
  }
  .news-sort__year .accordion__target a {
    display: block;
    text-align: center;
    width: 100%;
    color: #0a3291;
    font-weight: 500;
  }
  .news-sort__year .accordion__target a + a {
    margin-top: calc( var(--vw) * 0.78125 );
  }
  .news-sort__month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: calc( var(--vw) * 1.5625 );
    margin-left: calc( var(--vw) * -1.5625 );
  }
  .news-sort__month a,.news-sort__month p {
    width: calc( var(--vw) * 13.515625 );
    height: calc( var(--vw) * 3.125 );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f7f8fb;
    border-radius: calc( var(--vw) * 2.1875 );
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: calc( var(--vw) * 1.5625 );
  }
  .news-sort__month a span, .news-sort__month p span {
    color: #000;
    font-weight: 500;
  }
  .news-sort__month a.current, .news-sort__month p.current {
    background-color: #6c84bd;
  }
  .news-sort__month a.current span, .news-sort__month p.current span {
    color: #fff;
  }
  .news-sort__month a.disable, .news-sort__month p.disable {
    background-color: #f9f9f9;
    border: calc( var(--vw) * 0.15625 ) solid #cacaca;
  }
  .news-sort__month a.disable span, .news-sort__month p.disable span {
    color: #cacaca;
  }
  .news-sort__month a {
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    will-change: border-color, background-color;
  }
  .news-sort__month a:hover {
    border-color: transparent;
    background-color: #6c84bd;
    opacity: 1;
  }
  .news-sort__month a:hover span {
    color: #fff;
  }
  .tab {
    margin-top: 50px;
  } 
  .tab__head {
    display: flex;
    border-bottom: 2px solid #6c84bd;
  }
  .tab__head__item.active {
    background-color: #6c84bd;
    color: #fff;
  }
  .tab__head__item {
    width: 50%;
    background-color: #f7f8fb;
    color: #000000;
    height: calc(var(--vw)* 5.46875);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3sease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3sease;
    will-change: opacity;
    font-size: calc(var(--vw)* 1.5625);
  }
  .tab__head__item span { 
    font-weight: 500;
  }
  .tab__head .disable {
    background-color: #f9f9f9;
    border: 2px solid #cacaca;
  }
  .tab__head .disable span {
    color: #cacaca;
  }
  .news-list {
    margin-top: calc( var(--vw) * 2.5 );
  }
  .news-list__date {
    color: #6f6f6f;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .news-list__ttl {
    margin-left: calc( var(--vw) * 2.96875 );
  }
  .news-list li a,.news-list li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc( var(--vw) * 1.953125 ) 0;
    position: relative;
    padding-right: calc( var(--vw) * 5.78125 );
  }
  .news-list li a:after {
    position: absolute;
    content: "";
    display: block;
    width: calc( var(--vw) * 0.703125 );
    height: calc( var(--vw) * 0.703125 );
    border-top: calc( var(--vw) * 0.15625 ) solid #0a3291;
    border-right: calc( var(--vw) * 0.15625 ) solid #0a3291;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: calc( var(--vw) * 3.125 );
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .news-list li + li {
    border-top: 1px solid #cfcfcf;
  }
  .news-detail__date {
    color: #6f6f6f;
  }
  .news-detail__ttl {
    font-weight: 700;
    font-size: calc( var(--vw) * 2.34375 );
    margin-top: calc( var(--vw) * 0.78125 );
    line-height: 1.5;
    letter-spacing: calc( var(--vw) * 0.08593750000000001 );
  }
  .news-detail__content p {
    margin: calc( var(--vw) * 2.03125 ) 0;
    line-height: 1.8;
  }
  .news_topics .news-detail__content p {
    margin: 0 0;
  }
  .news_topics .news-detail__ttl {
    margin-bottom: calc( var(--vw) * 1.4 );
  }
  .news-detail__text-right {
    margin: calc( var(--vw) * 4.6875 ) 0;
  }
  .news-detail__text-right p {
    text-align: right;
  }
  .news-detail__list {
    margin: calc( var(--vw) * 3.515625 ) 0;
  }
  .news-detail__list li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .news-detail__list li + li {
    margin-top: calc( var(--vw) * 0.234375 );
  }
  .news-detail__box {
    margin: calc( var(--vw) * 3.90625 ) 0;
  }
  .news-detail__box .bold {
    margin-bottom: calc( var(--vw) * 0.46875 );
    font-weight: 700;
  }
  .news-detail__box .bold + p {
    margin-top: 0;
  }
  .news-detail__image {
    text-align: center;
  }
  .news-detail__image img {
    width: auto;
    max-width: 100%;
  }
  .news-detail .c-box {
    margin: calc( var(--vw) * 3.90625 ) 0;
  }
  .news-detail .c-box__content {
    padding-left: 0;
    padding-right: 0;
  }
  .news-detail .c-box__content p:first-of-type {
    margin-top: 0;
  }
  .news-detail .c-box--left .c-box__content {
    padding-top: calc( var(--vw) * 1.5625 );
  }
  .news-detail .c-box--bottom .c-box__ttl {
    font-size: calc( var(--vw) * 1.5625 );
    padding-bottom: calc( var(--vw) * 0.46875 );
  }
  .news-detail .c-box--bottom .c-box__content {
    padding-top: calc( var(--vw) * 0.78125 );
  }
  .news-detail .c-button {
    margin-top: calc( var(--vw) * 4.6875 );
  }
  .news-detail .c-button a {
    width: calc( var(--vw) * 19.53125 );
  }
  img {
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .news-sort__year {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .news-sort__year .current-year {
    width: 42.96875vw;
    height: 9.114583333333332vw;
    border: 0.26041666666666663vw solid #0a3291;
    border-radius: 4.6875vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 11;
    background-color: #fff;
    padding-right: 13.020833333333334vw;
  }
  .news-sort__year .current-year.active:after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    top: 0.6510416666666667vw;
  }
  .news-sort__year .current-year:after {
    content: "";
    display: block;
    width: 1.5625vw;
    height: 1.5625vw;
    border-left: 0.390625vw solid #0a3291;
    border-bottom: 0.390625vw solid #0a3291;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5.989583333333334vw;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
  }
  .news-sort__year .current-year span {
    color: #0a3291;
    font-weight: 500;
    font-size: 3.2552083333333335vw;
  }
  .news-sort__year .accordion__target {
    overflow: hidden;
    height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 10;
    width: 42.96875vw;
    background-color: #f6f6f6;
    left: 0;
    top: 50%;
    border-radius: 0 0 2.083333333333333vw 2.083333333333333vw;
    border: 0.26041666666666663vw solid #0a3291;
  }
  .news-sort__year .accordion__target .accordion__inner {
    padding: 5.208333333333334vw 0 2.604166666666667vw;
  }
  .news-sort__year .accordion__target a {
    display: block;
    text-align: center;
    width: 100%;
    color: #0a3291;
    font-weight: 500;
    font-size: 3.2552083333333335vw;
  }
  .news-sort__year .accordion__target a + a {
    margin-top: 1.953125vw;
  }
  .news-sort__month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-sort__month a,.news-sort__month p {
    width: 42.96875vw;
    margin-top:5.208333333333334vw;
    height: 9.114583333333332vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f7f8fb;
    border-radius: 4.427083333333334vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news-sort__month a:nth-child(2n), .news-sort__month p:nth-child(2n) {
    margin-left: 3.6458333333333335vw;
  }
  .news-sort__month a span, .news-sort__month p span {
    color: #000;
    font-weight: 500;
  }
  .news-sort__month a.current, .news-sort__month p.current {
    background-color: #6c84bd;
  }
  .news-sort__month a.current span, .news-sort__month p.current span {
    color: #fff;
  }
  .news-sort__month a.disable, .news-sort__month p.disable {
    background-color: #f9f9f9;
    border: 0.26041666666666663vw solid #cacaca;
  }
  .news-sort__month a.disable span, .news-sort__month p.disable span {
    color: #cacaca;
  }
  .news-sort__month a {
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    will-change: border-color, background-color;
  }
  .news-sort__month a:hover {
    border-color: transparent;
    background-color: #6c84bd;
    opacity: 1;
  }
  .news-sort__month a:hover span {
    color: #fff;
  }
  .tab {
    margin-top: 10.208333333333334vw;
  } 
  .tab__head {
    display: flex;
    border-bottom: 2px solid #6c84bd;
  }
  .tab__head__item.active {
    background-color: #6c84bd;
    color: #fff;
  }
  .tab__head__item {
    width: 50%;
    background-color: #f7f8fb;
    color: #000000;
    height: 11.71875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3sease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3sease;
    will-change: opacity;
    font-size: 3.2552083333333335vw;
  }
  .tab__head__item span { 
    font-weight: 500;
  }
  .tab__head .disable {
    background-color: #f9f9f9;
    border: 2px solid #cacaca;
  }
  .tab__head .disable span {
    color: #cacaca;
  }
  .news-list {
    margin-top: 7.8125vw;
  }
  .news-list__date {
    color: #6f6f6f;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .news-list__ttl {
    margin-top: 4.6875vw;
    line-height: 1.6;
  }
  .news-list li a,.news-list li div {
    padding: 5.208333333333334vw 0;
    display: block;
    position: relative;
  }
  .news-list li a:after {
    position: absolute;
    content: "";
    display: block;
    width: 1.8229166666666667vw;
    height: 1.8229166666666667vw;
    border-top: 0.5208333333333333vw solid #0a3291;
    border-right: 0.5208333333333333vw solid #0a3291;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 0px;
    top: 6.770833333333333vw;
    right: 2.604166666666667vw;
    margin: auto;
  }
  .news-list li + li {
    border-top: 1px solid #cfcfcf;
  }
  .news-detail__date {
    color: #6f6f6f;
    font-size: 3.6458333333333335vw;
  }
  .news-detail__ttl {
    font-weight: 700;
    font-size: 5.208333333333334vw;
    margin: 2.604166666666667vw 0 6.510416666666667vw;
    line-height: 1.4;
  }
  .news-detail__content p {
    margin: 3.3854166666666665vw 0;
    line-height: 1.8;
  }
  .news_topics .news-detail__content p {
    margin: 0 0;
  }
  .news-detail__text-right {
    margin: 7.8125vw 0;
  }
  .news-detail__text-right p {
    text-align: right;
  }
  .news-detail__list {
    margin: 7.8125vw 0;
  }
  .news-detail__list li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .news-detail__box {
    margin: 7.8125vw 0;
  }
  .news-detail__box .bold {
    margin-bottom: 2.604166666666667vw;
    font-weight: 700;
  }
  .news-detail__box .bold + p {
    margin-top: 0;
  }
  .news-detail__image {
    text-align: center;
  }
  .news-detail__image img {
    width: auto;
    max-width: 100%;
  }
  .news-detail .c-box {
    margin: 7.8125vw 0;
  }
  .news-detail .c-box__content {
    padding-left: 0;
    padding-right: 0;
  }
  .news-detail .c-box__content p:first-of-type {
    margin-top: 0;
  }
  .news-detail .c-box--bottom .c-box__ttl {
    font-size: 4.427083333333334vw;
    padding-bottom: 2.34375vw;
  }
  .news-detail .c-button {
    margin-top: 10.416666666666668vw;
  }
  .news-detail .c-button a {
    width: 65.10416666666666vw;
  }
  img {
    width: auto;
    max-width: 100%;
  }
}
