@charset "utf-8";

/* 404 Not Found
-----------------------------------*/
.not_found{
	padding: 80px 0 100px 0;
}
.not_found p{
	font-size: 16px;
}

/* Salon List
-----------------------------------*/
#salonList{
	background: #eee;
	padding: 60px;
	margin-bottom: 120px;
}
#salonList h2{
	margin-bottom: 10px;
	font-size: 32px;
	color: #666;
}
#salonList .count_pager{
	display: table;
	width: 100%;
	margin: 15px 0;
}
#salonList .count_pager .count{
	display: table-cell;
	vertical-align: bottom;
	color: #999;
}
#salonList .count_pager .wp-pagenavi{
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}
#salonList .count_pager .count .count_num{
	font-size: 22px;
	font-weight: bold;
}
#salonList .count_pager .count .count_num.orange{
	color: #247395;
}
#salonList li{
	background: #FFF;
	margin-bottom: 40px;
	padding: 30px 40px;
}
#salonList li:last-child{
	margin-bottom: 0;
}
#salonList li h3{
	color: #247395;
	border-left: 5px solid  #247395;
	font-size: 24px;
	padding-left: 10px;
	line-height: 120%;
	margin-bottom: 10px;
}
#salonList li h3 a{
	color: #247395;
}
#salonList li .salonList_box01{
	border-top: 1px solid  #ccc;
	padding-top: 10px;
}
#salonList li .salonList_box01 table{
	width: 650px;
	float: left;
}
#salonList li .salonList_box01 table th,
#salonList li .salonList_box01 table td{
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	vertical-align: top;
}
#salonList li .salonList_box01 table th{
	width: 80px;
	padding: 5px;
}
#salonList li .salonList_box01 table td{
	padding: 5px;
}
#salonList li .salonList_box01 table th:after{
	content: "：";
	float: right;
}
#salonList li .salonList_box01 .btns{
	width: 200px;
	float: right;
}
#salonList li .salonList_box01 .btns p{
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}
#salonList li .salonList_box01 .btns p a{
	display: block;
	position: relative;
	padding: 11px 0;
	color: #fff;
	border: 2px solid  #247395;
	background: #247395;
	text-decoration: none;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
#salonList li .salonList_box01 .btns p a:after{
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	content:'\f105';
	font-family: FontAwesome, "Font Awesome 5 Free";
	font-weight: 900;
	color:#fff;
}
#salonList li .salonList_box01 .btns p a:hover{
	background: #fff;
	color: #247395;
}
#salonList li .salonList_box01 .btns p a:hover:after{
	color: #247395;
}

#salonList li .salonList_box01 .btns p.favorite_btn a{
	background: #FEE5C8;
	color: #247395;
	border: none;
	padding: 15px 0;
}
#salonList li .salonList_box01 .btns p.favorite_btn a:hover{
	background: #999;
	color: #fff;
}
#salonList li .salonList_box01 .btns p.favorite_btn a.remove{
	padding: 11px 0;
	color: #fff;
	background: #999;
	border: 2px solid  #999;
}
#salonList li .salonList_box01 .btns p.favorite_btn a.remove:hover{
	color: #999;
	background: #fff;
}
#salonList li .salonList_box01 .btns p.favorite_btn a:after{
	content: "";
}
#salonList li .salonList_box01 .btns p span.fav_done{
	display: block;
	cursor: pointer;
	padding: 15px 0;
	background: #FEE5C8;
	color: #247395;
	text-decoration: none;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
#salonList li .tags{
	text-align: left;
}
#salonList li .tags p{
	display: inline-block;
	margin-right: 15px;
	color: #999;
	margin-bottom: 5px;
}
#salonList li .tags p:last-child{
	margin-right: 0;
}
#salonList li .tags p a{
	color: #999;
	text-decoration: underline;
}

