@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 {
background-size: auto 300px;
	height: auto;
	padding-top: 330px;
	margin-bottom: 40px;
}

.contents01 .box-box {
	width: 90%;
  justify-content: center;
	text-align: center;
}

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

.contents01 h4 {
	font-size: 32px;
	padding: 15px 0px 8px;
}

.contents01 h5 {
	font-size: 18px;
}

/* contents02 */

.contents02 {
	width: 90%;
  justify-content: center;
}

.contents02 .box-box {
	width: 100%;
}

.contents02 .box001 {
	padding: 35px 30px 20px;
	margin-top: 40px;
}

.contents02 .box001::before {
left: 20px;
	width: 180px;
	padding: 8px 0px;
	margin-top: -20px;
	font-size: 20px;
}

.contents02 .box002 {
	padding-top: 30px;
}

.contents02 h6 {
	font-size: 17px;
}

.contents02 .box002 p {
	font-size: 14px;
}
	
.contents02 .box002 p span {
	font-size: 12px;
}
	
.contents02 .box002 p::before {
	content: "…";
}
	
/* contents03 */

.contents03 {
	margin-bottom: 30px;
	width: 88%;
}

/* contents04 */

.contents04 {
	width: 88%;
	padding-top: 30px;
}


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