.common__bg {
    padding-bottom: 80px;
}

.news-details {
    padding-top: 40px;
    /* margin-bottom: 80px; */
}

.post__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post__category__wrap {
    display: flex;
}

.post__category__txt {
    display: inline-flex;
    font-size: 12px;
    border-radius: 2px;
    border: #707070 1px solid;
    color: #707070;
    padding: 4px;
}

.post__category__txt01 {
    margin-right: 16px;
}

.post__time__wrap {
    display: inline-flex;
    font-size: 12px;
    border-radius: 2px;
    border: #707070 1px solid;
    color: #707070;
    padding: 4px;

}

.post__time__txt {}

.post__time__date {}

.news-details__ttl01 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 32px;
    line-height: calc(32/24);
    text-align: center;
}

.news__main__img {
    margin-bottom: 32px;
}

.news-details__content {}

.news-details__ttl02 {
    background-color: #787878;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 27px;
    line-height: calc(24/20);
}

.news-details__ttl02::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 16px;
    width: 0;
    height: 0;

    border-top: 10.5px solid #787878;

    /* 左右の透明なボーダーで「横幅」を作ります (6px + 6px = 12px) */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.common__txt {
    line-height: 2;
    color: #3B4043;
}

.news-details__content__img__wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}

.news-details__content__img__wrap>img:not(:last-child) {
    margin-bottom: 20px;
}

.news-details__content02 {
    margin-bottom: 32px;
}

.news-details__ttl03 {
    border: 1px solid #707070;
    padding: 10px 10px 10px 61px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    min-height: 51px;
    display: flex;
    align-items: center;
    border-radius: 4px 0 0 4px;
    line-height: calc(24/20);
    margin-bottom: 17px;
    margin-top: 40px;
}

.news-details__ttl03::before {
    content: "";
    background-color: #787878;
    width: 51px;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* border-radius: 4px 0 0 4px; */
}

.news-details__ttl03::after {
    content: "";
    background-image: url('../img/news-details/ttl__icon.svg');
    width: 16px;
    height: 23.27px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: calc((51px - 16px)/2);
    top: 0;
    bottom: 0;
    margin: auto;

}

.news-details__content__item01__wrap {
    margin-top: 24px;
}

.news-details__content__item01 {
    display: flex;
    font-size: 14px;
    padding: 0 10px;
    line-height: calc(24/14);

}

.news-details__content__item01:not(:last-child) {
    border-bottom: #707070 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-details__content__item01__ttl {
    min-width: 70px;
    max-width: 70px;
    margin-right: 10px;
    font-weight: 700;
}

.news-details__content__item01__txt {
    font-weight: 500;
}

.news-details__content__item02 {
    margin-top: 40px;
}

.news-details__content__item02__item {
    display: flex;
    padding: 10px;
    border-radius: 8px;
    border: #707070 1px solid;
}

.news-details__content__item02 .news-details__content__item02__item:not(:last-child) {
    margin-bottom: 20px;
}

.news-details__content__item02__item__num {
    font-size: 32px;
    color: #119CAB;
    margin-right: 17px;
    font-family: "Anton", sans-serif;
    height: 49px;
    display: flex;
    align-items: center;
}

.news-details__content__item02__item__txt {
    line-height: calc(24/16);
}

.news-details__content__item03 {}

.news-details__content__item03__item {}

.news-details__content__item03 .news-details__content__item03__item:not(:last-child) {
    margin-bottom: 20px;
}


.share__wrap {
    display: flex;
    gap: 0 20px;
}

.share__item {}

.share__item01 {
    width: 97px;
    max-width: 97px;
}

.share__item02 {
    width: 70px;
    max-width: 70px;
}

.share__item03 {
    width: 96px;
    max-width: 96px;
}

