.p_ttl2 {
  background: url("/img/investigator_mv.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl2 {
    background: url("/img/investigator_mv@2x.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    background: url("/img/investigator_mv_sp.jpg") no-repeat center center/cover;
  }
}

.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding: 110px 0 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    padding: 36px 0 60px;
  }
}

.p_lead {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .p_lead {
    font-size: 1.6rem;
  }
  .p_lead br {
    display: none;
  }
}

.p_anc1 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.p_anc1 p {
  width: 100%;
}
.p_anc1 ul {
  width: 480px;
}
@media screen and (max-width: 480px) {
  .p_anc1 {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .p_anc1 ul {
    width: 100%;
  }
  .p_anc1 ul + ul {
    border-top: none;
    margin-top: 0;
  }
}

.s_investigator {
  width: 1010px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
  border-top: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  .s_investigator {
    width: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 15px;
    padding: 60px 0;
  }
}
.s_investigator .s_ttl {
  width: 280px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: -0.25em;
}
.s_investigator .s_ttl .small {
  display: block;
  margin-top: 0.5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_investigator .s_ttl {
    width: auto;
    font-size: 2rem;
    line-height: 1;
    margin-top: 0;
  }
  .s_investigator .s_ttl br {
    display: none;
  }
  .s_investigator .s_ttl .small {
    margin-top: 1em;
    font-size: 1.4rem;
  }
}
.s_investigator .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s_investigator .content h4 {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.s_investigator .content h4 + .btn3 {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .s_investigator .content h4 {
    font-size: 1.6rem;
  }
  .s_investigator .content h4 + .btn3 {
    margin-top: 14px;
  }
}
.s_investigator .content p {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.88;
}
.s_investigator .content p:first-child {
  margin-top: 0;
}
.s_investigator .content p.notes {
  color: #6f7f88;
  font-size: 1.2rem;
  line-height: 1.67;
}
.s_investigator .content p.notes.red {
  color: #d0121b;
}
@media screen and (max-width: 480px) {
  .s_investigator .content p {
    font-size: 1.4rem;
  }
  .s_investigator .content p.notes {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.s_investigator .content hr {
  margin-top: 50px;
}
.s_investigator .content hr + * {
  margin-top: 50px !important;
}
@media screen and (max-width: 480px) {
  .s_investigator .content hr {
    display: none;
  }
  .s_investigator .content hr + * {
    margin-top: 40px !important;
  }
}
.s_investigator .content table {
  margin-top: 25px;
  width: 100%;
  border-top: 1px solid #e2ebef;
  border-left: 1px solid #e2ebef;
}
.s_investigator .content table:first-child {
  margin-top: 0;
}
.s_investigator .content table th,
.s_investigator .content table td {
  border-right: 1px solid #e2ebef;
  border-bottom: 1px solid #e2ebef;
  font-size: 1.6rem;
  line-height: 1.75;
  vertical-align: top;
  padding: 14px 20px;
}
.s_investigator .content table th {
  background: #f1f5f7 !important;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .s_investigator .content table {
    margin-top: 15px;
  }
  .s_investigator .content table th,
  .s_investigator .content table td {
    font-size: 1.1rem;
    line-height: 1.64;
    padding: 5px 8px;
  }
}
.s_investigator .content .btn3 {
  margin-top: 20px;
}
.s_investigator .content .btn3 + p.notes {
  margin-top: 5px;
}
.s_investigator .content .btn3 + .btn3 {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .s_investigator .content .btn3 + .btn3 {
    margin-top: 5px;
  }
}
.s_investigator .content > .btn,
.s_investigator .content .btn_area {
  margin-top: 30px;
}
.s_investigator .content > .btn:first-child,
.s_investigator .content .btn_area:first-child {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .s_investigator .content > .btn,
  .s_investigator .content .btn_area {
    margin-top: 15px;
  }
}

footer {
  border-top: 1px solid #e2ebef;
}