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


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

/* contents01 */

.contents .lay {
	margin-bottom: 60px;
}
	
/*list*/	
	
li::after {
  width: 8px;
}	

.footer-link ul li::after {
	content: none;
}	
	
	
/* contents02 */

.contents02 {
	background-size: auto 400px;
}
    
.contents02 h5.left01{
    text-align: left;
    width:90%;
    margin-left:16px;
    margin-right:auto;
    }    
	
.contents02 h5.left02{
    text-align: left;
    width:90%;
    margin-left:16px;
    margin-right:auto;
    }   	
	
.contents02 .box-in {
	width: 88%;
}

.contents02 .box-in > div:not(:last-child) {
	margin-bottom: 30px;
}

.contents02 .box01 .box {
	border-radius: 25px;
	padding: 15px 30px 25px;
}

.contents02 .box01 .box::before {
	height: 32px;
	margin-top: -40px;
}

.contents02 .box01 .box:first-child::before {
	display: none;
}

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

.contents02 .box03 .box {
	padding: 20px 30px;
}

.contents02 .box03 .box:not(:last-child) {
	margin-bottom: 20px;
}

.contents02 h4, .contents02 h5, .contents02 h6 {
letter-spacing: 0.1em;
}

.contents02 h4 {
	font-size: 22px;
	padding-top: 22px;
	margin-bottom: 10px;
}

.contents-box .box:nth-child(1) h4::before {
	font-size: 14px;
}

.contents-box .box:nth-child(2) h4::before {
   font-size: 14px;
}

.contents-box .box:nth-child(3) h4::before {
   font-size: 14px;
}

.contents-box .box:nth-child(4) h4::before {
    font-size: 14px;
}
	
.contents02 h5 {
	font-size: 16px;
}

.contents02 h5 span {
	font-size: 14px;
	letter-spacing: 0em;
}

.contents02 h6 {
	color: #000;
}

.contents02 .box02 h6 {
	font-size: 18px;
}

.contents02 .box03 h6 {
	font-size: 16px;
	text-align: left;
}
	
.contents02 .box03 p {
	text-align: left;
}	
	
	

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