/* --------------------
 News detail
-------------------- */
.news__detail {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .news__detail {
        padding: 100px 0 130px;
    }
}

.news__detail-container {
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .news__detail-container {
        padding: 0 30px;
    }
}

.news__detail__head {
    margin: 0 0 40px;
}

.news__detail__head__title {
    border-bottom: 1px solid #29a039;
    color: #595757;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0 0 0.1em;
}

@media (min-width: 768px) {
    .news__detail__head__title {
        font-size: 2.4rem;
        padding: 0 10px;
    }
}

@media (min-width: 992px) {
    .news__detail__head__title {
        font-size: 2.8rem;
    }
}

.news__detail__head__meta {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 15px 30px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .news__detail__head__meta {
        padding: 0 10px;
    }
}

.news__detail__head__meta__cat {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 10px;
    justify-content: flex-start;
}

.news__detail__head__meta__date {
    color: #29a039;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    position: relative;
}

@media (min-width: 992px) {
    .news__detail__head__meta__date {
        font-size: 1.8rem;
    }
}

.news__detail__main {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .news__detail__main {
        margin: 0 0 120px;
    }
}

.news__detail__main__fig {
    margin: 0 0 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .news__detail__main__fig img {
        width: 100%;
    }
}

.news__detail__main__content {
    margin: 0 0 -20px;
}

.news__detail__main__content p {
    
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .news__detail__main__content p {
        font-size: 1.6rem;
    }
}

.news__detail__main__content p:last-child {
    margin-bottom: 0;
}

.news__detail__main__post h2 {
    border-bottom: 2px solid #29a039;
    color: #29a039;
    font-size: 2rem;
    letter-spacing: 0.14em;
    line-height: 1.6;
    margin: 40px 0 10px;
    padding: 0 0 5px;
}

@media (min-width: 768px) {
    .news__detail__main__post h2 {
        font-size: 2.4rem;
        margin: 60px 0 10px;
    }
}

.news__detail__main__post h3 {
    background-color: #f1f1ee;
    color: #595757;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.6;
    margin: 30px 0 5px;
    padding: 0.3em 0.5em;
}

@media (min-width: 768px) {
    .news__detail__main__post h3 {
        font-size: 1.8rem;
        margin: 60px 0 5px;
    }
}

.news__detail__main__post p {
    
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0.5em 0 1.5em;
}

@media (min-width: 768px) {
    .news__detail__main__post p {
        font-size: 1.6rem;
    }
}

.news__detail__main__post p:first-child {
    margin-top: 0;
}

.news__detail__main__post p:last-child {
    margin-bottom: 0;
}

.news__detail__main__post p em {
    font-size: inherit;
    font-style: normal;
    font-weight: 700;
}

.news__detail__main__post table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.news__detail__main__post table > tbody > tr > th, .news__detail__main__post table > tbody > tr > td {
    border-right: 2px solid #fff;
    
    letter-spacing: 0.1em;
    line-height: 2;
    padding: 0.25em 0.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .news__detail__main__post table > tbody > tr > th, .news__detail__main__post table > tbody > tr > td {
        font-size: 1.6rem;
    }
}

.news__detail__main__post table > tbody > tr > th:last-child, .news__detail__main__post table > tbody > tr > td:last-child {
    border-right: none;
}

.news__detail__main__post table > tbody > tr > th {
    font-weight: 700;
}

.news__detail__main__post table > tbody > tr:nth-child(odd) > th, .news__detail__main__post table > tbody > tr:nth-child(odd) > td {
    background-color: rgba(41, 159, 57, 0.15);
}

.news__detail__main__post table > tbody > tr:nth-child(even) > th, .news__detail__main__post table > tbody > tr:nth-child(even) > td {
    background-color: rgba(41, 159, 57, 0.05);
}