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


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

/* contents01 */

.contents01 > div:not(:last-child) {
	margin-bottom: 50px;
}
	
/* contact */
	
.contact .box:not(:last-child) {
	margin-bottom: 30px;
}
	
.contact .box .box001 {
	width: 100%;
	padding-top: 0px;
}
	
.contact .box .box002 {
	width: 100%;
}
	
.contact .box .box-radio {
	gap:10px 0px;
	flex-direction: column;
}

	
.contact .box .box001 h6.hissu::after, .contact .box .box001 h6.hissu2::after {
	margin-top: -4px;
}

.contact p.c-guide {
	font-size: 14px;
}

.button {
	text-align: center;
	margin-top: 0px;
}
	
	
button span, a.btn-mail, .btn-box input, .btn-back, .center-box input {
	padding:15px 40px;
}

#formWrap .center {
	width:90%;
}
	
table.formtable td, table.formtable th {
	padding: 15px 0px;
	display: block;
}

table.formtable th {
	border-bottom-style : none;
	padding-bottom: 0px;
	width: 100%;
}
	
table.formtable td:last-child {
	padding-top: 5px;
}
	
.contact .checktext {
	padding-top: 30px;
}



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