@media screen and (min-width: 768px) {
    .common__bg {
        padding-bottom: 160px;
    }

    .news-details {
        margin: 0 auto;
        padding-top: 160px;
        max-width: 1128px;
    }

    .post__time__content {
        /*   width: 100%;
        text-align: right; */

    }

    .post__time__wrap {
        display: inline-flex;
        font-size: 12px;
        border-radius: 2px;
        border: #707070 1px solid;
        color: #707070;
        padding: 4px;

    }

    .post__time__txt {}

    .post__time__date {}

    .news-details__wrap {
        max-width: 936px;
        margin: 0 auto;
    }

    .news-details__ttl01 {
        font-size: 24px;
        font-weight: 700;
        margin-top: 59px;
        margin-bottom: 40px;
        line-height: calc(32/24);
        text-align: center;
    }

    .news__main__img {
        margin-bottom: 64px;
    }

    .news-details__content {}

    .news-details__ttl02 {
        padding: 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        margin-bottom: 35px;
        line-height: 1.4;
    }

    .news-details__ttl02::before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 16px;
        width: 0;
        height: 0;


        /* 左右の透明なボーダーで「横幅」を作ります (6px + 6px = 12px) */
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }

    .common__txt {
        max-width: 888px;
        margin: 0 auto;
    }

    .news-details__content__img__wrap {
        margin-top: 32px;
        margin-bottom: 64px;
        display: flex;
    }

    .news-details__content__img__wrap>img {
        width: calc((100% - 24px)/2);
    }

    .news-details__content__img__wrap>img:not(:last-child) {
        margin-bottom: 0;
        margin-right: 24px;
    }

    .news-details__content02 {
        margin-bottom: 64px;
    }

    .news-details__ttl03 {
        padding: 10px 10px 10px 61px;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        min-height: 51px;
        display: flex;
        align-items: center;
        border-radius: 4px 0 0 4px;
        line-height: calc(24/20);
        margin-bottom: 24px;
    }

    .news-details__ttl03::before {
        content: "";
        width: 51px;
        display: inline-block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        /* border-radius: 4px 0 0 4px; */

    }

    .news-details__ttl03::after {
        content: "";
        background-image: url('../img/news-details/ttl__icon.svg');
        width: 16px;
        height: 23.27px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        left: calc((51px - 16px)/2);

    }

    .news-details__content__item01__wrap {
        margin-top: 24px;
    }

    .news-details__content__item01 {
        display: flex;
        font-size: 16px;
        padding: 0 24px;
        line-height: 2;

    }

    .news-details__content__item01:not(:last-child) {
        border-bottom: #707070 1px solid;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .news-details__content__item01__ttl {
        min-width: 96px;
        max-width: 96px;
        margin-right: 24px;
        font-weight: 700;
    }

    .news-details__content__item01__txt {
        font-weight: 500;
    }

    .news-details__content__item02 {
        margin-top: 45px;
    }

    .news-details__content__item02__item {
        display: flex;
        padding: 16px;
        border-radius: 8px;
        border: #707070 1px solid;
    }

    .news-details__content__item02 .news-details__content__item02__item:not(:last-child) {
        margin-bottom: 24px;
    }

    .news-details__content__item02__item__num {
        font-size: 40px;
        color: #119CAB;
        margin-right: 23px;
        font-family: "Anton", sans-serif;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .news-details__content__item02__item__txt {
        line-height: calc(32/20);
        font-size: 20px;
    }

    .news-details__content__item03 {}

    .news-details__content__item03__item {}

    .news-details__content__item03 .news-details__content__item03__item:not(:last-child) {
        margin-bottom: 32px;
    }

    .news-details__content__item03__item__q {
        background-color: #28C3D4;
        border-radius: 20px 20px 0 0;
        line-height: calc(24/16);
        padding: 16px;
        padding-right: 56px;
        display: flex;
        color: #fff;
        position: relative;
        font-size: 20px;
    }

    .news-details__content__item03__item__q::before {
        content: "";
        background-image: url('../img/news-details/faq__icon.svg');
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 16px;
        right: 16px;
        display: block;
        width: 24px;
        height: 24px;
        transition: transform .3s;
    }

    .news-details__content__item03__item__q.active::before {
        transform: rotate(180deg);
    }

    .news-details__content__item03__item__a {
        border-radius: 0 0 20px 20px;
        line-height: calc(32/16);
        padding: 16px;
        box-shadow: inset 0 0 3px #bbbbbb;
        display: none;
    }

    /* .navi_buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: none;
        margin: 24px auto 0 auto;
    }

    .navi_buttons * {
        width: 144px;
        height: 40px;
        border: 1px solid #707070;
        border-radius: 2px;
        background-color: #ffffff;
        color: #707070;
        font-weight: 500;
        line-height: 37px;
        position: relative;
        cursor: pointer;
    }

    .navi_buttons div:first-child {
        text-align: right;
        padding-right: 20px;
    }

    .navi_buttons div:last-child {
        padding-left: 16px;
    }

    .navi_buttons *::before {
        position: absolute;
        display: block;
        height: 12px;
        width: 6px;
        content: "";
        background-image: url('../img/navi_arrow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        top: 50%;
        transform: translateY(-50%);
    }

    .navi_buttons div:first-child::before {
        left: 11px;
    }

    .navi_buttons div:last-child::before {
        right: 11px;
        transform: translateY(-50%) rotate(180deg);
    } */
}