@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 60px;
}

.layout01 .box-detail {
    flex: 1;
}

.layout01 .box-img {
    width: 380px;
}

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

.layout01 ul {
    margin-bottom: 30px;
}

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

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



.sp-view {
    display: none;
}
