@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 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 50px;
}

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

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

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

.layout01 h6 {
    font-family: var(--base-font2);
    font-weight: var(--base-weight);
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    padding: 15px 0px;
}



.sp-view {
    display: none;
}
