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


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


/* contents01 */

.contents01, .contents02 {
	margin-bottom: 60px;
}

.contents01 h2::after {
	background-size: auto 60px;
}

.contents01 h2 img {
	min-height: 200px;
	max-height: auto;
}

.contents01 ul li {
	width: 50%;
}
	
.contents01 ul li:nth-child(1) {
	order: 1;
}
	
.contents01 ul li:nth-child(2) {
	order: 1;
}
	
.contents01 ul li:nth-child(3) {
	order: 4;
}
	
.contents01 ul li:nth-child(4) {
	order: 3;
}


/* contents02 */

.contents02 {
	background-size: auto 20px;
	padding-bottom: 70px;
}

.contents02 .box01 {
	width: 92%;
	gap:40px;
	margin-bottom: 30px;
}

.contents02 .box01 .box002 {
	width: 100%;
	padding: 25px 15px;
}
	
.contents02 .box01 .box002 img {
	width: 100%;
height: auto;
}

.contents02 .box02 {
	width: 90%;
}

.contents02 .map-box, .contents02 iframe {
	height: 200px;
}
	
.contents02 h3 img {
	height: 50px;
	width: auto;
}

.contents02 h4, .contents02 h4 a {
	font-size: 32px;
}

.contents02 h4 {
	padding-left: 45px;
}

.contents02 h4::before {
	top: 10px;
	height: 25px;
}


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