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


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

.contents {
	padding-top: 60px;
}

/* contents01 */

.contents01 {
}

.contents01 .news {
	display: none;
}

.contents01 .box02 {
	background-color: #f1f1f1;
	padding: 40px 0px;
	margin-bottom: 70px;
}

.contents01 .box02 h3 {
	width: 1060px;
	margin: auto;
	margin-bottom: 40px;
}

.contents01 .box02 .box-in {
	width: 1060px;
}

.contents01 .box02 .box {
	width: 32%;
	display: inline-block;
vertical-align: top;
margin-right: 1%;
	margin-bottom: 20px;
	background-color: #FFF;
	position: relative;
	padding: 45px 20px 20px;
}

.contents01 .box02 .box:nth-child(3n) {
margin-right: 0px;
}

.contents01 .box02 h4 {
	position: absolute;
left: 0px;
top: 0px;
	display: inline-block;
	padding: 6px 20px;
	font-size: 16px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: normal;
	background-color: #f05a24;
}

.contents01 .box02 h6 {
	text-align: center;
}

.contents01 .box02 a:hover {
	opacity: 0.75;
}


.contents01 .box02 p {
	font-size: 16px;
color: #1a323d;
line-height: 1.6;
	margin-bottom: 20px;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



