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


@media screen and (max-width: 737px) {


.contents {
	background-size: 200% auto;
}

.contents01-wrap {
	background-size: 200% auto;
background-position: center 80px;
}

/* contents01 */

.contents01 {
	margin-bottom: 100px;
}

.contents01 h3 {
	margin-bottom: 15px;
}
	
.contents01 h3 img {
	height: 35px;
	width: auto;
}
	

.contents01 h4 {
	font-size: 17px;
}


/* contents02 */

.contents02 {
	margin-bottom: 50px;
}

.contents02 h3, .contents03 h3, .contents04 h3 {
	font-size: 32px;
	margin-bottom: 20px;
}

.contents02 h4, .contents04 h5 {
	font-size: 18px;
	padding: 12px 10px 10px;
}

.contents02 .box-in {
	width: 90%;
}

.contents02 .box-in ul {
	padding: 15px 20px
}

.contents02 .box-in ul li {
	font-size: 14px;
line-height: 1.6;
	text-indent: -18px;
	margin-left: 18px;
	margin-bottom: 15px;
}


/* contents03 */

.contents03 {
	padding-top: 0px;
	background-image: none;
	
}

.contents03 h4 {
	font-size: 15px;
line-height: 1.6;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.contents03 .box {
	display: block;
margin-left: auto;
margin-right: auto;
	width: 92%;
	margin-bottom: 20px;
}
	
	.contents03 .box:last-child {
	margin-bottom: 0px;
}
	
.contents03 .box img {
	width: 220px;
height: auto;
}

.contents03 p {
	font-size: 13px;
line-height: 1.4;
	padding-top: 15px;
}


/* contents04 */

.contents04 {
background-position: center top;
	background-size: auto 300px;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 0px;
	margin-bottom: 40px;
}


.contents04 h4 {
font-size: 18px;
color: #FFF;
line-height: 1.2;
font-weight: normal;
	margin-bottom: 40px;
}

.contents04 .box p {
	font-size: 14px;
line-height: 1.6;
	padding: 20px 20px;
}

.contents04 .box-in {
	width: 90%;
}

.contents04 .box {
	background : rgba(15, 86, 0, 0.8);
	margin-bottom: 20px;
}


/* contents05 */

.contents05 {
	width: 100%;
	background-size: auto 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}

.contents05 .box-in {
	margin-bottom: 30px;
	width: 92%;
}

.contents05 .box {
	width: 270px;
margin-left: 10px;
margin-right: 10px;
	padding-bottom: 50px;
}
	
.contents05 .box:first-child {
	margin-bottom: 20px;
}
	
.contents05 .box img {
	width: 100%;
height: auto;
}
	
.contents05 .box h5 img {
	height: 65px;
	width: auto;
}

.contents05 h4 {
	font-size: 14px;
	height: auto;
	padding-top: 30px;
	padding-left: 0px;
	background-size: auto 30px;
	margin-bottom: 10px;
}

.contents05 .box:last-child h4 {
	padding-left: 0px;
	background-size: auto 25px;
}

    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
   
}
