@media (min-width:769px),
print {
    .sec-ttl {
        background: url(../images/common/bg_pink.png?v2f505faae4a684046fe75b33fe7a6527) no-repeat 0 0;
        background-size: cover;
        padding: 86px 0 48px;
        position: relative;
        text-align: center
    }

    .sec-ttl:after {
        background: url(../images/common/wave_white.png?ve9ad02dbc665515ccdd3035dba0e13c3) repeat-x 145px top;
        background-size: auto 100%;
        bottom: 0;
        content: "";
        display: block;
        height: 20px;
        position: absolute;
        width: 100%
    }

    .sec-ttl .en {
        display: block;
        height: 14px;
        margin-top: 26px;
        text-align: center
    }

    .sec-ttl .en img {
        height: 100%;
        vertical-align: top;
        width: auto
    }

    .sec-ttl img {
        width: 400px
    }

    .news-list {
        padding: 76px 0 80px
    }

    .news__list li:after {
        border-top: 3px dotted #ddd7d2;
        content: "";
        display: block;
        height: 3px;
        width: 100%
    }

    .news__list li+li {
        margin-top: 20px
    }

    .news__list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px 20px 16px 0;
        position: relative
    }

    .news__list li a:after {
        border-color: transparent transparent transparent #715d4e;
        border-style: solid;
        border-width: 7px 0 7px 11px;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
        transition: border-color .3s ease;
        width: 0;
        will-change: border-color
    }

    .news__list li a p {
        color: #4c2707;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
        will-change: color
    }

    .news__list li a p.date {
        width: 160px
    }

    .news__list li a p.title {
        width: calc(100% - 160px)
    }

    .news__list li a:hover:after {
        border-color: transparent transparent transparent #eb5151
    }

    .news__list li a:hover p {
        color: #eb5151
    }

    .news__list li.icon-new p.title:after {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #2f6423;
        border-radius: 4px;
        color: #fff;
        content: "New";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-family: Comfortaa, cursive;
        font-size: .8125rem;
        height: 22px;
        justify-content: center;
        letter-spacing: 0;
        margin-left: 10px;
        width: 44px
    }

    .news .pager {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-top: 48px
    }

    .news .pager a {
        display: block;
        font-weight: 700
    }

    .news .pager__arrow {
        padding: 4px
    }

    .news .pager__arrow:after,
    .news .pager__arrow:before {
        -webkit-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
        transition: border-color .3s ease;
        will-change: border-color
    }

    .news .pager__arrow.first:after,
    .news .pager__arrow.first:before,
    .news .pager__arrow.last:after,
    .news .pager__arrow.last:before {
        border-style: solid;
        content: "";
        display: inline-block;
        height: 0;
        width: 0
    }

    .news .pager__arrow.first {
        margin-right: 20px
    }

    .news .pager__arrow.first:hover:after,
    .news .pager__arrow.first:hover:before {
        border-color: transparent #eb5151 transparent transparent
    }

    .news .pager__arrow.first:after,
    .news .pager__arrow.first:before {
        border-color: transparent #553921 transparent transparent;
        border-width: 6px 7px 6px 0
    }

    .news .pager__arrow.last {
        margin-left: 20px
    }

    .news .pager__arrow.last:hover:after,
    .news .pager__arrow.last:hover:before {
        border-color: transparent transparent transparent #eb5151
    }

    .news .pager__arrow.last:after,
    .news .pager__arrow.last:before {
        border-color: transparent transparent transparent #553921;
        border-width: 6px 0 6px 7px
    }

    .news .pager__arrow.next:before,
    .news .pager__arrow.prev:before {
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        width: 0
    }

    .news .pager__arrow.prev {
        margin-right: 28px
    }

    .news .pager__arrow.prev:hover:after,
    .news .pager__arrow.prev:hover:before {
        border-color: transparent #eb5151 transparent transparent
    }

    .news .pager__arrow.prev:before {
        border-color: transparent #553921 transparent transparent;
        border-width: 6px 11px 6px 0
    }

    .news .pager__arrow.next {
        margin-left: 28px
    }

    .news .pager__arrow.next:hover:after,
    .news .pager__arrow.next:hover:before {
        border-color: transparent transparent transparent #eb5151
    }

    .news .pager__arrow.next:before {
        border-color: transparent transparent transparent #553921;
        border-width: 6px 0 6px 11px
    }

    .news .pager__number {
        font-family: Comfortaa, cursive;
        font-size: 1.25rem;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
        will-change: color
    }

    .news .pager__number:not(.current) {
        padding: 4px
    }

    .news .pager__number:not(.current):hover {
        color: #eb5151
    }

    .news .pager__number.current {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #eb5151;
        border-radius: 50%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.5rem;
        height: 42px;
        justify-content: center;
        width: 42px
    }

    .news .pager__number+.pager__number {
        margin-left: 24px
    }

    .news-detail {
        padding: 90px 0 80px
    }

    .news-detail__ttl {
        font-size: 1.75rem;
        font-weight: 500;
        margin-bottom: 26px
    }

    .news-detail__ttl h3{
        line-height: 1.3;
    }

    .news-detail__ttl .date {
        font-size: 1rem;
        margin-bottom: 22px
    }

    .news-detail p {
        margin: 20px 0
    }

    .news-detail h4 {
        font-size: 1.375rem;
        font-weight: 500;
        margin: 54px 0 24px
    }

    .news-detail ul {
        margin: 24px 0
    }

    .news-detail ul li {
        margin-left: 1em;
        text-indent: -1em
    }

    .news-detail ul li+li {
        margin-top: 5px
    }

    .news-detail .link {
        margin: 20px 0;
        width: 380px
    }

    .news-detail .link a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #eb5151;
        border: 2px solid #eb5151;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        justify-content: center;
        padding: 12px 30px 12px 20px;
        position: relative;
        text-decoration: none;
        -webkit-transition: background-color .3s ease, color .3s ease;
        -o-transition: background-color .3s ease, color .3s ease;
        transition: background-color .3s ease, color .3s ease;
        width: 100%;
        will-change: background-color, color
    }

    .news-detail .link a:after {
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 5px 0 5px 6px;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        margin: auto;
        position: absolute;
        right: 16px;
        top: 0;
        -webkit-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
        transition: border-color .3s ease;
        width: 0;
        will-change: border-color
    }

    .news-detail .link a:hover {
        background-color: #fff;
        color: #eb5151
    }

    .news-detail .link a:hover:after {
        border-color: transparent transparent transparent #eb5151
    }

    .news-detail .file {
        margin: 20px 0;
        width: 380px
    }

    .news-detail .file a {
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.6;
        padding: 12px 20px 12px 46px;
        position: relative;
        text-decoration: none;
        -webkit-transition: background-color .3s ease, color .3s ease;
        -o-transition: background-color .3s ease, color .3s ease;
        transition: background-color .3s ease, color .3s ease;
        width: 100%;
        will-change: background-color, color
    }

    .news-detail .file a:before {
        bottom: 0;
        content: "";
        height: 24px;
        left: 16px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 19px
    }

    .news-detail .file .pdf a {
        border: 2px solid #eb5151;
        color: #eb5151
    }

    .news-detail .file .pdf a:hover {
        background-color: #eb5151;
        color: #fff
    }

    .news-detail .file .pdf a:hover:before {
        background: url(../images/news/icon_pdf_white.svg?v2ed0e29b70977cdaf05137d3e9ea3d04) no-repeat 50%;
        background-size: contain
    }

    .news-detail .file .pdf a:before {
        background: url(../images/news/icon_pdf.svg?vf0b596b28df5c70af659987a385c2b9d) no-repeat 50%;
        background-size: contain
    }

    .news-detail .file .xls a,
    .news-detail .file .xlsx a {
        border: 2px solid #37702b;
        color: #37702b
    }

    .news-detail .file .xls a:hover,
    .news-detail .file .xlsx a:hover {
        background-color: #37702b;
        color: #fff
    }

    .news-detail .file .xls a:hover:before,
    .news-detail .file .xlsx a:hover:before {
        background: url(../images/news/icon_exel_white.svg?v0e5296f422c4c4b981b3689795260626) no-repeat 50%;
        background-size: contain
    }

    .news-detail .file .xls a:before,
    .news-detail .file .xlsx a:before {
        background: url(../images/news/icon_exel.svg?vca355c3fdcd9a58a91a7d99a02da66fc) no-repeat 50%;
        background-size: contain
    }

    .news-detail .file .doc a,
    .news-detail .file .docx a {
        border: 2px solid #6575b1;
        color: #6575b1
    }

    .news-detail .file .doc a:hover,
    .news-detail .file .docx a:hover {
        background-color: #6575b1;
        color: #fff
    }

    .news-detail .file .doc a:hover:before,
    .news-detail .file .docx a:hover:before {
        background: url(../images/news/icon_word_white.svg?v3647cd328021d13ce5335f8329cfbccc) no-repeat 50%;
        background-size: contain
    }

    .news-detail .file .doc a:before,
    .news-detail .file .docx a:before {
        background: url(../images/news/icon_word.svg?vbf513febedcc85f892a33961a109b518) no-repeat 50%;
        background-size: contain
    }

    .news-detail .pager__detail {
        margin-top: 90px;
        text-align: center
    }

    .news-detail .pager__detail .inner {
        position: relative
    }

    .news-detail .pager__detail .inner .next,
    .news-detail .pager__detail .inner .prev {
        position: absolute;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
        will-change: color
    }

    .news-detail .pager__detail .inner .next:after,
    .news-detail .pager__detail .inner .next:before,
    .news-detail .pager__detail .inner .prev:after,
    .news-detail .pager__detail .inner .prev:before {
        -webkit-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
        transition: border-color .3s ease;
        will-change: border-color
    }

    .news-detail .pager__detail .inner .next:hover,
    .news-detail .pager__detail .inner .prev:hover {
        color: #eb5151
    }

    .news-detail .pager__detail .inner .prev {
        left: 0
    }

    .news-detail .pager__detail .inner .prev:hover:before {
        border-color: transparent #eb5151 transparent transparent
    }

    .news-detail .pager__detail .inner .prev:before {
        border-color: transparent #553921 transparent transparent;
        border-style: solid;
        border-width: 5px 6px 5px 0;
        content: "";
        display: inline-block;
        height: 0;
        margin-right: 16px;
        -webkit-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
        transition: border-color .3s ease;
        width: 0;
        will-change: border-color
    }

    .news-detail .pager__detail .inner .next {
        right: 0
    }

    .news-detail .pager__detail .inner .next:hover:after {
        border-color: transparent transparent transparent #eb5151
    }

    .news-detail .pager__detail .inner .next:after {
        border-color: transparent transparent transparent #553921;
        border-style: solid;
        border-width: 5px 0 5px 6px;
        content: "";
        display: inline-block;
        height: 0;
        margin-left: 16px;
        -webkit-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
        transition: border-color .3s ease;
        width: 0;
        will-change: border-color
    }

    .news-detail .pager__detail .inner .to_index {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #817267;
        border-radius: 8px;
        -webkit-box-shadow: 0 10px 10px 0 hsla(24, 11%, 45%, .3);
        box-shadow: 0 10px 10px 0 hsla(24, 11%, 45%, .3);
        color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 56px;
        justify-content: center;
        margin-top: -20px;
        position: relative;
        -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
        transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
        -o-transition: transform .3s ease, box-shadow .3s ease;
        transition: transform .3s ease, box-shadow .3s ease;
        transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
        width: 200px;
        will-change: transform, box-shadow
    }

    .news-detail .pager__detail .inner .to_index:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    .news-detail .pager__detail .inner .to_index:after {
        border-color: transparent #fff transparent transparent;
        border-style: solid;
        border-width: 5px 6px 5px 0;
        bottom: 0;
        content: "";
        display: inline-block;
        height: 0;
        left: 16px;
        margin: auto;
        position: absolute;
        top: 0;
        -webkit-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
        transition: border-color .3s ease;
        width: 0;
        will-change: border-color
    }

    .news-detail .inner .flex{
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .news-detail .inner .flex figure{
         padding: 10px;
    }

    .news-detail .inner .flex .img_260{
        width: 260px;
    }

    .news-detail .inner .flex .img_360{
        width: 360px;
    }

    .news-detail .inner p{
        margin: 10px;
    }

    .news-detail .inner p a{
        text-decoration: underline;
    }


}

