@charset "UTF-8";
/* CSS Document */


.maincontents-inner section:not(:last-child) {
    margin-bottom: 100px;
}

.layout-orange > div:not(:last-child) {
    margin-bottom: 50px;
}

.layout-orange > div.box-title:not(:last-child) {
    margin-bottom: 30px;
}

.layout-orange > div.box-title h4 {
    font-family: var(--base-font2);
    font-weight: var(--base-weight);
    color: var(--color-sub2);
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
}

.contents01 > .layout02 + .layout-orange {
    margin-top: 60px;
}

/* layout-price */

.layout-price .box01 {
    width: 180px;
}

.layout-price .box02 h5:not(:last-child) {
    margin-bottom: 12px;
}

.layout-price .box-detail {
    background-color: #FFF;
    padding: 10px 20px;
    margin-top: 20px;
}

.layout-price .box-detail p {
    padding-top: 0px;
}

/* layout01 */

.layout01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 50px;
}

.layout01 .box-img {
    width: 30%;
}

.layout01 .box-img img {
    border-radius: 20px;
}

.layout01 .box-text {
    flex: 1;
    text-align: left;
}


.sp-view {
    display: none;
}
