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


.title-box h3::before {
	background-image: url("images/icon.svg");
	height: 80px;
	margin-top: -90px;
}

/* contents01-wrap */

.contents01-wrap {
	text-align: center;
	margin-bottom: 100px;
	width: 1060px;
}

.contents01-wrap > div:not(:last-child) {
	margin-bottom: 60px;
}

/* contents01 */

.contents01 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	text-align: center;
}

.contents01 .box {
	width: 31%;
	background-color: #f3eae0;
	border-radius: 30px;
	padding: 30px 0px 40px;
}

.contents01 .box-box {
	padding-top: 30px;
}

.contents01 .m01 {
	min-height: 220px;
}

.contents01 .box img {
	width: 100%;
height: auto;
}

.contents01 h4, .contents01 h6 {
	font-family: 'GenEiLateMin', sans-serif;
	font-size: 20px;
color: #754c24;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	margin-bottom: 20px;
}

.contents01 h6 {
color: #FFF;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 60px;
	background-color: #f29600;
}

.contents01 .m02 h6 {
	background-color: #7a6d82;
}

.contents01 ul {
	margin: 0px auto;
	width: 80%;
}

.contents01 ul li {
	text-align: left;
color: #231815;
line-height: 1.4;
	text-indent: -16px;
	margin-left: 16px;
}

.contents01 ul li:not(:last-child) {
	margin-bottom: 12px;
}

.lay04 .box-flow {
	padding-top: 0px;
}


.sp-view {
	display: none;
}
