.recruitPage .person .img {
  margin-bottom: 2em;
}
.recruitPage .person .txt {
  background-color: #fff;
  padding: 2em 1em;
}
.recruitPage .person .txt ul {
  margin-bottom: 1em;
}
.recruitPage .person .txt ul li {
  font-size: 1.15em;
  padding-bottom: 0.7em;
  text-align: left;
}
.recruitPage .person .txt ul li:last-child {
  padding-bottom: 0;
}
.recruitPage .person .txt ul li span {
  color: #012EA8;
  padding-right: 0.2em;
}
.recruitPage .person .txt p {
  color: #012EA8;
  text-align: left;
}
.recruitPage .recruitment p.comment {
  margin-bottom: 1.5em;
}
.recruitPage .recruitment a {
  margin-bottom: 1.5em;
}
.recruitPage .recruitment p.navy {
  color: #012EA8;
  font-weight: bold;
  font-size: 1.2em;
}

@media only screen and (min-width: 580px) {
  .recruitPage .person .wrap {
    align-items: stretch;
  }
  .recruitPage .person .wrap .img {
    width: 45%;
    margin-bottom: 0;
  }
  .recruitPage .person .wrap .txt {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 2em;
  }
  .recruitPage .person .wrap .txt ul {
    margin-bottom: 2em;
  }
  .recruitPage .person .wrap .txt ul li {
    font-size: 1.2em;
    padding-bottom: 1em;
  }
}