#recruit {
  padding: 28px 0 0;
  font-size: 15px; }
#recruit .ouen {
  margin: 0 auto;
  width: 1080px;
  padding: 0 0 150px; }
@media only screen and (max-width: 650px) {
  #recruit .ouen {
    width: 94%; 
	padding: 30px 0;} 
  #recruit .ouen .img {
    width: 100%; }
  #recruit .ouen h3 {
    padding: 0; } }
#recruit .ouen p {
  padding: 20px 0 0; }
#recruit .ouen .img {
  padding: 30px 0 0; }
#recruit .ouen h3 {
  padding: 60px 0 0; }
#recruit .youkou {
  margin: 0 auto;
  width: 1080px; }
@media only screen and (max-width: 650px) {
  #recruit .youkou {
    width: 94%; } }
#recruit .youkou h3 {
  border-bottom: 3px solid #00328c; }
#recruit .youkou table {
  margin: 35px 0 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #00328c;
  border-left: 1px solid #00328c;
  border-right: 1px solid #00328c; }
#recruit .youkou table tr {
  border-bottom: 1px solid #00328c; }
#recruit .youkou table tr th, #recruit .youkou table tr td {
  padding: 20px; }
#recruit .youkou table tr th {
  background: rgba(0, 50, 140, 0.2); }
@media only screen and (max-width: 650px) {
  #recruit .youkou table table, #recruit .youkou table tr, #recruit .youkou table th, #recruit .youkou table td {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  #recruit .youkou table table {
    margin: 35px 0; } }
#recruit .youkou .blue {
  color: #00328c;
  padding: 0 0 80px; }
#recruit .partner {
  margin: 10px auto 90px;
  width: 1080px;
  border: 3px solid #00328c;
  border-radius: 10px;
  padding: 50px 0 10px;
  text-align: center; }
@media only screen and (max-width: 650px) {
  #recruit .partner {
    width: 94%;
	margin: 0 auto 20px;} }
#recruit .partner .twobox_inner {
  padding: 20px 20px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (max-width: 650px) {
  #recruit .partnert .twobox_inner {
    padding: 20px 0 30px; } }
#recruit .partner .twobox_inner .box2 {
  width: 48.6%;
  margin: 0 0 20px; }
@media only screen and (max-width: 650px) {
  #recruit .partner .twobox_inner .box2{
    width: 100%; } }
#recruit .partner .twobox_inner .box2 .box2_inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 40px; }
@media only screen and (max-width: 650px) {
  #recruit .partner .twobox_inner .box2 .box2_inner {
    padding: 16px; } }
#recruit .partner .twobox_inner .box2 .box2_inner h5 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #00328c; }
@media only screen and (max-width: 650px) {
  #recruit .partner .twobox_inner .box2 .box2_inner h5 {
    font-size: 20px; } }
#recruit .partner .twobox_inner .box2 .box2_inner p {
  padding: 16px 0 0;
  font-size: 16px;
  line-height: 22px; }