@charset "UTF-8";
/* オーディオドラマ	*/
div.case {
  margin: 1rem 0;
  padding-bottom: 0.5rem;
  border: 1px solid #ccc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
div.case h5 {
  margin: 0 0 0.5rem;
  padding: 3px 0 3px 1rem;
  background: #eee;
  font-size: 1rem;
}
div.case ul {
  margin: 0;
  padding-right: 0.5rem;
}
div.case li.more {
  list-style-type: none;
  font-size: smaller;
}

section#charm div.wrap div.img,
section#purpose div.wrap div.img {
  aspect-ratio: 2/1;
}

.swiper-slide img {
  display: block;
  width: 100%;
}
