@charset "UTF-8";
/* ============================================================================================== */
/*                                                                                                */
/* ============================================================================================== */
#casedetail .main .serviceinfo .data span.about {
  margin-left: 0;
  padding-right: 2px;
}

@media screen and (max-width: 768px) {
  #casedetail .main .serviceinfo .data span.about {
    margin-left: 0;
    padding-right: 0.4vw;
  }
}
/* ============================================================================================== */
/* タイプ色                                                                                       */
/* ============================================================================================== */
#casedetail .main .companyinfo .type {
  background: #c07630;
}

@media screen and (max-width: 768px) {
  #casedetail .main .companyinfo .name {
    line-height: 7.7333333333vw;
  }
}
/* ============================================================================================== */
/* 取材担当者紹介                                                                                 */
/* ============================================================================================== */
body.new_interview_common .interview_subttl_interview_manager .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 520px;
  margin: 0 auto;
}
body.new_interview_common .interview_subttl_interview_manager .detail > p {
  width: 250px;
}
body.new_interview_common .interview_subttl_interview_manager .detail > p img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body.new_interview_common .interview_subttl_interview_manager .detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 90.1333333333vw;
    margin: 0 auto;
    gap: 0;
  }
  body.new_interview_common .interview_subttl_interview_manager .detail > p {
    width: 43.3333333333vw;
  }
}
/* ============================================================================================== */
/* 導入担当者インタビュー                                                                         */
/* ============================================================================================== */
#new-interview-tantou .detail .chapter_block:first-child {
  width: 850px;
  margin: -163px auto 0;
  padding-top: 43px;
  background: #fff;
}
#new-interview-tantou .detail .chapter_block .images_block.personal_code_01, #new-interview-tantou .detail .chapter_block .images_block.personal_code_03, #new-interview-tantou .detail .chapter_block .images_block.personal_code_04 {
  margin-top: 25px;
  padding-bottom: 20px;
}
#new-interview-tantou .detail .chapter_block .images_block.personal_code_02, #new-interview-tantou .detail .chapter_block .images_block.personal_code_05, #new-interview-tantou .detail .chapter_block .images_block.personal_code_06, #new-interview-tantou .detail .chapter_block .images_block.personal_code_07 {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #new-interview-tantou .detail .chapter_block:first-child {
    width: auto;
    margin-top: 0;
    padding-top: 4vw;
  }
  #new-interview-tantou .detail .chapter_block .images_block.personal_code_01, #new-interview-tantou .detail .chapter_block .images_block.personal_code_03, #new-interview-tantou .detail .chapter_block .images_block.personal_code_04 {
    margin-top: 6.4vw;
    padding-bottom: 8vw;
  }
  #new-interview-tantou .detail .chapter_block .images_block.personal_code_02, #new-interview-tantou .detail .chapter_block .images_block.personal_code_05, #new-interview-tantou .detail .chapter_block .images_block.personal_code_06, #new-interview-tantou .detail .chapter_block .images_block.personal_code_07 {
    margin-top: 6.4vw;
  }
}
/* ============================================================================================== */
/* 導入担当者インタビュー: new_interview_common.sass カスタマイズ                                 */
/* ============================================================================================== */
#new-interview-tantou .detail .chapter_block > dl > dd .topic_block > dt {
  padding-bottom: 0;
  border: none;
}

#new-interview-tantou .detail .chapter_block > dl > dd .topic_block > dt h6 {
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  #new-interview-tantou .detail .chapter_block > dl > dd .topic_block > dt {
    padding-bottom: 0;
    border: none;
  }
  #new-interview-tantou .detail .chapter_block > dl > dd .topic_block > dt h6 {
    font-size: 4vw;
    line-height: 6vw;
    white-space: normal;
    font-feature-settings: "palt";
  }
}

/*# sourceMappingURL=index.css.map */
