@charset "UTF-8";

.news {
    margin-top: 8rem;
}

/* ----------------------------------------------------------
news_menu
---------------------------------------------------------- */
.news_menu {
    width: 100%;
    margin-bottom: 6rem;
    padding: 2rem 0;
    background: #f6f8fa;
}

.news_menu .news_menu_con {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 860px;
    padding: 0 4vw;
    box-sizing: content-box;
}

.news_menu .news_menu_con .item .select {
    display: table;
    width: 100%;
}

.news_menu .news_menu_con .item .select>div {
    display: table-cell;
    vertical-align: middle;
}

.news_menu .news_menu_con .item .select__ttl {
    font-size: 2rem;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 600;
    color: var(--sub);
    padding-right: 2rem;
}

.news_menu .news_menu_con .item .select .form-select {
    width: 27.8rem;
    position: relative;
    border: solid 1px var(--gray);
    background: #fff;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

.form-select:before {
    content: "";
    background-image: url(../img/menu_triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 1.2rem;
}

.form-select .label {
    color: #999eaf;
    position: absolute;
    left: 0;
    padding: 1rem 1rem 1rem 1.8rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-select .label+select {
    opacity: 0;
}

.form-select select {
    display: block;
    width: 100%;
    height: 4rem;
    margin: 0;
    padding: 0 1rem 0 1.8rem;
    border: none;
    border-radius: 0;
    background: none;
    cursor: pointer;
    outline: none;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #999eaf;
}


/* ----------------------------------------------------------
news
---------------------------------------------------------- */
.news .inner {
    display: block;
    max-width: 860px;
    box-sizing: content-box;
}

.news .news_column {
    width: 100%;
}

.news article a {
    display: block;
}

.news article a::before {
    content: "";
    background: url(../img/btn_arrow_bl.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
}

.news article a h3 {
    width: 93%;
}

.tag_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.news article a time {
    font-size: 1.6rem;
    margin-right: 20px;
}


/* ----------------------------------------------------------
pagination
---------------------------------------------------------- */
.pagination-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    margin: 5rem 0 0;
    padding: 0;
}

.pagination-1 a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background: var(--gray);
    border: 1px solid var(--gray);
    border-radius: 25px;
    color: var(--basic);
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.pagination-1 a:not(:hover) {
    text-decoration: none;
}

.pagination-1 a:hover {
    background-color: var(--sub);
    border: 1px solid var(--sub);
    color: #fff;
}

.pagination-1 .current a {
    background-color: var(--sub);
    color: #fff;
    pointer-events: none;
}

@media screen and (max-width: 840px) {
    .news_menu .news_menu_con {
        display: block;
    }

    .news_menu .news_menu_con .item:first-child .select {
        margin-bottom: 1rem;
    }

    .news_menu .news_menu_con .item .select>div {
        width: 11rem;
        white-space: nowrap;
    }

    .news_menu .news_menu_con .item .select .form-select {
        width: unset;
    }
}

@media screen and (max-width: 768px) {
    .news {
        margin-top: 4rem;
    }

    .news_menu {
        margin-bottom: 3.8rem;
        padding: 1.6rem 0;
    }

    .news_menu .news_menu_con .item .select>div {
        width: 10rem;
        font-size: 1.8rem;
    }

    .form-select select {
        height: 3.6rem;
        font-size: 1.4rem;
        padding: 0 1rem 0 1.8rem;
    }

    .news article a::before {
        display: none;
    }

    .news article a h3 {
        width: 100%;
        font-size: 1.5rem;
        line-height: 1.7em;
    }

    .news article a time {
        font-size: 1.4rem;
        margin-right: 20px;
    }

    .news article a span {
        font-size: 1.2rem;
        padding: 0.1rem 0.8rem;
    }

    .tag_wrapper {
        margin-bottom: 1.4rem;
    }
}


/* ----------------------------------------------------------
news-detail
---------------------------------------------------------- */
.news-detail {
    margin-top: 8rem;
}

.news-detail .inner {
    display: block;
    max-width: 860px;
    box-sizing: content-box;
}

.news-detail br.high {
    display: block;
    content: "";
    height: 3.6rem;
}

.news-detail .tag_wrapper {
    margin-bottom: 3rem;
}

.news-detail .tag_wrapper > time {
    font-size: 1.6rem;
    margin-right: 2rem;
}

.news-detail .tag_wrapper a {
    font-size: 1.4rem;
    color: var(--sub);
    border: solid 1px var(--sub);
    border-radius: 50vw;
    padding: 0.2rem 0.8rem;
    line-height: normal;
}

.news-detail .tag_wrapper a:hover {
    color: #fff;
    background-color: var(--sub);
}

.news-detail .news-detail_til {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
    margin-bottom: 4rem;
    padding-left: 3rem;
    margin-top: 0;
}

.news-detail .news-detail_til::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 90%;
    background: var(--sub);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 0 0 0 0;
}

.detail_description {
    font-size: 1.6rem;
    line-height: 1.5em;
}

.detail_sec {
    margin-top: 5rem;
    display: block;
    max-width: 860px;
    box-sizing: content-box;
    margin: 5rem auto 0;
    padding: 0 4vw;
}

.detail_sec_til {
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 3rem;
    padding-left: 2rem;
}

.detail_sec_til::before {
    content: "";
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.8rem;
    border-radius: 50%;
    background: linear-gradient(125deg, #015296, #005eae, #5fa3ff);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.detail_sec_subtil {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.detail_sec_bg {
    font-size: 1.6rem;
    line-height: 1.7em;
    background-color: #f6f8fa;
    margin-bottom: 2rem;
    padding: 3rem 4rem;
}

.detail_quotation {
    font-size: 1.4rem;
    line-height: 1.7em;
}

.detail_quotation > span {
    display: block;
    font-weight: 600;
}

.detail_quotation > a:hover {
    opacity: 0.7;
}

.detail_quotation > a span {
    border-bottom: solid 1px var(--basic);
}

.detail_sec_img {
    margin-bottom: 3rem;
}

.detail_sec_overview {
    font-size: 1.6rem;
    line-height: 1.7em;
    margin-bottom: 2rem;
}

.detail_sec_overview > a:hover {
    opacity: 0.7;
}

.overview_til {
    font-weight: 600;
}

.overview_til > span.pc {
    display: inline;
}

.detail_sec_overview > li > p {
    display: inline;
}

.detail_sec_overview a {
    display: inline;
    border-bottom: solid 1px var(--basic);
    word-break: break-all;
}

.annotation {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-bottom: 3rem;
    color: #999eaf;
}

.favor {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4em;
}

.favor > br {
    display: none;
}

.favor > span {
    display: block;
    margin-bottom: 0.6rem;
}

.favor > a {
    display: inline;
    border-bottom: solid 1px var(--basic);
    word-break: break-all;
}

.favor > a:hover {
    opacity: 0.7;
}

.detail_inquiry {
    padding: 4rem;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px var(--gray);
    font-size: 1.6rem;
}

.detail_inquiry_con {
    line-height: 1.7em;
}

.detail_inquiry_con > span {
    display: block;
    margin-bottom: 1rem;
}

.backbtn {
    margin: 8rem auto 0;
    position: relative;
    background: #fff;
    background-size: 400% 100%;
    background-image: linear-gradient(125deg, #015296, #005eae, #5fa3ff, white 50%);
    background-position: 100% 0;
    transition: background-position 0.3s ease-in-out;
    cursor: pointer;
}

.backbtn::before {
    content: "";
    background: url(../img/btn_arrow_bl.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 1.4rem;
    transform: translateY(-50%) scaleX(-1);
}

.backbtn:hover {
    border: solid 1px;
    border-image: linear-gradient(to bottom, #015296, #005eae, #5fa3ff) 1;
    background-position: 0% 0;
    color: #fff;
}

.backbtn:hover::before {
    content: "";
    background: url(../img/btn_arrow_wh.png);
    background-size: contain;
    background-repeat: no-repeat;
}


@media screen and (max-width: 768px) {
    .news-detail {
        margin-top: 4rem;
    }

    .news-detail br.high {
        height: 2rem;
    }

    .news-detail .tag_wrapper {
        margin-bottom: 2rem;
    }

    .news-detail .tag_wrapper > time {
        font-size: 1.4rem;
    }

    .news-detail .tag_wrapper a {
        font-size: 1.2rem;
        padding: 0.1rem 0.8rem;
    }

    .news-detail .news-detail_til {
        font-size: 1.8rem;
        line-height: 1.6em;
        margin-bottom: 3rem;
        padding-left: 0;
    }

    .news-detail .news-detail_til::before {
        display: none;
    }

    .detail_description {
        font-size: 1.4rem;
        line-height: 1.5em;
    }

    .detail_sec {
        margin-top: 4rem;
    }

    .detail_sec.bg {
        margin: 4rem 0 0;
        padding: 0;
        width: 100%;
    }

    .detail_sec_bg_inner {
        width: 90%;
        margin: 0 auto;
    }

    .detail_sec_til {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        padding-left: 1.6rem;
    }

    .detail_sec.bg .detail_sec_til {
        width: 90%;
        margin: 0 auto 2rem;
    }

    .detail_sec_til::before {
        width: 1rem;
        height: 1rem;
    }

    .detail_sec_subtil {
        font-size: 1.6rem;
    }

    .detail_sec_bg {
        font-size: 1.4rem;
        margin-bottom: 2rem;
        padding: 2rem 0;
    }

    .detail_quotation {
        font-size: 1.2rem;
        line-height: 1.5em;
        width: 90%;
        margin: 0 auto;
    }

    .detail_quotation > span {
        margin-bottom: 0.4rem;
    }

    .detail_sec_img {
        margin-bottom: 2rem;
    }

    .detail_sec_overview {
        font-size: 1.4rem;
        line-height: 1.7em;
        margin-bottom: 2rem;
    }

    .detail_sec_overview > li {
        margin-bottom: 0.6rem;
    }

    .overview_til {
        display: block;
    }

    .overview_til > span.pc {
        display: none;
    }

    .annotation {
        font-size: 1.2rem;
        line-height: 1.5em;
    }

    .favor {
        font-size: 1.4rem;
        line-height: 1.7em;
    }

    .detail_inquiry {
        padding: 3rem 2rem;
        font-size: 1.4rem;
    }
}


/* ----------------------------------------------------------
stgの方のhtmlに合わせてcssを調整（WTC_DEV-10637）
---------------------------------------------------------- */
.news-detail p {
    margin: 15px 0;
}
.news-detail h2 {
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    margin: 5rem 0 3rem;
    padding-left: 2rem;
}
.news-detail h2::before {
    content: "";
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.8rem;
    border-radius: 50%;
    background: linear-gradient(125deg, #015296, #005eae, #5fa3ff);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.news-detail h4 {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 3rem 0 2rem;
}
.news-detail p a {
    display: inline;
    word-break: break-all;
}
#info_entry_inquiry {
    margin: 5rem 0 auto;
    padding: 4rem;
    border: none;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px var(--gray);
    font-size: 1.6rem;
    width: unset;
    background: #fff;
}
.news-detail #info_entry_inquiry dl dt {
    font-size: 1.6rem;
    font-weight: inherit;
    text-align: left;
    margin-bottom: 1rem;
}
#article_body #info_entry_inquiry dl dd {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .news-detail {
        font-size: 1.4rem;
    }
    .news-detail p {
        font-size: 1.4rem;
        line-height: 1.5em;
    }
    .detail_sec {
        margin-top: 3rem;
    }
    .news-detail .news-detail_til {
        margin-bottom: 3rem;
    }
    .news-detail h2 {
        width: 90%;
        margin: 3rem 0 2rem;
        font-size: 1.6rem;
        padding-left: 1.6rem;
    }
    .news-detail h4 {
        font-size: 1.6rem;
        margin: 0 0 2rem;
    }
    .news-detail h2::before {
        width: 1rem;
        height: 1rem;
    }
    #info_entry_inquiry {
        padding: 3rem 2rem;
        font-size: 1.4rem;
    }
    .news-detail #info_entry_inquiry dl dt {
        font-size: 1.4rem;
    }
}