/* Salon Info
-----------------------------------*/
#Intro{
	padding: 100px 0;
}
#Intro ul{
	font-size: 0;
	text-align: center;
	margin-bottom: 80px;
}
#Intro ul li{
	width: 260px;
	background: #fff;
	font-size: 12px;
	display: inline-block;
	margin: 0 15px;
	text-align: left;
}
#Intro ul li:first-child{
	margin-left: 0;
}
#Intro ul li:last-child{
	margin-right: 0;
}
#Intro ul li a{
	display: block;
	text-decoration: none;
}
#Intro ul li .thumb{
	margin-bottom: 5px;
}
#Intro table{
	width: 100%;
	color: #247395;
}
#Intro table th{
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 5px;
}
#Intro table .th01{
	text-align: left;
}
#Intro table .th02{
	text-align: right;
}
#Intro table .td01{
	font-size: 15px;
}
#Intro table .td02{
	font-size: 12px;
}
#Intro table .td02 p{
	display: inline;
}
#Intro table .td02 p a{
	color: #247395;
}
#salonInfo{
	background: #F5F5F5;
	padding: 100px 0;
}
#salonInfo h2{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
#salonInfo .txt{
	font-size: 15px;
	margin-bottom: 80px;
}
#salonInfo #salonInfo_box{
	padding: 40px;
	background: #fff;
	margin-bottom: 60px;
}
#salonInfo #salonInfo_box table{
	width: 100%;
}
#salonInfo #salonInfo_box table th,
#salonInfo #salonInfo_box table td{
	text-align: left;
	padding: 20px;
	font-size: 15px;
	vertical-align: top;
	border-bottom: 1px dotted  #444;
}
#salonInfo #salonInfo_box table th{
	width: 100px;
	color: #247395;
}
#salonContact{
	padding: 100px 0;
}
#salonContact ul{
	font-size: 0;
	text-align: center;
	margin-bottom: 80px;
}
#salonContact ul li{
	width: 260px;
	background: #fff;
	font-size: 12px;
	display: inline-block;
	margin: 0 15px;
	text-align: left;
}
#salonContact ul li:first-child{
	margin-left: 0;
}
#salonContact ul li:last-child{
	margin-right: 0;
}
#salonContact ul li a{
	display: block;
	text-decoration: none;
}
#salonContact ul li .thumb{
	margin-bottom: 5px;
}
#salonContact .buttons p{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
#salonContact .buttons p:last-child{
	margin-bottom: 0;
}
#salonContact .buttons p a{
	padding: 20px 10px;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	color: #FFF;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
#salonContact .buttons p a svg,
#salonContact .buttons p a span{
	vertical-align: middle;
}
#salonContact .buttons .buttonContact a{
	background: #247395;
	border: 2px solid  #247395;
}
#salonContact .buttons .buttonContact a:hover{
	background: #fff;
	color: #247395;
}
#salonContact .buttons .buttonContact a:hover svg path{
	fill: #247395;
}
#salonContact .buttons .buttonLine a{
	background: #00B900;
	border: 2px solid  #00B900;
}
#salonContact .buttons .buttonLine a:hover{
	background: #fff;
	color: #00B900;
}
#salonContact .buttons .buttonLine a:hover svg path{
	fill: #00B900;
}
#contactForm{
	padding: 80px 0;
}
#contactForm h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	color: #666;
}
#contactForm h2:after{
	content: "";
	position: absolute;
	width: 26px;
	height: 5px;
	background: #666;
	left: 50%;
	bottom: -10px;
	margin-left: -13px;
}
.wpcf7c-elm-step2{
	padding-top: 60px;
}
#contactForm .contact_notice{
	border: 2px solid #247395;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 60px;
}
#contactForm .contactForm_box{
	padding: 0 20px;
}
#contactForm table{
	width: 100%;
	margin-bottom: 40px;
}
#contactForm table th,
#contactForm table td{
	display: block;
}
#contactForm table th{
	font-size: 20px;
	text-align: left;
	border-left: 3px solid  #247395;
	padding-left: 20px;
	line-height: 120%;
}
#contactForm table th span{
	font-size: 16px;
	margin-left: 20px;
	padding: 3px 10px;
	background: #F13E3E;
	font-weight: 500;
	color: #FFF;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
