* {
    box-sizing: border-box;
    letter-spacing: normal;
}

a {
    cursor: pointer;
}

@font-face {
    font-family: 'Zen Kaku Gothic New Regular';
    src: url("../font/ZenKakuGothicNew-Regular.ttf");
    font-weight: 500;
}

@font-face {
    font-family: 'Zen Kaku Gothic New Bold';
    src: url("../font/ZenKakuGothicNew-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: 'Zen Kaku Gothic New Bold';
    src: url("../font/ZenKakuGothicNew-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: 'InterSemiBold';
    src: url("../font/InterSemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: 'AlbertusMTStdRegular';
    src: url("../font/AlbertusMTStdRegular.otf");
    font-weight: 400;
}

#news_detail {
    padding-top: 40px;

}

#news_detail .breadcrumb {
    padding-left: 60px;
}

#news_detail .breadcrumb .breadcrumb-list {
    display: flex;
    align-items: center;
}

#news_detail .breadcrumb li {
    font-size: 12px;
    color: #767369;
    font-family: 'Zen Kaku Gothic New Medium';
    line-height: 1.2;
    padding-right: 18px;
    margin-right: 8px;
    position: relative;
    font-weight: 500;
}

#news_detail .breadcrumb li a {
    color: #2D2817;
}

#news_detail .breadcrumb li a:hover {
    text-decoration: underline;
}

#news_detail .breadcrumb .breadcrumb-list>li:not(:last-child)::after {
    content: '>';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#news_detail .inner {
    max-width: 840px;
    width: 95%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 190px;
}

.news-detail-content h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-detail-content h2 {
    font-family: 'Zen Kaku Gothic New Bold';
    font-weight: 700;
    color: #2D2817;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 26px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.news-detail-content h3 {
    font-family: 'Zen Kaku Gothic New Bold';
    font-weight: 700;
    color: #2D2817;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.news-detail-content h4 {
    font-family: 'Zen Kaku Gothic New Bold';
    font-weight: 700;
    color: #2D2817;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 80px;
}

.news-detail-content a {
    display: inline-block;
    color: #EA344A;
    text-decoration: underline;
}

.news-detail-content p {
    font-size: 16px;
    color: #2D2817;
    font-family: 'Zen Kaku Gothic New Regular';
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}

.news-detail-content p+p {
    margin-top: 80px;
}

.news-detail-content strong {
    font-size: 16px;
    font-weight: 700;
}

.news-detail-content small {
    display: block;
    margin-top: 10px;
    font-size: 13px;
}

.news-detail-content ul li {
    font-size: 16px;
    color: #2D2817;
    font-family: 'Zen Kaku Gothic New Regular';
    font-weight: 400;
    line-height: 1.8;
    padding-left: 10px;
    position: relative;
}

.news-detail-content ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2D2817;
    top: 12px;
    left: 0;
}

.news-detail-content ul li+li {
    margin-top: 8px;
}

.news-detail-content ul li a {
    color: #EA344A;
}

.news-detail-content ul li img {
    vertical-align: middle;
}

.news-detail-content ul li img.blank {
    width: 17px;
}

.news-detail-content ul li:has(> ul)::before {
    display: none;
}


.news-detail-content ul li>ul {
    padding-left: 8px;
}

.news-detail-content ul li>ul li::before {
    background-color: transparent;
    border: 1px solid #2D2817;
}

.news-detail-content figcaption {
    font-size: 13px;
    font-family: 'Zen Kaku Gothic New Medium';
    font-weight: 500;
    color: #2D2817;
    line-height: 1.6;
    margin-top: 10px;
}

.news-detail-content figure {
    margin-top: 80px;
    width: 100%;
}

.news-detail-content figure img {
    display: block;
    width: 100%;
}

#news_detail .news-body-product-scope #view_product .section .main-sentence {
    font-size: 16px;
    line-height: 1.65;
}

#news_detail .news-body-product-scope #view_product .section .main-sentence p,
#news_detail .news-body-product-scope #view_product .section .main-sentence ul li,
#news_detail .news-body-product-scope #view_product .section .main-sentence ol li {
    font-size: 16px;
    line-height: 1.65;
}

#news_detail .news-body-product-scope #view_product .section .main-sentence p + p {
    margin-top: 20px;
}

