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




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

.title-box {
	top: -60px;
	
}
	
#main-img .title-box h2 img {
	height: 80px;
}

.title2 h2 {
	margin-bottom: 30px;
	padding-top: 30px;
}
	
/* contents01 */

.contents01 {
	width: 90%;
}

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


.contents01 .box01, .contents01 .box02 {
	width: 100%;
}

.contents01 .box02 {
	padding-top: 20px;
}

.contents01 h4 img {
	border-radius: 8px;
}

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

.contents01 p {
	font-size: 14px;
}
	
.contents01 .box-n {
	display: none;
}
	

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