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

.contents {
	padding-bottom: 0px;
}


/* contents01 */

.contents01 {
	text-align: center;
	padding-bottom: 100px;
}

.contents01 .title_contents h3 {
    color: var(--color-base);
}

/* layout01 */

.layout01 h4 {
    font-size: 27px;
line-height: 1.4;
    letter-spacing: 0.2em;
    margin-bottom: 45px;
    font-weight: var(--base-font-weight2);
}

.layout01 p {
    font-size: 20px;
    letter-spacing: 0.2em;
}


/* layout02 */


.layout02 {
    padding: 0px 10px;
}

.layout02 .box {
    padding-left: 25px;
}

.layout02 .box:not(:last-child) {
    margin-bottom: 35px;
}

.layout02 h5 {
    font-size: 20px;
line-height: 1.2;
letter-spacing: 0.15em;
    margin-bottom: 10px;
    position: relative;
font-weight: var(--base-font-weight2);
}

.layout02 h5::before {
    content: "";
    position: absolute;
left: 0px;
top: 6px;
    display: block;
    width: 15px;
    height: 15px;
    background-color: var(--color-back01);
    margin-left: -25px;
}

.layout02 h6 {
    text-align: center;
    padding-top: 80px;
}

.layout02 h6 a {
    border-radius: 8px;
}

.layout02 p {
    font-size: 16px;
    letter-spacing: 0.1em;
}


.sp-view {
	display: none;
}

