@charset "UTF-8";


#form .wrap {
	padding-bottom:90px;
}
#form .contents table {
	border-collapse:collapse;
	margin-bottom:30px;
	width:100%;
	text-align:left;
}
#form .contents table th {
	width:300px;
	padding:2em;
	line-height:1.5;
	background:#efefef;
	border:5px solid #FFFFFF;
	vertical-align:middle;
}
#form .contents table td {
	padding:2em;
	line-height:1.5;
	vertical-align:middle;
	border:5px solid #ffffff;
	border-bottom:5px solid #efefef;
}
#form .contents table tr:last-child td {
	border-bottom:5px solid #ffffff;
}
.contents table td input[type="text"],
.contents table td input[type="email"],
.contents table td input[type="tel"],
.contents table td input[type="checkbox"],
.contents table td textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	font-size:16px;
	box-sizing:border-box;
	padding:1em 1em;
	border-radius:6px;
	width:100%;
	box-shadow: none;
}
.contents table td input[type="text"],
.contents table td input[type="email"],
.contents table td input[type="tel"],
.contents table td textarea {
	box-shadow:0 0 3px rgba(0,0,0,.33) inset;
}
.contents table td .mwform-tel-field input {
	width:8em;
	text-align:center;
}
.contents table td textarea {
	height:10em;
}
#form .mw_wp_form_business .require {
	background-color:#cc0000;
}

#form .action-buttons input[type="submit"],
#form .action-buttons input[type="button"] {
	font-size:1.8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	background:#375490;
	color:#ffffff;
	font-weight:500;
	letter-spacing:.05em;
	border:3px solid #375490;
	box-shadow:none;
	line-height:1;
	padding:1em 1.5em .9em;
	outline:none;
	transition:.3s;
	margin:0 5px 10px
}
#form .action-buttons input[type="submit"]:hover,
#form .action-buttons input[type="button"]:hover {
	color:#375490;
	background:#ffffff;
}

#main .contents.thanks p {
	text-align:center;
	font-size:1.2em;
}
#main .contents.thanks .contents_inner {
	text-align:center;
}
#main .contents.thanks .contents_inner p {
	display:inline-block;
	font-size:1.0em;
	background-color:#EFEFEF;
	padding:1em;
	text-align:left;
	border-radius:5px;
}
#form .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
#form .mw_wp_form .horizontal-item:not(:last-child) {
    margin-right: 10px;
}


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

#form .contents table {
	border:none;
}
#form .contents table th {
	width:100%;
	border:0px solid #FFFFFF;
	
}
#form .contents table td {
	width:100%;
	border:0px solid #FFFFFF;
}

}

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

#form .wrap {
	padding-bottom:45px;
}
#form .contents table {
	margin-bottom:15px;
}
#form .contents table th,
#form .contents table td {
	padding:1em .5em;
}
.contents table td input[type="text"],
.contents table td input[type="email"],
.contents table td input[type="tel"],
.contents table td input[type="checkbox"],
.contents table td textarea {
	padding:.5em;
}
.contents table td input[type="text"],
.contents table td input[type="email"],
.contents table td input[type="tel"],
.contents table td textarea {
	box-shadow:0 0 2px rgba(0,0,0,.33) inset;
}
.contents table td .mwform-tel-field input {
	width:4em;
}
.contents table td textarea {
	height:6em;
}

#form .action-buttons input[type="submit"],
#form .action-buttons input[type="button"] {
	font-size:1.6rem;
	padding:.7em 1.5em .6em;
	transition:0s;
}
#form .action-buttons input[type="submit"]:hover,
#form .action-buttons input[type="button"]:hover {
	color:#ffffff;
	background:#375490;
}

#main .contents.thanks p {
	font-size:1.1em;
}
#main .contents.thanks .contents_inner p {
	font-size:.9em;
}


.mwform-radio-field label span {
	font-size:1.4rem;
}

}

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

}