/**
 * interview-company.html専用
 */
.interview-outline {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
.outline a {
  border-bottom: 1px solid #0040ff;
  color: inherit;
  text-decoration: none;
}
.interview-body > p {
  background-color: #dbf7ff;
}
.interview-company-body > p {
  padding-left: 28px;
  text-indent: 0;
}
#company-eval-list > li {
  list-style-type: disc;
  margin-left: 1.5em;
}
/*******************************
 * PC専用
 *******************************/
@media print, screen and (min-width: 768px) {
  .float-587-353 > .float-1st {
    float: right;
    width: 67.60416666666667%;
  }
  .float-587-353 > .float-2nd {
    float: right;
    margin-right: 10%;
    width: 22.39583333333333%;
  }
  .float-587-353 > .float-2nd > img {
    height: auto;
    width: 100%;
  }
}
