@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

html.scroll-lock {
  overflow-y: hidden !important;
}
html.scroll-lock body {
  overflow-y: hidden !important;
}

body {
  font-size: 1rem;
  width: 100%;
  color: #3b4043;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  line-height: 1.75;
  overflow-x: hidden;
  padding-top: var(--header-height, 200px) !important;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1300px) {
  body {
    padding-top: var(--header-height, 120px);
  }
}
@media (max-width: 575px) {
  body {
    padding-top: var(--header-height, 110px);
  }
}

p, figure {
  letter-spacing: 0.025em;
  margin-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  p, figure {
    margin-bottom: 2.5rem;
  }
}
p {
  font-weight: 500;
  line-height: 1.5;
}

figure {
  line-height: 1.5;
}

ol, ul, dl {
  padding-left: 0;
  margin-top: 0;
  list-style-position: inside;
  margin-bottom: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  ol, ul, dl {
    margin-bottom: 2.5rem;
  }
}

ol li {
  padding-left: 0 !important;
  margin-left: 18px !important;
  list-style-position: outside !important;
  list-style-type: decimal !important;
  background-image: none !important;
}

.text-gray {
  color: #707070;
}

.text-red {
  color: #d80020;
}

.text-blue {
  color: #0089d2;
}

a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:hover {
  text-decoration: none;
}
a img:hover {
  cursor: pointer;
}

.article p a, .article ol a, .article ul a, .article dl a {
  display: inline-block;
}

form label .required {
  display: inline-block;
  color: #ffffff;
  font-size: 0.825rem;
  font-weight: 500;
  line-height: 1;
  padding: 4px 5px;
  margin-left: 10px;
  background-color: #024099;
  transform: translateY(-2px);
}

span.required {
  display: inline-block;
  color: #ffffff;
  font-size: 0.825rem;
  font-weight: 500;
  padding: 1px 5px;
  margin-left: 10px;
  background-color: #024099;
}

.submit-btn-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

a[href^="tel:"] {
  color: #3b4043;
  text-decoration: none;
}

i {
  padding-right: 10px;
}
i.fa-circle-arrow-up {
  padding-right: 5px;
}

small {
  font-size: 0.7em;
}

ruby.pr {
  padding-right: 5px;
}
ruby rt {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  transform: translateY(-1px);
}
@media (max-width: 575px) {
  ruby rt {
    transform: translateY(4px);
  }
}

h1 {
  font-size: calc(1.3625rem + 1.35vw);
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  h1 {
    font-size: 1.625rem;
  }
}

.h1-small h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h1-small h1 {
    font-size: 2rem;
  }
}

.h1-large h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1-large h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.35rem + 1.2vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 600;
    letter-spacing: 0.025em;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  h2 {
    font-size: 1.5rem;
  }
}

.h2-small h2 {
  font-size: calc(1.2875rem + 0.45vw) !important;
  font-weight: 600;
  letter-spacing: 0.0125em;
}
@media (min-width: 1200px) {
  .h2-small h2 {
    font-size: 1.625rem !important;
  }
}
@media (max-width: 575px) {
  .h2-small h2 {
    font-size: 1.25rem !important;
    font-weight: 700;
    letter-spacing: 0;
  }
}

.h2-large h2 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
@media (min-width: 1200px) {
  .h2-large h2 {
    font-size: 2.25rem !important;
  }
}
@media (max-width: 575px) {
  .h2-large h2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
}
@media (max-width: 575px) and (min-width: 1200px) {
  .h2-large h2 {
    font-size: 2rem !important;
  }
}

.h2-style-1 h2,
.lead_style_1 h2 {
  position: relative;
  color: #3b4043;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
  text-align: center;
  padding: 0.5em 0 0.5em;
  margin-bottom: calc(1.425rem + 2.1vw);
  border-top: 2px solid #3b4043;
  border-bottom: 2px solid #3b4043;
}
@media (min-width: 1200px) {
  .h2-style-1 h2,
  .lead_style_1 h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .h2-style-1 h2,
  .lead_style_1 h2 {
    margin-bottom: 3rem;
  }
}

.h2-style-2 h2 {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 0.55em 1em 0.5em;
  margin-bottom: calc(1.425rem + 2.1vw);
  background-color: #292929;
}
@media (min-width: 1200px) {
  .h2-style-2 h2 {
    margin-bottom: 3rem;
  }
}
.h2-style-2--blue h2 {
  color: #ffffff;
  background-color: #024099;
}
.h2-style-2--light-blue h2 {
  color: #ffffff;
  background-color: #0089d2;
}
.h2-style-2--red h2 {
  color: #ffffff;
  background-color: #a02f25;
}

.h2-style-3 h2 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
  text-align: left;
  margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .h2-style-3 h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .h2-style-3 h2 {
    margin-bottom: 3rem;
  }
}

.h2-style-4 h2 {
  color: #78692d;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
  border: 1px solid #78692d;
  padding: calc(1.325rem + 0.9vw) 0.5rem;
}
@media (min-width: 1200px) {
  .h2-style-4 h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .h2-style-4 h2 {
    padding: 2rem 0.5rem;
  }
}
@media (max-width: 575px) {
  .h2-style-4 h2 {
    padding: calc(1.275rem + 0.3vw) 1rem;
  }
}
@media (max-width: 575px) and (min-width: 1200px) {
  .h2-style-4 h2 {
    padding: 1.5rem 1rem;
  }
}

.h2-bg-red h2 {
  color: #ffffff;
  background-color: #a02f25;
}

.h2-center h2 {
  text-align: center;
}

h3 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h3 {
    margin-bottom: 1.5rem;
  }
}

.h3-small h3 {
  font-size: 1.25rem !important;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .h3-small h3 {
    margin-bottom: 1.25rem;
  }
}

.h3-large h3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h3-large h3 {
    font-size: 1.5rem !important;
  }
}

.h3-style-1 h3 {
  color: #3b4043;
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #3b4043;
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h3-style-1 h3 {
    margin-bottom: 1.5rem;
  }
}

.h3-style-2 h3 {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 0.5em 0.4em 0.55em;
  background-color: #292929;
}
@media (max-width: 575px) {
  .h3-style-2 h3 {
    padding: 0.5em 0.4em 0.6em;
  }
}
.h3-style-2--blue h3 {
  background-color: #024099;
}
.h3-style-2--light-blue h3 {
  background-color: #0089d2;
}
.h3-style-2--red h3 {
  background-color: #a02f25;
}

.h3-style-3 h3 {
  padding: 0.5em 0 0.5em 1em;
  border-left: 10px solid #3b4043;
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h3-style-3 h3 {
    margin-bottom: 1.5rem;
  }
}
.h3-style-3--blue h3 {
  border-left-color: #024099;
}
.h3-style-3--light-blue h3 {
  border-left-color: #0089d2;
}
.h3-style-3--red h3 {
  border-left-color: #a02f25;
}

h4 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  h4 {
    letter-spacing: 0;
  }
}

.h4-style-1 h4 {
  font-size: 0.9375rem;
  display: block;
  width: fit-content;
  padding: 0.25rem 1rem 0.35rem;
  margin-bottom: 0;
  border: 1px solid #292929;
}
.h4-style-1--olive h4 {
  color: #78692d;
  border: 1px solid #78692d;
}

.h4-style-2 h4 {
  font-size: 0.9375rem;
  display: block;
  width: fit-content;
  color: #ffffff;
  font-weight: 500;
  padding: 0.3rem 1rem 0.35rem;
  margin-bottom: 0;
  border: 1px solid #292929;
  background-color: #292929;
}
.h4-style-2--olive h4 {
  border: 1px solid #78692d;
  background-color: #78692d;
}

.h4-style-3 h4 {
  color: #3b4043;
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #3b4043;
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4-style-3 h4 {
    margin-bottom: 1.5rem;
  }
}

.h4-w-100 h4 {
  width: 100%;
}

.h4-small h4 {
  font-size: 0.875rem !important;
}

.h4-large h4 {
  font-size: 1.25rem !important;
}

