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

.layout-contents01-wrap {
    background-color: #d4e6e8;
    background-image: none;
}

/* contents01 */

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

.layout-contents01 .layout01 .item:nth-child(even) {
    background-color: var(--color-back4);
}

.layout-contents01 .layout01 .item:nth-child(even) h6 {
    color: var(--color-sub9);
}

.contents01 .box-text:last-child {
    text-align: center;
}

.contents01 .box-text h6 {
    padding-top: 50px;
}

/* contents02 */

.contents02 {
    text-align: center;
}

.contents02 .box-link {
    text-align: center;
    padding-top: 40px;
}


.sp-view {
    display: none;
}
