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


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

    
.main-img h2 {
	letter-spacing: 0.1em;
}

.contents01 {
    padding-top: 50px;
    padding-bottom: 60px;
}


/* layout01 */

.layout01 h4 {
    font-size: 18px;
}

.layout01 h5, .layout01 h5 a {
    font-size: 35px;
}

.layout01 h5 {
    padding-left: 35px;
}
    
.layout01 h5::before {
	height: 35px;
}

.layout01 p {
    font-size: 12px;
    padding: 20px 0px 30px;
}

	
/*contact*/

.contact table tr {
	gap:15px;
}	
    
.contact table tr:not(:last-child) {
	padding-bottom: 30px;
}

.contact table tr td:first-child {
	font-size: 18px;
}

.contact table tr td input.radio {
	width: 10%;
	height:auto;
}

	
#formWrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
	
#formWrap .center {
	width:100%;
}

	
table.formtable tr {
	gap:15px;
}

table.formtable tr:not(:last-child) {
	padding-bottom: 30px;
}

span.text003 {
	display: inline-block;
	padding-right:30px;
}
	
.contact .checktext {
	padding-top: 30px;
}

.contact .checktext h6 {
	font-size: 16px;
}
	
.contact .checktext div.box-text p {
	font-size: 14px;
}

.contact .checktext div.box-text .box-box {
	padding: 20px;
}

	

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