@charset "utf-8";
/* 手についた一次刺激性物質の落とし方 */
@import url("/wp-content/themes/2024renewal/css/parts2.css");
#S03 .detailBox {flex-direction: row-reverse;}
#S04 .detail ul li {
  list-style-type: decimal;
}
.Page .leftBox img {
  max-width: 500px;
}
.videoBox {
  margin: auto;
  text-align: center;
}
video {
  margin: auto;
}

/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {
#S03 .detailBox {
    flex-direction: column;
}
}