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


.title-box h3, .title-box h4 {
	color: #FFF;
}


/* contents01 */

.contents01 {
	margin-bottom: 150px;
}

.contents01 > .box01 {
	width: 1100px;
	margin-bottom: 60px;
}

.contents01 > .box01 p {
	margin-bottom: 18px;
}

.contents01 > .box01 p:last-child {
	margin-bottom: 0px;
}


/* lay01 */

.lay01 .box02 {
	margin-bottom: 30px;
}

.lay01 .box02.bottom {
	margin-bottom: 0px;
}

.lay01 .box02.bottom p {
	text-align: left;
}

.contents01 > .lay01:nth-of-type(4) .box02 p,
.contents01 > .lay01:nth-of-type(5) .box02 p {
	text-align: center;
}

.lay01 .box03 {
	background-color: #FFF;
	padding: 30px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lay01 .box03 ul {
	width: 31%;
}

.lay01 .box03 ul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
	position: relative;
	padding-left: 30px;
}

.lay01 .box03 ul li:last-child {
	margin-bottom: 0px;
}

.lay01 .box03 ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 4px;
	background-image: url(../common/images/check.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 70%;
	width: 31px;
	height: 25px;
}

.lay01 .box04 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}

.lay01 .box04 div {
	width: 48%;
	background-color: #f7f4f0;
	padding: 28px;
	margin-bottom: 30px;
}

.lay01 .box04 h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	color: #c3996d;
	line-height: 1;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 10px;
}

.lay01 .box04 h6, .lay01 .box05 h5, .lay01 .box06 h5 {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	color: #42210b;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-bottom: 15px;
}

.lay01 .box05 {
	background-color: #FFF;
	padding: 30px;
	text-align: left;
}

.lay01 .box05 p {
	margin-bottom: 15px;
}

.lay01 .box05 ol {
	counter-reset: number;
}

.lay01 .box05 ol li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
	position: relative;
	padding-left: 38px;
}

.lay01 .box05 ol li:last-child {
	margin-bottom: 0px;
}

.lay01 .box05 ol li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	left: 0px;
	top: 1px;
	width: 24px;
	height: 24px;
	background-color: #42210b;
	border-radius: 50%;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.lay01 .box06 {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 30px;
}

.lay01 .box06 div {
	width: 48%;
	border-style : solid;
	border-color : #e9e2d9;
	border-width : 5px;
	padding: 28px;
}


.sp-view {
	display: none;
}

html, body {
	height: 100%;
}
