@charset "utf-8";
/*
Theme Name: yoshida_child
Template: yoshida
Author: innovesta
Author URI: http://www.innovesta.net
*/

/*========================*/
#form table {
    border-collapse: collapse;
    border-spacing: 0;
}

#form {
text-align: left;
}


/*=========================
form
=========================*/
/*
box01
*************/
#form .main {
	width: 707px;
	border: 4px solid #0e59a5;
	border-bottom: none;
}
#form .meese {
	border: 4px solid #0e59a5;
	box-sizing: border-box;
	border-bottom: none;
}
#form .telbnr {box-sizing: border-box; border: 4px solid #0e59a5; padding: 5px 0; text-align: center; font-size: 25px; position: relative; margin-bottom: 20px;}
#form .telbnr:after {
	display: block;
	position: absolute;
	content: "";
	background: url(img/form/zin.png);
	width: 128px;
	height: 166px;
	bottom: 0;
	right: 20px;
}
#form .telbnr .tel {max-width: 415px; margin: 5px auto;}
#form .telbnr .min {font-size: 20px;}
#form .telbnr .orange {color: #ff8c00; font-weight: bold;}
/*
box02
*************/
#form .box02 #contact {
	width: 100%;
	border: 2px solid #0e59a5;
	margin-bottom: 30px;
	box-sizing: border-box;
}
#form .box02 #contact th,
#form .box02 #contact td {
	vertical-align: middle;
	border-bottom: 1px solid #0e59a5;
	padding: 15px;
	box-sizing: border-box;
}
#form .box02 #contact th {
	min-width: 168px;
	font-weight: bold;
	background: #eee;
}


/*
contact
************/
#form .box02 #contact input,
#form .box02 #contact textarea {
	width: 100%;
	line-height: 1.5em;
}

/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input:hover,
.mw_wp_form_confirm .btn input:hover { opacity: 0.7; }
.mw_wp_form_input .btn input{
background:url(img/form/input_btn.gif) center no-repeat;
background-size: contain;
width: 100%;
max-width: 600px;
height: 0;
padding-top: 13%;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

/*送信ボタン用*/
.mw_wp_form_confirm .btn input{
background:url(img/form/confirm_btn.gif) center no-repeat;
background-size: contain;
width: 100%;
max-width: 600px;
height: 0;
padding-top: 13%;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

/*戻るボタン用*/
input[name="submitBack"] {
display: none;
}

h2.contact_end {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 2em 0; 
	background: #fff;
	border: 4px solid #91c31e;
	box-sizing: border-box;
}
.tkend {
	font-size: 16px;
	line-height: 2;
	color: #5c5c5c;
	padding: 20px;
}