/*--------------------------------
audio DRAMA
--------------------------------*/
.title-audio_drama {
  font-size: 2.2rem;
  color: #F08300;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.6em;
}
@media screen and (min-width: 1025px) {
  .title-audio_drama {
    margin-bottom: 20px;
    font-size: 3.3rem;
  }
}

.story {
  background-color: #FFF8E7;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .story {
    margin-top: 50px;
    padding: 30px 60px;
  }
}
.story h1 {
  font-size: 1.8rem;
  color: #641B0C;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .story h1 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .story h1 {
    font-size: 2.5rem;
  }
}/*# sourceMappingURL=audio_drama.css.map */