.lowerHero {
    background-image: url(../img/bg-for-ladies.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    height: 400px;
    position: relative;
    padding: 5%;
}

.lowerHero--body {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
}

.lowerHero--title {
    color: var(--white);
    font-size: var(--font-size-title-lowerhero);
    margin-bottom: 16px;
    filter: drop-shadow(1px 1px 3px var(--black));
}

.lowerHero--text {
    display: inline-block;
    background-color: var(--white);
    padding: 8px 16px;
    margin-bottom: 16px;
    line-height: 1.5em;
}

/* 料金の仕組み */

.price .media--imgBox {
    flex: 0 0 456px;
    margin-right: 24px;
}

.price .media--body {
    flex: 1 1 auto;
    text-align: left;
}

.price .media--img {
    width: 100%;
    height: var(--aspect-ratio-4-3);
    margin-bottom: 2.4rem;
}

.price .media--titleBox {
    margin-bottom: 2.4rem;
}

.price .media--title {
    font-size: var(--font-size-large);
    text-align: left;
}

.price .media--text {
    margin-bottom: 1.6rem;
    text-align: left;
}

.price .media--text:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .price .media {
        display: block;
    }

    .price .media--imgBox {
        width: 100%;
        margin-right: 0;
    }
}

/* お支払方法 */

.payment .section--subTitleBox {
    margin-bottom: 0;
}