.mbGuarantee {
    padding-bottom: 80px;
}

.mbGtxt01 {
    background: linear-gradient(90deg, #eb9f9f, #e5546b);
    border-radius: 1rem 1rem 0 0;
    border: 1px solid #e78989;
    border-bottom: none;
    padding: 0 5px;
    color: #fff;
    font-size: 24px;
}

.mbGbtm {
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    border: 1px solid #e78989;
    border-top: none;
    padding: 20px 5%;
}

.mbGtxt02 {
    color: #e78989;
    font-size: 18px;
    line-height: 1.8;
}

.mbGtxt03 {
    color: #333;
    border-top: 1px solid #eadfd5;
    padding-top: 10px;
    margin-top: 5px;
    line-height: 1.8;
}

/* course-list（flex）内でPC・SP横幅を揃える */
ul.course-list .id020_add_pay,
ul.course-list .id020_add_henekin {
    width: 100%;
}

/* トップページ：container.courseTop の外に配置されるため .container と同等のpaddingを付与 */
.contents01-top > .id020_add_pay,
.contents01-top > .id020_add_henekin {
    padding-left: 5%;
    padding-right: 5%;
}

/* トップページPC：max-widthとcentering を .container に合わせる */
@media screen and (min-width: 769px) {
    .contents01-top > .id020_add_pay,
    .contents01-top > .id020_add_henekin {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}

.pop_area.flex {
    display: flex;
    align-items: stretch;
    margin-bottom: 24px;
    margin-top: 12px;
    gap: 0 4px;
}

.id020_add_pay p {
    text-align: center;
}

.pop_area.flex p {
    background-color: #f97a95;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 16px 8px;
    width: calc(100% / 3);
    border-radius: 12px;
    position: relative;
    line-height: 16px;
}

div.id020_add_pay .pop_area.flex p:nth-child(2) {
    min-width: 145px;
}

.pop_area.flex p span {
    display: block;
}

div.id020_add_pay .pop_area.flex p:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.id020_add_pay .pop_area.flex p:nth-child(1) span {
    white-space: nowrap;
}

@media screen and (max-width: 480px) {
    .mbGuarantee {
        padding-bottom: 60px;
    }

    .mbGtxt01 {
        font-size: 22px;
    }

    .mbGtxt02 {
        font-size: 15px;
    }

    .mbGbtm {
        padding: 20px 3%;
    }
}
