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


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

	
.container > section:not(:last-child) {
	margin-bottom: 70px;
}

/* contents01 */

.contents01 > div:not(:last-child) {
	margin-bottom: 40px;
}

.contents01 h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
	
.contents01 table tr {
	border-style : solid;
border-color : #D8D8D8;
border-width : 1px;
}

.contents01 table td {
	display: block;
	padding: 15px 20px;
	border-style : none;
}

.contents01 table td:first-child {
	width: 100%;
}


/* lay03 */

.lay03 {
	padding: 20px 0px;
}

/* lay04 */

.lay04 {
	padding: 0px 20px;
}

.lay04 .box {
	width: 100%;
	padding: 40px 0px;
}

.lay04 .box:last-child {
	border-left-style : none;
	border-top-style : solid;
border-color : #707070;
border-width : 1px;
}

.lay04 p {
	padding: 85px 0px 20px;
	letter-spacing: 0em;
}

.lay04 p::before {
	height: 70px;
}

.lay04 h6, .lay04 h6 a {
	font-size: 20px;
}
	
    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
