/**
 * person.html専用
 */
.caption {
  letter-spacing: 0.4em;
}
.outline {
  margin-bottom: 10px;
}
.person-list {
  padding-bottom: 40px;
}
.person-list > li {
  background-color: #eee;
  border: 1px solid #2499c6;
  box-sizing: border-box;
  float: left;
  height: 352px;
  margin-left: 3.125%;
  width: 48.4375%;
}
.person-list > li.first-item {
  margin-left: 0;
}
.person-wrapper {
  background-position: left;
  background-repeat: no-repeat;
  height: 100%;
}
.person01 {
  background-image: url(../img/interview-person01.jpg);
}
.person02 {
  background-image: url(../img/interview-person03.jpg); /* Hさんのイラスト */
}
.person-body {
  background-color: #fff;
  box-sizing: border-box;
  float: right;
  height: 100%;
  padding: 1em;
  position: relative;
  width: 56.98924731182796%;
}
.person-title {
  border-bottom: 1px solid #2499c6;
  color: #2499c6;
  font-size: 180%;
  line-height: 1.2;
  margin: 0 0 12px;
}
.person-title strong {
  font-size: 150%;
  font-weight: normal;
}
.person-title small {
  font-size: 60%;
}
.btn-detail,
.btn-detail:visited {
  background-color: #fff;
  border: 1px solid #2499c6;
  bottom: 1em;
  color: #2499c6;
  display: inline-block;
  font-weight: bold;
  padding: 0.2em 0.4em;
  position: absolute;
  right: 1em;
}
/*******************************
 * モバイル専用
 *******************************/
@media screen and (max-width: 767px) {
  .person-list {
    padding-bottom: 15px;
  }
  .person-list > li {
    float: none;
    height: auto;
    margin-bottom: 2em;
    margin-left: 0;
    width: 100%;
  }
  .person-body {
    float: none;
    height: auto;
    width: 100%;
  }
  .btn-detail {
    float: right;
    position: static;
  }
}
