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

.lay01 > p, .lay02 > p, .contents01 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: 980px;
}

.contents01 .box {
	margin-bottom: 50px;
}

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

.contents01 .box-box {
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
	width: 92%;
	margin: auto;
}

.contents01 p {
	margin-bottom: 0px;
}

.contents01 .box-box div:first-child {
	width: 65%;
}

.contents01 .box-box div:first-child p {
	width: 100%;
}

.contents01 .box-box div:last-child {
	width: 30%;
}

.contents01 img {
	width: 100%;
height: auto;
	border-radius: 15px;
}

.point-box {
	position: relative;
	height: 80px;
	padding-top: 12px;
	margin-bottom: 20px;
}

.point-box h4 {
	text-align: left;
	padding-left: 130px;
}

.point-box h5 {
	position: absolute;
left: 15px;
top: 0px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