@media (min-width: 576px) {
  .h4-sm-start h4 {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .h4-md-start h4 {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .h4-lg-start h4 {
    text-align: left;
  }
}

h5 {
  font-size: 1rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.h5-style-1 h5 {
  display: block;
  font-size: 0.875rem;
  width: fit-content;
  padding: 0.2rem 1rem 0.25rem;
  margin-bottom: 0;
  border: 1px solid #3b4043;
}

.h5-style-2 h5 {
  font-size: 0.9375rem;
  display: block;
  width: fit-content;
  color: #ffffff;
  font-weight: 500;
  padding: 0.2rem 1rem 0.25rem;
  margin-bottom: 0;
  border: 1px solid #3b4043;
  background-color: #3b4043;
}

.h5-w-100 h5 {
  width: 100%;
}

.h5-small h5 {
  font-size: 1rem !important;
}

.h5-large h5 {
  font-size: 1.2rem !important;
}

h6 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.h5-w-100 h5 {
  width: 100%;
}

.h6-small h6 {
  font-size: 0.9rem !important;
}

.h6-large h6 {
  font-size: 1.1rem !important;
}

table {
  width: 100%;
  line-height: 1.4;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: #dadada 1px solid;
}
@media (max-width: 767px) {
  table {
    font-size: 0.9rem;
  }
}
table thead tr th {
  color: #ffffff;
  text-align: center;
  background-color: #292929;
}
table tbody tr th {
  text-align: center;
}
table tr th, table tr td {
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 1rem 1rem;
  border: 1px solid #dadada;
}
@media (max-width: 767px) {
  table tr th, table tr td {
    padding: 0.8rem 0.75rem;
  }
}
table tr th {
  width: 25%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}
table tr td {
  width: 75%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}

.tbody-th-strong tbody th {
  font-weight: 600;
  background-color: #f0f0f0;
}

.tbody-first-td-strong tbody td:nth-of-type(1) {
  font-weight: 600;
  background-color: #f0f0f0;
}

.tbody-first-td-center tbody td:nth-of-type(1) {
  text-align: center;
}

.tbody-second-td-center tbody td:nth-of-type(2) {
  text-align: center;
}

.tbody-third-td-center tbody td:nth-of-type(3) {
  text-align: center;
}

.tbody-fourth-td-center tbody td:nth-of-type(4) {
  text-align: center;
}

.tbody-fifth-td-center tbody td:nth-of-type(5) {
  text-align: center;
}

.tbody-sixth-td-center tbody td:nth-of-type(6) {
  text-align: center;
}

.tbody-first-th-center tbody th:nth-of-type(1) {
  text-align: center;
}

.tbody-second-th-center tbody th:nth-of-type(2) {
  text-align: center;
}

.tbody-third-th-center tbody th:nth-of-type(3) {
  text-align: center;
}

.tbody-fourth-th-center tbody th:nth-of-type(4) {
  text-align: center;
}

.tbody-fifth-th-center tbody th:nth-of-type(5) {
  text-align: center;
}

.tbody-sixth-th-center tbody th:nth-of-type(6) {
  text-align: center;
}

.thead-th-bg-black thead th {
  color: #ffffff;
  background-color: #3b4043;
}

.tbody-th-bg-black tbody th {
  color: #ffffff;
  background-color: #3b4043;
}

.thead-th-bg-blue thead th {
  color: #ffffff;
  background-color: #024099;
}

.tbody-th-bg-blue tbody th {
  color: #ffffff;
  background-color: #024099;
}

.thead-th-bg-light-blue thead th {
  color: #ffffff;
  background-color: #0089d2;
}

.tbody-th-bg-light-blue tbody th {
  color: #ffffff;
  background-color: #0089d2;
}

.thead-th-bg-red thead th {
  color: #ffffff;
  background-color: #a02f25;
}

.tbody-th-bg-red tbody th {
  color: #ffffff;
  background-color: #a02f25;
}

.table-height-narrow th {
  padding: 0.5rem 1rem;
}
.table-height-narrow td {
  padding: 0.5rem 1rem;
}

.thead-th-height-narrow thead th {
  padding: 0.5rem 1rem;
}

.tbody-th-height-narrow tbody th {
  padding: 0.5rem 1rem;
}

.tbody-td-height-narrow tbody td {
  padding: 0.5rem 1rem;
}

.tbody-td-center tbody td {
  text-align: center;
}

.table-style-1 table thead tr th {
  color: #ffffff;
  background-color: #b2ad97;
}
.table-style-1 table tbody tr th {
  color: #ffffff;
  background-color: #b2ad97;
}
.table-style-1 table tbody tr td {
  background-color: #ffffff;
}

.table-style-2 table thead tr th {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 10px;
  background-color: #b2ad97;
}
.table-style-2 table tbody tr th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 9px 10px;
  background-color: #b2ad97;
}
.table-style-2 table tbody tr td {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 9px 10px;
  background-color: #ffffff;
}

table.table-2 {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}
table.table-2 thead tr th {
  height: 40px;
  color: #ffffff;
  font-size: 13px;
  padding: 0 10px;
  border-right: 1px solid #7f858a !important;
  background-color: #555a5e;
}
table.table-2 thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
table.table-2 thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
table.table-2 tbody tr th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 9px 10px;
  border: 1px solid #dadada !important;
  background-color: #7f858a;
}
table.table-2 tbody tr td {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 9px 10px;
  border: 1px solid #dadada !important;
  background-color: #ffffff;
}
table.table-2 tbody tr td span {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
}

figcaption {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  padding-top: 6px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
}
figcaption.tall {
  margin-top: 6px;
}

.p-gothic p {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif !important;
}

.p-last-mb-0 p:last-child {
  margin-bottom: 0;
}

.p-last-mb-3 p:last-child {
  margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .p-last-mb-3 p:last-child {
    margin-bottom: 3rem;
  }
}

.first-p-center p:first-of-type {
  text-align: center;
}

.first-p-bold p:first-of-type {
  font-weight: bold;
}

.first-p-large p:first-of-type {
  font-size: 1.25rem;
}

.ul-style-nav ul {
  display: grid;
  padding: 2rem 0;
  border-top: 1px solid #78692d;
  border-bottom: 1px solid #78692d;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 10px 0;
}
@media (max-width: 575px) {
  .ul-style-nav ul {
    padding: 1rem 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 425px) {
  .ul-style-nav ul {
    grid-template-columns: 1fr;
  }
}
.ul-style-nav ul li {
  display: flex;
  justify-content: center;
  height: 40px;
  padding-left: 0 !important;
  margin-bottom: 0;
  background-image: none !important;
}
.ul-style-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  color: #78692d;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif !important;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
}
@media (max-width: 575px) {
  .ul-style-nav ul li a {
    justify-content: flex-start;
  }
}
.ul-style-nav ul li a::before {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
  border-radius: 2px;
  background-color: rgba(120, 105, 45, 0);
  transition: all 0.3s ease-in-out;
}
.ul-style-nav ul li a:hover::before {
  background-color: rgb(120, 105, 45);
}
.ul-style-nav--flex ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.ul-style-nav--flex ul li {
  margin-right: 1.5rem;
  margin-bottom: 0;
}
.ul-style-nav--flex ul li:last-child {
  margin-right: 0;
}

.li-gothic li {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif !important;
}

dl dt {
  letter-spacing: 0.025em;
  font-size: 1.125rem;
}
dl dd {
  font-weight: 500;
}
dl dd + dt {
  margin-top: 1rem;
}

.dl-table dl {
  display: flex;
  width: 100%;
  margin-bottom: 2px;
}
.dl-table dl dt {
  display: flex;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.5rem 1rem 0.5rem 1rem;
  background-color: #f2f2f2;
  font-size: 0.9375rem;
}
.dl-table dl dd {
  font-size: 0.9375rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}
.dl-table dl dd + dd {
  border: 1px solid red;
}
@media (max-width: 991px) {
  .dl-table dl {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: calc(1.325rem + 0.9vw) !important;
    border: 1px solid #e0e0e0;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .dl-table dl {
    margin-top: 2rem !important;
  }
}
@media (max-width: 991px) {
  .dl-table dl dt {
    width: 100% !important;
    white-space: inherit !important;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  }
  .dl-table dl dt br {
    display: none;
  }
  .dl-table dl dd {
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  }
}

.dl-flex dl {
  display: flex;
}

.dl-style-1 dl {
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .dl-style-1 dl {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .dl-style-1 dl {
    margin-bottom: calc(1.425rem + 2.1vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .dl-style-1 dl {
    margin-bottom: 3rem;
  }
}
.dl-style-1 dl dt {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.dl-style-1 dl dd {
  padding-left: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .dl-style-1 dl dd {
    padding-left: 2.5rem;
  }
}

.dt-mr-1 dt {
  margin-right: 1rem;
}

.dt-mr-1\.5 dt {
  margin-right: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .dt-mr-1\.5 dt {
    margin-right: 1.5rem;
  }
}

.dt-mr-2 dt {
  margin-right: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .dt-mr-2 dt {
    margin-right: 2rem;
  }
}

.dt-mr-2\.5 dt {
  margin-right: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .dt-mr-2\.5 dt {
    margin-right: 2.5rem;
  }
}

.dt-mr-3 dt {
  margin-right: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .dt-mr-3 dt {
    margin-right: 3rem;
  }
}

.dt-justify-content-start dt {
  justify-content: flex-start;
}

.dt-bg-red dt {
  background-color: #a02f25 !important;
}

.dt-bg-blue dt {
  background-color: #024099 !important;
}

.dt-bg-light-blue dt {
  background-color: #0089d2 !important;
}

dd {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.dd-ul-mt-0 dd ul {
  margin-top: 0 !important;
}

.dd-li-mb-0 dd ul li {
  margin-bottom: 0 !important;
}

.dd-justify-content-start dd {
  justify-content: flex-start;
}

.dd-bold dd {
  font-weight: bold;
}

.row img {
  width: 100%;
}

.breadcrumbs {
  position: relative;
  height: 60px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  padding: 0 0 0 0;
  width: 100%;
}
@media (max-width: 575px) {
  .breadcrumbs {
    height: 45px;
    border-bottom: none;
    padding: 0 0 0 7px;
  }
}
.breadcrumbs::after {
  position: absolute;
  width: 45px;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.breadcrumbs ul {
  display: flex;
  width: 100%;
  height: 60px;
  line-height: 1;
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-right: 15px;
  padding-left: 0;
  list-style: none;
  gap: 0;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
@media (max-width: 575px) {
  .breadcrumbs ul {
    height: 45px;
  }
}
.breadcrumbs ul::-webkit-scrollbar {
  display: none;
}
.breadcrumbs ul::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.breadcrumbs ul li {
  font-size: 0.875rem;
  position: relative;
  display: flex;
  font-weight: 400;
  padding: 3px 25px 3px 0;
  margin-bottom: 0;
  background-image: none;
  height: 100%;
  align-items: center;
}
.breadcrumbs ul li a {
  display: inline-block;
  text-underline-offset: 3px;
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 575px) {
  .breadcrumbs ul li a {
    text-decoration-color: rgba(0, 0, 0, 0.2);
  }
}
.breadcrumbs ul li::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  margin: 0 0.5rem;
  content: ">";
  opacity: 0.5;
  transform: translateY(-50%);
}
.breadcrumbs ul li:last-child::after {
  display: none;
}

.btn1 {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.btn1 a {
  display: inline-block;
  min-width: 300px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.0125em;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  margin: 0;
  border: 1px solid #024099;
  background-color: #024099;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.btn1 a:hover {
  color: #024099;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .btn1 a {
    display: block;
    width: 100%;
  }
}

a.btn1 {
  display: inline-block;
  min-width: 300px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.0125em;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  margin: 0;
  border: 1px solid #024099;
  background-color: #024099;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
a.btn1:hover {
  color: #024099;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  a.btn1 {
    display: block;
    width: 100%;
  }
}

.card1 {
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .card1 {
    margin-bottom: 1.5rem;
  }
}
.card1:hover .card1__btn {
  color: #024099;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}
.card1:hover .card1__img {
  transform: scale(1);
}
.card1__link {
  display: block;
  text-decoration: none;
}
.card1__img {
  position: relative;
  z-index: 1;
  transition: transform 0.5s ease-in-out;
  transform: scale(1.1);
}
.card1__btn {
  position: relative;
  width: 100%;
  z-index: 2;
  border-top: none !important;
  display: inline-block;
  min-width: 300px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.0125em;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  margin: 0;
  border: 1px solid #024099;
  background-color: #024099;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  min-width: 120px;
  line-height: 1.3;
}
.card1__btn:hover {
  color: #024099;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .card1__btn {
    display: block;
    width: 100%;
  }
}

@keyframes line1_off {
  0% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  50% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    top: calc(50% - 9px);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes line1_on {
  0% {
    top: calc(50% - 9px);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes line3_off {
  0% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    top: calc(50% + 9px + 4px);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes line3_on {
  0% {
    top: calc(50% + 9px + 4px);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@keyframes line2_off {
  0% {
    top: 50%;
    transform: translateX(-50%) scale(0);
  }
  50% {
    top: 50%;
    transform: translateX(-50%) scale(0);
  }
  100% {
    top: 50%;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes line2_on {
  0% {
    top: 50%;
    transform: translateX(-50%) scaleX(1);
  }
  100% {
    top: 50%;
    transform: translateX(-50%) scaleX(0);
  }
}
html[data-lock] {
  overflow: hidden;
}
html body {
  overflow-y: hidden;
}

body.drawer-open .drawer__btn__line--1 {
  animation: line1_on 0.4s ease-in-out forwards !important;
}
body.drawer-open .drawer__btn__line--2 {
  animation: line2_on 0.4s ease-in-out forwards !important;
}
body.drawer-open .drawer__btn__line--3 {
  animation: line3_on 0.4s ease-in-out forwards !important;
}
body.drawer-open .drawer__content {
  left: 0;
  opacity: 1;
}
body.drawer-open .drawer__content::before {
  opacity: 1;
}
body.drawer-open .drawer__bg {
  right: -1vw;
  opacity: 0.96;
}
@media (max-width: 575px) {
  body.drawer-open .drawer__bg {
    opacity: 0.95;
  }
}

.drawer__content {
  position: fixed;
  display: grid;
  justify-content: center;
  width: 92vw;
  height: auto;
  max-height: calc(100vh - var(--header-height));
  top: var(--header-height);
  left: -100%;
  z-index: 99;
  overflow-y: scroll;
  margin: 3rem 4vw 0 4vw;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  gap: 1.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.drawer__content::-webkit-scrollbar {
  display: none;
}
.drawer__content ul {
  display: block;
  width: fit-content;
  padding-left: 0;
  margin-bottom: 6rem;
  list-style: none;
  pointer-events: visible;
}
.drawer__content ul li {
  color: #3b4043;
  font-size: 1rem;
  margin-bottom: 2px;
}
.drawer__content ul li a {
  position: relative;
  display: flex;
  color: #ffffff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: none;
}
.drawer__content ul li a:hover {
  text-decoration: underline;
}
.drawer__content ul li ul {
  margin: 0.2rem 0 0.4rem 1.2rem;
}
.drawer__content ul li ul li a {
  color: #ffffff;
  padding: 0.4rem 1rem;
  background-color: rgba(255, 255, 255, 0);
}
.drawer__content ul li ul li ul {
  margin: 0;
}
.drawer__content ul li ul li ul a {
  color: #ffffff;
  padding: 0.2rem 1rem 0.2rem 2rem;
  background-color: rgba(255, 255, 255, 0);
}
.drawer__bg {
  position: fixed;
  display: block;
  width: 101vw;
  height: calc(100vh - var(--header-height));
  top: var(--header-height);
  right: -200%;
  z-index: 9;
  content: "";
  background-color: #024099;
  transition: opacity 0.5s;
}

.go-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  z-index: 100000;
  visibility: hidden;
  content: "";
  cursor: pointer;
  opacity: 0;
  background-image: url("../images/go-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .go-top {
    right: 10px;
    bottom: 30px;
  }
}
.go-top.is-visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.go-top:hover {
  opacity: 0.85;
}

.hall-list {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0 3rem;
  grid-template-areas: "img title" "img txt";
}
@media (max-width: 991px) {
  .hall-list {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: calc(1.425rem + 2.1vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .hall-list {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .hall-list .hall-list__table {
    margin-bottom: calc(1.425rem + 2.1vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .hall-list .hall-list__table {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .hall-list.is-last {
    border-bottom: none;
  }
  .hall-list.is-last .hall-list__table {
    margin-bottom: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .hall-list.is-last .hall-list__table {
    margin-bottom: 1.5rem;
  }
}
.hall-list--non-slider .hall-list__img img {
  width: 100%;
  height: auto;
}
.hall-list--non-slider .hall-list__table {
  margin-bottom: calc(1.725rem + 5.7vw);
}
@media (min-width: 1200px) {
  .hall-list--non-slider .hall-list__table {
    margin-bottom: 6rem;
  }
}
.hall-list__table {
  width: fit-content;
  min-width: 340px;
}
@media (max-width: 575px) {
  .hall-list__table {
    width: 100%;
  }
}
.hall-list__table th {
  width: 45%;
  white-space: nowrap;
}
.hall-list__table td {
  width: auto;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.hall-list--bb-none {
  border-bottom: none !important;
}
.hall-list--reverse {
  grid-template-columns: 2fr 3fr;
  grid-template-areas: "title img" "txt img";
}
@media (max-width: 991px) {
  .hall-list--reverse {
    min-height: unset;
    grid-template-areas: "title" "img" "txt";
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .hall-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .hall-list {
    min-height: unset;
    padding-bottom: calc(1.425rem + 2.1vw);
    border-bottom: 1px solid #e5e5e5;
    grid-template-areas: "title" "img" "txt";
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .hall-list {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .hall-list:last-child {
    padding-bottom: 0;
  }
}
.hall-list__title {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  grid-area: title;
  margin-top: 0;
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .hall-list__title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .hall-list__title {
    margin-bottom: calc(1.4rem + 1.8vw);
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .hall-list__title {
    margin-bottom: 2.75rem;
  }
}
.hall-list__description {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.hall-list__description:empty {
  display: none;
}
.hall-list__img {
  display: flex;
  overflow: hidden;
  grid-area: img;
}
@media (max-width: 991px) {
  .hall-list__img {
    margin-bottom: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .hall-list__img {
    margin-bottom: 2rem;
  }
}
.hall-list__img .swiper {
  margin: auto 0;
}
.hall-list__txt {
  grid-area: txt;
}
.hall-list__txt p:last-child {
  margin-bottom: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .hall-list__txt p:last-child {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 991px) {
  .hall-list__txt p:last-child {
    margin-bottom: calc(1.575rem + 3.9vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .hall-list__txt p:last-child {
    margin-bottom: 4.5rem;
  }
}
.hall-list__txt .btn1 {
  min-width: 340px;
}

body.drawer-open .header__btn__line--1 {
  animation: line1_on 0.3s ease-in-out forwards !important;
}
body.drawer-open .header__btn__line--2 {
  animation: line2_on 0.3s ease-in-out forwards !important;
}
body.drawer-open .header__btn__line--3 {
  animation: line3_on 0.3s ease-in-out forwards !important;
}
body.drawer-open .header__content {
  left: 0;
  opacity: 1;
}
body.drawer-open .header__content::before {
  opacity: 1;
}
body.drawer-open .header__bg {
  right: -1vw;
  opacity: 0.6;
}

.header__btn {
  position: fixed;
  display: none;
  width: 70px;
  height: 70px;
  top: 50px;
  right: 0;
  z-index: 101;
  cursor: pointer;
  background-color: #ffffff;
}
@media (max-width: 1300px) {
  .header__btn {
    display: block;
  }
}
@media (max-width: 575px) {
  .header__btn {
    top: 40px;
  }
}
.header__btn__inner {
  position: relative;
  width: 70px;
  height: 70px;
  transform: translateY(-2px);
}
.header__btn__line {
  position: absolute;
  display: block;
  width: 46px;
  height: 4px;
  left: 50%;
  margin: 0 auto;
  background-color: #909090;
  transform: translateX(-50%);
  transform-origin: center;
}
@media (max-width: 575px) {
  .header__btn__line {
    width: 38px;
  }
}
.header__btn__line--1 {
  animation: line1_off 0.3s ease-in-out forwards;
}
.header__btn__line--2 {
  animation: line2_off 0.3s ease-in-out forwards;
}
.header__btn__line--3 {
  animation: line3_off 0.3s ease-in-out forwards;
}

.other-facility-list h2 {
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .other-facility-list h2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .other-facility-list h2 {
    margin-bottom: calc(1.575rem + 3.9vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .other-facility-list h2 {
    margin-bottom: 4.5rem;
  }
}
.other-facility-list .swiper__full {
  margin-top: calc(1.425rem + 2.1vw);
  margin-bottom: calc(1.425rem + 2.1vw);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  padding: calc(1.575rem + 3.9vw) 0;
}
@media (min-width: 1200px) {
  .other-facility-list .swiper__full {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .other-facility-list .swiper__full {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .other-facility-list .swiper__full {
    padding: 4.5rem 0;
  }
}
.other-facility-list .swiper__wrapper {
  position: relative;
  width: 100%;
  padding: 0 65px;
}
.other-facility-list .swiper-button-prev, .other-facility-list .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  content: "";
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.other-facility-list .swiper-button-prev:hover, .other-facility-list .swiper-button-next:hover {
  opacity: 0.8;
}
.other-facility-list .swiper-button-prev::after, .other-facility-list .swiper-button-next::after {
  display: none;
}
.other-facility-list .swiper-button-prev {
  left: 0;
  background-image: url("../images/l-arrow.svg");
}
.other-facility-list .swiper-button-next {
  right: 0;
  background-image: url("../images/r-arrow.svg");
}
.other-facility-list__item {
  display: block;
  text-decoration: none;
}
.other-facility-list__item:hover img {
  opacity: 0.8;
}
.other-facility-list__item img {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.5rem;
}
.other-facility-list__item__title {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.other-facility-list__item__btn {
  display: inline-block;
  min-width: 300px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.0125em;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  margin: 0;
  border: 1px solid #024099;
  background-color: #024099;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  width: 100%;
  min-width: unset;
}
.other-facility-list__item__btn:hover {
  color: #024099;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .other-facility-list__item__btn {
    display: block;
    width: 100%;
  }
}

:root {
  --swiper-navigation-color: #ffffff;
  --swiper-pagination-color: #aa8ab2;
  --swiper-navigation-top-offset: 44%;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 1;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.slider-caption {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  padding-top: 6px;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  margin-top: 5px;
  margin-bottom: 1.5rem;
  padding-top: 0;
}

.swiper2 {
  overflow: hidden;
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header {
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1300px) {
  .header {
    padding-bottom: 0;
  }
}
.header__inner {
  max-width: 1920px;
  margin: 0 auto;
}
.header__btn2 {
  display: flex;
  justify-content: flex-end;
  height: 50px;
  background-color: #f8f8f8;
}
@media (max-width: 575px) {
  .header__btn2 {
    height: 40px;
  }
}
.header__btn2 ul {
  display: flex;
  height: 100%;
  margin-bottom: 0;
  list-style: none;
}

.header__btn2 ul li:nth-of-type(2) {
  background-color: #b2ad97; 
}

@media (max-width: 1300px) {
  .header__btn2 ul {
    justify-content: flex-end;
    width: 100%;
  }
}
.header__btn2 ul li {
  height: 100%;
}
.header__btn2 ul li:nth-of-type(1) {
  background-color: #024099;
}
.header__btn2 ul li a {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  padding: 0 2rem 5px;
  transition: all 0.3s ease-in-out;
}
.header__btn2 ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 1300px) {
  .header__btn2 ul li a {
    font-size: 1.0625rem;
  }
}
@media (max-width: 575px) {
  .header__btn2 ul li a {
    padding: 0 2rem;
    font-size: 1rem;
  }
  .header__btn2 ul li {
    height: 100%;
    width: 50%;
}
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 10px;
}
@media (max-width: 1300px) {
  .header__logo {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    height: 70px;
  }
}
@media (max-width: 575px) {
  .header__logo {
    justify-content: flex-start;
  }
}
.header__logo a {
  display: inline-block;
}
.header__logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 1px;
}
@media (max-width: 1300px) {
  .header__logo img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .header__logo img {
    max-width: 240px;
  }
}
@media (max-width: 575px) {
  .header__logo img {
    max-width: 200px;
  }
}
.header__nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: auto auto;
  list-style: none;
  gap: 0 50px;
}
@media (max-width: 1380px) {
  .header__nav ul {
    gap: 0 40px;
  }
}
.header__nav ul li {
  position: relative;
  display: block;
  font-weight: 600;
  padding: 0;
}
.header__nav ul li::before {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 25px;
  left: 0;
  content: "";
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.header__nav ul li.current-menu-item::before {
  width: 100%;
  height: 4px;
  background: linear-gradient(to bottom, #024099 -100%, #0089d2 100%) !important;
}
.header__nav ul li:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.header__nav ul li a {
  display: block;
  height: 50px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.header__nav__main {
  width: 100%;
  z-index: 1;
  padding: 0 2rem;
  background-color: #ffffff;
}
.header__nav__sub {
  z-index: 0;
}
.header__nav__sub__item {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -60px;
  left: 0;
  visibility: hidden;
  padding: 0 1rem;
  opacity: 0;
  background-color: #024099;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.header__nav__sub__item.is-active {
  visibility: visible;
  opacity: 1;
}
.header__nav__sub ul {
  display: flex;
  height: 100%;
  gap: 0;
}
.header__nav__sub ul li {
  height: 100%;
}
.header__nav__sub ul li::before {
  display: none;
}
.header__nav__sub ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-decoration: none;
  padding: 0 1.5rem;
  transition: all 0.2s ease-in-out;
}
.header__nav__sub ul li a:hover {
  opacity: 0.8;
}

.article {
  min-height: 300px;
}
.article__header {
  padding: 1rem;
  margin-bottom: calc(1.575rem + 3.9vw);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/default_bg.jpg");
}
@media (min-width: 1200px) {
  .article__header {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 575px) {
  .article__header {
    height: 200px;
  }
}
.article__header__title {
  display: inline-block;
  color: #746b30;
  line-height: 1;
  text-align: center;
  padding: 1.5rem 6rem;
  margin: 0 auto;
  border: 1px solid #746b30;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .article__header__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .article__header__title {
    font-size: calc(1.3rem + 0.6vw);
    padding: 1.2rem 2rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .article__header__title {
    font-size: 1.75rem;
  }
}
.article__header__title small {
  font-size: calc(1.2875rem + 0.45vw);
  padding-left: calc(1.325rem + 0.9vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .article__header__title small {
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .article__header__title small {
    padding-left: 2rem;
  }
}
.article__header__subtitle {
  display: inline-block;
  padding-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.article__header--tall {
  height: 600px;
}
@media (max-width: 767px) {
  .article__header--tall {
    height: 250px;
  }
}
.article__header--tall .article__header__title {
  background-color: rgba(255, 255, 255, 0.9);
}
.article li {
  list-style: none;
  padding-left: 13px;
  margin-bottom: 0.5rem;
  background-image: url("../images/icon_li_circle_808080.svg");
  background-repeat: no-repeat;
  background-position: 0 12px;
  background-size: 4px;
}
@media (max-width: 767px) {
  .article li {
    background-position: 0 12px;
  }
}
.article ul.un-styled li {
  padding-left: 0 !important;
  background-image: none !important;
}
body.front_page .footer,
body.urn .footer {
  margin-top: 0 !important;
}

.footer {
  margin-top: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .footer {
    margin-top: 4.5rem;
  }
}
.footer__logo {
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .footer__logo {
    margin-bottom: 1.5rem;
  }
}
.footer__content {
  background-color: #f8f8f8;
  padding: calc(1.325rem + 0.9vw) 1rem;
}
@media (min-width: 1200px) {
  .footer__content {
    padding: 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .footer__content {
    padding: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .footer__content {
    padding: 2rem;
  }
}
.footer__content__inner {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 991px) {
  .footer__content__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .footer__content__left {
    order: 2;
    margin-bottom: 0.5rem;
  }
}
.footer__content__left__inner {
  width: fit-content;
}
@media (max-width: 991px) {
  .footer__content__left__inner {
    margin: 0 auto;
  }
}
.footer__content__left__logo {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .footer__content__left__logo {
    text-align: center;
    margin-bottom: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .footer__content__left__logo {
    margin-bottom: 1.5rem;
  }
}
.footer__content__left__logo img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
@media (max-width: 991px) {
  .footer__content__left__logo img {
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .footer__content__left__logo img {
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .footer__content__left__logo img {
    max-width: 280px;
  }
}
.footer__content__left__txt {
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .footer__content__left__txt {
    margin: 0;
  }
}
.footer__content__left__txt p {
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer__content__left__txt p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer__content__right {
    order: 1;
    margin-bottom: 1rem;
  }
}
.footer__content__right p {
  font-size: 12px;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .footer__content__right p {
    margin-bottom: calc(1.275rem + 0.3vw);
    font-size: 14px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .footer__content__right p {
    margin-bottom: 1.5rem;
  }
}
.footer__content__right p > span {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .footer__content__right p > span {
    margin-bottom: 4px;
  }
}
.footer__copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 1rem 2rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .footer__copyright {
    font-size: 14px;
  }
}

body.front_page .mv {
  position: relative;
  height: calc(100vh - var(--header-height));
  max-height: 840px;
  color: #ffffff;
  background-image: url("../images/top_mv.jpg");
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 991px) {
  body.front_page .mv {
    height: auto;
    max-height: unset;
    aspect-ratio: 960/595;
  }
}
@media (max-width: 575px) {
  body.front_page .mv {
    height: 100vw;
    aspect-ratio: 1/1;
  }
}
body.front_page .mv__inner {
  display: flex;
  justify-content: flex-end;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  body.front_page .mv__inner {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  body.front_page .mv__inner {
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
}
body.front_page .mv__txt {
  display: block;
  width: fit-content;
  height: fit-content;
  padding-left: calc(1.325rem + 0.9vw);
  padding-top: calc(1.445rem + 2.34vw);
  padding-right: 24.2%;
}
@media (min-width: 1200px) {
  body.front_page .mv__txt {
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  body.front_page .mv__txt {
    padding-top: 3.2rem;
  }
}
@media (max-width: 1300px) {
  body.front_page .mv__txt {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body.front_page .mv__txt {
    padding: 4.5rem 6vw;
    background-color: rgba(76, 91, 67, 0.53);
  }
}
@media (max-width: 575px) {
  body.front_page .mv__txt {
    padding: 6vw 9vw;
  }
}
body.front_page .mv h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em;
  margin-bottom: calc(1.275rem + 0.3vw);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transform: translateZ(0);
}
@media (min-width: 1200px) {
  body.front_page .mv h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  body.front_page .mv h1 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  body.front_page .mv h1 {
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 575px) {
  body.front_page .mv h1 {
    letter-spacing: 0.1em;
    font-size: calc(1.4rem + 1.8vw);
  }
}
@media (max-width: 575px) and (min-width: 1200px) {
  body.front_page .mv h1 {
    font-size: 2.75rem;
  }
}
body.front_page .mv p {
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 0;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  body.front_page .mv p {
    font-weight: 600;
  }
}
@media (max-width: 575px) {
  body.front_page .mv p {
    font-weight: 600;
    text-align: justify;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  }
}

@media (max-width: 991px) {
  body.front_page .sec {
    margin-bottom: calc(1.425rem + 2.1vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  body.front_page .sec {
    margin-bottom: 3rem;
  }
}
body.front_page .sec__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  body.front_page .sec__inner {
    grid-template-columns: 1fr;
    padding-bottom: calc(1.425rem + 2.1vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  body.front_page .sec__inner {
    padding-bottom: 3rem;
  }
}
body.front_page .sec:nth-child(odd) .sec__txt {
  background-color: #fafafa;
}
body.front_page .sec:nth-child(odd) .sec__img {
  background-color: #fafafa;
  order: 2;
}
@media (max-width: 991px) {
  body.front_page .sec:nth-child(odd) .sec__img {
    order: 1;
  }
}
body.front_page .sec:nth-child(odd) .sec__img::before {
  left: unset;
  right: 0;
}
body.front_page .sec:nth-child(odd) .sec__txt {
  order: 1;
}
body.front_page .sec:nth-child(odd) .sec__txt .sec__title__sub span {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  body.front_page .sec:nth-child(odd) .sec__txt {
    order: 2;
  }
}
body.front_page .sec__img {
  position: relative;
  padding: 150px 0;
}
@media (max-width: 1399px) {
  body.front_page .sec__img {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  body.front_page .sec__img {
    min-height: unset;
    padding: 0;
  }
}
body.front_page .sec__img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
body.front_page .sec__img::before {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  background-color: #e1dde2;
}
@media (max-width: 991px) {
  body.front_page .sec__img::before {
    display: none;
  }
}
body.front_page .sec__txt {
  display: flex;
  align-items: center;
  padding: calc(1.425rem + 2.1vw) calc(2.325rem + 12.9vw);
}
@media (min-width: 1200px) {
  body.front_page .sec__txt {
    padding: 3rem 12rem;
  }
}
@media (max-width: 1700px) {
  body.front_page .sec__txt {
    padding: calc(1.425rem + 2.1vw) calc(1.725rem + 5.7vw);
  }
}
@media (max-width: 1700px) and (min-width: 1200px) {
  body.front_page .sec__txt {
    padding: 3rem 6rem;
  }
}
body.front_page .sec__txt > div {
  width: 100%;
}
@media (max-width: 1199px) {
  body.front_page .sec__txt {
    padding: calc(1.425rem + 2.1vw) calc(1.425rem + 2.1vw);
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  body.front_page .sec__txt {
    padding: 3rem 3rem;
  }
}
@media (max-width: 991px) {
  body.front_page .sec__txt {
    order: 1;
    padding: calc(1.425rem + 2.1vw) calc(1.575rem + 3.9vw);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  body.front_page .sec__txt {
    padding: 3rem 4.5rem;
  }
}
body.front_page .sec__txt p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
body.front_page .sec__title {
  letter-spacing: 0;
  margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  body.front_page .sec__title {
    margin-bottom: 3rem;
  }
}
body.front_page .sec__title__main {
  display: block;
  font-weight: 500;
  font-size: calc(1.33125rem + 0.975vw);
  line-height: 1.2;
  margin-bottom: calc(1.275rem + 0.3vw);
  text-align: left;
}
@media (min-width: 1200px) {
  body.front_page .sec__title__main {
    font-size: 2.0625rem;
  }
}
@media (min-width: 1200px) {
  body.front_page .sec__title__main {
    margin-bottom: 1.5rem;
  }
}
body.front_page .sec__title__sub {
  display: block;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #e1dde2;
}
@media (min-width: 1200px) {
  body.front_page .sec__title__sub {
    font-size: 1.5rem;
  }
}
body.front_page .sec__title__sub span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  body.front_page .sec__title__sub span {
    padding: 0 3rem;
  }
}
body.front_page .sec__description {
  margin-bottom: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  body.front_page .sec__description {
    margin-bottom: 1.5rem;
  }
}
body.front_page .sec__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
body.front_page .sec__btn a {
  display: inline-block;
  min-width: 300px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.0125em;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  margin: 0;
  border: 1px solid #024099;
  background-color: #024099;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
body.front_page .sec__btn a:hover {
  color: #024099;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  body.front_page .sec__btn a {
    display: block;
    width: 100%;
  }
}

body.page.funeral_service .article__header {
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  body.page.funeral_service .article__header {
    margin-bottom: 0;
  }
}

.secUrn {
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: 5px;
  background-color: #f5f5f5;
}
@media (max-width: 575px) {
  .secUrn {
    margin-bottom: 45px;
  }
}
.secUrn__inner {
  display: grid;
  padding: 40px;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media (max-width: 991px) {
  .secUrn__inner {
    padding: 30px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .secUrn__inner {
    padding: 20px 20px 10px;
    gap: 30px;
  }
}
.secUrn__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  background-color: #555a5e;
}
.secUrn__title.has-ruby {
  padding-bottom: 2px;
}
@media (max-width: 575px) {
  .secUrn__title.has-ruby {
    padding-bottom: 3px;
  }
}
@media (max-width: 575px) {
  .secUrn__title {
    font-size: 20px;
  }
}
.secUrn__item {
  position: relative;
  width: auto;
  height: fit-content;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
.secUrn__item:last-child {
  margin-bottom: 0;
}
.secUrn__item__group {
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 575px) {
  .secUrn__item__group {
    display: block;
    margin-bottom: 30px;
  }
}
.secUrn__item__group:not(:first-child) .secUrn__item__title {
  display: none;
}
@media (max-width: 575px) {
  .secUrn__item__group:not(:first-child) .secUrn__item__title {
    display: flex;
  }
}
.secUrn__item__group:last-child {
  margin-bottom: 0;
}
.secUrn__item--bone {
  background-color: #e0dfe9;
}
.secUrn__item--bone::before {
  position: absolute;
  display: none;
  width: 28px;
  height: 28px;
  bottom: -45px;
  left: 50%;
  content: "";
  background-image: url("../images/urn_icon_plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .secUrn__item--bone {
    margin-bottom: 60px;
  }
  .secUrn__item--bone::before {
    display: block;
  }
}
.secUrn__item--bone .secUrn__item__title {
  background-color: #816f8b;
}
.secUrn__item--bone .secUrn__item__photo:first-child .secUrn__item__photo__img {
  position: relative;
}
.secUrn__item--bone .secUrn__item__photo:first-child .secUrn__item__photo__img::before {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  top: 50%;
  right: -54px;
  content: "";
  background-image: url("../images/urn_icon_plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .secUrn__item--bone .secUrn__item__photo:first-child .secUrn__item__photo__img::before {
    display: none;
  }
}
.secUrn__item--cover {
  background-color: #dbd7d4;
}
@media (max-width: 575px) {
  .secUrn__item--cover {
    margin-bottom: 30px;
  }
}
.secUrn__item--cover .secUrn__item__title {
  background-color: #95877f;
}
.secUrn__item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
  border-radius: 10px 10px 0 0;
}
.secUrn__item__photo {
  margin-bottom: 20px;
  border-radius: 10px;
}
.secUrn__item__photo:last-child {
  margin-bottom: 0;
}
.secUrn__item__photo__wrapper {
  padding: 20px;
}
.secUrn__item__photo__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 360/223;
  border-radius: 10px 10px 0 0;
  background-color: #cccccc;
  object-fit: cover;
}
.secUrn__item__photo__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/223;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.secUrn__item__photo__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #ffffff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif !important;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 2px;
  border-radius: 0 0 10px 10px;
  background-color: #767f76;
}
@media (max-width: 767px) {
  .secUrn__item__photo__title {
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .secUrn__item__photo__title {
    letter-spacing: 0.05em;
  }
}
.secUrn__txt {
  width: 100%;
  height: fit-content;
}
.secUrn__txt__christ {
  display: grid;
  margin-bottom: 15px;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}
.secUrn__txt__christ .secUrn__item__photo__title {
  height: 25px;
  font-size: 13px;
}
.secUrn__txt__christ .secUrn__item__photo__description {
  display: flex;
  align-items: center;
}
.secUrn__txt__christ .secUrn__item__photo__description p {
  color: #808080;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.secUrn__txt__caption {
  display: block;
  margin-bottom: 5px;
}
.secUrn__txt__price .table-2 {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 575px) {
  .secUrn__txt__price .table-2 {
    margin-bottom: 25px;
  }
}
.secUrn__txt__price .table-2 thead tr th:nth-child(1) {
  width: 100px;
}
@media (max-width: 1199px) {
  .secUrn__txt__price .table-2 thead tr th:nth-child(1) {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .secUrn__txt__price .table-2 thead tr th:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .secUrn__txt__price .table-2 thead tr th:nth-child(1) {
    width: 100px;
  }
}
.secUrn__txt__price .table-2 thead tr th:nth-child(2) {
  width: auto;
}
.secUrn__txt__list:empty {
  display: none;
}
.secUrn__txt__list ul {
  margin-bottom: 0;
}
.secUrn__txt__list ul li {
  color: #808080;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  background-position: 0 11px;
}
.secUrn__txt__list ul li:last-child {
  margin-bottom: 0;
}

.coverChrist {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 360px;
  height: auto;
  aspect-ratio: 360/224;
  top: 50%;
  left: 50%;
  border: 1px solid red;
  transform: translate(-50%, -50%);
}
.coverChrist img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/224;
}

body.page.aboutuse .article__header {
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  body.page.aboutuse .article__header {
    margin-bottom: 0;
  }
}

.max-400 {
  max-width: 400px !important;
}

.max-none {
  width: 100% !important;
  max-width: unset !important;
}

@media (max-width: 575px) {
  .max-sm-down-none {
    width: 100% !important;
    max-width: unset !important;
  }
}

@media (max-width: 575px) {
  .max-sp-down-none {
    width: 100% !important;
    max-width: unset !important;
  }
}

@media (max-width: 767px) {
  .max-md-down-none {
    width: 100% !important;
    max-width: unset !important;
  }
}

@media (max-width: 834px) {
  .max-tab-down-none {
    width: 100% !important;
    max-width: unset !important;
  }
}

@media (max-width: 991px) {
  .max-lg-down-none {
    width: 100% !important;
    max-width: unset !important;
  }
}

@media (max-width: 1199px) {
  .max-xl-down-none {
    width: 100% !important;
    max-width: unset !important;
  }
}

@media (max-width: 1399px) {
  .max-xxl-down-none {
    width: 100% !important;
    max-width: unset !important;
  }
}

.max-790 {
  max-width: 790px;
}

.max-960 {
  max-width: 960px;
}

.max-1000 {
  max-width: 1000px;
}

.max-1080 {
  max-width: 1080px;
}

.max-1180 {
  max-width: 1180px;
}

.max-1200 {
  max-width: 1200px;
}

.max-1220 {
  max-width: 1220px;
}

.max-1240 {
  max-width: 1240px;
}

.max-1245 {
  max-width: 1245px;
}

.max-1260 {
  max-width: 1260px;
}

.max-1280 {
  max-width: 1280px;
}

.max-1400 {
  max-width: 1400px;
}

.max-1440 {
  max-width: 1440px;
}

.max-1600 {
  max-width: 1600px;
}

.max-1920 {
  max-width: 1920px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.gothic {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif !important;
}

.mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "MS 明朝", serif !important;
}

.h2-gothic h2 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}

.h2-mincho h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "MS 明朝", serif;
}

.h3-gothic h3 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}

.h3-mincho h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "MS 明朝", serif;
}

.h4-gothic h4 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}

.h4-mincho h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "MS 明朝", serif;
}

.h5-gothic h5 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}

.h5-mincho h5 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "MS 明朝", serif;
}

.h6-gothic h6 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
}

.h6-mincho h6 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "MS 明朝", serif;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-0\.025 {
  letter-spacing: 0.025em !important;
}

.ls-0\.05 {
  letter-spacing: 0.05em !important;
}

.ls-0\.1 {
  letter-spacing: 0.1em !important;
}

.ls-0\.15 {
  letter-spacing: 0.15em !important;
}

.ls-0\.2 {
  letter-spacing: 0.2em !important;
}

.ls-0\.25 {
  letter-spacing: 0.25em !important;
}

.ls-0\.3 {
  letter-spacing: 0.3em !important;
}

.ls-0\.4 {
  letter-spacing: 0.4em !important;
}

.ls-0\.5 {
  letter-spacing: 0.5em !important;
}

@media (max-width: 1199px) {
  .bg-style-xl-none {
    background: none !important;
  }
}
@media (max-width: 991px) {
  .bg-style-lg-none {
    background: none !important;
  }
}
@media (max-width: 767px) {
  .bg-style-md-none {
    background: none !important;
  }
}
@media (max-width: 575px) {
  .bg-style-sm-none {
    background: none !important;
  }
}
.bg-style-left-1 {
  background: linear-gradient(90deg, #e1dde2 8.3%, #ffffff 8.3%);
}
.bg-style-left-2 {
  background: linear-gradient(90deg, #e1dde2 16.6%, #ffffff 16.6%);
}
.bg-style-left-3 {
  background: linear-gradient(90deg, #e1dde2 25%, #ffffff 25%);
}
.bg-style-left-4 {
  background: linear-gradient(90deg, #e1dde2 33.3%, #ffffff 33.3%);
}
.bg-style-left-5 {
  background: linear-gradient(90deg, #e1dde2 41.6%, #ffffff 41.6%);
}
.bg-style-left-6 {
  background: linear-gradient(90deg, #e1dde2 50%, #ffffff 50%);
}
.bg-style-left-7 {
  background: linear-gradient(90deg, #e1dde2 58.3%, #ffffff 58.3%);
}
.bg-style-left-8 {
  background: linear-gradient(90deg, #e1dde2 66.6%, #ffffff 66.6%);
}
.bg-style-left-9 {
  background: linear-gradient(90deg, #e1dde2 75%, #ffffff 75%);
}
.bg-style-left-10 {
  background: linear-gradient(90deg, #e1dde2 83.3%, #ffffff 83.3%);
}
.bg-style-left-11 {
  background: linear-gradient(90deg, #e1dde2 91.6%, #ffffff 91.6%);
}
.bg-style-left-12 {
  background: linear-gradient(90deg, #e1dde2 100%, #ffffff 100%);
}
.bg-style-right-1 {
  background: linear-gradient(90deg, #ffffff 91.7%, #e1dde2 91.7%);
}
.bg-style-right-2 {
  background: linear-gradient(90deg, #ffffff 83.4%, #e1dde2 83.4%);
}
.bg-style-right-3 {
  background: linear-gradient(90deg, #ffffff 75%, #e1dde2 75%);
}
.bg-style-right-4 {
  background: linear-gradient(90deg, #ffffff 66.7%, #e1dde2 66.7%);
}
.bg-style-right-5 {
  background: linear-gradient(90deg, #ffffff 58.4%, #e1dde2 58.4%);
}
.bg-style-right-6 {
  background: linear-gradient(90deg, #ffffff 50%, #e1dde2 50%);
}
.bg-style-right-7 {
  background: linear-gradient(90deg, #ffffff 41.7%, #e1dde2 41.7%);
}
.bg-style-right-8 {
  background: linear-gradient(90deg, #ffffff 33.4%, #e1dde2 33.4%);
}
.bg-style-right-9 {
  background: linear-gradient(90deg, #ffffff 25%, #e1dde2 25%);
}
.bg-style-right-10 {
  background: linear-gradient(90deg, #ffffff 16.7%, #e1dde2 16.7%);
}
.bg-style-right-11 {
  background: linear-gradient(90deg, #ffffff 8.4%, #e1dde2 8.4%);
}
.bg-style-right-12 {
  background: linear-gradient(90deg, #ffffff 0%, #e1dde2 0%);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
}

.p-bold p {
  font-weight: bold !important;
}

.h2-bold h2 {
  font-weight: bold !important;
}

.h3-bold h3 {
  font-weight: bold !important;
}

.h4-bold h4 {
  font-weight: bold !important;
}

.h5-bold h5 {
  font-weight: bold !important;
}

.h6-bold h6 {
  font-weight: bold !important;
}

.li-bold li {
  font-weight: bold !important;
}

.dt-bold dt {
  font-weight: bold !important;
}

.dd-bold dd {
  font-weight: bold !important;
}

.p-ls-0 p {
  letter-spacing: 0em !important;
}

.p-ls-0\.005 p {
  letter-spacing: 0.005em !important;
}

.p-ls-0\.01 p {
  letter-spacing: 0.01em !important;
}

.p-ls-0\.015 p {
  letter-spacing: 0.015em !important;
}

.p-ls-0\.02 p {
  letter-spacing: 0.02em !important;
}

.p-ls-0\.025 p {
  letter-spacing: 0.025em !important;
}

.p-ls-0\.03 p {
  letter-spacing: 0.03em !important;
}

.p-ls-0\.035 p {
  letter-spacing: 0.035em !important;
}

.p-ls-0\.04 p {
  letter-spacing: 0.04em !important;
}

.p-ls-0\.045 p {
  letter-spacing: 0.045em !important;
}

.p-ls-0\.05 p {
  letter-spacing: 0.05em !important;
}

.p-ls-0\.06 p {
  letter-spacing: 0.06em !important;
}

.p-ls-0\.07 p {
  letter-spacing: 0.07em !important;
}

.p-ls-0\.08 p {
  letter-spacing: 0.08em !important;
}

.p-ls-0\.09 p {
  letter-spacing: 0.09em !important;
}

.p-ls-0\.1 p {
  letter-spacing: 0.1em !important;
}

.p-ls-0\.15 p {
  letter-spacing: 0.15em !important;
}

.p-ls-0\.2 p {
  letter-spacing: 0.2em !important;
}

.p-ls-0\.25 p {
  letter-spacing: 0.25em !important;
}

.p-ls-0\.3 p {
  letter-spacing: 0.3em !important;
}

.p-ls-0\.35 p {
  letter-spacing: 0.35em !important;
}

.p-ls-0\.4 p {
  letter-spacing: 0.4em !important;
}

.p-ls-0\.45 p {
  letter-spacing: 0.45em !important;
}

.p-ls-0\.5 p {
  letter-spacing: 0.5em !important;
}

.h2-ls-0 h2 {
  letter-spacing: 0em !important;
}

.h2-ls-0\.005 h2 {
  letter-spacing: 0.005em !important;
}

.h2-ls-0\.01 h2 {
  letter-spacing: 0.01em !important;
}

.h2-ls-0\.015 h2 {
  letter-spacing: 0.015em !important;
}

.h2-ls-0\.02 h2 {
  letter-spacing: 0.02em !important;
}

.h2-ls-0\.025 h2 {
  letter-spacing: 0.025em !important;
}

.h2-ls-0\.03 h2 {
  letter-spacing: 0.03em !important;
}

.h2-ls-0\.035 h2 {
  letter-spacing: 0.035em !important;
}

.h2-ls-0\.04 h2 {
  letter-spacing: 0.04em !important;
}

.h2-ls-0\.045 h2 {
  letter-spacing: 0.045em !important;
}

.h2-ls-0\.05 h2 {
  letter-spacing: 0.05em !important;
}

.h2-ls-0\.06 h2 {
  letter-spacing: 0.06em !important;
}

.h2-ls-0\.07 h2 {
  letter-spacing: 0.07em !important;
}

.h2-ls-0\.08 h2 {
  letter-spacing: 0.08em !important;
}

.h2-ls-0\.09 h2 {
  letter-spacing: 0.09em !important;
}

.h2-ls-0\.1 h2 {
  letter-spacing: 0.1em !important;
}

.h2-ls-0\.15 h2 {
  letter-spacing: 0.15em !important;
}

.h2-ls-0\.2 h2 {
  letter-spacing: 0.2em !important;
}

.h2-ls-0\.25 h2 {
  letter-spacing: 0.25em !important;
}

.h2-ls-0\.3 h2 {
  letter-spacing: 0.3em !important;
}

.h2-ls-0\.35 h2 {
  letter-spacing: 0.35em !important;
}

.h2-ls-0\.4 h2 {
  letter-spacing: 0.4em !important;
}

.h2-ls-0\.45 h2 {
  letter-spacing: 0.45em !important;
}

.h2-ls-0\.5 h2 {
  letter-spacing: 0.5em !important;
}

.h3-ls-0 h3 {
  letter-spacing: 0em !important;
}

.h3-ls-0\.005 h3 {
  letter-spacing: 0.005em !important;
}

.h3-ls-0\.01 h3 {
  letter-spacing: 0.01em !important;
}

.h3-ls-0\.015 h3 {
  letter-spacing: 0.015em !important;
}

.h3-ls-0\.02 h3 {
  letter-spacing: 0.02em !important;
}

.h3-ls-0\.025 h3 {
  letter-spacing: 0.025em !important;
}

.h3-ls-0\.03 h3 {
  letter-spacing: 0.03em !important;
}

.h3-ls-0\.035 h3 {
  letter-spacing: 0.035em !important;
}

.h3-ls-0\.04 h3 {
  letter-spacing: 0.04em !important;
}

.h3-ls-0\.045 h3 {
  letter-spacing: 0.045em !important;
}

.h3-ls-0\.05 h3 {
  letter-spacing: 0.05em !important;
}

.h3-ls-0\.06 h3 {
  letter-spacing: 0.06em !important;
}

.h3-ls-0\.07 h3 {
  letter-spacing: 0.07em !important;
}

.h3-ls-0\.08 h3 {
  letter-spacing: 0.08em !important;
}

.h3-ls-0\.09 h3 {
  letter-spacing: 0.09em !important;
}

.h3-ls-0\.1 h3 {
  letter-spacing: 0.1em !important;
}

.h3-ls-0\.15 h3 {
  letter-spacing: 0.15em !important;
}

.h3-ls-0\.2 h3 {
  letter-spacing: 0.2em !important;
}

.h3-ls-0\.25 h3 {
  letter-spacing: 0.25em !important;
}

.h3-ls-0\.3 h3 {
  letter-spacing: 0.3em !important;
}

.h3-ls-0\.35 h3 {
  letter-spacing: 0.35em !important;
}

.h3-ls-0\.4 h3 {
  letter-spacing: 0.4em !important;
}

.h3-ls-0\.45 h3 {
  letter-spacing: 0.45em !important;
}

.h3-ls-0\.5 h3 {
  letter-spacing: 0.5em !important;
}

.h4-ls-0 h4 {
  letter-spacing: 0em !important;
}

.h4-ls-0\.005 h4 {
  letter-spacing: 0.005em !important;
}

.h4-ls-0\.01 h4 {
  letter-spacing: 0.01em !important;
}

.h4-ls-0\.015 h4 {
  letter-spacing: 0.015em !important;
}

.h4-ls-0\.02 h4 {
  letter-spacing: 0.02em !important;
}

.h4-ls-0\.025 h4 {
  letter-spacing: 0.025em !important;
}

.h4-ls-0\.03 h4 {
  letter-spacing: 0.03em !important;
}

.h4-ls-0\.035 h4 {
  letter-spacing: 0.035em !important;
}

.h4-ls-0\.04 h4 {
  letter-spacing: 0.04em !important;
}

.h4-ls-0\.045 h4 {
  letter-spacing: 0.045em !important;
}

.h4-ls-0\.05 h4 {
  letter-spacing: 0.05em !important;
}

.h4-ls-0\.06 h4 {
  letter-spacing: 0.06em !important;
}

.h4-ls-0\.07 h4 {
  letter-spacing: 0.07em !important;
}

.h4-ls-0\.08 h4 {
  letter-spacing: 0.08em !important;
}

.h4-ls-0\.09 h4 {
  letter-spacing: 0.09em !important;
}

.h4-ls-0\.1 h4 {
  letter-spacing: 0.1em !important;
}

.h4-ls-0\.15 h4 {
  letter-spacing: 0.15em !important;
}

.h4-ls-0\.2 h4 {
  letter-spacing: 0.2em !important;
}

.h4-ls-0\.25 h4 {
  letter-spacing: 0.25em !important;
}

.h4-ls-0\.3 h4 {
  letter-spacing: 0.3em !important;
}

.h4-ls-0\.35 h4 {
  letter-spacing: 0.35em !important;
}

.h4-ls-0\.4 h4 {
  letter-spacing: 0.4em !important;
}

.h4-ls-0\.45 h4 {
  letter-spacing: 0.45em !important;
}

.h4-ls-0\.5 h4 {
  letter-spacing: 0.5em !important;
}

.h5-ls-0 h5 {
  letter-spacing: 0em !important;
}

.h5-ls-0\.005 h5 {
  letter-spacing: 0.005em !important;
}

.h5-ls-0\.01 h5 {
  letter-spacing: 0.01em !important;
}

.h5-ls-0\.015 h5 {
  letter-spacing: 0.015em !important;
}

.h5-ls-0\.02 h5 {
  letter-spacing: 0.02em !important;
}

.h5-ls-0\.025 h5 {
  letter-spacing: 0.025em !important;
}

.h5-ls-0\.03 h5 {
  letter-spacing: 0.03em !important;
}

.h5-ls-0\.035 h5 {
  letter-spacing: 0.035em !important;
}

.h5-ls-0\.04 h5 {
  letter-spacing: 0.04em !important;
}

.h5-ls-0\.045 h5 {
  letter-spacing: 0.045em !important;
}

.h5-ls-0\.05 h5 {
  letter-spacing: 0.05em !important;
}

.h5-ls-0\.06 h5 {
  letter-spacing: 0.06em !important;
}

.h5-ls-0\.07 h5 {
  letter-spacing: 0.07em !important;
}

.h5-ls-0\.08 h5 {
  letter-spacing: 0.08em !important;
}

.h5-ls-0\.09 h5 {
  letter-spacing: 0.09em !important;
}

.h5-ls-0\.1 h5 {
  letter-spacing: 0.1em !important;
}

.h5-ls-0\.15 h5 {
  letter-spacing: 0.15em !important;
}

.h5-ls-0\.2 h5 {
  letter-spacing: 0.2em !important;
}

.h5-ls-0\.25 h5 {
  letter-spacing: 0.25em !important;
}

.h5-ls-0\.3 h5 {
  letter-spacing: 0.3em !important;
}

.h5-ls-0\.35 h5 {
  letter-spacing: 0.35em !important;
}

.h5-ls-0\.4 h5 {
  letter-spacing: 0.4em !important;
}

.h5-ls-0\.45 h5 {
  letter-spacing: 0.45em !important;
}

.h5-ls-0\.5 h5 {
  letter-spacing: 0.5em !important;
}

.h6-ls-0 h6 {
  letter-spacing: 0em !important;
}

.h6-ls-0\.005 h6 {
  letter-spacing: 0.005em !important;
}

.h6-ls-0\.01 h6 {
  letter-spacing: 0.01em !important;
}

.h6-ls-0\.015 h6 {
  letter-spacing: 0.015em !important;
}

.h6-ls-0\.02 h6 {
  letter-spacing: 0.02em !important;
}

.h6-ls-0\.025 h6 {
  letter-spacing: 0.025em !important;
}

.h6-ls-0\.03 h6 {
  letter-spacing: 0.03em !important;
}

.h6-ls-0\.035 h6 {
  letter-spacing: 0.035em !important;
}

.h6-ls-0\.04 h6 {
  letter-spacing: 0.04em !important;
}

.h6-ls-0\.045 h6 {
  letter-spacing: 0.045em !important;
}

.h6-ls-0\.05 h6 {
  letter-spacing: 0.05em !important;
}

.h6-ls-0\.06 h6 {
  letter-spacing: 0.06em !important;
}

.h6-ls-0\.07 h6 {
  letter-spacing: 0.07em !important;
}

.h6-ls-0\.08 h6 {
  letter-spacing: 0.08em !important;
}

.h6-ls-0\.09 h6 {
  letter-spacing: 0.09em !important;
}

.h6-ls-0\.1 h6 {
  letter-spacing: 0.1em !important;
}

.h6-ls-0\.15 h6 {
  letter-spacing: 0.15em !important;
}

.h6-ls-0\.2 h6 {
  letter-spacing: 0.2em !important;
}

.h6-ls-0\.25 h6 {
  letter-spacing: 0.25em !important;
}

.h6-ls-0\.3 h6 {
  letter-spacing: 0.3em !important;
}

.h6-ls-0\.35 h6 {
  letter-spacing: 0.35em !important;
}

.h6-ls-0\.4 h6 {
  letter-spacing: 0.4em !important;
}

.h6-ls-0\.45 h6 {
  letter-spacing: 0.45em !important;
}

.h6-ls-0\.5 h6 {
  letter-spacing: 0.5em !important;
}

.ul-ls-0 ul {
  letter-spacing: 0em !important;
}

.ul-ls-0\.005 ul {
  letter-spacing: 0.005em !important;
}

.ul-ls-0\.01 ul {
  letter-spacing: 0.01em !important;
}

.ul-ls-0\.015 ul {
  letter-spacing: 0.015em !important;
}

.ul-ls-0\.02 ul {
  letter-spacing: 0.02em !important;
}

.ul-ls-0\.025 ul {
  letter-spacing: 0.025em !important;
}

.ul-ls-0\.03 ul {
  letter-spacing: 0.03em !important;
}

.ul-ls-0\.035 ul {
  letter-spacing: 0.035em !important;
}

.ul-ls-0\.04 ul {
  letter-spacing: 0.04em !important;
}

.ul-ls-0\.045 ul {
  letter-spacing: 0.045em !important;
}

.ul-ls-0\.05 ul {
  letter-spacing: 0.05em !important;
}

.ul-ls-0\.06 ul {
  letter-spacing: 0.06em !important;
}

.ul-ls-0\.07 ul {
  letter-spacing: 0.07em !important;
}

.ul-ls-0\.08 ul {
  letter-spacing: 0.08em !important;
}

.ul-ls-0\.09 ul {
  letter-spacing: 0.09em !important;
}

.ul-ls-0\.1 ul {
  letter-spacing: 0.1em !important;
}

.ul-ls-0\.15 ul {
  letter-spacing: 0.15em !important;
}

.ul-ls-0\.2 ul {
  letter-spacing: 0.2em !important;
}

.ul-ls-0\.25 ul {
  letter-spacing: 0.25em !important;
}

.ul-ls-0\.3 ul {
  letter-spacing: 0.3em !important;
}

.ul-ls-0\.35 ul {
  letter-spacing: 0.35em !important;
}

.ul-ls-0\.4 ul {
  letter-spacing: 0.4em !important;
}

.ul-ls-0\.45 ul {
  letter-spacing: 0.45em !important;
}

.ul-ls-0\.5 ul {
  letter-spacing: 0.5em !important;
}

.dl-ls-0 dl {
  letter-spacing: 0em !important;
}

.dl-ls-0\.005 dl {
  letter-spacing: 0.005em !important;
}

.dl-ls-0\.01 dl {
  letter-spacing: 0.01em !important;
}

.dl-ls-0\.015 dl {
  letter-spacing: 0.015em !important;
}

.dl-ls-0\.02 dl {
  letter-spacing: 0.02em !important;
}

.dl-ls-0\.025 dl {
  letter-spacing: 0.025em !important;
}

.dl-ls-0\.03 dl {
  letter-spacing: 0.03em !important;
}

.dl-ls-0\.035 dl {
  letter-spacing: 0.035em !important;
}

.dl-ls-0\.04 dl {
  letter-spacing: 0.04em !important;
}

.dl-ls-0\.045 dl {
  letter-spacing: 0.045em !important;
}

.dl-ls-0\.05 dl {
  letter-spacing: 0.05em !important;
}

.dl-ls-0\.06 dl {
  letter-spacing: 0.06em !important;
}

.dl-ls-0\.07 dl {
  letter-spacing: 0.07em !important;
}

.dl-ls-0\.08 dl {
  letter-spacing: 0.08em !important;
}

.dl-ls-0\.09 dl {
  letter-spacing: 0.09em !important;
}

.dl-ls-0\.1 dl {
  letter-spacing: 0.1em !important;
}

.dl-ls-0\.15 dl {
  letter-spacing: 0.15em !important;
}

.dl-ls-0\.2 dl {
  letter-spacing: 0.2em !important;
}

.dl-ls-0\.25 dl {
  letter-spacing: 0.25em !important;
}

.dl-ls-0\.3 dl {
  letter-spacing: 0.3em !important;
}

.dl-ls-0\.35 dl {
  letter-spacing: 0.35em !important;
}

.dl-ls-0\.4 dl {
  letter-spacing: 0.4em !important;
}

.dl-ls-0\.45 dl {
  letter-spacing: 0.45em !important;
}

.dl-ls-0\.5 dl {
  letter-spacing: 0.5em !important;
}

.ol-ls-0 ol {
  letter-spacing: 0em !important;
}

.ol-ls-0\.005 ol {
  letter-spacing: 0.005em !important;
}

.ol-ls-0\.01 ol {
  letter-spacing: 0.01em !important;
}

.ol-ls-0\.015 ol {
  letter-spacing: 0.015em !important;
}

.ol-ls-0\.02 ol {
  letter-spacing: 0.02em !important;
}

.ol-ls-0\.025 ol {
  letter-spacing: 0.025em !important;
}

.ol-ls-0\.03 ol {
  letter-spacing: 0.03em !important;
}

.ol-ls-0\.035 ol {
  letter-spacing: 0.035em !important;
}

.ol-ls-0\.04 ol {
  letter-spacing: 0.04em !important;
}

.ol-ls-0\.045 ol {
  letter-spacing: 0.045em !important;
}

.ol-ls-0\.05 ol {
  letter-spacing: 0.05em !important;
}

.ol-ls-0\.06 ol {
  letter-spacing: 0.06em !important;
}

.ol-ls-0\.07 ol {
  letter-spacing: 0.07em !important;
}

.ol-ls-0\.08 ol {
  letter-spacing: 0.08em !important;
}

.ol-ls-0\.09 ol {
  letter-spacing: 0.09em !important;
}

.ol-ls-0\.1 ol {
  letter-spacing: 0.1em !important;
}

.ol-ls-0\.15 ol {
  letter-spacing: 0.15em !important;
}

.ol-ls-0\.2 ol {
  letter-spacing: 0.2em !important;
}

.ol-ls-0\.25 ol {
  letter-spacing: 0.25em !important;
}

.ol-ls-0\.3 ol {
  letter-spacing: 0.3em !important;
}

.ol-ls-0\.35 ol {
  letter-spacing: 0.35em !important;
}

.ol-ls-0\.4 ol {
  letter-spacing: 0.4em !important;
}

.ol-ls-0\.45 ol {
  letter-spacing: 0.45em !important;
}

.ol-ls-0\.5 ol {
  letter-spacing: 0.5em !important;
}

.p-mb-0 p {
  margin-bottom: 0rem !important;
}

.p-mb-0\.5 p {
  margin-bottom: 0.5rem !important;
}

.p-mb-1 p {
  margin-bottom: 1rem !important;
}

.p-mb-1\.5 p {
  margin-bottom: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .p-mb-1\.5 p {
    margin-bottom: 1.5rem !important;
  }
}

.p-mb-2 p {
  margin-bottom: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .p-mb-2 p {
    margin-bottom: 2rem !important;
  }
}

.p-mb-2\.5 p {
  margin-bottom: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .p-mb-2\.5 p {
    margin-bottom: 2.5rem !important;
  }
}

.p-mb-3 p {
  margin-bottom: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .p-mb-3 p {
    margin-bottom: 3rem !important;
  }
}

.p-mb-3\.5 p {
  margin-bottom: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .p-mb-3\.5 p {
    margin-bottom: 3.5rem !important;
  }
}

.p-mb-4 p {
  margin-bottom: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .p-mb-4 p {
    margin-bottom: 4rem !important;
  }
}

.p-mb-4\.5 p {
  margin-bottom: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .p-mb-4\.5 p {
    margin-bottom: 4.5rem !important;
  }
}

.p-mb-5 p {
  margin-bottom: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .p-mb-5 p {
    margin-bottom: 5rem !important;
  }
}

.p-mb-5\.5 p {
  margin-bottom: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .p-mb-5\.5 p {
    margin-bottom: 5.5rem !important;
  }
}

.p-mb-6 p {
  margin-bottom: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .p-mb-6 p {
    margin-bottom: 6rem !important;
  }
}

.h2-mb-0 h2 {
  margin-bottom: 0rem !important;
}

.h2-mb-0\.5 h2 {
  margin-bottom: 0.5rem !important;
}

.h2-mb-1 h2 {
  margin-bottom: 1rem !important;
}

.h2-mb-1\.5 h2 {
  margin-bottom: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h2-mb-1\.5 h2 {
    margin-bottom: 1.5rem !important;
  }
}

.h2-mb-2 h2 {
  margin-bottom: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .h2-mb-2 h2 {
    margin-bottom: 2rem !important;
  }
}

.h2-mb-2\.5 h2 {
  margin-bottom: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h2-mb-2\.5 h2 {
    margin-bottom: 2.5rem !important;
  }
}

.h2-mb-3 h2 {
  margin-bottom: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .h2-mb-3 h2 {
    margin-bottom: 3rem !important;
  }
}

.h2-mb-3\.5 h2 {
  margin-bottom: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .h2-mb-3\.5 h2 {
    margin-bottom: 3.5rem !important;
  }
}

.h2-mb-4 h2 {
  margin-bottom: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .h2-mb-4 h2 {
    margin-bottom: 4rem !important;
  }
}

.h2-mb-4\.5 h2 {
  margin-bottom: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .h2-mb-4\.5 h2 {
    margin-bottom: 4.5rem !important;
  }
}

.h2-mb-5 h2 {
  margin-bottom: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .h2-mb-5 h2 {
    margin-bottom: 5rem !important;
  }
}

.h2-mb-5\.5 h2 {
  margin-bottom: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .h2-mb-5\.5 h2 {
    margin-bottom: 5.5rem !important;
  }
}

.h2-mb-6 h2 {
  margin-bottom: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .h2-mb-6 h2 {
    margin-bottom: 6rem !important;
  }
}

.h3-mb-0 h3 {
  margin-bottom: 0rem !important;
}

.h3-mb-0\.5 h3 {
  margin-bottom: 0.5rem !important;
}

.h3-mb-1 h3 {
  margin-bottom: 1rem !important;
}

.h3-mb-1\.5 h3 {
  margin-bottom: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h3-mb-1\.5 h3 {
    margin-bottom: 1.5rem !important;
  }
}

.h3-mb-2 h3 {
  margin-bottom: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .h3-mb-2 h3 {
    margin-bottom: 2rem !important;
  }
}

.h3-mb-2\.5 h3 {
  margin-bottom: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h3-mb-2\.5 h3 {
    margin-bottom: 2.5rem !important;
  }
}

.h3-mb-3 h3 {
  margin-bottom: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .h3-mb-3 h3 {
    margin-bottom: 3rem !important;
  }
}

.h3-mb-3\.5 h3 {
  margin-bottom: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .h3-mb-3\.5 h3 {
    margin-bottom: 3.5rem !important;
  }
}

.h3-mb-4 h3 {
  margin-bottom: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .h3-mb-4 h3 {
    margin-bottom: 4rem !important;
  }
}

.h3-mb-4\.5 h3 {
  margin-bottom: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .h3-mb-4\.5 h3 {
    margin-bottom: 4.5rem !important;
  }
}

.h3-mb-5 h3 {
  margin-bottom: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .h3-mb-5 h3 {
    margin-bottom: 5rem !important;
  }
}

.h3-mb-5\.5 h3 {
  margin-bottom: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .h3-mb-5\.5 h3 {
    margin-bottom: 5.5rem !important;
  }
}

.h3-mb-6 h3 {
  margin-bottom: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .h3-mb-6 h3 {
    margin-bottom: 6rem !important;
  }
}

.h4-mb-0 h4 {
  margin-bottom: 0rem !important;
}

.h4-mb-0\.5 h4 {
  margin-bottom: 0.5rem !important;
}

.h4-mb-1 h4 {
  margin-bottom: 1rem !important;
}

.h4-mb-1\.5 h4 {
  margin-bottom: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h4-mb-1\.5 h4 {
    margin-bottom: 1.5rem !important;
  }
}

.h4-mb-2 h4 {
  margin-bottom: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .h4-mb-2 h4 {
    margin-bottom: 2rem !important;
  }
}

.h4-mb-2\.5 h4 {
  margin-bottom: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h4-mb-2\.5 h4 {
    margin-bottom: 2.5rem !important;
  }
}

.h4-mb-3 h4 {
  margin-bottom: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .h4-mb-3 h4 {
    margin-bottom: 3rem !important;
  }
}

.h4-mb-3\.5 h4 {
  margin-bottom: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .h4-mb-3\.5 h4 {
    margin-bottom: 3.5rem !important;
  }
}

.h4-mb-4 h4 {
  margin-bottom: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .h4-mb-4 h4 {
    margin-bottom: 4rem !important;
  }
}

.h4-mb-4\.5 h4 {
  margin-bottom: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .h4-mb-4\.5 h4 {
    margin-bottom: 4.5rem !important;
  }
}

.h4-mb-5 h4 {
  margin-bottom: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .h4-mb-5 h4 {
    margin-bottom: 5rem !important;
  }
}

.h4-mb-5\.5 h4 {
  margin-bottom: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .h4-mb-5\.5 h4 {
    margin-bottom: 5.5rem !important;
  }
}

.h4-mb-6 h4 {
  margin-bottom: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .h4-mb-6 h4 {
    margin-bottom: 6rem !important;
  }
}

.h5-mb-0 h5 {
  margin-bottom: 0rem !important;
}

.h5-mb-0\.5 h5 {
  margin-bottom: 0.5rem !important;
}

.h5-mb-1 h5 {
  margin-bottom: 1rem !important;
}

.h5-mb-1\.5 h5 {
  margin-bottom: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h5-mb-1\.5 h5 {
    margin-bottom: 1.5rem !important;
  }
}

.h5-mb-2 h5 {
  margin-bottom: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .h5-mb-2 h5 {
    margin-bottom: 2rem !important;
  }
}

.h5-mb-2\.5 h5 {
  margin-bottom: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h5-mb-2\.5 h5 {
    margin-bottom: 2.5rem !important;
  }
}

.h5-mb-3 h5 {
  margin-bottom: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .h5-mb-3 h5 {
    margin-bottom: 3rem !important;
  }
}

.h5-mb-3\.5 h5 {
  margin-bottom: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .h5-mb-3\.5 h5 {
    margin-bottom: 3.5rem !important;
  }
}

.h5-mb-4 h5 {
  margin-bottom: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .h5-mb-4 h5 {
    margin-bottom: 4rem !important;
  }
}

.h5-mb-4\.5 h5 {
  margin-bottom: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .h5-mb-4\.5 h5 {
    margin-bottom: 4.5rem !important;
  }
}

.h5-mb-5 h5 {
  margin-bottom: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .h5-mb-5 h5 {
    margin-bottom: 5rem !important;
  }
}

.h5-mb-5\.5 h5 {
  margin-bottom: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .h5-mb-5\.5 h5 {
    margin-bottom: 5.5rem !important;
  }
}

.h5-mb-6 h5 {
  margin-bottom: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .h5-mb-6 h5 {
    margin-bottom: 6rem !important;
  }
}

.h6-mb-0 h6 {
  margin-bottom: 0rem !important;
}

.h6-mb-0\.5 h6 {
  margin-bottom: 0.5rem !important;
}

.h6-mb-1 h6 {
  margin-bottom: 1rem !important;
}

.h6-mb-1\.5 h6 {
  margin-bottom: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h6-mb-1\.5 h6 {
    margin-bottom: 1.5rem !important;
  }
}

.h6-mb-2 h6 {
  margin-bottom: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .h6-mb-2 h6 {
    margin-bottom: 2rem !important;
  }
}

.h6-mb-2\.5 h6 {
  margin-bottom: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h6-mb-2\.5 h6 {
    margin-bottom: 2.5rem !important;
  }
}

.h6-mb-3 h6 {
  margin-bottom: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .h6-mb-3 h6 {
    margin-bottom: 3rem !important;
  }
}

.h6-mb-3\.5 h6 {
  margin-bottom: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .h6-mb-3\.5 h6 {
    margin-bottom: 3.5rem !important;
  }
}

.h6-mb-4 h6 {
  margin-bottom: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .h6-mb-4 h6 {
    margin-bottom: 4rem !important;
  }
}

.h6-mb-4\.5 h6 {
  margin-bottom: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .h6-mb-4\.5 h6 {
    margin-bottom: 4.5rem !important;
  }
}

.h6-mb-5 h6 {
  margin-bottom: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .h6-mb-5 h6 {
    margin-bottom: 5rem !important;
  }
}

.h6-mb-5\.5 h6 {
  margin-bottom: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .h6-mb-5\.5 h6 {
    margin-bottom: 5.5rem !important;
  }
}

.h6-mb-6 h6 {
  margin-bottom: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .h6-mb-6 h6 {
    margin-bottom: 6rem !important;
  }
}

.ul-mb-0 ul {
  margin-bottom: 0rem !important;
}

.ul-mb-0\.5 ul {
  margin-bottom: 0.5rem !important;
}

.ul-mb-1 ul {
  margin-bottom: 1rem !important;
}

.ul-mb-1\.5 ul {
  margin-bottom: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .ul-mb-1\.5 ul {
    margin-bottom: 1.5rem !important;
  }
}

.ul-mb-2 ul {
  margin-bottom: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .ul-mb-2 ul {
    margin-bottom: 2rem !important;
  }
}

.ul-mb-2\.5 ul {
  margin-bottom: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .ul-mb-2\.5 ul {
    margin-bottom: 2.5rem !important;
  }
}

.ul-mb-3 ul {
  margin-bottom: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .ul-mb-3 ul {
    margin-bottom: 3rem !important;
  }
}

.ul-mb-3\.5 ul {
  margin-bottom: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .ul-mb-3\.5 ul {
    margin-bottom: 3.5rem !important;
  }
}

.ul-mb-4 ul {
  margin-bottom: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .ul-mb-4 ul {
    margin-bottom: 4rem !important;
  }
}

.ul-mb-4\.5 ul {
  margin-bottom: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .ul-mb-4\.5 ul {
    margin-bottom: 4.5rem !important;
  }
}

.ul-mb-5 ul {
  margin-bottom: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .ul-mb-5 ul {
    margin-bottom: 5rem !important;
  }
}

.ul-mb-5\.5 ul {
  margin-bottom: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .ul-mb-5\.5 ul {
    margin-bottom: 5.5rem !important;
  }
}

.ul-mb-6 ul {
  margin-bottom: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .ul-mb-6 ul {
    margin-bottom: 6rem !important;
  }
}

.dl-mb-0 dl {
  margin-bottom: 0rem !important;
}

.dl-mb-0\.5 dl {
  margin-bottom: 0.5rem !important;
}

.dl-mb-1 dl {
  margin-bottom: 1rem !important;
}

.dl-mb-1\.5 dl {
  margin-bottom: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .dl-mb-1\.5 dl {
    margin-bottom: 1.5rem !important;
  }
}

.dl-mb-2 dl {
  margin-bottom: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .dl-mb-2 dl {
    margin-bottom: 2rem !important;
  }
}

.dl-mb-2\.5 dl {
  margin-bottom: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .dl-mb-2\.5 dl {
    margin-bottom: 2.5rem !important;
  }
}

.dl-mb-3 dl {
  margin-bottom: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .dl-mb-3 dl {
    margin-bottom: 3rem !important;
  }
}

.dl-mb-3\.5 dl {
  margin-bottom: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .dl-mb-3\.5 dl {
    margin-bottom: 3.5rem !important;
  }
}

.dl-mb-4 dl {
  margin-bottom: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .dl-mb-4 dl {
    margin-bottom: 4rem !important;
  }
}

.dl-mb-4\.5 dl {
  margin-bottom: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .dl-mb-4\.5 dl {
    margin-bottom: 4.5rem !important;
  }
}

.dl-mb-5 dl {
  margin-bottom: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .dl-mb-5 dl {
    margin-bottom: 5rem !important;
  }
}

.dl-mb-5\.5 dl {
  margin-bottom: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .dl-mb-5\.5 dl {
    margin-bottom: 5.5rem !important;
  }
}

.dl-mb-6 dl {
  margin-bottom: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .dl-mb-6 dl {
    margin-bottom: 6rem !important;
  }
}

.ol-mb-0 ol {
  margin-bottom: 0rem !important;
}

.ol-mb-0\.5 ol {
  margin-bottom: 0.5rem !important;
}

.ol-mb-1 ol {
  margin-bottom: 1rem !important;
}

.ol-mb-1\.5 ol {
  margin-bottom: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .ol-mb-1\.5 ol {
    margin-bottom: 1.5rem !important;
  }
}

.ol-mb-2 ol {
  margin-bottom: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .ol-mb-2 ol {
    margin-bottom: 2rem !important;
  }
}

.ol-mb-2\.5 ol {
  margin-bottom: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .ol-mb-2\.5 ol {
    margin-bottom: 2.5rem !important;
  }
}

.ol-mb-3 ol {
  margin-bottom: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .ol-mb-3 ol {
    margin-bottom: 3rem !important;
  }
}

.ol-mb-3\.5 ol {
  margin-bottom: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .ol-mb-3\.5 ol {
    margin-bottom: 3.5rem !important;
  }
}

.ol-mb-4 ol {
  margin-bottom: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .ol-mb-4 ol {
    margin-bottom: 4rem !important;
  }
}

.ol-mb-4\.5 ol {
  margin-bottom: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .ol-mb-4\.5 ol {
    margin-bottom: 4.5rem !important;
  }
}

.ol-mb-5 ol {
  margin-bottom: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .ol-mb-5 ol {
    margin-bottom: 5rem !important;
  }
}

.ol-mb-5\.5 ol {
  margin-bottom: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .ol-mb-5\.5 ol {
    margin-bottom: 5.5rem !important;
  }
}

.ol-mb-6 ol {
  margin-bottom: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .ol-mb-6 ol {
    margin-bottom: 6rem !important;
  }
}

.p-mt-0 p {
  margin-top: 0rem !important;
}

.p-mt-0\.5 p {
  margin-top: 0.5rem !important;
}

.p-mt-1 p {
  margin-top: 1rem !important;
}

.p-mt-1\.5 p {
  margin-top: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .p-mt-1\.5 p {
    margin-top: 1.5rem !important;
  }
}

.p-mt-2 p {
  margin-top: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .p-mt-2 p {
    margin-top: 2rem !important;
  }
}

.p-mt-2\.5 p {
  margin-top: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .p-mt-2\.5 p {
    margin-top: 2.5rem !important;
  }
}

.p-mt-3 p {
  margin-top: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .p-mt-3 p {
    margin-top: 3rem !important;
  }
}

.p-mt-3\.5 p {
  margin-top: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .p-mt-3\.5 p {
    margin-top: 3.5rem !important;
  }
}

.p-mt-4 p {
  margin-top: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .p-mt-4 p {
    margin-top: 4rem !important;
  }
}

.p-mt-4\.5 p {
  margin-top: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .p-mt-4\.5 p {
    margin-top: 4.5rem !important;
  }
}

.p-mt-5 p {
  margin-top: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .p-mt-5 p {
    margin-top: 5rem !important;
  }
}

.p-mt-5\.5 p {
  margin-top: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .p-mt-5\.5 p {
    margin-top: 5.5rem !important;
  }
}

.p-mt-6 p {
  margin-top: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .p-mt-6 p {
    margin-top: 6rem !important;
  }
}

.h2-mt-0 h2 {
  margin-top: 0rem !important;
}

.h2-mt-0\.5 h2 {
  margin-top: 0.5rem !important;
}

.h2-mt-1 h2 {
  margin-top: 1rem !important;
}

.h2-mt-1\.5 h2 {
  margin-top: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h2-mt-1\.5 h2 {
    margin-top: 1.5rem !important;
  }
}

.h2-mt-2 h2 {
  margin-top: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .h2-mt-2 h2 {
    margin-top: 2rem !important;
  }
}

.h2-mt-2\.5 h2 {
  margin-top: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h2-mt-2\.5 h2 {
    margin-top: 2.5rem !important;
  }
}

.h2-mt-3 h2 {
  margin-top: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .h2-mt-3 h2 {
    margin-top: 3rem !important;
  }
}

.h2-mt-3\.5 h2 {
  margin-top: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .h2-mt-3\.5 h2 {
    margin-top: 3.5rem !important;
  }
}

.h2-mt-4 h2 {
  margin-top: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .h2-mt-4 h2 {
    margin-top: 4rem !important;
  }
}

.h2-mt-4\.5 h2 {
  margin-top: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .h2-mt-4\.5 h2 {
    margin-top: 4.5rem !important;
  }
}

.h2-mt-5 h2 {
  margin-top: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .h2-mt-5 h2 {
    margin-top: 5rem !important;
  }
}

.h2-mt-5\.5 h2 {
  margin-top: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .h2-mt-5\.5 h2 {
    margin-top: 5.5rem !important;
  }
}

.h2-mt-6 h2 {
  margin-top: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .h2-mt-6 h2 {
    margin-top: 6rem !important;
  }
}

.h3-mt-0 h3 {
  margin-top: 0rem !important;
}

.h3-mt-0\.5 h3 {
  margin-top: 0.5rem !important;
}

.h3-mt-1 h3 {
  margin-top: 1rem !important;
}

.h3-mt-1\.5 h3 {
  margin-top: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h3-mt-1\.5 h3 {
    margin-top: 1.5rem !important;
  }
}

.h3-mt-2 h3 {
  margin-top: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .h3-mt-2 h3 {
    margin-top: 2rem !important;
  }
}

.h3-mt-2\.5 h3 {
  margin-top: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h3-mt-2\.5 h3 {
    margin-top: 2.5rem !important;
  }
}

.h3-mt-3 h3 {
  margin-top: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .h3-mt-3 h3 {
    margin-top: 3rem !important;
  }
}

.h3-mt-3\.5 h3 {
  margin-top: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .h3-mt-3\.5 h3 {
    margin-top: 3.5rem !important;
  }
}

.h3-mt-4 h3 {
  margin-top: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .h3-mt-4 h3 {
    margin-top: 4rem !important;
  }
}

.h3-mt-4\.5 h3 {
  margin-top: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .h3-mt-4\.5 h3 {
    margin-top: 4.5rem !important;
  }
}

.h3-mt-5 h3 {
  margin-top: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .h3-mt-5 h3 {
    margin-top: 5rem !important;
  }
}

.h3-mt-5\.5 h3 {
  margin-top: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .h3-mt-5\.5 h3 {
    margin-top: 5.5rem !important;
  }
}

.h3-mt-6 h3 {
  margin-top: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .h3-mt-6 h3 {
    margin-top: 6rem !important;
  }
}

.h4-mt-0 h4 {
  margin-top: 0rem !important;
}

.h4-mt-0\.5 h4 {
  margin-top: 0.5rem !important;
}

.h4-mt-1 h4 {
  margin-top: 1rem !important;
}

.h4-mt-1\.5 h4 {
  margin-top: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h4-mt-1\.5 h4 {
    margin-top: 1.5rem !important;
  }
}

.h4-mt-2 h4 {
  margin-top: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .h4-mt-2 h4 {
    margin-top: 2rem !important;
  }
}

.h4-mt-2\.5 h4 {
  margin-top: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h4-mt-2\.5 h4 {
    margin-top: 2.5rem !important;
  }
}

.h4-mt-3 h4 {
  margin-top: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .h4-mt-3 h4 {
    margin-top: 3rem !important;
  }
}

.h4-mt-3\.5 h4 {
  margin-top: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .h4-mt-3\.5 h4 {
    margin-top: 3.5rem !important;
  }
}

.h4-mt-4 h4 {
  margin-top: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .h4-mt-4 h4 {
    margin-top: 4rem !important;
  }
}

.h4-mt-4\.5 h4 {
  margin-top: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .h4-mt-4\.5 h4 {
    margin-top: 4.5rem !important;
  }
}

.h4-mt-5 h4 {
  margin-top: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .h4-mt-5 h4 {
    margin-top: 5rem !important;
  }
}

.h4-mt-5\.5 h4 {
  margin-top: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .h4-mt-5\.5 h4 {
    margin-top: 5.5rem !important;
  }
}

.h4-mt-6 h4 {
  margin-top: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .h4-mt-6 h4 {
    margin-top: 6rem !important;
  }
}

.h5-mt-0 h5 {
  margin-top: 0rem !important;
}

.h5-mt-0\.5 h5 {
  margin-top: 0.5rem !important;
}

.h5-mt-1 h5 {
  margin-top: 1rem !important;
}

.h5-mt-1\.5 h5 {
  margin-top: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h5-mt-1\.5 h5 {
    margin-top: 1.5rem !important;
  }
}

.h5-mt-2 h5 {
  margin-top: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .h5-mt-2 h5 {
    margin-top: 2rem !important;
  }
}

.h5-mt-2\.5 h5 {
  margin-top: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h5-mt-2\.5 h5 {
    margin-top: 2.5rem !important;
  }
}

.h5-mt-3 h5 {
  margin-top: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .h5-mt-3 h5 {
    margin-top: 3rem !important;
  }
}

.h5-mt-3\.5 h5 {
  margin-top: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .h5-mt-3\.5 h5 {
    margin-top: 3.5rem !important;
  }
}

.h5-mt-4 h5 {
  margin-top: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .h5-mt-4 h5 {
    margin-top: 4rem !important;
  }
}

.h5-mt-4\.5 h5 {
  margin-top: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .h5-mt-4\.5 h5 {
    margin-top: 4.5rem !important;
  }
}

.h5-mt-5 h5 {
  margin-top: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .h5-mt-5 h5 {
    margin-top: 5rem !important;
  }
}

.h5-mt-5\.5 h5 {
  margin-top: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .h5-mt-5\.5 h5 {
    margin-top: 5.5rem !important;
  }
}

.h5-mt-6 h5 {
  margin-top: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .h5-mt-6 h5 {
    margin-top: 6rem !important;
  }
}

.h6-mt-0 h6 {
  margin-top: 0rem !important;
}

.h6-mt-0\.5 h6 {
  margin-top: 0.5rem !important;
}

.h6-mt-1 h6 {
  margin-top: 1rem !important;
}

.h6-mt-1\.5 h6 {
  margin-top: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .h6-mt-1\.5 h6 {
    margin-top: 1.5rem !important;
  }
}

.h6-mt-2 h6 {
  margin-top: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .h6-mt-2 h6 {
    margin-top: 2rem !important;
  }
}

.h6-mt-2\.5 h6 {
  margin-top: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .h6-mt-2\.5 h6 {
    margin-top: 2.5rem !important;
  }
}

.h6-mt-3 h6 {
  margin-top: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .h6-mt-3 h6 {
    margin-top: 3rem !important;
  }
}

.h6-mt-3\.5 h6 {
  margin-top: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .h6-mt-3\.5 h6 {
    margin-top: 3.5rem !important;
  }
}

.h6-mt-4 h6 {
  margin-top: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .h6-mt-4 h6 {
    margin-top: 4rem !important;
  }
}

.h6-mt-4\.5 h6 {
  margin-top: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .h6-mt-4\.5 h6 {
    margin-top: 4.5rem !important;
  }
}

.h6-mt-5 h6 {
  margin-top: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .h6-mt-5 h6 {
    margin-top: 5rem !important;
  }
}

.h6-mt-5\.5 h6 {
  margin-top: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .h6-mt-5\.5 h6 {
    margin-top: 5.5rem !important;
  }
}

.h6-mt-6 h6 {
  margin-top: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .h6-mt-6 h6 {
    margin-top: 6rem !important;
  }
}

.ul-mt-0 ul {
  margin-top: 0rem !important;
}

.ul-mt-0\.5 ul {
  margin-top: 0.5rem !important;
}

.ul-mt-1 ul {
  margin-top: 1rem !important;
}

.ul-mt-1\.5 ul {
  margin-top: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .ul-mt-1\.5 ul {
    margin-top: 1.5rem !important;
  }
}

.ul-mt-2 ul {
  margin-top: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .ul-mt-2 ul {
    margin-top: 2rem !important;
  }
}

.ul-mt-2\.5 ul {
  margin-top: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .ul-mt-2\.5 ul {
    margin-top: 2.5rem !important;
  }
}

.ul-mt-3 ul {
  margin-top: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .ul-mt-3 ul {
    margin-top: 3rem !important;
  }
}

.ul-mt-3\.5 ul {
  margin-top: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .ul-mt-3\.5 ul {
    margin-top: 3.5rem !important;
  }
}

.ul-mt-4 ul {
  margin-top: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .ul-mt-4 ul {
    margin-top: 4rem !important;
  }
}

.ul-mt-4\.5 ul {
  margin-top: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .ul-mt-4\.5 ul {
    margin-top: 4.5rem !important;
  }
}

.ul-mt-5 ul {
  margin-top: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .ul-mt-5 ul {
    margin-top: 5rem !important;
  }
}

.ul-mt-5\.5 ul {
  margin-top: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .ul-mt-5\.5 ul {
    margin-top: 5.5rem !important;
  }
}

.ul-mt-6 ul {
  margin-top: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .ul-mt-6 ul {
    margin-top: 6rem !important;
  }
}

.dl-mt-0 dl {
  margin-top: 0rem !important;
}

.dl-mt-0\.5 dl {
  margin-top: 0.5rem !important;
}

.dl-mt-1 dl {
  margin-top: 1rem !important;
}

.dl-mt-1\.5 dl {
  margin-top: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .dl-mt-1\.5 dl {
    margin-top: 1.5rem !important;
  }
}

.dl-mt-2 dl {
  margin-top: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .dl-mt-2 dl {
    margin-top: 2rem !important;
  }
}

.dl-mt-2\.5 dl {
  margin-top: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .dl-mt-2\.5 dl {
    margin-top: 2.5rem !important;
  }
}

.dl-mt-3 dl {
  margin-top: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .dl-mt-3 dl {
    margin-top: 3rem !important;
  }
}

.dl-mt-3\.5 dl {
  margin-top: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .dl-mt-3\.5 dl {
    margin-top: 3.5rem !important;
  }
}

.dl-mt-4 dl {
  margin-top: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .dl-mt-4 dl {
    margin-top: 4rem !important;
  }
}

.dl-mt-4\.5 dl {
  margin-top: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .dl-mt-4\.5 dl {
    margin-top: 4.5rem !important;
  }
}

.dl-mt-5 dl {
  margin-top: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .dl-mt-5 dl {
    margin-top: 5rem !important;
  }
}

.dl-mt-5\.5 dl {
  margin-top: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .dl-mt-5\.5 dl {
    margin-top: 5.5rem !important;
  }
}

.dl-mt-6 dl {
  margin-top: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .dl-mt-6 dl {
    margin-top: 6rem !important;
  }
}

.ol-mt-0 ol {
  margin-top: 0rem !important;
}

.ol-mt-0\.5 ol {
  margin-top: 0.5rem !important;
}

.ol-mt-1 ol {
  margin-top: 1rem !important;
}

.ol-mt-1\.5 ol {
  margin-top: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .ol-mt-1\.5 ol {
    margin-top: 1.5rem !important;
  }
}

.ol-mt-2 ol {
  margin-top: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .ol-mt-2 ol {
    margin-top: 2rem !important;
  }
}

.ol-mt-2\.5 ol {
  margin-top: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .ol-mt-2\.5 ol {
    margin-top: 2.5rem !important;
  }
}

.ol-mt-3 ol {
  margin-top: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .ol-mt-3 ol {
    margin-top: 3rem !important;
  }
}

.ol-mt-3\.5 ol {
  margin-top: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .ol-mt-3\.5 ol {
    margin-top: 3.5rem !important;
  }
}

.ol-mt-4 ol {
  margin-top: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .ol-mt-4 ol {
    margin-top: 4rem !important;
  }
}

.ol-mt-4\.5 ol {
  margin-top: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .ol-mt-4\.5 ol {
    margin-top: 4.5rem !important;
  }
}

.ol-mt-5 ol {
  margin-top: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .ol-mt-5 ol {
    margin-top: 5rem !important;
  }
}

.ol-mt-5\.5 ol {
  margin-top: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .ol-mt-5\.5 ol {
    margin-top: 5.5rem !important;
  }
}

.ol-mt-6 ol {
  margin-top: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .ol-mt-6 ol {
    margin-top: 6rem !important;
  }
}

.p-center p {
  text-align: center;
}

@media (max-width: 991px) {
  .p-lg-center p {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .p-md-center p {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .p-sm-center p {
    text-align: center !important;
  }
}
.h2-center h2 {
  text-align: center;
}

@media (max-width: 991px) {
  .h2-lg-center h2 {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .h2-md-center h2 {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .h2-sm-center h2 {
    text-align: center !important;
  }
}
.h3-center h3 {
  text-align: center;
}

@media (max-width: 991px) {
  .h3-lg-center h3 {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .h3-md-center h3 {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .h3-sm-center h3 {
    text-align: center !important;
  }
}
.h4-center h4 {
  text-align: center;
}

@media (max-width: 991px) {
  .h4-lg-center h4 {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .h4-md-center h4 {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .h4-sm-center h4 {
    text-align: center !important;
  }
}
.h5-center h5 {
  text-align: center;
}

@media (max-width: 991px) {
  .h5-lg-center h5 {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .h5-md-center h5 {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .h5-sm-center h5 {
    text-align: center !important;
  }
}
.h6-center h6 {
  text-align: center;
}

@media (max-width: 991px) {
  .h6-lg-center h6 {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .h6-md-center h6 {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .h6-sm-center h6 {
    text-align: center !important;
  }
}
.ul-center ul {
  text-align: center;
}

@media (max-width: 991px) {
  .ul-lg-center ul {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .ul-md-center ul {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .ul-sm-center ul {
    text-align: center !important;
  }
}
.dl-center dl {
  text-align: center;
}

@media (max-width: 991px) {
  .dl-lg-center dl {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .dl-md-center dl {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .dl-sm-center dl {
    text-align: center !important;
  }
}
.ol-center ol {
  text-align: center;
}

@media (max-width: 991px) {
  .ol-lg-center ol {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .ol-md-center ol {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .ol-sm-center ol {
    text-align: center !important;
  }
}
.p-start p {
  text-align: left !important;
}

@media (max-width: 991px) {
  .p-lg-start p {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .p-md-start p {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .p-sm-start p {
    text-align: left !important;
  }
}
.h2-start h2 {
  text-align: left !important;
}

@media (max-width: 991px) {
  .h2-lg-start h2 {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .h2-md-start h2 {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .h2-sm-start h2 {
    text-align: left !important;
  }
}
.h3-start h3 {
  text-align: left !important;
}

@media (max-width: 991px) {
  .h3-lg-start h3 {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .h3-md-start h3 {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .h3-sm-start h3 {
    text-align: left !important;
  }
}
.h4-start h4 {
  text-align: left !important;
}

@media (max-width: 991px) {
  .h4-lg-start h4 {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .h4-md-start h4 {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .h4-sm-start h4 {
    text-align: left !important;
  }
}
.h5-start h5 {
  text-align: left !important;
}

@media (max-width: 991px) {
  .h5-lg-start h5 {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .h5-md-start h5 {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .h5-sm-start h5 {
    text-align: left !important;
  }
}
.h6-start h6 {
  text-align: left !important;
}

@media (max-width: 991px) {
  .h6-lg-start h6 {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .h6-md-start h6 {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .h6-sm-start h6 {
    text-align: left !important;
  }
}
.ul-start ul {
  text-align: left !important;
}

@media (max-width: 991px) {
  .ul-lg-start ul {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .ul-md-start ul {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .ul-sm-start ul {
    text-align: left !important;
  }
}
.dl-start dl {
  text-align: left !important;
}

@media (max-width: 991px) {
  .dl-lg-start dl {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .dl-md-start dl {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .dl-sm-start dl {
    text-align: left !important;
  }
}
.ol-start ol {
  text-align: left !important;
}

@media (max-width: 991px) {
  .ol-lg-start ol {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .ol-md-start ol {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .ol-sm-start ol {
    text-align: left !important;
  }
}
.p-end p {
  text-align: right !important;
}

@media (max-width: 991px) {
  .p-lg-end p {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .p-md-end p {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  .p-sm-end p {
    text-align: right !important;
  }
}
.h2-end h2 {
  text-align: right !important;
}

@media (max-width: 991px) {
  .h2-lg-end h2 {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .h2-md-end h2 {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  .h2-sm-end h2 {
    text-align: right !important;
  }
}
.h3-end h3 {
  text-align: right !important;
}

@media (max-width: 991px) {
  .h3-lg-end h3 {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .h3-md-end h3 {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  .h3-sm-end h3 {
    text-align: right !important;
  }
}
.h4-end h4 {
  text-align: right !important;
}

@media (max-width: 991px) {
  .h4-lg-end h4 {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .h4-md-end h4 {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  .h4-sm-end h4 {
    text-align: right !important;
  }
}
.h5-end h5 {
  text-align: right !important;
}

@media (max-width: 991px) {
  .h5-lg-end h5 {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .h5-md-end h5 {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  .h5-sm-end h5 {
    text-align: right !important;
  }
}
.h6-end h6 {
  text-align: right !important;
}

@media (max-width: 991px) {
  .h6-lg-end h6 {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .h6-md-end h6 {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  .h6-sm-end h6 {
    text-align: right !important;
  }
}
.ul-end ul {
  text-align: right !important;
}

@media (max-width: 991px) {
  .ul-lg-end ul {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .ul-md-end ul {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  .ul-sm-end ul {
    text-align: right !important;
  }
}
.dl-end dl {
  text-align: right !important;
}

@media (max-width: 991px) {
  .dl-lg-end dl {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .dl-md-end dl {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  .dl-sm-end dl {
    text-align: right !important;
  }
}
.ol-end ol {
  text-align: right !important;
}

@media (max-width: 991px) {
  .ol-lg-end ol {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .ol-md-end ol {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  .ol-sm-end ol {
    text-align: right !important;
  }
}
.bor,
.debug\:border {
  border: 1px solid red;
}

/*# sourceMappingURL=style.css.map */
