@charset "utf-8";
/* CSS Document */
/*システム*/
body{
	background: url("../img/recruit/header_img.jpg") top center no-repeat;
}
.header img{
	width: 100%;
}
.header1{
	height: 80px;
}

.logo2{
	font-size: 1.4rem;
}

.recruit{
	margin: 0 1.0rem 3.0rem;
}
.recruit p{
	margin-bottom: 0;
}

h4 {
	font-size: 22px;
	border-bottom: #0E0B53 solid 1px;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
h4 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 16px;
	text-transform: uppercase;
}
h4 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}
h4 i{
	margin-right: 0.5rem;
}

.contents{
	margin: 0 1.0rem 3.0rem;
}

table.rec{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 5px;
	margin: 0 auto;
}
table.rec td,table.rec th{
	padding: 10px;
}
table.rec th{
	width: 6.0em;
	background: #10a0e0;
	color: #fff;
	font-weight: normal;
}
table.rec td{
	background: #f1fafe;
}

h5.rec{
    position: relative;
    padding: 0.5rem 1.5rem;
	border-top: 3px solid #242BA7;
    border-bottom: 1px solid #000;
    width:100%;
    margin: 0 auto;
	background-color: #ffffff;
	margin-top: 1.0rem;
	margin-bottom: 25px;
}
h5.rec:before {
    position: absolute;
    left: 50px;
    bottom: -40px;
    content: '';
    border-width: 20px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}
h5.rec:after {
    position: absolute;
    left: 50px;
    bottom: -39px;
    content: '';
    border-width: 20px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}
h5.rec span{
	display: block;
	font-size: 14px;
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:769px) {
}