#contactForm table th span.any{
	background: #3F9CCC;
}
#contactForm table td{
	padding: 20px 0 50px 0;
}
#contactForm table td input[type="text"],
#contactForm table td input[type="email"],
#contactForm table td input[type="tel"],
#contactForm table td textarea{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contactForm table td .wpcf7-text:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
	border: 1px solid  #A9A9A9;
}
#contactForm table td input[type="text"].wpcf7c-conf,
#contactForm table td input[type="email"].wpcf7c-conf,
#contactForm table td input[type="tel"].wpcf7c-conf,
#contactForm table td textarea.wpcf7c-conf,
#contactForm table td select.wpcf7c-conf,
#contactForm table td input[type="text"].wpcf7c-conf:-webkit-autofill,
#contactForm table td input[type="email"].wpcf7c-conf:-webkit-autofill,
#contactForm table td input[type="tel"].wpcf7c-conf:-webkit-autofill,
#contactForm table td textarea.wpcf7c-conf:-webkit-autofill {
	background: #ececec;
	box-shadow: 0 0 0px 1000px #ececec inset;
    border: 1px solid  #A9A9A9;
}

#contactForm table td ul li{
	float: left;
	margin-right: 10px;
}
#contactForm table td ul li:last-child{
	margin-right: 0;
}
#contactForm table td a{
	text-decoration: underline;
}
#contactForm table td select{
	width: 240px;
	padding: 10px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#contactForm table td input[type="radio"]{
	width: 25px;
	height: 25px;
	background: #FFF;
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
}
#contactForm table td input[type="checkbox"]{
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 5px;
}
#contactForm table td label {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	vertical-align: middle;
}
#contactForm table td span.wpcf7-list-item.first{
	margin: 0 20px 0 0;
}
#contactForm input[type="button"],
#contactForm input[type="submit"]{
	max-width: 685px;
	width: 100%;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	outline-style: none;
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	color: #247395;
	background: #fff;
	border: 2px solid  #247395;
	padding: 15px 0;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
#contactForm input[type="button"]{
	margin-bottom: 10px;
}
#contactForm input[type="button"]:hover,
#contactForm input[type="submit"]:hover{
	background: #247395;
	color: #fff;
}
#contactForm span.wpcf7-not-valid-tip{
	font-size: 16px;
	margin-top: 10px;
}
#contactForm div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: 2px solid  #247395;
	font-size: 16px;
	padding: 10px;
}
#contactForm .btn{
	max-width: 200px;
	margin: 40px auto 0 auto;
	text-align: center;
}
#contactForm .btn a{
	display: block;
	text-decoration: none;
	font-size: 18px;
	border: 2px solid  #999;
	padding: 10px 0;
	background: #999;
	color: #fff;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
#contactForm .btn a:hover{
	background: #FFF;
	color: #999;
}

/* Q&A
-----------------------------------*/
#introduce_qa{
	text-align: center;
	padding: 60px 0 70px 0;
}
#introduce_qa h2{
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
}
.qa_bloc{
	padding: 70px 0;
}
.qa_bloc:nth-of-type(even){
	background: #fafafa;
}
.qa_bloc h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	color: #666;
}
.qa_bloc h2:after{
	content: "";
	position: absolute;
	width: 26px;
	height: 5px;
	background: #666;
	left: 50%;
	bottom: -10px;
	margin-left: -13px;
}
.qa_bloc dl dt{
	display: table;
	cursor: pointer;
	width: 100%;
	background: #EEE;
	padding: 20px 30px 20px 30px;
	font-size: 18px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qa_bloc dl dt:after{
	content: "+";
	text-align: right;
	display: table-cell;
	font-size: 30px;
	vertical-align: middle;
}
.qa_bloc dl dt.active:after{
	content: "-";
}
.qa_bloc dl dt .ico{
	font-size: 24px;
	margin-right: 15px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	color: #FFF;
	background: #666;
	text-align: center;
}
.qa_bloc dl dt .title{
	vertical-align: middle;
	display: table-cell;
	width: 65px;
}
.qa_bloc dl dt .question{
	vertical-align: middle;
	display: table-cell;
	padding-right: 20px;
}
.qa_bloc dl dd .title{
	vertical-align: top;
	display: table-cell;
	width: 65px;
}
.qa_bloc dl dd .answer{
	vertical-align: top;
	display: table-cell;
}
.qa_bloc dl dd{
	display: none;
	width: 100%;
	font-size: 16px;
	padding: 10px 30px 40px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qa_bloc dl dd.active{
	display: table;
}
.qa_bloc dl dd .ico{
	text-decoration: underline;
	font-size: 24px;
	margin-right: 15px;
	display: inline-block;
	width: 50px;
	color: #247395;
	text-align: center;
}

/* Entry
-----------------------------------*/
#introduce_entry{
	text-align: center;
	padding: 60px 0 70px 0;
}
#introduce_entry h2{
	font-size: 48px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
}

