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


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

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


/* layout01 */

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

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

.layout01 ul li {
    font-weight: var(--base-weight);
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.layout01 ul li:not(:last-child) {
    margin-bottom: 10px;
}



.sp-view {
    display: none;
}
