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




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

#main-img::after {
right: 10px;
bottom: 5px;
	height: 110px;
}
	
/* contents01 */

.contents01 {
	margin-bottom: 60px;
}

.contents01 .box-in {
	padding: 30px 0px 10px;
	width: 90%;
}

.contents01 .box-in:nth-child(2) {
	margin-bottom: 40px;
}


.contents01 .box-box {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
}

.contents01 .box {
	width: 50%;
	padding: 10px 10px;
	margin-bottom: 20px;
}

.contents01 .box:nth-child(3n) {
	border-right-style : solid;
}
	
.contents01 .box:nth-child(2n) {
	border-right-style : none;
}

.contents01 .box-in:last-child .box:last-child {
	border-right-style : none;
}

.contents01 h3, .contents02 .box01 h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

.contents01 h4 {
	font-size: 18px;
	margin-bottom: 20px;
	padding: 6px 40px;
}

.contents01 h5 {
	font-size: 16px;
	letter-spacing: 0em;
	margin-bottom: 12px;
	margin-top: 80px;
}

.contents01 h5::before {
	height: 70px;
	margin-top: -80px;
}

	
/* contents02 */

.contents02 {
	margin-bottom: 40px;
}
	
.contents02 .box01 {
	margin-bottom: 40px;
}

.contents02 .box01:last-child {
	margin-bottom: 0px;
}

.contents02 .box-in {
	display: block;
	width: 90%;
}

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

.contents02 .box-in .box002 {
	width: 100%;
	padding-top: 25px;
}

.contents02 .box002 h6 {
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 130px;
}


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