@charset "UTF-8";

/***
職員募集のご案内ページ
***/
#entryButton{
	margin-top:1em;
}
	#entryButton a{
		display:block;
		width: 70%;
		max-width: 250px;
		margin:0 auto;
		background-color:#a2cb6b;
		color:#ffffff;
		text-align:center;
		padding:2% 3%;
		box-sizing:border-box;
		border-radius: 3px;
	}
	#entryButton a:hover{
		opacity: 0.7;
		text-decoration:none;
	}
.entryWord{
	display:flex;
	align-items: stretch;
	flex-wrap:wrap;
	width:100%;
	margin:0 auto 1.5em;
	padding:0.5em 0 1em;
	font-size:0.85em;
	align-items: center;
}
	.entryWord div{
		flex-basis:calc(97% / 3);
		margin:0 0.5% 1%;
	}	
		.entryWord a{
			display: block;
			color:#315200;
			border:1px #d0e9ae solid;
			padding:3% 1%;
			box-sizing:border-box;
			background-color:#f6fbef;
			text-align:center;
			border-radius: 5px;
		}
		.entryWord a:hover{
			opacity: 0.7;
			text-decoration:none;
		}
	@media screen and (max-width:808px){
		.entryWord{			
			font-size:0.75em;
		}
	}
	@media screen and (max-width:768px){
		.entryWord{			
			font-size:0.85em;
		}
	}
	@media screen and (max-width:712px){
		.entryWord div{
			flex-basis:calc(97% / 2);
			margin:0 0.5% 1%;
		}	
	}
	@media screen and (max-width:443px){
		.entryWord{
			display:block;
		}
		.entryWord div{
			flex-basis:auto;
			margin:0 1% 1%;
		}
	}
#entryTable section{
	margin-top:-1.5em;
	padding-top:1.5em;
}
	#entryTable table{
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
	}
		#entryTable table tr th,
		#entryTable table tr td{
			color:#000000;
			font-size:18px;
			padding: 0.5em;
			text-align: left;
			border: solid #CCC;
			border-width: 1px;
			vertical-align: middle;
		}
		#entryTable table tr th{
			width: 20%;
			background: #eee;
		}
@media screen and (max-width:768px){
	#entryTable section{
		margin-top:-3em;
		padding-top:3em;
	}
	#entryTable table,
	#entryTable table tbody,
	#entryTable table tr,
	#entryTable table tr th,
	#entryTable table tr td{
		display: block;
	}
	#entryTable table{
		width: 100%;
		border-width: 0 0 1px 0;
	}
	#entryTable table tr th,
	#entryTable table tr td{
		box-sizing:border-box;
		width: 100%;
		padding: 1% 2%;
		font-size:16px;
	}
	#entryTable table tr td{
		border-width: 0px 1px 0px 1px;
	}
}
/***
職員募集のご案内ページ(編集箇所)
***/
.pageHeader.-recruit_entry {
  background-image: url(../img/recruit/bg_pageheader.png)
}
.pageHeader.-recruit_entry:before {
  background-color: #a2cb6b
}
.pageHeader.-recruit_entry:after {
  background-image: url(../img/share/icon_recruit.svg)
}
.pageHeader.-recruit_entry .pageHeader__title {
  color: #a2cb6b
}
.top-toc__link.-recruit_entry {
  background-color: #afcb8a
}
.top-toc__link.-recruit_entry:hover {
  background-color: #a3c378
}
.top-toc__link.-recruit_entry .top-toc__text {
  background: url(../img/share/icon_recruit.svg) no-repeat 35px;
  background-size: 43px auto
}
@media screen and (max-width:768px) {
  .pageHeader.-recruit_entry {
    background-image: url(../img/recruit/sp-bg_pageheader.png)
  }
}
/***
応募フォーム
***/
#entryForm table{
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 0 0 1px 0;
}
	#entryForm table tr th,
	#entryForm table tr td{
		color:#000000;
		font-size:18px;
		padding: 0.5em;
		text-align: left;
		border: solid #CCC;
		border-width: 1px;
		vertical-align: middle;
	}
	#entryForm table tr th{
		width: 35%;
		background: #eee;
	}
@media screen and (max-width:768px){
	#entryForm{
		width: 100%;
	}
	#entryForm table,
	#entryForm table tbody,
	#entryForm table tr,
	#entryForm table tr th,
	#entryForm table tr td{
		display: block;
	}
	#entryForm table tr th,
	#entryForm table tr td{
		box-sizing:border-box;
		width: 100%;
		padding: 1.5%;
		font-size:16px;
	}
	#entryForm table tr td{
		border-width: 0px 1px 0px 1px;
		padding-bottom:15px;
	}
}
.required,
.optional{
	font-size:0.8em;
	padding: 2px 5px;
	color: #ffffff;
	border-radius: 3px;
	margin-right: 6px;
}
.required{
	background: #f0944a;
}
.optional{
	background: #3aae37;
}
.mvformCn{
	font-size:0.8em;
	color:red;
}
/*** 
MW WP Form patern
***/
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea,
.mw_wp_form select{
	box-sizing:border-box;
	width: 100%;
	padding: 8px 15px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
.mw_wp_form select.work{
	width:70px;
	padding:3px;
}
.mw_wp_form input.tel{
	width:75px !important;
}
.mw_wp_form input.age{
	width:100px !important;
}
.mw_wp_form textarea{
	height: 200px;
}
.mw_wp_form input[type="submit"]{
	box-sizing:border-box;
    display: block;
    padding: 15px;
	width: 80%;
    max-width: 400px;
    background: #6bc069;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0;
	border:none;
}
.mw_wp_form input[type="submit"]:hover {
	opacity:0.7;
}
@media screen and (max-width:768px){
	.mw_wp_form input[type="submit"] {
		width: 50%;
		margin: 10px auto 0;
	}
}