#news_detail .news-body-product-scope #view_product,
#news_detail .news-body-product-scope #view_product .section {
    width: 100%;
}

#news_detail .news-body-product-scope #view_product .section {
    margin: 0;
    padding: 0;
}

#news_detail .news-body-product-scope #view_product .section .main-sentence img {
    max-width: 100%;
    height: auto;
}

.detial-btn-blk {
    margin: 80px auto;
    text-align: center;
}

.detial-btn-blk a {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #2D2817;
    width: 245px;
    padding: 14px;
    line-height: 1.4;
    font-family: 'Zen Kaku Gothic New Bold';
    font-weight: 700;
    border-radius: 2px;
}

.detial-btn-blk a span {
    margin-right: 8px;
}

.hero-sec {
    display: flex;
    padding-bottom: 80px;
    margin-bottom: 60px;
    border-bottom: 1px solid #C4C4C4;
}

.hero-sec .thumb-img {
    width: 280px;
    margin-right: 50px;
}

.hero-sec .thumb-img img {
    width: 280px;
    border-radius: 8px;
}

.hero-info {
    width: calc(100% - 330px);
    margin-top: 20px;
}

div.news-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    border: 1px solid #32E032;
    color: #32E032;
    font-size: 12px;
    font-family: 'Zen Kaku Gothic New Bold';
    font-weight: 700;
    text-decoration: none;
}

.hero-info .news-tag {
    margin-bottom: 10px;
}

.news-tag svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.hero-info h2.hero-ttl {
    font-size: 34px;
    color: #423D2E;
    font-family: 'Zen Kaku Gothic New Bold';
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.6;
    margin-top: 0;
}

.hero-info .date {
    font-family: 'InterSemiBold';
    color: #767369;
    font-size: 12px;
}

.author-box {
    padding: 24px 30px;
    background-color: #ECECEC;
    border-radius: 4px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 80px;
}

.author-box .author-name {
    font-size: 18px;
    font-family: 'Zen Kaku Gothic New Bold';
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #2D2817;
    margin-bottom: 24px;
}

.author-box .flex {
    display: flex;
    font-size: 15px;
    font-family: 'Zen Kaku Gothic New Regular';
    font-weight: 400;
    line-height: 1.9;
}

.author-box .flex img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

.author-box .flex .dept-name {
    font-size: 18px;
    font-family: 'Zen Kaku Gothic New Bold';
    font-weight: 700;
    color: #2D2817;
    line-height: 1.5;
    margin-bottom: 10px;
}

#news_detail .sns-blk {
    padding-bottom: 80px;
    border-bottom: 1px solid #2D2817;
}

#news_detail .sns-ttl {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'AlbertusMTStdRegular';
    text-transform: uppercase;
    color: #767369;
    margin-bottom: 12px;
    text-align: center;
}

#news_detail .sns-link {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#news_detail .sns-link img {
    width: 44px;
    height: 44px;
}

#news_detail .related-blk h5.ttl,
#news_detail .topic-blk h5.ttl {
    color: #2D2817;
    font-family: 'AlbertusMTStdRegular';
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 80px;
    text-align: center;
    text-transform: uppercase;
}

.related-posts-blk {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 80px;
    border-bottom: 1px solid #2D2817;
}

.related-posts-blk .related-item {
    width: calc((100% - 90px)/4);
}

.related-posts-blk .related-item .related-img {
    display: block;
    width: 100%;
    height: 187px;
    object-fit: cover;
    border-radius: 2px;
}

.related-posts-blk .info-blk {
    margin-top: 12px;
}

/* tag */
#news_detail .tags-blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 12px;
}

.related-posts-blk .info-blk .ttl {
    font-size: 15px;
    font-family: 'Zen Kaku Gothic New Medium';
    font-weight: 500;
    line-height: 1.5;
    color: #423D2E;
    margin-top: 10px;
}

.related-posts-blk .info-blk .date {
    display: block;
    margin-top: 14px;
    color: #767369;
    font-size: 12px;
    font-family: 'InterSemiBold';
    font-weight: 600;
}


.tag {
    font-family: 'Zen Kaku Gothic New Medium';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    border: 1px solid;
    padding: 7px 16px;
    border-radius: 50px;
    margin-right: 12px;
    cursor: pointer;
    display: inline-block;
    transition: all 300ms ease-in-out;
}

