/* detail */
.detail {}
.detail-inner {}
.detail-head {
    border-top: 2px solid #F0F0F0;
    margin: 0 auto 80px;
    padding: 30px 0 0;
    width: 100%;
}
.detail-body {}
.detail-head h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 56.7px;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 92%;
    max-width: var(--sub-column2);
}
.detail-head__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 0 auto 20px;
    width: 92%;
    max-width: var(--sub-column2);
}
.detail-date {
    color: #666666;
    font-family: var(--ft-poppin);
    font-size: 15px;
    font-weight: 400;
}
.detail-cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.detail-cat .cat {
    background: var(--main-theme-color);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    padding: 0 15px;
    width: max-content;
}
.detail-eyecatch {
    border-radius: 12px;
    line-height: 0;
    margin: 0 auto 80px;
    overflow: hidden;
    width: 100%;
    max-width: var(--s-column);
}
.detail-eyecatch img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.detail-content {
    margin: 0 auto;
    width: 100%;
    max-width: var(--s-column);
}
.detail-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    margin: 20px auto;
    width: 100%;
    max-width: var(--s-column);
}
.detail-content p:empty {
    min-height: 25.6px;
}
.detail-content h3 {
    background: rgb(92 164 161 / 20%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    margin: 60px auto 30px;
    padding: 0 15px;
    width: 100%;
    max-width: var(--s-column);
}
.detail-content h4 {
    border-bottom: 2px solid #5CA4A1;
    font-size: 20px;
    font-weight: 900;
    margin: 15px auto;
    padding: 0 0 15px;
    width: 100%;
    max-width: var(--s-column);
}
.wp-block-image {
    margin: 10px auto;
}
.wp-block-table {
    margin: -15px auto 0;
    width: var(--s-column);
}
.detail-content .has-fixed-layout,
.detail-content .has-fixed-layout th,
.detail-content .has-fixed-layout td {
    border: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    vertical-align: top;
}
.detail-content .has-fixed-layout td:first-child {
    width: 200px;
}
.detail-content .has-fixed-layout td:last-child {
    width: calc(100% - 200px);
}
.detail-content .has-fixed-layout tr {
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .detail-head {
        border-top: 0;
        margin: 0 auto 30px;
        padding: 0;
    }
    .detail-head h1 {
        font-size: 24px;
        line-height: 38px;
        width: var(--sub-column);
    }
    .detail-head__flex {
        gap: 10px;
        margin: 0 auto 15px;
        width: var(--sub-column);
    }
    .detail-date {
        font-size: 13px;
    }
    .detail-cat .cat {
        font-size: 12px;
        height: 19px;
        padding: 0 12px;
    }
    .detail-eyecatch {
        border-radius: 0;
        height: 200px;
        margin: 0 auto 30px;
    }
    .detail-content p {
        width: var(--sub-column);
    }
    .detail-content h3 {
        font-size: 22px;
        height: 46px;
        padding: 0 20px;
    }
    .detail-content h4 {
        font-size: 18px;
        max-width: var(--sub-column);
    }
    .wp-block-image {
        margin: 10px auto;
        max-width: var(--sub-column);
    }
    .wp-block-table {
        width: 100%;
    }
    .detail-content .has-fixed-layout td:first-child {
        width: 100px;
    }
    .detail-content .has-fixed-layout td:last-child {
        width: calc(100% - 100px);
    }
}

/* newslist */
.newslist {
    margin-top: 5px;
}
.newslist-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--s-column);
}
.news-item {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 24px;
    padding: 0 0 24px;
}
.news-item a {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.news-item__image {
    height: 100px;
    width: 100px;
}
.news-item__image.noimage {
    background: #F0F0F0;
    background-image: url(../images/mv-image.png);
    background-position: center;
    background-size: 72px;
    background-repeat: no-repeat;
}
.news-item__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.news-item__text {
    width: calc(100% - 120px);
}
.news-item__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 0 0 16px;
}
.news-item__date {
    color: #666666;
    font-family: var(--ft-poppin);
    font-size: 15px;
    font-weight: 400;
}
.news-item__cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.news-item__cat .cat {
    background: var(--main-theme-color);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    padding: 0 15px;
    width: max-content;
}
.news-item__text h2,
.news-item__text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: 1px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .newslist {
        margin-top: 9px;
    }
    .newslist-inner {
        max-width: var(--main-column);
    }
    .news-item {
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
    .news-item__image {
        height: 86px;
        width: 86px;
    }
    .news-item__image.noimage {
        background-size: 60px;
    }
    .news-item__text {
        width: calc(100% - 100px);
    }
    .news-item__flex {
        gap: 10px;
        margin: 0 0 6px;
    }
    .news-item__date {
        font-size: 13px;
    }
    .news-item__cat {
        gap: 10px;
    }
    .news-item__cat .cat {
        font-size: 12px;
        height: 19px;
        padding: 0 12px;
    }
    .news-item__text h2,
    .news-item__text h3 {
        font-size: 16px;
        line-height: 25.6px;
    }
}

/* related-post */
.related-post {
    border-top: 1px dashed #ccc;
    margin: 120px auto -10px;
    padding: 80px 0 0;
    width: 100%;
    max-width: 1200px;
}
.related-post__inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--s-column);
}
.related-post__head {
    margin: 0 0 40px;
}
.related-post__head h2 {
    font-size: 24px;
    font-weight: 700;
}
.related-post__items .news-item:last-child {
    margin: 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .related-post {
        margin: 40px auto 0;
        padding: 40px 0 45px;
    }
    .related-post__head {
        margin: 0 0 30px;
    }
    .related-post__head h2 {
        font-size: 22px;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}