@charset "utf-8";

.news__ttl {
    margin-bottom: 33px;
}

.news__list:not(:last-child) {
    margin: 0 0 80px;
}

.news__list__item {
    display: flex;
    align-items:flex-start;
    gap: 0 42px;
    padding: 31px 0 32px;
    border-top: solid 1px var(--borderMainColor);
}

@media screen and (max-width: 1050px) {
    .news__list__item {
        flex-direction: column;
        align-items: center;

    }
}

.news__list__item:last-child {
    border-bottom: solid 1px var(--borderMainColor);
}

.news__list__img {
    display: grid;
    width: 100%;
    max-width: 320px;
    place-items: center;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .news__list__img {
        max-width: 500px;
    }
}

.news__list__img img {
    display: block;
    width: 100%;
}

.news__list__txt {
    width: 100%;
    padding: 8px 0;
    color: var(--textMainColor);
}

@media screen and (max-width: 767px) {
    .news__list__txt {
        padding: 20px 0 5px;
    }
}

.news__item__ttl {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    font-weight: 700;
    margin: 0 0 11px;
}

.news__item__info,
.news__item__info * {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71em;
    letter-spacing: 0.03em;
}

.news__item__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0 auto;
    padding-right: 40px;
    padding-left: 7px;
}

@media screen and (max-width: 1050px) {
    .news__item__flex {
        flex-direction: column;
        align-items: start;
        gap: 10px 0;
    }
}

.news__list__date {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.03em;
    color: var(--accentColor);
}

.news__list__link {
    position: relative;
    display: block;
    width: fit-content;
    font-size: 14px;
    color: var(--accentColor);
    padding: 0 55px 0 0;
    font-weight: 500;
}

@media screen and (max-width: 430px) {
    .news__list__link {
        padding: 0 43px 0 0;
    }
}

.news__list__link::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: var(--accentColor);
}

@media screen and (max-width: 430px) {
    .news__list__link::before {
        width: 30px;
        height: 30px;
    }
}

.news__list__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-radius: 1px;
    border: solid 1.5px #fff;
    border-left: none;
    border-bottom: none;
}

@media screen and (max-width: 430px) {
    .news__list__link::after {
        right: 13px;
    }
}

.sec-news__detail {
    padding: 0 40px 0 0;
}

@media screen and (max-width: 767px) {
    .sec-news__detail {
        padding: 0;
    }
}

.news__post__date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71em;
    letter-spacing: 0.03em;
    color: var(--accentColor);
    margin: -4px 0 16px;
}

.news__detail__ttl {
    font-weight: 700;
    color: var(--txtMainColor);
    margin-bottom: 40px;
    padding-bottom: 18px;
    border-bottom: solid 1px var(--borderMainColor);
}

@media screen and (max-width: 767px) {
    .news__detail__ttl {
        margin-bottom: 20px;
    }
}

.news__detail__img {
    width: 100%;
    margin: 0 0 34px;
}
@media screen and (max-width: 767px) {
    .news__detail__img {
    margin: 0 0 25px;
}
}

.news__detail__message {
    margin: 0 0 64px;
}

@media screen and (max-width: 767px) {
    .news__detail__message {
        margin: 0 0 30px;
    }
}

.news__detail__txt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: var(--txtMainColor);
}

@media screen and (max-width: 767px) {
    .news__detail__txt {
        font-size: 14px;
    }
}

.news__detail__txt:not(:last-of-type) {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .news__detail__txt:not(:last-of-type) {
        margin-bottom: 25px;
    }
}

.fv .news__detail__txt:not(:last-of-type) {
    margin-bottom: 30px;
}

.news__detail__txt span:not(:last-child) {
    display: block;
    margin: 0 0 34px;
    line-height: 1.6em;
}

@media screen and (max-width: 767px) {
    .news__detail__txt span:not(:last-child) {
        margin: 0 0 25px;
    }
}

