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


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

	
	
/*contents01*/

.contents01, .contents02 {
	display: block;
}

.contents01 .box, .contents02 .box {
	width: 100%;
}

.contents01 .box:last-child, .contents02 .box:last-child {
	width: 92%;
	margin: auto;
}

.contents01 .box p, .contents02 .box p {
	width: 100%;
	padding-top: 20px;
}

.contents02 .box p {
	float: none;
}
	
	
.text01 {
	margin-bottom: 6%;
}

.text02 {
	margin-bottom: 0%;
}

.text03 {
	margin-bottom: 8%;
}
	
.text04 {
	margin-bottom: 8%;
}



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