.related-posts-blk .info-blk .news-tag {
    margin-bottom: 10px;
}

.tag:last-child {
    margin-right: 0;
}

.tag svg {
    margin-right: 4px;
}

.related-posts-blk .info-blk .tag svg {
    margin-right: 0;
}

.tag.red-tag {
    color: #ea344a;
    border-color: #ea344a;
}

.tag.blue-tag {
    color: #0049bf;
    border-color: #0049bf;
}

.tag.purple-tag {
    color: #43429b;
    border-color: #43429b;
}

.tag.green-tag {
    color: #32e032;
    border-color: #32e032;
}

.tag.red-tag:hover {
    color: #ffffff;
    background-color: #ea344a;
}

.tag.blue-tag:hover {
    color: #ffffff;
    background-color: #0049bf;
}

.tag.purple-tag:hover {
    color: #ffffff;
    background-color: #43429b;
}

.tag.green-tag:hover {
    color: #ffffff;
    background-color: #32e032;
}

@media screen and (min-width: 769px) and (max-width: 1212px) {
    #news_detail .breadcrumb {
        display: block;
    }
    #sb-site.contents {
        padding-top: 0;
    }
    #news_detail {
        padding-top: 7.43vw;
    }
    #news_detail .breadcrumb {
    padding-left: 4.95vw;
}
}

@media screen and (max-width: 768px) {
    #sb-site.contents {
        padding-top: 30px;
    }

    #news_detail {
        padding-top: 10px;
    }

    #news_detail .breadcrumb {
        display: block;
        padding-left: 20px;
    }

    #news_detail .breadcrumb .breadcrumb-list {
        flex-wrap: wrap;
    }

    #news_detail .inner {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 68px;
        padding-bottom: 160px;
    }

    .hero-info {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .hero-sec {
        flex-direction: column-reverse;
        padding-bottom: 40px;
    }

    .hero-info h2.hero-ttl {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .hero-sec .thumb-img {
        margin-right: 0;
        width: 100%;
    }

    .hero-sec .thumb-img img {
        width: 100%;
        height: auto;
    }

    .news-detail-content h1,
    .news-detail-content h2,
    .news-detail-content h3 {
        margin-top: 20px;
    }

    .news-detail-content h4 {
        margin-top: 40px;
    }

    .news-detail-content h2 {
        font-size: 18px;
    }

    .news-detail-content h3 {
        font-size: 16px;
    }

    .news-detail-content h4 {
        font-size: 15px;
    }

    .news-detail-content p,
    .news-detail-content strong {
        font-size: 15px;
    }

    #news_detail .news-body-product-scope #view_product .section .main-sentence {
        font-size: 16px;
        line-height: 1.65;
    }

    #news_detail .news-body-product-scope #view_product .section .main-sentence p,
    #news_detail .news-body-product-scope #view_product .section .main-sentence ul li,
    #news_detail .news-body-product-scope #view_product .section .main-sentence ol li {
        font-size: 16px;
        line-height: 1.65;
    }

    .news-detail-content ul li {
        font-size: 15px;
    }

    .news-detail-content figure {
        margin-top: 40px;
    }

    .news-detail-content figcaption {
        font-size: 12px;
    }

    #news_detail .news-body-product-scope #view_product .section .main-sentence img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .detial-btn-blk {
        margin: 40px auto;
    }

    .author-box {
        padding: 16px 20px;
        margin-bottom: 40px;
    }

    .author-box .flex {
        font-size: 13px;
    }

    .author-box .author-name,
    .author-box .flex .dept-name {
        font-size: 15px;
    }

    #news_detail .sns-blk,
    .related-posts-blk {
        padding-bottom: 60px;
    }

    #news_detail .related-blk h5.ttl,
    #news_detail .topic-blk h5.ttl {
        font-size: 28px;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .related-posts-blk {
        gap: 20px;
    }

    .related-posts-blk .related-item {
        width: calc((100% - 20px)/2);
    }

    .related-posts-blk .related-item .related-img {
        height: 165px;
    }
    .related-posts-blk .info-blk .news-tag {
        margin-bottom: 0;
    }

    #news_detail .tags-blk {
        flex-wrap: wrap;
    }

    #news_detail .tag {
        margin-bottom: 12px;
    }
}
