.rich_text {
  padding: 30px 0 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}
.rich_text h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 30px;
  line-height: 44px;
  font-weight: 700;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.rich_text h3 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.rich_text strong, .rich_text strong * {
  font-weight: 700;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.rich_text p {
  color: #000;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
.rich_text img, .rich_text iframe, .rich_text video {
  max-width: 100%;
  margin-bottom: 30px;
}
.rich_text iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.rich_text dl, .rich_text ol, .rich_text ul {
  margin-bottom: 30px;
}
.rich_text dl li, .rich_text ol li, .rich_text ul li {
  font-size: 16px;
  color: #000;
}
.rich_text ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
}
.rich_text ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}
.rich_text table {
  width: 100%;
  height: auto !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.rich_text table thead tr {
  background-color: #edf2f6;
  color: #000;
}
.rich_text table th {
  background-color: #edf2f6;
  font-size: 16px;
  line-height: 20px;
  padding: 22px 12px;
  color: #000;
  font-weight: bold;
  font-family: "NotoSansExtraBold", "notosansbold", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.rich_text table td {
  font-size: 14px;
  line-height: 18px;
  padding: 22px 12px;
  color: #000;
}