.sp {
    display: none;
}

.tumeawase-ttl {
    color: #C60001;
    margin-bottom: -6px;
    font-size: 29px;
}

.tumeawase-txt {
    font-size: 18px;
    color: #1C2A5A;
    text-align: center;
    margin: 13px 0 37px 0;
    line-height: 1.7;
}

.tumeawase-top {
    margin-bottom: 87px;
}

.FS2_upper_comment .tumeawase-top__ttl {
    font-size: 21px;
    color: #8C3B3B;
    display: block;
    margin: 0 auto 34px;
    width: fit-content;
    position: relative;
    line-height: 1;
}

.tumeawase-top__ttl::before,
.tumeawase-top__ttl::after {
    content: "";
    width: 2px;
    height: 44px;
    background: #8C3B3B;
    position: absolute;
    top: -7px;
}

.tumeawase-top__ttl::before {
    left: -33px;
    transform: rotate(-45deg);
}

.tumeawase-top__ttl::after {
    right: -27px;
    transform: rotate(45deg);
}

.tumeawase-top__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tumeawase-top__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 10px;
    font-size: 14px;
}

.tumeawase-top__item img {
    width: 140px;
    height: 140px;
    margin-bottom: 7px;
}

.tumeawase-box {
    border: 4px solid #C60001;
    margin: 0 -4px;
    position: relative;
    display: flex;
    padding: 50px 36px 45.5px 48px;
    margin-bottom: 63px;
}
.tumeawase-box.tumeawase-box__1 {
    background: url(../img-page/tei-box/bg01.png) right 10px bottom 14px / 844px no-repeat, #fff;
}

.tumeawase-box::before {
    display: block;
    content: "";
    border: 2px solid #C60001;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.tumeawase-box__2 {
    border-color: #C96325;
    margin-bottom: 52px;
}

.tumeawase-box__2::before {
    border-color: #C96325;
}

.tumeawase-box__3 {
    border-color: #8D6C1D;
}

.tumeawase-box__3::before {
    border-color: #8D6C1D;
}
.FS2_upper_comment .tumeawase-box__ttl{
    margin: 0;
}
.tumeawase-box__ttl img {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tumeawase-box__ttl img {
    height: 59px;
}

.tumeawase-box__2 .tumeawase-box__ttl img {
    height: 56px;
}

.tumeawase-box__3 .tumeawase-box__ttl img {
    height: 56px;
}

.FS2_upper_comment .tumeawase-box__txt {
    font-size: 16px;
    margin: 0;
    line-height: 1.74;
}

.tumeawase-box__link {
    background: #D8A74A;
    width: 283px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    position: relative;
    font-weight: bold;
    font-size: 14px;
}

.tumeawase-box__link::after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    top: calc(50% - 0.25em);
    right: 1em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tumeawase-box__img {
    flex: 0 0 40%;
    margin-left: 7%;
    object-fit: cover;
}

.tumeawase-box__cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px 0 30.5px;
}

.fs-body-category-tei-box .user_content.FS2_lower_comment {
	display: none;
}

@media (max-width: 767px) {
    .sp {
        display: block;
    }

    .tumeawase-ttl {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .tumeawase-mv {
        margin: 0 -10px;
    }

    .tumeawase-top {
        margin-top: 38px;
        margin-bottom: 48px;
    }

    .tumeawase-top__list {
        gap: 9px 25px;
    }

    .tumeawase-top__item img {
        width: 98px;
        height: 98px;
        margin-bottom: 0px;
    }

    .FS2_upper_comment .tumeawase-top__ttl {
        font-size: 18px;
        margin: 0 auto 26px;
        line-height: 1.25;
    }

    .tumeawase-top__ttl::before,
    .tumeawase-top__ttl::after {
        top: 0px;
    }

    .tumeawase-top__ttl::before {
        left: -34.5px;
    }

    .tumeawase-top__ttl::after {
        right: -34.5px;
    }
    .tumeawase-top {
        margin-bottom: 39px;
    }
    .tumeawase-top__item {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0;
        font-size: 12px;
    }

    .tumeawase-box {
        border-width: 2px;
        margin: 0 8px 41px;
        padding: 37px 20px 28px;
        flex-direction: column-reverse;
    }

    .tumeawase-box__1 {
        background: url(../img-page/tei-box/bg02.png) right 4px bottom 250px / 316.5px 107px no-repeat, #fff;
    }

    .tumeawase-box::before {
        border-width: 1px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
    }

    .tumeawase-box:last-child {
        margin-bottom: 0;
    }

    .tumeawase-box__cont {
        padding: 11px 0 0;
    }
    .tumeawase-box__img {
        width: 224px;
        margin: auto;
    }

    .FS2_upper_comment .tumeawase-box__txt {
        font-size: 14px;
        margin-bottom: 20px;
                line-height: 1.6;
    }

    .tumeawase-box__ttl img {
        height: 42px;
        top: 3px;
    }

    .tumeawase-box__2 .tumeawase-box__ttl img {
        height: 36px;
    }

    .tumeawase-box__3 .tumeawase-box__ttl img {
        height: 36px;
    }

    .tumeawase-box__link {
        width: 100%;
        height: 37px;
        font-size: 14px;
        font-weight: bold;
    }
}