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




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

/* contents01 */

.contents01 {
	width: 100%;
	margin-bottom: 20px;
}


/* contents02 */

.contents02 {
	width:100%;
	background-size: 200% auto;
	padding-top: 20px;
	padding-bottom: 90px;
	text-align: center;
}
	
.contents02::before {
	background-size: 300% auto;
}
	
.contents02 > h4 {
	font-size: 38px;
	position: relative;
	padding-top: 0px;
	padding-left: 20px;
}
	
.contents02 > h4::before {
	height: 45px;
	margin-left: -30px;
}

.contents02 > h4::after {
	font-size: 15px;
}

	
.contents02 > h5 {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	margin-bottom: 35px;
	font-family: yu-mincho-pr6, sans-serif;
font-style: normal;
font-weight: 400;
}
	

.contents01 .box-in, .contents02 .box-in {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	width:92%;
}
	
.contents01 .box-in {
	width:90%;
  justify-content: space-between;
}

.contents01 .box, .contents02 .box {
	width:380px;
	margin: 0px 10px;
	border-radius: 8px;
	margin-bottom: 18px;
}
	
.contents01 .box {
	width:48%;
	margin: 0px 0px;
	margin-bottom: 10px;
}
	
.contents01 img {
	width: 100%;
height: 90px;
	object-fit: cover;
}

.contents01 h6 img {
	height: 60px;
}
	
.contents02 .box:last-child {
	margin-bottom: 0px;
}

.contents02 .box h5 {
	font-size: 27px;

}

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

	

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