@charset "UTF-8";
.main-container .wrapper.custom-style > * + * {
  margin-top: 1lh;
}
.main-container .wrapper.custom-style h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--c_primary);
  padding-bottom: 0.25lh;
  position: relative;
}
@media all and (max-width: 1023px) {
  .main-container .wrapper.custom-style h2 {
    font-size: 2rem;
  }
}
.main-container .wrapper.custom-style h2:first-child {
  margin-top: 0;
}
.main-container .wrapper.custom-style h2::before, .main-container .wrapper.custom-style h2::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 100%;
}
.main-container .wrapper.custom-style h2::before {
  max-width: 40%;
  background: linear-gradient(270deg, #234584, #0073A8);
  left: 0;
}
.main-container .wrapper.custom-style h2::after {
  max-width: 60%;
  background: var(--bg_base);
  right: 0;
}
.main-container .wrapper.custom-style h3 {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--c_primary_light);
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5em;
}
.main-container .wrapper.custom-style h3:first-child {
  margin-top: 0;
}
.main-container .wrapper.custom-style h3::before {
  content: "";
  width: 1em;
  height: 1em;
  border: 0.3em solid;
  border-radius: 100vw;
  aspect-ratio: 1/1;
  display: block;
  flex: none;
  translate: 0 0.05lh;
}
.main-container .wrapper.custom-style h4 {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--c_primary_light);
}
.main-container .wrapper.custom-style h4:first-child {
  margin-top: 0;
}
.main-container .wrapper.custom-style h5 {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--c_primary_light);
}
.main-container .wrapper.custom-style h5:first-child {
  margin-top: 0;
}
.main-container .wrapper.custom-style a {
  color: var(--c_primary);
  font-weight: 600;
  display: inline-flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.25em;
  margin: auto 0.5em;
}
.main-container .wrapper.custom-style a[target=_blank]::after {
  width: 0.75em;
  height: 0.75em;
  font-size: 0.75em;
}
.main-container .wrapper.custom-style a:hover {
  opacity: 0.5;
}
.main-container .wrapper.custom-style ul > li {
  padding-left: 1.25em;
  position: relative;
}
.main-container .wrapper.custom-style ul > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: var(--c_primary_light);
  border-radius: 100vw;
  display: block;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.main-container .wrapper.custom-style ul > li + li {
  margin-top: 0.5em;
}
.main-container .wrapper.custom-style ul > li ul, .main-container .wrapper.custom-style ul > li ol {
  margin-top: 0.5em;
}
.main-container .wrapper.custom-style ul > li:has(ul) + li, .main-container .wrapper.custom-style ul > li:has(ol) + li {
  margin-top: 1em;
}
.main-container .wrapper.custom-style ol {
  counter-reset: number 0;
}
.main-container .wrapper.custom-style ol > li {
  padding-left: 1.25em;
  position: relative;
  counter-increment: number 1;
}
.main-container .wrapper.custom-style ol > li::before {
  content: counter(number) ".";
  color: var(--c_primary_light);
  font-weight: 700;
  border-radius: 100vw;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 0;
}
.main-container .wrapper.custom-style ol > li + li {
  margin-top: 0.5em;
}
.main-container .wrapper.custom-style ol > li ul, .main-container .wrapper.custom-style ol > li ol {
  margin-top: 0.5em;
}
.main-container .wrapper.custom-style ol > li:has(ul) + li, .main-container .wrapper.custom-style ol > li:has(ol) + li {
  margin-top: 1em;
}
.main-container .wrapper.custom-style blockquote {
  padding: 1lh;
  position: relative;
  background: var(--bg_base);
}
.main-container .wrapper.custom-style blockquote::before, .main-container .wrapper.custom-style blockquote::after {
  font-size: 2lh;
  line-height: 0;
  color: var(--bdr_gray_pale);
  position: absolute;
}
.main-container .wrapper.custom-style blockquote::before {
  content: "“";
  top: auto;
  left: 0;
}
.main-container .wrapper.custom-style blockquote::after {
  content: "”";
  bottom: 0;
  right: 0;
}
.main-container .wrapper.custom-style img {
  margin-left: auto;
  margin-right: auto;
}
.main-container .wrapper.custom-style .table-wrap table {
  width: 100%;
  max-width: none;
  min-width: 100%;
  background: var(--bdr_gray_pale);
  border-spacing: 0.1rem;
}
.main-container .wrapper.custom-style .table-wrap table.table-scroll {
  width: -moz-max-content;
  width: max-content;
}
.main-container .wrapper.custom-style .table-wrap table tr th, .main-container .wrapper.custom-style .table-wrap table tr td {
  background: var(--c_white);
  padding: 1lh 0.5lh;
}
.main-container .wrapper.custom-style .table-wrap table tr th, .main-container .wrapper.custom-style .table-wrap table tr th p, .main-container .wrapper.custom-style .table-wrap table tr td, .main-container .wrapper.custom-style .table-wrap table tr td p {
  font-size: 1.5rem;
}
@media all and (max-width: 1023px) {
  .main-container .wrapper.custom-style .table-wrap table tr th, .main-container .wrapper.custom-style .table-wrap table tr th p, .main-container .wrapper.custom-style .table-wrap table tr td, .main-container .wrapper.custom-style .table-wrap table tr td p {
    font-size: 1.4rem;
  }
}
.main-container .wrapper.custom-style .table-wrap table tr th {
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: 20rem;
  background: var(--c_primary);
}
.main-container .wrapper.custom-style .table-wrap table tr th, .main-container .wrapper.custom-style .table-wrap table tr th p {
  color: var(--c_white);
}
.main-container .wrapper.custom-style .table-wrap table tr th p {
  width: -moz-max-content;
  width: max-content;
}
.main-container .wrapper.custom-style .table-wrap table tr th p.txt-center {
  margin: 0 auto;
}
.main-container .wrapper.custom-style .table-wrap table tr td {
  width: -moz-fit-content;
  width: fit-content;
}
.main-container .wrapper.custom-style .table-wrap + span {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 1lh;
}
/*# sourceMappingURL=maps/information.css.map */
