.benefits-flex-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 3rem;
    }
}

.bene-box-container {
    background: #EEF1F4;
    padding: 5rem 6.1rem;
    display: flex;
    gap: 6rem;
    @media screen and (max-width: 767px) {
        padding: 3rem 1.5rem;
        flex-direction: column;
        gap: 2rem;
    }
}

.benef-box-blue-title {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.1em;
    color: #0033B3;
    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
    }
}

.benef-box-blue-txt {
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    color: #000000;
    max-width: 73.8rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        max-width: inherit;
        margin-bottom: 0;
    }
}

.benef-img-container {
    width: 34rem;
    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.second-benef-container {
    margin-top: 5rem;
}

.grey-bk-benefits {
    padding-top: 10rem;
    background-color: #EEF1F4;
    margin-top: 11rem;
    padding-bottom: 25rem;
    @media screen and (max-width: 767px) {
        padding-top: 6rem;
        margin-top: 7rem;
        padding-bottom: 20rem;
    }
}

.benefits-list-container {
    display: flex;
    row-gap: 5rem;
    column-gap: 5.2rem;
    flex-wrap: wrap;
    @media screen and (max-width: 767px) {
        row-gap: 3rem;
    }
}

.benef-list-box-container {
    width: 38.5rem;
    height: 42rem;
    background: #FFFFFF;
    padding: 1.4rem 3.6rem 5.2rem;
    @media screen and (max-width: 767px) {
        width: 100%;
        height: auto;
        padding: 0.5rem 2.5rem 3.5rem;
    }
}

.benef-list-img-container {
    width: 22rem;
    margin: 0 auto;
    padding-bottom: 1.4rem;
    @media screen and (max-width: 767px) {
        width: 14rem;
        padding-bottom: 1rem;
    }
}

.benef-list-box-container p {
    max-width: 31.2rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    color: #000000;
    padding-top: 1.4rem;
}

#footer {
    margin-top: -13rem;
}

.common-title.type01 .title-sub {
letter-spacing: 0.04em;
white-space: nowrap;
}


.bene-box-top-container {
    background: #EEF1F4;
    padding: 5rem 6.1rem;
    @media screen and (max-width: 767px) {
        padding: 2rem 1.5rem;
    }
}

.top-shin-title {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    /* line-height: 20px; */
    text-align: center;
    letter-spacing: 0.1em;
    color: #0033B3;
    margin-bottom: 1rem;
}

.top-shin-min-title {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    /* line-height: 26px; */
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
    @media screen and (max-width: 767px) {
        line-height: 2.4rem;
    }
}

.top-benef-flex-double-box {
    display: flex;
    justify-content: space-between;
    margin-top: 4.4rem;
    position: relative;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        margin-top: 0;
    }
}

.top-benef-flex-double-box::before {
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 100%;
    background-color: #0033B3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .top-benef-flex-double-box::before {
        width: 100%;
        height: 0.2rem;
        top: 14rem;
    }      
}

.top-benef-box-column {
    @media screen and (max-width: 767px) {
        margin-top: 7rem;
    }
}

@media screen and (max-width: 767px) {
    .top-benef-box-column .benef-box-blue-title {
        font-size: 1.6rem;
    }      
}

.txt-content-top-benefs {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    color: #000000;
    margin: 1.4rem 0 3.3rem;
    max-width: 48.1rem;
    height: 18.2rem;
    @media screen and (max-width: 767px) {
        height: auto;
        font-size: 1.3rem;
        line-height: 2rem;
    }
}

.txt-content-top-benefs ul li {
    list-style: disc;
    padding-left: 2rem;
    list-style-position: inside;
    text-indent: -1.5rem;
}


.top-benef-under-img {
    width: 48.1rem;
    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.top-shin-bottom-txt {
    margin-top: 4.4rem;
    padding-bottom: 5rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    color: #000000;
    max-width: 102.3rem;
    text-align: left;
    padding-left: 5.7rem;
    @media screen and (max-width: 767px) {
        line-height: 2.4rem;
        padding-left: 0;
    }
}

.benefits-list-container .benef-box-blue-title {
    text-align: center;
}