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


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


/* contents01 */

.contents01, .contents02, .contents03 {
	width: 92%;
	margin-bottom: 70px;
}

/* contents01 */

.contents01 {
	padding-top:20px;
}

.contents01 .box01 {
	margin-bottom: 40px;
}

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

.contents01 h4 {
	font-size: 16px;
	padding: 10px 0px 30px;
}

/* contents02 */

.contents02 {
	padding-top: 60px;
}

.contents02 .box {
	width: 280px;
	margin: 0px 15px;
	margin-bottom: 30px;
}
	
.contents02 .box img {
	width: 80%;
height: auto;
}

.contents02 h5 {
	font-size: 22px;
	margin: 22px auto;
}

/* contents03 */

.contents03 .box01, .contents03 .box01 .box {
	gap:20px;
  justify-content: center;
}

.contents03 .box01 .box {
	width: 100%;
	gap:20px 4%;
	flex-direction: row;
}
	
.contents03 .box01 .box p:nth-child(1) {
	width: 34%;
}
	
.contents03 .box01 .box p:nth-child(2) {
	width: 62%;
}
	
.contents03 img {
	height: 130px;
	object-fit: cover;
}


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