@charset "UTF-8";

.single_news-container {
    max-width: 1000px;
    width: 90.9%;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 2.866em;
}

.single_news-status {
    display: flex;
    flex-direction: column-reverse;
}

.single_news-img {
    max-width: 850px;
    max-height: 560px;
    width: 100%;
}

main {
    font-size: clamp(0px,1.363vw,15px);
    color: #26221E;
}

.single_news-contents {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 4.66em;
}

h2 {
    display: flex;
    flex-direction: column;
    font-size: 2.133em;
    line-height: calc(48/32);
    margin-bottom: 1.125em;
}

span.en-title{
    color:#142B8B;
}

.page-title_container .en-title {
    font-size: 0.526em;
    font-weight: 300;
    line-height: calc(24/18);
}

span.news_single-category {
    line-height: calc(25/14);
    border: solid 1px #707070;
    display: inline-block;
    width: fit-content;
    padding-left: 0.933em;
    padding-right: 0.933em;
    margin-bottom: 1.533em;
}

.single_news-visual {
    margin-bottom: 1.666em;
}

time {
    line-height: 1;
}

h3 {
    font-size: 2.666em;
    line-height: calc(60/40);
    margin-bottom: 1.066em;
}

.single_news-article.set_bottom-obj {
    line-height: calc(32/15);
    letter-spacing: 0.07em;
}

ul.single_pager-list {
    display: none;
}

a.single_back-archive:hover {
    background-color: white;
    color: #142B8B;
}

a.single_back-archive {
    display: flex;
    width: 18em;
    height: 2.947em;
    font-size: 1.266em;
    line-height: 2.947em;
    margin: 0 auto;
    text-align: center;
    background-color: #142B8B;
    border: 2px solid #142B8B;
    color: white;
    font-weight: bold;
    letter-spacing: 0.11em;
    justify-content: center;
    align-items: center;
    transition: background-color ease 0.3s, color ease 0.3s;
}

img.single_news-noimg {
    max-width: 605px;
    height: 100%;
    width: 100%;
    aspect-ratio: 605 / 452;
    margin: 0 auto;
}

.single_news-visual:has(img.single_news-noimg) {
    background-color: #bebebe;
}

.single_pager-nav {text-align: center;}

@media screen and (max-width:768px) {
    main {
        font-size: clamp(14px,1.953vw,15px);
    }
    
    span.news_single-category {
        font-size: 1em;
        line-height: calc(27.43 / 14);
        padding-left: 1.928em;
        padding-right: 1.928em;
        margin-bottom: 0.478em;
    }
    
    .single_news-article.set_bottom-obj {
        line-height: calc(30/14);
        letter-spacing: initial;
    }
    
    h2 {
        font-size: 2.28em;
        line-height: calc(48/32);
        margin-bottom: 0.75em;
    }

    .single_news-contents{
        width: 100%;
        margin-bottom: 0;
    }
    
    .single_news-container {
        margin-top: 1.5em;
        width: 100%
    }

    .single_news-container > div {
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-bottom: 2.857em;
    }
    
    .single_news-container .single_pager-nav {
        width: 100%;
    }

    a.single_back-archive {
        font-size: 1.214em;
        height: 3.294em;
        max-width: 20.117em;
        width: calc(100% - 16px - 17px);
        line-height: 3.294em;
    }
    
    h3 {
        font-size: 1.642em;
        line-height: calc(34/23);
        margin-right: 0.434em;
        margin-bottom: 0.752em;
    }
}