@charset "utf-8";
/*
=========================================
 reform
=========================================
*/
#reformArea{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1.4rem;
}
#reformArea .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
}
#reformArea .inner .subTtl {
  width: 100%;
  margin: 0 0 60px;
  padding: 0 0 0;
  text-align: center;
  font-size: 4.0rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.2;
  color: #85b250;
}
#reformArea .inner article{
	margin: 0 0 100px 0;
}
@media screen and (max-width:960px) {
#reformArea .inner subTtl {
  font-size: 3.0rem;
  margin: 0 0 30px;
}
#reformArea .inner{
	width: 96%;
	margin: 0 auto 0;
	padding: 30px 0;
}
}
#reformArea .inner .ttl{
	display: block;
	margin: 0 0 20px;
	padding: 10px 0px 6px 10px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #ebefea;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #dde9e8), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #dde9e8 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #dde9e8 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #dde9e8 50%, transparent 50%, transparent);
}
@media screen and (max-width:600px) {
#reformArea .inner .ttl{
	font-size: 1.8rem;
}
}
#reformArea .inner ol{
	width: 96%;
	margin: 0 auto 30px;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
#reformArea .inner ol li{
	list-style: decimal;
}
#reformArea .inner .table01 {
  border-collapse: collapse;
  width: 50%;
  margin: 0 auto 40px;
  padding: 0;
}
#reformArea .inner .table01 th,
#reformArea .inner .table01 td {
  padding: 10px;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
}
#reformArea .inner .table01 td.last{
  border-bottom: 0px solid #999;
}
#reformArea .inner .table01 th {
  text-align: left;
  width: 40%;
  color: #0073c2;
}

@media screen and (max-width: 600px) {
#reformArea .inner .table01 {
  border-top: 1px solid #999;
  width: 100%;
}
#reformArea .inner .table01 td {
  display: block;
  text-align: center;
}
#reformArea .inner .table01 th {
  display: block;
  border-top: none;
  border-bottom: none;
  width: 100%;
  text-align: center;
}
}
.btnLead{
	text-align: center;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 1.8rem; 
}
.btnLead::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/home/yai_bg_01.png);
  background-size: contain;
  vertical-align: middle;
}
.btnLead::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/home/yai_bg_02.png);
  background-size: contain;
  vertical-align: middle;
}
.contactBtn{
	position: relative;
	display: inline-block;
	padding: 0.6em 1em 0.4em;
	text-decoration: none;
	color: #85b250;
	background: #ffffff;
	font-size: 2.4rem;
	line-height: 1;
	background-image: url(../images/home/recruit_bg_03.png);
	background-repeat: no-repeat;
	background-position: right center;
	letter-spacing: 1px;
	border: 4px solid #85b250;
	box-shadow: 4px 4px 0px 0px #85b250;
	font-weight: bold;
}
.contactBtn:hover {
	background: #e7f0dc;
	color: #85b250;
	background-image: url(../images/home/recruit_bg_03.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.contactBtn::before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 26px;
  background-image: url(../images/home/recruit_bg_04.png);
  background-size: contain;
  vertical-align: middle;
}
.contactBtn::after{
  content: '';
  display: inline-block;
  width: 40px;
  height: 36px;
  background-image: url(../images/home/recruit_bg_05.png);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width:600px) {
.contactBtn{
	padding: 0.8em 2em 0.6em;
	font-size: 1.8rem;
	border: 2px solid #85b250;
}
.contactBtn::before{
	display: none;
}
.contactBtn::after{
	display: none;
}
}
.square_btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 30px 10px;
    color: #ffffff;
    background-color: #85b250;
    border-radius: 3px;
    transition: .4s;
    font-size: 1.6rem;
}

.square_btn:hover {
    background-color: #85b250;
    opacity: 0.8;
    color: #ffffff;
}