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


/* contents03 */

.contents03 {
    text-align: center;
}

/* layout01 */

.layout01 .midashi-box2 h2 {
    display: block;
}

.layout01 .midashi-box2 h2::before,
.layout01 .midashi-box2 h2::after {
    display: none;
}

/* layout02 */

.layout02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 5%;
}

.layout02 .box {
    width: 47.5%;
    padding: 30px 40px;
    border-radius: 20px;
    background-color: var(--color-back1);
}

.layout02 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub6);
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    text-align: center;
}

.layout02 ul {
    padding-left: 20px;
}

.layout02 ul li,
.layout02 ul li a {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.layout02 ul li a {
    text-decoration: underline;
    display: block;
}

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


.sp-view {
    display: none;
}
