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

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


.title-box h3::before {
	height: 50px;
	margin-top: -60px;
}

	
/* contents01-wrap */

.contents01-wrap {
	margin-bottom: 70px;
	width: 90%;
}

.contents01-wrap > div:not(:last-child) {
	margin-bottom: 40px;
}

/* contents01 */

.contents01 {
  justify-content: center;
	gap:30px;
}

.contents01 .box {
	width: 100%;
	border-radius: 20px;
	padding: 25px 0px 30px;
}

.contents01 .m01 {
	min-height: 0px;
}

.contents01 .box img {
	max-width: 400px;
}

.contents01 h4, .contents01 h6 {
	font-size: 18px;
}

.contents01 ul {
	width: 85%;
}

.contents01 ul li {
	text-indent: -14px;
	margin-left: 14px;
}


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