@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 {
	margin-right: 150px;
}

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

.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;
}


/* contents02 */

.contents02 {
	padding: 0px 40px;
	margin-top: 40px;
	text-align: left;
	background-color: #f2f2f2;
}

.contents02 div {
	padding: 35px 10px;
	border-top-style : solid;
border-top-color : rgba(92, 64, 45, 0.5);
border-top-width : 1px;
}

.contents02 div:first-child {
	border-top-style : none;
}

.contents02 h6 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 21px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	padding: 6px 0px;
	text-align: center;
	background-color: #FFF;
	margin: auto;
	width: 530px;
	margin-bottom: 20px;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
