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


.box-text-center {
    text-align: center;
}

/* layout-contents01 */

.layout-contents01 {
	padding: 0px 0px 50px;
}

.layout-contents01 h3 {
	padding: 20px 60px;
}

.layout-contents01 .box-text {
    text-align: left;
}

.box-check {
    background-color: #FFFEF2;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.box-check ul {
    display: inline-block;
}

.box-check ul li {
    position: relative;
    padding-left: 45px;
    font-family: var(--title-font2);
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: left;
}

.box-check ul li::before {
    content: "";
	position: absolute;
left: 0px;
top: 3px;
	background-image: url("images/check.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 32px;
	height: 27px;
}

.box-check ul li:not(:last-child) {
    margin-bottom: 15px;
}


/* layout01 */

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

.layout01 .box-img {
    margin-bottom: 50px;
}

.layout01 .box-img img {
    border-radius: 30px;
}

/* contents02 */

.maincontents-inner section.contents02 > div.layout01 {
    margin-bottom: 50px;
}



.sp-view {
	display: none;
}
