/**
 * flow.html
 */
.person-inner {
  margin-bottom: 1em;
  max-width: 468px;
  position: relative;
}
.person-img-wrapper {
  float: right;
  max-width: 185px;
}
.person-img-wrapper img {
  height: auto;
  width: 100%;
}
.person-text {
  bottom: 0;
  padding-bottom: 1em;
  position: absolute;
}
.person-text h4 {
  color: #a00;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 8px;
}
.person-text h4 strong {
  font-size: 220%;
}
.person-text h4 small {
  display: block;
  font-size: 70%;
  font-weight: normal;
}
.person-text ol {
  border-left: 4px solid #a00;
  padding: 16px 0 0 8px;
}
.person-text li {
  line-height: 1.4;
}
/**
 * 1人用
 */
.person-single .person-inner {
  margin-left: auto;
  margin-right: auto;
}
.person-comment {
  border: 1px solid #269ed0;
  padding: 0.8em;
}
.person-comment .label {
  background-color: #269ed0;
  color: #fff;
  display: inline-block;
  font-size: 90%;
  margin-bottom: 10px;
  padding: 8px;
}
.person-single .label {
  float: left;
}
.person-single .person-comment p {
  clear: none;
  margin-bottom: 0;
  margin-left: 120px;
}
/**
 * 就職までの流れ
 */
.nagare-container {
  margin-top: 2.5em;
}
.nagare > dl {
  border: 1px solid #686868;
  box-sizing: border-box;
}
.nagare-company-last > dl {
  border: none;
}
.nagare > dl.blue {
  background-color: #d9f8fa;
  border: 1px solid #0790be;
}
/**
 * その他の2人の先輩
 */
.person-other-title {
  background-color: #458c00;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  margin: 2em 0 1em;
  padding: 0.5em 1em;
}
.person-double .person {
  float: left;
  margin-left: 2.5%;
  width: 48.75%;
}
.person-double .person.first-item {
  margin-left: 0;
}
.person-double .person-comment {
  height: 120px;
}
.interview-company-flow-support > .fukidashi > h4 {
  border-left: #008fc7 8px solid;
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 0;
  padding-left: 10px;
}
/****************************
 * PC専用
 ****************************/
@media print, screen and (min-width: 768px) {
  .interview-company-flow-support {
    clear: both;
    padding-top: 1em;
  }
  .interview-company-flow-support > .img {
    float: left;
    width: 40%;
  }
  .interview-company-flow-support > .img > img {
    height: auto;
    width: 100%;
  }
  .interview-company-flow-support > .fukidashi {
    border: 4px solid #bfdfff;
    border-radius: 12px;
    box-sizing: border-box;
    float: left;
    padding: 16px 24px;
    width: 60%;
  }
}
/****************************
 * モバイル専用
 ****************************/
@media screen and (max-width: 767px) {
  .person-inner {
    max-width: 100%;
  }
  .person-img-wrapper {
    float: none;
    margin: 0 auto;
  }
  .person-text {
    position: static;
  }
  .person-single .label {
    float: none;
  }
  .person-single .person-comment p {
    margin-left: 0;
  }
  .person-other-title {
    font-size: 120%;
  }
  .person-double .person {
    float: none;
    margin-left: 0;
    margin-top: 3em;
    width: 100%;
  }
  .person-double .person.first-item {
    margin-top: 0;
  }
  .person-double .person-comment {
    height: auto;
  }
  .interview-company-flow-support > .img {
    display: none;
  }
  .interview-company-flow-support > .fukidashi {
    border: 4px solid #bfdfff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 16px 24px;
  }
}
