@charset "UTF-8";
.main_img {
  margin-bottom: 110px;
  margin-top: 10px;
  background-image: url(../img/common/bg_gray.png);
  padding: 40px 0 40px;
}
.main_img h2 {
  color: #005bac;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
	position: inherit;
	left: 0;
	height: auto;
}
.l-body p {
	line-height: 1.7;
}
.l-body p span {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 10px;
}
p a {
	 color: #005bac;
	text-decoration: underline;
}
.hl_03 {
  font-size: 23px;
  color: #005bac;
  font-weight: bold;
	margin-top: 70px;
	margin-bottom: 30px;
}
.recruit table {
	width: 100%;
	margin-bottom: 10px;
}
.recruit table th {
  width: 280px;
  text-align: left;
  color: #005bac;
  background-color: #E9F2FC;
	line-height: 1.5;
	font-weight: bold;
}
.recruit table th, .recruit table td {
	padding: 15px 20px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.5;
	letter-spacing: 0.7px;
}
.recruit table td span {
	font-size: 13px;
}
.recruit table .left {
	width: 38%;
	float: left;
	margin: 10px 0;
}
.blue {
	color: #005bac;
}
.btn {
	width: 30%;
	display: inline;
	float: left;
	margin: 10px 0;
}
.btn a {
  color: #fff;
	font-size: 13px;
  padding: 6px 30px 8px 20px;
  text-align: center;
  margin: 30px auto;
  background: url(../img/common/arrow_white.png), linear-gradient(to right, #005bac, #4c8cc5);
  background-repeat: no-repeat, repeat;
  background-position: 90%;
	letter-spacing: 2px;
	border-radius: 4px;
}
.recruit table td li {
	text-indent: -16px;
	padding-left: 16px;
}
.flow {
	text-align: center;
	width: 30%;
	font-size: 18px;
}
.flow .box {
	 background-color: #E9F2FC;
	padding: 20px;
	margin: 10px 0;
	font-weight: bold;
	color: #005bac;
}
.recruit .mb_110px {
	margin-bottom: 110px;
}
@media (min-width:768px){
	.tel {
		pointer-events: none;
	}
}
@media (max-width:767.98px) {
	.l-body p {
		font-size: 4vw;
	}
  .lead_p {
    margin-bottom: 50px;
  }
	.l-body p span {
		width: 100%;
		font-size: 3.5vw;
	}
  .hl_03 {
    margin-bottom: 20px;
    font-size: 5.3vw;
		line-height: 1.5;
  }
		.main_img h2 {
		font-size: 6vw;
		line-height: 1.2;
		letter-spacing: 0;
	}
	.main_img {
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 30px 0 30px;
}
	.recruit table {
	width: 100%;
}
.recruit table th, .recruit table td {
	font-size: 4vw;
	display: flex;
	width: 100%;
	padding: 10px 10px;
	border-bottom: none;
}
	.recruit table td {
		padding: 10px 0px;
		margin-bottom: 10px;
	line-height: 1.7;
	}
	.recruit table td span {
	font-size: 3.5vw;
}
	.recruit table .left {
	width: 100%;
	float: none;
	margin: 0px 0 10px;
}
	.btn {
	width: 100%;
	float: none;
	margin: 0px 0 0px;
	display: block;
}
	.btn_last {
		margin-bottom: 20px;
	}
	.btn a {
  color: #fff;
	font-size: 3.5vw;
	}
	.recruit table td {
		display: block;
	}
	.recruit table td li {
	text-indent: -4vw;
	padding-left: 4vw;
}
	.flow {
	width: 100%;
	font-size: 4.5vw;
}
		.mb_110px {
		margin-bottom: 55px;
	}
}
