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


/* contents01 */

.contents01 {
	padding-top: 60px;
	margin-bottom: 0px;
}

.contents01 .box-in {
	padding: 30px 60px;
	background-color: #FFF;
	width: 930px;
	display: flex;
  justify-content: flex-start;
}

.contents01 .box-in ul:first-child {
	margin-right: 60px;
}

.contents01 .box-in ul li {
	font-size: 22px;
color: #603813;
line-height: 1.2;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}

.contents01 .box-in ul li:last-child {
	margin-bottom: 0px;
}

.contents01 .box-in ul li:before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/check.svg");
background-position: left top;
background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}

.lay03 .box > p {
	width: 96%;
	margin: auto;
	text-align: left;
}

/*care*/
.lay03 .box .care {
	width: 96%;
	background-color: #f5f4f0;
	padding: 24px;
	margin: 8px auto 0;
	text-align: left;
	
}

.lay03 .box .care p {
	line-height: 1.6;
	padding-bottom: 10px;
}

.lay03 .care span {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding-bottom: 10px;
}

.lay03 .care p span {
	font-size: 16px;
	display: inline-block;
	padding-bottom: 3px;
	font-weight: 600;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
