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


.title-box h2 {
    letter-spacing: 0.2em;
}


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

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


/* layout-price */

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

/* layout01 */

.layout01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 60px;
}

.layout01 .box {
    width: 380px;
}

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

.layout01 h6 {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    padding-top: 25px;
    text-align: center;
}

.layout01 p {
    font-size: 16px;
    text-align: center;
}


.sp-view {
    display: none;
}
