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


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

/* contents-title */
	
.contents-title .box-text h3 {
	letter-spacing: -0.02em;
}

/* contents01 */

.contents01 .lay02 {
	padding-top: 50px;
}

.contents01 table td {
line-height: 1.6;
	padding: 25px 0px;
	display: block;
}

.contents01 table tr:first-child td, .contents01 table td:last-child {
	padding-top: 0px;
}

.contents01 table tr:last-child td {
	padding-bottom: 0px;
}
	
.contents01 table tr:last-child td:first-child {
	padding-bottom: 25px;
}

.contents01 table td:first-child {
	width: 100%;
	font-size: 16px;
}



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