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




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

	
.lay01 .box-in {
	padding-top: 30px;
	display: block;
}

.lay01 .box-in .box01 {
	width: 100%;
	margin-bottom: 20px;
}

.lay01 .box-in .box02 {
	width: 100%;
}

/* contents01 */

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

.contents01 .box01 {
	padding: 40px 20px;
	margin-bottom: 40px;
}

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

.contents01 h4 {
	font-size: 15px;
	margin-bottom: 20px;
}

.contents01 .box02 {
	width: 90%;
}

.contents01 .box02 table td {
	padding: 20px 10px;
	display: block;
	width: 100%;
}

.contents01 .box02 table td:first-child {
	white-space: normal;
	padding: 20px 0px;
	
}
	
.contents01 .box02 table td:nth-child(2) {
	border-top-style: none;
	border-bottom: none;
}


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