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


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


/* contents01 */

.contents01 {
	width: 92%;
	margin-bottom: 60px;
}
	
	
/* contents01 */


.contents01 h2::after {
	background-size: auto 150px;
	background-position: center top 35%;
}

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

.contents01 .box01 {
	padding-top: 40px;
}

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

.contents01 p {
	padding: 30px 0px;
	line-height: 2;
}


/* contents02 */

.contents02 {
	width: 90%;
	padding: 65px 25px 30px;
  justify-content: center;
	gap:40px;
}

.contents02::before {
left: 10%;
	width: 80%;
	font-size: 22px;
	padding: 10px 0px;
}

.contents02 .box01 {
	width: 100%;
}

.contents02 .box02 {
	width: 100%;
	text-align: center;
}

.contents02 .box02 img {
	max-width: 400px;
}

.contents02 table td {
	font-size: 16px;
letter-spacing: 0.2em;
}



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