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

/* contents01 */

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

/* contents02 */

.contents02 {
    text-align: center;
}

/* layout03 */

.layout03 .box {
    position: relative;
    padding-top: 30px;
}

.layout03 .box:not(:last-child) {
    margin-bottom: 40px;
}

.layout03 .box-title-page01 {
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.layout03 .box-text {
    border-style: solid;
    border-color: var(--color-sub6);
    border-width: 1px;
    border-radius: 15px;
    padding: 50px 0px 30px;
    text-align: center;
}

.layout03 .box-title-page01 h4 {
    background-color: var(--color-sub6);
    min-width: 660px;
}


/* layout04 */

.layout04 p {
    line-height: 2.2;
}

.layout04 .box-link {
    padding-top: 60px;
}



.sp-view {
    display: none;
}
