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




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

/* contents01 */

.contents01, .contents03, .contents04 {
	width: 92%;
	margin-bottom: 20px;
}

.contents01 .contents-left {
	width: 100%;
}


.contents01 .contents-right {
	width: 100%;
	padding-top: 20px;
}


.contents01 h5, .contents03 h5 {
	font-size: 26px;
}

.contents03 h5 {
	font-size: 26px;
}

.contents01 h5 span, .contents03 h5 span {
	font-size: 14px;
}


/* contents02 */

.contents02 {
	width: 92%;
	margin-bottom: 10%;
	display: block;
	padding: 0px 0px;
}

.contents02 .box {
	padding: 25px 20px;
	width: 100%;
	display: block;
}

.contents02 .box:last-child {
	border-left-style : none;
	border-top-style : solid;
border-top-color : #808080;
border-top-width : 1px;
}
	
	
.contents022 .box {
	padding-bottom: 0px;
}
	
.contents022 .box:last-child {
	border-left-style : none;
	border-top-style : none;
	padding-top: 0px;
	padding-bottom: 25px;
}

	
	
.contents03 .box {
	width: 100%;
}

.contents03 .contents-left {
	width: 100%;
}

.contents03 .contents-right {
	width: 100%;
	padding-top: 20px;
}




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