@charset "utf-8";
/* CSS Document */
.recruit .main_inner3 {
    margin: 0 auto;
    width: 1000px;
    padding: 54px 0;
    font-size: 14px;
    line-height: 1.6em;
}
/* レイアウト */
.recruit-row {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top: 30px;
}
.recruit-col-l {
	width: 60%;
}
.recruit-col-r {
	width: 30%;
}
.recruit-con02 p {
	margin-bottom: 20px;
}
.recruit-con02 strong {
    color: #106299;
}
/* リスト(点)*/
.recruit-list-dot {
	list-style-type:none;
	margin-bottom: 20px;
}
.recruit-list-dot li {
	position:relative;
  padding: 0 0 0 20px;
}
.recruit-list-dot li::before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #F6A38B;
  /*background: #037c39;*/
  top: 10px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 表 */
.recruit-list {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	border-top: 1px dotted #106299;
}
.recruit-list dt,
.recruit-list dd {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #106299;
}
.recruit-list dt{
	font-weight: bold;
	width: 16%;
    color: #106299;
}
.recruit-list dd{
	width: 84%;
}
/* 表(table風デザイン) */
.recruit-list-table {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #cccccc;
	margin-bottom: 30px;
}
.recruit-list-table a {
	text-decoration: underline;
}
.recruit-list-table dt,
.recruit-list-table dd {
	line-height: 2;
}
.recruit-list-table dt {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 25%;
	box-sizing: border-box;
}
.recruit-list-table dd {
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5em;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid #cccccc;
	width: 75%;
	box-sizing: border-box;
}
.title_th {
	color: #FFFFFF;
	background-color: #38454f !important;
	text-align: center;
	font-size: 16px !important;
	font-weight: bold;
	border: 1px solid #38454F !important;
}