@charset "utf-8";
.rich-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 23px;
  word-wrap: break-word;
}
.re-style-font-bold {
  font-weight: 700;
}
.re-style-font-color-blue {
  color: rgb(0,153,255);
}
.re-style-font-color-red {
  color: rgb(204,51,0);
}
.re-style-font-family {
  font-family: "Poppins",sans-serif;
}
.re-style-font-size {
  font-size: 125%;
}
.re-style-text-underline {
  text-decoration: underline;
}
.re-style-text-line-through {
  text-decoration: line-through;
}
hr {
  background-color: #000000;
  border-width: 0;
  height: 4px;
  width: 80%;
}
blockquote {
  padding: 40px 30px;
  background-color: transparent;
  border-width: 3px 0;
  position: relative;
  color: #333;
  display: block;
  font-size: 15px;
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  margin: 0;
}
blockquote::before,
blockquote::after {
  content: '';
  position: absolute;
  z-index: 9;
  width: 20px;
  height: 20px;
}
blockquote::before {
  background: url('/icon_before.png') no-repeat;
  top: 15px;
  left: 0;
}
blockquote::after {
  background: url('/icon_after.png') no-repeat;
  bottom: 15px;
  right: 0;
}