@charset "UTF-8";
h2 {
  margin-bottom: 40px;
}
.overview {
  margin: 0 10px 20px;
}
.overview p {
  margin: 0;
}
.detailArea {
  align-items: flex-start;
  margin-bottom: 40px;
}
.leftContent,
.rightContent {
  width: 50%;
  max-width: 50%;
  min-height: 0%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.leftContent img {
  width: 100%;
  height: auto;
}
.rightContent h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.rightContent p {
  margin: 0;
}

@media print, screen and (max-width: 767px) {
  .detailArea {
    flex-direction: column;
  }
  .leftContent,
  .rightContent {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}