.news__detail__txt:first-of-type span:not(:last-child) {
    display: block;
    margin: 0 0 31px;
    line-height: 1.6em;
}

@media screen and (max-width: 767px) {
    .news__detail__txt:first-of-type span:not(:last-child) {
        margin-bottom: 25px;
    }
}

.fv .news__detail__strong {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .fv .news__detail__strong {
        margin-bottom: 25px;
    }
}

.news__detail__strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.03em;
    color: var(--accentColor);
    margin-bottom: 38px;
}

.news__detail__strong {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .news__detail__strong {
        font-size: 20px;
    }
}

.news__detail__strong span {
    line-height: 1.5em;
}

.news__detail__kind__ttl {
    font-size: 20px;
    margin: 0 0 15px;
}

.news__detail__list {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .news__detail__list {
        font-size: 14px;
    margin-bottom: 0;
    }
}

.news__detail__item {
    position: relative;
    margin-left: 20px;
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    .news__detail__item {
        margin-left: 10px;
    }
}

.news__detail__item p {
    line-height: 1.7em;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
    .news__detail__item p {
        margin-bottom: 7px;
    }
}

.news__detail__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    z-index: 0;
    width: 11px;
    height: 11px;
    background: var(--txtMainColor);
}

@media screen and (max-width: 767px) {
    .news__detail__item::before {
        top: 12px;
        width: 9px;
        height: 9px;
    }
}

.news__detail__list .post {
    font-size: 14px;
    line-height: 1.7;
}
.news__detail__list .post h1 {
    font-size: 20px;
    color: var(--accentColor);
    font-weight: 700;
    background: rgba(169,137,75,0.11);
    letter-spacing: 0.04em;
    line-height: 1.4;
    padding: 15px;
    margin: 0 0 20px;
    /* margin: 50px 0 30px; */
}
@media screen and (max-width: 767px) {
    .news__detail__list .post h1 {
    /* margin: 40px 0 20px; */
}
}
.news__detail__list .post h2 {
    font-size: 20px;
    color: var(--accentColor);
    font-weight: 700;
    background: rgba(169,137,75,0.11);
    letter-spacing: 0.04em;
    line-height: 1.4;
    padding: 15px;
    margin: 0 0 20px;
    /* margin: 50px 0 30px; */
}
@media screen and (max-width: 767px) {
    .news__detail__list .post h2 {
    /* margin: 40px 0 20px; */
}
}
.news__detail__list .post h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin: 0 0 20px;
    /* margin: 50px 0 30px; */
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
    .news__detail__list .post h3 {
    /* margin: 40px 0 20px; */
}
}
.news__detail__list .post p {
    font-size: 14px;
    line-height: 1.7;
    /* margin: 0 0 30px 0; */
}
@media screen and (max-width: 767px) {
    .news__detail__list .post p {
    /* margin: 0 0 20px 0; */
}
}
.news__detail__list .post a {
    font-size: 14px;
    color: #4B85A9;
    text-decoration: underline;
}
.news__detail__list .post img {
    max-width:100%;
    height:auto !important;
}
.news__detail__list .post strong {
    font-weight:bold;
}
.news__detail__list .post ol,
.news__detail__list .post ul {
    background-color: var(--borderMainColor);
    padding: 30px 30px 30px 45px;
    /* margin: 30px 0; */
    list-style-position: inside;
}
@media screen and (max-width: 767px) {
    .news__detail__list .post ol,
.news__detail__list .post ul {
    padding: 20px 20px 20px 35px;
}
}
.news__detail__list .post ol li,
.news__detail__list .post ul li {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin: 0 0 15px 0;
    position: relative;
}
.news__detail__list .post ol li:last-child,
.news__detail__list .post ul li:last-child {
    margin: 0;
}
.news__detail__list .post ul li {
    list-style: disc;
}
.news__detail__list .post ol li {
    list-style: decimal;
}