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


/* contents01 */

.contents01 {
    padding-top: 20px;
    padding-bottom: 120px;
}

.contents01 h2 {
    font-weight: var(--base-font-weight2);
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.25em;
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom-style : solid;
border-color : var(--color-back01);
border-width : 3px;
}


/* layout01 */

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

.layout01 h5 {
    font-size: 15px;
line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: var(--base-font-weight2);
    margin-bottom: 25px;
}

.layout01 h6 {
    font-size: 15px;
line-height: 1.8;
    letter-spacing: 0.05em;
    text-indent: -5px;
    font-weight: var(--base-font-weight);
}

.layout01 p {
    letter-spacing: 0em;
    font-weight: 300;
}



.sp-view {
	display: none;
}

