@charset "UTF-8";

.single-detail-wrap .sec-head {
  margin-bottom: 3rem;
}
.single-detail-wrap .ttl {
  border-bottom: 2px solid #f5f5f5;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: .5rem;
  position: relative;
}
.single-detail-wrap .ttl::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #60AC88;
  height: 2px;
  width: 10%;
}
.single-detail-wrap .flex {
  gap: 4rem;
}
.single-detail-wrap .imgbox a {
  display: block;
  position: relative;
}
.single-detail-wrap .imgbox a::before {
  aspect-ratio: 1/1;
  background: #60AC88;
  content: "\f00e";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font: var(--fa-font-solid);
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  z-index: 1;
}
.single-detail-wrap .imgbox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.dlcases div {
  background: #fff;
  display: flex;
}
.dlcases dt,
.dlcases dd {
  padding: 1rem 2rem;
}
.dlcases dt {
  background: #60AC88;
  width: 120px;
}
.dlcases div:not(:last-child) dt {
  border-bottom: 1px solid #fff;
}
.dlcases div:not(:last-child) dd {
  border-bottom: 1px solid #60AC88;
}
.dlcases dd {
  background: #fff;
  color: #181818;
  width: calc(100% - 120px);
}
@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 screen and (max-width: 767px) {
  .single-detail-wrap .ttl {
    font-size: 1.8rem;
  }
}