/* Thanks
-----------------------------------*/
#thanks{
	padding: 70px 0;
}
#thanks p{
	font-size: 14px;
	line-height: 180%;
}

/* Job List
-----------------------------------*/
#sub_joblist{
	padding: 100px 0;
}
#sub_joblist h2{
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 40px;
}
#sub_joblist h2 span{
	color: #247395;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 65px;
}
#sub_joblist ul{
	font-size: 0;
	text-align: center;
	margin-bottom: 80px;
}
#sub_joblist ul li{
	width: 260px;
	background: #fff;
	font-size: 12px;
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	text-align: left;
}
#sub_joblist ul li:nth-child(3n){
	margin-right: 0;
}
#sub_joblist ul li a{
	display: block;
	text-decoration: none;
}
#sub_joblist ul li .txt{
	padding: 20px 25px 10px 25px;
}
#sub_joblist ul li .txt .info{
	margin-bottom: 10px;
}
#sub_joblist ul li .txt h3{
	font-size: 17px;
	padding-bottom: 20px;
	border-bottom: 1px dotted  #333;
	margin-bottom: 20px;
}
#sub_joblist ul li .txt .salary{
	color: #247395;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#sub_joblist ul li .txt .salary span{
	font-size: 20px;
	margin: 0 3px;
}
#sub_joblist ul li .txt .ico{
	max-width: 26%;
	margin: 0 auto;
	text-align: center;
}
#sub_joblist .btn{
	max-width: 210px;
	margin: 0 auto;
	text-align: center;
}

/* Staff List
-----------------------------------*/
#sub_stafflist{
	padding: 100px 0;
}
#sub_stafflist h2{
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 40px;
}
#sub_stafflist h2 span{
	color: #247395;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 65px;
}
#sub_stafflist ul{
	font-size: 0;
	text-align: center;
	margin-bottom: 80px;
}
#sub_stafflist ul li{
	width: 260px;
	background: #fff;
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	text-align: left;
	float: left;
}
#sub_stafflist ul li:nth-child(3n){
	margin-right: 0;
}
#sub_stafflist ul li a{
	display: block;
	text-decoration: none;
}
#sub_stafflist ul li .txt{
	padding: 20px 25px 10px 25px;
}
#sub_stafflist ul li .txt .pos{
	text-align: center;
	margin-bottom: 5px;
}
#sub_stafflist ul li .txt h3{
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	color: #247395;
}
#sub_stafflist ul li .txt .ico{
	max-width: 26%;
	margin: 0 auto;
	text-align: center;
}

/* Staff
-----------------------------------*/
.remodal{
	padding: 40px;
}
.remodal .image{
	text-align: center;
	margin-bottom: 60px;
}
.remodal .txt table{
	width: 100%;
	border-top: 1px dotted  #444;
}
.remodal .txt table th,
.remodal .txt table td{
	text-align: left;
	font-size: 15px;
	padding: 20px 10px;
	vertical-align: top;
	word-break: break-all;
	border-bottom: 1px dotted  #444;
}
.remodal .txt table th{
	width: 160px;
	text-align: left;
}

