.o-area-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
}
.o-area-content__image {
  width: 100%;
  aspect-ratio: 4;
  overflow: hidden;
  border-radius: 4px;
  pointer-events: none;
}
.o-area-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-area-content__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 720px;
  padding: 0 4px;
}
.o-area-content__body h1, .o-area-content__body h2, .o-area-content__body p {
  margin: 0;
  padding: 0;
}
.o-area-content__body h1 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.o-area-content__body h2 {
  margin-top: 24px;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}
.o-area-content__body h2 b {
  margin-right: 4px;
  color: #D3034B;
  font-weight: inherit;
}
.o-area-content__body p {
  color: #555555;
  font-size: 14px;
  line-height: 1.75;
}
.o-area-content__body p[data-type="list"] {
  margin-top: 12px;
  color: #777777;
  font-size: 12px;
}
.o-area-content__body img {
  max-width: 100%;
  margin-top: 24px;
  pointer-events: none;
}
/*# sourceMappingURL=0fcab61e5e2b7dafa523be1ab096244b8d0c7d98.AreaContent.scss.map */
