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


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

.contents {
	padding-bottom: 100px;
}
	
/* lay01 */

.lay01 .box01 h3 {
	letter-spacing: 0.05em;
	font-size: 17px;
}

.lay01 .box01 h3 span {
	font-size: 14px;
}
	
.lay01 .lay02 {
	padding: 35px 0px;
	padding-top: 0px;
}

.lay01 .lay02 .box01 {
	padding: 10px 10px 20px;
}
	
.lay01 .box02 {
    padding: 25px 30px;
}
	
/* contents02 */

.contents02 table tr {
	border-bottom-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
}
	
.contents02 table td {
	padding: 10px 0px;
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
	border-left-style : none;
}

.contents02 table td:first-child {
	border-right-style : none;
	width: 100%;
	font-weight: 600;
}

.contents02 table td:last-child {
	font-size: 14px;
	padding-bottom: 30px;
}
	
.contents02 table td.left {
	font-size: 16px;
	padding: 3px 0px;
	margin-bottom: 10px;
	text-align: left;
}
	
.contents02 table td.left .leftp {
    display: block;
    text-align: center;
    margin: 0 auto; 
	white-space: nowrap;
    max-width: fit-content; 
    padding: 3px 25px; 
	}
	
	
.contents02 table td:last-child span {
	font-size: 16px;
	padding: 3px 0px;
	margin-bottom: 10px;
	text-align: center;
}
	



	

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