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

/*========================*/

#form {
text-align: left;
}
#form:after {
	content: "";
	display: block;
	clear: both;
}
/*layout01*/
#form .layout01 {
	display: flex;
	align-items: flex-start;
}
#form .layout01 .left {
	width: 17%;
	max-width: 117px;
	margin: 0 2% 0 0;
}
#form .layout01 .right {
	width: 17%;
	max-width: 117px;
}

/*=========================
form
=========================*/
/*
box01
*************/
#form .box01 .item01 {
	background: url(img/form/box01_item01_bg.jpg) left top no-repeat;
	background-size: cover;
	padding: 15px;
	border-top: 5px solid #1d6a96;
	border-left: 5px solid #1d6a96;
	border-right: 5px solid #1d6a96;
}
#form .box01 .item01 .title01 {
	width: 90%;
	max-width: 596px;
}
#form .box01 .item01 .title02 {
	width: 88%;
	max-width: 687px;
}

#form .box01 .item02 h1 {
	color: #fff;
	background: #1d6a96;
	font-size: 30px;
	padding: 5px;
}
/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
#form .box01 .item02 h1 { font-size: 20px; }
}
#form .box01 .item02 .child01 {
	border-bottom: 5px solid #1d6a96;
	border-left: 5px solid #1d6a96;
	border-right: 5px solid #1d6a96;
}


/*
box02
*************/
#form .box02 #contact {
	width: 100%;
	border: 2px solid #bbd4da;
}
#form .box02 #contact th,
#form .box02 #contact td {
	vertical-align: middle;
	border-bottom: 1px solid #bbd4da;
	padding: 15px;
	box-sizing: border-box;
}
#form .box02 #contact th {
	min-width: 168px;
	font-weight: bold;
	background: #eee;
}
/*****************
width640px以下
*****************/
@media screen and (max-width:640px) {
#form .box02 #contact th,
#form .box02 #contact td {
	width: 100%;
	display: block;
}
}

/*
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: 15%;
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: 15%;
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 #033575;
	box-sizing: border-box;
}
.tkend {
	font-size: 16px;
	line-height: 2;
	color: #5c5c5c;
}