@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;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


/*=========================
form
=========================*/
/*
box01
*************/
#form .box01 .item01 {
	border: 5px solid #4EA02F;
}
#form .box01 .item01 .f2 {border-top: 1px solid #000; box-sizing: border-box;}
#form .box01 .item02 { border: 5px solid #4EA02F; }
/*
box02
*************/
#form .box02 {background: url(img/index/box02_bg.jpg) top left repeat; padding: 20px 20px 0 20px;} 
#form .box02 #contact {
	width: 100%;
	border: 2px solid #d8d8d8;
	background-color: #fff;
}
#form .box02 #contact th,
#form .box02 #contact td {
	vertical-align: middle;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px;
	box-sizing: border-box;
}
#form .box02 #contact th {
	color: #fff;
	min-width: 168px;
	background: #4ea235;
	letter-spacing: 2px;
	font-weight: bold;
}
#form .box02 #contact th span {font-weight: bold;}
#form .box02 .bdrg {
	border: 1px solid #d8d8d8; box-sizing: border-box;
}

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

/*確認画面へ進むボタン用*/
.btncontact input:hover,
.btncontact input:hover { opacity: 0.7; }
.btncontact 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;
}
/*送信ボタン用*/
.btncontact02 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;
	font-weight: bold;
}
div.wpcf7-mail-sent-ok {
	background-color: #ffffff;
    padding: 20px!important;
	font-size: 16px!important;
	font-weight: bold!important;
}
div.wpcf7 {
	padding-bottom: 10px!important;
}