.detail__panel__body h3 {
  margin: 4em 0 2em 0;
  padding-left: 14px;
  border-left: solid 4px #333;
  font-size: 20px;
}
.detail__panel__float {
  clear: both;
}
.detail__panel__float figure {
  float: left;
  margin: 0 40px 40px 0;
}
.detail__panel__profile {
  margin-top: 50px;
  padding: 30px 40px;
  background: #fff;
  border: solid 1px #D4D4D4;
  font-size: 16px;
}
.detail__panel__profile dt, .detail__panel__profile dd {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .detail__panel__float figure {
    float: none;
    margin-left: 0;
  }
  .detail__panel__profile {
    padding: 5.33333vw;
  }
}
