@charset "UTF-8";

/*****************************
詳細共用
*****************************/
.singlehead {
  margin-bottom: 3rem;
}
.singlehead time {
  background: #B39A7A;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  padding: .15rem 1rem 0;
  width: fit-content;
}
.singlehead .ttl {
  border-bottom: 1px solid #ccc;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
.singlehead .ttl::before {
  background: #B39A7A;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 20%;
}
.singlecontent {
  margin: 4rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .singlehead .ttl {
    font-size: 1.8rem;
  }
  .singlecontent {
    margin: 3rem 0;
  }
}