@charset "UTF-8";
/*------- color -------*/
/*------- mixin -------*/
/* ==========================================================================
   共通Class
========================================================================== */
.nobr {
  white-space: nowrap;
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.inline_block {
  display: inline-block;
}

.img-optimize {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

@media print {
  .print_hide {
    display: none !important;
  }
}
/* ==========================================================================
   responsive
========================================================================== */
@media all and (min-width: 782px) {
  .sp {
    display: none !important;
  }
}
@media all and (min-width: 782px) and (max-width: 1024px) {
  .pc.not_tablet {
    display: none !important;
  }
}
@media not all and (min-width: 782px) {
  .pc {
    display: none !important;
  }
}
@media not all and (max-width: 1024px) {
  .tablet {
    display: none !important;
  }
}
/* ==========================================================================
   Slick
========================================================================== */
.slick-slider {
  opacity: 0;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

/* ==========================================================================
   Google maps API for ACF
========================================================================== */
.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map img {
  max-width: inherit !important;
}

/* ==========================================================================
   続きを読む
========================================================================== */
@media not all and (min-width: 782px) {
  .accordion[data-device=pc] .accordion-btn {
    display: none !important;
  }
  .accordion[data-device=pc] .accordion-text {
    height: auto !important;
  }
  .accordion:not([data-device=pc]) {
    position: relative;
    padding-bottom: 57px;
  }
  .accordion:not([data-device=pc]) .accordion-btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 27px 6px 0;
    color: #333;
    border-bottom: 1px solid #333;
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
  }
  .accordion:not([data-device=pc]) .accordion-btn::after {
    content: "続きを見る";
  }
  .accordion:not([data-device=pc]) .accordion-btn::before {
    content: "";
    width: 12px;
    height: 8px;
    background-color: #333;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .accordion:not([data-device=pc]) .accordion-btn.is-open::after {
    content: "閉じる";
  }
  .accordion:not([data-device=pc]) .accordion-btn.is-open::before {
    top: 7px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  .accordion:not([data-device=pc]) .accordion-text {
    position: relative;
    overflow: hidden;
  }
  .accordion:not([data-device=pc]) .accordion-text.is-hide {
    /* 最初に見えてるテキストエリアの高さ */
    height: 95px;
  }
  .accordion:not([data-device=pc]) .accordion-text.hide-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    /* グラデーションで隠す高さ */
    height: 95px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.9)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 70%, white 100%);
  }
}
@media all and (min-width: 782px) {
  .accordion[data-device=sp] .accordion-btn {
    display: none !important;
  }
  .accordion[data-device=sp] .accordion-text {
    height: auto !important;
  }
  .accordion:not([data-device=sp]) {
    position: relative;
    padding-bottom: 57px;
  }
  .accordion:not([data-device=sp]) .accordion-btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 27px 6px 0;
    color: #333;
    border-bottom: 1px solid #333;
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
  }
  .accordion:not([data-device=sp]) .accordion-btn::after {
    content: "続きを見る";
  }
  .accordion:not([data-device=sp]) .accordion-btn::before {
    content: "";
    width: 12px;
    height: 8px;
    background-color: #333;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .accordion:not([data-device=sp]) .accordion-btn.is-open::after {
    content: "閉じる";
  }
  .accordion:not([data-device=sp]) .accordion-btn.is-open::before {
    top: 7px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  .accordion:not([data-device=sp]) .accordion-text {
    position: relative;
    overflow: hidden;
  }
  .accordion:not([data-device=sp]) .accordion-text.is-hide {
    /* 最初に見えてるテキストエリアの高さ */
    height: 95px;
  }
  .accordion:not([data-device=sp]) .accordion-text.hide-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    /* グラデーションで隠す高さ */
    height: 95px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.9)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 70%, white 100%);
  }
}

