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


body {
	background-image: url("images/main-img.jpg");
}


/* contents01 */

.contents01 {
}

.contents01 .box01 {
	text-align: center;
	margin-bottom: 40px;
}

.contents01 .box01 h5 {
	font-size: 42px;
color: #f05a24;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: normal;
}

.contents01 .box02 {
	text-align: center;
	background-color: #f1f1f1;
	margin-bottom: 30px;
}

.contents01 .box02 p.text01 {
	text-align: center;
	background-image: url("images/arrow.png");
background-position: center bottom;
background-repeat: no-repeat;
	padding-bottom: 60px;
}

.contents01 .box02 .box-in {
	width: 100%;
	background-image: url("images/arrow-back.png");
background-position: center bottom;
background-repeat: repeat-x;
}


.contents01 .box03 {
	text-align: center;
	margin-bottom: 70px;
}

.contents01 .box03 h4 {
	margin-bottom: 15px;
}

.contents01 .box03 h5 img {
	width: 100%;
height: auto;
}

.contents01 .box03 p.text01 {
	text-align: center;
	margin-bottom: 20px;
}

.contents01 .box03 ul {
	display: inline-block;
	margin-bottom: 40px;
}

.contents01 .box03 ul li {
	display: inline-block;
vertical-align: top;
margin-left: 10px;
margin-right: 10px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



