@charset "UTF-8";

/********************************************

 採用情報（#recruit）

********************************************/
#recruit h3{
margin: 0 0 20px;
}


#recruit  .article {
	margin-bottom: 40px;
}

#recruit  .article p{
	margin-bottom: 15px;
	font-size: 15px;
}

#recruit .saiyo{
	background-color: #FFF;
	box-sizing: border-box;
	padding: 40px;
	border: solid 1px #ccc;
	text-align: center;
}

.recruit_btn a {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  background-color: #063a95;
  transition: 0.3s;
}

.recruit_btn a::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon_win.png);
  background-repeat: no-repeat;
}

.recruit_btn a:hover {
  text-decoration: none;
  background-color: #285db8;
}

#recruit h4 {
	font-size: 16px;
    font-weight: normal;
    margin: 30px 0 0px;
    border: none;
}

#recruit p.note {
	font-size: 12px;
    font-weight: normal;
    text-align: right;
}

#recruit table.standard_ir {
    border: 0px;
    border: 1px solid #CDD5DD;
    width: 100%;
    empty-cells: show;
    margin-bottom: 15px;
}
#recruit table.standard_ir th,
#recruit table.standard_ir td {
	border: 0px;
	border-bottom: 1px solid #CDD5DD;
	border-right: 1px solid #CDD5DD;
	padding: 3px;
	font-size: 86%;
	vertical-align: top;
	background-color: #fff;
}
#recruit table.standard_ir th {        
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
	width: 2.5em;
	text-align: center;
}
#recruit table.standard_ir th.consolidated {
	background-color: #0D3D90;
}
#recruit table.standard_ir th.particular {
	background-color: #019093;
}
#recruit table.standard_ir tr.sum td {
	background: #E4EAED;
}