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

body {
  font-size: 1rem;
}

body * {
  /* 
      font-weightは<b>タグが機能しなくなるので指定しない。
      line-heightは余計に高さが効いてしまうので指定しない。 => bxi.cssで効いてる可能性あり。
      font-weightも指定しない。
  */
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
  margin: 0;
}

img {
  vertical-align: bottom;
}

header#global_header {
  min-width: 0 !important;
}

#contents_wrap {
  min-width: 0 !important;
}

#main #col_main {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 834px) {
  #main #col_main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

img.imgL {
  max-width: 100%;
  margin-right: 0;
}

.inner-over-full {
  margin: 0 calc(50% - 49.58vw);
  padding: 0 calc(49.58vw - 50%);
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

.mt-2 {
  margin-top: 0.5rem !important;
}

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

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4.5rem !important;
}

.me-7 {
  margin-right: 6rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem !important;
}

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

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4.5rem !important;
}

.ms-7 {
  margin-left: 6rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 6rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media only screen and (min-width: 641px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .me-md-7 {
    margin-right: 6rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1001px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1401px) {
  .d-ds-inline {
    display: inline !important;
  }
  .d-ds-inline-block {
    display: inline-block !important;
  }
  .d-ds-block {
    display: block !important;
  }
  .d-ds-grid {
    display: grid !important;
  }
  .d-ds-table {
    display: table !important;
  }
  .d-ds-table-row {
    display: table-row !important;
  }
  .d-ds-table-cell {
    display: table-cell !important;
  }
  .d-ds-flex {
    display: flex !important;
  }
  .d-ds-inline-flex {
    display: inline-flex !important;
  }
  .d-ds-none {
    display: none !important;
  }
  .flex-ds-row {
    flex-direction: row !important;
  }
  .flex-ds-column {
    flex-direction: column !important;
  }
  .flex-ds-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ds-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ds-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ds-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ds-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-ds-start {
    justify-content: flex-start !important;
  }
  .justify-content-ds-end {
    justify-content: flex-end !important;
  }
  .justify-content-ds-center {
    justify-content: center !important;
  }
  .justify-content-ds-between {
    justify-content: space-between !important;
  }
  .justify-content-ds-around {
    justify-content: space-around !important;
  }
  .justify-content-ds-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-ds-start {
    align-items: flex-start !important;
  }
  .align-items-ds-end {
    align-items: flex-end !important;
  }
  .align-items-ds-center {
    align-items: center !important;
  }
  .align-items-ds-baseline {
    align-items: baseline !important;
  }
  .align-items-ds-stretch {
    align-items: stretch !important;
  }
  .m-ds-0 {
    margin: 0 !important;
  }
  .m-ds-1 {
    margin: 0.25rem !important;
  }
  .m-ds-2 {
    margin: 0.5rem !important;
  }
  .m-ds-3 {
    margin: 1rem !important;
  }
  .m-ds-4 {
    margin: 1.5rem !important;
  }
  .m-ds-5 {
    margin: 3rem !important;
  }
  .m-ds-6 {
    margin: 4.5rem !important;
  }
  .m-ds-7 {
    margin: 6rem !important;
  }
  .m-ds-auto {
    margin: auto !important;
  }
  .mx-ds-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-ds-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-ds-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-ds-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-ds-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-ds-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-ds-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-ds-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-ds-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-ds-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-ds-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-ds-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-ds-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-ds-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-ds-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-ds-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-ds-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-ds-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-ds-0 {
    margin-top: 0 !important;
  }
  .mt-ds-1 {
    margin-top: 0.25rem !important;
  }
  .mt-ds-2 {
    margin-top: 0.5rem !important;
  }
  .mt-ds-3 {
    margin-top: 1rem !important;
  }
  .mt-ds-4 {
    margin-top: 1.5rem !important;
  }
  .mt-ds-5 {
    margin-top: 3rem !important;
  }
  .mt-ds-6 {
    margin-top: 4.5rem !important;
  }
  .mt-ds-7 {
    margin-top: 6rem !important;
  }
  .mt-ds-auto {
    margin-top: auto !important;
  }
  .me-ds-0 {
    margin-right: 0 !important;
  }
  .me-ds-1 {
    margin-right: 0.25rem !important;
  }
  .me-ds-2 {
    margin-right: 0.5rem !important;
  }
  .me-ds-3 {
    margin-right: 1rem !important;
  }
  .me-ds-4 {
    margin-right: 1.5rem !important;
  }
  .me-ds-5 {
    margin-right: 3rem !important;
  }
  .me-ds-6 {
    margin-right: 4.5rem !important;
  }
  .me-ds-7 {
    margin-right: 6rem !important;
  }
  .me-ds-auto {
    margin-right: auto !important;
  }
  .mb-ds-0 {
    margin-bottom: 0 !important;
  }
  .mb-ds-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-ds-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-ds-3 {
    margin-bottom: 1rem !important;
  }
  .mb-ds-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-ds-5 {
    margin-bottom: 3rem !important;
  }
  .mb-ds-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-ds-7 {
    margin-bottom: 6rem !important;
  }
  .mb-ds-auto {
    margin-bottom: auto !important;
  }
  .ms-ds-0 {
    margin-left: 0 !important;
  }
  .ms-ds-1 {
    margin-left: 0.25rem !important;
  }
  .ms-ds-2 {
    margin-left: 0.5rem !important;
  }
  .ms-ds-3 {
    margin-left: 1rem !important;
  }
  .ms-ds-4 {
    margin-left: 1.5rem !important;
  }
  .ms-ds-5 {
    margin-left: 3rem !important;
  }
  .ms-ds-6 {
    margin-left: 4.5rem !important;
  }
  .ms-ds-7 {
    margin-left: 6rem !important;
  }
  .ms-ds-auto {
    margin-left: auto !important;
  }
  .p-ds-0 {
    padding: 0 !important;
  }
  .p-ds-1 {
    padding: 0.25rem !important;
  }
  .p-ds-2 {
    padding: 0.5rem !important;
  }
  .p-ds-3 {
    padding: 1rem !important;
  }
  .p-ds-4 {
    padding: 1.5rem !important;
  }
  .p-ds-5 {
    padding: 3rem !important;
  }
  .p-ds-6 {
    padding: 4.5rem !important;
  }
  .p-ds-7 {
    padding: 6rem !important;
  }
  .px-ds-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-ds-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-ds-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-ds-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-ds-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-ds-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-ds-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-ds-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-ds-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-ds-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-ds-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-ds-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-ds-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-ds-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-ds-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-ds-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-ds-0 {
    padding-top: 0 !important;
  }
  .pt-ds-1 {
    padding-top: 0.25rem !important;
  }
  .pt-ds-2 {
    padding-top: 0.5rem !important;
  }
  .pt-ds-3 {
    padding-top: 1rem !important;
  }
  .pt-ds-4 {
    padding-top: 1.5rem !important;
  }
  .pt-ds-5 {
    padding-top: 3rem !important;
  }
  .pt-ds-6 {
    padding-top: 4.5rem !important;
  }
  .pt-ds-7 {
    padding-top: 6rem !important;
  }
  .pe-ds-0 {
    padding-right: 0 !important;
  }
  .pe-ds-1 {
    padding-right: 0.25rem !important;
  }
  .pe-ds-2 {
    padding-right: 0.5rem !important;
  }
  .pe-ds-3 {
    padding-right: 1rem !important;
  }
  .pe-ds-4 {
    padding-right: 1.5rem !important;
  }
  .pe-ds-5 {
    padding-right: 3rem !important;
  }
  .pe-ds-6 {
    padding-right: 4.5rem !important;
  }
  .pe-ds-7 {
    padding-right: 6rem !important;
  }
  .pb-ds-0 {
    padding-bottom: 0 !important;
  }
  .pb-ds-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-ds-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-ds-3 {
    padding-bottom: 1rem !important;
  }
  .pb-ds-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-ds-5 {
    padding-bottom: 3rem !important;
  }
  .pb-ds-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-ds-7 {
    padding-bottom: 6rem !important;
  }
  .ps-ds-0 {
    padding-left: 0 !important;
  }
  .ps-ds-1 {
    padding-left: 0.25rem !important;
  }
  .ps-ds-2 {
    padding-left: 0.5rem !important;
  }
  .ps-ds-3 {
    padding-left: 1rem !important;
  }
  .ps-ds-4 {
    padding-left: 1.5rem !important;
  }
  .ps-ds-5 {
    padding-left: 3rem !important;
  }
  .ps-ds-6 {
    padding-left: 4.5rem !important;
  }
  .ps-ds-7 {
    padding-left: 6rem !important;
  }
  .text-ds-start {
    text-align: left !important;
  }
  .text-ds-end {
    text-align: right !important;
  }
  .text-ds-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1601px) {
  .d-dm-inline {
    display: inline !important;
  }
  .d-dm-inline-block {
    display: inline-block !important;
  }
  .d-dm-block {
    display: block !important;
  }
  .d-dm-grid {
    display: grid !important;
  }
  .d-dm-table {
    display: table !important;
  }
  .d-dm-table-row {
    display: table-row !important;
  }
  .d-dm-table-cell {
    display: table-cell !important;
  }
  .d-dm-flex {
    display: flex !important;
  }
  .d-dm-inline-flex {
    display: inline-flex !important;
  }
  .d-dm-none {
    display: none !important;
  }
  .flex-dm-row {
    flex-direction: row !important;
  }
  .flex-dm-column {
    flex-direction: column !important;
  }
  .flex-dm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-dm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-dm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-dm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-dm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-dm-start {
    justify-content: flex-start !important;
  }
  .justify-content-dm-end {
    justify-content: flex-end !important;
  }
  .justify-content-dm-center {
    justify-content: center !important;
  }
  .justify-content-dm-between {
    justify-content: space-between !important;
  }
  .justify-content-dm-around {
    justify-content: space-around !important;
  }
  .justify-content-dm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-dm-start {
    align-items: flex-start !important;
  }
  .align-items-dm-end {
    align-items: flex-end !important;
  }
  .align-items-dm-center {
    align-items: center !important;
  }
  .align-items-dm-baseline {
    align-items: baseline !important;
  }
  .align-items-dm-stretch {
    align-items: stretch !important;
  }
  .m-dm-0 {
    margin: 0 !important;
  }
  .m-dm-1 {
    margin: 0.25rem !important;
  }
  .m-dm-2 {
    margin: 0.5rem !important;
  }
  .m-dm-3 {
    margin: 1rem !important;
  }
  .m-dm-4 {
    margin: 1.5rem !important;
  }
  .m-dm-5 {
    margin: 3rem !important;
  }
  .m-dm-6 {
    margin: 4.5rem !important;
  }
  .m-dm-7 {
    margin: 6rem !important;
  }
  .m-dm-auto {
    margin: auto !important;
  }
  .mx-dm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-dm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-dm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-dm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-dm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-dm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-dm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-dm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-dm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-dm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-dm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-dm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-dm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-dm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-dm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-dm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-dm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-dm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-dm-0 {
    margin-top: 0 !important;
  }
  .mt-dm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-dm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-dm-3 {
    margin-top: 1rem !important;
  }
  .mt-dm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-dm-5 {
    margin-top: 3rem !important;
  }
  .mt-dm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-dm-7 {
    margin-top: 6rem !important;
  }
  .mt-dm-auto {
    margin-top: auto !important;
  }
  .me-dm-0 {
    margin-right: 0 !important;
  }
  .me-dm-1 {
    margin-right: 0.25rem !important;
  }
  .me-dm-2 {
    margin-right: 0.5rem !important;
  }
  .me-dm-3 {
    margin-right: 1rem !important;
  }
  .me-dm-4 {
    margin-right: 1.5rem !important;
  }
  .me-dm-5 {
    margin-right: 3rem !important;
  }
  .me-dm-6 {
    margin-right: 4.5rem !important;
  }
  .me-dm-7 {
    margin-right: 6rem !important;
  }
  .me-dm-auto {
    margin-right: auto !important;
  }
  .mb-dm-0 {
    margin-bottom: 0 !important;
  }
  .mb-dm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-dm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-dm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-dm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-dm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-dm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-dm-7 {
    margin-bottom: 6rem !important;
  }
  .mb-dm-auto {
    margin-bottom: auto !important;
  }
  .ms-dm-0 {
    margin-left: 0 !important;
  }
  .ms-dm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-dm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-dm-3 {
    margin-left: 1rem !important;
  }
  .ms-dm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-dm-5 {
    margin-left: 3rem !important;
  }
  .ms-dm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-dm-7 {
    margin-left: 6rem !important;
  }
  .ms-dm-auto {
    margin-left: auto !important;
  }
  .p-dm-0 {
    padding: 0 !important;
  }
  .p-dm-1 {
    padding: 0.25rem !important;
  }
  .p-dm-2 {
    padding: 0.5rem !important;
  }
  .p-dm-3 {
    padding: 1rem !important;
  }
  .p-dm-4 {
    padding: 1.5rem !important;
  }
  .p-dm-5 {
    padding: 3rem !important;
  }
  .p-dm-6 {
    padding: 4.5rem !important;
  }
  .p-dm-7 {
    padding: 6rem !important;
  }
  .px-dm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-dm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-dm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-dm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-dm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-dm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-dm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-dm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-dm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-dm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-dm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-dm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-dm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-dm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-dm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-dm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-dm-0 {
    padding-top: 0 !important;
  }
  .pt-dm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-dm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-dm-3 {
    padding-top: 1rem !important;
  }
  .pt-dm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-dm-5 {
    padding-top: 3rem !important;
  }
  .pt-dm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-dm-7 {
    padding-top: 6rem !important;
  }
  .pe-dm-0 {
    padding-right: 0 !important;
  }
  .pe-dm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-dm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-dm-3 {
    padding-right: 1rem !important;
  }
  .pe-dm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-dm-5 {
    padding-right: 3rem !important;
  }
  .pe-dm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-dm-7 {
    padding-right: 6rem !important;
  }
  .pb-dm-0 {
    padding-bottom: 0 !important;
  }
  .pb-dm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-dm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-dm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-dm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-dm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-dm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-dm-7 {
    padding-bottom: 6rem !important;
  }
  .ps-dm-0 {
    padding-left: 0 !important;
  }
  .ps-dm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-dm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-dm-3 {
    padding-left: 1rem !important;
  }
  .ps-dm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-dm-5 {
    padding-left: 3rem !important;
  }
  .ps-dm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-dm-7 {
    padding-left: 6rem !important;
  }
  .text-dm-start {
    text-align: left !important;
  }
  .text-dm-end {
    text-align: right !important;
  }
  .text-dm-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1921px) {
  .d-dl-inline {
    display: inline !important;
  }
  .d-dl-inline-block {
    display: inline-block !important;
  }
  .d-dl-block {
    display: block !important;
  }
  .d-dl-grid {
    display: grid !important;
  }
  .d-dl-table {
    display: table !important;
  }
  .d-dl-table-row {
    display: table-row !important;
  }
  .d-dl-table-cell {
    display: table-cell !important;
  }
  .d-dl-flex {
    display: flex !important;
  }
  .d-dl-inline-flex {
    display: inline-flex !important;
  }
  .d-dl-none {
    display: none !important;
  }
  .flex-dl-row {
    flex-direction: row !important;
  }
  .flex-dl-column {
    flex-direction: column !important;
  }
  .flex-dl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-dl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-dl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-dl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-dl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-dl-start {
    justify-content: flex-start !important;
  }
  .justify-content-dl-end {
    justify-content: flex-end !important;
  }
  .justify-content-dl-center {
    justify-content: center !important;
  }
  .justify-content-dl-between {
    justify-content: space-between !important;
  }
  .justify-content-dl-around {
    justify-content: space-around !important;
  }
  .justify-content-dl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-dl-start {
    align-items: flex-start !important;
  }
  .align-items-dl-end {
    align-items: flex-end !important;
  }
  .align-items-dl-center {
    align-items: center !important;
  }
  .align-items-dl-baseline {
    align-items: baseline !important;
  }
  .align-items-dl-stretch {
    align-items: stretch !important;
  }
  .m-dl-0 {
    margin: 0 !important;
  }
  .m-dl-1 {
    margin: 0.25rem !important;
  }
  .m-dl-2 {
    margin: 0.5rem !important;
  }
  .m-dl-3 {
    margin: 1rem !important;
  }
  .m-dl-4 {
    margin: 1.5rem !important;
  }
  .m-dl-5 {
    margin: 3rem !important;
  }
  .m-dl-6 {
    margin: 4.5rem !important;
  }
  .m-dl-7 {
    margin: 6rem !important;
  }
  .m-dl-auto {
    margin: auto !important;
  }
  .mx-dl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-dl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-dl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-dl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-dl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-dl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-dl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-dl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-dl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-dl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-dl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-dl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-dl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-dl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-dl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-dl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-dl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-dl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-dl-0 {
    margin-top: 0 !important;
  }
  .mt-dl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-dl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-dl-3 {
    margin-top: 1rem !important;
  }
  .mt-dl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-dl-5 {
    margin-top: 3rem !important;
  }
  .mt-dl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-dl-7 {
    margin-top: 6rem !important;
  }
  .mt-dl-auto {
    margin-top: auto !important;
  }
  .me-dl-0 {
    margin-right: 0 !important;
  }
  .me-dl-1 {
    margin-right: 0.25rem !important;
  }
  .me-dl-2 {
    margin-right: 0.5rem !important;
  }
  .me-dl-3 {
    margin-right: 1rem !important;
  }
  .me-dl-4 {
    margin-right: 1.5rem !important;
  }
  .me-dl-5 {
    margin-right: 3rem !important;
  }
  .me-dl-6 {
    margin-right: 4.5rem !important;
  }
  .me-dl-7 {
    margin-right: 6rem !important;
  }
  .me-dl-auto {
    margin-right: auto !important;
  }
  .mb-dl-0 {
    margin-bottom: 0 !important;
  }
  .mb-dl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-dl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-dl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-dl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-dl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-dl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-dl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-dl-auto {
    margin-bottom: auto !important;
  }
  .ms-dl-0 {
    margin-left: 0 !important;
  }
  .ms-dl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-dl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-dl-3 {
    margin-left: 1rem !important;
  }
  .ms-dl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-dl-5 {
    margin-left: 3rem !important;
  }
  .ms-dl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-dl-7 {
    margin-left: 6rem !important;
  }
  .ms-dl-auto {
    margin-left: auto !important;
  }
  .p-dl-0 {
    padding: 0 !important;
  }
  .p-dl-1 {
    padding: 0.25rem !important;
  }
  .p-dl-2 {
    padding: 0.5rem !important;
  }
  .p-dl-3 {
    padding: 1rem !important;
  }
  .p-dl-4 {
    padding: 1.5rem !important;
  }
  .p-dl-5 {
    padding: 3rem !important;
  }
  .p-dl-6 {
    padding: 4.5rem !important;
  }
  .p-dl-7 {
    padding: 6rem !important;
  }
  .px-dl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-dl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-dl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-dl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-dl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-dl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-dl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-dl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-dl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-dl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-dl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-dl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-dl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-dl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-dl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-dl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-dl-0 {
    padding-top: 0 !important;
  }
  .pt-dl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-dl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-dl-3 {
    padding-top: 1rem !important;
  }
  .pt-dl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-dl-5 {
    padding-top: 3rem !important;
  }
  .pt-dl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-dl-7 {
    padding-top: 6rem !important;
  }
  .pe-dl-0 {
    padding-right: 0 !important;
  }
  .pe-dl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-dl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-dl-3 {
    padding-right: 1rem !important;
  }
  .pe-dl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-dl-5 {
    padding-right: 3rem !important;
  }
  .pe-dl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-dl-7 {
    padding-right: 6rem !important;
  }
  .pb-dl-0 {
    padding-bottom: 0 !important;
  }
  .pb-dl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-dl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-dl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-dl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-dl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-dl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-dl-7 {
    padding-bottom: 6rem !important;
  }
  .ps-dl-0 {
    padding-left: 0 !important;
  }
  .ps-dl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-dl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-dl-3 {
    padding-left: 1rem !important;
  }
  .ps-dl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-dl-5 {
    padding-left: 3rem !important;
  }
  .ps-dl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-dl-7 {
    padding-left: 6rem !important;
  }
  .text-dl-start {
    text-align: left !important;
  }
  .text-dl-end {
    text-align: right !important;
  }
  .text-dl-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1201px) {
  .d-dr-inline {
    display: inline !important;
  }
  .d-dr-inline-block {
    display: inline-block !important;
  }
  .d-dr-block {
    display: block !important;
  }
  .d-dr-grid {
    display: grid !important;
  }
  .d-dr-table {
    display: table !important;
  }
  .d-dr-table-row {
    display: table-row !important;
  }
  .d-dr-table-cell {
    display: table-cell !important;
  }
  .d-dr-flex {
    display: flex !important;
  }
  .d-dr-inline-flex {
    display: inline-flex !important;
  }
  .d-dr-none {
    display: none !important;
  }
  .flex-dr-row {
    flex-direction: row !important;
  }
  .flex-dr-column {
    flex-direction: column !important;
  }
  .flex-dr-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-dr-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-dr-wrap {
    flex-wrap: wrap !important;
  }
  .flex-dr-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-dr-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-dr-start {
    justify-content: flex-start !important;
  }
  .justify-content-dr-end {
    justify-content: flex-end !important;
  }
  .justify-content-dr-center {
    justify-content: center !important;
  }
  .justify-content-dr-between {
    justify-content: space-between !important;
  }
  .justify-content-dr-around {
    justify-content: space-around !important;
  }
  .justify-content-dr-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-dr-start {
    align-items: flex-start !important;
  }
  .align-items-dr-end {
    align-items: flex-end !important;
  }
  .align-items-dr-center {
    align-items: center !important;
  }
  .align-items-dr-baseline {
    align-items: baseline !important;
  }
  .align-items-dr-stretch {
    align-items: stretch !important;
  }
  .m-dr-0 {
    margin: 0 !important;
  }
  .m-dr-1 {
    margin: 0.25rem !important;
  }
  .m-dr-2 {
    margin: 0.5rem !important;
  }
  .m-dr-3 {
    margin: 1rem !important;
  }
  .m-dr-4 {
    margin: 1.5rem !important;
  }
  .m-dr-5 {
    margin: 3rem !important;
  }
  .m-dr-6 {
    margin: 4.5rem !important;
  }
  .m-dr-7 {
    margin: 6rem !important;
  }
  .m-dr-auto {
    margin: auto !important;
  }
  .mx-dr-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-dr-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-dr-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-dr-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-dr-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-dr-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-dr-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-dr-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-dr-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-dr-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-dr-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-dr-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-dr-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-dr-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-dr-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-dr-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-dr-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-dr-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-dr-0 {
    margin-top: 0 !important;
  }
  .mt-dr-1 {
    margin-top: 0.25rem !important;
  }
  .mt-dr-2 {
    margin-top: 0.5rem !important;
  }
  .mt-dr-3 {
    margin-top: 1rem !important;
  }
  .mt-dr-4 {
    margin-top: 1.5rem !important;
  }
  .mt-dr-5 {
    margin-top: 3rem !important;
  }
  .mt-dr-6 {
    margin-top: 4.5rem !important;
  }
  .mt-dr-7 {
    margin-top: 6rem !important;
  }
  .mt-dr-auto {
    margin-top: auto !important;
  }
  .me-dr-0 {
    margin-right: 0 !important;
  }
  .me-dr-1 {
    margin-right: 0.25rem !important;
  }
  .me-dr-2 {
    margin-right: 0.5rem !important;
  }
  .me-dr-3 {
    margin-right: 1rem !important;
  }
  .me-dr-4 {
    margin-right: 1.5rem !important;
  }
  .me-dr-5 {
    margin-right: 3rem !important;
  }
  .me-dr-6 {
    margin-right: 4.5rem !important;
  }
  .me-dr-7 {
    margin-right: 6rem !important;
  }
  .me-dr-auto {
    margin-right: auto !important;
  }
  .mb-dr-0 {
    margin-bottom: 0 !important;
  }
  .mb-dr-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-dr-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-dr-3 {
    margin-bottom: 1rem !important;
  }
  .mb-dr-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-dr-5 {
    margin-bottom: 3rem !important;
  }
  .mb-dr-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-dr-7 {
    margin-bottom: 6rem !important;
  }
  .mb-dr-auto {
    margin-bottom: auto !important;
  }
  .ms-dr-0 {
    margin-left: 0 !important;
  }
  .ms-dr-1 {
    margin-left: 0.25rem !important;
  }
  .ms-dr-2 {
    margin-left: 0.5rem !important;
  }
  .ms-dr-3 {
    margin-left: 1rem !important;
  }
  .ms-dr-4 {
    margin-left: 1.5rem !important;
  }
  .ms-dr-5 {
    margin-left: 3rem !important;
  }
  .ms-dr-6 {
    margin-left: 4.5rem !important;
  }
  .ms-dr-7 {
    margin-left: 6rem !important;
  }
  .ms-dr-auto {
    margin-left: auto !important;
  }
  .p-dr-0 {
    padding: 0 !important;
  }
  .p-dr-1 {
    padding: 0.25rem !important;
  }
  .p-dr-2 {
    padding: 0.5rem !important;
  }
  .p-dr-3 {
    padding: 1rem !important;
  }
  .p-dr-4 {
    padding: 1.5rem !important;
  }
  .p-dr-5 {
    padding: 3rem !important;
  }
  .p-dr-6 {
    padding: 4.5rem !important;
  }
  .p-dr-7 {
    padding: 6rem !important;
  }
  .px-dr-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-dr-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-dr-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-dr-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-dr-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-dr-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-dr-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-dr-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-dr-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-dr-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-dr-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-dr-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-dr-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-dr-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-dr-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-dr-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-dr-0 {
    padding-top: 0 !important;
  }
  .pt-dr-1 {
    padding-top: 0.25rem !important;
  }
  .pt-dr-2 {
    padding-top: 0.5rem !important;
  }
  .pt-dr-3 {
    padding-top: 1rem !important;
  }
  .pt-dr-4 {
    padding-top: 1.5rem !important;
  }
  .pt-dr-5 {
    padding-top: 3rem !important;
  }
  .pt-dr-6 {
    padding-top: 4.5rem !important;
  }
  .pt-dr-7 {
    padding-top: 6rem !important;
  }
  .pe-dr-0 {
    padding-right: 0 !important;
  }
  .pe-dr-1 {
    padding-right: 0.25rem !important;
  }
  .pe-dr-2 {
    padding-right: 0.5rem !important;
  }
  .pe-dr-3 {
    padding-right: 1rem !important;
  }
  .pe-dr-4 {
    padding-right: 1.5rem !important;
  }
  .pe-dr-5 {
    padding-right: 3rem !important;
  }
  .pe-dr-6 {
    padding-right: 4.5rem !important;
  }
  .pe-dr-7 {
    padding-right: 6rem !important;
  }
  .pb-dr-0 {
    padding-bottom: 0 !important;
  }
  .pb-dr-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-dr-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-dr-3 {
    padding-bottom: 1rem !important;
  }
  .pb-dr-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-dr-5 {
    padding-bottom: 3rem !important;
  }
  .pb-dr-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-dr-7 {
    padding-bottom: 6rem !important;
  }
  .ps-dr-0 {
    padding-left: 0 !important;
  }
  .ps-dr-1 {
    padding-left: 0.25rem !important;
  }
  .ps-dr-2 {
    padding-left: 0.5rem !important;
  }
  .ps-dr-3 {
    padding-left: 1rem !important;
  }
  .ps-dr-4 {
    padding-left: 1.5rem !important;
  }
  .ps-dr-5 {
    padding-left: 3rem !important;
  }
  .ps-dr-6 {
    padding-left: 4.5rem !important;
  }
  .ps-dr-7 {
    padding-left: 6rem !important;
  }
  .text-dr-start {
    text-align: left !important;
  }
  .text-dr-end {
    text-align: right !important;
  }
  .text-dr-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 835px) {
  .d-fl-inline {
    display: inline !important;
  }
  .d-fl-inline-block {
    display: inline-block !important;
  }
  .d-fl-block {
    display: block !important;
  }
  .d-fl-grid {
    display: grid !important;
  }
  .d-fl-table {
    display: table !important;
  }
  .d-fl-table-row {
    display: table-row !important;
  }
  .d-fl-table-cell {
    display: table-cell !important;
  }
  .d-fl-flex {
    display: flex !important;
  }
  .d-fl-inline-flex {
    display: inline-flex !important;
  }
  .d-fl-none {
    display: none !important;
  }
  .flex-fl-row {
    flex-direction: row !important;
  }
  .flex-fl-column {
    flex-direction: column !important;
  }
  .flex-fl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-fl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-fl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-fl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-fl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-fl-start {
    justify-content: flex-start !important;
  }
  .justify-content-fl-end {
    justify-content: flex-end !important;
  }
  .justify-content-fl-center {
    justify-content: center !important;
  }
  .justify-content-fl-between {
    justify-content: space-between !important;
  }
  .justify-content-fl-around {
    justify-content: space-around !important;
  }
  .justify-content-fl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-fl-start {
    align-items: flex-start !important;
  }
  .align-items-fl-end {
    align-items: flex-end !important;
  }
  .align-items-fl-center {
    align-items: center !important;
  }
  .align-items-fl-baseline {
    align-items: baseline !important;
  }
  .align-items-fl-stretch {
    align-items: stretch !important;
  }
  .m-fl-0 {
    margin: 0 !important;
  }
  .m-fl-1 {
    margin: 0.25rem !important;
  }
  .m-fl-2 {
    margin: 0.5rem !important;
  }
  .m-fl-3 {
    margin: 1rem !important;
  }
  .m-fl-4 {
    margin: 1.5rem !important;
  }
  .m-fl-5 {
    margin: 3rem !important;
  }
  .m-fl-6 {
    margin: 4.5rem !important;
  }
  .m-fl-7 {
    margin: 6rem !important;
  }
  .m-fl-auto {
    margin: auto !important;
  }
  .mx-fl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-fl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-fl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-fl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-fl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-fl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-fl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-fl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-fl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-fl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-fl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-fl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-fl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-fl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-fl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-fl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-fl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-fl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-fl-0 {
    margin-top: 0 !important;
  }
  .mt-fl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-fl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-fl-3 {
    margin-top: 1rem !important;
  }
  .mt-fl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-fl-5 {
    margin-top: 3rem !important;
  }
  .mt-fl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-fl-7 {
    margin-top: 6rem !important;
  }
  .mt-fl-auto {
    margin-top: auto !important;
  }
  .me-fl-0 {
    margin-right: 0 !important;
  }
  .me-fl-1 {
    margin-right: 0.25rem !important;
  }
  .me-fl-2 {
    margin-right: 0.5rem !important;
  }
  .me-fl-3 {
    margin-right: 1rem !important;
  }
  .me-fl-4 {
    margin-right: 1.5rem !important;
  }
  .me-fl-5 {
    margin-right: 3rem !important;
  }
  .me-fl-6 {
    margin-right: 4.5rem !important;
  }
  .me-fl-7 {
    margin-right: 6rem !important;
  }
  .me-fl-auto {
    margin-right: auto !important;
  }
  .mb-fl-0 {
    margin-bottom: 0 !important;
  }
  .mb-fl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-fl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-fl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-fl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-fl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-fl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-fl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-fl-auto {
    margin-bottom: auto !important;
  }
  .ms-fl-0 {
    margin-left: 0 !important;
  }
  .ms-fl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-fl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-fl-3 {
    margin-left: 1rem !important;
  }
  .ms-fl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-fl-5 {
    margin-left: 3rem !important;
  }
  .ms-fl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-fl-7 {
    margin-left: 6rem !important;
  }
  .ms-fl-auto {
    margin-left: auto !important;
  }
  .p-fl-0 {
    padding: 0 !important;
  }
  .p-fl-1 {
    padding: 0.25rem !important;
  }
  .p-fl-2 {
    padding: 0.5rem !important;
  }
  .p-fl-3 {
    padding: 1rem !important;
  }
  .p-fl-4 {
    padding: 1.5rem !important;
  }
  .p-fl-5 {
    padding: 3rem !important;
  }
  .p-fl-6 {
    padding: 4.5rem !important;
  }
  .p-fl-7 {
    padding: 6rem !important;
  }
  .px-fl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-fl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-fl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-fl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-fl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-fl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-fl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-fl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-fl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-fl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-fl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-fl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-fl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-fl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-fl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-fl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-fl-0 {
    padding-top: 0 !important;
  }
  .pt-fl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-fl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-fl-3 {
    padding-top: 1rem !important;
  }
  .pt-fl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-fl-5 {
    padding-top: 3rem !important;
  }
  .pt-fl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-fl-7 {
    padding-top: 6rem !important;
  }
  .pe-fl-0 {
    padding-right: 0 !important;
  }
  .pe-fl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-fl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-fl-3 {
    padding-right: 1rem !important;
  }
  .pe-fl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-fl-5 {
    padding-right: 3rem !important;
  }
  .pe-fl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-fl-7 {
    padding-right: 6rem !important;
  }
  .pb-fl-0 {
    padding-bottom: 0 !important;
  }
  .pb-fl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-fl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-fl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-fl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-fl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-fl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-fl-7 {
    padding-bottom: 6rem !important;
  }
  .ps-fl-0 {
    padding-left: 0 !important;
  }
  .ps-fl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-fl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-fl-3 {
    padding-left: 1rem !important;
  }
  .ps-fl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-fl-5 {
    padding-left: 3rem !important;
  }
  .ps-fl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-fl-7 {
    padding-left: 6rem !important;
  }
  .text-fl-start {
    text-align: left !important;
  }
  .text-fl-end {
    text-align: right !important;
  }
  .text-fl-center {
    text-align: center !important;
  }
}
.g-0 .box {
  padding: 0;
}

.g-1 .box {
  padding: 0.25rem;
}
.g-1 .sns_list__list {
  padding: 0.25rem;
}

.gx-1 .box {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.gx-1 .sns_list__list {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.gy-1 .box {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gy-1 .sns_list__list {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.g-2 .box {
  padding: 0.5rem;
}
.g-2 .sns_list__list {
  padding: 0.5rem;
}

.gx-2 .box {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.gx-2 .sns_list__list {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.gy-2 .box {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gy-2 .sns_list__list {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.g-3 .box {
  padding: 0.75rem;
}
.g-3 .sns_list__list {
  padding: 0.75rem;
}

.gx-3 .box {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.gx-3 .sns_list__list {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.gy-3 .box {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.gy-3 .sns_list__list {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.g-4 .box {
  padding: 1rem;
}
.g-4 .sns_list__list {
  padding: 1rem;
}

.gx-4 .box {
  padding-left: 1rem;
  padding-right: 1rem;
}
.gx-4 .sns_list__list {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gy-4 .box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gy-4 .sns_list__list {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.g-5 .box {
  padding: 1.25rem;
}
.g-5 .sns_list__list {
  padding: 1.25rem;
}

.gx-5 .box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.gx-5 .sns_list__list {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.gy-5 .box {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.gy-5 .sns_list__list {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.g-6 .box {
  padding: 1.5rem;
}
.g-6 .sns_list__list {
  padding: 1.5rem;
}

.gx-6 .box {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.gx-6 .sns_list__list {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.gy-6 .box {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.gy-6 .sns_list__list {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.g-7 .box {
  padding: 1.75rem;
}
.g-7 .sns_list__list {
  padding: 1.75rem;
}

.gx-7 .box {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.gx-7 .sns_list__list {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.gy-7 .box {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.gy-7 .sns_list__list {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.g-8 .box {
  padding: 2rem;
}
.g-8 .sns_list__list {
  padding: 2rem;
}

.gx-8 .box {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gx-8 .sns_list__list {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gy-8 .box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.gy-8 .sns_list__list {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.g-9 .box {
  padding: 2.25rem;
}
.g-9 .sns_list__list {
  padding: 2.25rem;
}

.gx-9 .box {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.gx-9 .sns_list__list {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.gy-9 .box {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.gy-9 .sns_list__list {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.g-10 .box {
  padding: 2.5rem;
}
.g-10 .sns_list__list {
  padding: 2.5rem;
}

.gx-10 .box {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.gx-10 .sns_list__list {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.gy-10 .box {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.gy-10 .sns_list__list {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.g-11 .box {
  padding: 2.75rem;
}
.g-11 .sns_list__list {
  padding: 2.75rem;
}

.gx-11 .box {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.gx-11 .sns_list__list {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.gy-11 .box {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.gy-11 .sns_list__list {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.g-12 .box {
  padding: 3rem;
}
.g-12 .sns_list__list {
  padding: 3rem;
}

.gx-12 .box {
  padding-left: 3rem;
  padding-right: 3rem;
}
.gx-12 .sns_list__list {
  padding-left: 3rem;
  padding-right: 3rem;
}

.gy-12 .box {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.gy-12 .sns_list__list {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.g-13 .box {
  padding: 3.25rem;
}
.g-13 .sns_list__list {
  padding: 3.25rem;
}

.gx-13 .box {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.gx-13 .sns_list__list {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.gy-13 .box {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.gy-13 .sns_list__list {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.g-14 .box {
  padding: 3.5rem;
}
.g-14 .sns_list__list {
  padding: 3.5rem;
}

.gx-14 .box {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.gx-14 .sns_list__list {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.gy-14 .box {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.gy-14 .sns_list__list {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.g-15 .box {
  padding: 3.75rem;
}
.g-15 .sns_list__list {
  padding: 3.75rem;
}

.gx-15 .box {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.gx-15 .sns_list__list {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.gy-15 .box {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.gy-15 .sns_list__list {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.g-16 .box {
  padding: 4rem;
}
.g-16 .sns_list__list {
  padding: 4rem;
}

.gx-16 .box {
  padding-left: 4rem;
  padding-right: 4rem;
}
.gx-16 .sns_list__list {
  padding-left: 4rem;
  padding-right: 4rem;
}

.gy-16 .box {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.gy-16 .sns_list__list {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.g-17 .box {
  padding: 4.25rem;
}
.g-17 .sns_list__list {
  padding: 4.25rem;
}

.gx-17 .box {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}
.gx-17 .sns_list__list {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.gy-17 .box {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}
.gy-17 .sns_list__list {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.g-18 .box {
  padding: 4.5rem;
}
.g-18 .sns_list__list {
  padding: 4.5rem;
}

.gx-18 .box {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.gx-18 .sns_list__list {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.gy-18 .box {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.gy-18 .sns_list__list {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.g-19 .box {
  padding: 4.75rem;
}
.g-19 .sns_list__list {
  padding: 4.75rem;
}

.gx-19 .box {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}
.gx-19 .sns_list__list {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.gy-19 .box {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}
.gy-19 .sns_list__list {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.g-20 .box {
  padding: 5rem;
}
.g-20 .sns_list__list {
  padding: 5rem;
}

.gx-20 .box {
  padding-left: 5rem;
  padding-right: 5rem;
}
.gx-20 .sns_list__list {
  padding-left: 5rem;
  padding-right: 5rem;
}

.gy-20 .box {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.gy-20 .sns_list__list {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.row-cols-1 .box {
  flex: 0 0 auto;
  width: 100% !important;
}
.row-cols-1 .sns_list__list {
  flex: 0 0 auto;
  width: 100% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-1 .box {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .row-cols-sm-1 .sns_list__list {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-1 .box {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .row-cols-md-1 .sns_list__list {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-1 .box {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .row-cols-lg-1 .sns_list__list {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-1 .box {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .row-cols-xl-1 .sns_list__list {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-1 .box {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .row-cols-ds-1 .sns_list__list {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-1 .box {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .row-cols-dm-1 .sns_list__list {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-1 .box {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .row-cols-dl-1 .sns_list__list {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-1 .box {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .row-cols-dr-1 .sns_list__list {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-1 .box {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .row-cols-fl-1 .sns_list__list {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
.row-cols-2 .box {
  flex: 0 0 auto;
  width: 50% !important;
}
.row-cols-2 .sns_list__list {
  flex: 0 0 auto;
  width: 50% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-2 .box {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .row-cols-sm-2 .sns_list__list {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-2 .box {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .row-cols-md-2 .sns_list__list {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-2 .box {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .row-cols-lg-2 .sns_list__list {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-2 .box {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .row-cols-xl-2 .sns_list__list {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-2 .box {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .row-cols-ds-2 .sns_list__list {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-2 .box {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .row-cols-dm-2 .sns_list__list {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-2 .box {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .row-cols-dl-2 .sns_list__list {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-2 .box {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .row-cols-dr-2 .sns_list__list {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-2 .box {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .row-cols-fl-2 .sns_list__list {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
.row-cols-3 .box {
  flex: 0 0 auto;
  width: 33.3333333333% !important;
}
.row-cols-3 .sns_list__list {
  flex: 0 0 auto;
  width: 33.3333333333% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-3 .box {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  .row-cols-sm-3 .sns_list__list {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-3 .box {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  .row-cols-md-3 .sns_list__list {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-3 .box {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  .row-cols-lg-3 .sns_list__list {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-3 .box {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  .row-cols-xl-3 .sns_list__list {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-3 .box {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  .row-cols-ds-3 .sns_list__list {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-3 .box {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  .row-cols-dm-3 .sns_list__list {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-3 .box {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  .row-cols-dl-3 .sns_list__list {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-3 .box {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  .row-cols-dr-3 .sns_list__list {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-3 .box {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
  .row-cols-fl-3 .sns_list__list {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }
}
.row-cols-4 .box {
  flex: 0 0 auto;
  width: 25% !important;
}
.row-cols-4 .sns_list__list {
  flex: 0 0 auto;
  width: 25% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-4 .box {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .row-cols-sm-4 .sns_list__list {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-4 .box {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .row-cols-md-4 .sns_list__list {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-4 .box {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .row-cols-lg-4 .sns_list__list {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-4 .box {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .row-cols-xl-4 .sns_list__list {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-4 .box {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .row-cols-ds-4 .sns_list__list {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-4 .box {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .row-cols-dm-4 .sns_list__list {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-4 .box {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .row-cols-dl-4 .sns_list__list {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-4 .box {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .row-cols-dr-4 .sns_list__list {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-4 .box {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .row-cols-fl-4 .sns_list__list {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
.row-cols-5 .box {
  flex: 0 0 auto;
  width: 20% !important;
}
.row-cols-5 .sns_list__list {
  flex: 0 0 auto;
  width: 20% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-5 .box {
    flex: 0 0 auto;
    width: 20% !important;
  }
  .row-cols-sm-5 .sns_list__list {
    flex: 0 0 auto;
    width: 20% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-5 .box {
    flex: 0 0 auto;
    width: 20% !important;
  }
  .row-cols-md-5 .sns_list__list {
    flex: 0 0 auto;
    width: 20% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-5 .box {
    flex: 0 0 auto;
    width: 20% !important;
  }
  .row-cols-lg-5 .sns_list__list {
    flex: 0 0 auto;
    width: 20% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-5 .box {
    flex: 0 0 auto;
    width: 20% !important;
  }
  .row-cols-xl-5 .sns_list__list {
    flex: 0 0 auto;
    width: 20% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-5 .box {
    flex: 0 0 auto;
    width: 20% !important;
  }
  .row-cols-ds-5 .sns_list__list {
    flex: 0 0 auto;
    width: 20% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-5 .box {
    flex: 0 0 auto;
    width: 20% !important;
  }
  .row-cols-dm-5 .sns_list__list {
    flex: 0 0 auto;
    width: 20% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-5 .box {
    flex: 0 0 auto;
    width: 20% !important;
  }
  .row-cols-dl-5 .sns_list__list {
    flex: 0 0 auto;
    width: 20% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-5 .box {
    flex: 0 0 auto;
    width: 20% !important;
  }
  .row-cols-dr-5 .sns_list__list {
    flex: 0 0 auto;
    width: 20% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-5 .box {
    flex: 0 0 auto;
    width: 20% !important;
  }
  .row-cols-fl-5 .sns_list__list {
    flex: 0 0 auto;
    width: 20% !important;
  }
}
.row-cols-6 .box {
  flex: 0 0 auto;
  width: 16.6666666667% !important;
}
.row-cols-6 .sns_list__list {
  flex: 0 0 auto;
  width: 16.6666666667% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-6 .box {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  .row-cols-sm-6 .sns_list__list {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-6 .box {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  .row-cols-md-6 .sns_list__list {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-6 .box {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  .row-cols-lg-6 .sns_list__list {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-6 .box {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  .row-cols-xl-6 .sns_list__list {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-6 .box {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  .row-cols-ds-6 .sns_list__list {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-6 .box {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  .row-cols-dm-6 .sns_list__list {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-6 .box {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  .row-cols-dl-6 .sns_list__list {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-6 .box {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  .row-cols-dr-6 .sns_list__list {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-6 .box {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
  .row-cols-fl-6 .sns_list__list {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }
}
.row-cols-7 .box {
  flex: 0 0 auto;
  width: 14.2857142857% !important;
}
.row-cols-7 .sns_list__list {
  flex: 0 0 auto;
  width: 14.2857142857% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-7 .box {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
  .row-cols-sm-7 .sns_list__list {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-7 .box {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
  .row-cols-md-7 .sns_list__list {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-7 .box {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
  .row-cols-lg-7 .sns_list__list {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-7 .box {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
  .row-cols-xl-7 .sns_list__list {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-7 .box {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
  .row-cols-ds-7 .sns_list__list {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-7 .box {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
  .row-cols-dm-7 .sns_list__list {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-7 .box {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
  .row-cols-dl-7 .sns_list__list {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-7 .box {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
  .row-cols-dr-7 .sns_list__list {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-7 .box {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
  .row-cols-fl-7 .sns_list__list {
    flex: 0 0 auto;
    width: 14.2857142857% !important;
  }
}
.row-cols-8 .box {
  flex: 0 0 auto;
  width: 12.5% !important;
}
.row-cols-8 .sns_list__list {
  flex: 0 0 auto;
  width: 12.5% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-8 .box {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
  .row-cols-sm-8 .sns_list__list {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-8 .box {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
  .row-cols-md-8 .sns_list__list {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-8 .box {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
  .row-cols-lg-8 .sns_list__list {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-8 .box {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
  .row-cols-xl-8 .sns_list__list {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-8 .box {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
  .row-cols-ds-8 .sns_list__list {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-8 .box {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
  .row-cols-dm-8 .sns_list__list {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-8 .box {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
  .row-cols-dl-8 .sns_list__list {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-8 .box {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
  .row-cols-dr-8 .sns_list__list {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-8 .box {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
  .row-cols-fl-8 .sns_list__list {
    flex: 0 0 auto;
    width: 12.5% !important;
  }
}
.row-cols-9 .box {
  flex: 0 0 auto;
  width: 11.1111111111% !important;
}
.row-cols-9 .sns_list__list {
  flex: 0 0 auto;
  width: 11.1111111111% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-9 .box {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
  .row-cols-sm-9 .sns_list__list {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-9 .box {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
  .row-cols-md-9 .sns_list__list {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-9 .box {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
  .row-cols-lg-9 .sns_list__list {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-9 .box {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
  .row-cols-xl-9 .sns_list__list {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-9 .box {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
  .row-cols-ds-9 .sns_list__list {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-9 .box {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
  .row-cols-dm-9 .sns_list__list {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-9 .box {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
  .row-cols-dl-9 .sns_list__list {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-9 .box {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
  .row-cols-dr-9 .sns_list__list {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-9 .box {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
  .row-cols-fl-9 .sns_list__list {
    flex: 0 0 auto;
    width: 11.1111111111% !important;
  }
}
.row-cols-10 .box {
  flex: 0 0 auto;
  width: 10% !important;
}
.row-cols-10 .sns_list__list {
  flex: 0 0 auto;
  width: 10% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-10 .box {
    flex: 0 0 auto;
    width: 10% !important;
  }
  .row-cols-sm-10 .sns_list__list {
    flex: 0 0 auto;
    width: 10% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-10 .box {
    flex: 0 0 auto;
    width: 10% !important;
  }
  .row-cols-md-10 .sns_list__list {
    flex: 0 0 auto;
    width: 10% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-10 .box {
    flex: 0 0 auto;
    width: 10% !important;
  }
  .row-cols-lg-10 .sns_list__list {
    flex: 0 0 auto;
    width: 10% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-10 .box {
    flex: 0 0 auto;
    width: 10% !important;
  }
  .row-cols-xl-10 .sns_list__list {
    flex: 0 0 auto;
    width: 10% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-10 .box {
    flex: 0 0 auto;
    width: 10% !important;
  }
  .row-cols-ds-10 .sns_list__list {
    flex: 0 0 auto;
    width: 10% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-10 .box {
    flex: 0 0 auto;
    width: 10% !important;
  }
  .row-cols-dm-10 .sns_list__list {
    flex: 0 0 auto;
    width: 10% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-10 .box {
    flex: 0 0 auto;
    width: 10% !important;
  }
  .row-cols-dl-10 .sns_list__list {
    flex: 0 0 auto;
    width: 10% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-10 .box {
    flex: 0 0 auto;
    width: 10% !important;
  }
  .row-cols-dr-10 .sns_list__list {
    flex: 0 0 auto;
    width: 10% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-10 .box {
    flex: 0 0 auto;
    width: 10% !important;
  }
  .row-cols-fl-10 .sns_list__list {
    flex: 0 0 auto;
    width: 10% !important;
  }
}
.row-cols-11 .box {
  flex: 0 0 auto;
  width: 9.0909090909% !important;
}
.row-cols-11 .sns_list__list {
  flex: 0 0 auto;
  width: 9.0909090909% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-11 .box {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
  .row-cols-sm-11 .sns_list__list {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-11 .box {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
  .row-cols-md-11 .sns_list__list {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-11 .box {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
  .row-cols-lg-11 .sns_list__list {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-11 .box {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
  .row-cols-xl-11 .sns_list__list {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-11 .box {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
  .row-cols-ds-11 .sns_list__list {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-11 .box {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
  .row-cols-dm-11 .sns_list__list {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-11 .box {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
  .row-cols-dl-11 .sns_list__list {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-11 .box {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
  .row-cols-dr-11 .sns_list__list {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-11 .box {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
  .row-cols-fl-11 .sns_list__list {
    flex: 0 0 auto;
    width: 9.0909090909% !important;
  }
}
.row-cols-12 .box {
  flex: 0 0 auto;
  width: 8.3333333333% !important;
}
.row-cols-12 .sns_list__list {
  flex: 0 0 auto;
  width: 8.3333333333% !important;
}

@media only screen and (min-width: 641px) {
  .row-cols-sm-12 .box {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
  .row-cols-sm-12 .sns_list__list {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-md-12 .box {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
  .row-cols-md-12 .sns_list__list {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
}
@media only screen and (min-width: 1001px) {
  .row-cols-lg-12 .box {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
  .row-cols-lg-12 .sns_list__list {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-xl-12 .box {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
  .row-cols-xl-12 .sns_list__list {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
}
@media only screen and (min-width: 1401px) {
  .row-cols-ds-12 .box {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
  .row-cols-ds-12 .sns_list__list {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
}
@media only screen and (min-width: 1601px) {
  .row-cols-dm-12 .box {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
  .row-cols-dm-12 .sns_list__list {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
}
@media only screen and (min-width: 1921px) {
  .row-cols-dl-12 .box {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
  .row-cols-dl-12 .sns_list__list {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .row-cols-dr-12 .box {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
  .row-cols-dr-12 .sns_list__list {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
}
@media only screen and (min-width: 835px) {
  .row-cols-fl-12 .box {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
  .row-cols-fl-12 .sns_list__list {
    flex: 0 0 auto;
    width: 8.3333333333% !important;
  }
}
.btn {
  display: inline-block;
  padding: 1rem 1.875rem;
  color: white !important;
  background-color: #feac4e;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
}

.btn {
  min-width: 350px;
  font-size: 1.25rem;
  border-radius: 100vh;
}
.btn:after {
  display: inline-block;
  margin-left: 1.875rem;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.btn:hover {
  color: #feac4e !important;
  background-color: white;
  border: 2px solid #feac4e;
}

.form_wrap.dl-company > dl:last-child > dt, .form_wrap.dl-news > dl:last-child > dt, .form_wrap.dl > dl:last-child > dt,
.form_wrap.dl-company > dl:last-child > dd,
.form_wrap.dl-news > dl:last-child > dd,
.form_wrap.dl > dl:last-child > dd {
  border-bottom: none;
}
.form_wrap.dl-company > dl > dt, .form_wrap.dl-news > dl > dt, .form_wrap.dl > dl > dt,
.form_wrap.dl-company > dl > dd,
.form_wrap.dl-news > dl > dd,
.form_wrap.dl > dl > dd {
  padding: 0;
  background-color: transparent;
  border: none;
}
.form_wrap.dl-company > dl > dt, .form_wrap.dl-news > dl > dt, .form_wrap.dl > dl > dt {
  justify-content: flex-start;
}

.dl-news {
  max-height: 480px;
  overflow-y: scroll;
}
.dl-news::-webkit-scrollbar {
  width: 5px;
}
.dl-news::-webkit-scrollbar-track {
  background-color: transparent;
}
.dl-news::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}
@media only screen and (max-width: 834px) {
  .dl-news > dl > dt,
.dl-news > dl > dd {
    width: 100% !important;
  }
}
.dl-news > dl > dt {
  color: #775238;
}
.dl-news--style_01 {
  padding: 2.5rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.dl-news--style_01 dl {
  display: block !important;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px dotted #775238;
}
.dl-news--style_01 dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.dl-news--style_01 dl > dt {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 640px) {
  .dl-company > dl {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .dl-company > dl > dt,
.dl-company > dl > dd {
    width: 100% !important;
  }
}

.dl-company--style_01 {
  padding: 2.5rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.dl-company--style_01 dl {
  flex-direction: column;
  margin-bottom: 2.5rem;
}
.dl-company--style_01 dl:last-child {
  margin-bottom: 0;
}
.dl-company--style_01 dl > dt {
  margin-bottom: 0.9375rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

.dpdn .dpdn__lists {
  list-style: none;
}
.dpdn .dpdn__link {
  color: inherit;
  text-decoration: none;
}

.dpdn {
  position: relative;
}
@media only screen and (min-width: 1201px) {
  .dpdn__lists {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .dpdn__link:before {
    content: "\f105";
    display: inline-block;
    margin-right: 0.625rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .dpdn:hover .dpdn__lists {
    min-width: max-content;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
}
.dpdn.is_checked .dpdn__lists {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.dpdn.is_checked .dpdn__btn::before {
  transform: rotate(45deg);
}
.dpdn__lists {
  width: max-content;
  height: 0;
  background-color: #fff9ea;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  position: absolute;
  top: 30px;
}
@media only screen and (max-width: 1200px) {
  .dpdn__lists {
    display: block;
    width: 100%;
    background-color: #fff9ea;
    overflow: hidden;
    position: static;
    transition: all 0.5s ease;
  }
}
.dpdn__list {
  border-bottom: 1px solid #775238;
}
@media only screen and (max-width: 1200px) {
  .dpdn__list:first-child {
    border-top: 1px solid #775238;
  }
  .dpdn__list:last-child {
    border-bottom: none;
  }
}
.dpdn__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .dpdn__btn {
    width: 50px;
    height: 50px;
    background-color: #e5d5b5;
  }
  .dpdn__btn::before {
    content: "+";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 0.3s ease;
  }
}
.dpdn__link {
  display: block;
  padding: 1rem;
}
@media only screen and (max-width: 1200px) {
  .dpdn__link {
    padding: 2rem 2rem;
  }
}

.eyecatch {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.eyecatch--on-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.eyecatch--on-image > article {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eyecatch--on-image > article > h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #775238;
  font-weight: 500;
}
.eyecatch--sub-text > article > div {
  color: #ffffff;
  font-size: clamp(0.875rem, 1.0416666667vw, 1.25rem);
}
.eyecatch--style_01 img {
  display: inline-block;
  width: 120px !important;
  height: auto !important;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: translate(-10%, 0);
}

.flexbox-image, .flexbox-txt-on-image, .flexbox-card, .flexbox-media {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  clear: both;
}
.flexbox-image div.box, .flexbox-txt-on-image div.box, .flexbox-card div.box, .flexbox-media div.box {
  box-sizing: border-box;
  overflow: hidden;
}
.flexbox-image div.box:last-child, .flexbox-txt-on-image div.box:last-child, .flexbox-card div.box:last-child, .flexbox-media div.box:last-child {
  margin-bottom: 0;
}

.flexbox-media .box {
  width: 100%;
}
.flexbox-media .box article {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 835px) {
  .flexbox-media .box article {
    flex-direction: column !important;
  }
}
.flexbox-media .box article > h3 {
  display: none;
}
.flexbox-media .box article > div {
  flex: 1 0 0;
}
@media only screen and (max-width: 835px) {
  .flexbox-media .box article > div {
    width: 100%;
  }
}
.flexbox-media .box article > a {
  flex: 0 0 50%;
}
@media only screen and (max-width: 835px) {
  .flexbox-media .box article > a {
    width: 100%;
  }
}
.flexbox-media .box-inner {
  width: 100%;
}
.flexbox-media .image-wrapper {
  flex: 0 0 50%;
}
@media only screen and (max-width: 834px) {
  .flexbox-media .image-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 835px) {
  .flexbox-media .odd article {
    flex-direction: column !important;
  }
}
.flexbox-media .even article {
  flex-direction: row-reverse !important;
}
@media only screen and (max-width: 835px) {
  .flexbox-media .even article {
    flex-direction: column !important;
  }
}

.flexbox-media--reverse .box article {
  flex-direction: row-reverse;
}
.flexbox-media--style_01 .box article > div {
  padding: 1rem;
}
.flexbox-media--style_01 .image-wrapper img {
  border-radius: 10px;
}
.flexbox-media--style_01 .box-inner {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.flexbox-media--1_1 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-media--1_1 .image-wrapper:has(a) {
  display: block;
}
.flexbox-media--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.flexbox-media--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-media--1_1 .image-wrapper img {
  object-fit: contain;
}
.flexbox-media--4_3 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-media--4_3 .image-wrapper:has(a) {
  display: block;
}
.flexbox-media--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.flexbox-media--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-media--4_3 .image-wrapper img {
  object-fit: contain;
}
.flexbox-media--3_2 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-media--3_2 .image-wrapper:has(a) {
  display: block;
}
.flexbox-media--3_2 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  text-align: center;
}
.flexbox-media--3_2 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-media--3_2 .image-wrapper img {
  object-fit: contain;
}
.flexbox-media--16_9 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-media--16_9 .image-wrapper:has(a) {
  display: block;
}
.flexbox-media--16_9 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  text-align: center;
}
.flexbox-media--16_9 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-media--16_9 .image-wrapper img {
  object-fit: contain;
}
.flexbox-media--2_1 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-media--2_1 .image-wrapper:has(a) {
  display: block;
}
.flexbox-media--2_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
  text-align: center;
}
.flexbox-media--2_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-media--2_1 .image-wrapper img {
  object-fit: contain;
}

.flexbox-card .box {
  width: 100%;
}
.flexbox-card .box article > h3 {
  display: none;
}
.flexbox-card .box-inner {
  width: 100%;
}

.flexbox-card--h3_show .box article > h3 {
  display: block;
}
.flexbox-card--style_01 .box {
  display: flex;
}
.flexbox-card--style_01 .box article > div > h3 {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #111111;
  font-size: 1.125rem;
}
.flexbox-card--style_01 .box-inner {
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 30px;
}
.flexbox-card--style_01 .image-wrapper {
  margin-bottom: 1.25rem;
  position: relative;
  display: block;
}
.flexbox-card--style_01 .image-wrapper:has(a) {
  display: block;
}
.flexbox-card--style_01 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 71.4285714286%;
  text-align: center;
}
.flexbox-card--style_01 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-card--style_01 .image-wrapper img {
  object-fit: contain;
}
.flexbox-card--style_01 .image-wrapper img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover !important;
}
.flexbox-card--1_1 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-card--1_1 .image-wrapper:has(a) {
  display: block;
}
.flexbox-card--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.flexbox-card--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-card--1_1 .image-wrapper img {
  object-fit: contain;
}
.flexbox-card--4_3 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-card--4_3 .image-wrapper:has(a) {
  display: block;
}
.flexbox-card--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.flexbox-card--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-card--4_3 .image-wrapper img {
  object-fit: contain;
}
.flexbox-card--3_2 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-card--3_2 .image-wrapper:has(a) {
  display: block;
}
.flexbox-card--3_2 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  text-align: center;
}
.flexbox-card--3_2 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-card--3_2 .image-wrapper img {
  object-fit: contain;
}
.flexbox-card--16_9 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-card--16_9 .image-wrapper:has(a) {
  display: block;
}
.flexbox-card--16_9 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  text-align: center;
}
.flexbox-card--16_9 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-card--16_9 .image-wrapper img {
  object-fit: contain;
}
.flexbox-card--2_1 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-card--2_1 .image-wrapper:has(a) {
  display: block;
}
.flexbox-card--2_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
  text-align: center;
}
.flexbox-card--2_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-card--2_1 .image-wrapper img {
  object-fit: contain;
}

.flexbox-txt-on-image .box {
  width: 100%;
}
.flexbox-txt-on-image .box article {
  position: relative;
  z-index: 0;
}
.flexbox-txt-on-image .box article > h3 {
  display: none;
}
.flexbox-txt-on-image .box article > div {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.flexbox-txt-on-image .box-inner {
  width: 100%;
}

.flexbox-txt-on-image--h3_show .box article > h3 {
  display: block;
}
.flexbox-txt-on-image--style_01 .box-inner {
  position: relative;
  z-index: 0;
}
.flexbox-txt-on-image--style_01 .box-inner:before {
  content: "";
  display: block;
  width: 94.4444444444%;
  height: 94.4444444444%;
  border: 2px solid #ffffff;
  border-radius: 10px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.flexbox-txt-on-image--style_01 .box-inner article > div {
  width: 100%;
  padding: 0 2.5rem;
  color: white;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.flexbox-txt-on-image--style_01 .box-inner article > div h3 {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  color: white;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: clamp(1.375rem, 1.25vw, 1.5rem);
  border-bottom: 1px solid #ffffff;
}
.flexbox-txt-on-image--style_01 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-txt-on-image--style_01 .image-wrapper:has(a) {
  display: block;
}
.flexbox-txt-on-image--style_01 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 69.4444444444%;
  text-align: center;
}
.flexbox-txt-on-image--style_01 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-txt-on-image--style_01 .image-wrapper img {
  object-fit: contain;
}
.flexbox-txt-on-image--style_01 .image-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.flexbox-txt-on-image--style_01 .image-wrapper img {
  object-fit: cover !important;
  border-radius: 10px;
}
.flexbox-txt-on-image--1_1 .box > article > a {
  position: relative;
  display: block;
}
.flexbox-txt-on-image--1_1 .box > article > a:has(a) {
  display: block;
}
.flexbox-txt-on-image--1_1 .box > article > a:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.flexbox-txt-on-image--1_1 .box > article > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-txt-on-image--1_1 .box > article > a img {
  object-fit: contain;
}
.flexbox-txt-on-image--4_3 .box > article > a {
  position: relative;
  display: block;
}
.flexbox-txt-on-image--4_3 .box > article > a:has(a) {
  display: block;
}
.flexbox-txt-on-image--4_3 .box > article > a:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.flexbox-txt-on-image--4_3 .box > article > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-txt-on-image--4_3 .box > article > a img {
  object-fit: contain;
}
.flexbox-txt-on-image--3_2 .box > article > a {
  position: relative;
  display: block;
}
.flexbox-txt-on-image--3_2 .box > article > a:has(a) {
  display: block;
}
.flexbox-txt-on-image--3_2 .box > article > a:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  text-align: center;
}
.flexbox-txt-on-image--3_2 .box > article > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-txt-on-image--3_2 .box > article > a img {
  object-fit: contain;
}
.flexbox-txt-on-image--16_9 .box > article > a {
  position: relative;
  display: block;
}
.flexbox-txt-on-image--16_9 .box > article > a:has(a) {
  display: block;
}
.flexbox-txt-on-image--16_9 .box > article > a:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  text-align: center;
}
.flexbox-txt-on-image--16_9 .box > article > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-txt-on-image--16_9 .box > article > a img {
  object-fit: contain;
}
.flexbox-txt-on-image--2_1 .box > article > a {
  position: relative;
  display: block;
}
.flexbox-txt-on-image--2_1 .box > article > a:has(a) {
  display: block;
}
.flexbox-txt-on-image--2_1 .box > article > a:before {
  content: "";
  display: block;
  padding-top: 50%;
  text-align: center;
}
.flexbox-txt-on-image--2_1 .box > article > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-txt-on-image--2_1 .box > article > a img {
  object-fit: contain;
}

.flexbox-image .box,
.flexbox-image .box-inner {
  width: 100%;
}

.flexbox-image--style_01 .box-inner {
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.flexbox-image--style_01 .image-wrapper img {
  border-radius: 10px;
}
.flexbox-image--1_1 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-image--1_1 .image-wrapper:has(a) {
  display: block;
}
.flexbox-image--1_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.flexbox-image--1_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-image--1_1 .image-wrapper img {
  object-fit: contain;
}
.flexbox-image--4_3 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-image--4_3 .image-wrapper:has(a) {
  display: block;
}
.flexbox-image--4_3 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.flexbox-image--4_3 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-image--4_3 .image-wrapper img {
  object-fit: contain;
}
.flexbox-image--3_2 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-image--3_2 .image-wrapper:has(a) {
  display: block;
}
.flexbox-image--3_2 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  text-align: center;
}
.flexbox-image--3_2 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-image--3_2 .image-wrapper img {
  object-fit: contain;
}
.flexbox-image--16_9 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-image--16_9 .image-wrapper:has(a) {
  display: block;
}
.flexbox-image--16_9 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  text-align: center;
}
.flexbox-image--16_9 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-image--16_9 .image-wrapper img {
  object-fit: contain;
}
.flexbox-image--2_1 .image-wrapper {
  position: relative;
  display: block;
}
.flexbox-image--2_1 .image-wrapper:has(a) {
  display: block;
}
.flexbox-image--2_1 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
  text-align: center;
}
.flexbox-image--2_1 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-image--2_1 .image-wrapper img {
  object-fit: contain;
}

.flexbox-ba {
  flex-wrap: nowrap !important;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .flexbox-ba {
    flex-direction: column !important;
    align-items: center;
  }
}
.flexbox-ba .js-mark {
  display: flex;
  align-items: center;
  width: 100px;
  height: auto;
  margin: 1.25rem;
}
@media only screen and (max-width: 1000px) {
  .flexbox-ba .js-mark {
    transform: rotate(90deg);
    margin: 2.5rem;
  }
}
.flexbox-ba .box-inner {
  width: 100%;
}
.flexbox-ba .box {
  flex: 1 1 auto;
  width: 33.3333333333%;
  position: relative;
  z-index: 0;
  overflow: visible !important;
}
@media only screen and (max-width: 1000px) {
  .flexbox-ba .box {
    width: 100%;
  }
}
.flexbox-ba .box article > h3 {
  display: none;
}
.flexbox-ba .box::before {
  display: block;
  color: #feac4e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  transform: translate(0, -50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.flexbox-ba .box:first-child:before {
  content: "BEFORE";
}
.flexbox-ba .box:last-child:before {
  content: "AFTER";
}

.flexbox-ba--h3_show .box article > h3 {
  display: block;
}
.flexbox-ba--style_01 .box {
  display: flex;
}
.flexbox-ba--style_01 .box article > div > h3 {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #111111;
  font-size: 1.125rem;
}
.flexbox-ba--style_01 .box-inner {
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 30px;
}
.flexbox-ba--style_01 .image-wrapper {
  margin-bottom: 1.25rem;
  position: relative;
  display: block;
}
.flexbox-ba--style_01 .image-wrapper:has(a) {
  display: block;
}
.flexbox-ba--style_01 .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 71.4285714286%;
  text-align: center;
}
.flexbox-ba--style_01 .image-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flexbox-ba--style_01 .image-wrapper img {
  object-fit: contain;
}
.flexbox-ba--style_01 .image-wrapper img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover !important;
}

.form.form_wrap dl:last-of-type > dt, .form.form_wrap dl:last-of-type > dd {
  border: none;
}
.form.form_wrap dt, .form.form_wrap dd {
  border: none;
  background-color: transparent;
}
.form.form_wrap dt {
  flex-direction: row;
  justify-content: flex-start;
  background-color: transparent;
}
.form.form_wrap dd input {
  padding: 10px 5px !important;
}

#TRANS_ANNOT {
  color: rgb(255, 97, 97);
}

h2.mail.title {
  display: none;
}

.hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .hamburger {
    display: inline-block;
    z-index: 1100;
  }
}

.hamburger {
  width: 40px;
  height: 20px;
  position: fixed;
  top: 15px;
  right: 15px;
}
.hamburger__line {
  width: 100%;
  height: 0.8px;
  border-radius: 1px;
  background-color: #775238;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
}
.hamburger .line1 {
  top: 0;
}
.hamburger .line2 {
  top: 10px;
}
.hamburger .line3 {
  bottom: 0;
}
.is_open .hamburger .line1 {
  transform: translateY(10px) rotate(-45deg);
}
.is_open .hamburger .line2 {
  opacity: 0;
  visibility: hidden;
}
.is_open .hamburger .line3 {
  transform: translateY(-10px) rotate(45deg);
}

h1 {
  font-size: clamp(2.25rem, 2.5vw, 3rem);
}

h2 {
  font-size: clamp(1.75rem, 1.875vw, 2.25rem);
}

h3 {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
}

h4 {
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
}

h5 {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}

h6 {
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
}

.h2 {
  margin-bottom: 1.25rem;
}
.h2 h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #775238;
}
.h2 h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin-right: auto;
  margin-bottom: 1.25rem;
  margin-left: auto;
  background-color: #feac4e;
  border-radius: 5px;
}

.h3 {
  margin-bottom: 1.25rem;
  position: relative;
}
.h3 h3:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #775238;
}
.h3:not(:has(.h3)) {
  padding-left: 0.625rem;
  color: #775238;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
.h3:not(:has(.h3)):before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #775238;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.t-map__wrapper {
  min-height: 400px;
}
.t-map--1_1 .t-map__wrapper {
  position: relative;
  display: block;
}
.t-map--1_1 .t-map__wrapper:has(a) {
  display: block;
}
.t-map--1_1 .t-map__wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.t-map--1_1 .t-map__wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.t-map--1_1 .t-map__wrapper img {
  object-fit: contain;
}
.t-map--4_3 .t-map__wrapper {
  position: relative;
  display: block;
}
.t-map--4_3 .t-map__wrapper:has(a) {
  display: block;
}
.t-map--4_3 .t-map__wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.t-map--4_3 .t-map__wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.t-map--4_3 .t-map__wrapper img {
  object-fit: contain;
}
.t-map--3_2 .t-map__wrapper {
  position: relative;
  display: block;
}
.t-map--3_2 .t-map__wrapper:has(a) {
  display: block;
}
.t-map--3_2 .t-map__wrapper:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  text-align: center;
}
.t-map--3_2 .t-map__wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.t-map--3_2 .t-map__wrapper img {
  object-fit: contain;
}
.t-map--16_9 .t-map__wrapper {
  position: relative;
  display: block;
}
.t-map--16_9 .t-map__wrapper:has(a) {
  display: block;
}
.t-map--16_9 .t-map__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  text-align: center;
}
.t-map--16_9 .t-map__wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.t-map--16_9 .t-map__wrapper img {
  object-fit: contain;
}
.t-map--2_1 .t-map__wrapper {
  position: relative;
  display: block;
}
.t-map--2_1 .t-map__wrapper:has(a) {
  display: block;
}
.t-map--2_1 .t-map__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
  text-align: center;
}
.t-map--2_1 .t-map__wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.t-map--2_1 .t-map__wrapper img {
  object-fit: contain;
}

@media only screen and (max-width: 1200px) {
  .nav {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transition-property: opacity, background-color, visibility, transform;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    z-index: 1000;
  }
}
.nav .nav__lists {
  list-style: none;
}
.nav .nav__link {
  color: inherit;
  text-decoration: none;
}
.is_open {
  overflow-y: hidden;
}
@media only screen and (max-width: 1200px) {
  .is_open .nav {
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .nav {
    background-color: #fff9ea;
  }
}
@media only screen and (max-width: 1200px) {
  .nav {
    opacity: 1;
    visibility: visible;
    transform: translate(150%, 0);
    transition-property: opacity, background-color, visibility, transform;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }
}
.nav__lists {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .nav__lists {
    display: block;
    padding-top: 5rem;
  }
}
.nav__list {
  text-align: left;
  position: relative;
}
.nav__list:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #775238;
  position: absolute;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: 0.2s ease-out;
}
.nav__list:hover:before {
  transform: scale(1, 1);
}
@media only screen and (max-width: 1200px) {
  .nav__list {
    margin-right: 0 !important;
    border-bottom: 1px solid #775238;
    position: static;
  }
  .nav__list:before {
    content: none;
  }
}
@media only screen and (max-width: 1200px) {
  .nav__link {
    display: inline-block;
    width: 100%;
    padding: 2rem 1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .is_open .nav {
    transform: translate(0, 0);
  }
}

.breadcrumb {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
.breadcrumb li {
  margin-right: 0.625rem;
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb li, .breadcrumb a {
  color: #111111 !important;
  font-size: 0.875rem;
  text-decoration: none;
}
.breadcrumb .pankuzu {
  display: flex;
}

.policy h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.policy p {
  margin-bottom: 3rem;
}

.mv {
  padding-top: 0px;
}
.mv .slider__list {
  position: relative;
  display: block;
}
.mv .slider__list:has(a) {
  display: block;
}
.mv .slider__list:before {
  content: "";
  display: block;
  padding-top: 41.6666666667%;
  text-align: center;
}
.mv .slider__list > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.mv .slider__list img {
  object-fit: contain;
}
.mv .slider__list:not(:first-child) {
  display: none;
}
.mv .slider__source {
  width: 100%;
  height: 100%;
}
.mv .slider__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

.sns .sns_list {
  border: none;
  flex-direction: row;
  flex-wrap: wrap;
}
.sns .sns_list__list {
  display: block;
  border-bottom: none;
  border: none;
}
.sns .sns_list .sns_photo {
  width: 100%;
  padding: 0;
}
.sns .sns_list .sns_photo a {
  display: block;
}
.sns .sns_list .sns_text {
  width: 100%;
  padding: 0;
  font-size: 1rem;
}
.sns .sns_list .sns_text .caption {
  word-break: break-all;
}
.sns .sns_list .sns_text ul {
  display: none;
}

.sns--image-only .sns_text {
  display: none;
}
.sns--style_01 .sns_list {
  display: block;
}
.sns--style_01 .slick-track {
  display: flex;
}
.sns--style_01 .slick-slide {
  height: auto !important;
}
.sns--style_01 .slick-slide {
  margin: 0 1.875rem;
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.sns--style_01 .sns_date {
  display: none;
}
.sns--style_01 .sns_photo {
  margin-bottom: 1.875rem;
}
.sns--style_01 .sns_photo a {
  position: relative;
  display: block;
}
.sns--style_01 .sns_photo a:has(a) {
  display: block;
}
.sns--style_01 .sns_photo a:before {
  content: "";
  display: block;
  padding-top: 81.1594202899%;
  text-align: center;
}
.sns--style_01 .sns_photo a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--style_01 .sns_photo a img {
  object-fit: contain;
}
.sns--style_01 .sns_photo img {
  object-fit: cover !important;
  border-radius: 10px;
}
.sns--1_1 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--1_1 .sns_photo > a:has(a) {
  display: block;
}
.sns--1_1 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.sns--1_1 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--1_1 .sns_photo > a img {
  object-fit: contain;
}
.sns--4_3 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--4_3 .sns_photo > a:has(a) {
  display: block;
}
.sns--4_3 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}
.sns--4_3 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--4_3 .sns_photo > a img {
  object-fit: contain;
}
.sns--3_2 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--3_2 .sns_photo > a:has(a) {
  display: block;
}
.sns--3_2 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  text-align: center;
}
.sns--3_2 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--3_2 .sns_photo > a img {
  object-fit: contain;
}
.sns--16_9 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--16_9 .sns_photo > a:has(a) {
  display: block;
}
.sns--16_9 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  text-align: center;
}
.sns--16_9 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--16_9 .sns_photo > a img {
  object-fit: contain;
}
.sns--2_1 .sns_photo > a {
  position: relative;
  display: block;
}
.sns--2_1 .sns_photo > a:has(a) {
  display: block;
}
.sns--2_1 .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 50%;
  text-align: center;
}
.sns--2_1 .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns--2_1 .sns_photo > a img {
  object-fit: contain;
}

@media only screen and (max-width: 640px) {
  .tbl table {
    table-layout: auto;
  }
}

.tbl--style_01 tr:first-child {
  background-color: #775238;
}
.tbl--style_01 tr:first-child > td > div {
  color: #ffffff;
}
.tbl--style_01 tr:not(:first-child) {
  background-color: #ffffff;
}
.tbl--style_02 tr > td:first-child {
  background-color: #775238;
}
.tbl--style_02 tr > td:first-child > div {
  color: #ffffff;
}

.ul-number li:last-child, .ul-icon li:last-child, .ul-links li:last-child, .ul-tag li:last-child, .ul li:last-child {
  margin-right: 0;
}

.ul--style_01 li {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  color: white;
  background-color: #775238;
  border-radius: 10px;
}

.ul-tag {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.ul-tag ul {
  display: flex;
  flex-wrap: wrap;
}
.ul-tag ul > li {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background-color: rgb(225, 242, 255);
}
.ul-tag > li {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  background-color: rgb(225, 242, 255);
}
.ul-tag > li > a {
  padding: 0.5rem 1rem;
}

.ul-links ul {
  display: flex;
  flex-wrap: wrap;
}
.ul-links ul > li {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  background-color: #775238;
}
.ul-links ul > li > a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: color(white);
}
.ul-links ul > li > a:after {
  content: "\f105";
  display: inline-block;
  margin-left: 0.625rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.ul-icon ul > li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.ul-icon ul > li:before {
  content: "\f1b9";
  margin-right: 0.3125rem;
  color: #775238;
  font-size: 1.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.ul-number ul {
  counter-reset: number;
}
.ul-number ul > li {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 0.5rem 1rem;
  position: relative;
}
.ul-number ul > li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  background-color: color(themes);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2.5rem 5.2083333333%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
@media only screen and (max-width: 1600px) {
  .header__inner {
    padding: 2.5rem 2.6041666667%;
  }
}
@media only screen and (max-width: 1200px) {
  .header__inner {
    padding: 1.25rem 1.25rem;
  }
}
.header .logo {
  width: 18.2291666667%;
  min-width: 150px;
  padding: 0 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .header .logo {
    width: auto;
    max-width: 250px;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 640px) {
  .header .logo {
    max-width: 150px;
  }
}
.header .nav {
  margin-left: auto;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .header .nav__lists {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
.header .nav__list {
  margin-right: 1.875rem;
}
.header .nav__list:last-child {
  margin-right: 0;
}
.header .nav__link {
  color: #775238;
  font-family: "Potta One", cursive;
  font-weight: 400;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1600px) {
  .header .nav__link {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .header .nav__link {
    padding: 1rem 1.5rem;
  }
}
.header .dpdn__link {
  font-family: "Potta One", cursive;
  font-weight: 400;
  color: #775238;
}
@media only screen and (max-width: 1200px) {
  .header .dpdn__link {
    padding: 1rem 2.5rem;
  }
}
.header .sns {
  position: fixed;
  top: 50%;
  right: 1.25rem;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1200px) {
  .header .sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.5rem;
    position: static;
    transform: translate(0);
  }
}
.header .instagram,
.header .twitter {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .header .instagram,
.header .twitter {
    display: inline-block;
  }
}
.header .instagram__img,
.header .twitter__img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.header .instagram {
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 1200px) {
  .header .instagram {
    margin-right: 1.2rem;
    margin-bottom: 0;
  }
}
.header .contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .header .contact {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 800;
  }
}
.header .tel,
.header .mail {
  display: inline-block;
  padding: 1.25rem 1.875rem;
  background-color: #feac4e;
  border-radius: 100vh;
}
@media only screen and (max-width: 1200px) {
  .header .tel,
.header .mail {
    flex: 1 0 0;
    border-radius: 0;
  }
}
.header .tel *,
.header .mail * {
  color: #ffffff;
}
.header .tel i,
.header .mail i {
  display: none;
}
@media only screen and (max-width: 640px) {
  .header .tel i,
.header .mail i {
    display: block;
  }
}
.header .tel__text,
.header .mail__text {
  font-family: "Potta One", cursive;
  font-weight: 400;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1600px) {
  .header .tel__text,
.header .mail__text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .header .tel__text,
.header .mail__text {
    display: none;
  }
}
.header .tel {
  margin-right: 1.875rem;
}
@media only screen and (max-width: 1600px) {
  .header .tel {
    margin-right: 0.625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .header .tel {
    margin-right: 0;
    border-right: 1px solid white;
  }
}
.header .tel__tel {
  font-family: "Potta One", cursive;
  font-weight: 400;
  font-size: 0.875rem;
}
@media only screen and (max-width: 640px) {
  .header .tel__tel {
    display: none;
  }
}

.mv {
  position: relative;
  z-index: 0;
}
.mv__title {
  color: #ffffff;
  font-size: clamp(1.125rem, 3.125vw, 3.75rem);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-shadow: 2px 2px 0px #775238;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 5.2083333333%;
  transform: translate(5.2083333333%, -50%);
  z-index: 1;
}
.mv .slider__list {
  min-height: 400px;
}

.footer {
  background-color: #ffffff;
}
.footer__inner {
  padding: 3.75rem 0;
}
.footer .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.footer .instagram {
  margin-right: 1.25rem;
}
.footer .copyright {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}

.top #contents,
.top #main,
.top #main #col_main {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.info__title,
.point__title,
.service__title,
.instagram__title,
.works__title,
.instagram__title,
.news__title,
.shopinfo__title {
  margin-bottom: 3.125rem;
}
.info__title h2,
.point__title h2,
.service__title h2,
.instagram__title h2,
.works__title h2,
.instagram__title h2,
.news__title h2,
.shopinfo__title h2 {
  font-size: clamp(1.5rem, 3.125vw, 3.75rem);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #775238;
}
.info__title h2::after,
.point__title h2::after,
.service__title h2::after,
.instagram__title h2::after,
.works__title h2::after,
.instagram__title h2::after,
.news__title h2::after,
.shopinfo__title h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin-right: auto;
  margin-bottom: 1.25rem;
  margin-left: auto;
  background-color: #feac4e;
  border-radius: 5px;
}

.info__inner,
.point__inner,
.service__inner,
.instagram__inner,
.works__inner,
.instagram__inner {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 834px) {
  .info__inner,
.point__inner,
.service__inner,
.instagram__inner,
.works__inner,
.instagram__inner {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.design-01 img {
  object-fit: cover;
}

.info__conts .image-wrapper {
  padding: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .info__conts .image-wrapper {
    margin-bottom: 2.5rem;
  }
}
.info__conts .image-wrapper img {
  border-radius: 80px;
}
@media only screen and (max-width: 1200px) {
  .info__conts article {
    flex-direction: column !important;
  }
}
.info__conts article > div > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.info__conts article > div > ul > li {
  display: inline-block;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.625rem;
  color: #ffffff;
  background-color: #feac4e;
}
.info__conts article > div > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  color: #775238;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.5vw, 3rem);
}
.info__conts article > div > h2:before, .info__conts article > div > h2:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #775238;
}
.info__conts article > div > h2:before {
  transform: rotate(75deg);
}
.info__conts article > div > h2:after {
  transform: rotate(-75deg);
}
.info__conts .text-center {
  margin-top: 1.25rem;
}

.point__conts {
  margin-bottom: 3.75rem;
}

.used {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.used__inner {
  max-width: 1280;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 834px) {
  .used__inner {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.used__title {
  margin-bottom: 100px;
}
.used__title h2 {
  font-size: clamp(1.5rem, 4.375vw, 5.25rem);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  text-shadow: 2px 2px 5px #808080;
}
.used__body {
  margin-bottom: 5.625rem;
}
.used__body div {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-size: clamp(1.125rem, 1.5625vw, 1.875rem);
}

@media only screen and (max-width: 835px) {
  .works__conts .box:nth-child(1), .works__conts .box:nth-child(3) {
    transform: translate(0, 0) !important;
  }
}
.works__conts .box:nth-child(1) {
  transform: translate(0, -40px);
}
.works__conts .box:nth-child(3) {
  transform: translate(0, 40px);
}

.news {
  padding-top: 9.375rem;
}
.news__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 834px) {
  .news__inner {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.news__conts {
  margin-bottom: 4.375rem;
}

.shopinfo {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
.shopinfo__inner {
  display: flex;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 834px) {
  .shopinfo__inner {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .shopinfo__inner {
    display: block;
  }
}
.shopinfo__conts {
  flex: 0 0 50%;
  transform: translate(40px, 0);
}
@media only screen and (max-width: 1200px) {
  .shopinfo__conts {
    margin-bottom: 2.5rem;
    transform: translate(0, 0);
  }
}
.shopinfo__conts:before {
  content: "";
  display: block;
  height: 60px;
  margin-bottom: 1.25rem;
  background-image: url(/images/utility/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.shopinfo__map {
  flex: 1 0 0;
  transform: translate(-40px, 60px);
}
@media only screen and (max-width: 1200px) {
  .shopinfo__map {
    transform: translate(0, 0);
  }
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : blog.css
 Style : reset & default
 文字コード UTF-8N 改行コード LF
 Build 20210108
================================================================= */
* {
  box-sizing: border-box;
}

.blog img {
  border: 0px;
  max-width: 100%;
}

.blog video {
  max-width: 100%;
}

.blog input,
.blog textarea,
.blog select,
.blog button {
  margin: 0;
  padding: 4px 2px;
  font-size: 1rem;
}

a {
  /*a_color*/
}

a:hover,
a:active {
  /*a_hover*/
}

a:visited {
  /*a_visit*/
}

a:focus {
  outline: none;
}

html .blog .clearfix {
  height: 1%;
}

.blog .clearfix {
  display: block;
}

.blog .clearfix:after {
  clear: both;
  display: block;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}

.blog select {
  padding: 4px 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1rem;
  max-width: 100%;
}

.blog div.wrap {
  margin: 0 auto;
}

#main_image {
  width: 100%;
  height: 300px;
  /*main_height*/
  /*main_image*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.blog div.wrap {
  /*cbg_color*/
  /*cbg_image*/
  /*cbg_repeat*/
  display: flex;
}

.blog aside {
  padding: 0 10px;
  width: 25%;
  min-width: 200px;
  overflow: hidden;
}

.blog div#contents {
  width: 75%;
  overflow: hidden;
}

aside div#prof a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: right;
  padding-right: 10px;
}

aside div#search {
  position: relative;
}

aside div#search input {
  width: 100%;
}

aside div#search button {
  position: absolute;
  top: 1px;
  right: 5px;
  width: 28px;
  height: 28px;
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}

aside h3,
aside nav > div {
  font-size: 1rem;
  line-height: 50px;
  color: #6b6b6b;
}

aside h3:nth-of-type(2),
aside nav > div:nth-of-type(2) {
  margin-top: 20px;
}

aside nav {
  padding: 20px 0;
}

aside nav > a {
  display: block;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
}

aside ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

aside ul li:first-child {
  border-top: 1px solid #ccc;
}

aside ul li a span:nth-of-type(2) {
  display: block;
}

.blog div#contents div.pager {
  line-height: 30px;
  padding: 0 10px 50px 10px;
}

.blog div#contents div.pager a.next {
  float: right;
}

.blog div#contents div#blog_detail {
  padding: 10px 10px 0 10px;
}

.blog div#contents div#prof_detail img {
  padding: 0 10px;
  float: right;
}

.blog div#contents div#prof_detail div#prof_text {
  clear: right;
  padding: 10px;
}

.blog div#contents article div.date {
  line-height: 30px;
  color: #00a2ff;
}

.blog div#contents article h1 span:nth-of-type(2),
.blog div#contents article h2 span:nth-of-type(2) {
  display: block;
  font-size: 0.75rem;
}

.blog div#contents article ul {
  margin-bottom: 10px;
}

.blog div#contents article ul li {
  float: left;
  list-style: none;
}

.blog div#contents article ul li a {
  display: block;
  line-height: 30px;
  margin-right: 10px;
}

.blog div#contents article div.flex {
  display: flex;
  flex-direction: column;
}

.blog div#contents article div.flex_images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.blog div#contents div.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.blog div#contents div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.blog div#contents article div.sns {
  display: flex;
  justify-content: center;
}

.blog div#contents article div.sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 200px;
  height: 45px;
  border-radius: 3px;
  text-decoration: none;
}

.blog div#contents article div.sns a span {
  color: #fff;
  font-size: 0.75rem;
}

.blog div#contents article div.sns a i {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog div#contents article div.sns a.tw {
  background: #1da1f2;
}

.blog div#contents article div.sns a.fb {
  background: #2f6db6;
}

.blog div#contents article div.sns a.line {
  background: #00b900;
}

.blog div#contents article div.sns a.tw i {
  background-image: url(../img/TW.png);
}

.blog div#contents article div.sns a.fb i {
  background-image: url(../img/FB.png);
  background-size: 28px;
  background-position: center 3px;
}

.blog div#contents article div.sns a.line i {
  background-image: url(../img/LINE.png);
}

.blog div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.blog div#contents > dl dt {
  font-size: 1rem;
  line-height: 30px;
  margin-bottom: 10px;
}

.blog div#contents > dl dt span {
  display: block;
  font-size: 1rem;
}

.blog div#contents > dl ul li {
  float: left;
  list-style: none;
}

.blog div#contents > dl ul li a {
  display: block;
  line-height: 30px;
  margin-right: 10px;
}

.blog div#contents > dl dt span:nth-of-type(2) {
  display: block;
  font-size: 1rem;
}

/* ================================================================= 
 ver5 calendar
================================================================= */
div#form_calendar {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 10px auto;
}

div#form_calendar div.head {
  position: relative;
  width: 100%;
  height: 30px;
  text-align: center;
}

div#form_calendar div.head span {
  position: absolute;
  display: block;
  line-height: 30px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #6b6b6b;
}

div#form_calendar div.head span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 20px;
  font-size: 1.25rem;
}

div#form_calendar div.head span:nth-of-type(2) {
  top: 0;
  left: 25px;
}

div#form_calendar div.head span:nth-of-type(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
}

div#form_calendar div.head span:nth-of-type(4) {
  top: 0;
  right: 25px;
}

div#form_calendar div.head span:nth-of-type(5) {
  top: 0;
  right: 0;
  width: 20px;
  font-size: 1.25rem;
}

div#form_calendar div.head span:nth-of-type(1):hover,
div#form_calendar div.head span:nth-of-type(5):hover {
  color: #6f94f5;
  cursor: pointer;
}

div#form_calendar table {
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}

div#form_calendar table thead tr th {
  border: none;
  text-align: center;
  font-size: 0.75rem;
  font-weight: normal;
  color: #6b6b6b;
}

div#form_calendar table tbody tr {
  height: 30px;
}

div#form_calendar table tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}

div#form_calendar table tbody tr td:first-of-type {
  border-left: 1px solid #ccc;
  background: #f1f1f1;
}

div#form_calendar table tbody tr td.other {
  background: #f9f9f9;
}

div#form_calendar table tbody tr td label {
  font-size: 0.75rem;
}

div#form_calendar table tbody tr td:last-of-type label {
  color: #6f94f5;
}

div#form_calendar table tbody tr td:first-of-type label,
div#form_calendar table tbody tr td.holiday label {
  color: #f17878;
}

div#form_calendar table tbody tr td.other label {
  font-size: 0.75rem;
  color: #ccc;
}

div#form_calendar table tbody tr td.other:last-of-type label {
  color: #92adf3;
}

div#form_calendar table tbody tr td.other:first-of-type label,
div#form_calendar table tbody tr td.other.holiday label {
  color: #f5acac;
}

div#form_calendar table tbody tr td:hover {
  background: rgba(0, 200, 255, 0.82) !important;
  cursor: pointer;
}

div#form_calendar table tbody tr td:hover label {
  cursor: pointer;
}

div#form_calendar table tbody tr td.open {
  background: rgba(120, 220, 255, 0.56);
}

div#form_calendar table tbody tr td.close {
  background: rgba(255, 180, 240, 0.56);
}

div#form_calendar table tbody tr td.blog label {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #ffc5c5;
  border-radius: 11px;
}

div#form_calendar dl.open,
div#form_calendar dl.close {
  display: flex;
  font-size: 0.75rem;
}

div#form_calendar dl.open label,
div#form_calendar dl.close label {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 20px;
  font-size: 0.75rem;
}

div#form_calendar dl.open label {
  background: rgba(120, 220, 255, 0.56);
}

div#form_calendar dl.close label {
  background: rgba(255, 180, 240, 0.56);
}

/* ================================================================= 
 ver5 builingual
================================================================= */
div#builingual {
  background: #f1f1f1;
  padding: 5px 0;
}

div#builingual div.progress {
  display: none;
  float: left;
  line-height: 32px;
  color: #2e7200;
  font-weight: bold;
}

div#builingual div.progress img {
  float: left;
  margin-top: 4px;
  padding: 0 10px 0 20px;
}

div#builingual div.language {
  float: right;
  color: #999;
  font-weight: bold;
}

div#builingual div.language select {
  margin: 0 20px 0 10px;
}

div.translate {
  margin: 30px 0 30px 0;
}

.blog div#contents div#blog_detail + div.translate {
  margin: 10px 10px 30px 10px;
}

.blog div#contents article > p + div.translate {
  margin: 5px 0 30px 0;
}

/* ================================================================= 
 added: 190216 ver5 form ビルドコンテンツ挿入時に必要
================================================================= */
.blog div.form_wrap dl {
  display: flex;
}

.blog div.form_wrap dl dt {
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  background-color: #f5f5f5;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.blog div.form_wrap dl dd {
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
}

.blog div.form_wrap dl:last-of-type dt {
  border-bottom: 1px solid #ddd;
}

.blog div.form_wrap dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}

.blog div.form_wrap dl dt label,
.blog div.form_wrap p.annot {
  color: #ff0000;
}

.blog div.form_wrap dl dd > div {
  display: flex;
}

.blog div.form_wrap dl dd input[type=text],
.blog div.form_wrap dl dd input[type=password] {
  width: 300px;
  max-width: 100%;
}

.blog div.form_wrap dl dd div input[type=text],
.blog form div.form_wrap dl dd div select {
  margin-bottom: 8px;
}

.blog div.form_wrap dl dd div:last-of-type input[type=text],
.blog div.form_wrap dl dd div:last-of-type select {
  margin-bottom: 0;
}

.blog div.form_wrap dl dd span {
  margin-right: 8px;
  line-height: 32px;
}

.blog div.form_wrap dl dd input[type=text] + span,
.blog div.form_wrap dl dd select + span {
  margin-left: 8px;
}

.blog div.form_wrap dl dd p {
  margin-top: 4px;
}

.blog div.form_wrap dl dd.addr input,
.blog div.form_wrap dl dd.ship_addr input {
  width: 100%;
}

.blog div.form_wrap dl dd.addr select,
.blog div.form_wrap dl dd.ship_addr select {
  width: 122px !important;
}

.blog div.form_wrap dl dd.addr div:nth-of-type(1) input,
.blog div.form_wrap dl dd.ship_addr div:nth-of-type(1) input {
  width: 100px !important;
  text-align: center;
}

.blog div.form_wrap dl dd.date div,
.blog div.form_wrap dl dd.birthday div,
.blog div.form_wrap dl dd.is_entry div {
  float: left;
  margin-right: 8px;
}

.blog div.form_wrap dl dd.is_entry div {
  display: flex;
  height: 32px;
  align-items: center;
}

.blog div.form_wrap dl dd.is_entry label {
  width: 80px;
}

.blog div.form_wrap dl dd.is_entry input[type=text] {
  width: 160px !important;
}

.blog div.form_wrap dl dd.date input,
.blog div.form_wrap dl dd.birthday input {
  width: 80px !important;
  text-align: center;
}

.blog div.form_wrap dl dd.date select,
.blog div.form_wrap dl dd.birthday select {
  width: 60px !important;
}

.blog div.form_wrap dl dd.date p,
.blog div.form_wrap dl dd.birthday p,
.blog div.form_wrap dl dd.is_entry p {
  padding-top: 4px;
  clear: left;
}

.blog div.form_wrap dl dd.date div:last-of-type input[type=text],
.blog div.form_wrap dl dd.birthday div:last-of-type input[type=text],
.blog div.form_wrap dl dd.date div:last-of-type select,
.blog div.form_wrap dl dd.birthday div:last-of-type select {
  margin-bottom: 8px;
}

.blog div.form_wrap dl dd.number input {
  width: 60px !important;
  text-align: right;
}

.blog div.form_wrap dl dd.radio label,
.blog div.form_wrap dl dd.checkbox label {
  display: inline-block;
  min-width: 80px;
  margin-right: 8px;
}

.blog div.form_wrap.confirm dl dd span {
  color: #ff0000;
}

.blog div.form_wrap.message {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 50px 20px 20px 20px;
  border-radius: 2px;
}

.blog div.form_wrap.message ul li {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.blog div.form_wrap.message p span {
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 0.75rem;
}

.blog div.form_wrap.error {
  background: #ff0000;
  color: #fff;
  margin-bottom: 10px;
}

.blog div.form_wrap.error p {
  padding: 5px;
}

/* ================================================================= 
 スマホ　CSS
================================================================= */
@media only screen and (max-width: 640px) {
  .blog div.wrap {
    flex-direction: column-reverse;
  }
  .blog aside {
    width: 98%;
  }
  .blog div#contents {
    width: 98%;
  }
  .blog div#contents article div.sns a {
    background: initial !important;
    width: 40px;
    width: 40px;
  }
  .blog div#contents article div.sns a span {
    display: none;
  }
  .blog div#contents article div.sns a i {
    background-size: 40px 40px !important;
    background-position: center center !important;
  }
  /*-----------------------------------------
   added: 190116 table style sp ビルドコンテンツ挿入時に必要
  ------------------------------------------- */
  .tbl_block th {
    text-align: center;
  }
  .tbl_block th,
.tbl_block td {
    display: block;
  }
  .tbl_scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.imgL {
  float: left;
  margin-right: 10px;
}

.imgR {
  float: right;
  margin-left: 10px;
}

.imgC {
  margin: 0px auto 0px auto;
  display: block;
}

.blog .bl_sub-eye-catch.pankuzu {
  display: flex;
}

.blog > div.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .blog > div.wrap {
    padding: 0 20px;
  }
}

.blog > .wrap.clearfix::after {
  display: none;
}

.blog > .wrap > aside {
  flex: 25%;
  width: initial;
  min-width: 220px;
  margin-right: 5vw;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .blog > .wrap > aside {
    width: 100%;
    padding: 0;
  }
}

.blog aside div#search > form {
  position: relative;
}

.blog aside div#search button {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-2%, -50%);
}

.blog #form_calendar {
  max-width: 100%;
  min-width: 0;
}

.blog nav > div {
  text-align: left;
}

.blog .pages > li {
  text-align: left;
}

.blog div#contents {
  min-width: 0 !important;
  flex: 70%;
  width: initial;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .blog div#contents {
    width: 100%;
    margin-bottom: 30px;
  }
}
.blog div#contents > article > div > article {
  padding: 0;
}

.blog div#contents > article {
  margin-bottom: 10px;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .blog div#contents > article {
    padding: 0;
  }
}

.blog div#contents > article:last-child {
  margin-bottom: 0px;
}

.blog div#contents .date {
  margin-bottom: 10px;
}

div#form_calendar div.head span:nth-of-type(1),
aside div#form_calendar div.head span:nth-of-type(5) {
  top: 50%;
  transform: translate(0, -50%);
}

.blog div#contents div.pager a.next {
  transform: translate(2%, 0);
}

.blog div#contents div.pager a.prev {
  left: 2%;
  transform: translate(-2%, 0);
}

div.pager a {
  margin-left: 0;
}

section.blog {
  margin-top: 2rem;
}

.blog div#contents > article h1, .blog div#contents > article h2 {
  padding: 0;
  line-height: 1.5;
}
.blog div#contents > article h1 > span:last-child, .blog div#contents > article h2 > span:last-child {
  display: none;
}
.blog div#contents > article > h1 {
  margin-bottom: 2em;
  padding: 0;
}
.blog div#contents > article > h1 > span {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
.blog div#contents article h1,
.blog div#contents article h2,
.blog div#contents article h3 {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
}

.blog :not(header *,
.blog-hdr-wrapper *,
.bl_sub-eye-catch *,
#contents > article > h1,
footer *) {
  color: #111111;
}

.blog div#contents .blog-h2 > article > h2 {
  font-size: 1.25rem;
}
.blog div#contents .blog-h3 > article > h3 {
  font-size: 1rem;
}
.blog div#contents .blog-image img {
  object-fit: cover;
}
.blog div#contents div#form_calendar dl.open label {
  background-color: rgba(207, 243, 255, 0.56);
}
.blog div#contents div#calendar #form_calendar td.open {
  background-color: rgba(207, 243, 255, 0.56);
}
.blog div#contents div#calendar #form_calendar td.close {
  background-color: rgb(230, 205, 227);
}
.blog div#contents div#contents img {
  object-fit: cover;
}
.blog div#contents div#contents > article > ul {
  margin-bottom: 60px;
}
.blog div#contents div#contents > article > ul > li {
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: rgb(233, 233, 233);
}
.blog div#contents div#contents > article > ul > li > a {
  margin: 0;
  padding: 10px 15px;
}

section.blog {
  margin-bottom: 120px;
}

b {
  padding-bottom: 0.125rem;
  color: #feac4e;
  font-size: 1.25rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #775238;
}