@charset "UTF-8";
.rte--small {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto
}
.rte:after {
  clear: both;
  content: "";
  display: block
}
.rte>p:first-child {
  margin-top: 0
}
.rte>p:last-child {
  margin-bottom: 0
}
.rte table {
  table-layout: fixed
}
@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem
  }
}
.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  -webkit-box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset)
}
.rte ul {
  padding-left: 2rem
}
.rte li {
  list-style: inherit
}
.rte li:last-child {
  margin-bottom: 0
}
.rte a {
  color: rgba(14, 27, 77, .85); text-decoration: underline;
  text-underline-offset: .3rem;
  text-decoration-thickness: .1rem;
  -webkit-transition: text-decoration-thickness .1s ease;
  transition: text-decoration-thickness var.1s ease
}
.rte a:hover {
  text-decoration: none;
  color: rgb(14, 27, 77);
  text-decoration-thickness: .2rem
}
.rte blockquote {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.rte blockquote>* {
  margin: -.5rem 0
}
.rte>h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-left: 16px;
  border-left: 4px solid #B60007
}
@media screen and (max-width: 767px) {
  .rte>h2 {
    font-size: 25px;
    font-size: 6.6666666667vw
  }
}
.rte>h2:not(:first-child) {
  margin-top: 2em
}
.rte>h3 {
  padding: .35em .5em;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background-color: #b60007;
  margin-bottom: 1em
}
@media screen and (max-width: 767px) {
  .rte>h3 {
    font-size: 22px;
    font-size: 5.8666666667vw
  }
}
.rte>h3:not(:first-child) {
  margin-top: 2em
}
.rte>h4 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #b60007;
  margin-bottom: .5em
}
@media screen and (max-width: 767px) {
  .rte>h4 {
    font-size: 20px;
    font-size: 5.3333333333vw
  }
}
.rte>h4:not(:first-child) {
  margin-top: 2em
}
.rte>h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5em
}
@media screen and (max-width: 767px) {
  .rte>h5 {
    font-size: 16px;
    font-size: 4.2666666667vw
  }
}
.rte>h5:not(:first-child) {
  margin-top: 2em
}
.rte>h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em
}
@media screen and (max-width: 767px) {
  .rte>h6 {
    font-size: 14px;
    font-size: 3.7333333333vw
  }
}
.rte>h6:not(:first-child) {
  margin-top: 2em
}
.rte>table td {
  border-color: #9e9e9e
}
.rte>P {
  line-height: 2;
  margin: 0
}
.rte>P:not(:last-child) {
  margin-bottom: 2em
}
.rte>ul {
  margin: 1em 0 2em;
  padding: 0
}
.rte>ul li:before {
  content: "\30fb";
  color: #b60007
}
.rte>ul li+li {
  margin-top: .5em
}
.rte>ol {
  margin: 1em 0 2em
}
.rte>ol li {
  counter-increment: num
}
.rte>ol li+li {
  margin-top: .5em
}
.rte>ol li:before {
  color: #b60007;
  font-weight: 700;
  margin-right: .3em;
  content: counter(num) "."
}
.rte>blockquote {
  display: block;
  margin: 40px 0;
  border-left: 2px solid #6b6b6b
}
@media screen and (max-width: 767px) {
  .rte>blockquote {
    margin: 10.6666666667vw 0
  }
}
.rte img {
  display: inline-block
}
@media screen and (max-width: 767px) {
  .rte iframe {
    max-width: 100%
  }
}
.rte-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9%
}
@media screen and (max-width: 767px) {
  .rte-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 4vw
  }
}
@media screen and (min-width: 768px) {
  .rte-flex__txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
.rte-flex__txt>P {
  line-height: 2;
  margin: 0
}
.rte-flex__txt>P:not(:last-child) {
  margin-bottom: 2em
}