@charset "UTF-8";

section .pageheader {
	background: #2e3c70 url("../recruit/images/header_img.jpg") no-repeat;
	background-size: auto 120px;
	background-position: -webkit-calc(100px + 30%) top;
	background-position: -moz-calc(100px + 30%) top;
	background-position: calc(100px + 30%) top;
}

h3 {
    font-size: 2em;
    color: #232f5d;
    border-left: 3px solid;
    line-height: 1em;
    padding-left: .5em;
    margin-bottom: 30px;
}

.overview {
	margin: 0 0 70px;
}
.oubo {
	margin: 70px 0 70px;
}

.security {
	margin-top: 20px;
}
.security dt {
	font-weight: bold;
	color: #232f5d;
	background: #f4f4f4;
	padding: 0.2em 1em;
	margin-bottom: 0.5em;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
.security dt:after {
	content: '+';
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 1.6;
	width: 1.6em;
	height: 1.6em;
	background: #232f5d;
}
.security dt.active:after {
	content: '−';
}
.security dd {
	text-align: justify;
	display: none;
}
.security ol {
	margin-left: 1em;
}

@media screen and (min-width: 550px) {
section .pageheader {
	background-size: -webkit-calc(100% - 100px) auto;
	background-size: -moz-calc(100% - 100px) auto;
	background-size: calc(100% - 100px) auto;
}
}

@media screen and (min-width: 768px) {
section .pageheader {
	background-size: auto 220px;
	background-position: -webkit-calc(70% + 150px) top;
	background-position: -moz-calc(70% + 150px) top;
	background-position: calc(70% + 150px) top;
}


}

@media screen and (min-width: 1250px) {
section .pageheader {
	background-size: auto 330px;
	background-position: -webkit-calc(290px + 70%) top;
	background-position: -moz-calc(290px + 70%) top;
	background-position: calc(290px + 70%) top;
}

.security {
	margin-top: 70px;
}
.security dt {
	margin-bottom: 0.8em;
}
.security dt:after {
	line-height: 1.8;
	width: 1.8em;
	height: 1.8em;
}
}

@media screen and (min-width: 1550px) {
section .pageheader {
	background-size: auto 22vw;
	background-position: -webkit-calc(290px + 70%) -1vw;
	background-position: -moz-calc(290px + 70%) -1vw;
	background-position: calc(290px + 70%) -1vw;
}
}



table .recruit{
  margin: 20px auto;
}
.recruit th {
  background: #2e3c70;
  border-bottom: solid 1px #f7fcff;
  color: #fff;
  padding: 10px;
  width: 10em;
}
.recruit td {
  border: 1px solid #2e3c70!important;
  padding: 10px;
}
 
@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .recruit  {
    width: 100%;
  }
  .recruit  th,
  .recruit  td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}


ul,ol{
margin-left: 1em;
}
}