/* ==========================================================================
   アニメーション
========================================================================== */
.fadeIn_item {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

@media not all and (min-width: 782px) {
  .touch {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .touch.touching {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (-ms-high-contrast: none\0 ), (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
  .fadeIn_item {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-filter: none !important;
            filter: none !important;
  }
}
.rippleAnim {
  position: relative;
  overflow: hidden;
}
.rippleAnim .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: ripple-animation 1s ease-in-out;
          animation: ripple-animation 1s ease-in-out;
}
@-webkit-keyframes ripple-animation {
  to {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}
@keyframes ripple-animation {
  to {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}

/* ==========================================================================
   投稿エディタ
========================================================================== */
/*
.post_content,
.mceContentBody,
.editor-styles-wrapper {

  // 目次：Table of Contents Block
  .wp-block-table-of-contents-block-table-of-contents-block {
    margin-bottom: 70px;

    @include g.mq() {
      margin-bottom: 40px;
    }

    .eb-toc {
      &-container {
        max-width: none;
        border-radius: 5px;
        background-color: #efefef;
        padding: 50px 40px;

        @include g.mq() {
          padding: 30px 20px;
        }

        &::before {
          content: '目次';
          font-size: g.rem(16);
          line-height: calc(28 / 16);
          font-weight: 600;
          letter-spacing: .05em;
        }
      }

      &-header {
        display: none !important;
      }

      &__list {
        li {
          font-size: g.rem(14) !important;
          line-height: 2 !important;
          letter-spacing: .05em !important;
          padding: 0 !important;
          margin: 0 !important;

          >a {
            width: 100% !important;
            padding: 0 !important;
          }

          a {
            @include g.hover_op();
          }

          .eb-toc__list {
            background: none !important;
            border-radius: 0 !important;
            margin: 10px 0 0 0 !important;
            padding: 0 0 0 1em !important;

            li {
              a {
                &::before {
                  content: none !important;
                }
              }
            }
          }
        }

        &-wrap {
          >.eb-toc__list {
            >li {
              padding: 16px 0 !important;
            }
          }
        }
      }
    }
  }

  >* {
    &:nth-child(n+2) {
      margin-top: 2em;
    }
  }

  a {
    color: #209BD3;
    text-decoration: underline;
    @include g.hover_op();
  }

  // 段落ブロック
  .wp-block-paragraph {
    &::after {
      content: "";
      display: block;
      clear: both;
    }
  }

  // リンクブロック
  .wp-block-link {
    text-decoration: underline;

    &.icon-blank {
      padding-right: 20px;

      span {
        text-decoration: underline;

        &::before,
        &::after {
          left: calc(100% + 5px);
        }
      }
    }

    &:hover {
      text-decoration: none;

      &.icon-blank {
        span {
          text-decoration: none;
        }
      }
    }
  }

  // 画像ブロック
  .wp-block-image {
    &.alignnone {
      img {
        display: block;
        width: 100%;
        height: auto;
      }
    }

    &.alignleft {
      float: left;

      @include g.mq() {
        float: none;
      }

      img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
      }
    }

    &.alignright {
      float: right;

      @include g.mq() {
        float: none;
      }

      img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
      }
    }

    &.aligncenter {

      img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
      }
    }

    img {
      display: block;
      width: 100%;
      height: auto;
    }

    figcaption {
      margin-top: 0.5em;
      font-size: 0.9em;
      text-align: center;
      color: #666;
    }
  }

  // 見出しブロック
  h1.wp-block-heading {
    font-size: 46px;

    @include g.mq() {
      font-size: 34px;
    }
  }

  h2.wp-block-heading {
    font-size: 26px;

    @include g.mq() {
      font-size: 24px;
    }
  }

  h3.wp-block-heading {
    font-size: 26px;

    @include g.mq() {
      font-size: 24px;
    }
  }

  h4.wp-block-heading {
    font-size: 20px;
  }

  h5.wp-block-heading {
    font-size: 18px;
  }

  h6.wp-block-heading {
    font-size: 16px;
  }

  // リストブロック
  .wp-block-list {
    &.is-style-default {
      clear: both;

      li {
        padding-left: 1em;
        position: relative;

        &:nth-child(n+2) {
          margin-top: 5px;
        }

        &::before {
          content: '・';
          position: absolute;
          top: 0;
          left: 0;
        }
      }

      &.abc {
        counter-reset: item 0;

        li {
          &::before {
            content: counter(item, upper-alpha) '.';
            counter-increment: item 1;
            width: auto;
            height: auto;
            background: none;
            top: 0;
          }
        }
      }
    }
  }

  // 番号付きリストブロック
  .wp-block-list.is-style-ordered {
    counter-reset: item 0;
    clear: both;

    li {
      padding-left: 1em;
      position: relative;

      &::before {
        content: counter(item) '.';
        counter-increment: item 1;
        font-size: 1em;
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }

  // テーブルブロック
  .wp-block-table {
    table {
      tr {

        th,
        td {
          font-size: 14px;
          text-align: left;
          font-weight: 400;
          padding: 20px 0 25px;

          &:not(:last-child) {
            padding-right: 20px;
          }

          &:nth-child(n+2) {
            padding-left: 20px;
          }
        }
      }
    }
  }

  // 引用ブロック
  .wp-block-quote {
    padding: 20px 0 0 30px;
    position: relative;

    @include g.mq() {
      padding: 10px 0 0 15px;
    }

    &::before {
      content: '"';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 40px;
      line-height: 1;
      font-family: 'Rockwell', serif;

      @include g.mq() {
        font-size: 20px;
      }
    }

    >*:first-child {
      margin-top: 0;
    }
  }

  // 区切り線ブロック
  .wp-block-separator {
    margin: 2em 0;
  }

  // コードブロック
  .wp-block-code {
    padding: 1em;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: monospace;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: auto;
  }

  // カラムブロック
  .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;

    @include g.mq() {
      flex-direction: column;
      gap: 1em;
    }

    .wp-block-column {
      flex: 1;
      min-width: 0;
    }
  }

  // ボタンブロック
  .wp-block-buttons {
    margin: 2em 0;
  }

  .wp-block-button {
    &__link {
      display: inline-block;
      padding: 0.8em 1.5em;
      border-radius: 4px;
      background-color: #00599D;
      color: #fff;
      text-decoration: none;
      transition: opacity 0.3s;

      &:hover {
        opacity: 0.8;
      }
    }

    &.is-style-outline {
      .wp-block-button__link {
        background-color: transparent;
        border: 2px solid #00599D;
        color: #00599D;

        &:hover {
          background-color: #00599D;
          color: #fff;
        }
      }
    }
  }

  // グループブロック
  .wp-block-group {

    &__inner-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }
  }

  // カバーブロック
  .wp-block-cover {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;

    &__inner-container {
      position: relative;
      z-index: 1;
      color: #fff;
      text-align: center;
      padding: 2em;
    }

    &__background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    &__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
    }
  }

  // ギャラリーブロック
  .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;

    .blocks-gallery-item {
      flex: 1 1 300px;
      max-width: 100%;

      figure {
        margin: 0;
      }

      img {
        width: 100%;
        height: auto;
      }
    }
  }

  // 埋め込みブロック
  .wp-block-embed {

    iframe {
      max-width: 100%;
    }
  }

  // 検索ブロック
  .wp-block-search {
    display: flex;
    gap: 0.5em;

    &__input {
      flex: 1;
      padding: 0.5em;
      border: 1px solid #ddd;
      border-radius: 4px;
    }

    &__button {
      padding: 0.5em 1em;
      background-color: #00599D;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: opacity 0.3s;

      &:hover {
        opacity: 0.8;
      }
    }
  }

  // ファイルブロック
  .wp-block-file {
    &:not(.wp-element-button) {
      font-size: 1em;
    }

    .wp-block-file__button {
      padding: .5em 1em;
      color: #fff;
      text-decoration: none;
    }
  }
}

*/
/* ==========================================================================
   wp-pagenavi
========================================================================== */
.wp-pagenavi {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 782px) {
  .wp-pagenavi a.page {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* ==========================================================================
    Snow Monkey Forms
========================================================================== */
.snow-monkey-form[data-screen=input] .hide_input,
.snow-monkey-form[data-screen=invalid] .hide_input,
.snow-monkey-form[data-screen=back] .hide_input,
.snow-monkey-form[data-screen=confirm] .hide_conf,
.snow-monkey-form[data-screen=complete] .hide_complete,
body[data-smf=input] .hide_input,
body[data-smf=invalid] .hide_input,
body[data-smf=back] .hide_input,
body[data-smf=confirm] .hide_conf,
body[data-smf=complete] .hide_complete {
  display: none !important;
}

.snow-monkey-form .hide_label .smf-item__label {
  display: none !important;
}
.snow-monkey-form .hide_desc .smf-item__description {
  display: none !important;
}
.snow-monkey-form .smf-item:nth-child(n+2) {
  margin-top: 25px;
}
@media not all and (min-width: 782px) {
  .snow-monkey-form .smf-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.snow-monkey-form .smf-item__col--controls {
  margin-top: 10px;
}
@media not all and (min-width: 782px) {
  .snow-monkey-form .smf-item__col--controls {
    margin-top: 5px;
  }
  [data-smf=confirm] .snow-monkey-form .smf-item__col--controls {
    font-size: 0.875rem;
  }
}
.snow-monkey-form .smf-item__label__text {
  font-size: 1rem;
  font-weight: 600;
}
@media not all and (min-width: 782px) {
  .snow-monkey-form .smf-item__label__text {
    font-size: 0.875rem;
  }
}
.snow-monkey-form .smf-item.required .smf-item__label::after {
  content: "*";
  display: inline-block;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 600;
  color: #de0a0a;
  margin-left: 3px;
}
.snow-monkey-form .smf-item input::-webkit-input-placeholder, .snow-monkey-form .smf-item textarea::-webkit-input-placeholder {
  color: #ccc;
}
.snow-monkey-form .smf-item input::-moz-placeholder, .snow-monkey-form .smf-item textarea::-moz-placeholder {
  color: #ccc;
}
.snow-monkey-form .smf-item input:-ms-input-placeholder, .snow-monkey-form .smf-item textarea:-ms-input-placeholder {
  color: #ccc;
}
.snow-monkey-form .smf-item input::-ms-input-placeholder, .snow-monkey-form .smf-item textarea::-ms-input-placeholder {
  color: #ccc;
}
.snow-monkey-form .smf-item input::placeholder,
.snow-monkey-form .smf-item textarea::placeholder {
  color: #ccc;
}
.snow-monkey-form .smf-item input:-ms-input-placeholder,
.snow-monkey-form .smf-item textarea:-ms-input-placeholder {
  color: #ccc;
}
.snow-monkey-form .smf-item input::-ms-input-placeholder,
.snow-monkey-form .smf-item textarea::-ms-input-placeholder {
  color: #ccc;
}
.snow-monkey-form input[type=email],
.snow-monkey-form input[type=number],
.snow-monkey-form input[type=password],
.snow-monkey-form input[type=search],
.snow-monkey-form input[type=tel],
.snow-monkey-form input[type=text],
.snow-monkey-form input[type=url],
.snow-monkey-form textarea {
  font-size: 16px;
}
.snow-monkey-form .smf-text-control__control {
  width: 100%;
}
.snow-monkey-form .smf-textarea-control__control {
  width: 100%;
}
@media all and (min-width: 782px) {
  .snow-monkey-form .smf-radio-buttons-control__control label:hover .smf-radio-button-control__control:checked ~ .smf-radio-button-control__label::after {
    opacity: 1;
  }
  .snow-monkey-form .smf-radio-buttons-control__control label:hover .smf-radio-button-control__label::after {
    opacity: 0.3;
  }
}
@media not all and (min-width: 782px) {
  .snow-monkey-form .smf-radio-buttons-control__control label.touching .smf-radio-button-control__control:checked ~ .smf-radio-button-control__label::after {
    opacity: 1;
  }
  .snow-monkey-form .smf-radio-buttons-control__control label.touching .smf-radio-button-control__label::after {
    opacity: 0.3;
  }
}
.snow-monkey-form .smf-radio-button-control__control {
  display: none !important;
}
.snow-monkey-form .smf-radio-button-control__control ~ .smf-radio-button-control__label {
  padding-left: 26px;
  position: relative;
  line-height: 20px;
}
.snow-monkey-form .smf-radio-button-control__control ~ .smf-radio-button-control__label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #D8D9DB;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
.snow-monkey-form .smf-radio-button-control__control ~ .smf-radio-button-control__label::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00599D;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.snow-monkey-form .smf-radio-button-control__control:checked {
  display: block;
}
.snow-monkey-form .smf-radio-button-control__control:checked ~ .smf-radio-button-control__label::after {
  opacity: 1;
}
.snow-monkey-form .smf-checkbox-control__control {
  display: none !important;
}
.snow-monkey-form .smf-checkbox-control__control:checked {
  display: block;
}
.snow-monkey-form .smf-checkbox-control__control:checked ~ .smf-checkbox-control__label::after {
  border-color: var(--wp--preset--color--sm-accent);
}
.snow-monkey-form .smf-checkbox-control__label {
  padding-left: 32px;
  position: relative;
}
.snow-monkey-form .smf-checkbox-control__label::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: 1px solid #D8D9DB;
  position: absolute;
  top: 5px;
  left: 0;
}
.snow-monkey-form .smf-checkbox-control__label::after {
  content: "";
  width: 13px;
  height: 6px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #D8D9DB;
  position: absolute;
  top: 12px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.snow-monkey-form .smf-checkbox-control__label a {
  color: #0073aa;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (min-width: 782px) {
  .snow-monkey-form .smf-checkbox-control__label a:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 782px) {
  .snow-monkey-form .smf-checkbox-control__label a.touching {
    opacity: 0.7;
  }
}
.snow-monkey-form .smf-placeholder[data-name=privacypolicy] {
  margin-top: 40px;
}
@media not all and (min-width: 782px) {
  .snow-monkey-form .smf-placeholder[data-name=privacypolicy] {
    margin-top: 20px;
  }
}
.snow-monkey-form .smf-placeholder[data-name=privacypolicy] .smf-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.snow-monkey-form .smf-placeholder[data-name=privacypolicy] .smf-label .smf-checkbox-control__label a[target=_blank] {
  padding-right: 1em;
  position: relative;
}
.snow-monkey-form .smf-placeholder[data-name=privacypolicy] .smf-label .smf-checkbox-control__label a[target=_blank]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #333;
  position: absolute;
  top: 8px;
  right: 2px;
}
.snow-monkey-form .smf-placeholder[data-name=privacypolicy] .smf-label .smf-checkbox-control__label a[target=_blank]::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #333;
  position: absolute;
  top: 10px;
  right: 4px;
}
.snow-monkey-form .smf-placeholder[data-name=privacypolicy] .smf-error-messages {
  text-align: center;
}
[data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 782px) {
  [data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
[data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] > div {
  padding-left: 27px;
  position: relative;
}
@media not all and (min-width: 782px) {
  [data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] > div {
    padding-left: 22px;
  }
}
[data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] > div::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #333;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #fff;
}
[data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] > div::after {
  content: "";
  width: 8px;
  height: 5px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #333;
  position: absolute;
  top: 8px;
  left: 5px;
  -webkit-transform: rotate(-45deg) translate(-2px, 2px);
          transform: rotate(-45deg) translate(-2px, 2px);
}
[data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] > div a[target=_blank] {
  padding-right: 1em;
  position: relative;
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (min-width: 782px) {
  [data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] > div a[target=_blank]:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 782px) {
  [data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] > div a[target=_blank].touching {
    opacity: 0.7;
  }
}
[data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] > div a[target=_blank]::before {
  content: "";
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #333;
  position: absolute;
  top: 6px;
  right: 4px;
}
[data-smf=confirm] .snow-monkey-form .smf-placeholder[data-name=privacypolicy] > div a[target=_blank]::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  position: absolute;
  top: 8px;
  right: 6px;
}
.snow-monkey-form .smf-error-messages {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
}
.snow-monkey-form .smf-error-messages::before {
  content: "※";
}
.snow-monkey-form .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.8823529412%;
  margin-top: 35px;
}
@media not all and (min-width: 782px) {
  .snow-monkey-form .smf-action {
    margin-top: 30px;
  }
}
.snow-monkey-form .smf-action .smf-button-control__control {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.snow-monkey-form .smf-action .smf-button-control__control[data-action=confirm] .smf-sending::before, .snow-monkey-form .smf-action .smf-button-control__control[data-action=complete] .smf-sending::before {
  border-color: #333;
  border-top-color: #f2f2f2;
}
.snow-monkey-form .smf-action .smf-button-control__control[data-action=confirm][disabled], .snow-monkey-form .smf-action .smf-button-control__control[data-action=complete][disabled] {
  opacity: 0.5;
  background-color: #f2f2f2;
  cursor: not-allowed;
}
@media all and (min-width: 782px) {
  .snow-monkey-form .smf-action .smf-button-control__control[data-action=confirm][disabled]:hover, .snow-monkey-form .smf-action .smf-button-control__control[data-action=complete][disabled]:hover {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@media not all and (min-width: 782px) {
  .snow-monkey-form .smf-action .smf-button-control__control[data-action=confirm][disabled].touching, .snow-monkey-form .smf-action .smf-button-control__control[data-action=complete][disabled].touching {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

/* ==========================================================================
   スタイルclass
========================================================================== */
.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

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

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

.pb0 {
  padding-bottom: 0px !important;
}

.w0p {
  width: 0% !important;
}

.gap0 {
  gap: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.w5p {
  width: 5% !important;
}

.gap5 {
  gap: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.w10p {
  width: 10% !important;
}

.gap10 {
  gap: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.w15p {
  width: 15% !important;
}

.gap15 {
  gap: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.w20p {
  width: 20% !important;
}

.gap20 {
  gap: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.w25p {
  width: 25% !important;
}

.gap25 {
  gap: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.w30p {
  width: 30% !important;
}

.gap30 {
  gap: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.w35p {
  width: 35% !important;
}

.gap35 {
  gap: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.w40p {
  width: 40% !important;
}

.gap40 {
  gap: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.w45p {
  width: 45% !important;
}

.gap45 {
  gap: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.w50p {
  width: 50% !important;
}

.gap50 {
  gap: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.w55p {
  width: 55% !important;
}

.gap55 {
  gap: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.w60p {
  width: 60% !important;
}

.gap60 {
  gap: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.w65p {
  width: 65% !important;
}

.gap65 {
  gap: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.w70p {
  width: 70% !important;
}

.gap70 {
  gap: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.w75p {
  width: 75% !important;
}

.gap75 {
  gap: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.w80p {
  width: 80% !important;
}

.gap80 {
  gap: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.w85p {
  width: 85% !important;
}

.gap85 {
  gap: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.w90p {
  width: 90% !important;
}

.gap90 {
  gap: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.w95p {
  width: 95% !important;
}

.gap95 {
  gap: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.w100p {
  width: 100% !important;
}

.gap100 {
  gap: 100px !important;
}

.m105 {
  margin: 105px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.p105 {
  padding: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.w105p {
  width: 105% !important;
}

.gap105 {
  gap: 105px !important;
}

.m110 {
  margin: 110px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.p110 {
  padding: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.w110p {
  width: 110% !important;
}

.gap110 {
  gap: 110px !important;
}

.m115 {
  margin: 115px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.p115 {
  padding: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.w115p {
  width: 115% !important;
}

.gap115 {
  gap: 115px !important;
}

.m120 {
  margin: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.p120 {
  padding: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.w120p {
  width: 120% !important;
}

.gap120 {
  gap: 120px !important;
}

.m125 {
  margin: 125px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.p125 {
  padding: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.w125p {
  width: 125% !important;
}

.gap125 {
  gap: 125px !important;
}

.m130 {
  margin: 130px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.p130 {
  padding: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.w130p {
  width: 130% !important;
}

.gap130 {
  gap: 130px !important;
}

.m135 {
  margin: 135px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.p135 {
  padding: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.w135p {
  width: 135% !important;
}

.gap135 {
  gap: 135px !important;
}

.m140 {
  margin: 140px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.p140 {
  padding: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.w140p {
  width: 140% !important;
}

.gap140 {
  gap: 140px !important;
}

.m145 {
  margin: 145px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.p145 {
  padding: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.w145p {
  width: 145% !important;
}

.gap145 {
  gap: 145px !important;
}

.m150 {
  margin: 150px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.p150 {
  padding: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.w150p {
  width: 150% !important;
}

.gap150 {
  gap: 150px !important;
}

.m155 {
  margin: 155px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.p155 {
  padding: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.w155p {
  width: 155% !important;
}

.gap155 {
  gap: 155px !important;
}

.m160 {
  margin: 160px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.p160 {
  padding: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.w160p {
  width: 160% !important;
}

.gap160 {
  gap: 160px !important;
}

.m165 {
  margin: 165px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.p165 {
  padding: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.w165p {
  width: 165% !important;
}

.gap165 {
  gap: 165px !important;
}

.m170 {
  margin: 170px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.p170 {
  padding: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.w170p {
  width: 170% !important;
}

.gap170 {
  gap: 170px !important;
}

.m175 {
  margin: 175px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.p175 {
  padding: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.w175p {
  width: 175% !important;
}

.gap175 {
  gap: 175px !important;
}

.m180 {
  margin: 180px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.p180 {
  padding: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.w180p {
  width: 180% !important;
}

.gap180 {
  gap: 180px !important;
}

.m185 {
  margin: 185px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.p185 {
  padding: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.w185p {
  width: 185% !important;
}

.gap185 {
  gap: 185px !important;
}

.m190 {
  margin: 190px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.p190 {
  padding: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.w190p {
  width: 190% !important;
}

.gap190 {
  gap: 190px !important;
}

.m195 {
  margin: 195px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.p195 {
  padding: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.w195p {
  width: 195% !important;
}

.gap195 {
  gap: 195px !important;
}

.m200 {
  margin: 200px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.p200 {
  padding: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.w200p {
  width: 200% !important;
}

.gap200 {
  gap: 200px !important;
}

.w0 {
  width: 0px !important;
}

.h0 {
  height: 0px !important;
}

.w10 {
  width: 10px !important;
}

.h10 {
  height: 10px !important;
}

.w20 {
  width: 20px !important;
}

.h20 {
  height: 20px !important;
}

.w30 {
  width: 30px !important;
}

.h30 {
  height: 30px !important;
}

.w40 {
  width: 40px !important;
}

.h40 {
  height: 40px !important;
}

.w50 {
  width: 50px !important;
}

.h50 {
  height: 50px !important;
}

.w60 {
  width: 60px !important;
}

.h60 {
  height: 60px !important;
}

.w70 {
  width: 70px !important;
}

.h70 {
  height: 70px !important;
}

.w80 {
  width: 80px !important;
}

.h80 {
  height: 80px !important;
}

.w90 {
  width: 90px !important;
}

.h90 {
  height: 90px !important;
}

.w100 {
  width: 100px !important;
}

.h100 {
  height: 100px !important;
}

.w110 {
  width: 110px !important;
}

.h110 {
  height: 110px !important;
}

.w120 {
  width: 120px !important;
}

.h120 {
  height: 120px !important;
}

.w130 {
  width: 130px !important;
}

.h130 {
  height: 130px !important;
}

.w140 {
  width: 140px !important;
}

.h140 {
  height: 140px !important;
}

.w150 {
  width: 150px !important;
}

.h150 {
  height: 150px !important;
}

.w160 {
  width: 160px !important;
}

.h160 {
  height: 160px !important;
}

.w170 {
  width: 170px !important;
}

.h170 {
  height: 170px !important;
}

.w180 {
  width: 180px !important;
}

.h180 {
  height: 180px !important;
}

.w190 {
  width: 190px !important;
}

.h190 {
  height: 190px !important;
}

.w200 {
  width: 200px !important;
}

.h200 {
  height: 200px !important;
}

.w210 {
  width: 210px !important;
}

.h210 {
  height: 210px !important;
}

.w220 {
  width: 220px !important;
}

.h220 {
  height: 220px !important;
}

.w230 {
  width: 230px !important;
}

.h230 {
  height: 230px !important;
}

.w240 {
  width: 240px !important;
}

.h240 {
  height: 240px !important;
}

.w250 {
  width: 250px !important;
}

.h250 {
  height: 250px !important;
}

.w260 {
  width: 260px !important;
}

.h260 {
  height: 260px !important;
}

.w270 {
  width: 270px !important;
}

.h270 {
  height: 270px !important;
}

.w280 {
  width: 280px !important;
}

.h280 {
  height: 280px !important;
}

.w290 {
  width: 290px !important;
}

.h290 {
  height: 290px !important;
}

.w300 {
  width: 300px !important;
}

.h300 {
  height: 300px !important;
}

.w310 {
  width: 310px !important;
}

.h310 {
  height: 310px !important;
}

.w320 {
  width: 320px !important;
}

.h320 {
  height: 320px !important;
}

.w330 {
  width: 330px !important;
}

.h330 {
  height: 330px !important;
}

.w340 {
  width: 340px !important;
}

.h340 {
  height: 340px !important;
}

.w350 {
  width: 350px !important;
}

.h350 {
  height: 350px !important;
}

.w360 {
  width: 360px !important;
}

.h360 {
  height: 360px !important;
}

.w370 {
  width: 370px !important;
}

.h370 {
  height: 370px !important;
}

.w380 {
  width: 380px !important;
}

.h380 {
  height: 380px !important;
}

.w390 {
  width: 390px !important;
}

.h390 {
  height: 390px !important;
}

.w400 {
  width: 400px !important;
}

.h400 {
  height: 400px !important;
}

.w410 {
  width: 410px !important;
}

.h410 {
  height: 410px !important;
}

.w420 {
  width: 420px !important;
}

.h420 {
  height: 420px !important;
}

.w430 {
  width: 430px !important;
}

.h430 {
  height: 430px !important;
}

.w440 {
  width: 440px !important;
}

.h440 {
  height: 440px !important;
}

.w450 {
  width: 450px !important;
}

.h450 {
  height: 450px !important;
}

.w460 {
  width: 460px !important;
}

.h460 {
  height: 460px !important;
}

.w470 {
  width: 470px !important;
}

.h470 {
  height: 470px !important;
}

.w480 {
  width: 480px !important;
}

.h480 {
  height: 480px !important;
}

.w490 {
  width: 490px !important;
}

.h490 {
  height: 490px !important;
}

.w500 {
  width: 500px !important;
}

.h500 {
  height: 500px !important;
}

.w510 {
  width: 510px !important;
}

.h510 {
  height: 510px !important;
}

.w520 {
  width: 520px !important;
}

.h520 {
  height: 520px !important;
}

.w530 {
  width: 530px !important;
}

.h530 {
  height: 530px !important;
}

.w540 {
  width: 540px !important;
}

.h540 {
  height: 540px !important;
}

.w550 {
  width: 550px !important;
}

.h550 {
  height: 550px !important;
}

.w560 {
  width: 560px !important;
}

.h560 {
  height: 560px !important;
}

.w570 {
  width: 570px !important;
}

.h570 {
  height: 570px !important;
}

.w580 {
  width: 580px !important;
}

.h580 {
  height: 580px !important;
}

.w590 {
  width: 590px !important;
}

.h590 {
  height: 590px !important;
}

.w600 {
  width: 600px !important;
}

.h600 {
  height: 600px !important;
}

.w610 {
  width: 610px !important;
}

.h610 {
  height: 610px !important;
}

.w620 {
  width: 620px !important;
}

.h620 {
  height: 620px !important;
}

.w630 {
  width: 630px !important;
}

.h630 {
  height: 630px !important;
}

.w640 {
  width: 640px !important;
}

.h640 {
  height: 640px !important;
}

.w650 {
  width: 650px !important;
}

.h650 {
  height: 650px !important;
}

.w660 {
  width: 660px !important;
}

.h660 {
  height: 660px !important;
}

.w670 {
  width: 670px !important;
}

.h670 {
  height: 670px !important;
}

.w680 {
  width: 680px !important;
}

.h680 {
  height: 680px !important;
}

.w690 {
  width: 690px !important;
}

.h690 {
  height: 690px !important;
}

.w700 {
  width: 700px !important;
}

.h700 {
  height: 700px !important;
}

.w710 {
  width: 710px !important;
}

.h710 {
  height: 710px !important;
}

.w720 {
  width: 720px !important;
}

.h720 {
  height: 720px !important;
}

.w730 {
  width: 730px !important;
}

.h730 {
  height: 730px !important;
}

.w740 {
  width: 740px !important;
}

.h740 {
  height: 740px !important;
}

.w750 {
  width: 750px !important;
}

.h750 {
  height: 750px !important;
}

.w760 {
  width: 760px !important;
}

.h760 {
  height: 760px !important;
}

.w770 {
  width: 770px !important;
}

.h770 {
  height: 770px !important;
}

.w780 {
  width: 780px !important;
}

.h780 {
  height: 780px !important;
}

.w790 {
  width: 790px !important;
}

.h790 {
  height: 790px !important;
}

.w800 {
  width: 800px !important;
}

.h800 {
  height: 800px !important;
}

.w810 {
  width: 810px !important;
}

.h810 {
  height: 810px !important;
}

.w820 {
  width: 820px !important;
}

.h820 {
  height: 820px !important;
}

.w830 {
  width: 830px !important;
}

.h830 {
  height: 830px !important;
}

.w840 {
  width: 840px !important;
}

.h840 {
  height: 840px !important;
}

.w850 {
  width: 850px !important;
}

.h850 {
  height: 850px !important;
}

.w860 {
  width: 860px !important;
}

.h860 {
  height: 860px !important;
}

.w870 {
  width: 870px !important;
}

.h870 {
  height: 870px !important;
}

.w880 {
  width: 880px !important;
}

.h880 {
  height: 880px !important;
}

.w890 {
  width: 890px !important;
}

.h890 {
  height: 890px !important;
}

.w900 {
  width: 900px !important;
}

.h900 {
  height: 900px !important;
}

.w910 {
  width: 910px !important;
}

.h910 {
  height: 910px !important;
}

.w920 {
  width: 920px !important;
}

.h920 {
  height: 920px !important;
}

.w930 {
  width: 930px !important;
}

.h930 {
  height: 930px !important;
}

.w940 {
  width: 940px !important;
}

.h940 {
  height: 940px !important;
}

.w950 {
  width: 950px !important;
}

.h950 {
  height: 950px !important;
}

.w960 {
  width: 960px !important;
}

.h960 {
  height: 960px !important;
}

.fz10 {
  font-size: 10px !important;
}

.lh10 {
  line-height: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.lh11 {
  line-height: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.lh12 {
  line-height: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.lh13 {
  line-height: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.lh14 {
  line-height: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.lh15 {
  line-height: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.lh16 {
  line-height: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.lh17 {
  line-height: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.lh18 {
  line-height: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.lh19 {
  line-height: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.lh20 {
  line-height: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.lh21 {
  line-height: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.lh22 {
  line-height: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.lh23 {
  line-height: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.lh24 {
  line-height: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.lh25 {
  line-height: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.lh26 {
  line-height: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.lh27 {
  line-height: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.lh28 {
  line-height: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.lh29 {
  line-height: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.lh30 {
  line-height: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.lh31 {
  line-height: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.lh32 {
  line-height: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.lh33 {
  line-height: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.lh34 {
  line-height: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.lh35 {
  line-height: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.lh36 {
  line-height: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.lh37 {
  line-height: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.lh38 {
  line-height: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.lh39 {
  line-height: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.lh40 {
  line-height: 40px !important;
}

.fz41 {
  font-size: 41px !important;
}

.lh41 {
  line-height: 41px !important;
}

.fz42 {
  font-size: 42px !important;
}

.lh42 {
  line-height: 42px !important;
}

.fz43 {
  font-size: 43px !important;
}

.lh43 {
  line-height: 43px !important;
}

.fz44 {
  font-size: 44px !important;
}

.lh44 {
  line-height: 44px !important;
}

.fz45 {
  font-size: 45px !important;
}

.lh45 {
  line-height: 45px !important;
}

.fz46 {
  font-size: 46px !important;
}

.lh46 {
  line-height: 46px !important;
}

.fz47 {
  font-size: 47px !important;
}

.lh47 {
  line-height: 47px !important;
}

.fz48 {
  font-size: 48px !important;
}

.lh48 {
  line-height: 48px !important;
}

.fz49 {
  font-size: 49px !important;
}

.lh49 {
  line-height: 49px !important;
}

.fz50 {
  font-size: 50px !important;
}

.lh50 {
  line-height: 50px !important;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

@media not all and (min-width: 782px) {
  .sp_m0 {
    margin: 0px !important;
  }
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_ml0 {
    margin-left: 0px !important;
  }
  .sp_mr0 {
    margin-right: 0px !important;
  }
  .sp_p0 {
    padding: 0px !important;
  }
  .sp_pt0 {
    padding-top: 0px !important;
  }
  .sp_pl0 {
    padding-left: 0px !important;
  }
  .sp_pr0 {
    padding-right: 0px !important;
  }
  .sp_pb0 {
    padding-bottom: 0px !important;
  }
  .sp_w0p {
    width: 0% !important;
  }
  .sp_gap0 {
    gap: 0px !important;
  }
  .sp_m5 {
    margin: 5px !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_ml5 {
    margin-left: 5px !important;
  }
  .sp_mr5 {
    margin-right: 5px !important;
  }
  .sp_p5 {
    padding: 5px !important;
  }
  .sp_pt5 {
    padding-top: 5px !important;
  }
  .sp_pl5 {
    padding-left: 5px !important;
  }
  .sp_pr5 {
    padding-right: 5px !important;
  }
  .sp_pb5 {
    padding-bottom: 5px !important;
  }
  .sp_w5p {
    width: 5% !important;
  }
  .sp_gap5 {
    gap: 5px !important;
  }
  .sp_m10 {
    margin: 10px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_ml10 {
    margin-left: 10px !important;
  }
  .sp_mr10 {
    margin-right: 10px !important;
  }
  .sp_p10 {
    padding: 10px !important;
  }
  .sp_pt10 {
    padding-top: 10px !important;
  }
  .sp_pl10 {
    padding-left: 10px !important;
  }
  .sp_pr10 {
    padding-right: 10px !important;
  }
  .sp_pb10 {
    padding-bottom: 10px !important;
  }
  .sp_w10p {
    width: 10% !important;
  }
  .sp_gap10 {
    gap: 10px !important;
  }
  .sp_m15 {
    margin: 15px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_ml15 {
    margin-left: 15px !important;
  }
  .sp_mr15 {
    margin-right: 15px !important;
  }
  .sp_p15 {
    padding: 15px !important;
  }
  .sp_pt15 {
    padding-top: 15px !important;
  }
  .sp_pl15 {
    padding-left: 15px !important;
  }
  .sp_pr15 {
    padding-right: 15px !important;
  }
  .sp_pb15 {
    padding-bottom: 15px !important;
  }
  .sp_w15p {
    width: 15% !important;
  }
  .sp_gap15 {
    gap: 15px !important;
  }
  .sp_m20 {
    margin: 20px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_ml20 {
    margin-left: 20px !important;
  }
  .sp_mr20 {
    margin-right: 20px !important;
  }
  .sp_p20 {
    padding: 20px !important;
  }
  .sp_pt20 {
    padding-top: 20px !important;
  }
  .sp_pl20 {
    padding-left: 20px !important;
  }
  .sp_pr20 {
    padding-right: 20px !important;
  }
  .sp_pb20 {
    padding-bottom: 20px !important;
  }
  .sp_w20p {
    width: 20% !important;
  }
  .sp_gap20 {
    gap: 20px !important;
  }
  .sp_m25 {
    margin: 25px !important;
  }
  .sp_mt25 {
    margin-top: 25px !important;
  }
  .sp_mb25 {
    margin-bottom: 25px !important;
  }
  .sp_ml25 {
    margin-left: 25px !important;
  }
  .sp_mr25 {
    margin-right: 25px !important;
  }
  .sp_p25 {
    padding: 25px !important;
  }
  .sp_pt25 {
    padding-top: 25px !important;
  }
  .sp_pl25 {
    padding-left: 25px !important;
  }
  .sp_pr25 {
    padding-right: 25px !important;
  }
  .sp_pb25 {
    padding-bottom: 25px !important;
  }
  .sp_w25p {
    width: 25% !important;
  }
  .sp_gap25 {
    gap: 25px !important;
  }
  .sp_m30 {
    margin: 30px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_ml30 {
    margin-left: 30px !important;
  }
  .sp_mr30 {
    margin-right: 30px !important;
  }
  .sp_p30 {
    padding: 30px !important;
  }
  .sp_pt30 {
    padding-top: 30px !important;
  }
  .sp_pl30 {
    padding-left: 30px !important;
  }
  .sp_pr30 {
    padding-right: 30px !important;
  }
  .sp_pb30 {
    padding-bottom: 30px !important;
  }
  .sp_w30p {
    width: 30% !important;
  }
  .sp_gap30 {
    gap: 30px !important;
  }
  .sp_m35 {
    margin: 35px !important;
  }
  .sp_mt35 {
    margin-top: 35px !important;
  }
  .sp_mb35 {
    margin-bottom: 35px !important;
  }
  .sp_ml35 {
    margin-left: 35px !important;
  }
  .sp_mr35 {
    margin-right: 35px !important;
  }
  .sp_p35 {
    padding: 35px !important;
  }
  .sp_pt35 {
    padding-top: 35px !important;
  }
  .sp_pl35 {
    padding-left: 35px !important;
  }
  .sp_pr35 {
    padding-right: 35px !important;
  }
  .sp_pb35 {
    padding-bottom: 35px !important;
  }
  .sp_w35p {
    width: 35% !important;
  }
  .sp_gap35 {
    gap: 35px !important;
  }
  .sp_m40 {
    margin: 40px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_ml40 {
    margin-left: 40px !important;
  }
  .sp_mr40 {
    margin-right: 40px !important;
  }
  .sp_p40 {
    padding: 40px !important;
  }
  .sp_pt40 {
    padding-top: 40px !important;
  }
  .sp_pl40 {
    padding-left: 40px !important;
  }
  .sp_pr40 {
    padding-right: 40px !important;
  }
  .sp_pb40 {
    padding-bottom: 40px !important;
  }
  .sp_w40p {
    width: 40% !important;
  }
  .sp_gap40 {
    gap: 40px !important;
  }
  .sp_m45 {
    margin: 45px !important;
  }
  .sp_mt45 {
    margin-top: 45px !important;
  }
  .sp_mb45 {
    margin-bottom: 45px !important;
  }
  .sp_ml45 {
    margin-left: 45px !important;
  }
  .sp_mr45 {
    margin-right: 45px !important;
  }
  .sp_p45 {
    padding: 45px !important;
  }
  .sp_pt45 {
    padding-top: 45px !important;
  }
  .sp_pl45 {
    padding-left: 45px !important;
  }
  .sp_pr45 {
    padding-right: 45px !important;
  }
  .sp_pb45 {
    padding-bottom: 45px !important;
  }
  .sp_w45p {
    width: 45% !important;
  }
  .sp_gap45 {
    gap: 45px !important;
  }
  .sp_m50 {
    margin: 50px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_ml50 {
    margin-left: 50px !important;
  }
  .sp_mr50 {
    margin-right: 50px !important;
  }
  .sp_p50 {
    padding: 50px !important;
  }
  .sp_pt50 {
    padding-top: 50px !important;
  }
  .sp_pl50 {
    padding-left: 50px !important;
  }
  .sp_pr50 {
    padding-right: 50px !important;
  }
  .sp_pb50 {
    padding-bottom: 50px !important;
  }
  .sp_w50p {
    width: 50% !important;
  }
  .sp_gap50 {
    gap: 50px !important;
  }
  .sp_m55 {
    margin: 55px !important;
  }
  .sp_mt55 {
    margin-top: 55px !important;
  }
  .sp_mb55 {
    margin-bottom: 55px !important;
  }
  .sp_ml55 {
    margin-left: 55px !important;
  }
  .sp_mr55 {
    margin-right: 55px !important;
  }
  .sp_p55 {
    padding: 55px !important;
  }
  .sp_pt55 {
    padding-top: 55px !important;
  }
  .sp_pl55 {
    padding-left: 55px !important;
  }
  .sp_pr55 {
    padding-right: 55px !important;
  }
  .sp_pb55 {
    padding-bottom: 55px !important;
  }
  .sp_w55p {
    width: 55% !important;
  }
  .sp_gap55 {
    gap: 55px !important;
  }
  .sp_m60 {
    margin: 60px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_ml60 {
    margin-left: 60px !important;
  }
  .sp_mr60 {
    margin-right: 60px !important;
  }
  .sp_p60 {
    padding: 60px !important;
  }
  .sp_pt60 {
    padding-top: 60px !important;
  }
  .sp_pl60 {
    padding-left: 60px !important;
  }
  .sp_pr60 {
    padding-right: 60px !important;
  }
  .sp_pb60 {
    padding-bottom: 60px !important;
  }
  .sp_w60p {
    width: 60% !important;
  }
  .sp_gap60 {
    gap: 60px !important;
  }
  .sp_m65 {
    margin: 65px !important;
  }
  .sp_mt65 {
    margin-top: 65px !important;
  }
  .sp_mb65 {
    margin-bottom: 65px !important;
  }
  .sp_ml65 {
    margin-left: 65px !important;
  }
  .sp_mr65 {
    margin-right: 65px !important;
  }
  .sp_p65 {
    padding: 65px !important;
  }
  .sp_pt65 {
    padding-top: 65px !important;
  }
  .sp_pl65 {
    padding-left: 65px !important;
  }
  .sp_pr65 {
    padding-right: 65px !important;
  }
  .sp_pb65 {
    padding-bottom: 65px !important;
  }
  .sp_w65p {
    width: 65% !important;
  }
  .sp_gap65 {
    gap: 65px !important;
  }
  .sp_m70 {
    margin: 70px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_ml70 {
    margin-left: 70px !important;
  }
  .sp_mr70 {
    margin-right: 70px !important;
  }
  .sp_p70 {
    padding: 70px !important;
  }
  .sp_pt70 {
    padding-top: 70px !important;
  }
  .sp_pl70 {
    padding-left: 70px !important;
  }
  .sp_pr70 {
    padding-right: 70px !important;
  }
  .sp_pb70 {
    padding-bottom: 70px !important;
  }
  .sp_w70p {
    width: 70% !important;
  }
  .sp_gap70 {
    gap: 70px !important;
  }
  .sp_m75 {
    margin: 75px !important;
  }
  .sp_mt75 {
    margin-top: 75px !important;
  }
  .sp_mb75 {
    margin-bottom: 75px !important;
  }
  .sp_ml75 {
    margin-left: 75px !important;
  }
  .sp_mr75 {
    margin-right: 75px !important;
  }
  .sp_p75 {
    padding: 75px !important;
  }
  .sp_pt75 {
    padding-top: 75px !important;
  }
  .sp_pl75 {
    padding-left: 75px !important;
  }
  .sp_pr75 {
    padding-right: 75px !important;
  }
  .sp_pb75 {
    padding-bottom: 75px !important;
  }
  .sp_w75p {
    width: 75% !important;
  }
  .sp_gap75 {
    gap: 75px !important;
  }
  .sp_m80 {
    margin: 80px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_ml80 {
    margin-left: 80px !important;
  }
  .sp_mr80 {
    margin-right: 80px !important;
  }
  .sp_p80 {
    padding: 80px !important;
  }
  .sp_pt80 {
    padding-top: 80px !important;
  }
  .sp_pl80 {
    padding-left: 80px !important;
  }
  .sp_pr80 {
    padding-right: 80px !important;
  }
  .sp_pb80 {
    padding-bottom: 80px !important;
  }
  .sp_w80p {
    width: 80% !important;
  }
  .sp_gap80 {
    gap: 80px !important;
  }
  .sp_m85 {
    margin: 85px !important;
  }
  .sp_mt85 {
    margin-top: 85px !important;
  }
  .sp_mb85 {
    margin-bottom: 85px !important;
  }
  .sp_ml85 {
    margin-left: 85px !important;
  }
  .sp_mr85 {
    margin-right: 85px !important;
  }
  .sp_p85 {
    padding: 85px !important;
  }
  .sp_pt85 {
    padding-top: 85px !important;
  }
  .sp_pl85 {
    padding-left: 85px !important;
  }
  .sp_pr85 {
    padding-right: 85px !important;
  }
  .sp_pb85 {
    padding-bottom: 85px !important;
  }
  .sp_w85p {
    width: 85% !important;
  }
  .sp_gap85 {
    gap: 85px !important;
  }
  .sp_m90 {
    margin: 90px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_ml90 {
    margin-left: 90px !important;
  }
  .sp_mr90 {
    margin-right: 90px !important;
  }
  .sp_p90 {
    padding: 90px !important;
  }
  .sp_pt90 {
    padding-top: 90px !important;
  }
  .sp_pl90 {
    padding-left: 90px !important;
  }
  .sp_pr90 {
    padding-right: 90px !important;
  }
  .sp_pb90 {
    padding-bottom: 90px !important;
  }
  .sp_w90p {
    width: 90% !important;
  }
  .sp_gap90 {
    gap: 90px !important;
  }
  .sp_m95 {
    margin: 95px !important;
  }
  .sp_mt95 {
    margin-top: 95px !important;
  }
  .sp_mb95 {
    margin-bottom: 95px !important;
  }
  .sp_ml95 {
    margin-left: 95px !important;
  }
  .sp_mr95 {
    margin-right: 95px !important;
  }
  .sp_p95 {
    padding: 95px !important;
  }
  .sp_pt95 {
    padding-top: 95px !important;
  }
  .sp_pl95 {
    padding-left: 95px !important;
  }
  .sp_pr95 {
    padding-right: 95px !important;
  }
  .sp_pb95 {
    padding-bottom: 95px !important;
  }
  .sp_w95p {
    width: 95% !important;
  }
  .sp_gap95 {
    gap: 95px !important;
  }
  .sp_m100 {
    margin: 100px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
  .sp_ml100 {
    margin-left: 100px !important;
  }
  .sp_mr100 {
    margin-right: 100px !important;
  }
  .sp_p100 {
    padding: 100px !important;
  }
  .sp_pt100 {
    padding-top: 100px !important;
  }
  .sp_pl100 {
    padding-left: 100px !important;
  }
  .sp_pr100 {
    padding-right: 100px !important;
  }
  .sp_pb100 {
    padding-bottom: 100px !important;
  }
  .sp_w100p {
    width: 100% !important;
  }
  .sp_gap100 {
    gap: 100px !important;
  }
  .sp_m105 {
    margin: 105px !important;
  }
  .sp_mt105 {
    margin-top: 105px !important;
  }
  .sp_mb105 {
    margin-bottom: 105px !important;
  }
  .sp_ml105 {
    margin-left: 105px !important;
  }
  .sp_mr105 {
    margin-right: 105px !important;
  }
  .sp_p105 {
    padding: 105px !important;
  }
  .sp_pt105 {
    padding-top: 105px !important;
  }
  .sp_pl105 {
    padding-left: 105px !important;
  }
  .sp_pr105 {
    padding-right: 105px !important;
  }
  .sp_pb105 {
    padding-bottom: 105px !important;
  }
  .sp_w105p {
    width: 105% !important;
  }
  .sp_gap105 {
    gap: 105px !important;
  }
  .sp_m110 {
    margin: 110px !important;
  }
  .sp_mt110 {
    margin-top: 110px !important;
  }
  .sp_mb110 {
    margin-bottom: 110px !important;
  }
  .sp_ml110 {
    margin-left: 110px !important;
  }
  .sp_mr110 {
    margin-right: 110px !important;
  }
  .sp_p110 {
    padding: 110px !important;
  }
  .sp_pt110 {
    padding-top: 110px !important;
  }
  .sp_pl110 {
    padding-left: 110px !important;
  }
  .sp_pr110 {
    padding-right: 110px !important;
  }
  .sp_pb110 {
    padding-bottom: 110px !important;
  }
  .sp_w110p {
    width: 110% !important;
  }
  .sp_gap110 {
    gap: 110px !important;
  }
  .sp_m115 {
    margin: 115px !important;
  }
  .sp_mt115 {
    margin-top: 115px !important;
  }
  .sp_mb115 {
    margin-bottom: 115px !important;
  }
  .sp_ml115 {
    margin-left: 115px !important;
  }
  .sp_mr115 {
    margin-right: 115px !important;
  }
  .sp_p115 {
    padding: 115px !important;
  }
  .sp_pt115 {
    padding-top: 115px !important;
  }
  .sp_pl115 {
    padding-left: 115px !important;
  }
  .sp_pr115 {
    padding-right: 115px !important;
  }
  .sp_pb115 {
    padding-bottom: 115px !important;
  }
  .sp_w115p {
    width: 115% !important;
  }
  .sp_gap115 {
    gap: 115px !important;
  }
  .sp_m120 {
    margin: 120px !important;
  }
  .sp_mt120 {
    margin-top: 120px !important;
  }
  .sp_mb120 {
    margin-bottom: 120px !important;
  }
  .sp_ml120 {
    margin-left: 120px !important;
  }
  .sp_mr120 {
    margin-right: 120px !important;
  }
  .sp_p120 {
    padding: 120px !important;
  }
  .sp_pt120 {
    padding-top: 120px !important;
  }
  .sp_pl120 {
    padding-left: 120px !important;
  }
  .sp_pr120 {
    padding-right: 120px !important;
  }
  .sp_pb120 {
    padding-bottom: 120px !important;
  }
  .sp_w120p {
    width: 120% !important;
  }
  .sp_gap120 {
    gap: 120px !important;
  }
  .sp_m125 {
    margin: 125px !important;
  }
  .sp_mt125 {
    margin-top: 125px !important;
  }
  .sp_mb125 {
    margin-bottom: 125px !important;
  }
  .sp_ml125 {
    margin-left: 125px !important;
  }
  .sp_mr125 {
    margin-right: 125px !important;
  }
  .sp_p125 {
    padding: 125px !important;
  }
  .sp_pt125 {
    padding-top: 125px !important;
  }
  .sp_pl125 {
    padding-left: 125px !important;
  }
  .sp_pr125 {
    padding-right: 125px !important;
  }
  .sp_pb125 {
    padding-bottom: 125px !important;
  }
  .sp_w125p {
    width: 125% !important;
  }
  .sp_gap125 {
    gap: 125px !important;
  }
  .sp_m130 {
    margin: 130px !important;
  }
  .sp_mt130 {
    margin-top: 130px !important;
  }
  .sp_mb130 {
    margin-bottom: 130px !important;
  }
  .sp_ml130 {
    margin-left: 130px !important;
  }
  .sp_mr130 {
    margin-right: 130px !important;
  }
  .sp_p130 {
    padding: 130px !important;
  }
  .sp_pt130 {
    padding-top: 130px !important;
  }
  .sp_pl130 {
    padding-left: 130px !important;
  }
  .sp_pr130 {
    padding-right: 130px !important;
  }
  .sp_pb130 {
    padding-bottom: 130px !important;
  }
  .sp_w130p {
    width: 130% !important;
  }
  .sp_gap130 {
    gap: 130px !important;
  }
  .sp_m135 {
    margin: 135px !important;
  }
  .sp_mt135 {
    margin-top: 135px !important;
  }
  .sp_mb135 {
    margin-bottom: 135px !important;
  }
  .sp_ml135 {
    margin-left: 135px !important;
  }
  .sp_mr135 {
    margin-right: 135px !important;
  }
  .sp_p135 {
    padding: 135px !important;
  }
  .sp_pt135 {
    padding-top: 135px !important;
  }
  .sp_pl135 {
    padding-left: 135px !important;
  }
  .sp_pr135 {
    padding-right: 135px !important;
  }
  .sp_pb135 {
    padding-bottom: 135px !important;
  }
  .sp_w135p {
    width: 135% !important;
  }
  .sp_gap135 {
    gap: 135px !important;
  }
  .sp_m140 {
    margin: 140px !important;
  }
  .sp_mt140 {
    margin-top: 140px !important;
  }
  .sp_mb140 {
    margin-bottom: 140px !important;
  }
  .sp_ml140 {
    margin-left: 140px !important;
  }
  .sp_mr140 {
    margin-right: 140px !important;
  }
  .sp_p140 {
    padding: 140px !important;
  }
  .sp_pt140 {
    padding-top: 140px !important;
  }
  .sp_pl140 {
    padding-left: 140px !important;
  }
  .sp_pr140 {
    padding-right: 140px !important;
  }
  .sp_pb140 {
    padding-bottom: 140px !important;
  }
  .sp_w140p {
    width: 140% !important;
  }
  .sp_gap140 {
    gap: 140px !important;
  }
  .sp_m145 {
    margin: 145px !important;
  }
  .sp_mt145 {
    margin-top: 145px !important;
  }
  .sp_mb145 {
    margin-bottom: 145px !important;
  }
  .sp_ml145 {
    margin-left: 145px !important;
  }
  .sp_mr145 {
    margin-right: 145px !important;
  }
  .sp_p145 {
    padding: 145px !important;
  }
  .sp_pt145 {
    padding-top: 145px !important;
  }
  .sp_pl145 {
    padding-left: 145px !important;
  }
  .sp_pr145 {
    padding-right: 145px !important;
  }
  .sp_pb145 {
    padding-bottom: 145px !important;
  }
  .sp_w145p {
    width: 145% !important;
  }
  .sp_gap145 {
    gap: 145px !important;
  }
  .sp_m150 {
    margin: 150px !important;
  }
  .sp_mt150 {
    margin-top: 150px !important;
  }
  .sp_mb150 {
    margin-bottom: 150px !important;
  }
  .sp_ml150 {
    margin-left: 150px !important;
  }
  .sp_mr150 {
    margin-right: 150px !important;
  }
  .sp_p150 {
    padding: 150px !important;
  }
  .sp_pt150 {
    padding-top: 150px !important;
  }
  .sp_pl150 {
    padding-left: 150px !important;
  }
  .sp_pr150 {
    padding-right: 150px !important;
  }
  .sp_pb150 {
    padding-bottom: 150px !important;
  }
  .sp_w150p {
    width: 150% !important;
  }
  .sp_gap150 {
    gap: 150px !important;
  }
  .sp_m155 {
    margin: 155px !important;
  }
  .sp_mt155 {
    margin-top: 155px !important;
  }
  .sp_mb155 {
    margin-bottom: 155px !important;
  }
  .sp_ml155 {
    margin-left: 155px !important;
  }
  .sp_mr155 {
    margin-right: 155px !important;
  }
  .sp_p155 {
    padding: 155px !important;
  }
  .sp_pt155 {
    padding-top: 155px !important;
  }
  .sp_pl155 {
    padding-left: 155px !important;
  }
  .sp_pr155 {
    padding-right: 155px !important;
  }
  .sp_pb155 {
    padding-bottom: 155px !important;
  }
  .sp_w155p {
    width: 155% !important;
  }
  .sp_gap155 {
    gap: 155px !important;
  }
  .sp_m160 {
    margin: 160px !important;
  }
  .sp_mt160 {
    margin-top: 160px !important;
  }
  .sp_mb160 {
    margin-bottom: 160px !important;
  }
  .sp_ml160 {
    margin-left: 160px !important;
  }
  .sp_mr160 {
    margin-right: 160px !important;
  }
  .sp_p160 {
    padding: 160px !important;
  }
  .sp_pt160 {
    padding-top: 160px !important;
  }
  .sp_pl160 {
    padding-left: 160px !important;
  }
  .sp_pr160 {
    padding-right: 160px !important;
  }
  .sp_pb160 {
    padding-bottom: 160px !important;
  }
  .sp_w160p {
    width: 160% !important;
  }
  .sp_gap160 {
    gap: 160px !important;
  }
  .sp_m165 {
    margin: 165px !important;
  }
  .sp_mt165 {
    margin-top: 165px !important;
  }
  .sp_mb165 {
    margin-bottom: 165px !important;
  }
  .sp_ml165 {
    margin-left: 165px !important;
  }
  .sp_mr165 {
    margin-right: 165px !important;
  }
  .sp_p165 {
    padding: 165px !important;
  }
  .sp_pt165 {
    padding-top: 165px !important;
  }
  .sp_pl165 {
    padding-left: 165px !important;
  }
  .sp_pr165 {
    padding-right: 165px !important;
  }
  .sp_pb165 {
    padding-bottom: 165px !important;
  }
  .sp_w165p {
    width: 165% !important;
  }
  .sp_gap165 {
    gap: 165px !important;
  }
  .sp_m170 {
    margin: 170px !important;
  }
  .sp_mt170 {
    margin-top: 170px !important;
  }
  .sp_mb170 {
    margin-bottom: 170px !important;
  }
  .sp_ml170 {
    margin-left: 170px !important;
  }
  .sp_mr170 {
    margin-right: 170px !important;
  }
  .sp_p170 {
    padding: 170px !important;
  }
  .sp_pt170 {
    padding-top: 170px !important;
  }
  .sp_pl170 {
    padding-left: 170px !important;
  }
  .sp_pr170 {
    padding-right: 170px !important;
  }
  .sp_pb170 {
    padding-bottom: 170px !important;
  }
  .sp_w170p {
    width: 170% !important;
  }
  .sp_gap170 {
    gap: 170px !important;
  }
  .sp_m175 {
    margin: 175px !important;
  }
  .sp_mt175 {
    margin-top: 175px !important;
  }
  .sp_mb175 {
    margin-bottom: 175px !important;
  }
  .sp_ml175 {
    margin-left: 175px !important;
  }
  .sp_mr175 {
    margin-right: 175px !important;
  }
  .sp_p175 {
    padding: 175px !important;
  }
  .sp_pt175 {
    padding-top: 175px !important;
  }
  .sp_pl175 {
    padding-left: 175px !important;
  }
  .sp_pr175 {
    padding-right: 175px !important;
  }
  .sp_pb175 {
    padding-bottom: 175px !important;
  }
  .sp_w175p {
    width: 175% !important;
  }
  .sp_gap175 {
    gap: 175px !important;
  }
  .sp_m180 {
    margin: 180px !important;
  }
  .sp_mt180 {
    margin-top: 180px !important;
  }
  .sp_mb180 {
    margin-bottom: 180px !important;
  }
  .sp_ml180 {
    margin-left: 180px !important;
  }
  .sp_mr180 {
    margin-right: 180px !important;
  }
  .sp_p180 {
    padding: 180px !important;
  }
  .sp_pt180 {
    padding-top: 180px !important;
  }
  .sp_pl180 {
    padding-left: 180px !important;
  }
  .sp_pr180 {
    padding-right: 180px !important;
  }
  .sp_pb180 {
    padding-bottom: 180px !important;
  }
  .sp_w180p {
    width: 180% !important;
  }
  .sp_gap180 {
    gap: 180px !important;
  }
  .sp_m185 {
    margin: 185px !important;
  }
  .sp_mt185 {
    margin-top: 185px !important;
  }
  .sp_mb185 {
    margin-bottom: 185px !important;
  }
  .sp_ml185 {
    margin-left: 185px !important;
  }
  .sp_mr185 {
    margin-right: 185px !important;
  }
  .sp_p185 {
    padding: 185px !important;
  }
  .sp_pt185 {
    padding-top: 185px !important;
  }
  .sp_pl185 {
    padding-left: 185px !important;
  }
  .sp_pr185 {
    padding-right: 185px !important;
  }
  .sp_pb185 {
    padding-bottom: 185px !important;
  }
  .sp_w185p {
    width: 185% !important;
  }
  .sp_gap185 {
    gap: 185px !important;
  }
  .sp_m190 {
    margin: 190px !important;
  }
  .sp_mt190 {
    margin-top: 190px !important;
  }
  .sp_mb190 {
    margin-bottom: 190px !important;
  }
  .sp_ml190 {
    margin-left: 190px !important;
  }
  .sp_mr190 {
    margin-right: 190px !important;
  }
  .sp_p190 {
    padding: 190px !important;
  }
  .sp_pt190 {
    padding-top: 190px !important;
  }
  .sp_pl190 {
    padding-left: 190px !important;
  }
  .sp_pr190 {
    padding-right: 190px !important;
  }
  .sp_pb190 {
    padding-bottom: 190px !important;
  }
  .sp_w190p {
    width: 190% !important;
  }
  .sp_gap190 {
    gap: 190px !important;
  }
  .sp_m195 {
    margin: 195px !important;
  }
  .sp_mt195 {
    margin-top: 195px !important;
  }
  .sp_mb195 {
    margin-bottom: 195px !important;
  }
  .sp_ml195 {
    margin-left: 195px !important;
  }
  .sp_mr195 {
    margin-right: 195px !important;
  }
  .sp_p195 {
    padding: 195px !important;
  }
  .sp_pt195 {
    padding-top: 195px !important;
  }
  .sp_pl195 {
    padding-left: 195px !important;
  }
  .sp_pr195 {
    padding-right: 195px !important;
  }
  .sp_pb195 {
    padding-bottom: 195px !important;
  }
  .sp_w195p {
    width: 195% !important;
  }
  .sp_gap195 {
    gap: 195px !important;
  }
  .sp_m200 {
    margin: 200px !important;
  }
  .sp_mt200 {
    margin-top: 200px !important;
  }
  .sp_mb200 {
    margin-bottom: 200px !important;
  }
  .sp_ml200 {
    margin-left: 200px !important;
  }
  .sp_mr200 {
    margin-right: 200px !important;
  }
  .sp_p200 {
    padding: 200px !important;
  }
  .sp_pt200 {
    padding-top: 200px !important;
  }
  .sp_pl200 {
    padding-left: 200px !important;
  }
  .sp_pr200 {
    padding-right: 200px !important;
  }
  .sp_pb200 {
    padding-bottom: 200px !important;
  }
  .sp_w200p {
    width: 200% !important;
  }
  .sp_gap200 {
    gap: 200px !important;
  }
  .sp_w0 {
    width: 0px !important;
  }
  .sp_max-w0 {
    max-width: 0px !important;
  }
  .sp_h0 {
    height: 0px !important;
  }
  .sp_w10 {
    width: 10px !important;
  }
  .sp_max-w5 {
    max-width: 5px !important;
  }
  .sp_h10 {
    height: 10px !important;
  }
  .sp_w20 {
    width: 20px !important;
  }
  .sp_max-w10 {
    max-width: 10px !important;
  }
  .sp_h20 {
    height: 20px !important;
  }
  .sp_w30 {
    width: 30px !important;
  }
  .sp_max-w15 {
    max-width: 15px !important;
  }
  .sp_h30 {
    height: 30px !important;
  }
  .sp_w40 {
    width: 40px !important;
  }
  .sp_max-w20 {
    max-width: 20px !important;
  }
  .sp_h40 {
    height: 40px !important;
  }
  .sp_w50 {
    width: 50px !important;
  }
  .sp_max-w25 {
    max-width: 25px !important;
  }
  .sp_h50 {
    height: 50px !important;
  }
  .sp_w60 {
    width: 60px !important;
  }
  .sp_max-w30 {
    max-width: 30px !important;
  }
  .sp_h60 {
    height: 60px !important;
  }
  .sp_w70 {
    width: 70px !important;
  }
  .sp_max-w35 {
    max-width: 35px !important;
  }
  .sp_h70 {
    height: 70px !important;
  }
  .sp_w80 {
    width: 80px !important;
  }
  .sp_max-w40 {
    max-width: 40px !important;
  }
  .sp_h80 {
    height: 80px !important;
  }
  .sp_w90 {
    width: 90px !important;
  }
  .sp_max-w45 {
    max-width: 45px !important;
  }
  .sp_h90 {
    height: 90px !important;
  }
  .sp_w100 {
    width: 100px !important;
  }
  .sp_max-w50 {
    max-width: 50px !important;
  }
  .sp_h100 {
    height: 100px !important;
  }
  .sp_w110 {
    width: 110px !important;
  }
  .sp_max-w55 {
    max-width: 55px !important;
  }
  .sp_h110 {
    height: 110px !important;
  }
  .sp_w120 {
    width: 120px !important;
  }
  .sp_max-w60 {
    max-width: 60px !important;
  }
  .sp_h120 {
    height: 120px !important;
  }
  .sp_w130 {
    width: 130px !important;
  }
  .sp_max-w65 {
    max-width: 65px !important;
  }
  .sp_h130 {
    height: 130px !important;
  }
  .sp_w140 {
    width: 140px !important;
  }
  .sp_max-w70 {
    max-width: 70px !important;
  }
  .sp_h140 {
    height: 140px !important;
  }
  .sp_w150 {
    width: 150px !important;
  }
  .sp_max-w75 {
    max-width: 75px !important;
  }
  .sp_h150 {
    height: 150px !important;
  }
  .sp_w160 {
    width: 160px !important;
  }
  .sp_max-w80 {
    max-width: 80px !important;
  }
  .sp_h160 {
    height: 160px !important;
  }
  .sp_w170 {
    width: 170px !important;
  }
  .sp_max-w85 {
    max-width: 85px !important;
  }
  .sp_h170 {
    height: 170px !important;
  }
  .sp_w180 {
    width: 180px !important;
  }
  .sp_max-w90 {
    max-width: 90px !important;
  }
  .sp_h180 {
    height: 180px !important;
  }
  .sp_w190 {
    width: 190px !important;
  }
  .sp_max-w95 {
    max-width: 95px !important;
  }
  .sp_h190 {
    height: 190px !important;
  }
  .sp_w200 {
    width: 200px !important;
  }
  .sp_max-w100 {
    max-width: 100px !important;
  }
  .sp_h200 {
    height: 200px !important;
  }
  .sp_w210 {
    width: 210px !important;
  }
  .sp_max-w105 {
    max-width: 105px !important;
  }
  .sp_h210 {
    height: 210px !important;
  }
  .sp_w220 {
    width: 220px !important;
  }
  .sp_max-w110 {
    max-width: 110px !important;
  }
  .sp_h220 {
    height: 220px !important;
  }
  .sp_w230 {
    width: 230px !important;
  }
  .sp_max-w115 {
    max-width: 115px !important;
  }
  .sp_h230 {
    height: 230px !important;
  }
  .sp_w240 {
    width: 240px !important;
  }
  .sp_max-w120 {
    max-width: 120px !important;
  }
  .sp_h240 {
    height: 240px !important;
  }
  .sp_w250 {
    width: 250px !important;
  }
  .sp_max-w125 {
    max-width: 125px !important;
  }
  .sp_h250 {
    height: 250px !important;
  }
  .sp_w260 {
    width: 260px !important;
  }
  .sp_max-w130 {
    max-width: 130px !important;
  }
  .sp_h260 {
    height: 260px !important;
  }
  .sp_w270 {
    width: 270px !important;
  }
  .sp_max-w135 {
    max-width: 135px !important;
  }
  .sp_h270 {
    height: 270px !important;
  }
  .sp_w280 {
    width: 280px !important;
  }
  .sp_max-w140 {
    max-width: 140px !important;
  }
  .sp_h280 {
    height: 280px !important;
  }
  .sp_w290 {
    width: 290px !important;
  }
  .sp_max-w145 {
    max-width: 145px !important;
  }
  .sp_h290 {
    height: 290px !important;
  }
  .sp_w300 {
    width: 300px !important;
  }
  .sp_max-w150 {
    max-width: 150px !important;
  }
  .sp_h300 {
    height: 300px !important;
  }
  .sp_w310 {
    width: 310px !important;
  }
  .sp_max-w155 {
    max-width: 155px !important;
  }
  .sp_h310 {
    height: 310px !important;
  }
  .sp_w320 {
    width: 320px !important;
  }
  .sp_max-w160 {
    max-width: 160px !important;
  }
  .sp_h320 {
    height: 320px !important;
  }
  .sp_w330 {
    width: 330px !important;
  }
  .sp_max-w165 {
    max-width: 165px !important;
  }
  .sp_h330 {
    height: 330px !important;
  }
  .sp_w340 {
    width: 340px !important;
  }
  .sp_max-w170 {
    max-width: 170px !important;
  }
  .sp_h340 {
    height: 340px !important;
  }
  .sp_w350 {
    width: 350px !important;
  }
  .sp_max-w175 {
    max-width: 175px !important;
  }
  .sp_h350 {
    height: 350px !important;
  }
  .sp_w360 {
    width: 360px !important;
  }
  .sp_max-w180 {
    max-width: 180px !important;
  }
  .sp_h360 {
    height: 360px !important;
  }
  .sp_w370 {
    width: 370px !important;
  }
  .sp_max-w185 {
    max-width: 185px !important;
  }
  .sp_h370 {
    height: 370px !important;
  }
  .sp_w380 {
    width: 380px !important;
  }
  .sp_max-w190 {
    max-width: 190px !important;
  }
  .sp_h380 {
    height: 380px !important;
  }
  .sp_w390 {
    width: 390px !important;
  }
  .sp_max-w195 {
    max-width: 195px !important;
  }
  .sp_h390 {
    height: 390px !important;
  }
  .sp_w400 {
    width: 400px !important;
  }
  .sp_max-w200 {
    max-width: 200px !important;
  }
  .sp_h400 {
    height: 400px !important;
  }
  .sp_w410 {
    width: 410px !important;
  }
  .sp_max-w205 {
    max-width: 205px !important;
  }
  .sp_h410 {
    height: 410px !important;
  }
  .sp_w420 {
    width: 420px !important;
  }
  .sp_max-w210 {
    max-width: 210px !important;
  }
  .sp_h420 {
    height: 420px !important;
  }
  .sp_w430 {
    width: 430px !important;
  }
  .sp_max-w215 {
    max-width: 215px !important;
  }
  .sp_h430 {
    height: 430px !important;
  }
  .sp_w440 {
    width: 440px !important;
  }
  .sp_max-w220 {
    max-width: 220px !important;
  }
  .sp_h440 {
    height: 440px !important;
  }
  .sp_w450 {
    width: 450px !important;
  }
  .sp_max-w225 {
    max-width: 225px !important;
  }
  .sp_h450 {
    height: 450px !important;
  }
  .sp_w460 {
    width: 460px !important;
  }
  .sp_max-w230 {
    max-width: 230px !important;
  }
  .sp_h460 {
    height: 460px !important;
  }
  .sp_w470 {
    width: 470px !important;
  }
  .sp_max-w235 {
    max-width: 235px !important;
  }
  .sp_h470 {
    height: 470px !important;
  }
  .sp_w480 {
    width: 480px !important;
  }
  .sp_max-w240 {
    max-width: 240px !important;
  }
  .sp_h480 {
    height: 480px !important;
  }
  .sp_w490 {
    width: 490px !important;
  }
  .sp_max-w245 {
    max-width: 245px !important;
  }
  .sp_h490 {
    height: 490px !important;
  }
  .sp_w500 {
    width: 500px !important;
  }
  .sp_max-w250 {
    max-width: 250px !important;
  }
  .sp_h500 {
    height: 500px !important;
  }
  .sp_w510 {
    width: 510px !important;
  }
  .sp_max-w255 {
    max-width: 255px !important;
  }
  .sp_h510 {
    height: 510px !important;
  }
  .sp_w520 {
    width: 520px !important;
  }
  .sp_max-w260 {
    max-width: 260px !important;
  }
  .sp_h520 {
    height: 520px !important;
  }
  .sp_w530 {
    width: 530px !important;
  }
  .sp_max-w265 {
    max-width: 265px !important;
  }
  .sp_h530 {
    height: 530px !important;
  }
  .sp_w540 {
    width: 540px !important;
  }
  .sp_max-w270 {
    max-width: 270px !important;
  }
  .sp_h540 {
    height: 540px !important;
  }
  .sp_w550 {
    width: 550px !important;
  }
  .sp_max-w275 {
    max-width: 275px !important;
  }
  .sp_h550 {
    height: 550px !important;
  }
  .sp_w560 {
    width: 560px !important;
  }
  .sp_max-w280 {
    max-width: 280px !important;
  }
  .sp_h560 {
    height: 560px !important;
  }
  .sp_w570 {
    width: 570px !important;
  }
  .sp_max-w285 {
    max-width: 285px !important;
  }
  .sp_h570 {
    height: 570px !important;
  }
  .sp_w580 {
    width: 580px !important;
  }
  .sp_max-w290 {
    max-width: 290px !important;
  }
  .sp_h580 {
    height: 580px !important;
  }
  .sp_w590 {
    width: 590px !important;
  }
  .sp_max-w295 {
    max-width: 295px !important;
  }
  .sp_h590 {
    height: 590px !important;
  }
  .sp_w600 {
    width: 600px !important;
  }
  .sp_max-w300 {
    max-width: 300px !important;
  }
  .sp_h600 {
    height: 600px !important;
  }
  .sp_w610 {
    width: 610px !important;
  }
  .sp_max-w305 {
    max-width: 305px !important;
  }
  .sp_h610 {
    height: 610px !important;
  }
  .sp_w620 {
    width: 620px !important;
  }
  .sp_max-w310 {
    max-width: 310px !important;
  }
  .sp_h620 {
    height: 620px !important;
  }
  .sp_w630 {
    width: 630px !important;
  }
  .sp_max-w315 {
    max-width: 315px !important;
  }
  .sp_h630 {
    height: 630px !important;
  }
  .sp_w640 {
    width: 640px !important;
  }
  .sp_max-w320 {
    max-width: 320px !important;
  }
  .sp_h640 {
    height: 640px !important;
  }
  .sp_w650 {
    width: 650px !important;
  }
  .sp_max-w325 {
    max-width: 325px !important;
  }
  .sp_h650 {
    height: 650px !important;
  }
  .sp_w660 {
    width: 660px !important;
  }
  .sp_max-w330 {
    max-width: 330px !important;
  }
  .sp_h660 {
    height: 660px !important;
  }
  .sp_w670 {
    width: 670px !important;
  }
  .sp_max-w335 {
    max-width: 335px !important;
  }
  .sp_h670 {
    height: 670px !important;
  }
  .sp_w680 {
    width: 680px !important;
  }
  .sp_max-w340 {
    max-width: 340px !important;
  }
  .sp_h680 {
    height: 680px !important;
  }
  .sp_w690 {
    width: 690px !important;
  }
  .sp_max-w345 {
    max-width: 345px !important;
  }
  .sp_h690 {
    height: 690px !important;
  }
  .sp_w700 {
    width: 700px !important;
  }
  .sp_max-w350 {
    max-width: 350px !important;
  }
  .sp_h700 {
    height: 700px !important;
  }
  .sp_w710 {
    width: 710px !important;
  }
  .sp_max-w355 {
    max-width: 355px !important;
  }
  .sp_h710 {
    height: 710px !important;
  }
  .sp_w720 {
    width: 720px !important;
  }
  .sp_max-w360 {
    max-width: 360px !important;
  }
  .sp_h720 {
    height: 720px !important;
  }
  .sp_w730 {
    width: 730px !important;
  }
  .sp_max-w365 {
    max-width: 365px !important;
  }
  .sp_h730 {
    height: 730px !important;
  }
  .sp_w740 {
    width: 740px !important;
  }
  .sp_max-w370 {
    max-width: 370px !important;
  }
  .sp_h740 {
    height: 740px !important;
  }
  .sp_w750 {
    width: 750px !important;
  }
  .sp_max-w375 {
    max-width: 375px !important;
  }
  .sp_h750 {
    height: 750px !important;
  }
  .sp_w760 {
    width: 760px !important;
  }
  .sp_max-w380 {
    max-width: 380px !important;
  }
  .sp_h760 {
    height: 760px !important;
  }
  .sp_fz10 {
    font-size: 10px !important;
  }
  .sp_lh10 {
    line-height: 10px !important;
  }
  .sp_fz11 {
    font-size: 11px !important;
  }
  .sp_lh11 {
    line-height: 11px !important;
  }
  .sp_fz12 {
    font-size: 12px !important;
  }
  .sp_lh12 {
    line-height: 12px !important;
  }
  .sp_fz13 {
    font-size: 13px !important;
  }
  .sp_lh13 {
    line-height: 13px !important;
  }
  .sp_fz14 {
    font-size: 14px !important;
  }
  .sp_lh14 {
    line-height: 14px !important;
  }
  .sp_fz15 {
    font-size: 15px !important;
  }
  .sp_lh15 {
    line-height: 15px !important;
  }
  .sp_fz16 {
    font-size: 16px !important;
  }
  .sp_lh16 {
    line-height: 16px !important;
  }
  .sp_fz17 {
    font-size: 17px !important;
  }
  .sp_lh17 {
    line-height: 17px !important;
  }
  .sp_fz18 {
    font-size: 18px !important;
  }
  .sp_lh18 {
    line-height: 18px !important;
  }
  .sp_fz19 {
    font-size: 19px !important;
  }
  .sp_lh19 {
    line-height: 19px !important;
  }
  .sp_fz20 {
    font-size: 20px !important;
  }
  .sp_lh20 {
    line-height: 20px !important;
  }
  .sp_fz21 {
    font-size: 21px !important;
  }
  .sp_lh21 {
    line-height: 21px !important;
  }
  .sp_fz22 {
    font-size: 22px !important;
  }
  .sp_lh22 {
    line-height: 22px !important;
  }
  .sp_fz23 {
    font-size: 23px !important;
  }
  .sp_lh23 {
    line-height: 23px !important;
  }
  .sp_fz24 {
    font-size: 24px !important;
  }
  .sp_lh24 {
    line-height: 24px !important;
  }
  .sp_fz25 {
    font-size: 25px !important;
  }
  .sp_lh25 {
    line-height: 25px !important;
  }
  .sp_fz26 {
    font-size: 26px !important;
  }
  .sp_lh26 {
    line-height: 26px !important;
  }
  .sp_fz27 {
    font-size: 27px !important;
  }
  .sp_lh27 {
    line-height: 27px !important;
  }
  .sp_fz28 {
    font-size: 28px !important;
  }
  .sp_lh28 {
    line-height: 28px !important;
  }
  .sp_fz29 {
    font-size: 29px !important;
  }
  .sp_lh29 {
    line-height: 29px !important;
  }
  .sp_fz30 {
    font-size: 30px !important;
  }
  .sp_lh30 {
    line-height: 30px !important;
  }
  .sp_fz31 {
    font-size: 31px !important;
  }
  .sp_lh31 {
    line-height: 31px !important;
  }
  .sp_fz32 {
    font-size: 32px !important;
  }
  .sp_lh32 {
    line-height: 32px !important;
  }
  .sp_fz33 {
    font-size: 33px !important;
  }
  .sp_lh33 {
    line-height: 33px !important;
  }
  .sp_fz34 {
    font-size: 34px !important;
  }
  .sp_lh34 {
    line-height: 34px !important;
  }
  .sp_fz35 {
    font-size: 35px !important;
  }
  .sp_lh35 {
    line-height: 35px !important;
  }
  .sp_fz36 {
    font-size: 36px !important;
  }
  .sp_lh36 {
    line-height: 36px !important;
  }
  .sp_fz37 {
    font-size: 37px !important;
  }
  .sp_lh37 {
    line-height: 37px !important;
  }
  .sp_fz38 {
    font-size: 38px !important;
  }
  .sp_lh38 {
    line-height: 38px !important;
  }
  .sp_fz39 {
    font-size: 39px !important;
  }
  .sp_lh39 {
    line-height: 39px !important;
  }
  .sp_fz40 {
    font-size: 40px !important;
  }
  .sp_lh40 {
    line-height: 40px !important;
  }
  .sp_fz41 {
    font-size: 41px !important;
  }
  .sp_lh41 {
    line-height: 41px !important;
  }
  .sp_fz42 {
    font-size: 42px !important;
  }
  .sp_lh42 {
    line-height: 42px !important;
  }
  .sp_fz43 {
    font-size: 43px !important;
  }
  .sp_lh43 {
    line-height: 43px !important;
  }
  .sp_fz44 {
    font-size: 44px !important;
  }
  .sp_lh44 {
    line-height: 44px !important;
  }
  .sp_fz45 {
    font-size: 45px !important;
  }
  .sp_lh45 {
    line-height: 45px !important;
  }
  .sp_fz46 {
    font-size: 46px !important;
  }
  .sp_lh46 {
    line-height: 46px !important;
  }
  .sp_fz47 {
    font-size: 47px !important;
  }
  .sp_lh47 {
    line-height: 47px !important;
  }
  .sp_fz48 {
    font-size: 48px !important;
  }
  .sp_lh48 {
    line-height: 48px !important;
  }
  .sp_fz49 {
    font-size: 49px !important;
  }
  .sp_lh49 {
    line-height: 49px !important;
  }
  .sp_fz50 {
    font-size: 50px !important;
  }
  .sp_lh50 {
    line-height: 50px !important;
  }
}
.center {
  text-align: center;
}

@media all and (min-width: 782px) {
  .pc_center {
    text-align: center;
  }
}

@media not all and (min-width: 782px) {
  .sp_center {
    text-align: center;
  }
}

.right {
  text-align: right;
}

@media all and (min-width: 782px) {
  .pc_right {
    text-align: right;
  }
}

@media not all and (min-width: 782px) {
  .sp_right {
    text-align: right;
  }
}

.left {
  text-align: left;
}

@media all and (min-width: 782px) {
  .pc_left {
    text-align: left;
  }
}

@media not all and (min-width: 782px) {
  .sp_left {
    text-align: left;
  }
}

@media not all and (min-width: 640px) {
  body {
    font-size: 0.875rem;
  }
}

.l-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-meta__item.c-meta__item--author {
  display: none;
}

/* ================================================
   カスタマイズ
================================================ */
.home [id=drawer-nav].c-drawer--overall .c-drawer__controls {
  top: 6px;
}
.home [id=drawer-nav].c-drawer--overall .c-drawer__inner {
  padding: 0 50px;
}
.home [id=drawer-nav].c-drawer--overall .c-drawer__sns-links {
  margin-top: 50px;
}
.home [id=drawer-nav].c-drawer--overall .c-drawer__sns-links .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
  fill: #fff;
}
.home [id=drawer-nav].c-drawer--overall .c-drawer__content {
  margin-top: 50px;
}
.home [id=drawer-nav].c-drawer--overall .c-drawer__content .agf_link {
  background-color: #fff;
  padding: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (min-width: 782px) {
  .home [id=drawer-nav].c-drawer--overall .c-drawer__content .agf_link:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 782px) {
  .home [id=drawer-nav].c-drawer--overall .c-drawer__content .agf_link.touching {
    opacity: 0.7;
  }
}
@media not all and (min-width: 640px) {
  .home #mv.smb-section {
    min-height: auto;
    height: 650px;
  }
}
@media not all and (min-width: 640px) {
  .home #about .wp-block-heading {
    font-size: 0.875rem;
  }
}
@media not all and (min-width: 640px) {
  .home #about .sme-font-size.has-sm-3-xl-font-size {
    font-size: 1.25rem !important;
  }
}
@media all and (min-width: 782px) {
  .home #shop .smb-panels__item--vertical .smb-panels__item__figure img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
}
@media all and (min-width: 782px) {
  .home #shop .smb-panels__item--vertical:hover .smb-panels__item__figure img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
@media not all and (min-width: 782px) {
  .home #shop .smb-panels__item--vertical.touching .smb-panels__item__figure img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.home #shop .smb-panels__item--vertical .smb-panels__item__body {
  padding-bottom: 50px;
}
.home #shop .smb-panels__item--vertical .smb-panels__item__action {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.75rem;
}
@media not all and (min-width: 640px) {
  .home #shop .smb-panels__item--vertical .smb-panels__item__content {
    text-align: left;
  }
}

#company .wp-block-table table th,
#company .wp-block-table table td,
#recruit .wp-block-table table th,
#recruit .wp-block-table table td {
  border: none;
  vertical-align: top;
}
@media not all and (min-width: 640px) {
  #company .wp-block-table table th,
  #company .wp-block-table table td,
  #recruit .wp-block-table table th,
  #recruit .wp-block-table table td {
    font-size: 0.875rem;
  }
}
#company .wp-block-table table th:first-child,
#company .wp-block-table table td:first-child,
#recruit .wp-block-table table th:first-child,
#recruit .wp-block-table table td:first-child {
  width: 200px;
}
@media not all and (min-width: 640px) {
  #company .wp-block-table table th:first-child,
  #company .wp-block-table table td:first-child,
  #recruit .wp-block-table table th:first-child,
  #recruit .wp-block-table table td:first-child {
    width: 120px;
  }
}
#company .wp-block-table table th,
#recruit .wp-block-table table th {
  vertical-align: top;
  padding: 30px 0;
}
#company .wp-block-table table td,
#recruit .wp-block-table table td {
  padding: 30px 0;
}
@media not all and (min-width: 640px) {
  #company .wp-block-table table td,
  #recruit .wp-block-table table td {
    padding: 20px 0;
  }
}
#company .wp-block-table table tr,
#recruit .wp-block-table table tr {
  border-bottom: 1px solid #dadada;
}

@media not all and (min-width: 640px) {
  #recruit .wp-block-snow-monkey-blocks-alert .smb-alert__body {
    font-size: 0.875rem;
  }
}

.snow-monkey-form .smf-progress-tracker__item__number {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media not all and (min-width: 640px) {
  .snow-monkey-form .smf-progress-tracker__item__text {
    font-size: 0.75rem;
  }
}
.snow-monkey-form .smf-form--letter .smf-item__col--label {
  padding-bottom: 0;
}
.snow-monkey-form .smf-form--letter .smf-item {
  padding: 0;
}
.snow-monkey-form .smf-form .smf-text-control__control,
.snow-monkey-form .smf-form .smf-textarea-control__control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f1efec;
  border: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-note {
  font-size: 0.75rem;
}
@media not all and (min-width: 782px) {
  .recaptcha-note {
    font-size: 0.625rem;
  }
}
.recaptcha-note a {
  color: #0073aa;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (min-width: 782px) {
  .recaptcha-note a:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 782px) {
  .recaptcha-note a.touching {
    opacity: 0.7;
  }
}

.l-footer .c-sub-nav .c-navbar {
  gap: 5px 20px;
}
.l-footer__body {
  background-color: #333;
  color: #fff;
}
.l-footer__body .c-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-footer__body .agf_link {
  background-color: #fff;
  padding: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (min-width: 782px) {
  .l-footer__body .agf_link:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 782px) {
  .l-footer__body .agf_link.touching {
    opacity: 0.7;
  }
}
@media all and (min-width: 640px) {
  .l-footer__footer .c-row .c-row__col--lg-fit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media not all and (min-width: 640px) {
  .l-footer__footer .c-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}