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




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

/* midashi02 */

.midashi02-box .midashi02 {    
    padding: 12px;
    border-radius: 8px;
}

    
    
/* contents01 */

.contents01, .contents02 {
	margin-bottom: 70px;
}

.contents01 .box01 {
	width: 90%;
}


/* contents02 */

.contents02 {
	width: 90%;
}

.contents02 .box01 {
	display: block;
	padding: 0px 5px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

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

.contents02 h4 {
	font-size: 21px;
}

.contents02 h5 {
	font-size: 15px;
	padding-top: 5px;
	text-align: right;
}

.contents02 .box001 {
	display: flex;
  justify-content: space-between;
}
	
.contents02 .box001 img {
	width: 100%;
height: auto;
}

.contents02 .box001, .contents02 p {
	width: 96%;
	margin-bottom: 30px;
}



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