.container-inner700{
	width:90%;
	max-width:700px;
	padding-left:15px;
	padding-right:15px;
}
.color_brown{color:#604a45;}


.recruit_title a img{
	max-width: 100%;
	max-height: 150px;
}
.recruit_zu_tit{ margin:0; background-color:#604a45; color:#fff; padding:5px; text-align:center; font-weight:bold; font-size:115%;}

a.tel_link{ color#333; }
a.tel_link:hover{ color#777; }

.gray_bg{background-color:#f3f3f3; margin:0;}

.voice_bg{ width:100%; background-color:#fff8eb; padding:10px; margin:0 auto; margin-bottom:5px; }
.voice_pic{ width:100%; float:none; text-align:center; margin-bottom:10px; }
.company_pic{ width:100%; float:none; text-align:left; margin-bottom:10px; }
.voice_pic img , .company_pic img{ width:100%; max-width:150px;}
.voice_typo , .company_typo{ width:100%; float:none; text-align:left; margin-bottom:15px; }
.voice_tit{ color:#669933; font-size:120%; font-weight:bold; }

ul.school_li_block { display:block; margin-top:20px; font-weight:bold; }
ul.school_li_block li{
	margin:0 auto;
	width:95%;
	text-align:center;
}
ul.school_li {display: block; /*! margin-top:20px; */}
ul.school_li li{
	position:relative;
	background-color: #fff8eb;
	border:1px solid #ededed;
	margin:4px;
	margin-left:0;
	padding:3px 6px;
	text-align:center;
	color:#604a45; font-weight:normal;
	float:left;
}
table.recruit_tb{
	margin:0 auto;
	margin-top:15px;
	width:70%;
	line-height:1.4;
	border-collapse:collapse;
}
table.recruit_tb tr {
	border-bottom:1px dotted #cccccc;
}
table.recruit_tb th {
	font-weight:bold;
	padding:15px;
	color:#669933;
	white-space:nowrap;
	text-align:left;
}
table.recruit_tb td {
	padding:15px;
	text-align:left;
}
table.menu_tb{
	margin:0 auto;
	margin-top:25px;
	width:70%;
	line-height:1.4;
	border-collapse:collapse;
}
table.menu_tb tr {
	border-bottom:1px dotted #cccccc;
}
table.menu_tb th {
	font-weight:bold;
	padding:15px;
	color:#669933;
	white-space:nowrap;
	text-align:left;
}
table.menu_tb th.sth { background-color:#F0FCE0; }
table.menu_tb th.wraped {
	white-space:normal;
}
table.menu_tb td {
	padding:15px;
	text-align:right;
}
.gmap{
	margin:0 auto;
	width:70%;
}
.ghost_title2 {
	width:50%;
	float:left;
}
.ghost_title2 a {
	display: block;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 10px;
	padding: 15px;
	color: #fff;
	background-color: #669933;
	text-align: center;
	font-size:120%;
	font-weight:bold;
}
.ghost_title2 a:hover { background-color: #9cc871; }
.menu_tit{
	margin:0 auto;
	color:#669933;
	font-size:175%;
	text-align:center;
	padding:5px; padding-bottom:15px;
}
.menu_copy{
	width:70%;
	margin:0 auto;
	color:#669933;
	font-size:120%;
	text-align:center;
	padding-top:15px;
	border-top:2px solid #669933;
}
.company_tit{
	color:#604a45;
	font-size:160%;
	line-height:1.8;
	text-align:left;
	padding-bottom:15px;
}
.company_lead{
	margin-top:40px;
	line-height:1.8;
	text-align:left;
}
.recruit_flex {
-webkit-align-items: start;
align-items: start;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruit_flex div.flex_c33{
	width: calc(33.33333% - 20px);
	margin: 10px;
	margin-bottom:20px;
}
@media (max-width: 540px) {
	.recruit_flex div.flex_c33{
		width: calc(100% - 20px);
		margin: 5px auto;
		margin-bottom:15px;
	}
}
/* __________ Contact Form __________ */
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="email"]
 {
	width:70%;
	margin:0 0 10px;
	padding: 10px 8px;
	text-transform:none;
	line-height:20px;
	font-size: 13px;
	color: #333333;
	font-style:normal;
	border-radius: 0;
	background: none;
	border: 2px solid #aaaaaa;
	box-shadow: none;
	transition: border-color 0.3s ease-in-out; 
	-webkit-transition: border-color 0.3s ease-in-out;
}
textarea {
	overflow:hidden;
	min-height:95px;
	resize: none;
}
textarea,
input[type="text"].last {margin-right:0;}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	color:#666;
	border-color:#ccc;
}

/*親要素に中央揃えを適用し、送信ボタンを真ん中に寄せます*/
.wpcf7-form{
	margin:0 auto;
	text-align:center;
	width:70%;
}
.contact_submit{ text-align:center; }

.form_l{ text-align:left; }

/*送信ボタンを相対サイズに。ディフォルトのmarginを取り除く*/
.wpcf7 .wpcf7-submit{
    width:40%;
    margin-right:0;
    font-size:18px;
    padding:10px 0px;
    background-color:#fff;
    color:#4d4d4d;
    border:#aaaaaa solid 2px;
}
/*送信ボタンにマウスカーソルが乗った時の処理*/
.wpcf7-submit:hover {
    color:#37cdc0;
    border:#37cdc0 solid 5px;
}
/*エラーの表示を中央寄せ・幅100%表示にします*/
.wpcf7-response-output,
div.wpcf7-validation-errors {
    width:100%;
    text-align:center;
}
/*ロード中画像をブロック要素にして中央に寄せます*/
div.wpcf7 img.ajax-loader{
    display:block;
    margin: 0 auto;
}
/*ディフォルトのエラー文章を非表示にします*/
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
/*エラーの発生したフォームを赤背景にします*/
body .wpcf7 .wpcf7-not-valid {
    background: pink;
}
select option{ font-size:110%; }
select{ float:left; border: 1px solid #aaaaaa; padding:20px 100px; font-size:110%; }
.contact_btn {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	border: 2px solid #242424;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#333;
	background: none; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn.active, .contact_btn:hover {background: none; color:#fff; border-color:#ccc;}

.notification_error {color:#30a67c;}
@media (max-width: 540px) {
	.gmap{ width:96%; }
	.menu_copy{ width:90%; }
	table.recruit_tb , table.menu_tb{ width:90%; table-layout: fixed; }
	table.recruit_tb th , table.recruit_tb td , table.menu_tb th , table.menu_tb td { width:100%; display:block; padding:10px; white-space:normal; }
	table.recruit_tb th , table.menu_tb th{ padding-bottom:0; padding-top:5px; }
	.menu_copy{font-size:110%;}
	.company_tit{font-size:140%; line-height:1.6;}

	textarea,input[type="text"],input[type="email"],input[type="tel"],input[type="email"]{width:100%;}
	select{ padding:20px 30px; }


}
@media (min-width: 767px) {
	.voice_bg{ width:70%; background-color:#fff8eb; padding:20px; margin:0 auto; margin-bottom:15px; }
	.voice_pic{ width:30%; float:left; }
	.voice_pic img , .company_pic img{ width:100%; max-width:360px;}
	.voice_typo{ width:68%; float:right; }
	.company_typo{ width:68%; float:left; }
	.company_pic{ width:30%; float:right; }


}