/* Staff
-----------------------------------*/
#staffInfo{
	padding: 100px 0;
}
#staffInfo .image{
	text-align: center;
	margin-bottom: 60px;
}
#staffInfo .txt table{
	width: 100%;
	border-top: 1px dotted  #444;
}
#staffInfo .txt table th,
#staffInfo .txt table td{
	font-size: 15px;
	padding: 20px 10px;
	vertical-align: top;
	border-bottom: 1px dotted  #444;
}
#staffInfo .txt table th{
	width: 160px;
	text-align: left;
}

/* 768px以下の場合 */
@media screen and (max-width: 750px) {

	/* Salon List
	-----------------------------------*/
	#salonList{
		background: none;
		padding: 40px 0;
	}
	#salonList h2{
		font-size: 26px;
	}
	#salonList .count_pager{
		display: block;
		width: 100%;
		margin: 10px 0;
	}
	#salonList .count_pager .count{
		display: block;
		text-align: center;
	}
	#salonList .count_pager .wp-pagenavi{
		display: block;
		text-align: center;
	}
	#salonList .count_pager .wp-pagenavi a,	#salonList .count_pager .wp-pagenavi span {
		-webkit-border-radius: 10px;
		        border-radius: 10px;
		font-size: 16px;
		margin: 2px;
		line-height: 32px;
		width: 32px;
		height: 32px;
	}
	#salonList .count_pager .count .count_num{
		font-size: 18px;
	}
	#salonList li{
		padding: 5%;
	}
	#salonList li h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	#salonList li .salonList_box01{
		padding-top: 15px;
	}
	#salonList li .salonList_box01 table{
		width: auto;
		float: none;
	}
	#salonList li .salonList_box01 table th,
	#salonList li .salonList_box01 table td{
		display: block;
	}
	#salonList li .salonList_box01 table th{
		width: 90px;
		padding: 3px 5px;
		text-align: center;
		color: #fff;
		background: #999;
		font-size: 14px;
		-webkit-border-radius: 30px;
		        border-radius: 30px;
	}
	#salonList li .salonList_box01 table td{
		padding: 5px 5px 25px 5px;
	}
	#salonList li .salonList_box01 table th:after{
		content: "";
		float: none;
	}
	#salonList li .salonList_box01 .btns{
		width: auto;
		float: none;
	}

	/* Salon Info
	-----------------------------------*/
	#Intro{
		padding: 40px 0;
	}
	#Intro ul{
		margin-bottom: 0;
	}
	#Intro ul li{
		width: 100%;
		margin: 0 0 40px 0;
	}
	#Intro ul li .thumb img{
		width: 100%;
	}
	#Intro ul li a{
		display: block;
		text-decoration: none;
	}
	#Intro ul li .thumb{
		margin-bottom: 5px;
	}
	#Intro table{
		margin-bottom: 40px;
	}
	#Intro table th,
	#Intro table td{
		display: block;
	}
	#Intro table th{
		font-size: 17px;
		font-weight: bold;
	}
	#Intro table .th01{
		text-align: left;
		padding-bottom: 0;
	}
	#Intro table .th02{
		text-align: left;
		padding-bottom: 5px;
	}
	#Intro table .td01{
		font-size: 14px;
		padding-bottom: 5px;
	}
	#Intro table .td02{
		font-size: 12px;
	}
	#salonInfo{
		padding: 60px 0;
	}
	#salonInfo h2{
		font-size: 22px;
		margin-bottom: 20px;
	}
	#salonInfo .txt{
		font-size: 14px;
		margin-bottom: 40px;
	}
	#salonInfo #salonInfo_box{
		padding: 6%;
		margin-bottom: 0;
	}
	#salonInfo #salonInfo_box table th,
	#salonInfo #salonInfo_box table td{
		text-align: left;
		padding: 5px 0;
		font-size: 14px;
		vertical-align: middle;
		display: block;
	}
	#salonInfo #salonInfo_box table th{
		width: auto;
		border-bottom: none;
		padding-top: 20px;
	}
	#salonInfo #salonInfo_box table th:before{
		content: "■";
	}
	#salonInfo #salonInfo_box table td{
		padding-bottom: 20px;
	}
	#salonInfo #map iframe{
		height: 200px;
	}
	#salonContact{
		padding: 60px 0;
	}
	#salonContact ul{
		margin-bottom: 0;
	}
	#salonContact ul li{
		width: 100%;
		margin: 0 0 40px 0;
	}
	#salonContact ul li .thumb img{
		width: 100%;
	}
	#salonContact .buttons p{
		font-size: 16px;
		margin-bottom: 20px;
	}
	#salonContact .buttons p a{
		padding: 15px 10px;
	}
	#contactForm{
		padding: 40px 0;
	}
	#contactForm h2{
		font-size: 26px;
	}
	#contactForm .contactForm_box{
		padding: 0;
	}
	#contactForm table{
		margin-bottom: 20px;
	}
	#contactForm table th{
		padding-left: 15px;
	}
	#contactForm table td{
		padding: 20px 0 40px 0;
	}
	#contactForm table td ul li{
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#contactForm table td ul li:last-child{
		margin-bottom: 0;
	}
	#contactForm table td select{
		width: 100%;
	}
	#contactForm input[type="button"],
	#contactForm input[type="submit"]{
		font-size: 24px;
		padding: 10px 0;
	}
	#contactForm span.wpcf7-not-valid-tip{
		font-size: 18px;
		margin-top: 5px;
	}
	#contactForm div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
		font-size: 18px;
		padding: 15px;
	}

	/* Q&A
	-----------------------------------*/
	#introduce_qa{
		padding: 40px 0;
	}
