@charset "UTF-8";

.single-detail-wrap .label {
  background: #005495;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: .5rem 1rem;
}
.single-detail-wrap .ttl {
  border-bottom: 2px solid #f5f5f5;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 1rem;
  position: relative;
}
.single-detail-wrap .ttl::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #005495;
  height: 2px;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .single-detail-wrap .ttl {
    font-size: 1.8rem;
  }
}
