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


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

/*contents01*/

.contents01 .box {
	margin-bottom: 25px;
	padding-top: 20px;
}

.contents01 h3 {
	font-size: 18px;
}

.contents01 p {
	font-size: 14px;
}

.contents01 .box-box {
	display: flex;
  justify-content: space-between;
}

.contents01 .box-box .box01 {
	width: 35%;
}

.contents01 .box-box .box02 {
	width: 60%;
}

	
.text01 {
	margin-bottom: 10%;
}

.text02 {
	margin-bottom: 0%;
}

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



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