@media only screen and (max-width:768px) {
    .sec-ttl {
        background: url(../images/common/bg_pink.png?v2f505faae4a684046fe75b33fe7a6527) no-repeat 0 0;
        background-size: cover;
        padding: 11.979166666666668vw 0 8.854166666666668vw;
        position: relative;
        text-align: center
    }

    .sec-ttl:after {
        background: url(../images/common/wave_white.png?ve9ad02dbc665515ccdd3035dba0e13c3) repeat-x 16.276041666666664vw top;
        background-size: auto 100%;
        bottom: 0;
        content: "";
        display: block;
        height: 2.604166666666667vw;
        position: absolute;
        width: 100%
    }

    .sec-ttl .en {
        display: block;
        height: 2.864583333333333vw;
        margin-top: 4.947916666666666vw;
        text-align: center
    }

    .sec-ttl .en img {
        height: 100%;
        vertical-align: top;
        width: auto
    }

    .sec-ttl img {
        width: 78.64583333333334vw
    }

    .news-list {
        padding: 9.635416666666668vw 0 11.197916666666668vw
    }

    .news__list li:after {
        border-top: 3px dotted #ddd7d2;
        content: "";
        display: block;
        height: 3px;
        width: 100%
    }

    .news__list li+li {
        margin-top: 1.8229166666666667vw
    }

    .news__list li a {
        display: block;
        padding: 3.90625vw 0;
        position: relative
    }

    .news__list li a:after {
        border-color: transparent transparent transparent #715d4e;
        border-style: solid;
        border-width: 1.5625vw 0 1.5625vw 2.473958333333333vw;
        content: "";
        display: block;
        height: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 3.90625vw;
        width: 0
    }

    .news__list li a p {
        color: #4c2707;
        font-size: 3.90625vw
    }

    .news__list li a p.title {
        margin-top: 3.90625vw
    }

    .news__list li.icon-new p.title:after {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #2f6423;
        border-radius: 1.0416666666666665vw;
        color: #fff;
        content: "New";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-family: Comfortaa, cursive;
        font-size: 3.125vw;
        height: 5.208333333333334vw;
        justify-content: center;
        line-height: 1;
        margin-left: 3.125vw;
        vertical-align: middle;
        width: 9.375vw
    }

    .news .pager {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 7.552083333333333vw
    }

    .news .pager a {
        display: block;
        font-weight: 700
    }

    .news .pager__arrow {
        padding: 1.0416666666666665vw
    }

    .news .pager__arrow.first:after,
    .news .pager__arrow.first:before,
    .news .pager__arrow.last:after,
    .news .pager__arrow.last:before {
        border-style: solid;
        content: "";
        display: inline-block;
        height: 0;
        width: 0
    }

    .news .pager__arrow.first {
        margin-right: 3.90625vw
    }

    .news .pager__arrow.first:after,
    .news .pager__arrow.first:before {
        border-color: transparent #553921 transparent transparent;
        border-width: 1.4322916666666665vw 1.6927083333333333vw 1.6927083333333333vw 0
    }

    .news .pager__arrow.last {
        margin-left: 3.90625vw
    }

    .news .pager__arrow.last:after,
    .news .pager__arrow.last:before {
        border-color: transparent transparent transparent #553921;
        border-width: 1.4322916666666665vw 0 1.4322916666666665vw 1.6927083333333333vw
    }

    .news .pager__arrow.next:before,
    .news .pager__arrow.prev:before {
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        width: 0
    }

    .news .pager__arrow.prev {
        margin-right: 4.6875vw
    }

    .news .pager__arrow.prev:before {
        border-color: transparent #553921 transparent transparent;
        border-width: 1.3020833333333335vw 2.604166666666667vw 1.3020833333333335vw 0
    }

    .news .pager__arrow.next {
        margin-left: 4.6875vw
    }

    .news .pager__arrow.next:before {
        border-color: transparent transparent transparent #553921;
        border-width: 1.3020833333333335vw 0 1.3020833333333335vw 2.604166666666667vw
    }

    .news .pager__number {
        font-family: Comfortaa, cursive;
        font-size: 4.166666666666666vw
    }

    .news .pager__number:not(.current) {
        padding: 1.0416666666666665vw
    }

    .news .pager__number.current {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #eb5151;
        border-radius: 50%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 5.598958333333334vw;
        height: 9.895833333333332vw;
        justify-content: center;
        width: 9.895833333333332vw
    }

    .news .pager__number+.pager__number {
        margin-left: 4.427083333333334vw
    }

    .news-detail {
        padding: 14.973958333333334vw 0
    }

    .news-detail__ttl {
        font-size: 6.25vw;
        font-weight: 500;
        margin-bottom: 6.510416666666667vw
    }

    .news-detail__ttl .date {
        font-size: 3.90625vw;
        margin-bottom: 5.208333333333334vw
    }

    .news-detail__ttl h3 {
        line-height: 1.3
    }

    .news-detail p {
        margin: 4.6875vw 0
    }

    .news-detail h4 {
        font-size: 4.6875vw;
        font-weight: 500;
        margin: 8.333333333333332vw 0 4.6875vw
    }

    .news-detail ul {
        margin: 4.6875vw 0
    }

    .news-detail ul li {
        margin-left: 1em;
        text-indent: -1em
    }

    .news-detail ul li+li {
        margin-top: 1.3020833333333335vw
    }

    .news-detail .link {
        margin: 4.6875vw 0;
        width: 100%
    }

    .news-detail .link a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #eb5151;
        border: .5208333333333333vw solid #eb5151;
        border-radius: 2.083333333333333vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 3.6458333333333335vw;
        font-weight: 500;
        justify-content: center;
        padding: 3.90625vw 7.8125vw 3.90625vw 6.510416666666667vw;
        position: relative;
        text-decoration: none;
        width: 100%
    }

    .news-detail .link a:after {
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 1.171875vw 0 1.171875vw 1.3020833333333335vw;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        margin: auto;
        position: absolute;
        right: 3.125vw;
        top: 0;
        width: 0
    }

    .news-detail .file {
        margin: 4.6875vw 0;
        width: 100%
    }

    .news-detail .file a {
        border-radius: 2.083333333333333vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        font-size: 3.6458333333333335vw;
        font-weight: 500;
        line-height: 1.6;
        padding: 3.125vw 4.6875vw 3.125vw 11.197916666666668vw;
        position: relative;
        text-decoration: none;
        width: 100%
    }

    .news-detail .file a:before {
        bottom: 0;
        content: "";
        height: 5.729166666666666vw;
        left: 4.427083333333334vw;
        margin: auto;
        position: absolute;
        top: 0;
        width: 4.557291666666666vw
    }

    .news-detail .file .pdf a {
        border: .5208333333333333vw solid #eb5151;
        color: #eb5151
    }

    .news-detail .file .pdf a:before {
        background: url(../images/news/icon_pdf.svg?vf0b596b28df5c70af659987a385c2b9d) no-repeat 50%;
        background-size: contain
    }

    .news-detail .file .xls a,
    .news-detail .file .xlsx a {
        border: .5208333333333333vw solid #37702b;
        color: #37702b
    }

    .news-detail .file .xls a:before,
    .news-detail .file .xlsx a:before {
        background: url(../images/news/icon_exel.svg?vca355c3fdcd9a58a91a7d99a02da66fc) no-repeat 50%;
        background-size: contain
    }

    .news-detail .file .doc a,
    .news-detail .file .docx a {
        border: .5208333333333333vw solid #6575b1;
        color: #6575b1
    }

    .news-detail .file .doc a:before,
    .news-detail .file .docx a:before {
        background: url(../images/news/icon_word.svg?vbf513febedcc85f892a33961a109b518) no-repeat 50%;
        background-size: contain
    }

    .news-detail .pager__detail {
        margin-top: 23.4375vw;
        text-align: center
    }

    .news-detail .pager__detail .inner {
        position: relative
    }

    .news-detail .pager__detail .inner .next,
    .news-detail .pager__detail .inner .prev {
        position: absolute;
        top: -11.71875vw
    }

    .news-detail .pager__detail .inner .prev {
        left: 0
    }

    .news-detail .pager__detail .inner .prev:before {
        border-color: transparent #553921 transparent transparent;
        border-style: solid;
        border-width: 1.171875vw 1.4322916666666665vw 1.171875vw 0;
        content: "";
        display: inline-block;
        height: 0;
        margin-right: 16px;
        width: 0
    }

    .news-detail .pager__detail .inner .next {
        right: 0
    }

    .news-detail .pager__detail .inner .next:after {
        border-color: transparent transparent transparent #553921;
        border-style: solid;
        border-width: 1.171875vw 0 1.171875vw 1.4322916666666665vw;
        content: "";
        display: inline-block;
        height: 0;
        margin-left: 16px;
        width: 0
    }

    .news-detail .pager__detail .inner .to_index {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #817267;
        border-radius: 2.083333333333333vw;
        -webkit-box-shadow: 0 1.3020833333333335vw 1.3020833333333335vw 0 hsla(24, 11%, 45%, .3);
        box-shadow: 0 1.3020833333333335vw 1.3020833333333335vw 0 hsla(24, 11%, 45%, .3);
        color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 13.020833333333334vw;
        justify-content: center;
        position: relative;
        width: 46.875vw
    }

    .news-detail .pager__detail .inner .to_index:after {
        border-color: transparent #fff transparent transparent;
        border-style: solid;
        border-width: 1.171875vw 1.4322916666666665vw 1.171875vw 0;
        bottom: 0;
        content: "";
        display: inline-block;
        height: 0;
        left: 3.3854166666666665vw;
        margin: auto;
        position: absolute;
        top: 0;
        width: 0
    }
}