@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: 100%;
}

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

/* contents01 */

.contents01 {
	width: 92%;
	padding: 50px 25px 30px;
	border-radius: 15px;
}
	
.contents01::after {
	height: 55px;
	margin-top: -25px;
}
	
.contents01 .box-in {
	border-radius: 12px;
	padding: 40px 20px 25px;
}

.contents01 .box-in:not(:last-child) {
	margin-bottom: 50px;
}

.contents01 .box-in::after {
left: 5%;
top: 0px;
	width: 90%;
	padding: 8px 0px;
	font-size: 18px;
letter-spacing: 0.1em;
	margin-top: -17px;
}

.contents01 .box:not(:last-child) {
	margin-bottom: 12px;
}

.contents01 h5 {
	font-size: 14px;
letter-spacing: 0.05em;
	width: 100%;
	padding: 10px 0px;
}

.contents01 .box p {
	padding: 10px 0px;
	padding-left: 0px;
}
	
.contents01 .box-in02 p span{
	font-size: 16px;
	padding: 15px 0px 20px;
	border-radius: 10px;
}


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