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


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

.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 .lay01 h6 {
    letter-spacing: 0.05em;
}

.layout-about .layout-yellow {
    text-align: left;
}

.layout-about .layout-yellow ul {
    padding-top: 20px;
    padding-left: 10px;
}

.layout-about .layout-yellow ul li {
    font-weight: var(--base-weight);
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

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

/* layout-price */

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

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

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


/* layout01 */

.layout01 {
    padding: 0px 4%;
    padding-bottom: 50px;
    border-bottom-style: dotted;
    border-color: #666;
    border-width: 3px;
}

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


/* layout-attention */

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



.sp-view {
    display: none;
}
