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

/* contents01 */

/* layout03 */

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

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


.layout03 h5 {
    font-weight: var(--base-weight);
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 1px;
}

.layout03 ul li {
    font-size: var(--base-font-size);
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -16px;
    margin-left: 16px;
}

.layout03 ul {
    padding: 15px 0px;
    padding-left: 20px;
}

.layout03 p span {
    display: block;
    line-height: 1.8;
}

.sp-view {
    display: none;
}
