@charset "UTF-8";

/*****************************
詳細共用
*****************************/
.singlehead .date {
  background: #8FC224;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0 .5rem;
  text-align: center;
}
.singlehead .ttl {
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.singlehead .ttl::before {
  background: #8FC224;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 20%;
}
.singlecontent {
  margin: 3rem 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) {
}