.detail h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 3rem;
}
.detail .main-text {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.detail .boss-img {
  display: inline-block;
  width: 33%;
  padding: 5px 0 10px 10px;
  float: right;
}
.detail .boss-img img {
  width: 100%;
}
.detail .write-day, .detail .pre-name {
  margin-bottom: 20px;
  text-align: right;
  font-size: 1.6rem;
}
