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


/* contents01 */

.contents01 > div:not(:last-child),
.contents02 > div:not(:last-child) {
    margin-bottom: 70px;
}

.box-title-page01 h4 {
    background-color: var(--color-sub6);
}

/* layout03 */

.layout03 {
    text-align: center;
}

.contents02 .layout03 {
    margin-bottom: 50px;
}

.layout03 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #f65378;
    font-size: 27px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.layout03 h5,
.layout03 h5 a {
    font-family: var(--number-font);
    font-weight: var(--base-weight);
    color: var(--color-sub8);
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout03 h5 {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}

.layout03 h5::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    display: block;
    background-image: url("../../images/common/tel-footer01.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 40px;
    height: 42px;
}

/* layout04 */

.layout04 {
    text-align: center;
}

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

.layout04 .box-title-page03 {
    margin-bottom: 30px;
}

.layout04 .box-detail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 60px;
    padding: 30px 0px;
    border-radius: 20px;
    background-color: var(--color-back3);
    margin-bottom: 20px;
}

.layout04 .box-detail ul li {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

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

.layout04 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub6);
    font-size: 27px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    padding: 30px 0px;
}




.sp-view {
    display: none;
}
