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


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


/* contents01 */

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

/* contents01 */

.contents01 {
	padding-top:20px;
}

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

.contents01 .box02 {
	border-radius: 25px;
	gap:30px;
	padding: 35px 15px;
}

.contents01 h3 img {
	height: 100px;
	width: auto;
}

.contents01 h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.contents01 h5, .contents01 h5 a {
	font-size: 35px;
}

.contents01 h5 {
	padding-left: 30px;
}

.contents01 h5::before {
top: 12px;
	height: 25px;
}

.contents01 h6 {
	width: 100%;
}

.contents01 p {
	padding: 30px 0px 30px;
}

/* contents02 */

.contents02 .box01 {
  justify-content: center;
	gap:20px 4%;
}

.contents02 .box01 .box {
	width: 48%;
	margin-right: 0px;
}
	
.contents02 .box01 .box img {
	width: 100%;
height: 120px;
}

.contents02 .box01 h6 {
	font-size: 15px;
	padding-top: 10px;
}


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