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


.title-box h2 {
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

.maincontents-inner section:not(:last-child) {
    margin-bottom: 100px;
}

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

.layout-orange > div.box-title:not(:last-child) {
    margin-bottom: 30px;
}

.layout-orange > .box-title h4 {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
}

/* layout-about */

.layout-about .box-text p {
    text-align: center;
    width: 100%;
}

/* layout-price */

.layout-price .box01 {
    width: 180px;
}

.layout-price .box02 h5.space01 {
    margin-bottom: 20px;
}

.layout-price .box-detail {
    background-color: #FFF;
    padding: 10px 20px;
    margin-top: 20px;
}

.layout-price .box-detail p {
    padding-top: 0px;
}


/* layout01 */

.layout01 .box {
    padding: 40px 4%;
    padding-left: 210px;
    position: relative;
    border-top-style: dotted;
    border-color: #666;
    border-width: 3px;
}

.layout01 .box::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0px;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 146px;
    width: 146px;
    height: 100%;
}

.layout01 .box:nth-child(1)::before {
    background-image: url("../common/images/s01.svg");
}

.layout01 .box:nth-child(2)::before {
    background-image: url("../common/images/s02.svg");
}

.layout01 .box:nth-child(3)::before {
    background-image: url("../common/images/s03.svg");
}

.layout01 .box:nth-child(4)::before {
    background-image: url("../common/images/s04.svg");
}

.layout01 .box:nth-child(5)::before {
    background-image: url("../common/images/s05.svg");
}

.layout01 h4 {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}

.layout01 .box:nth-child(odd) h4 {
    color: var(--color-sub);
}

.layout01 .box:nth-child(even) h4 {
    color: var(--color-sub6);
}

/* layout-attention */

.layout-attention {
    border-top-style: none;
    padding: 0px 4%;
}



.sp-view {
    display: none;
}
