@charset "utf-8";

/* history_list */
.history_list{
    display: flex;
    align-items: center;
    gap: 48px;
    max-width: 588px;
    margin: 48px auto 0;
}
.history_list .link a{
    position: relative;
    font-size: 1.6rem;
    padding-right: 30px;
    background: url(/shared/legacy-compatible/img/arw_orange_r_circle.svg) right center no-repeat;
    font-weight: bold;
}
.history_list .link a:hover{
    text-decoration: underline;
}
@media screen and (max-width:640px){
    .history_list{
        flex-direction: column;
        gap: 16px;
        margin-top: 40px;
    }
}

/* detail */
.news_detail .news_detail_heading {
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 16px;
}
.news_detail .article_meta{
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 1.6rem;
    color: #6E6E6E;
    font-weight: 500;
}
.news_detail .article_meta .label {
    padding: 2px 8px;
    background-color: #F0FCFC;
    color: #096663;
    font-size: 1.4rem;
    border-radius: 4px;
}
.news_detail .detail_content_area{
    margin-top: 64px;
}
.news_detail .detail_content_area .detail_item{
    margin-top: 40px;
}
.news_detail .detail_content_area .detail_item:first-child{
    margin-top: 0;
}
.news_detail .detail_content_area .text{
    font-size: 1.6rem;
    line-height: 1.7;
}
.news_detail .detail_content_area .image{
    text-align: center;
}
.news_detail .detail_content_area .image img{
    max-width: 800px;
    width: 100%;
}
.news_detail .detail_content_area em{
    font-style: italic;
}
.news_detail .detail_content_area strong,
.news_detail .detail_content_area strong span{
    font-weight: bold;
}
.news_detail .detail_content_area a:has(img):not([itemprop]):not([class])::after{
    display: none;
}
.news_detail .detail_content_area+.cmn_btn_wrap{
    clear: both;
}
@media screen and (max-width:640px){
    .news_detail .news_detail_heading {
        font-size: 2.4rem;
    }
    .news_detail .article_meta {
        justify-content: space-between;
        gap: 10px;
        font-size: 1.4rem;
    }
    .news_detail .article_meta .label {
        padding: 1px 8px;
        font-size: 1.2rem;
    }
    .news_detail .detail_content_area{
        margin-top: 24px;
    }
    .news_detail .detail_content_area .detail_item{
        margin-top: 32px;
    }
    .news_detail .detail_content_area .text{
        font-size: 1.4rem;
    }
}


/*-------------------------------------------

tab_content

-------------------------------------------*/
.tab_content_wrap.mod .year_filter {
    text-align: right;
    background: #fff;
    border-left: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    color: #6E6E6E;
}
.tab_content_wrap.mod .tab_content {
    border-top: none;
}
.tab_content .article_title.no_link:after {
    content: none;
}

.tab_content .article_title.pdf:after {
    background: url(/shared/legacy-compatible/img/icon_blank.svg) no-repeat center / 100% auto;
}

@media screen and (max-width:640px){
    .tab_content_wrap.mod .year_filter {
        padding: 15px;
        border: 1px solid #CCCCCC;
        border-top: none;
        border-bottom: none;
    }
    .tab_content_wrap.mod .year_filter label {
        font-size: 1.4rem;
    }
    .tab_content_wrap.mod .year_filter select {
        font-size: 1.2rem;
    }
}

/*-------------------------------------------

pagination_area

-------------------------------------------*/
@media screen and (max-width:640px){
    .pagination_area .page {
        min-width: 28px;
        height: 28px;
    }
}

@media screen and (max-width:366px){
    .pagination_area .page {
        min-width: 26px;
        height: 26px;
    }
}