#introduce_qa h2{
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
}
	.qa_bloc{
		padding: 40px 0;
	}
	.qa_bloc h2{
		font-size: 26px;
	}

	/* Entry
	-----------------------------------*/
	#introduce_entry{
		padding: 40px 0;
	}
	#introduce_entry h2{
		font-size: 26px;
	}

	/* Job List
	-----------------------------------*/
	#sub_joblist{
		padding: 20px 0 60px 0;
	}
	#sub_joblist h2{
		font-size: 14px;
	}
	#sub_joblist h2 span{
		font-size: 45px;
	}
	#sub_joblist ul{
		margin-bottom: 40px;
	}
	#sub_joblist ul li{
		width: 100%;
		margin: 0 0 40px 0;
	}
	#sub_joblist ul li .thumb img{
		width: 100%;
	}
	#sub_joblist ul li .txt{
		padding: 15px 10px 5px 10px;
	}
#sub_joblist ul li .txt h3{
	font-size: 17px;
	padding-bottom: 10px;
	border-bottom: 1px dotted  #333;
	margin-bottom: 10px;
}
#sub_joblist ul li .txt .salary{
	color: #247395;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

	/* Staff List
	-----------------------------------*/
	#sub_stafflist{
		padding: 20px 0 60px 0;
	}
	#sub_stafflist h2{
		font-size: 14px;
	}
	#sub_stafflist h2 span{
		font-size: 45px;
	}
	#sub_stafflist ul{
		font-size: 0;
		text-align: center;
		margin-bottom: 80px;
	}
	#sub_stafflist ul li{
		width: auto;
		margin-right: 0;
		float: none;
	}
	#sub_stafflist ul li a .thumb img{
		width: 100%;
	}
	#sub_stafflist ul li .txt{
		padding: 15px 10px 5px 10px;
	}
	#sub_stafflist ul li .txt h3{
		margin-bottom: 5px;
	}

	/* Staff
	-----------------------------------*/
	.remodal{
		padding: 5%;
	}
	.remodal .image{
		margin-bottom: 40px;
	}
	.remodal .txt table{
		width: 100%;
		border: none;
	}
	.remodal .txt table th,
	.remodal .txt table td{
		display: block;
		padding: 10px;
		border: none;
	}
	.remodal .txt table th{
		width: auto;
		background: #f0f0f0;
		border: 1px dotted  #444;
	}
	.remodal .txt table td{
		padding: 20px 10px;
	}
}
