.benefits {
    padding: 50px 0;
    background-color: #fff4e3;
    font-family: "Zen Old Mincho", serif;
}

.l-inner {
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
}

ul li {
    list-style: none;
}

.benefits__title {
    text-align: center
}

.benefits__title--read {
    display: block;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

@media screen and (min-width:769px) {
    .benefits__title--read {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 26px
    }
}

.benefits__title--read span {
    color: #393327;
    font-weight: 700;
    padding: 2px
}

.benefits__title--read strong {
    display: block;
    color: #fff;
    background-color: #393327;
    font-weight: 700;
    padding: 2px
}

.benefits__title--big {
    position: relative;
    width: 100%;
    margin-top: 8px
}

@media screen and (min-width:769px) {
    .benefits__title--big {
        margin-top: 12px
    }


}

.benefits__title--big-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff4e3;
    margin: 0 auto;
    position: relative;
    padding: 0 12px
}

.benefits__title--big::before {
    content: none
}

@media screen and (min-width:769px) {
    .benefits__title--big::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/clinic/benefits-line.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain
    }
}

.benefits__title--big .is-circle {
    width: 72px;
    height: 72px;
    background-color: #ae8954;
    border-radius: 50%;
    display: block;
    position: relative
}

@media screen and (min-width:769px) {
    .benefits__title--big .is-circle {
        width: 86px;
        height: 86px
    }
}

.benefits__title--big .is-circle span {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
    white-space: nowrap
}

@media screen and (min-width:769px) {
    .benefits__title--big .is-circle span {
        font-size: 26px
    }
}

.benefits__title--big .is-title {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    line-height: 70px;
    padding-left: 12px
}

@media screen and (min-width:769px) {
    .benefits__title--big .is-title {
        font-size: 54px;
        line-height: 40px
    }
}

.benefits__title--big .is-title strong {
    font-size: 74px;
    color: #fd4477;
    line-height: 70px
}

@media screen and (min-width:769px) {
    .benefits__title--big .is-title strong {
        font-size: 100px
    }
}

.benefits__wrap {
    margin-top: 24px
}

.benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px
}

.benefits__list li {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    padding-left: 100px;
    height: 60px;
    text-align: center;
    white-space: nowrap
}

* {
    box-sizing: border-box;
}

img.magazine {
    display: block;
    max-width: 100%;
    margin: 40px auto;
}

@media screen and (min-width:769px) {
    .benefits__list li {
        height: 96px
    }
}

.benefits__list li:nth-child(1) {
    width: 100%
}

.benefits__list li:nth-child(n+2) {
    width: 100%
}

@media screen and (min-width:1025px) {
    .benefits__list li:nth-child(n+2) {
        width: calc(50% - 7px)
    }
}

.benefits__list li img {
    position: absolute;
    width: 60px;
    height: 60px;
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width:769px) {
    .benefits__list li img {
        width: 100px;
        height: 100px;
        left: -10px
    }
}

.benefits__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-44%, -50%);
    transform: translate(-44%, -50%);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (min-width:769px) {
    .benefits__text {
        font-size: 26px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.benefits__list li:nth-child(n+2) .benefits__text {
    left: 54%
}

.benefits__list li p .line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0, #f5d77f));
    background: linear-gradient(transparent 80%, #f5d77f 0);
    display: inline;
    padding: 0;
    line-height: .8
}

.benefits__list li p .red {
    color: #fd4477
}

.benefits__list li p .big {
    font-size: 24px
}

@media screen and (min-width:769px) {
    .benefits__list li p .big {
        font-size: 42px
    }
}

.benefits__list li p .min {
    font-size: 12px
}

@media screen and (min-width:769px) {
    .benefits__list li p .min {
        font-size: 20px
    }
}

.benefits__after {
    font-family: "Zen Kaku Gothic New";
    text-align: left;
    font-size: 13px;
    margin-top: 2em
}

@media screen and (min-width:769px) {
    .benefits__after {
        font-size: 18px;
        text-align: center
    }
}

.benefits__caution {
    text-align: left;
    font-size: 12px;
    margin-top: 1.5em
}

@media screen and (min-width:769px) {
    .benefits__caution {
        font-size: 13px;
        text-align: center
    }
}

@media screen and (max-width:769px) {
    img.magazine {
        margin-bottom: 0;
    }

    .l-inner {
        padding: 10px 25px;
    }

    .reve_table .base_info,
    .reve_table .request_date,
    .reve_table .request_date .td_rec,
    .check_text .inner,
    .reve_table .inquiry_details {
        padding: 0 !important;
    }

    form table {
        margin: 0 !important;
        width: 100% !important;
    }
}
