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


.contents {
	width: 100%;
	padding-top: 30px;
	background-image: none;
}

/* contents01 */

.contents01 {
	width: 100%;
	background-color: #ead377;
	text-align: center;
	background-image: url("images/back02_01.png");
background-position: center top;
background-repeat: repeat-x;
}

.contents01 .box-in {
	width: 100%;
	background-image: url("images/back02_03.png");
background-position: center bottom;
background-repeat: repeat-x;
	padding-bottom: 110px;
}

.contents01-box {
	width: 1070px;
	padding: 45px 50px;
	border-radius: 40px;
	background-color: #FFF;
	text-align: left;
}

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

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

.contents01 h6, .contents01 p {
	font-size: 13px;
line-height: 1.6;
letter-spacing: 0em;
font-weight: normal;
}

.contents01 h6 {
	margin-bottom: 10px;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



