#casedetail .main .companyinfo .type {
  background-color: #00679f;
}

@media screen and (768px < width) {
  #casedetail .main #interview-tantou .thumb_interview figure figcaption.exception_style_01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #casedetail .main #interview-tantou .thumb_interview figure figcaption.exception_style_01 p:nth-child(1) {
    width: 315px;
    flex-shrink: 0;
  }
  #casedetail .main #interview-tantou .thumb_interview figure figcaption.exception_style_01 p:nth-child(2) {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (width <= 768px) {
  #casedetail .main #interview-tantou .thumb_interview figure figcaption.exception_style_01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #casedetail .main #interview-tantou .thumb_interview figure figcaption.exception_style_01 p:nth-child(1) {
    width: 45%;
    flex-shrink: 0;
  }
  #casedetail .main #interview-tantou .thumb_interview figure figcaption.exception_style_01 p:nth-child(2) {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

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