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

.lay01 > p, .lay02 > p {
	width: 960px;
	margin: auto;
	margin-bottom: 50px;
color: #603813;
line-height: 1.8;
}

main section:last-child {
	margin-bottom: 50px;
}


/*contents01*/

.contents01 {
	margin-bottom: 60px;
	width: 920px;
	display: flex;
  justify-content: space-between;
	background-color: #FFF;
	border-radius: 20px;
	border-style : solid;
border-color : #d3c500;
border-width : 5px;
	padding: 15px 0px;
}


.contents01 > div {
	width: 50%;
	padding: 15px 0px;
}

.contents01 .box02 {
	border-left-style : solid;
border-left-color : #999999;
border-left-width : 1px;
}


.contents01 ul {
	width: 85%;
	margin: auto;
}

.contents01 ul li {
	font-size: 23px;
color: #4d4d4d;
line-height: 1.2;
	margin-bottom: 10px;
	text-indent: -23px;
	margin-left: 23px;
}

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



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


