@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  color: #28292b;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  /* プロポーショナルメトリクスを有効にする指定 */
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: #28292b;
  letter-spacing: 0.25em;
  text-align: justify;
}
@media (max-width: 1487px) and (min-width: 751px) {
  body {
    font-size: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  body {
    font-size: calc(28.8 / 750 * 100vw);
  }
}

p:empty {
  display: none;
}

hr {
  margin-bottom: 1em;
}

picture {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

svg {
  vertical-align: top;
}

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

small {
  font-size: 80%;
}

@media only screen and (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-wrapper {
  overflow: hidden;
  position: relative;
  /* max-width: $break_xl; */
  margin: auto;
}

.l-inner {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-right: 80px;
  padding-left: 80px;
  /* max-width: $break_xl; */
  /* z-index: 99; */
  /* .bg-wave_bottom>& {
  	padding-bottom: $space_md;

  	@include mq($break_sp) {
  		padding-bottom: $space_md_sp;
  	}
  } */
}
@media (max-width: 1487px) and (min-width: 751px) {
  .l-inner {
    padding-right: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .l-inner {
    padding-right: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .l-inner {
    padding-left: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .l-inner {
    padding-left: calc(30 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .l-inner.sp_inner_xl {
    padding: 0;
  }
  .l-inner.sp_inner_lg {
    padding: calc(100 / 750 * 80 / 1 * 1vw) calc(100 / 750 * 40 / 1 * 1vw);
  }
  .l-inner.sp_inner_md {
    padding: calc(100 / 750 * 60 / 1 * 1vw) calc(100 / 750 * 40 / 1 * 1vw);
  }
  .l-inner.sp_inner_sm {
    padding: calc(100 / 750 * 40 / 1 * 1vw) calc(100 / 750 * 40 / 1 * 1vw);
  }
  .l-inner.sp_inner_xs {
    padding: calc(100 / 750 * 30 / 1 * 1vw) calc(100 / 750 * 40 / 1 * 1vw);
  }
}

.inner_xl {
  max-width: 1680px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_xl {
    max-width: calc(1680 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_xl {
    max-width: calc(1680 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_xl {
    padding-right: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_xl {
    padding-right: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_xl {
    padding-left: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_xl {
    padding-left: calc(30 / 750 * 100vw);
  }
}
.inner_lg {
  max-width: 1680px;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_lg {
    max-width: calc(1680 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_lg {
    max-width: calc(1680 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_lg {
    padding-right: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_lg {
    padding-right: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_lg {
    padding-left: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_lg {
    padding-left: calc(30 / 750 * 100vw);
  }
}
.inner_md {
  max-width: 1488px;
  padding-right: 120px;
  padding-left: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_md {
    max-width: calc(1488 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_md {
    max-width: calc(1488 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_md {
    padding-right: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_md {
    padding-right: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_md {
    padding-left: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_md {
    padding-left: calc(30 / 750 * 100vw);
  }
}
.inner_sm {
  max-width: 1280px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_sm {
    max-width: calc(1280 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_sm {
    max-width: calc(750 / 750 * 100vw);
  }
}
.inner_xs {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_xs {
    padding-left: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_xs {
    padding-left: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .inner_xs {
    padding-right: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .inner_xs {
    padding-right: calc(30 / 750 * 100vw);
  }
}

@media only screen and (max-width: 750px) {
  .m-box .inner_sm {
    padding-right: 0.6666666667vw;
    padding-left: 0.6666666667vw;
  }
}

.l-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  /* z-index: 9; */
  min-height: 471px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .l-section {
    padding-top: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .l-section {
    padding-top: calc(120 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .l-section {
    padding-bottom: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .l-section {
    padding-bottom: calc(120 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .l-section {
    min-height: calc(471 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .l-section {
    min-height: calc(0 / 750 * 100vw);
  }
}
.l-section:nth-of-type(even) .ttl-size_xl {
  right: -170px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .l-section:nth-of-type(even) .ttl-size_xl {
    right: calc(-170 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .l-section:nth-of-type(even) .ttl-size_xl {
    right: calc(-170 / 750 * 100vw);
  }
}
.l-section:nth-of-type(even) .ttl-size_xl.reception-ttl {
  right: 100%;
}

.l-content {
  border-top: solid 2px rgba(40, 41, 43, 0.1);
  margin-top: 80px;
  padding-top: 80px;
}
.l-main {
  position: relative;
}
.l-main.main-bg::before {
  content: "";
  display: block;
  width: 1680px;
  height: 1481px;
  background: url("../img/shapes_00.png") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /* z-index: 9; */
}
@media (max-width: 1487px) and (min-width: 751px) {
  .l-main.main-bg::before {
    width: calc(1680 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .l-main.main-bg::before {
    width: calc(760 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .l-main.main-bg::before {
    height: calc(1481 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .l-main.main-bg::before {
    height: calc(1922 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .l-main.main-bg::before {
    top: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .l-main.main-bg::before {
    top: calc(110 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .l-main.main-bg::before {
    background: url("../img/shapes_00_sp.png") center top no-repeat;
    background-size: cover;
  }
}
.b_nishiazabu .l-main.main-bg::before {
  height: 1481px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .b_nishiazabu .l-main.main-bg::before {
    height: calc(1481 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .b_nishiazabu .l-main.main-bg::before {
    height: calc(2008 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .b_nishiazabu .l-main.main-bg::before {
    background: url("../img/shapes_00_sp_n.png") center top no-repeat;
    background-size: cover;
  }
}
.b_sitemap .l-main::before {
  content: "";
  display: block;
  width: 1680px;
  height: 594px;
  background: url("../img/shapes_00_sitemap.png") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /* z-index: 9; */
}
@media (max-width: 1487px) and (min-width: 751px) {
  .b_sitemap .l-main::before {
    width: calc(1680 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .b_sitemap .l-main::before {
    width: calc(760 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .b_sitemap .l-main::before {
    height: calc(594 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .b_sitemap .l-main::before {
    height: calc(1832 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .b_sitemap .l-main::before {
    background: url("../img/shapes_00_sitemap_sp.png") center top no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 750px) {
  .l-main > .l-section:first-child {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 1487px) and (min-width: 751px) {
  .l-main > .l-section:first-child {
    padding-top: calc(100 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .l-main > .l-section:first-child {
    padding-top: calc(190 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .b_top .l-main > .l-section:first-child {
    padding-top: 205px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 1487px) and (min-width: 751px) {
  .b_top .l-main > .l-section:first-child {
    padding-top: calc(205 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .b_top .l-main > .l-section:first-child {
    padding-top: calc(402 / 750 * 100vw);
  }
}

.l-footer {
  position: relative;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row > .col-1 {
  width: calc(100% * 1 / 1);
}
.row > .col-1_1 {
  width: calc(100% * 1 / 1);
}
.row > .col-2 {
  width: calc(100% * 1 / 2);
}
.row > .col-2_1 {
  width: calc(100% * 1 / 2);
}
.row > .col-2_2 {
  width: calc(100% * 2 / 2);
}
.row > .col-3 {
  width: calc(100% * 1 / 3);
}
.row > .col-3_1 {
  width: calc(100% * 1 / 3);
}
.row > .col-3_2 {
  width: calc(100% * 2 / 3);
}
.row > .col-3_3 {
  width: calc(100% * 3 / 3);
}
.row > .col-4 {
  width: calc(100% * 1 / 4);
}
.row > .col-4_1 {
  width: calc(100% * 1 / 4);
}
.row > .col-4_2 {
  width: calc(100% * 2 / 4);
}
.row > .col-4_3 {
  width: calc(100% * 3 / 4);
}
.row > .col-4_4 {
  width: calc(100% * 4 / 4);
}
.row > .col-5 {
  width: calc(100% * 1 / 5);
}
.row > .col-5_1 {
  width: calc(100% * 1 / 5);
}
.row > .col-5_2 {
  width: calc(100% * 2 / 5);
}
.row > .col-5_3 {
  width: calc(100% * 3 / 5);
}
.row > .col-5_4 {
  width: calc(100% * 4 / 5);
}
.row > .col-5_5 {
  width: calc(100% * 5 / 5);
}
.row > .col-6 {
  width: calc(100% * 1 / 6);
}
.row > .col-6_1 {
  width: calc(100% * 1 / 6);
}
.row > .col-6_2 {
  width: calc(100% * 2 / 6);
}
.row > .col-6_3 {
  width: calc(100% * 3 / 6);
}
.row > .col-6_4 {
  width: calc(100% * 4 / 6);
}
.row > .col-6_5 {
  width: calc(100% * 5 / 6);
}
.row > .col-6_6 {
  width: calc(100% * 6 / 6);
}
.row > .col-7 {
  width: calc(100% * 1 / 7);
}
.row > .col-7_1 {
  width: calc(100% * 1 / 7);
}
.row > .col-7_2 {
  width: calc(100% * 2 / 7);
}
.row > .col-7_3 {
  width: calc(100% * 3 / 7);
}
.row > .col-7_4 {
  width: calc(100% * 4 / 7);
}
.row > .col-7_5 {
  width: calc(100% * 5 / 7);
}
.row > .col-7_6 {
  width: calc(100% * 6 / 7);
}
.row > .col-7_7 {
  width: calc(100% * 7 / 7);
}
.row > .col-8 {
  width: calc(100% * 1 / 8);
}
.row > .col-8_1 {
  width: calc(100% * 1 / 8);
}
.row > .col-8_2 {
  width: calc(100% * 2 / 8);
}
.row > .col-8_3 {
  width: calc(100% * 3 / 8);
}
.row > .col-8_4 {
  width: calc(100% * 4 / 8);
}
.row > .col-8_5 {
  width: calc(100% * 5 / 8);
}
.row > .col-8_6 {
  width: calc(100% * 6 / 8);
}
.row > .col-8_7 {
  width: calc(100% * 7 / 8);
}
.row > .col-8_8 {
  width: calc(100% * 8 / 8);
}
.row > .col-9 {
  width: calc(100% * 1 / 9);
}
.row > .col-9_1 {
  width: calc(100% * 1 / 9);
}
.row > .col-9_2 {
  width: calc(100% * 2 / 9);
}
.row > .col-9_3 {
  width: calc(100% * 3 / 9);
}
.row > .col-9_4 {
  width: calc(100% * 4 / 9);
}
.row > .col-9_5 {
  width: calc(100% * 5 / 9);
}
.row > .col-9_6 {
  width: calc(100% * 6 / 9);
}
.row > .col-9_7 {
  width: calc(100% * 7 / 9);
}
.row > .col-9_8 {
  width: calc(100% * 8 / 9);
}
.row > .col-9_9 {
  width: calc(100% * 9 / 9);
}
.row > .col-10 {
  width: calc(100% * 1 / 10);
}
.row > .col-10_1 {
  width: calc(100% * 1 / 10);
}
.row > .col-10_2 {
  width: calc(100% * 2 / 10);
}
.row > .col-10_3 {
  width: calc(100% * 3 / 10);
}
.row > .col-10_4 {
  width: calc(100% * 4 / 10);
}
.row > .col-10_5 {
  width: calc(100% * 5 / 10);
}
.row > .col-10_6 {
  width: calc(100% * 6 / 10);
}
.row > .col-10_7 {
  width: calc(100% * 7 / 10);
}
.row > .col-10_8 {
  width: calc(100% * 8 / 10);
}
.row > .col-10_9 {
  width: calc(100% * 9 / 10);
}
.row > .col-10_10 {
  width: calc(100% * 10 / 10);
}
.row > .col-11 {
  width: calc(100% * 1 / 11);
}
.row > .col-11_1 {
  width: calc(100% * 1 / 11);
}
.row > .col-11_2 {
  width: calc(100% * 2 / 11);
}
.row > .col-11_3 {
  width: calc(100% * 3 / 11);
}
.row > .col-11_4 {
  width: calc(100% * 4 / 11);
}
.row > .col-11_5 {
  width: calc(100% * 5 / 11);
}
.row > .col-11_6 {
  width: calc(100% * 6 / 11);
}
.row > .col-11_7 {
  width: calc(100% * 7 / 11);
}
.row > .col-11_8 {
  width: calc(100% * 8 / 11);
}
.row > .col-11_9 {
  width: calc(100% * 9 / 11);
}
.row > .col-11_10 {
  width: calc(100% * 10 / 11);
}
.row > .col-11_11 {
  width: calc(100% * 11 / 11);
}
.row > .col-12 {
  width: calc(100% * 1 / 12);
}
.row > .col-12_1 {
  width: calc(100% * 1 / 12);
}
.row > .col-12_2 {
  width: calc(100% * 2 / 12);
}
.row > .col-12_3 {
  width: calc(100% * 3 / 12);
}
.row > .col-12_4 {
  width: calc(100% * 4 / 12);
}
.row > .col-12_5 {
  width: calc(100% * 5 / 12);
}
.row > .col-12_6 {
  width: calc(100% * 6 / 12);
}
.row > .col-12_7 {
  width: calc(100% * 7 / 12);
}
.row > .col-12_8 {
  width: calc(100% * 8 / 12);
}
.row > .col-12_9 {
  width: calc(100% * 9 / 12);
}
.row > .col-12_10 {
  width: calc(100% * 10 / 12);
}
.row > .col-12_11 {
  width: calc(100% * 11 / 12);
}
.row > .col-12_12 {
  width: calc(100% * 12 / 12);
}
.row > .col-13 {
  width: calc(100% * 1 / 13);
}
.row > .col-13_1 {
  width: calc(100% * 1 / 13);
}
.row > .col-13_2 {
  width: calc(100% * 2 / 13);
}
.row > .col-13_3 {
  width: calc(100% * 3 / 13);
}
.row > .col-13_4 {
  width: calc(100% * 4 / 13);
}
.row > .col-13_5 {
  width: calc(100% * 5 / 13);
}
.row > .col-13_6 {
  width: calc(100% * 6 / 13);
}
.row > .col-13_7 {
  width: calc(100% * 7 / 13);
}
.row > .col-13_8 {
  width: calc(100% * 8 / 13);
}
.row > .col-13_9 {
  width: calc(100% * 9 / 13);
}
.row > .col-13_10 {
  width: calc(100% * 10 / 13);
}
.row > .col-13_11 {
  width: calc(100% * 11 / 13);
}
.row > .col-13_12 {
  width: calc(100% * 12 / 13);
}
.row > .col-13_13 {
  width: calc(100% * 13 / 13);
}
.row > .col-14 {
  width: calc(100% * 1 / 14);
}
.row > .col-14_1 {
  width: calc(100% * 1 / 14);
}
.row > .col-14_2 {
  width: calc(100% * 2 / 14);
}
.row > .col-14_3 {
  width: calc(100% * 3 / 14);
}
.row > .col-14_4 {
  width: calc(100% * 4 / 14);
}
.row > .col-14_5 {
  width: calc(100% * 5 / 14);
}
.row > .col-14_6 {
  width: calc(100% * 6 / 14);
}
.row > .col-14_7 {
  width: calc(100% * 7 / 14);
}
.row > .col-14_8 {
  width: calc(100% * 8 / 14);
}
.row > .col-14_9 {
  width: calc(100% * 9 / 14);
}
.row > .col-14_10 {
  width: calc(100% * 10 / 14);
}
.row > .col-14_11 {
  width: calc(100% * 11 / 14);
}
.row > .col-14_12 {
  width: calc(100% * 12 / 14);
}
.row > .col-14_13 {
  width: calc(100% * 13 / 14);
}
.row > .col-14_14 {
  width: calc(100% * 14 / 14);
}
.row > .col-15 {
  width: calc(100% * 1 / 15);
}
.row > .col-15_1 {
  width: calc(100% * 1 / 15);
}
.row > .col-15_2 {
  width: calc(100% * 2 / 15);
}
.row > .col-15_3 {
  width: calc(100% * 3 / 15);
}
.row > .col-15_4 {
  width: calc(100% * 4 / 15);
}
.row > .col-15_5 {
  width: calc(100% * 5 / 15);
}
.row > .col-15_6 {
  width: calc(100% * 6 / 15);
}
.row > .col-15_7 {
  width: calc(100% * 7 / 15);
}
.row > .col-15_8 {
  width: calc(100% * 8 / 15);
}
.row > .col-15_9 {
  width: calc(100% * 9 / 15);
}
.row > .col-15_10 {
  width: calc(100% * 10 / 15);
}
.row > .col-15_11 {
  width: calc(100% * 11 / 15);
}
.row > .col-15_12 {
  width: calc(100% * 12 / 15);
}
.row > .col-15_13 {
  width: calc(100% * 13 / 15);
}
.row > .col-15_14 {
  width: calc(100% * 14 / 15);
}
.row > .col-15_15 {
  width: calc(100% * 15 / 15);
}
.row > .col-16 {
  width: calc(100% * 1 / 16);
}
.row > .col-16_1 {
  width: calc(100% * 1 / 16);
}
.row > .col-16_2 {
  width: calc(100% * 2 / 16);
}
.row > .col-16_3 {
  width: calc(100% * 3 / 16);
}
.row > .col-16_4 {
  width: calc(100% * 4 / 16);
}
.row > .col-16_5 {
  width: calc(100% * 5 / 16);
}
.row > .col-16_6 {
  width: calc(100% * 6 / 16);
}
.row > .col-16_7 {
  width: calc(100% * 7 / 16);
}
.row > .col-16_8 {
  width: calc(100% * 8 / 16);
}
.row > .col-16_9 {
  width: calc(100% * 9 / 16);
}
.row > .col-16_10 {
  width: calc(100% * 10 / 16);
}
.row > .col-16_11 {
  width: calc(100% * 11 / 16);
}
.row > .col-16_12 {
  width: calc(100% * 12 / 16);
}
.row > .col-16_13 {
  width: calc(100% * 13 / 16);
}
.row > .col-16_14 {
  width: calc(100% * 14 / 16);
}
.row > .col-16_15 {
  width: calc(100% * 15 / 16);
}
.row > .col-16_16 {
  width: calc(100% * 16 / 16);
}
.row > .col-17 {
  width: calc(100% * 1 / 17);
}
.row > .col-17_1 {
  width: calc(100% * 1 / 17);
}
.row > .col-17_2 {
  width: calc(100% * 2 / 17);
}
.row > .col-17_3 {
  width: calc(100% * 3 / 17);
}
.row > .col-17_4 {
  width: calc(100% * 4 / 17);
}
.row > .col-17_5 {
  width: calc(100% * 5 / 17);
}
.row > .col-17_6 {
  width: calc(100% * 6 / 17);
}
.row > .col-17_7 {
  width: calc(100% * 7 / 17);
}
.row > .col-17_8 {
  width: calc(100% * 8 / 17);
}
.row > .col-17_9 {
  width: calc(100% * 9 / 17);
}
.row > .col-17_10 {
  width: calc(100% * 10 / 17);
}
.row > .col-17_11 {
  width: calc(100% * 11 / 17);
}
.row > .col-17_12 {
  width: calc(100% * 12 / 17);
}
.row > .col-17_13 {
  width: calc(100% * 13 / 17);
}
.row > .col-17_14 {
  width: calc(100% * 14 / 17);
}
.row > .col-17_15 {
  width: calc(100% * 15 / 17);
}
.row > .col-17_16 {
  width: calc(100% * 16 / 17);
}
.row > .col-17_17 {
  width: calc(100% * 17 / 17);
}
.row > .col-18 {
  width: calc(100% * 1 / 18);
}
.row > .col-18_1 {
  width: calc(100% * 1 / 18);
}
.row > .col-18_2 {
  width: calc(100% * 2 / 18);
}
.row > .col-18_3 {
  width: calc(100% * 3 / 18);
}
.row > .col-18_4 {
  width: calc(100% * 4 / 18);
}
.row > .col-18_5 {
  width: calc(100% * 5 / 18);
}
.row > .col-18_6 {
  width: calc(100% * 6 / 18);
}
.row > .col-18_7 {
  width: calc(100% * 7 / 18);
}
.row > .col-18_8 {
  width: calc(100% * 8 / 18);
}
.row > .col-18_9 {
  width: calc(100% * 9 / 18);
}
.row > .col-18_10 {
  width: calc(100% * 10 / 18);
}
.row > .col-18_11 {
  width: calc(100% * 11 / 18);
}
.row > .col-18_12 {
  width: calc(100% * 12 / 18);
}
.row > .col-18_13 {
  width: calc(100% * 13 / 18);
}
.row > .col-18_14 {
  width: calc(100% * 14 / 18);
}
.row > .col-18_15 {
  width: calc(100% * 15 / 18);
}
.row > .col-18_16 {
  width: calc(100% * 16 / 18);
}
.row > .col-18_17 {
  width: calc(100% * 17 / 18);
}
.row > .col-18_18 {
  width: calc(100% * 18 / 18);
}
.row > .col-19 {
  width: calc(100% * 1 / 19);
}
.row > .col-19_1 {
  width: calc(100% * 1 / 19);
}
.row > .col-19_2 {
  width: calc(100% * 2 / 19);
}
.row > .col-19_3 {
  width: calc(100% * 3 / 19);
}
.row > .col-19_4 {
  width: calc(100% * 4 / 19);
}
.row > .col-19_5 {
  width: calc(100% * 5 / 19);
}
.row > .col-19_6 {
  width: calc(100% * 6 / 19);
}
.row > .col-19_7 {
  width: calc(100% * 7 / 19);
}
.row > .col-19_8 {
  width: calc(100% * 8 / 19);
}
.row > .col-19_9 {
  width: calc(100% * 9 / 19);
}
.row > .col-19_10 {
  width: calc(100% * 10 / 19);
}
.row > .col-19_11 {
  width: calc(100% * 11 / 19);
}
.row > .col-19_12 {
  width: calc(100% * 12 / 19);
}
.row > .col-19_13 {
  width: calc(100% * 13 / 19);
}
.row > .col-19_14 {
  width: calc(100% * 14 / 19);
}
.row > .col-19_15 {
  width: calc(100% * 15 / 19);
}
.row > .col-19_16 {
  width: calc(100% * 16 / 19);
}
.row > .col-19_17 {
  width: calc(100% * 17 / 19);
}
.row > .col-19_18 {
  width: calc(100% * 18 / 19);
}
.row > .col-19_19 {
  width: calc(100% * 19 / 19);
}
.row > .col-20 {
  width: calc(100% * 1 / 20);
}
.row > .col-20_1 {
  width: calc(100% * 1 / 20);
}
.row > .col-20_2 {
  width: calc(100% * 2 / 20);
}
.row > .col-20_3 {
  width: calc(100% * 3 / 20);
}
.row > .col-20_4 {
  width: calc(100% * 4 / 20);
}
.row > .col-20_5 {
  width: calc(100% * 5 / 20);
}
.row > .col-20_6 {
  width: calc(100% * 6 / 20);
}
.row > .col-20_7 {
  width: calc(100% * 7 / 20);
}
.row > .col-20_8 {
  width: calc(100% * 8 / 20);
}
.row > .col-20_9 {
  width: calc(100% * 9 / 20);
}
.row > .col-20_10 {
  width: calc(100% * 10 / 20);
}
.row > .col-20_11 {
  width: calc(100% * 11 / 20);
}
.row > .col-20_12 {
  width: calc(100% * 12 / 20);
}
.row > .col-20_13 {
  width: calc(100% * 13 / 20);
}
.row > .col-20_14 {
  width: calc(100% * 14 / 20);
}
.row > .col-20_15 {
  width: calc(100% * 15 / 20);
}
.row > .col-20_16 {
  width: calc(100% * 16 / 20);
}
.row > .col-20_17 {
  width: calc(100% * 17 / 20);
}
.row > .col-20_18 {
  width: calc(100% * 18 / 20);
}
.row > .col-20_19 {
  width: calc(100% * 19 / 20);
}
.row > .col-20_20 {
  width: calc(100% * 20 / 20);
}
@media only screen and (min-width: 751px) {
  .row > .col-flex1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 751px) {
  .row > .col-flex2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media only screen and (min-width: 751px) {
  .row > .col-flex3 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
@media only screen and (min-width: 751px) {
  .row > .col-flex4 {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
}
@media only screen and (min-width: 751px) {
  .row > .col-flex5 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}
.row > .col-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.row-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row-column_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.row-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.row-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0;
}
.row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .row-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.row-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row-align_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row-align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-align_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row-align_strech {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.row_xl {
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: -60px;
  margin-top: -60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_xl {
    margin-left: calc(-60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_xl {
    margin-left: calc(-60 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_xl {
    margin-right: calc(-60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_xl {
    margin-right: calc(-60 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_xl {
    margin-bottom: calc(-60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_xl {
    margin-bottom: calc(-60 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_xl {
    margin-top: calc(-60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_xl {
    margin-top: calc(-60 / 750 * 100vw);
  }
}
.row_xl > [class^=col] {
  position: relative;
  padding: 60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_xl > [class^=col] {
    padding: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_xl > [class^=col] {
    padding: calc(60 / 750 * 100vw);
  }
}
.row_lg {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -40px;
  margin-top: -40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_lg {
    margin-left: calc(-40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_lg {
    margin-left: calc(-40 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_lg {
    margin-right: calc(-40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_lg {
    margin-right: calc(-40 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_lg {
    margin-bottom: calc(-40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_lg {
    margin-bottom: calc(-40 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_lg {
    margin-top: calc(-40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_lg {
    margin-top: calc(-40 / 750 * 100vw);
  }
}
.row_lg > [class^=col] {
  position: relative;
  padding: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_lg > [class^=col] {
    padding: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_lg > [class^=col] {
    padding: calc(40 / 750 * 100vw);
  }
}
.row_md {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  margin-top: -30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_md {
    margin-left: calc(-30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_md {
    margin-left: calc(-30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_md {
    margin-right: calc(-30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_md {
    margin-right: calc(-30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_md {
    margin-bottom: calc(-30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_md {
    margin-bottom: calc(-30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_md {
    margin-top: calc(-30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_md {
    margin-top: calc(-30 / 750 * 100vw);
  }
}
.row_md > [class^=col] {
  position: relative;
  padding: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_md > [class^=col] {
    padding: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_md > [class^=col] {
    padding: calc(30 / 750 * 100vw);
  }
}
.row_sm {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  margin-top: -20px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_sm {
    margin-left: calc(-20 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_sm {
    margin-left: calc(-20 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_sm {
    margin-right: calc(-20 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_sm {
    margin-right: calc(-20 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_sm {
    margin-bottom: calc(-20 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_sm {
    margin-bottom: calc(-20 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_sm {
    margin-top: calc(-20 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_sm {
    margin-top: calc(-20 / 750 * 100vw);
  }
}
.row_sm > [class^=col] {
  position: relative;
  padding: 20px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_sm > [class^=col] {
    padding: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_sm > [class^=col] {
    padding: calc(20 / 750 * 100vw);
  }
}
.row_xs {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-top: -15px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_xs {
    margin-left: calc(-15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_xs {
    margin-left: calc(-15 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_xs {
    margin-right: calc(-15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_xs {
    margin-right: calc(-15 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_xs {
    margin-bottom: calc(-15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_xs {
    margin-bottom: calc(-15 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_xs {
    margin-top: calc(-15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_xs {
    margin-top: calc(-15 / 750 * 100vw);
  }
}
.row_xs > [class^=col] {
  position: relative;
  padding: 15px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row_xs > [class^=col] {
    padding: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row_xs > [class^=col] {
    padding: calc(15 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .row:not(.sp_row, .sp_row-column_reverse, .sp_row-column, .sp_row-reverse) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    /* margin-bottom: 0; */
  }
  .row:not(.sp_row, .sp_row-column_reverse, .sp_row-column, .sp_row-reverse) > [class^=col] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    /* margin-bottom: 0; */
  }
  .row .col {
    width: auto;
  }
  .row .sp_col-1 {
    width: calc(100% * 1 / 1);
  }
  .row .sp_col-1_1 {
    width: calc(100% * 1 / 1);
  }
  .row .sp_col-2 {
    width: calc(100% * 1 / 2);
  }
  .row .sp_col-2_1 {
    width: calc(100% * 1 / 2);
  }
  .row .sp_col-2_2 {
    width: calc(100% * 2 / 2);
  }
  .row .sp_col-3 {
    width: calc(100% * 1 / 3);
  }
  .row .sp_col-3_1 {
    width: calc(100% * 1 / 3);
  }
  .row .sp_col-3_2 {
    width: calc(100% * 2 / 3);
  }
  .row .sp_col-3_3 {
    width: calc(100% * 3 / 3);
  }
  .row .sp_col-4 {
    width: calc(100% * 1 / 4);
  }
  .row .sp_col-4_1 {
    width: calc(100% * 1 / 4);
  }
  .row .sp_col-4_2 {
    width: calc(100% * 2 / 4);
  }
  .row .sp_col-4_3 {
    width: calc(100% * 3 / 4);
  }
  .row .sp_col-4_4 {
    width: calc(100% * 4 / 4);
  }
  .row .sp_col-5 {
    width: calc(100% * 1 / 5);
  }
  .row .sp_col-5_1 {
    width: calc(100% * 1 / 5);
  }
  .row .sp_col-5_2 {
    width: calc(100% * 2 / 5);
  }
  .row .sp_col-5_3 {
    width: calc(100% * 3 / 5);
  }
  .row .sp_col-5_4 {
    width: calc(100% * 4 / 5);
  }
  .row .sp_col-5_5 {
    width: calc(100% * 5 / 5);
  }
  .row .sp_col-6 {
    width: calc(100% * 1 / 6);
  }
  .row .sp_col-6_1 {
    width: calc(100% * 1 / 6);
  }
  .row .sp_col-6_2 {
    width: calc(100% * 2 / 6);
  }
  .row .sp_col-6_3 {
    width: calc(100% * 3 / 6);
  }
  .row .sp_col-6_4 {
    width: calc(100% * 4 / 6);
  }
  .row .sp_col-6_5 {
    width: calc(100% * 5 / 6);
  }
  .row .sp_col-6_6 {
    width: calc(100% * 6 / 6);
  }
  .row .sp_col-7 {
    width: calc(100% * 1 / 7);
  }
  .row .sp_col-7_1 {
    width: calc(100% * 1 / 7);
  }
  .row .sp_col-7_2 {
    width: calc(100% * 2 / 7);
  }
  .row .sp_col-7_3 {
    width: calc(100% * 3 / 7);
  }
  .row .sp_col-7_4 {
    width: calc(100% * 4 / 7);
  }
  .row .sp_col-7_5 {
    width: calc(100% * 5 / 7);
  }
  .row .sp_col-7_6 {
    width: calc(100% * 6 / 7);
  }
  .row .sp_col-7_7 {
    width: calc(100% * 7 / 7);
  }
  .row .sp_col-8 {
    width: calc(100% * 1 / 8);
  }
  .row .sp_col-8_1 {
    width: calc(100% * 1 / 8);
  }
  .row .sp_col-8_2 {
    width: calc(100% * 2 / 8);
  }
  .row .sp_col-8_3 {
    width: calc(100% * 3 / 8);
  }
  .row .sp_col-8_4 {
    width: calc(100% * 4 / 8);
  }
  .row .sp_col-8_5 {
    width: calc(100% * 5 / 8);
  }
  .row .sp_col-8_6 {
    width: calc(100% * 6 / 8);
  }
  .row .sp_col-8_7 {
    width: calc(100% * 7 / 8);
  }
  .row .sp_col-8_8 {
    width: calc(100% * 8 / 8);
  }
  .row .sp_col-9 {
    width: calc(100% * 1 / 9);
  }
  .row .sp_col-9_1 {
    width: calc(100% * 1 / 9);
  }
  .row .sp_col-9_2 {
    width: calc(100% * 2 / 9);
  }
  .row .sp_col-9_3 {
    width: calc(100% * 3 / 9);
  }
  .row .sp_col-9_4 {
    width: calc(100% * 4 / 9);
  }
  .row .sp_col-9_5 {
    width: calc(100% * 5 / 9);
  }
  .row .sp_col-9_6 {
    width: calc(100% * 6 / 9);
  }
  .row .sp_col-9_7 {
    width: calc(100% * 7 / 9);
  }
  .row .sp_col-9_8 {
    width: calc(100% * 8 / 9);
  }
  .row .sp_col-9_9 {
    width: calc(100% * 9 / 9);
  }
  .row .sp_col-10 {
    width: calc(100% * 1 / 10);
  }
  .row .sp_col-10_1 {
    width: calc(100% * 1 / 10);
  }
  .row .sp_col-10_2 {
    width: calc(100% * 2 / 10);
  }
  .row .sp_col-10_3 {
    width: calc(100% * 3 / 10);
  }
  .row .sp_col-10_4 {
    width: calc(100% * 4 / 10);
  }
  .row .sp_col-10_5 {
    width: calc(100% * 5 / 10);
  }
  .row .sp_col-10_6 {
    width: calc(100% * 6 / 10);
  }
  .row .sp_col-10_7 {
    width: calc(100% * 7 / 10);
  }
  .row .sp_col-10_8 {
    width: calc(100% * 8 / 10);
  }
  .row .sp_col-10_9 {
    width: calc(100% * 9 / 10);
  }
  .row .sp_col-10_10 {
    width: calc(100% * 10 / 10);
  }
  .row .sp_col-11 {
    width: calc(100% * 1 / 11);
  }
  .row .sp_col-11_1 {
    width: calc(100% * 1 / 11);
  }
  .row .sp_col-11_2 {
    width: calc(100% * 2 / 11);
  }
  .row .sp_col-11_3 {
    width: calc(100% * 3 / 11);
  }
  .row .sp_col-11_4 {
    width: calc(100% * 4 / 11);
  }
  .row .sp_col-11_5 {
    width: calc(100% * 5 / 11);
  }
  .row .sp_col-11_6 {
    width: calc(100% * 6 / 11);
  }
  .row .sp_col-11_7 {
    width: calc(100% * 7 / 11);
  }
  .row .sp_col-11_8 {
    width: calc(100% * 8 / 11);
  }
  .row .sp_col-11_9 {
    width: calc(100% * 9 / 11);
  }
  .row .sp_col-11_10 {
    width: calc(100% * 10 / 11);
  }
  .row .sp_col-11_11 {
    width: calc(100% * 11 / 11);
  }
  .row .sp_col-12 {
    width: calc(100% * 1 / 12);
  }
  .row .sp_col-12_1 {
    width: calc(100% * 1 / 12);
  }
  .row .sp_col-12_2 {
    width: calc(100% * 2 / 12);
  }
  .row .sp_col-12_3 {
    width: calc(100% * 3 / 12);
  }
  .row .sp_col-12_4 {
    width: calc(100% * 4 / 12);
  }
  .row .sp_col-12_5 {
    width: calc(100% * 5 / 12);
  }
  .row .sp_col-12_6 {
    width: calc(100% * 6 / 12);
  }
  .row .sp_col-12_7 {
    width: calc(100% * 7 / 12);
  }
  .row .sp_col-12_8 {
    width: calc(100% * 8 / 12);
  }
  .row .sp_col-12_9 {
    width: calc(100% * 9 / 12);
  }
  .row .sp_col-12_10 {
    width: calc(100% * 10 / 12);
  }
  .row .sp_col-12_11 {
    width: calc(100% * 11 / 12);
  }
  .row .sp_col-12_12 {
    width: calc(100% * 12 / 12);
  }
  .row .sp_col-13 {
    width: calc(100% * 1 / 13);
  }
  .row .sp_col-13_1 {
    width: calc(100% * 1 / 13);
  }
  .row .sp_col-13_2 {
    width: calc(100% * 2 / 13);
  }
  .row .sp_col-13_3 {
    width: calc(100% * 3 / 13);
  }
  .row .sp_col-13_4 {
    width: calc(100% * 4 / 13);
  }
  .row .sp_col-13_5 {
    width: calc(100% * 5 / 13);
  }
  .row .sp_col-13_6 {
    width: calc(100% * 6 / 13);
  }
  .row .sp_col-13_7 {
    width: calc(100% * 7 / 13);
  }
  .row .sp_col-13_8 {
    width: calc(100% * 8 / 13);
  }
  .row .sp_col-13_9 {
    width: calc(100% * 9 / 13);
  }
  .row .sp_col-13_10 {
    width: calc(100% * 10 / 13);
  }
  .row .sp_col-13_11 {
    width: calc(100% * 11 / 13);
  }
  .row .sp_col-13_12 {
    width: calc(100% * 12 / 13);
  }
  .row .sp_col-13_13 {
    width: calc(100% * 13 / 13);
  }
  .row .sp_col-14 {
    width: calc(100% * 1 / 14);
  }
  .row .sp_col-14_1 {
    width: calc(100% * 1 / 14);
  }
  .row .sp_col-14_2 {
    width: calc(100% * 2 / 14);
  }
  .row .sp_col-14_3 {
    width: calc(100% * 3 / 14);
  }
  .row .sp_col-14_4 {
    width: calc(100% * 4 / 14);
  }
  .row .sp_col-14_5 {
    width: calc(100% * 5 / 14);
  }
  .row .sp_col-14_6 {
    width: calc(100% * 6 / 14);
  }
  .row .sp_col-14_7 {
    width: calc(100% * 7 / 14);
  }
  .row .sp_col-14_8 {
    width: calc(100% * 8 / 14);
  }
  .row .sp_col-14_9 {
    width: calc(100% * 9 / 14);
  }
  .row .sp_col-14_10 {
    width: calc(100% * 10 / 14);
  }
  .row .sp_col-14_11 {
    width: calc(100% * 11 / 14);
  }
  .row .sp_col-14_12 {
    width: calc(100% * 12 / 14);
  }
  .row .sp_col-14_13 {
    width: calc(100% * 13 / 14);
  }
  .row .sp_col-14_14 {
    width: calc(100% * 14 / 14);
  }
  .row .sp_col-15 {
    width: calc(100% * 1 / 15);
  }
  .row .sp_col-15_1 {
    width: calc(100% * 1 / 15);
  }
  .row .sp_col-15_2 {
    width: calc(100% * 2 / 15);
  }
  .row .sp_col-15_3 {
    width: calc(100% * 3 / 15);
  }
  .row .sp_col-15_4 {
    width: calc(100% * 4 / 15);
  }
  .row .sp_col-15_5 {
    width: calc(100% * 5 / 15);
  }
  .row .sp_col-15_6 {
    width: calc(100% * 6 / 15);
  }
  .row .sp_col-15_7 {
    width: calc(100% * 7 / 15);
  }
  .row .sp_col-15_8 {
    width: calc(100% * 8 / 15);
  }
  .row .sp_col-15_9 {
    width: calc(100% * 9 / 15);
  }
  .row .sp_col-15_10 {
    width: calc(100% * 10 / 15);
  }
  .row .sp_col-15_11 {
    width: calc(100% * 11 / 15);
  }
  .row .sp_col-15_12 {
    width: calc(100% * 12 / 15);
  }
  .row .sp_col-15_13 {
    width: calc(100% * 13 / 15);
  }
  .row .sp_col-15_14 {
    width: calc(100% * 14 / 15);
  }
  .row .sp_col-15_15 {
    width: calc(100% * 15 / 15);
  }
  .row .sp_col-16 {
    width: calc(100% * 1 / 16);
  }
  .row .sp_col-16_1 {
    width: calc(100% * 1 / 16);
  }
  .row .sp_col-16_2 {
    width: calc(100% * 2 / 16);
  }
  .row .sp_col-16_3 {
    width: calc(100% * 3 / 16);
  }
  .row .sp_col-16_4 {
    width: calc(100% * 4 / 16);
  }
  .row .sp_col-16_5 {
    width: calc(100% * 5 / 16);
  }
  .row .sp_col-16_6 {
    width: calc(100% * 6 / 16);
  }
  .row .sp_col-16_7 {
    width: calc(100% * 7 / 16);
  }
  .row .sp_col-16_8 {
    width: calc(100% * 8 / 16);
  }
  .row .sp_col-16_9 {
    width: calc(100% * 9 / 16);
  }
  .row .sp_col-16_10 {
    width: calc(100% * 10 / 16);
  }
  .row .sp_col-16_11 {
    width: calc(100% * 11 / 16);
  }
  .row .sp_col-16_12 {
    width: calc(100% * 12 / 16);
  }
  .row .sp_col-16_13 {
    width: calc(100% * 13 / 16);
  }
  .row .sp_col-16_14 {
    width: calc(100% * 14 / 16);
  }
  .row .sp_col-16_15 {
    width: calc(100% * 15 / 16);
  }
  .row .sp_col-16_16 {
    width: calc(100% * 16 / 16);
  }
  .row .sp_col-17 {
    width: calc(100% * 1 / 17);
  }
  .row .sp_col-17_1 {
    width: calc(100% * 1 / 17);
  }
  .row .sp_col-17_2 {
    width: calc(100% * 2 / 17);
  }
  .row .sp_col-17_3 {
    width: calc(100% * 3 / 17);
  }
  .row .sp_col-17_4 {
    width: calc(100% * 4 / 17);
  }
  .row .sp_col-17_5 {
    width: calc(100% * 5 / 17);
  }
  .row .sp_col-17_6 {
    width: calc(100% * 6 / 17);
  }
  .row .sp_col-17_7 {
    width: calc(100% * 7 / 17);
  }
  .row .sp_col-17_8 {
    width: calc(100% * 8 / 17);
  }
  .row .sp_col-17_9 {
    width: calc(100% * 9 / 17);
  }
  .row .sp_col-17_10 {
    width: calc(100% * 10 / 17);
  }
  .row .sp_col-17_11 {
    width: calc(100% * 11 / 17);
  }
  .row .sp_col-17_12 {
    width: calc(100% * 12 / 17);
  }
  .row .sp_col-17_13 {
    width: calc(100% * 13 / 17);
  }
  .row .sp_col-17_14 {
    width: calc(100% * 14 / 17);
  }
  .row .sp_col-17_15 {
    width: calc(100% * 15 / 17);
  }
  .row .sp_col-17_16 {
    width: calc(100% * 16 / 17);
  }
  .row .sp_col-17_17 {
    width: calc(100% * 17 / 17);
  }
  .row .sp_col-18 {
    width: calc(100% * 1 / 18);
  }
  .row .sp_col-18_1 {
    width: calc(100% * 1 / 18);
  }
  .row .sp_col-18_2 {
    width: calc(100% * 2 / 18);
  }
  .row .sp_col-18_3 {
    width: calc(100% * 3 / 18);
  }
  .row .sp_col-18_4 {
    width: calc(100% * 4 / 18);
  }
  .row .sp_col-18_5 {
    width: calc(100% * 5 / 18);
  }
  .row .sp_col-18_6 {
    width: calc(100% * 6 / 18);
  }
  .row .sp_col-18_7 {
    width: calc(100% * 7 / 18);
  }
  .row .sp_col-18_8 {
    width: calc(100% * 8 / 18);
  }
  .row .sp_col-18_9 {
    width: calc(100% * 9 / 18);
  }
  .row .sp_col-18_10 {
    width: calc(100% * 10 / 18);
  }
  .row .sp_col-18_11 {
    width: calc(100% * 11 / 18);
  }
  .row .sp_col-18_12 {
    width: calc(100% * 12 / 18);
  }
  .row .sp_col-18_13 {
    width: calc(100% * 13 / 18);
  }
  .row .sp_col-18_14 {
    width: calc(100% * 14 / 18);
  }
  .row .sp_col-18_15 {
    width: calc(100% * 15 / 18);
  }
  .row .sp_col-18_16 {
    width: calc(100% * 16 / 18);
  }
  .row .sp_col-18_17 {
    width: calc(100% * 17 / 18);
  }
  .row .sp_col-18_18 {
    width: calc(100% * 18 / 18);
  }
  .row .sp_col-19 {
    width: calc(100% * 1 / 19);
  }
  .row .sp_col-19_1 {
    width: calc(100% * 1 / 19);
  }
  .row .sp_col-19_2 {
    width: calc(100% * 2 / 19);
  }
  .row .sp_col-19_3 {
    width: calc(100% * 3 / 19);
  }
  .row .sp_col-19_4 {
    width: calc(100% * 4 / 19);
  }
  .row .sp_col-19_5 {
    width: calc(100% * 5 / 19);
  }
  .row .sp_col-19_6 {
    width: calc(100% * 6 / 19);
  }
  .row .sp_col-19_7 {
    width: calc(100% * 7 / 19);
  }
  .row .sp_col-19_8 {
    width: calc(100% * 8 / 19);
  }
  .row .sp_col-19_9 {
    width: calc(100% * 9 / 19);
  }
  .row .sp_col-19_10 {
    width: calc(100% * 10 / 19);
  }
  .row .sp_col-19_11 {
    width: calc(100% * 11 / 19);
  }
  .row .sp_col-19_12 {
    width: calc(100% * 12 / 19);
  }
  .row .sp_col-19_13 {
    width: calc(100% * 13 / 19);
  }
  .row .sp_col-19_14 {
    width: calc(100% * 14 / 19);
  }
  .row .sp_col-19_15 {
    width: calc(100% * 15 / 19);
  }
  .row .sp_col-19_16 {
    width: calc(100% * 16 / 19);
  }
  .row .sp_col-19_17 {
    width: calc(100% * 17 / 19);
  }
  .row .sp_col-19_18 {
    width: calc(100% * 18 / 19);
  }
  .row .sp_col-19_19 {
    width: calc(100% * 19 / 19);
  }
  .row .sp_col-20 {
    width: calc(100% * 1 / 20);
  }
  .row .sp_col-20_1 {
    width: calc(100% * 1 / 20);
  }
  .row .sp_col-20_2 {
    width: calc(100% * 2 / 20);
  }
  .row .sp_col-20_3 {
    width: calc(100% * 3 / 20);
  }
  .row .sp_col-20_4 {
    width: calc(100% * 4 / 20);
  }
  .row .sp_col-20_5 {
    width: calc(100% * 5 / 20);
  }
  .row .sp_col-20_6 {
    width: calc(100% * 6 / 20);
  }
  .row .sp_col-20_7 {
    width: calc(100% * 7 / 20);
  }
  .row .sp_col-20_8 {
    width: calc(100% * 8 / 20);
  }
  .row .sp_col-20_9 {
    width: calc(100% * 9 / 20);
  }
  .row .sp_col-20_10 {
    width: calc(100% * 10 / 20);
  }
  .row .sp_col-20_11 {
    width: calc(100% * 11 / 20);
  }
  .row .sp_col-20_12 {
    width: calc(100% * 12 / 20);
  }
  .row .sp_col-20_13 {
    width: calc(100% * 13 / 20);
  }
  .row .sp_col-20_14 {
    width: calc(100% * 14 / 20);
  }
  .row .sp_col-20_15 {
    width: calc(100% * 15 / 20);
  }
  .row .sp_col-20_16 {
    width: calc(100% * 16 / 20);
  }
  .row .sp_col-20_17 {
    width: calc(100% * 17 / 20);
  }
  .row .sp_col-20_18 {
    width: calc(100% * 18 / 20);
  }
  .row .sp_col-20_19 {
    width: calc(100% * 19 / 20);
  }
  .row .sp_col-20_20 {
    width: calc(100% * 20 / 20);
  }
}
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-0 {
    margin-left: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-0 {
    margin-left: calc(0 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-0 {
    margin-right: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-0 {
    margin-right: calc(0 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-0 {
    margin-bottom: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-0 {
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-0 {
    margin-top: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-0 {
    margin-top: calc(0 / 750 * 100vw);
  }
}
.row-0 > [class^=col] {
  position: relative;
  padding: 0px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-0 > [class^=col] {
    padding: calc(0 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-0 > [class^=col] {
    padding: calc(0 / 750 * 100vw);
  }
}
.row-1 {
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: -0.5px;
  margin-top: -0.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-1 {
    margin-left: calc(-0.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-1 {
    margin-left: calc(-0.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-1 {
    margin-right: calc(-0.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-1 {
    margin-right: calc(-0.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-1 {
    margin-bottom: calc(-0.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-1 {
    margin-bottom: calc(-0.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-1 {
    margin-top: calc(-0.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-1 {
    margin-top: calc(-0.5 / 750 * 100vw);
  }
}
.row-1 > [class^=col] {
  position: relative;
  padding: 0.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-1 > [class^=col] {
    padding: calc(0.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-1 > [class^=col] {
    padding: calc(0.5 / 750 * 100vw);
  }
}
.row-2 {
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-top: -1px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-2 {
    margin-left: calc(-1 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-2 {
    margin-left: calc(-1 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-2 {
    margin-right: calc(-1 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-2 {
    margin-right: calc(-1 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-2 {
    margin-bottom: calc(-1 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-2 {
    margin-bottom: calc(-1 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-2 {
    margin-top: calc(-1 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-2 {
    margin-top: calc(-1 / 750 * 100vw);
  }
}
.row-2 > [class^=col] {
  position: relative;
  padding: 1px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-2 > [class^=col] {
    padding: calc(1 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-2 > [class^=col] {
    padding: calc(1 / 750 * 100vw);
  }
}
.row-3 {
  margin-left: -1.5px;
  margin-right: -1.5px;
  margin-bottom: -1.5px;
  margin-top: -1.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-3 {
    margin-left: calc(-1.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-3 {
    margin-left: calc(-1.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-3 {
    margin-right: calc(-1.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-3 {
    margin-right: calc(-1.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-3 {
    margin-bottom: calc(-1.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-3 {
    margin-bottom: calc(-1.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-3 {
    margin-top: calc(-1.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-3 {
    margin-top: calc(-1.5 / 750 * 100vw);
  }
}
.row-3 > [class^=col] {
  position: relative;
  padding: 1.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-3 > [class^=col] {
    padding: calc(1.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-3 > [class^=col] {
    padding: calc(1.5 / 750 * 100vw);
  }
}
.row-4 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  margin-top: -2px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-4 {
    margin-left: calc(-2 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-4 {
    margin-left: calc(-2 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-4 {
    margin-right: calc(-2 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-4 {
    margin-right: calc(-2 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-4 {
    margin-bottom: calc(-2 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-4 {
    margin-bottom: calc(-2 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-4 {
    margin-top: calc(-2 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-4 {
    margin-top: calc(-2 / 750 * 100vw);
  }
}
.row-4 > [class^=col] {
  position: relative;
  padding: 2px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-4 > [class^=col] {
    padding: calc(2 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-4 > [class^=col] {
    padding: calc(2 / 750 * 100vw);
  }
}
.row-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
  margin-bottom: -2.5px;
  margin-top: -2.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-5 {
    margin-left: calc(-2.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-5 {
    margin-left: calc(-2.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-5 {
    margin-right: calc(-2.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-5 {
    margin-right: calc(-2.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-5 {
    margin-bottom: calc(-2.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-5 {
    margin-bottom: calc(-2.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-5 {
    margin-top: calc(-2.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-5 {
    margin-top: calc(-2.5 / 750 * 100vw);
  }
}
.row-5 > [class^=col] {
  position: relative;
  padding: 2.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-5 > [class^=col] {
    padding: calc(2.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-5 > [class^=col] {
    padding: calc(2.5 / 750 * 100vw);
  }
}
.row-6 {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -3px;
  margin-top: -3px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-6 {
    margin-left: calc(-3 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-6 {
    margin-left: calc(-3 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-6 {
    margin-right: calc(-3 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-6 {
    margin-right: calc(-3 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-6 {
    margin-bottom: calc(-3 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-6 {
    margin-bottom: calc(-3 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-6 {
    margin-top: calc(-3 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-6 {
    margin-top: calc(-3 / 750 * 100vw);
  }
}
.row-6 > [class^=col] {
  position: relative;
  padding: 3px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-6 > [class^=col] {
    padding: calc(3 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-6 > [class^=col] {
    padding: calc(3 / 750 * 100vw);
  }
}
.row-7 {
  margin-left: -3.5px;
  margin-right: -3.5px;
  margin-bottom: -3.5px;
  margin-top: -3.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-7 {
    margin-left: calc(-3.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-7 {
    margin-left: calc(-3.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-7 {
    margin-right: calc(-3.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-7 {
    margin-right: calc(-3.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-7 {
    margin-bottom: calc(-3.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-7 {
    margin-bottom: calc(-3.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-7 {
    margin-top: calc(-3.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-7 {
    margin-top: calc(-3.5 / 750 * 100vw);
  }
}
.row-7 > [class^=col] {
  position: relative;
  padding: 3.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-7 > [class^=col] {
    padding: calc(3.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-7 > [class^=col] {
    padding: calc(3.5 / 750 * 100vw);
  }
}
.row-8 {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -4px;
  margin-top: -4px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-8 {
    margin-left: calc(-4 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-8 {
    margin-left: calc(-4 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-8 {
    margin-right: calc(-4 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-8 {
    margin-right: calc(-4 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-8 {
    margin-bottom: calc(-4 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-8 {
    margin-bottom: calc(-4 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-8 {
    margin-top: calc(-4 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-8 {
    margin-top: calc(-4 / 750 * 100vw);
  }
}
.row-8 > [class^=col] {
  position: relative;
  padding: 4px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-8 > [class^=col] {
    padding: calc(4 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-8 > [class^=col] {
    padding: calc(4 / 750 * 100vw);
  }
}
.row-9 {
  margin-left: -4.5px;
  margin-right: -4.5px;
  margin-bottom: -4.5px;
  margin-top: -4.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-9 {
    margin-left: calc(-4.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-9 {
    margin-left: calc(-4.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-9 {
    margin-right: calc(-4.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-9 {
    margin-right: calc(-4.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-9 {
    margin-bottom: calc(-4.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-9 {
    margin-bottom: calc(-4.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-9 {
    margin-top: calc(-4.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-9 {
    margin-top: calc(-4.5 / 750 * 100vw);
  }
}
.row-9 > [class^=col] {
  position: relative;
  padding: 4.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-9 > [class^=col] {
    padding: calc(4.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-9 > [class^=col] {
    padding: calc(4.5 / 750 * 100vw);
  }
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  margin-top: -5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-10 {
    margin-left: calc(-5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-10 {
    margin-left: calc(-5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-10 {
    margin-right: calc(-5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-10 {
    margin-right: calc(-5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-10 {
    margin-bottom: calc(-5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-10 {
    margin-bottom: calc(-5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-10 {
    margin-top: calc(-5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-10 {
    margin-top: calc(-5 / 750 * 100vw);
  }
}
.row-10 > [class^=col] {
  position: relative;
  padding: 5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-10 > [class^=col] {
    padding: calc(5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-10 > [class^=col] {
    padding: calc(5 / 750 * 100vw);
  }
}
.row-11 {
  margin-left: -5.5px;
  margin-right: -5.5px;
  margin-bottom: -5.5px;
  margin-top: -5.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-11 {
    margin-left: calc(-5.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-11 {
    margin-left: calc(-5.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-11 {
    margin-right: calc(-5.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-11 {
    margin-right: calc(-5.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-11 {
    margin-bottom: calc(-5.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-11 {
    margin-bottom: calc(-5.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-11 {
    margin-top: calc(-5.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-11 {
    margin-top: calc(-5.5 / 750 * 100vw);
  }
}
.row-11 > [class^=col] {
  position: relative;
  padding: 5.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-11 > [class^=col] {
    padding: calc(5.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-11 > [class^=col] {
    padding: calc(5.5 / 750 * 100vw);
  }
}
.row-12 {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -6px;
  margin-top: -6px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-12 {
    margin-left: calc(-6 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-12 {
    margin-left: calc(-6 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-12 {
    margin-right: calc(-6 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-12 {
    margin-right: calc(-6 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-12 {
    margin-bottom: calc(-6 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-12 {
    margin-bottom: calc(-6 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-12 {
    margin-top: calc(-6 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-12 {
    margin-top: calc(-6 / 750 * 100vw);
  }
}
.row-12 > [class^=col] {
  position: relative;
  padding: 6px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-12 > [class^=col] {
    padding: calc(6 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-12 > [class^=col] {
    padding: calc(6 / 750 * 100vw);
  }
}
.row-13 {
  margin-left: -6.5px;
  margin-right: -6.5px;
  margin-bottom: -6.5px;
  margin-top: -6.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-13 {
    margin-left: calc(-6.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-13 {
    margin-left: calc(-6.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-13 {
    margin-right: calc(-6.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-13 {
    margin-right: calc(-6.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-13 {
    margin-bottom: calc(-6.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-13 {
    margin-bottom: calc(-6.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-13 {
    margin-top: calc(-6.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-13 {
    margin-top: calc(-6.5 / 750 * 100vw);
  }
}
.row-13 > [class^=col] {
  position: relative;
  padding: 6.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-13 > [class^=col] {
    padding: calc(6.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-13 > [class^=col] {
    padding: calc(6.5 / 750 * 100vw);
  }
}
.row-14 {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -7px;
  margin-top: -7px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-14 {
    margin-left: calc(-7 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-14 {
    margin-left: calc(-7 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-14 {
    margin-right: calc(-7 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-14 {
    margin-right: calc(-7 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-14 {
    margin-bottom: calc(-7 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-14 {
    margin-bottom: calc(-7 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-14 {
    margin-top: calc(-7 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-14 {
    margin-top: calc(-7 / 750 * 100vw);
  }
}
.row-14 > [class^=col] {
  position: relative;
  padding: 7px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-14 > [class^=col] {
    padding: calc(7 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-14 > [class^=col] {
    padding: calc(7 / 750 * 100vw);
  }
}
.row-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: -7.5px;
  margin-top: -7.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-15 {
    margin-left: calc(-7.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-15 {
    margin-left: calc(-7.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-15 {
    margin-right: calc(-7.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-15 {
    margin-right: calc(-7.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-15 {
    margin-bottom: calc(-7.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-15 {
    margin-bottom: calc(-7.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-15 {
    margin-top: calc(-7.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-15 {
    margin-top: calc(-7.5 / 750 * 100vw);
  }
}
.row-15 > [class^=col] {
  position: relative;
  padding: 7.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-15 > [class^=col] {
    padding: calc(7.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-15 > [class^=col] {
    padding: calc(7.5 / 750 * 100vw);
  }
}
.row-16 {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -8px;
  margin-top: -8px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-16 {
    margin-left: calc(-8 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-16 {
    margin-left: calc(-8 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-16 {
    margin-right: calc(-8 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-16 {
    margin-right: calc(-8 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-16 {
    margin-bottom: calc(-8 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-16 {
    margin-bottom: calc(-8 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-16 {
    margin-top: calc(-8 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-16 {
    margin-top: calc(-8 / 750 * 100vw);
  }
}
.row-16 > [class^=col] {
  position: relative;
  padding: 8px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-16 > [class^=col] {
    padding: calc(8 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-16 > [class^=col] {
    padding: calc(8 / 750 * 100vw);
  }
}
.row-17 {
  margin-left: -8.5px;
  margin-right: -8.5px;
  margin-bottom: -8.5px;
  margin-top: -8.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-17 {
    margin-left: calc(-8.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-17 {
    margin-left: calc(-8.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-17 {
    margin-right: calc(-8.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-17 {
    margin-right: calc(-8.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-17 {
    margin-bottom: calc(-8.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-17 {
    margin-bottom: calc(-8.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-17 {
    margin-top: calc(-8.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-17 {
    margin-top: calc(-8.5 / 750 * 100vw);
  }
}
.row-17 > [class^=col] {
  position: relative;
  padding: 8.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-17 > [class^=col] {
    padding: calc(8.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-17 > [class^=col] {
    padding: calc(8.5 / 750 * 100vw);
  }
}
.row-18 {
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: -9px;
  margin-top: -9px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-18 {
    margin-left: calc(-9 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-18 {
    margin-left: calc(-9 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-18 {
    margin-right: calc(-9 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-18 {
    margin-right: calc(-9 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-18 {
    margin-bottom: calc(-9 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-18 {
    margin-bottom: calc(-9 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-18 {
    margin-top: calc(-9 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-18 {
    margin-top: calc(-9 / 750 * 100vw);
  }
}
.row-18 > [class^=col] {
  position: relative;
  padding: 9px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-18 > [class^=col] {
    padding: calc(9 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-18 > [class^=col] {
    padding: calc(9 / 750 * 100vw);
  }
}
.row-19 {
  margin-left: -9.5px;
  margin-right: -9.5px;
  margin-bottom: -9.5px;
  margin-top: -9.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-19 {
    margin-left: calc(-9.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-19 {
    margin-left: calc(-9.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-19 {
    margin-right: calc(-9.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-19 {
    margin-right: calc(-9.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-19 {
    margin-bottom: calc(-9.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-19 {
    margin-bottom: calc(-9.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-19 {
    margin-top: calc(-9.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-19 {
    margin-top: calc(-9.5 / 750 * 100vw);
  }
}
.row-19 > [class^=col] {
  position: relative;
  padding: 9.5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-19 > [class^=col] {
    padding: calc(9.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-19 > [class^=col] {
    padding: calc(9.5 / 750 * 100vw);
  }
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  margin-top: -10px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-20 {
    margin-left: calc(-10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-20 {
    margin-left: calc(-10 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-20 {
    margin-right: calc(-10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-20 {
    margin-right: calc(-10 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-20 {
    margin-bottom: calc(-10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-20 {
    margin-bottom: calc(-10 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-20 {
    margin-top: calc(-10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-20 {
    margin-top: calc(-10 / 750 * 100vw);
  }
}
.row-20 > [class^=col] {
  position: relative;
  padding: 10px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .row-20 > [class^=col] {
    padding: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .row-20 > [class^=col] {
    padding: calc(10 / 750 * 100vw);
  }
}

@media only screen and (max-width: 750px) {
  .sp_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* @include col($space_md_sp); */
  }
  .sp_row_xl {
    margin-left: calc(-1 * calc(100 / 750 * 120 / 1 * 1vw) / 2);
    margin-right: calc(-1 * calc(100 / 750 * 120 / 1 * 1vw) / 2);
    /* margin-bottom: calc(-1 * calc(100 / 750 * 120 / 1 * 1vw)); */
  }
  .sp_row_xl > [class^=col] {
    padding: calc(calc(100 / 750 * 120 / 1 * 1vw) / 2);
    position: relative;
  }
  .sp_row_lg {
    margin-left: calc(-1 * calc(100 / 750 * 80 / 1 * 1vw) / 2);
    margin-right: calc(-1 * calc(100 / 750 * 80 / 1 * 1vw) / 2);
    /* margin-bottom: calc(-1 * calc(100 / 750 * 80 / 1 * 1vw)); */
  }
  .sp_row_lg > [class^=col] {
    padding: calc(calc(100 / 750 * 80 / 1 * 1vw) / 2);
    position: relative;
  }
  .sp_row_md {
    margin-left: calc(-1 * calc(100 / 750 * 60 / 1 * 1vw) / 2);
    margin-right: calc(-1 * calc(100 / 750 * 60 / 1 * 1vw) / 2);
    /* margin-bottom: calc(-1 * calc(100 / 750 * 60 / 1 * 1vw)); */
  }
  .sp_row_md > [class^=col] {
    padding: calc(calc(100 / 750 * 60 / 1 * 1vw) / 2);
    position: relative;
  }
  .sp_row_sm {
    margin-left: calc(-1 * calc(100 / 750 * 40 / 1 * 1vw) / 2);
    margin-right: calc(-1 * calc(100 / 750 * 40 / 1 * 1vw) / 2);
    /* margin-bottom: calc(-1 * calc(100 / 750 * 40 / 1 * 1vw)); */
  }
  .sp_row_sm > [class^=col] {
    padding: calc(calc(100 / 750 * 40 / 1 * 1vw) / 2);
    position: relative;
  }
  .sp_row_xs {
    margin-left: calc(-1 * calc(100 / 750 * 30 / 1 * 1vw) / 2);
    margin-right: calc(-1 * calc(100 / 750 * 30 / 1 * 1vw) / 2);
    /* margin-bottom: calc(-1 * calc(100 / 750 * 30 / 1 * 1vw)); */
  }
  .sp_row_xs > [class^=col] {
    padding: calc(calc(100 / 750 * 30 / 1 * 1vw) / 2);
    position: relative;
  }
  .sp_row-align_start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sp_row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sp_row-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sp_row-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp_row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sp_row-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sp_row-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 0;
  }
  .sp_row-vertical, .sp_row-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .sp_row-vertical > [class^=col], .sp_row-column > [class^=col] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .sp_row-column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }
  .sp_row-column_reverse > [class^=col] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .sp_row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

label {
  display: inline-block;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea,
.date-label,
.js-filename {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*box-shadow         : inset 2px 2px 5px $color-shadow, inset -5px -5px 10px $color-white;*/
  /*transition         : all 0.2s ease-in-out;*/
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  /* border: solid 1px $color-border; */
  /* width: 100%; */
  background-color: #f4f0f0;
  height: 50px;
  padding: 10px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    height: calc(50 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    height: calc(80 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    padding: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  select,
  textarea,
  .date-label,
  .js-filename {
    padding: calc(10 / 750 * 100vw);
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus,
.date-label:focus,
.js-filename:focus {
  /*box-shadow : inset 1px 1px 2px $color-shadow, inset -1px -1px 2px $color-white;*/
  border-color: #cf7900;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .date-label::-webkit-input-placeholder, .js-filename::-webkit-input-placeholder {
  color: #c1c1c1;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .date-label::-moz-placeholder, .js-filename::-moz-placeholder {
  color: #c1c1c1;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, .date-label:-ms-input-placeholder, .js-filename:-ms-input-placeholder {
  color: #c1c1c1;
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, .date-label::-ms-input-placeholder, .js-filename::-ms-input-placeholder {
  color: #c1c1c1;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder,
.date-label::placeholder,
.js-filename::placeholder {
  color: #c1c1c1;
}

textarea {
  height: 235px;
}
@media only screen and (max-width: 750px) {
  textarea {
    height: 31.3333333333vw;
  }
}

input[type=radio] {
  /*position : absolute;
  opacity  : 0;
  display  : none;*/
}
input[type=radio] + .radio-label {
  position: relative;
  margin-right: 1.8rem;
  padding: 1.8rem 0;
}
input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
  top: 0;
  text-align: center;
  background-color: #f6f4ef;
  margin-right: calc(1.8rem * 0.5);
  vertical-align: middle;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
input[type=radio]:checked + .radio-label:before {
  background-color: #cf7900;
}
input[type=radio]:checked + .radio-label:after {
  content: "";
  display: block;
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 100%;
  position: absolute;
  left: calc(1.8rem / 3);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background-color: #f6f4ef;
}
input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #cf7900;
}
input[type=radio]:disabled {
  opacity: 0.5;
  cursor: default;
}
input[type=radio]:disabled + .radio-label {
  opacity: 0.5;
  cursor: default;
}
input[type=radio]:disabled:checked + .radio-label {
  opacity: 1;
}
input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

input[type=checkbox] {
  /* display: none; */
}
@media only screen and (max-width: 750px) {
  input[type=checkbox] {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
input[type=checkbox] + .checkbox-label {
  position: relative;
  margin-right: 60px;
}
input[type=checkbox] + .checkbox-label:before {
  content: "";
  border-radius: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.2em;
  cursor: pointer;
  text-align: center;
  background-color: #f4f0f0;
  margin-right: calc(1.8rem * 0.5);
  vertical-align: middle;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: solid 1px rgba(40, 41, 43, 0.1);
}
input[type=checkbox] + .checkbox-label-agree {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  width: auto;
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  input[type=checkbox] + .checkbox-label-agree {
    font-size: calc(100 / 750 * 24 / 1 * 1vw);
  }
}
input[type=checkbox]:checked + .checkbox-label:after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  content: "\f00c";
  color: #cf7900;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 2.4rem;
}
@media only screen and (max-width: 750px) {
  input[type=checkbox]:checked + .checkbox-label:after {
    /* left: 0.25em;
    top: 0; */
  }
}
input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: default;
}
input[type=checkbox]:disabled + .checkbox-label {
  opacity: 0.5;
  cursor: default;
}
input[type=checkbox]:disabled:checked + .checkbox-label {
  opacity: 1;
}

.checkbox-label {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 40px 30px;
  font-size: 1.8rem;
  color: #28292b;
  font-size: 2.4rem;
  background-color: white;
}
@media only screen and (max-width: 750px) {
  .checkbox-label {
    padding: calc(100 / 750 * 40 / 1 * 1vw) calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.checkbox-label .btn-inner {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .checkbox-label .btn-inner {
    font-size: calc(100 / 750 * 22 / 1 * 1vw);
  }
}
.checkbox-label .fal {
  /* display: block; */
  font-size: 4.2rem;
  color: #cf7900;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .checkbox-label .fal {
    font-size: calc(100 / 750 * 26 / 1 * 1vw);
    margin-bottom: calc(100 / 750 * 30 / 1 * 1vw);
  }
}

.checkbox-btn + .checkbox-label:before {
  content: none !important;
}
.checkbox-btn:checked + .checkbox-label {
  background-color: #cf7900;
  color: white;
}
.checkbox-btn:checked + .checkbox-label .fal {
  color: white;
}
.checkbox-btn:checked + .checkbox-label:after {
  content: none !important;
}

textarea {
  resize: vertical;
}

.toggle-input {
  display: none;
}
.toggle-input:checked + .toggle-label {
  background-color: #cf7900;
}
.toggle-input:checked + .toggle-label:after {
  left: 3.24rem;
}
.toggle-label {
  width: 5.4rem;
  height: 2.88rem;
  font-size: 1.8rem;
  border-radius: 36rem;
  background-color: #f6f4ef;
  margin-right: calc(1.8rem * 0.5);
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  left: calc(1.8rem / 3);
  top: calc(1.8rem * 0.25);
  z-index: 2;
  background-color: #f6f4ef;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input[type=date]::-webkit-calendar-picker-indicator {
  margin-left: 0;
}

.date-label {
  text-align: center;
}
.date-label input[type=date] {
  margin: 0 calc(1.8rem * 0.25) 0 calc(1.8rem * 0.5);
}
.date-label.is-disabled .fas {
  margin-right: 1.8rem;
}

.file-label {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.file-label:after {
  content: "ファイルを選択する";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
  border-radius: 36rem;
  padding: 1.8rem;
  background-color: #f6f4ef;
  text-align: center;
  display: inline-block;
}
.file-label input[type=file] {
  display: none;
}
.file-label .js-filename {
  display: inline-block;
}

.select-label,
select {
  position: relative;
  cursor: pointer;
  background: rgb(251, 249, 245) url("../img/arrow_select.png") 90% center no-repeat;
  background-size: 13px auto;
  padding: 0 10px;
  /* &:after {
  	font-family: "Font Awesome 6 Pro";
  	content: "";
  	display: block;
  	position: absolute;
  	top: 50%;
  	right: $font_sm * 1.5;
  	transform: translateY(-50%);
  	font-size: $font_sm * 0.8;
  } */
  /* &:after {

  	content: "▼";
  	display: block;
  	position: absolute;
  	top: 50%;
  	right: 10px;
  	transform: translateY(-50%);
  	font-size: $font_xs;
  }
  */
}
@media only screen and (max-width: 750px) {
  .select-label,
  select {
    background: rgb(251, 249, 245) url("../img/arrow_select.png") 90% center no-repeat;
    background-size: 3.7333333333vw auto;
    padding: 0 1.3333333333vw;
  }
}
.select-label select,
select select {
  padding-right: 2.7rem;
  position: relative;
  z-index: 9;
}

option {
  padding: 0 0 0 10px;
}

form .error {
  display: none;
  color: #ff4e00;
  position: relative;
  /* padding-left: $font_sm * 1.5; */
}
form .error:before {
  font-family: "Font Awesome 6 Pro";
  /* 			display: block;
  position: absolute;
  left: 0;
  top: 0; */
  content: "\f071";
  margin-right: 0.5em;
}
form *:invalid:focus {
  border: #ff4e00 1px solid;
}
form *:invalid:focus + .error {
  display: block;
}

.js-edit_target {
  padding: 0;
}
.js-edit_target.is-disabled {
  border-radius: 3.6rem;
  margin-right: calc(1.8rem * 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -5px -5px 10px #fff;
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -5px -5px 10px #fff;
  padding: 0 1.8rem;
}
.js-edit_target.is-disabled input[type=text],
.js-edit_target.is-disabled input[type=password],
.js-edit_target.is-disabled textarea,
.js-edit_target.is-disabled .date-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1.8rem 0;
}
.js-edit_target.is-disabled .file-label {
  padding: 1.8rem 0;
}
.js-edit_target.is-disabled .file-label:after {
  content: none;
}

.btn.js-edit_btn {
  display: inline-block;
}
.btn.js-edit_btn.is-open {
  display: none;
}
.btn.js-edit_btn-back, .btn.js-edit_btn-confirm {
  display: none;
}
.btn.js-edit_btn-back.is-open, .btn.js-edit_btn-confirm.is-open {
  display: inline-block;
}

.form-wrapper {
  margin-bottom: 1.8rem;
}

.mw_wp_form .horizontal-item {
  margin-right: calc(40px * 0.5) !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  /* margin-right: $space_xs; */
}

.mw_wp_form .form-address,
.mw_wp_form .form-pref {
  margin-top: 5px;
}
.mw_wp_form .mwform-tel-field {
  white-space: nowrap;
}

.b_error .mw_wp_form td {
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .b_error .mw_wp_form td {
    padding-bottom: calc(100 / 750 * 60 / 1 * 1vw);
  }
}
.b_error .mw_wp_form .form-address,
.b_error .mw_wp_form .form-pref {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .b_error .mw_wp_form .form-address,
  .b_error .mw_wp_form .form-pref {
    margin-top: calc(100 / 750 * 60 / 1 * 1vw);
  }
}

.mw_wp_form_confirm .form-privacy {
  display: none;
}
.mw_wp_form_confirm .zip-button {
  display: none;
}

.form-btns > .col-2:empty {
  display: none;
}
@media only screen and (max-width: 750px) {
  .form-btns .btn {
    margin: auto;
  }
}

.mw_wp_form_input input[name=submitConfirm] {
  margin: 0 auto;
}

.m-ttl {
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  color: #28292b;
}
.m-ttl + .m-ttl {
  margin-top: 0;
}

.ttl-size_xl {
  font-size: 32px;
  letter-spacing: 0.25em;
  color: white;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ttl-size_xl {
    font-size: calc(32 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ttl-size_xl {
    font-size: calc(46.2 / 750 * 100vw);
  }
}
.ttl-size_lg {
  letter-spacing: 0.5em;
  font-size: 32px;
  margin-bottom: 60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ttl-size_lg {
    font-size: calc(32 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ttl-size_lg {
    font-size: calc(42 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ttl-size_lg {
    margin-bottom: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ttl-size_lg {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.ttl-size_md {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ttl-size_md {
    font-size: calc(24 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ttl-size_md {
    font-size: calc(32 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ttl-size_md {
    margin-bottom: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ttl-size_md {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.ttl-size_sm {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ttl-size_sm {
    font-size: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ttl-size_sm {
    font-size: calc(28.8 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ttl-size_sm {
    margin-bottom: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ttl-size_sm {
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.ttl-size_xs {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ttl-size_xs {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ttl-size_xs {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ttl-size_xs {
    margin-bottom: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ttl-size_xs {
    margin-bottom: calc(15 / 750 * 100vw);
  }
}

.svg {
  display: none;
}

.icon-svg-smp {
  width: 16px;
  height: 30px;
}
.icon-svg-mail {
  width: 27px;
  height: 19px;
}

#svg-mail .st0 {
  stroke: currentColor;
  fill: none;
}

/************************************************
	画像のトリミング
************************************************/
.m-img {
  position: relative;
  display: block;
  /*ackground-color : rgba($color-shadow, .2);*/
}
.m-img:before {
  content: "";
  display: block;
}
.m-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-responsive-w {
  width: 100%;
  height: auto;
}
.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  /*IE対策*/
}
.img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.img-4_3:before {
  padding-top: 75%;
}
.img-16_9:before {
  padding-top: 56.25%;
}
.img-1_1:before, .img.i-square:before {
  padding-top: 100%;
}
.img-9_16:before {
  padding-top: 177.7777777778%;
}
.img-3_4:before {
  padding-top: 133.3333333333%;
}
.img-circle {
  border-radius: 50%;
  overflow: hidden;
}
.img-circle:before {
  padding-top: 100%;
}
.img-shadow {
  position: relative;
  border-radius: 0 0 20px 0;
  margin-bottom: 80px;
}
.img-shadow img {
  z-index: 9;
  border-radius: 0 0 20px 0;
  background-color: white;
}
.img-shadow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(207, 121, 0, 0.5);
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: 0;
  border-radius: 0 0 20px 0;
}

@media only screen and (max-width: 750px) {
  .sp_img-4_3:before {
    padding-top: 75%;
  }
  .sp_img-16_9:before {
    padding-top: 56.25%;
  }
  .sp_img-1_1:before, .sp_img.i-square:before {
    padding-top: 100%;
  }
  .sp_img-9_16:before {
    padding-top: 177.7777777778%;
  }
  .sp_img-3_4:before {
    padding-top: 133.3333333333%;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* li {
	margin-bottom: 0.5em;
	&:last-child {
		margin-bottom: 0;
	}
} */
.m-ol {
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  .m-ol {
    margin-bottom: 1.5em;
  }
}

.m-ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.ol-counter {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.ol-counter li {
  /*text-indent   : -$font_sm*3.5;*/
  padding-left: 1.5em;
  /*display       : flex;*/
  position: relative;
}
.ol-counter li:before {
  counter-increment: item;
  content: counter(item) "．";
  position: absolute;
  left: 0;
}
.ol-counter-circle li:before {
  content: counter(item);
  /* 以下は自由に装飾... */
  font-weight: bold;
  color: #fff;
  background-color: #cf7900;
  vertical-align: middle;
  font-size: 150%;
  width: 5.4rem;
  height: 5.4rem;
  line-height: 5.4rem;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: calc(1.8rem * 0.5);
  top: -1.35rem;
  border-radius: 100%;
}
.ol-counter-flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 80px;
  padding-left: 0;
  width: 100%;
  position: relative;
}
.ol-counter-flow li:before {
  background-color: white;
  border: solid 1px #cf7900;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  color: #cf7900;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  width: 120px;
  height: 120px;
  line-height: 120px;
  position: static;
  vertical-align: middle;
}
.ol-counter-flow li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #cf7900;
  position: absolute;
  top: 120px;
  left: 60px;
}
.ol-counter-flow-inner {
  padding-left: 40px;
  width: 80%;
}
.ol-step_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.ol-step_form-item {
  position: relative;
  color: rgba(40, 41, 43, 0.1);
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.ol-step_form-item:not(:first-child) {
  margin-left: 80px;
}
.ol-step_form-item:not(:first-child):before {
  content: "";
  display: block;
  height: 1px;
  width: calc(80px + 1.4em);
  background-color: currentColor;
  position: absolute;
  top: -7.5px;
  right: 1.5em;
}
@media only screen and (max-width: 750px) {
  .ol-step_form-item:not(:first-child):before {
    top: calc(-1 * calc(100 / 750 * 30 / 1 * 1vw) / 4);
  }
}
.ol-step_form-item:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .ol-step_form-item:after {
    height: calc(100 / 750 * 30 / 1 * 1vw)/2;
    width: calc(100 / 750 * 30 / 1 * 1vw)/2;
  }
}
.ol-step_form-item:first-child {
  color: #cf7900;
}

.ul-dot li {
  position: relative;
}
.ul-dot li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-align: center;
}
.ul-star li {
  position: relative;
}
.ul-star li::before {
  content: "★";
  display: inline-block;
  width: 1em;
  text-align: center;
}
.ul-circle li {
  position: relative;
}
.ul-circle li:before {
  content: "●";
  font-size: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
}
.ul-check > li {
  position: relative;
  margin-left: 1.5em;
}
.ul-check > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #cf7900;
  border-bottom: 2px solid #cf7900;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ul-faq {
  border-top: solid 1px rgba(40, 41, 43, 0.1);
}
.ul-faq-item {
  border-bottom: solid 1px rgba(40, 41, 43, 0.1);
}
.ul-faq-icon {
  margin-right: 30px;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.4rem;
}
@media only screen and (max-width: 750px) {
  .ul-faq-icon {
    font-size: calc(100 / 750 * 26 / 1 * 1vw);
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .ul-faq-icon {
    font-size: calc(100 / 750 * 26 / 1 * 1vw)/1.5;
  }
}
.ul-faq-q {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.4rem;
  padding: 30px 80px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .ul-faq-q {
    font-size: calc(100 / 750 * 26 / 1 * 1vw);
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .ul-faq-q {
    font-size: calc(100 / 750 * 26 / 1 * 1vw)/1.5;
  }
}
.ul-faq-a {
  padding: 0 80px 30px 40px;
}
.ul-faq-a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  .m-dl {
    display: block;
  }
}
.m-dl dt {
  width: 25%;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .m-dl dt {
    width: 100%;
  }
}
.m-dl dd {
  width: 75%;
}
@media only screen and (max-width: 750px) {
  .m-dl dd {
    width: 100%;
  }
}

.m-bg-color_primary {
  background: #cf7900;
}
.m-bg-color_primary_op-0 {
  background: rgba(207, 121, 0, 0);
}
.m-bg-color_primary_op-1 {
  background: rgba(207, 121, 0, 0.1);
}
.m-bg-color_primary_op-2 {
  background: rgba(207, 121, 0, 0.2);
}
.m-bg-color_primary_op-3 {
  background: rgba(207, 121, 0, 0.3);
}
.m-bg-color_primary_op-4 {
  background: rgba(207, 121, 0, 0.4);
}
.m-bg-color_primary_op-5 {
  background: rgba(207, 121, 0, 0.5);
}
.m-bg-color_primary_op-6 {
  background: rgba(207, 121, 0, 0.6);
}
.m-bg-color_primary_op-7 {
  background: rgba(207, 121, 0, 0.7);
}
.m-bg-color_primary_op-8 {
  background: rgba(207, 121, 0, 0.8);
}
.m-bg-color_primary_op-9 {
  background: rgba(207, 121, 0, 0.9);
}
.m-bg-color_primary_op-10 {
  background: #cf7900;
}
.m-bg-color_accent {
  background: #28292b;
}
.m-bg-color_accent_op-0 {
  background: rgba(40, 41, 43, 0);
}
.m-bg-color_accent_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.m-bg-color_accent_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.m-bg-color_accent_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.m-bg-color_accent_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.m-bg-color_accent_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.m-bg-color_accent_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.m-bg-color_accent_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.m-bg-color_accent_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.m-bg-color_accent_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.m-bg-color_accent_op-10 {
  background: #28292b;
}
.m-bg-color_font {
  background: #28292b;
}
.m-bg-color_font_op-0 {
  background: rgba(40, 41, 43, 0);
}
.m-bg-color_font_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.m-bg-color_font_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.m-bg-color_font_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.m-bg-color_font_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.m-bg-color_font_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.m-bg-color_font_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.m-bg-color_font_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.m-bg-color_font_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.m-bg-color_font_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.m-bg-color_font_op-10 {
  background: #28292b;
}
.m-bg-color_bg {
  background: #f6f4ef;
}
.m-bg-color_bg_op-0 {
  background: rgba(246, 244, 239, 0);
}
.m-bg-color_bg_op-1 {
  background: rgba(246, 244, 239, 0.1);
}
.m-bg-color_bg_op-2 {
  background: rgba(246, 244, 239, 0.2);
}
.m-bg-color_bg_op-3 {
  background: rgba(246, 244, 239, 0.3);
}
.m-bg-color_bg_op-4 {
  background: rgba(246, 244, 239, 0.4);
}
.m-bg-color_bg_op-5 {
  background: rgba(246, 244, 239, 0.5);
}
.m-bg-color_bg_op-6 {
  background: rgba(246, 244, 239, 0.6);
}
.m-bg-color_bg_op-7 {
  background: rgba(246, 244, 239, 0.7);
}
.m-bg-color_bg_op-8 {
  background: rgba(246, 244, 239, 0.8);
}
.m-bg-color_bg_op-9 {
  background: rgba(246, 244, 239, 0.9);
}
.m-bg-color_bg_op-10 {
  background: #f6f4ef;
}
.m-bg-color_bg_light {
  background: #e4e1d7;
}
.m-bg-color_bg_light_op-0 {
  background: rgba(228, 225, 215, 0);
}
.m-bg-color_bg_light_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.m-bg-color_bg_light_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.m-bg-color_bg_light_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.m-bg-color_bg_light_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.m-bg-color_bg_light_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.m-bg-color_bg_light_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.m-bg-color_bg_light_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.m-bg-color_bg_light_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.m-bg-color_bg_light_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.m-bg-color_bg_light_op-10 {
  background: #e4e1d7;
}
.m-bg-color_bg_dark {
  background: #28292b;
}
.m-bg-color_bg_dark_op-0 {
  background: rgba(40, 41, 43, 0);
}
.m-bg-color_bg_dark_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.m-bg-color_bg_dark_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.m-bg-color_bg_dark_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.m-bg-color_bg_dark_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.m-bg-color_bg_dark_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.m-bg-color_bg_dark_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.m-bg-color_bg_dark_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.m-bg-color_bg_dark_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.m-bg-color_bg_dark_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.m-bg-color_bg_dark_op-10 {
  background: #28292b;
}
.m-bg-color_border {
  background: rgba(40, 41, 43, 0.1);
}
.m-bg-color_border_op-0 {
  background: rgba(40, 41, 43, 0);
}
.m-bg-color_border_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.m-bg-color_border_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.m-bg-color_border_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.m-bg-color_border_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.m-bg-color_border_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.m-bg-color_border_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.m-bg-color_border_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.m-bg-color_border_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.m-bg-color_border_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.m-bg-color_border_op-10 {
  background: #28292b;
}
.m-bg-color_error {
  background: #ff4e00;
}
.m-bg-color_error_op-0 {
  background: rgba(255, 78, 0, 0);
}
.m-bg-color_error_op-1 {
  background: rgba(255, 78, 0, 0.1);
}
.m-bg-color_error_op-2 {
  background: rgba(255, 78, 0, 0.2);
}
.m-bg-color_error_op-3 {
  background: rgba(255, 78, 0, 0.3);
}
.m-bg-color_error_op-4 {
  background: rgba(255, 78, 0, 0.4);
}
.m-bg-color_error_op-5 {
  background: rgba(255, 78, 0, 0.5);
}
.m-bg-color_error_op-6 {
  background: rgba(255, 78, 0, 0.6);
}
.m-bg-color_error_op-7 {
  background: rgba(255, 78, 0, 0.7);
}
.m-bg-color_error_op-8 {
  background: rgba(255, 78, 0, 0.8);
}
.m-bg-color_error_op-9 {
  background: rgba(255, 78, 0, 0.9);
}
.m-bg-color_error_op-10 {
  background: #ff4e00;
}
.m-bg-color_white {
  background: white;
}
.m-bg-color_white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.m-bg-color_white_op-1 {
  background: rgba(255, 255, 255, 0.1);
}
.m-bg-color_white_op-2 {
  background: rgba(255, 255, 255, 0.2);
}
.m-bg-color_white_op-3 {
  background: rgba(255, 255, 255, 0.3);
}
.m-bg-color_white_op-4 {
  background: rgba(255, 255, 255, 0.4);
}
.m-bg-color_white_op-5 {
  background: rgba(255, 255, 255, 0.5);
}
.m-bg-color_white_op-6 {
  background: rgba(255, 255, 255, 0.6);
}
.m-bg-color_white_op-7 {
  background: rgba(255, 255, 255, 0.7);
}
.m-bg-color_white_op-8 {
  background: rgba(255, 255, 255, 0.8);
}
.m-bg-color_white_op-9 {
  background: rgba(255, 255, 255, 0.9);
}
.m-bg-color_white_op-10 {
  background: white;
}
.m-bg-color_black {
  background: black;
}
.m-bg-color_black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.m-bg-color_black_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.m-bg-color_black_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.m-bg-color_black_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.m-bg-color_black_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.m-bg-color_black_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.m-bg-color_black_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.m-bg-color_black_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.m-bg-color_black_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.m-bg-color_black_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.m-bg-color_black_op-10 {
  background: black;
}
.m-bg-color_blue {
  background: #3646a7;
}
.m-bg-color_blue_op-0 {
  background: rgba(54, 70, 167, 0);
}
.m-bg-color_blue_op-1 {
  background: rgba(54, 70, 167, 0.1);
}
.m-bg-color_blue_op-2 {
  background: rgba(54, 70, 167, 0.2);
}
.m-bg-color_blue_op-3 {
  background: rgba(54, 70, 167, 0.3);
}
.m-bg-color_blue_op-4 {
  background: rgba(54, 70, 167, 0.4);
}
.m-bg-color_blue_op-5 {
  background: rgba(54, 70, 167, 0.5);
}
.m-bg-color_blue_op-6 {
  background: rgba(54, 70, 167, 0.6);
}
.m-bg-color_blue_op-7 {
  background: rgba(54, 70, 167, 0.7);
}
.m-bg-color_blue_op-8 {
  background: rgba(54, 70, 167, 0.8);
}
.m-bg-color_blue_op-9 {
  background: rgba(54, 70, 167, 0.9);
}
.m-bg-color_blue_op-10 {
  background: #3646a7;
}
.m-bg-color_red {
  background: #db0011;
}
.m-bg-color_red_op-0 {
  background: rgba(219, 0, 17, 0);
}
.m-bg-color_red_op-1 {
  background: rgba(219, 0, 17, 0.1);
}
.m-bg-color_red_op-2 {
  background: rgba(219, 0, 17, 0.2);
}
.m-bg-color_red_op-3 {
  background: rgba(219, 0, 17, 0.3);
}
.m-bg-color_red_op-4 {
  background: rgba(219, 0, 17, 0.4);
}
.m-bg-color_red_op-5 {
  background: rgba(219, 0, 17, 0.5);
}
.m-bg-color_red_op-6 {
  background: rgba(219, 0, 17, 0.6);
}
.m-bg-color_red_op-7 {
  background: rgba(219, 0, 17, 0.7);
}
.m-bg-color_red_op-8 {
  background: rgba(219, 0, 17, 0.8);
}
.m-bg-color_red_op-9 {
  background: rgba(219, 0, 17, 0.9);
}
.m-bg-color_red_op-10 {
  background: #db0011;
}
.m-bg-color_orange {
  background: #ff9e43;
}
.m-bg-color_orange_op-0 {
  background: rgba(255, 158, 67, 0);
}
.m-bg-color_orange_op-1 {
  background: rgba(255, 158, 67, 0.1);
}
.m-bg-color_orange_op-2 {
  background: rgba(255, 158, 67, 0.2);
}
.m-bg-color_orange_op-3 {
  background: rgba(255, 158, 67, 0.3);
}
.m-bg-color_orange_op-4 {
  background: rgba(255, 158, 67, 0.4);
}
.m-bg-color_orange_op-5 {
  background: rgba(255, 158, 67, 0.5);
}
.m-bg-color_orange_op-6 {
  background: rgba(255, 158, 67, 0.6);
}
.m-bg-color_orange_op-7 {
  background: rgba(255, 158, 67, 0.7);
}
.m-bg-color_orange_op-8 {
  background: rgba(255, 158, 67, 0.8);
}
.m-bg-color_orange_op-9 {
  background: rgba(255, 158, 67, 0.9);
}
.m-bg-color_orange_op-10 {
  background: #ff9e43;
}
.m-bg-color_fb {
  background: #3a5897;
}
.m-bg-color_fb_op-0 {
  background: rgba(58, 88, 151, 0);
}
.m-bg-color_fb_op-1 {
  background: rgba(58, 88, 151, 0.1);
}
.m-bg-color_fb_op-2 {
  background: rgba(58, 88, 151, 0.2);
}
.m-bg-color_fb_op-3 {
  background: rgba(58, 88, 151, 0.3);
}
.m-bg-color_fb_op-4 {
  background: rgba(58, 88, 151, 0.4);
}
.m-bg-color_fb_op-5 {
  background: rgba(58, 88, 151, 0.5);
}
.m-bg-color_fb_op-6 {
  background: rgba(58, 88, 151, 0.6);
}
.m-bg-color_fb_op-7 {
  background: rgba(58, 88, 151, 0.7);
}
.m-bg-color_fb_op-8 {
  background: rgba(58, 88, 151, 0.8);
}
.m-bg-color_fb_op-9 {
  background: rgba(58, 88, 151, 0.9);
}
.m-bg-color_fb_op-10 {
  background: #3a5897;
}
.m-bg-color_line {
  background: #06C755;
}
.m-bg-color_line_op-0 {
  background: rgba(6, 199, 85, 0);
}
.m-bg-color_line_op-1 {
  background: rgba(6, 199, 85, 0.1);
}
.m-bg-color_line_op-2 {
  background: rgba(6, 199, 85, 0.2);
}
.m-bg-color_line_op-3 {
  background: rgba(6, 199, 85, 0.3);
}
.m-bg-color_line_op-4 {
  background: rgba(6, 199, 85, 0.4);
}
.m-bg-color_line_op-5 {
  background: rgba(6, 199, 85, 0.5);
}
.m-bg-color_line_op-6 {
  background: rgba(6, 199, 85, 0.6);
}
.m-bg-color_line_op-7 {
  background: rgba(6, 199, 85, 0.7);
}
.m-bg-color_line_op-8 {
  background: rgba(6, 199, 85, 0.8);
}
.m-bg-color_line_op-9 {
  background: rgba(6, 199, 85, 0.9);
}
.m-bg-color_line_op-10 {
  background: #06c755;
}

.bg-color_primary {
  background: #cf7900;
}
.bg-color_primary_op-0 {
  background: rgba(207, 121, 0, 0);
}
.bg-color_primary_op-1 {
  background: rgba(207, 121, 0, 0.1);
}
.bg-color_primary_op-2 {
  background: rgba(207, 121, 0, 0.2);
}
.bg-color_primary_op-3 {
  background: rgba(207, 121, 0, 0.3);
}
.bg-color_primary_op-4 {
  background: rgba(207, 121, 0, 0.4);
}
.bg-color_primary_op-5 {
  background: rgba(207, 121, 0, 0.5);
}
.bg-color_primary_op-6 {
  background: rgba(207, 121, 0, 0.6);
}
.bg-color_primary_op-7 {
  background: rgba(207, 121, 0, 0.7);
}
.bg-color_primary_op-8 {
  background: rgba(207, 121, 0, 0.8);
}
.bg-color_primary_op-9 {
  background: rgba(207, 121, 0, 0.9);
}
.bg-color_primary_op-10 {
  background: #cf7900;
}
.bg-color_accent {
  background: #28292b;
}
.bg-color_accent_op-0 {
  background: rgba(40, 41, 43, 0);
}
.bg-color_accent_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.bg-color_accent_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.bg-color_accent_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.bg-color_accent_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.bg-color_accent_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.bg-color_accent_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.bg-color_accent_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.bg-color_accent_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.bg-color_accent_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.bg-color_accent_op-10 {
  background: #28292b;
}
.bg-color_font {
  background: #28292b;
}
.bg-color_font_op-0 {
  background: rgba(40, 41, 43, 0);
}
.bg-color_font_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.bg-color_font_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.bg-color_font_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.bg-color_font_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.bg-color_font_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.bg-color_font_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.bg-color_font_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.bg-color_font_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.bg-color_font_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.bg-color_font_op-10 {
  background: #28292b;
}
.bg-color_bg {
  background: #f6f4ef;
}
.bg-color_bg_op-0 {
  background: rgba(246, 244, 239, 0);
}
.bg-color_bg_op-1 {
  background: rgba(246, 244, 239, 0.1);
}
.bg-color_bg_op-2 {
  background: rgba(246, 244, 239, 0.2);
}
.bg-color_bg_op-3 {
  background: rgba(246, 244, 239, 0.3);
}
.bg-color_bg_op-4 {
  background: rgba(246, 244, 239, 0.4);
}
.bg-color_bg_op-5 {
  background: rgba(246, 244, 239, 0.5);
}
.bg-color_bg_op-6 {
  background: rgba(246, 244, 239, 0.6);
}
.bg-color_bg_op-7 {
  background: rgba(246, 244, 239, 0.7);
}
.bg-color_bg_op-8 {
  background: rgba(246, 244, 239, 0.8);
}
.bg-color_bg_op-9 {
  background: rgba(246, 244, 239, 0.9);
}
.bg-color_bg_op-10 {
  background: #f6f4ef;
}
.bg-color_bg_light {
  background: #e4e1d7;
}
.bg-color_bg_light_op-0 {
  background: rgba(228, 225, 215, 0);
}
.bg-color_bg_light_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.bg-color_bg_light_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.bg-color_bg_light_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.bg-color_bg_light_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.bg-color_bg_light_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.bg-color_bg_light_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.bg-color_bg_light_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.bg-color_bg_light_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.bg-color_bg_light_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.bg-color_bg_light_op-10 {
  background: #e4e1d7;
}
.bg-color_bg_dark {
  background: #28292b;
}
.bg-color_bg_dark_op-0 {
  background: rgba(40, 41, 43, 0);
}
.bg-color_bg_dark_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.bg-color_bg_dark_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.bg-color_bg_dark_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.bg-color_bg_dark_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.bg-color_bg_dark_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.bg-color_bg_dark_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.bg-color_bg_dark_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.bg-color_bg_dark_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.bg-color_bg_dark_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.bg-color_bg_dark_op-10 {
  background: #28292b;
}
.bg-color_border {
  background: rgba(40, 41, 43, 0.1);
}
.bg-color_border_op-0 {
  background: rgba(40, 41, 43, 0);
}
.bg-color_border_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.bg-color_border_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.bg-color_border_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.bg-color_border_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.bg-color_border_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.bg-color_border_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.bg-color_border_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.bg-color_border_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.bg-color_border_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.bg-color_border_op-10 {
  background: #28292b;
}
.bg-color_error {
  background: #ff4e00;
}
.bg-color_error_op-0 {
  background: rgba(255, 78, 0, 0);
}
.bg-color_error_op-1 {
  background: rgba(255, 78, 0, 0.1);
}
.bg-color_error_op-2 {
  background: rgba(255, 78, 0, 0.2);
}
.bg-color_error_op-3 {
  background: rgba(255, 78, 0, 0.3);
}
.bg-color_error_op-4 {
  background: rgba(255, 78, 0, 0.4);
}
.bg-color_error_op-5 {
  background: rgba(255, 78, 0, 0.5);
}
.bg-color_error_op-6 {
  background: rgba(255, 78, 0, 0.6);
}
.bg-color_error_op-7 {
  background: rgba(255, 78, 0, 0.7);
}
.bg-color_error_op-8 {
  background: rgba(255, 78, 0, 0.8);
}
.bg-color_error_op-9 {
  background: rgba(255, 78, 0, 0.9);
}
.bg-color_error_op-10 {
  background: #ff4e00;
}
.bg-color_white {
  background: white;
}
.bg-color_white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.bg-color_white_op-1 {
  background: rgba(255, 255, 255, 0.1);
}
.bg-color_white_op-2 {
  background: rgba(255, 255, 255, 0.2);
}
.bg-color_white_op-3 {
  background: rgba(255, 255, 255, 0.3);
}
.bg-color_white_op-4 {
  background: rgba(255, 255, 255, 0.4);
}
.bg-color_white_op-5 {
  background: rgba(255, 255, 255, 0.5);
}
.bg-color_white_op-6 {
  background: rgba(255, 255, 255, 0.6);
}
.bg-color_white_op-7 {
  background: rgba(255, 255, 255, 0.7);
}
.bg-color_white_op-8 {
  background: rgba(255, 255, 255, 0.8);
}
.bg-color_white_op-9 {
  background: rgba(255, 255, 255, 0.9);
}
.bg-color_white_op-10 {
  background: white;
}
.bg-color_black {
  background: black;
}
.bg-color_black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.bg-color_black_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.bg-color_black_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.bg-color_black_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.bg-color_black_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.bg-color_black_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-color_black_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.bg-color_black_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.bg-color_black_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.bg-color_black_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.bg-color_black_op-10 {
  background: black;
}
.bg-color_blue {
  background: #3646a7;
}
.bg-color_blue_op-0 {
  background: rgba(54, 70, 167, 0);
}
.bg-color_blue_op-1 {
  background: rgba(54, 70, 167, 0.1);
}
.bg-color_blue_op-2 {
  background: rgba(54, 70, 167, 0.2);
}
.bg-color_blue_op-3 {
  background: rgba(54, 70, 167, 0.3);
}
.bg-color_blue_op-4 {
  background: rgba(54, 70, 167, 0.4);
}
.bg-color_blue_op-5 {
  background: rgba(54, 70, 167, 0.5);
}
.bg-color_blue_op-6 {
  background: rgba(54, 70, 167, 0.6);
}
.bg-color_blue_op-7 {
  background: rgba(54, 70, 167, 0.7);
}
.bg-color_blue_op-8 {
  background: rgba(54, 70, 167, 0.8);
}
.bg-color_blue_op-9 {
  background: rgba(54, 70, 167, 0.9);
}
.bg-color_blue_op-10 {
  background: #3646a7;
}
.bg-color_red {
  background: #db0011;
}
.bg-color_red_op-0 {
  background: rgba(219, 0, 17, 0);
}
.bg-color_red_op-1 {
  background: rgba(219, 0, 17, 0.1);
}
.bg-color_red_op-2 {
  background: rgba(219, 0, 17, 0.2);
}
.bg-color_red_op-3 {
  background: rgba(219, 0, 17, 0.3);
}
.bg-color_red_op-4 {
  background: rgba(219, 0, 17, 0.4);
}
.bg-color_red_op-5 {
  background: rgba(219, 0, 17, 0.5);
}
.bg-color_red_op-6 {
  background: rgba(219, 0, 17, 0.6);
}
.bg-color_red_op-7 {
  background: rgba(219, 0, 17, 0.7);
}
.bg-color_red_op-8 {
  background: rgba(219, 0, 17, 0.8);
}
.bg-color_red_op-9 {
  background: rgba(219, 0, 17, 0.9);
}
.bg-color_red_op-10 {
  background: #db0011;
}
.bg-color_orange {
  background: #ff9e43;
}
.bg-color_orange_op-0 {
  background: rgba(255, 158, 67, 0);
}
.bg-color_orange_op-1 {
  background: rgba(255, 158, 67, 0.1);
}
.bg-color_orange_op-2 {
  background: rgba(255, 158, 67, 0.2);
}
.bg-color_orange_op-3 {
  background: rgba(255, 158, 67, 0.3);
}
.bg-color_orange_op-4 {
  background: rgba(255, 158, 67, 0.4);
}
.bg-color_orange_op-5 {
  background: rgba(255, 158, 67, 0.5);
}
.bg-color_orange_op-6 {
  background: rgba(255, 158, 67, 0.6);
}
.bg-color_orange_op-7 {
  background: rgba(255, 158, 67, 0.7);
}
.bg-color_orange_op-8 {
  background: rgba(255, 158, 67, 0.8);
}
.bg-color_orange_op-9 {
  background: rgba(255, 158, 67, 0.9);
}
.bg-color_orange_op-10 {
  background: #ff9e43;
}
.bg-color_fb {
  background: #3a5897;
}
.bg-color_fb_op-0 {
  background: rgba(58, 88, 151, 0);
}
.bg-color_fb_op-1 {
  background: rgba(58, 88, 151, 0.1);
}
.bg-color_fb_op-2 {
  background: rgba(58, 88, 151, 0.2);
}
.bg-color_fb_op-3 {
  background: rgba(58, 88, 151, 0.3);
}
.bg-color_fb_op-4 {
  background: rgba(58, 88, 151, 0.4);
}
.bg-color_fb_op-5 {
  background: rgba(58, 88, 151, 0.5);
}
.bg-color_fb_op-6 {
  background: rgba(58, 88, 151, 0.6);
}
.bg-color_fb_op-7 {
  background: rgba(58, 88, 151, 0.7);
}
.bg-color_fb_op-8 {
  background: rgba(58, 88, 151, 0.8);
}
.bg-color_fb_op-9 {
  background: rgba(58, 88, 151, 0.9);
}
.bg-color_fb_op-10 {
  background: #3a5897;
}
.bg-color_line {
  background: #06C755;
}
.bg-color_line_op-0 {
  background: rgba(6, 199, 85, 0);
}
.bg-color_line_op-1 {
  background: rgba(6, 199, 85, 0.1);
}
.bg-color_line_op-2 {
  background: rgba(6, 199, 85, 0.2);
}
.bg-color_line_op-3 {
  background: rgba(6, 199, 85, 0.3);
}
.bg-color_line_op-4 {
  background: rgba(6, 199, 85, 0.4);
}
.bg-color_line_op-5 {
  background: rgba(6, 199, 85, 0.5);
}
.bg-color_line_op-6 {
  background: rgba(6, 199, 85, 0.6);
}
.bg-color_line_op-7 {
  background: rgba(6, 199, 85, 0.7);
}
.bg-color_line_op-8 {
  background: rgba(6, 199, 85, 0.8);
}
.bg-color_line_op-9 {
  background: rgba(6, 199, 85, 0.9);
}
.bg-color_line_op-10 {
  background: #06c755;
}

.bg-diagonal {
  background-image: url("/assets/img/ptn_diagonal.png");
  background-repeat: repeat;
}

.bg-stripe {
  background-image: url("/assets/img/ptn_stripe.png");
  background-repeat: repeat;
}

.m-btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  fill: currentColor;
  position: relative;
  z-index: 9;
  margin: auto;
  display: block;
  font-weight: 700;
}
.m-btn .fas,
.m-btn img {
  vertical-align: middle;
}

.btn-icon {
  font-size: 2.4rem;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .btn-icon {
    font-size: calc(100 / 750 * 28 / 1 * 1vw);
  }
}
.btn-color_primary {
  background: #cf7900;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_primary:hover {
    background-color: #834c00;
    fill: currentColor;
  }
}
.btn-border_primary {
  background: transparent;
  border: solid 1px #cf7900;
  color: #cf7900;
}
@media only screen and (min-width: 751px) {
  .btn-border_primary:hover {
    background-color: rgba(207, 121, 0, 0.15);
    fill: currentColor;
  }
}
.btn-border_primary::after {
  content: none;
}
.btn-border_double_primary {
  border: solid 4px transparent;
  outline: solid 1px #cf7900;
  color: #cf7900;
  position: relative;
}
.btn-border_double_primary:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #cf7900;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_primary:hover {
  background-color: #cf7900;
  color: white;
}
.btn-txt_primary {
  background: transparent;
}
.btn-txt_primary:after {
  color: #cf7900;
}
.btn-txt_primary:hover {
  border-bottom: solid 1px #cf7900;
}
.btn-color_accent {
  background: #28292b;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_accent:hover {
    background-color: #030303;
    fill: currentColor;
  }
}
.btn-border_accent {
  background: transparent;
  border: solid 1px #28292b;
  color: #28292b;
}
@media only screen and (min-width: 751px) {
  .btn-border_accent:hover {
    background-color: rgba(40, 41, 43, 0.15);
    fill: currentColor;
  }
}
.btn-border_accent::after {
  content: none;
}
.btn-border_double_accent {
  border: solid 4px transparent;
  outline: solid 1px #28292b;
  color: #28292b;
  position: relative;
}
.btn-border_double_accent:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #28292b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_accent:hover {
  background-color: #28292b;
  color: white;
}
.btn-txt_accent {
  background: transparent;
}
.btn-txt_accent:after {
  color: #28292b;
}
.btn-txt_accent:hover {
  border-bottom: solid 1px #28292b;
}
.btn-color_font {
  background: #28292b;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_font:hover {
    background-color: #030303;
    fill: currentColor;
  }
}
.btn-border_font {
  background: transparent;
  border: solid 1px #28292b;
  color: #28292b;
}
@media only screen and (min-width: 751px) {
  .btn-border_font:hover {
    background-color: rgba(40, 41, 43, 0.15);
    fill: currentColor;
  }
}
.btn-border_font::after {
  content: none;
}
.btn-border_double_font {
  border: solid 4px transparent;
  outline: solid 1px #28292b;
  color: #28292b;
  position: relative;
}
.btn-border_double_font:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #28292b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_font:hover {
  background-color: #28292b;
  color: white;
}
.btn-txt_font {
  background: transparent;
}
.btn-txt_font:after {
  color: #28292b;
}
.btn-txt_font:hover {
  border-bottom: solid 1px #28292b;
}
.btn-color_bg {
  background: #f6f4ef;
  color: #cf7900;
}
@media only screen and (min-width: 751px) {
  .btn-color_bg:hover {
    background-color: #dad2be;
    fill: currentColor;
  }
}
.btn-border_bg {
  background: transparent;
  border: solid 1px #f6f4ef;
  color: #f6f4ef;
}
@media only screen and (min-width: 751px) {
  .btn-border_bg:hover {
    background-color: rgba(246, 244, 239, 0.15);
    fill: currentColor;
  }
}
.btn-border_bg::after {
  content: none;
}
.btn-border_double_bg {
  border: solid 4px transparent;
  outline: solid 1px #f6f4ef;
  color: #f6f4ef;
  position: relative;
}
.btn-border_double_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #f6f4ef;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg:hover {
  background-color: #f6f4ef;
  color: white;
}
.btn-txt_bg {
  background: transparent;
}
.btn-txt_bg:after {
  color: #f6f4ef;
}
.btn-txt_bg:hover {
  border-bottom: solid 1px #f6f4ef;
}
.btn-color_bg_light {
  background: #e4e1d7;
  color: #cf7900;
}
@media only screen and (min-width: 751px) {
  .btn-color_bg_light:hover {
    background-color: #c5bfa9;
    fill: currentColor;
  }
}
.btn-border_bg_light {
  background: transparent;
  border: solid 1px #e4e1d7;
  color: #e4e1d7;
}
@media only screen and (min-width: 751px) {
  .btn-border_bg_light:hover {
    background-color: rgba(228, 225, 215, 0.15);
    fill: currentColor;
  }
}
.btn-border_bg_light::after {
  content: none;
}
.btn-border_double_bg_light {
  border: solid 4px transparent;
  outline: solid 1px #e4e1d7;
  color: #e4e1d7;
  position: relative;
}
.btn-border_double_bg_light:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #e4e1d7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg_light:hover {
  background-color: #e4e1d7;
  color: white;
}
.btn-txt_bg_light {
  background: transparent;
}
.btn-txt_bg_light:after {
  color: #e4e1d7;
}
.btn-txt_bg_light:hover {
  border-bottom: solid 1px #e4e1d7;
}
.btn-color_bg_dark {
  background: #28292b;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_bg_dark:hover {
    background-color: #030303;
    fill: currentColor;
  }
}
.btn-border_bg_dark {
  background: transparent;
  border: solid 1px #28292b;
  color: #28292b;
}
@media only screen and (min-width: 751px) {
  .btn-border_bg_dark:hover {
    background-color: rgba(40, 41, 43, 0.15);
    fill: currentColor;
  }
}
.btn-border_bg_dark::after {
  content: none;
}
.btn-border_double_bg_dark {
  border: solid 4px transparent;
  outline: solid 1px #28292b;
  color: #28292b;
  position: relative;
}
.btn-border_double_bg_dark:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #28292b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg_dark:hover {
  background-color: #28292b;
  color: white;
}
.btn-txt_bg_dark {
  background: transparent;
}
.btn-txt_bg_dark:after {
  color: #28292b;
}
.btn-txt_bg_dark:hover {
  border-bottom: solid 1px #28292b;
}
.btn-color_border {
  background: rgba(40, 41, 43, 0.1);
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_border:hover {
    background-color: rgba(3, 3, 3, 0.1);
    fill: currentColor;
  }
}
.btn-border_border {
  background: transparent;
  border: solid 1px rgba(40, 41, 43, 0.1);
  color: rgba(40, 41, 43, 0.1);
}
@media only screen and (min-width: 751px) {
  .btn-border_border:hover {
    background-color: rgba(40, 41, 43, 0.15);
    fill: currentColor;
  }
}
.btn-border_border::after {
  content: none;
}
.btn-border_double_border {
  border: solid 4px transparent;
  outline: solid 1px rgba(40, 41, 43, 0.1);
  color: rgba(40, 41, 43, 0.1);
  position: relative;
}
.btn-border_double_border:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(40, 41, 43, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_border:hover {
  background-color: rgba(40, 41, 43, 0.1);
  color: white;
}
.btn-txt_border {
  background: transparent;
}
.btn-txt_border:after {
  color: rgba(40, 41, 43, 0.1);
}
.btn-txt_border:hover {
  border-bottom: solid 1px rgba(40, 41, 43, 0.1);
}
.btn-color_error {
  background: #ff4e00;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_error:hover {
    background-color: #b33700;
    fill: currentColor;
  }
}
.btn-border_error {
  background: transparent;
  border: solid 1px #ff4e00;
  color: #ff4e00;
}
@media only screen and (min-width: 751px) {
  .btn-border_error:hover {
    background-color: rgba(255, 78, 0, 0.15);
    fill: currentColor;
  }
}
.btn-border_error::after {
  content: none;
}
.btn-border_double_error {
  border: solid 4px transparent;
  outline: solid 1px #ff4e00;
  color: #ff4e00;
  position: relative;
}
.btn-border_double_error:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ff4e00;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_error:hover {
  background-color: #ff4e00;
  color: white;
}
.btn-txt_error {
  background: transparent;
}
.btn-txt_error:after {
  color: #ff4e00;
}
.btn-txt_error:hover {
  border-bottom: solid 1px #ff4e00;
}
.btn-color_white {
  background: white;
  color: #cf7900;
}
@media only screen and (min-width: 751px) {
  .btn-color_white:hover {
    background-color: #d9d9d9;
    fill: currentColor;
  }
}
.btn-border_white {
  background: transparent;
  border: solid 1px white;
  color: white;
}
@media only screen and (min-width: 751px) {
  .btn-border_white:hover {
    background-color: rgba(255, 255, 255, 0.15);
    fill: currentColor;
  }
}
.btn-border_white::after {
  content: none;
}
.btn-border_double_white {
  border: solid 4px transparent;
  outline: solid 1px white;
  color: white;
  position: relative;
}
.btn-border_double_white:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_white:hover {
  background-color: white;
  color: white;
}
.btn-txt_white {
  background: transparent;
}
.btn-txt_white:after {
  color: white;
}
.btn-txt_white:hover {
  border-bottom: solid 1px white;
}
.btn-color_black {
  background: black;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_black:hover {
    background-color: black;
    fill: currentColor;
  }
}
.btn-border_black {
  background: transparent;
  border: solid 1px black;
  color: black;
}
@media only screen and (min-width: 751px) {
  .btn-border_black:hover {
    background-color: rgba(0, 0, 0, 0.15);
    fill: currentColor;
  }
}
.btn-border_black::after {
  content: none;
}
.btn-border_double_black {
  border: solid 4px transparent;
  outline: solid 1px black;
  color: black;
  position: relative;
}
.btn-border_double_black:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px black;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_black:hover {
  background-color: black;
  color: white;
}
.btn-txt_black {
  background: transparent;
}
.btn-txt_black:after {
  color: black;
}
.btn-txt_black:hover {
  border-bottom: solid 1px black;
}
.btn-color_blue {
  background: #3646a7;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_blue:hover {
    background-color: #232e6d;
    fill: currentColor;
  }
}
.btn-border_blue {
  background: transparent;
  border: solid 1px #3646a7;
  color: #3646a7;
}
@media only screen and (min-width: 751px) {
  .btn-border_blue:hover {
    background-color: rgba(54, 70, 167, 0.15);
    fill: currentColor;
  }
}
.btn-border_blue::after {
  content: none;
}
.btn-border_double_blue {
  border: solid 4px transparent;
  outline: solid 1px #3646a7;
  color: #3646a7;
  position: relative;
}
.btn-border_double_blue:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #3646a7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_blue:hover {
  background-color: #3646a7;
  color: white;
}
.btn-txt_blue {
  background: transparent;
}
.btn-txt_blue:after {
  color: #3646a7;
}
.btn-txt_blue:hover {
  border-bottom: solid 1px #3646a7;
}
.btn-color_red {
  background: #db0011;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_red:hover {
    background-color: #8f000b;
    fill: currentColor;
  }
}
.btn-border_red {
  background: transparent;
  border: solid 1px #db0011;
  color: #db0011;
}
@media only screen and (min-width: 751px) {
  .btn-border_red:hover {
    background-color: rgba(219, 0, 17, 0.15);
    fill: currentColor;
  }
}
.btn-border_red::after {
  content: none;
}
.btn-border_double_red {
  border: solid 4px transparent;
  outline: solid 1px #db0011;
  color: #db0011;
  position: relative;
}
.btn-border_double_red:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #db0011;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_red:hover {
  background-color: #db0011;
  color: white;
}
.btn-txt_red {
  background: transparent;
}
.btn-txt_red:after {
  color: #db0011;
}
.btn-txt_red:hover {
  border-bottom: solid 1px #db0011;
}
.btn-color_orange {
  background: #ff9e43;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_orange:hover {
    background-color: #f67700;
    fill: currentColor;
  }
}
.btn-border_orange {
  background: transparent;
  border: solid 1px #ff9e43;
  color: #ff9e43;
}
@media only screen and (min-width: 751px) {
  .btn-border_orange:hover {
    background-color: rgba(255, 158, 67, 0.15);
    fill: currentColor;
  }
}
.btn-border_orange::after {
  content: none;
}
.btn-border_double_orange {
  border: solid 4px transparent;
  outline: solid 1px #ff9e43;
  color: #ff9e43;
  position: relative;
}
.btn-border_double_orange:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ff9e43;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_orange:hover {
  background-color: #ff9e43;
  color: white;
}
.btn-txt_orange {
  background: transparent;
}
.btn-txt_orange:after {
  color: #ff9e43;
}
.btn-txt_orange:hover {
  border-bottom: solid 1px #ff9e43;
}
.btn-color_fb {
  background: #3a5897;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_fb:hover {
    background-color: #253860;
    fill: currentColor;
  }
}
.btn-border_fb {
  background: transparent;
  border: solid 1px #3a5897;
  color: #3a5897;
}
@media only screen and (min-width: 751px) {
  .btn-border_fb:hover {
    background-color: rgba(58, 88, 151, 0.15);
    fill: currentColor;
  }
}
.btn-border_fb::after {
  content: none;
}
.btn-border_double_fb {
  border: solid 4px transparent;
  outline: solid 1px #3a5897;
  color: #3a5897;
  position: relative;
}
.btn-border_double_fb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #3a5897;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_fb:hover {
  background-color: #3a5897;
  color: white;
}
.btn-txt_fb {
  background: transparent;
}
.btn-txt_fb:after {
  color: #3a5897;
}
.btn-txt_fb:hover {
  border-bottom: solid 1px #3a5897;
}
.btn-color_line {
  background: #06C755;
  color: #cf7900;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .btn-color_line:hover {
    background-color: #047d35;
    fill: currentColor;
  }
}
.btn-border_line {
  background: transparent;
  border: solid 1px #06C755;
  color: #06C755;
}
@media only screen and (min-width: 751px) {
  .btn-border_line:hover {
    background-color: rgba(6, 199, 85, 0.15);
    fill: currentColor;
  }
}
.btn-border_line::after {
  content: none;
}
.btn-border_double_line {
  border: solid 4px transparent;
  outline: solid 1px #06C755;
  color: #06C755;
  position: relative;
}
.btn-border_double_line:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #06C755;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_line:hover {
  background-color: #06C755;
  color: white;
}
.btn-txt_line {
  background: transparent;
}
.btn-txt_line:after {
  color: #06C755;
}
.btn-txt_line:hover {
  border-bottom: solid 1px #06C755;
}
.btn-round {
  border-radius: 200px;
}
.btn-square {
  position: relative;
  text-align: center;
  position: relative;
  display: block;
  border-radius: 0;
}
.btn-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.btn-square .btn-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-square .btn-icon {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 750px) {
  .btn-square {
    padding: calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.btn-square .fas {
  position: absolute;
  top: 50%;
  /*left      : 0;
  right     : 0;*/
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .btn-square .fas {
    font-size: calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.btn-square img {
  margin-right: 0;
}
.btn-square > .img-responsive {
  vertical-align: top;
}
.btn-square::after {
  content: none;
}
.btn-circle {
  border-radius: 50%;
  padding: 0;
  width: 100%;
}
.btn-circle-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-circle:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.btn-tate {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  padding: 60px 0;
  width: 40px;
  height: auto;
}
.btn-ib {
  display: inline-block;
}
.btn-line {
  background-color: #07b53b;
  text-align: center;
  border-radius: 100px;
  color: white;
}
.btn-line::after {
  content: "";
  background: url(../img/icon_line.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.8333333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.9166666667vw;
  height: 2.7380952381vw;
}
@media only screen and (max-width: 750px) {
  .btn-line::after {
    width: 6vw;
    height: 5.8666666667vw;
  }
}
.btn-line:hover {
  opacity: 0.75;
}
.btn-size_xl {
  font-size: 42px;
  width: 202px;
  height: 202px;
  border-radius: 101px;
  font-weight: 700;
  border-color: white;
  border-style: solid;
  border-width: 6px;
  border-radius: 100px;
  line-height: 1.1333333333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xl {
    font-size: calc(42 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xl {
    font-size: calc(22 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xl {
    width: calc(202 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xl {
    width: calc(350 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xl {
    height: calc(202 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xl {
    height: calc(100 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xl {
    border-radius: calc(101 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xl {
    border-radius: calc(50 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xl {
    border-width: calc(6 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xl {
    border-width: calc(0 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .btn-size_xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.btn-size_xl-st {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xl-st {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xl-st {
    font-size: calc(16 / 750 * 100vw);
  }
}
.btn-size_xl em {
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xl em {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xl em {
    font-size: calc(25 / 750 * 100vw);
  }
}
.btn-size_xl img {
  width: 48px;
  height: 48px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xl img {
    width: calc(48 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xl img {
    width: calc(48 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xl img {
    height: calc(48 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xl img {
    height: calc(48 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .btn-size_xl img {
    margin-right: 1.2vw;
  }
}
.btn-size_lg {
  font-size: 24px;
  width: 480px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_lg {
    font-size: calc(24 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_lg {
    font-size: calc(32 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_lg {
    width: calc(480 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_lg {
    width: calc(540 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_lg {
    height: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_lg {
    height: calc(120 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .btn-size_lg:not([href^="tel:"]):after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../img/arr_r_w.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 750px) and (max-width: 1487px) and (min-width: 751px) {
  .btn-size_lg:not([href^="tel:"]):after {
    width: calc(7 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .btn-size_lg:not([href^="tel:"]):after {
    width: calc(13 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) and (max-width: 1487px) and (min-width: 751px) {
  .btn-size_lg:not([href^="tel:"]):after {
    height: calc(12 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .btn-size_lg:not([href^="tel:"]):after {
    height: calc(20 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) and (max-width: 1487px) and (min-width: 751px) {
  .btn-size_lg:not([href^="tel:"]):after {
    right: calc(24 / 1680 * 100vw);
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .btn-size_lg:not([href^="tel:"]):after {
    right: calc(34 / 750 * 100vw);
  }
}
.btn-size_lg[href^="tel:"] img {
  width: 48px;
  height: 48px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_lg[href^="tel:"] img {
    width: calc(48 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_lg[href^="tel:"] img {
    width: calc(48 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_lg[href^="tel:"] img {
    height: calc(48 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_lg[href^="tel:"] img {
    height: calc(48 / 750 * 100vw);
  }
}
.btn-size_lg[href^="tel:"] img:after {
  content: none;
}
.btn-size_md {
  border-radius: 100px;
  width: 320px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  font-size: 18px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_md {
    width: calc(320 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_md {
    width: calc(640 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_md {
    height: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_md {
    height: calc(120 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_md {
    margin-top: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_md {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_md {
    font-size: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_md {
    font-size: calc(32 / 750 * 100vw);
  }
}
.btn-size_sm {
  height: 80px;
  padding: 7.5px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_sm {
    height: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_sm {
    height: calc(80 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_sm {
    padding: calc(7.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_sm {
    padding: calc(7.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_sm {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_sm {
    font-size: calc(24 / 750 * 100vw);
  }
}
.btn-size_xs {
  border-radius: 5px;
  padding: 7.5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.1em;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xs {
    padding: calc(7.5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xs {
    padding: calc(7.5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .btn-size_xs {
    font-size: calc(12 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .btn-size_xs {
    font-size: calc(24 / 750 * 100vw);
  }
}
.btn-disabled {
  background-color: rgba(40, 41, 43, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

.border-b_primary {
  border-bottom: solid 1px #cf7900;
}
.border-b-2_primary {
  border-bottom: solid 2px #cf7900;
}
.border-b-dashed_primary {
  border-bottom: dashed 1px #cf7900;
}
.border-t_primary {
  border-top: solid 1px #cf7900;
}
.border-t-2_primary {
  border-bottom: solid 2px #cf7900;
}
.border-b_accent {
  border-bottom: solid 1px #28292b;
}
.border-b-2_accent {
  border-bottom: solid 2px #28292b;
}
.border-b-dashed_accent {
  border-bottom: dashed 1px #28292b;
}
.border-t_accent {
  border-top: solid 1px #28292b;
}
.border-t-2_accent {
  border-bottom: solid 2px #28292b;
}
.border-b_font {
  border-bottom: solid 1px #28292b;
}
.border-b-2_font {
  border-bottom: solid 2px #28292b;
}
.border-b-dashed_font {
  border-bottom: dashed 1px #28292b;
}
.border-t_font {
  border-top: solid 1px #28292b;
}
.border-t-2_font {
  border-bottom: solid 2px #28292b;
}
.border-b_bg {
  border-bottom: solid 1px #f6f4ef;
}
.border-b-2_bg {
  border-bottom: solid 2px #f6f4ef;
}
.border-b-dashed_bg {
  border-bottom: dashed 1px #f6f4ef;
}
.border-t_bg {
  border-top: solid 1px #f6f4ef;
}
.border-t-2_bg {
  border-bottom: solid 2px #f6f4ef;
}
.border-b_bg_light {
  border-bottom: solid 1px #e4e1d7;
}
.border-b-2_bg_light {
  border-bottom: solid 2px #e4e1d7;
}
.border-b-dashed_bg_light {
  border-bottom: dashed 1px #e4e1d7;
}
.border-t_bg_light {
  border-top: solid 1px #e4e1d7;
}
.border-t-2_bg_light {
  border-bottom: solid 2px #e4e1d7;
}
.border-b_bg_dark {
  border-bottom: solid 1px #28292b;
}
.border-b-2_bg_dark {
  border-bottom: solid 2px #28292b;
}
.border-b-dashed_bg_dark {
  border-bottom: dashed 1px #28292b;
}
.border-t_bg_dark {
  border-top: solid 1px #28292b;
}
.border-t-2_bg_dark {
  border-bottom: solid 2px #28292b;
}
.border-b_border {
  border-bottom: solid 1px rgba(40, 41, 43, 0.1);
}
.border-b-2_border {
  border-bottom: solid 2px rgba(40, 41, 43, 0.1);
}
.border-b-dashed_border {
  border-bottom: dashed 1px rgba(40, 41, 43, 0.1);
}
.border-t_border {
  border-top: solid 1px rgba(40, 41, 43, 0.1);
}
.border-t-2_border {
  border-bottom: solid 2px rgba(40, 41, 43, 0.1);
}
.border-b_error {
  border-bottom: solid 1px #ff4e00;
}
.border-b-2_error {
  border-bottom: solid 2px #ff4e00;
}
.border-b-dashed_error {
  border-bottom: dashed 1px #ff4e00;
}
.border-t_error {
  border-top: solid 1px #ff4e00;
}
.border-t-2_error {
  border-bottom: solid 2px #ff4e00;
}
.border-b_white {
  border-bottom: solid 1px white;
}
.border-b-2_white {
  border-bottom: solid 2px white;
}
.border-b-dashed_white {
  border-bottom: dashed 1px white;
}
.border-t_white {
  border-top: solid 1px white;
}
.border-t-2_white {
  border-bottom: solid 2px white;
}
.border-b_black {
  border-bottom: solid 1px black;
}
.border-b-2_black {
  border-bottom: solid 2px black;
}
.border-b-dashed_black {
  border-bottom: dashed 1px black;
}
.border-t_black {
  border-top: solid 1px black;
}
.border-t-2_black {
  border-bottom: solid 2px black;
}
.border-b_blue {
  border-bottom: solid 1px #3646a7;
}
.border-b-2_blue {
  border-bottom: solid 2px #3646a7;
}
.border-b-dashed_blue {
  border-bottom: dashed 1px #3646a7;
}
.border-t_blue {
  border-top: solid 1px #3646a7;
}
.border-t-2_blue {
  border-bottom: solid 2px #3646a7;
}
.border-b_red {
  border-bottom: solid 1px #db0011;
}
.border-b-2_red {
  border-bottom: solid 2px #db0011;
}
.border-b-dashed_red {
  border-bottom: dashed 1px #db0011;
}
.border-t_red {
  border-top: solid 1px #db0011;
}
.border-t-2_red {
  border-bottom: solid 2px #db0011;
}
.border-b_orange {
  border-bottom: solid 1px #ff9e43;
}
.border-b-2_orange {
  border-bottom: solid 2px #ff9e43;
}
.border-b-dashed_orange {
  border-bottom: dashed 1px #ff9e43;
}
.border-t_orange {
  border-top: solid 1px #ff9e43;
}
.border-t-2_orange {
  border-bottom: solid 2px #ff9e43;
}
.border-b_fb {
  border-bottom: solid 1px #3a5897;
}
.border-b-2_fb {
  border-bottom: solid 2px #3a5897;
}
.border-b-dashed_fb {
  border-bottom: dashed 1px #3a5897;
}
.border-t_fb {
  border-top: solid 1px #3a5897;
}
.border-t-2_fb {
  border-bottom: solid 2px #3a5897;
}
.border-b_line {
  border-bottom: solid 1px #06C755;
}
.border-b-2_line {
  border-bottom: solid 2px #06C755;
}
.border-b-dashed_line {
  border-bottom: dashed 1px #06C755;
}
.border-t_line {
  border-top: solid 1px #06C755;
}
.border-t-2_line {
  border-bottom: solid 2px #06C755;
}

.m-box {
  border-radius: 5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .m-box {
    border-radius: calc(5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .m-box {
    border-radius: calc(5 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .m-box_xl {
    padding: calc(100 / 750 * 120 / 1 * 1vw);
  }
  .m-box_lg {
    padding: calc(100 / 750 * 80 / 1 * 1vw);
  }
  .m-box_md {
    padding: calc(100 / 750 * 60 / 1 * 1vw);
  }
  .m-box_sm {
    padding: calc(100 / 750 * 40 / 1 * 1vw);
  }
  .m-box_xs {
    padding: calc(100 / 750 * 30 / 1 * 1vw);
  }
}

.box-scroll {
  height: 353px;
  overflow-y: scroll;
}
@media only screen and (max-width: 750px) {
  .box-scroll {
    height: 66.6666666667vw;
  }
}
.box-size_xl {
  padding: 120px;
}
.box-size_lg {
  padding: 80px;
}
.box-size_md {
  padding: 60px;
}
.box-size_sm {
  padding: 40px;
}
.box-size_xs {
  padding: 30px;
}
.box-size_0 {
  margin-left: 0pxpx;
  margin-right: 0pxpx;
  margin-bottom: 0pxpx;
  margin-top: 0pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_0 {
    margin-left: calc(0px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_0 {
    margin-left: calc(0px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_0 {
    margin-right: calc(0px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_0 {
    margin-right: calc(0px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_0 {
    margin-bottom: calc(0px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_0 {
    margin-bottom: calc(0px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_0 {
    margin-top: calc(0px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_0 {
    margin-top: calc(0px / 750 * 100vw);
  }
}
.box-size_0 > [class^=col] {
  position: relative;
  padding: 0pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_0 > [class^=col] {
    padding: calc(0px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_0 > [class^=col] {
    padding: calc(0px / 750 * 100vw);
  }
}
.box-size_1 {
  margin-left: -0.5pxpx;
  margin-right: -0.5pxpx;
  margin-bottom: -0.5pxpx;
  margin-top: -0.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_1 {
    margin-left: calc(-0.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_1 {
    margin-left: calc(-0.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_1 {
    margin-right: calc(-0.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_1 {
    margin-right: calc(-0.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_1 {
    margin-bottom: calc(-0.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_1 {
    margin-bottom: calc(-0.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_1 {
    margin-top: calc(-0.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_1 {
    margin-top: calc(-0.5px / 750 * 100vw);
  }
}
.box-size_1 > [class^=col] {
  position: relative;
  padding: 0.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_1 > [class^=col] {
    padding: calc(0.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_1 > [class^=col] {
    padding: calc(0.5px / 750 * 100vw);
  }
}
.box-size_2 {
  margin-left: -1pxpx;
  margin-right: -1pxpx;
  margin-bottom: -1pxpx;
  margin-top: -1pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_2 {
    margin-left: calc(-1px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_2 {
    margin-left: calc(-1px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_2 {
    margin-right: calc(-1px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_2 {
    margin-right: calc(-1px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_2 {
    margin-bottom: calc(-1px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_2 {
    margin-bottom: calc(-1px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_2 {
    margin-top: calc(-1px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_2 {
    margin-top: calc(-1px / 750 * 100vw);
  }
}
.box-size_2 > [class^=col] {
  position: relative;
  padding: 1pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_2 > [class^=col] {
    padding: calc(1px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_2 > [class^=col] {
    padding: calc(1px / 750 * 100vw);
  }
}
.box-size_3 {
  margin-left: -1.5pxpx;
  margin-right: -1.5pxpx;
  margin-bottom: -1.5pxpx;
  margin-top: -1.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_3 {
    margin-left: calc(-1.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_3 {
    margin-left: calc(-1.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_3 {
    margin-right: calc(-1.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_3 {
    margin-right: calc(-1.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_3 {
    margin-bottom: calc(-1.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_3 {
    margin-bottom: calc(-1.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_3 {
    margin-top: calc(-1.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_3 {
    margin-top: calc(-1.5px / 750 * 100vw);
  }
}
.box-size_3 > [class^=col] {
  position: relative;
  padding: 1.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_3 > [class^=col] {
    padding: calc(1.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_3 > [class^=col] {
    padding: calc(1.5px / 750 * 100vw);
  }
}
.box-size_4 {
  margin-left: -2pxpx;
  margin-right: -2pxpx;
  margin-bottom: -2pxpx;
  margin-top: -2pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_4 {
    margin-left: calc(-2px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_4 {
    margin-left: calc(-2px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_4 {
    margin-right: calc(-2px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_4 {
    margin-right: calc(-2px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_4 {
    margin-bottom: calc(-2px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_4 {
    margin-bottom: calc(-2px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_4 {
    margin-top: calc(-2px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_4 {
    margin-top: calc(-2px / 750 * 100vw);
  }
}
.box-size_4 > [class^=col] {
  position: relative;
  padding: 2pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_4 > [class^=col] {
    padding: calc(2px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_4 > [class^=col] {
    padding: calc(2px / 750 * 100vw);
  }
}
.box-size_5 {
  margin-left: -2.5pxpx;
  margin-right: -2.5pxpx;
  margin-bottom: -2.5pxpx;
  margin-top: -2.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_5 {
    margin-left: calc(-2.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_5 {
    margin-left: calc(-2.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_5 {
    margin-right: calc(-2.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_5 {
    margin-right: calc(-2.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_5 {
    margin-bottom: calc(-2.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_5 {
    margin-bottom: calc(-2.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_5 {
    margin-top: calc(-2.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_5 {
    margin-top: calc(-2.5px / 750 * 100vw);
  }
}
.box-size_5 > [class^=col] {
  position: relative;
  padding: 2.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_5 > [class^=col] {
    padding: calc(2.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_5 > [class^=col] {
    padding: calc(2.5px / 750 * 100vw);
  }
}
.box-size_6 {
  margin-left: -3pxpx;
  margin-right: -3pxpx;
  margin-bottom: -3pxpx;
  margin-top: -3pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_6 {
    margin-left: calc(-3px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_6 {
    margin-left: calc(-3px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_6 {
    margin-right: calc(-3px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_6 {
    margin-right: calc(-3px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_6 {
    margin-bottom: calc(-3px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_6 {
    margin-bottom: calc(-3px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_6 {
    margin-top: calc(-3px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_6 {
    margin-top: calc(-3px / 750 * 100vw);
  }
}
.box-size_6 > [class^=col] {
  position: relative;
  padding: 3pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_6 > [class^=col] {
    padding: calc(3px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_6 > [class^=col] {
    padding: calc(3px / 750 * 100vw);
  }
}
.box-size_7 {
  margin-left: -3.5pxpx;
  margin-right: -3.5pxpx;
  margin-bottom: -3.5pxpx;
  margin-top: -3.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_7 {
    margin-left: calc(-3.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_7 {
    margin-left: calc(-3.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_7 {
    margin-right: calc(-3.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_7 {
    margin-right: calc(-3.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_7 {
    margin-bottom: calc(-3.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_7 {
    margin-bottom: calc(-3.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_7 {
    margin-top: calc(-3.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_7 {
    margin-top: calc(-3.5px / 750 * 100vw);
  }
}
.box-size_7 > [class^=col] {
  position: relative;
  padding: 3.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_7 > [class^=col] {
    padding: calc(3.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_7 > [class^=col] {
    padding: calc(3.5px / 750 * 100vw);
  }
}
.box-size_8 {
  margin-left: -4pxpx;
  margin-right: -4pxpx;
  margin-bottom: -4pxpx;
  margin-top: -4pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_8 {
    margin-left: calc(-4px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_8 {
    margin-left: calc(-4px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_8 {
    margin-right: calc(-4px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_8 {
    margin-right: calc(-4px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_8 {
    margin-bottom: calc(-4px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_8 {
    margin-bottom: calc(-4px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_8 {
    margin-top: calc(-4px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_8 {
    margin-top: calc(-4px / 750 * 100vw);
  }
}
.box-size_8 > [class^=col] {
  position: relative;
  padding: 4pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_8 > [class^=col] {
    padding: calc(4px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_8 > [class^=col] {
    padding: calc(4px / 750 * 100vw);
  }
}
.box-size_9 {
  margin-left: -4.5pxpx;
  margin-right: -4.5pxpx;
  margin-bottom: -4.5pxpx;
  margin-top: -4.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_9 {
    margin-left: calc(-4.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_9 {
    margin-left: calc(-4.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_9 {
    margin-right: calc(-4.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_9 {
    margin-right: calc(-4.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_9 {
    margin-bottom: calc(-4.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_9 {
    margin-bottom: calc(-4.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_9 {
    margin-top: calc(-4.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_9 {
    margin-top: calc(-4.5px / 750 * 100vw);
  }
}
.box-size_9 > [class^=col] {
  position: relative;
  padding: 4.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_9 > [class^=col] {
    padding: calc(4.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_9 > [class^=col] {
    padding: calc(4.5px / 750 * 100vw);
  }
}
.box-size_10 {
  margin-left: -5pxpx;
  margin-right: -5pxpx;
  margin-bottom: -5pxpx;
  margin-top: -5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_10 {
    margin-left: calc(-5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_10 {
    margin-left: calc(-5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_10 {
    margin-right: calc(-5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_10 {
    margin-right: calc(-5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_10 {
    margin-bottom: calc(-5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_10 {
    margin-bottom: calc(-5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_10 {
    margin-top: calc(-5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_10 {
    margin-top: calc(-5px / 750 * 100vw);
  }
}
.box-size_10 > [class^=col] {
  position: relative;
  padding: 5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_10 > [class^=col] {
    padding: calc(5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_10 > [class^=col] {
    padding: calc(5px / 750 * 100vw);
  }
}
.box-size_11 {
  margin-left: -5.5pxpx;
  margin-right: -5.5pxpx;
  margin-bottom: -5.5pxpx;
  margin-top: -5.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_11 {
    margin-left: calc(-5.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_11 {
    margin-left: calc(-5.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_11 {
    margin-right: calc(-5.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_11 {
    margin-right: calc(-5.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_11 {
    margin-bottom: calc(-5.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_11 {
    margin-bottom: calc(-5.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_11 {
    margin-top: calc(-5.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_11 {
    margin-top: calc(-5.5px / 750 * 100vw);
  }
}
.box-size_11 > [class^=col] {
  position: relative;
  padding: 5.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_11 > [class^=col] {
    padding: calc(5.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_11 > [class^=col] {
    padding: calc(5.5px / 750 * 100vw);
  }
}
.box-size_12 {
  margin-left: -6pxpx;
  margin-right: -6pxpx;
  margin-bottom: -6pxpx;
  margin-top: -6pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_12 {
    margin-left: calc(-6px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_12 {
    margin-left: calc(-6px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_12 {
    margin-right: calc(-6px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_12 {
    margin-right: calc(-6px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_12 {
    margin-bottom: calc(-6px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_12 {
    margin-bottom: calc(-6px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_12 {
    margin-top: calc(-6px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_12 {
    margin-top: calc(-6px / 750 * 100vw);
  }
}
.box-size_12 > [class^=col] {
  position: relative;
  padding: 6pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_12 > [class^=col] {
    padding: calc(6px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_12 > [class^=col] {
    padding: calc(6px / 750 * 100vw);
  }
}
.box-size_13 {
  margin-left: -6.5pxpx;
  margin-right: -6.5pxpx;
  margin-bottom: -6.5pxpx;
  margin-top: -6.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_13 {
    margin-left: calc(-6.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_13 {
    margin-left: calc(-6.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_13 {
    margin-right: calc(-6.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_13 {
    margin-right: calc(-6.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_13 {
    margin-bottom: calc(-6.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_13 {
    margin-bottom: calc(-6.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_13 {
    margin-top: calc(-6.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_13 {
    margin-top: calc(-6.5px / 750 * 100vw);
  }
}
.box-size_13 > [class^=col] {
  position: relative;
  padding: 6.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_13 > [class^=col] {
    padding: calc(6.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_13 > [class^=col] {
    padding: calc(6.5px / 750 * 100vw);
  }
}
.box-size_14 {
  margin-left: -7pxpx;
  margin-right: -7pxpx;
  margin-bottom: -7pxpx;
  margin-top: -7pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_14 {
    margin-left: calc(-7px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_14 {
    margin-left: calc(-7px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_14 {
    margin-right: calc(-7px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_14 {
    margin-right: calc(-7px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_14 {
    margin-bottom: calc(-7px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_14 {
    margin-bottom: calc(-7px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_14 {
    margin-top: calc(-7px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_14 {
    margin-top: calc(-7px / 750 * 100vw);
  }
}
.box-size_14 > [class^=col] {
  position: relative;
  padding: 7pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_14 > [class^=col] {
    padding: calc(7px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_14 > [class^=col] {
    padding: calc(7px / 750 * 100vw);
  }
}
.box-size_15 {
  margin-left: -7.5pxpx;
  margin-right: -7.5pxpx;
  margin-bottom: -7.5pxpx;
  margin-top: -7.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_15 {
    margin-left: calc(-7.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_15 {
    margin-left: calc(-7.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_15 {
    margin-right: calc(-7.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_15 {
    margin-right: calc(-7.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_15 {
    margin-bottom: calc(-7.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_15 {
    margin-bottom: calc(-7.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_15 {
    margin-top: calc(-7.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_15 {
    margin-top: calc(-7.5px / 750 * 100vw);
  }
}
.box-size_15 > [class^=col] {
  position: relative;
  padding: 7.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_15 > [class^=col] {
    padding: calc(7.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_15 > [class^=col] {
    padding: calc(7.5px / 750 * 100vw);
  }
}
.box-size_16 {
  margin-left: -8pxpx;
  margin-right: -8pxpx;
  margin-bottom: -8pxpx;
  margin-top: -8pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_16 {
    margin-left: calc(-8px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_16 {
    margin-left: calc(-8px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_16 {
    margin-right: calc(-8px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_16 {
    margin-right: calc(-8px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_16 {
    margin-bottom: calc(-8px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_16 {
    margin-bottom: calc(-8px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_16 {
    margin-top: calc(-8px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_16 {
    margin-top: calc(-8px / 750 * 100vw);
  }
}
.box-size_16 > [class^=col] {
  position: relative;
  padding: 8pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_16 > [class^=col] {
    padding: calc(8px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_16 > [class^=col] {
    padding: calc(8px / 750 * 100vw);
  }
}
.box-size_17 {
  margin-left: -8.5pxpx;
  margin-right: -8.5pxpx;
  margin-bottom: -8.5pxpx;
  margin-top: -8.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_17 {
    margin-left: calc(-8.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_17 {
    margin-left: calc(-8.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_17 {
    margin-right: calc(-8.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_17 {
    margin-right: calc(-8.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_17 {
    margin-bottom: calc(-8.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_17 {
    margin-bottom: calc(-8.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_17 {
    margin-top: calc(-8.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_17 {
    margin-top: calc(-8.5px / 750 * 100vw);
  }
}
.box-size_17 > [class^=col] {
  position: relative;
  padding: 8.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_17 > [class^=col] {
    padding: calc(8.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_17 > [class^=col] {
    padding: calc(8.5px / 750 * 100vw);
  }
}
.box-size_18 {
  margin-left: -9pxpx;
  margin-right: -9pxpx;
  margin-bottom: -9pxpx;
  margin-top: -9pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_18 {
    margin-left: calc(-9px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_18 {
    margin-left: calc(-9px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_18 {
    margin-right: calc(-9px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_18 {
    margin-right: calc(-9px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_18 {
    margin-bottom: calc(-9px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_18 {
    margin-bottom: calc(-9px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_18 {
    margin-top: calc(-9px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_18 {
    margin-top: calc(-9px / 750 * 100vw);
  }
}
.box-size_18 > [class^=col] {
  position: relative;
  padding: 9pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_18 > [class^=col] {
    padding: calc(9px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_18 > [class^=col] {
    padding: calc(9px / 750 * 100vw);
  }
}
.box-size_19 {
  margin-left: -9.5pxpx;
  margin-right: -9.5pxpx;
  margin-bottom: -9.5pxpx;
  margin-top: -9.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_19 {
    margin-left: calc(-9.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_19 {
    margin-left: calc(-9.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_19 {
    margin-right: calc(-9.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_19 {
    margin-right: calc(-9.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_19 {
    margin-bottom: calc(-9.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_19 {
    margin-bottom: calc(-9.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_19 {
    margin-top: calc(-9.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_19 {
    margin-top: calc(-9.5px / 750 * 100vw);
  }
}
.box-size_19 > [class^=col] {
  position: relative;
  padding: 9.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_19 > [class^=col] {
    padding: calc(9.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_19 > [class^=col] {
    padding: calc(9.5px / 750 * 100vw);
  }
}
.box-size_20 {
  margin-left: -10pxpx;
  margin-right: -10pxpx;
  margin-bottom: -10pxpx;
  margin-top: -10pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_20 {
    margin-left: calc(-10px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_20 {
    margin-left: calc(-10px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_20 {
    margin-right: calc(-10px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_20 {
    margin-right: calc(-10px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_20 {
    margin-bottom: calc(-10px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_20 {
    margin-bottom: calc(-10px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_20 {
    margin-top: calc(-10px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_20 {
    margin-top: calc(-10px / 750 * 100vw);
  }
}
.box-size_20 > [class^=col] {
  position: relative;
  padding: 10pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_20 > [class^=col] {
    padding: calc(10px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_20 > [class^=col] {
    padding: calc(10px / 750 * 100vw);
  }
}
.box-size_21 {
  margin-left: -10.5pxpx;
  margin-right: -10.5pxpx;
  margin-bottom: -10.5pxpx;
  margin-top: -10.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_21 {
    margin-left: calc(-10.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_21 {
    margin-left: calc(-10.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_21 {
    margin-right: calc(-10.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_21 {
    margin-right: calc(-10.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_21 {
    margin-bottom: calc(-10.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_21 {
    margin-bottom: calc(-10.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_21 {
    margin-top: calc(-10.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_21 {
    margin-top: calc(-10.5px / 750 * 100vw);
  }
}
.box-size_21 > [class^=col] {
  position: relative;
  padding: 10.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_21 > [class^=col] {
    padding: calc(10.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_21 > [class^=col] {
    padding: calc(10.5px / 750 * 100vw);
  }
}
.box-size_22 {
  margin-left: -11pxpx;
  margin-right: -11pxpx;
  margin-bottom: -11pxpx;
  margin-top: -11pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_22 {
    margin-left: calc(-11px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_22 {
    margin-left: calc(-11px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_22 {
    margin-right: calc(-11px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_22 {
    margin-right: calc(-11px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_22 {
    margin-bottom: calc(-11px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_22 {
    margin-bottom: calc(-11px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_22 {
    margin-top: calc(-11px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_22 {
    margin-top: calc(-11px / 750 * 100vw);
  }
}
.box-size_22 > [class^=col] {
  position: relative;
  padding: 11pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_22 > [class^=col] {
    padding: calc(11px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_22 > [class^=col] {
    padding: calc(11px / 750 * 100vw);
  }
}
.box-size_23 {
  margin-left: -11.5pxpx;
  margin-right: -11.5pxpx;
  margin-bottom: -11.5pxpx;
  margin-top: -11.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_23 {
    margin-left: calc(-11.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_23 {
    margin-left: calc(-11.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_23 {
    margin-right: calc(-11.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_23 {
    margin-right: calc(-11.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_23 {
    margin-bottom: calc(-11.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_23 {
    margin-bottom: calc(-11.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_23 {
    margin-top: calc(-11.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_23 {
    margin-top: calc(-11.5px / 750 * 100vw);
  }
}
.box-size_23 > [class^=col] {
  position: relative;
  padding: 11.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_23 > [class^=col] {
    padding: calc(11.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_23 > [class^=col] {
    padding: calc(11.5px / 750 * 100vw);
  }
}
.box-size_24 {
  margin-left: -12pxpx;
  margin-right: -12pxpx;
  margin-bottom: -12pxpx;
  margin-top: -12pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_24 {
    margin-left: calc(-12px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_24 {
    margin-left: calc(-12px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_24 {
    margin-right: calc(-12px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_24 {
    margin-right: calc(-12px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_24 {
    margin-bottom: calc(-12px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_24 {
    margin-bottom: calc(-12px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_24 {
    margin-top: calc(-12px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_24 {
    margin-top: calc(-12px / 750 * 100vw);
  }
}
.box-size_24 > [class^=col] {
  position: relative;
  padding: 12pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_24 > [class^=col] {
    padding: calc(12px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_24 > [class^=col] {
    padding: calc(12px / 750 * 100vw);
  }
}
.box-size_25 {
  margin-left: -12.5pxpx;
  margin-right: -12.5pxpx;
  margin-bottom: -12.5pxpx;
  margin-top: -12.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_25 {
    margin-left: calc(-12.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_25 {
    margin-left: calc(-12.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_25 {
    margin-right: calc(-12.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_25 {
    margin-right: calc(-12.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_25 {
    margin-bottom: calc(-12.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_25 {
    margin-bottom: calc(-12.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_25 {
    margin-top: calc(-12.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_25 {
    margin-top: calc(-12.5px / 750 * 100vw);
  }
}
.box-size_25 > [class^=col] {
  position: relative;
  padding: 12.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_25 > [class^=col] {
    padding: calc(12.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_25 > [class^=col] {
    padding: calc(12.5px / 750 * 100vw);
  }
}
.box-size_26 {
  margin-left: -13pxpx;
  margin-right: -13pxpx;
  margin-bottom: -13pxpx;
  margin-top: -13pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_26 {
    margin-left: calc(-13px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_26 {
    margin-left: calc(-13px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_26 {
    margin-right: calc(-13px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_26 {
    margin-right: calc(-13px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_26 {
    margin-bottom: calc(-13px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_26 {
    margin-bottom: calc(-13px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_26 {
    margin-top: calc(-13px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_26 {
    margin-top: calc(-13px / 750 * 100vw);
  }
}
.box-size_26 > [class^=col] {
  position: relative;
  padding: 13pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_26 > [class^=col] {
    padding: calc(13px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_26 > [class^=col] {
    padding: calc(13px / 750 * 100vw);
  }
}
.box-size_27 {
  margin-left: -13.5pxpx;
  margin-right: -13.5pxpx;
  margin-bottom: -13.5pxpx;
  margin-top: -13.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_27 {
    margin-left: calc(-13.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_27 {
    margin-left: calc(-13.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_27 {
    margin-right: calc(-13.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_27 {
    margin-right: calc(-13.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_27 {
    margin-bottom: calc(-13.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_27 {
    margin-bottom: calc(-13.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_27 {
    margin-top: calc(-13.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_27 {
    margin-top: calc(-13.5px / 750 * 100vw);
  }
}
.box-size_27 > [class^=col] {
  position: relative;
  padding: 13.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_27 > [class^=col] {
    padding: calc(13.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_27 > [class^=col] {
    padding: calc(13.5px / 750 * 100vw);
  }
}
.box-size_28 {
  margin-left: -14pxpx;
  margin-right: -14pxpx;
  margin-bottom: -14pxpx;
  margin-top: -14pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_28 {
    margin-left: calc(-14px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_28 {
    margin-left: calc(-14px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_28 {
    margin-right: calc(-14px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_28 {
    margin-right: calc(-14px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_28 {
    margin-bottom: calc(-14px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_28 {
    margin-bottom: calc(-14px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_28 {
    margin-top: calc(-14px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_28 {
    margin-top: calc(-14px / 750 * 100vw);
  }
}
.box-size_28 > [class^=col] {
  position: relative;
  padding: 14pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_28 > [class^=col] {
    padding: calc(14px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_28 > [class^=col] {
    padding: calc(14px / 750 * 100vw);
  }
}
.box-size_29 {
  margin-left: -14.5pxpx;
  margin-right: -14.5pxpx;
  margin-bottom: -14.5pxpx;
  margin-top: -14.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_29 {
    margin-left: calc(-14.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_29 {
    margin-left: calc(-14.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_29 {
    margin-right: calc(-14.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_29 {
    margin-right: calc(-14.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_29 {
    margin-bottom: calc(-14.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_29 {
    margin-bottom: calc(-14.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_29 {
    margin-top: calc(-14.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_29 {
    margin-top: calc(-14.5px / 750 * 100vw);
  }
}
.box-size_29 > [class^=col] {
  position: relative;
  padding: 14.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_29 > [class^=col] {
    padding: calc(14.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_29 > [class^=col] {
    padding: calc(14.5px / 750 * 100vw);
  }
}
.box-size_30 {
  margin-left: -15pxpx;
  margin-right: -15pxpx;
  margin-bottom: -15pxpx;
  margin-top: -15pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_30 {
    margin-left: calc(-15px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_30 {
    margin-left: calc(-15px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_30 {
    margin-right: calc(-15px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_30 {
    margin-right: calc(-15px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_30 {
    margin-bottom: calc(-15px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_30 {
    margin-bottom: calc(-15px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_30 {
    margin-top: calc(-15px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_30 {
    margin-top: calc(-15px / 750 * 100vw);
  }
}
.box-size_30 > [class^=col] {
  position: relative;
  padding: 15pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_30 > [class^=col] {
    padding: calc(15px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_30 > [class^=col] {
    padding: calc(15px / 750 * 100vw);
  }
}
.box-size_31 {
  margin-left: -15.5pxpx;
  margin-right: -15.5pxpx;
  margin-bottom: -15.5pxpx;
  margin-top: -15.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_31 {
    margin-left: calc(-15.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_31 {
    margin-left: calc(-15.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_31 {
    margin-right: calc(-15.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_31 {
    margin-right: calc(-15.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_31 {
    margin-bottom: calc(-15.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_31 {
    margin-bottom: calc(-15.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_31 {
    margin-top: calc(-15.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_31 {
    margin-top: calc(-15.5px / 750 * 100vw);
  }
}
.box-size_31 > [class^=col] {
  position: relative;
  padding: 15.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_31 > [class^=col] {
    padding: calc(15.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_31 > [class^=col] {
    padding: calc(15.5px / 750 * 100vw);
  }
}
.box-size_32 {
  margin-left: -16pxpx;
  margin-right: -16pxpx;
  margin-bottom: -16pxpx;
  margin-top: -16pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_32 {
    margin-left: calc(-16px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_32 {
    margin-left: calc(-16px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_32 {
    margin-right: calc(-16px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_32 {
    margin-right: calc(-16px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_32 {
    margin-bottom: calc(-16px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_32 {
    margin-bottom: calc(-16px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_32 {
    margin-top: calc(-16px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_32 {
    margin-top: calc(-16px / 750 * 100vw);
  }
}
.box-size_32 > [class^=col] {
  position: relative;
  padding: 16pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_32 > [class^=col] {
    padding: calc(16px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_32 > [class^=col] {
    padding: calc(16px / 750 * 100vw);
  }
}
.box-size_33 {
  margin-left: -16.5pxpx;
  margin-right: -16.5pxpx;
  margin-bottom: -16.5pxpx;
  margin-top: -16.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_33 {
    margin-left: calc(-16.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_33 {
    margin-left: calc(-16.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_33 {
    margin-right: calc(-16.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_33 {
    margin-right: calc(-16.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_33 {
    margin-bottom: calc(-16.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_33 {
    margin-bottom: calc(-16.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_33 {
    margin-top: calc(-16.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_33 {
    margin-top: calc(-16.5px / 750 * 100vw);
  }
}
.box-size_33 > [class^=col] {
  position: relative;
  padding: 16.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_33 > [class^=col] {
    padding: calc(16.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_33 > [class^=col] {
    padding: calc(16.5px / 750 * 100vw);
  }
}
.box-size_34 {
  margin-left: -17pxpx;
  margin-right: -17pxpx;
  margin-bottom: -17pxpx;
  margin-top: -17pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_34 {
    margin-left: calc(-17px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_34 {
    margin-left: calc(-17px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_34 {
    margin-right: calc(-17px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_34 {
    margin-right: calc(-17px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_34 {
    margin-bottom: calc(-17px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_34 {
    margin-bottom: calc(-17px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_34 {
    margin-top: calc(-17px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_34 {
    margin-top: calc(-17px / 750 * 100vw);
  }
}
.box-size_34 > [class^=col] {
  position: relative;
  padding: 17pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_34 > [class^=col] {
    padding: calc(17px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_34 > [class^=col] {
    padding: calc(17px / 750 * 100vw);
  }
}
.box-size_35 {
  margin-left: -17.5pxpx;
  margin-right: -17.5pxpx;
  margin-bottom: -17.5pxpx;
  margin-top: -17.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_35 {
    margin-left: calc(-17.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_35 {
    margin-left: calc(-17.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_35 {
    margin-right: calc(-17.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_35 {
    margin-right: calc(-17.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_35 {
    margin-bottom: calc(-17.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_35 {
    margin-bottom: calc(-17.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_35 {
    margin-top: calc(-17.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_35 {
    margin-top: calc(-17.5px / 750 * 100vw);
  }
}
.box-size_35 > [class^=col] {
  position: relative;
  padding: 17.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_35 > [class^=col] {
    padding: calc(17.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_35 > [class^=col] {
    padding: calc(17.5px / 750 * 100vw);
  }
}
.box-size_36 {
  margin-left: -18pxpx;
  margin-right: -18pxpx;
  margin-bottom: -18pxpx;
  margin-top: -18pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_36 {
    margin-left: calc(-18px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_36 {
    margin-left: calc(-18px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_36 {
    margin-right: calc(-18px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_36 {
    margin-right: calc(-18px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_36 {
    margin-bottom: calc(-18px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_36 {
    margin-bottom: calc(-18px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_36 {
    margin-top: calc(-18px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_36 {
    margin-top: calc(-18px / 750 * 100vw);
  }
}
.box-size_36 > [class^=col] {
  position: relative;
  padding: 18pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_36 > [class^=col] {
    padding: calc(18px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_36 > [class^=col] {
    padding: calc(18px / 750 * 100vw);
  }
}
.box-size_37 {
  margin-left: -18.5pxpx;
  margin-right: -18.5pxpx;
  margin-bottom: -18.5pxpx;
  margin-top: -18.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_37 {
    margin-left: calc(-18.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_37 {
    margin-left: calc(-18.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_37 {
    margin-right: calc(-18.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_37 {
    margin-right: calc(-18.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_37 {
    margin-bottom: calc(-18.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_37 {
    margin-bottom: calc(-18.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_37 {
    margin-top: calc(-18.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_37 {
    margin-top: calc(-18.5px / 750 * 100vw);
  }
}
.box-size_37 > [class^=col] {
  position: relative;
  padding: 18.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_37 > [class^=col] {
    padding: calc(18.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_37 > [class^=col] {
    padding: calc(18.5px / 750 * 100vw);
  }
}
.box-size_38 {
  margin-left: -19pxpx;
  margin-right: -19pxpx;
  margin-bottom: -19pxpx;
  margin-top: -19pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_38 {
    margin-left: calc(-19px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_38 {
    margin-left: calc(-19px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_38 {
    margin-right: calc(-19px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_38 {
    margin-right: calc(-19px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_38 {
    margin-bottom: calc(-19px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_38 {
    margin-bottom: calc(-19px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_38 {
    margin-top: calc(-19px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_38 {
    margin-top: calc(-19px / 750 * 100vw);
  }
}
.box-size_38 > [class^=col] {
  position: relative;
  padding: 19pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_38 > [class^=col] {
    padding: calc(19px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_38 > [class^=col] {
    padding: calc(19px / 750 * 100vw);
  }
}
.box-size_39 {
  margin-left: -19.5pxpx;
  margin-right: -19.5pxpx;
  margin-bottom: -19.5pxpx;
  margin-top: -19.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_39 {
    margin-left: calc(-19.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_39 {
    margin-left: calc(-19.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_39 {
    margin-right: calc(-19.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_39 {
    margin-right: calc(-19.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_39 {
    margin-bottom: calc(-19.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_39 {
    margin-bottom: calc(-19.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_39 {
    margin-top: calc(-19.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_39 {
    margin-top: calc(-19.5px / 750 * 100vw);
  }
}
.box-size_39 > [class^=col] {
  position: relative;
  padding: 19.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_39 > [class^=col] {
    padding: calc(19.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_39 > [class^=col] {
    padding: calc(19.5px / 750 * 100vw);
  }
}
.box-size_40 {
  margin-left: -20pxpx;
  margin-right: -20pxpx;
  margin-bottom: -20pxpx;
  margin-top: -20pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_40 {
    margin-left: calc(-20px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_40 {
    margin-left: calc(-20px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_40 {
    margin-right: calc(-20px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_40 {
    margin-right: calc(-20px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_40 {
    margin-bottom: calc(-20px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_40 {
    margin-bottom: calc(-20px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_40 {
    margin-top: calc(-20px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_40 {
    margin-top: calc(-20px / 750 * 100vw);
  }
}
.box-size_40 > [class^=col] {
  position: relative;
  padding: 20pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_40 > [class^=col] {
    padding: calc(20px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_40 > [class^=col] {
    padding: calc(20px / 750 * 100vw);
  }
}
.box-size_41 {
  margin-left: -20.5pxpx;
  margin-right: -20.5pxpx;
  margin-bottom: -20.5pxpx;
  margin-top: -20.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_41 {
    margin-left: calc(-20.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_41 {
    margin-left: calc(-20.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_41 {
    margin-right: calc(-20.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_41 {
    margin-right: calc(-20.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_41 {
    margin-bottom: calc(-20.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_41 {
    margin-bottom: calc(-20.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_41 {
    margin-top: calc(-20.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_41 {
    margin-top: calc(-20.5px / 750 * 100vw);
  }
}
.box-size_41 > [class^=col] {
  position: relative;
  padding: 20.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_41 > [class^=col] {
    padding: calc(20.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_41 > [class^=col] {
    padding: calc(20.5px / 750 * 100vw);
  }
}
.box-size_42 {
  margin-left: -21pxpx;
  margin-right: -21pxpx;
  margin-bottom: -21pxpx;
  margin-top: -21pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_42 {
    margin-left: calc(-21px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_42 {
    margin-left: calc(-21px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_42 {
    margin-right: calc(-21px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_42 {
    margin-right: calc(-21px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_42 {
    margin-bottom: calc(-21px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_42 {
    margin-bottom: calc(-21px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_42 {
    margin-top: calc(-21px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_42 {
    margin-top: calc(-21px / 750 * 100vw);
  }
}
.box-size_42 > [class^=col] {
  position: relative;
  padding: 21pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_42 > [class^=col] {
    padding: calc(21px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_42 > [class^=col] {
    padding: calc(21px / 750 * 100vw);
  }
}
.box-size_43 {
  margin-left: -21.5pxpx;
  margin-right: -21.5pxpx;
  margin-bottom: -21.5pxpx;
  margin-top: -21.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_43 {
    margin-left: calc(-21.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_43 {
    margin-left: calc(-21.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_43 {
    margin-right: calc(-21.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_43 {
    margin-right: calc(-21.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_43 {
    margin-bottom: calc(-21.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_43 {
    margin-bottom: calc(-21.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_43 {
    margin-top: calc(-21.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_43 {
    margin-top: calc(-21.5px / 750 * 100vw);
  }
}
.box-size_43 > [class^=col] {
  position: relative;
  padding: 21.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_43 > [class^=col] {
    padding: calc(21.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_43 > [class^=col] {
    padding: calc(21.5px / 750 * 100vw);
  }
}
.box-size_44 {
  margin-left: -22pxpx;
  margin-right: -22pxpx;
  margin-bottom: -22pxpx;
  margin-top: -22pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_44 {
    margin-left: calc(-22px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_44 {
    margin-left: calc(-22px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_44 {
    margin-right: calc(-22px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_44 {
    margin-right: calc(-22px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_44 {
    margin-bottom: calc(-22px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_44 {
    margin-bottom: calc(-22px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_44 {
    margin-top: calc(-22px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_44 {
    margin-top: calc(-22px / 750 * 100vw);
  }
}
.box-size_44 > [class^=col] {
  position: relative;
  padding: 22pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_44 > [class^=col] {
    padding: calc(22px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_44 > [class^=col] {
    padding: calc(22px / 750 * 100vw);
  }
}
.box-size_45 {
  margin-left: -22.5pxpx;
  margin-right: -22.5pxpx;
  margin-bottom: -22.5pxpx;
  margin-top: -22.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_45 {
    margin-left: calc(-22.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_45 {
    margin-left: calc(-22.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_45 {
    margin-right: calc(-22.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_45 {
    margin-right: calc(-22.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_45 {
    margin-bottom: calc(-22.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_45 {
    margin-bottom: calc(-22.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_45 {
    margin-top: calc(-22.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_45 {
    margin-top: calc(-22.5px / 750 * 100vw);
  }
}
.box-size_45 > [class^=col] {
  position: relative;
  padding: 22.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_45 > [class^=col] {
    padding: calc(22.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_45 > [class^=col] {
    padding: calc(22.5px / 750 * 100vw);
  }
}
.box-size_46 {
  margin-left: -23pxpx;
  margin-right: -23pxpx;
  margin-bottom: -23pxpx;
  margin-top: -23pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_46 {
    margin-left: calc(-23px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_46 {
    margin-left: calc(-23px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_46 {
    margin-right: calc(-23px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_46 {
    margin-right: calc(-23px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_46 {
    margin-bottom: calc(-23px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_46 {
    margin-bottom: calc(-23px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_46 {
    margin-top: calc(-23px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_46 {
    margin-top: calc(-23px / 750 * 100vw);
  }
}
.box-size_46 > [class^=col] {
  position: relative;
  padding: 23pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_46 > [class^=col] {
    padding: calc(23px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_46 > [class^=col] {
    padding: calc(23px / 750 * 100vw);
  }
}
.box-size_47 {
  margin-left: -23.5pxpx;
  margin-right: -23.5pxpx;
  margin-bottom: -23.5pxpx;
  margin-top: -23.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_47 {
    margin-left: calc(-23.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_47 {
    margin-left: calc(-23.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_47 {
    margin-right: calc(-23.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_47 {
    margin-right: calc(-23.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_47 {
    margin-bottom: calc(-23.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_47 {
    margin-bottom: calc(-23.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_47 {
    margin-top: calc(-23.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_47 {
    margin-top: calc(-23.5px / 750 * 100vw);
  }
}
.box-size_47 > [class^=col] {
  position: relative;
  padding: 23.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_47 > [class^=col] {
    padding: calc(23.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_47 > [class^=col] {
    padding: calc(23.5px / 750 * 100vw);
  }
}
.box-size_48 {
  margin-left: -24pxpx;
  margin-right: -24pxpx;
  margin-bottom: -24pxpx;
  margin-top: -24pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_48 {
    margin-left: calc(-24px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_48 {
    margin-left: calc(-24px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_48 {
    margin-right: calc(-24px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_48 {
    margin-right: calc(-24px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_48 {
    margin-bottom: calc(-24px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_48 {
    margin-bottom: calc(-24px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_48 {
    margin-top: calc(-24px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_48 {
    margin-top: calc(-24px / 750 * 100vw);
  }
}
.box-size_48 > [class^=col] {
  position: relative;
  padding: 24pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_48 > [class^=col] {
    padding: calc(24px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_48 > [class^=col] {
    padding: calc(24px / 750 * 100vw);
  }
}
.box-size_49 {
  margin-left: -24.5pxpx;
  margin-right: -24.5pxpx;
  margin-bottom: -24.5pxpx;
  margin-top: -24.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_49 {
    margin-left: calc(-24.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_49 {
    margin-left: calc(-24.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_49 {
    margin-right: calc(-24.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_49 {
    margin-right: calc(-24.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_49 {
    margin-bottom: calc(-24.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_49 {
    margin-bottom: calc(-24.5px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_49 {
    margin-top: calc(-24.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_49 {
    margin-top: calc(-24.5px / 750 * 100vw);
  }
}
.box-size_49 > [class^=col] {
  position: relative;
  padding: 24.5pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_49 > [class^=col] {
    padding: calc(24.5px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_49 > [class^=col] {
    padding: calc(24.5px / 750 * 100vw);
  }
}
.box-size_50 {
  margin-left: -25pxpx;
  margin-right: -25pxpx;
  margin-bottom: -25pxpx;
  margin-top: -25pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_50 {
    margin-left: calc(-25px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_50 {
    margin-left: calc(-25px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_50 {
    margin-right: calc(-25px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_50 {
    margin-right: calc(-25px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_50 {
    margin-bottom: calc(-25px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_50 {
    margin-bottom: calc(-25px / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_50 {
    margin-top: calc(-25px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_50 {
    margin-top: calc(-25px / 750 * 100vw);
  }
}
.box-size_50 > [class^=col] {
  position: relative;
  padding: 25pxpx;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .box-size_50 > [class^=col] {
    padding: calc(25px / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .box-size_50 > [class^=col] {
    padding: calc(25px / 750 * 100vw);
  }
}
.box-color_primary {
  background: #cf7900;
  color: white;
}
.box-color_primary_op-0 {
  background: rgba(207, 121, 0, 0);
}
.box-color_primary_op-1 {
  background: rgba(207, 121, 0, 0.1);
}
.box-color_primary_op-2 {
  background: rgba(207, 121, 0, 0.2);
}
.box-color_primary_op-3 {
  background: rgba(207, 121, 0, 0.3);
}
.box-color_primary_op-4 {
  background: rgba(207, 121, 0, 0.4);
}
.box-color_primary_op-5 {
  background: rgba(207, 121, 0, 0.5);
}
.box-color_primary_op-6 {
  background: rgba(207, 121, 0, 0.6);
}
.box-color_primary_op-7 {
  background: rgba(207, 121, 0, 0.7);
}
.box-color_primary_op-8 {
  background: rgba(207, 121, 0, 0.8);
}
.box-color_primary_op-9 {
  background: rgba(207, 121, 0, 0.9);
}
.box-color_primary_op-10 {
  background: #cf7900;
}
.box-border_primary {
  border: solid 2px #cf7900;
}
.box-color_accent {
  background: #28292b;
  color: white;
}
.box-color_accent_op-0 {
  background: rgba(40, 41, 43, 0);
}
.box-color_accent_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.box-color_accent_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.box-color_accent_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.box-color_accent_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.box-color_accent_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.box-color_accent_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.box-color_accent_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.box-color_accent_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.box-color_accent_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.box-color_accent_op-10 {
  background: #28292b;
}
.box-border_accent {
  border: solid 2px #28292b;
}
.box-color_font {
  background: #28292b;
  color: white;
}
.box-color_font_op-0 {
  background: rgba(40, 41, 43, 0);
}
.box-color_font_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.box-color_font_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.box-color_font_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.box-color_font_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.box-color_font_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.box-color_font_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.box-color_font_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.box-color_font_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.box-color_font_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.box-color_font_op-10 {
  background: #28292b;
}
.box-border_font {
  border: solid 2px #28292b;
}
.box-color_bg {
  background: #f6f4ef;
}
.box-color_bg_op-0 {
  background: rgba(246, 244, 239, 0);
}
.box-color_bg_op-1 {
  background: rgba(246, 244, 239, 0.1);
}
.box-color_bg_op-2 {
  background: rgba(246, 244, 239, 0.2);
}
.box-color_bg_op-3 {
  background: rgba(246, 244, 239, 0.3);
}
.box-color_bg_op-4 {
  background: rgba(246, 244, 239, 0.4);
}
.box-color_bg_op-5 {
  background: rgba(246, 244, 239, 0.5);
}
.box-color_bg_op-6 {
  background: rgba(246, 244, 239, 0.6);
}
.box-color_bg_op-7 {
  background: rgba(246, 244, 239, 0.7);
}
.box-color_bg_op-8 {
  background: rgba(246, 244, 239, 0.8);
}
.box-color_bg_op-9 {
  background: rgba(246, 244, 239, 0.9);
}
.box-color_bg_op-10 {
  background: #f6f4ef;
}
.box-border_bg {
  border: solid 2px #f6f4ef;
}
.box-color_bg_light {
  background: #e4e1d7;
}
.box-color_bg_light_op-0 {
  background: rgba(228, 225, 215, 0);
}
.box-color_bg_light_op-1 {
  background: rgba(228, 225, 215, 0.1);
}
.box-color_bg_light_op-2 {
  background: rgba(228, 225, 215, 0.2);
}
.box-color_bg_light_op-3 {
  background: rgba(228, 225, 215, 0.3);
}
.box-color_bg_light_op-4 {
  background: rgba(228, 225, 215, 0.4);
}
.box-color_bg_light_op-5 {
  background: rgba(228, 225, 215, 0.5);
}
.box-color_bg_light_op-6 {
  background: rgba(228, 225, 215, 0.6);
}
.box-color_bg_light_op-7 {
  background: rgba(228, 225, 215, 0.7);
}
.box-color_bg_light_op-8 {
  background: rgba(228, 225, 215, 0.8);
}
.box-color_bg_light_op-9 {
  background: rgba(228, 225, 215, 0.9);
}
.box-color_bg_light_op-10 {
  background: #e4e1d7;
}
.box-border_bg_light {
  border: solid 2px #e4e1d7;
}
.box-color_bg_dark {
  background: #28292b;
  color: white;
}
.box-color_bg_dark_op-0 {
  background: rgba(40, 41, 43, 0);
}
.box-color_bg_dark_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.box-color_bg_dark_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.box-color_bg_dark_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.box-color_bg_dark_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.box-color_bg_dark_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.box-color_bg_dark_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.box-color_bg_dark_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.box-color_bg_dark_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.box-color_bg_dark_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.box-color_bg_dark_op-10 {
  background: #28292b;
}
.box-border_bg_dark {
  border: solid 2px #28292b;
}
.box-color_border {
  background: rgba(40, 41, 43, 0.1);
  color: white;
}
.box-color_border_op-0 {
  background: rgba(40, 41, 43, 0);
}
.box-color_border_op-1 {
  background: rgba(40, 41, 43, 0.1);
}
.box-color_border_op-2 {
  background: rgba(40, 41, 43, 0.2);
}
.box-color_border_op-3 {
  background: rgba(40, 41, 43, 0.3);
}
.box-color_border_op-4 {
  background: rgba(40, 41, 43, 0.4);
}
.box-color_border_op-5 {
  background: rgba(40, 41, 43, 0.5);
}
.box-color_border_op-6 {
  background: rgba(40, 41, 43, 0.6);
}
.box-color_border_op-7 {
  background: rgba(40, 41, 43, 0.7);
}
.box-color_border_op-8 {
  background: rgba(40, 41, 43, 0.8);
}
.box-color_border_op-9 {
  background: rgba(40, 41, 43, 0.9);
}
.box-color_border_op-10 {
  background: #28292b;
}
.box-border_border {
  border: solid 2px rgba(40, 41, 43, 0.1);
}
.box-color_error {
  background: #ff4e00;
  color: white;
}
.box-color_error_op-0 {
  background: rgba(255, 78, 0, 0);
}
.box-color_error_op-1 {
  background: rgba(255, 78, 0, 0.1);
}
.box-color_error_op-2 {
  background: rgba(255, 78, 0, 0.2);
}
.box-color_error_op-3 {
  background: rgba(255, 78, 0, 0.3);
}
.box-color_error_op-4 {
  background: rgba(255, 78, 0, 0.4);
}
.box-color_error_op-5 {
  background: rgba(255, 78, 0, 0.5);
}
.box-color_error_op-6 {
  background: rgba(255, 78, 0, 0.6);
}
.box-color_error_op-7 {
  background: rgba(255, 78, 0, 0.7);
}
.box-color_error_op-8 {
  background: rgba(255, 78, 0, 0.8);
}
.box-color_error_op-9 {
  background: rgba(255, 78, 0, 0.9);
}
.box-color_error_op-10 {
  background: #ff4e00;
}
.box-border_error {
  border: solid 2px #ff4e00;
}
.box-color_white {
  background: white;
}
.box-color_white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.box-color_white_op-1 {
  background: rgba(255, 255, 255, 0.1);
}
.box-color_white_op-2 {
  background: rgba(255, 255, 255, 0.2);
}
.box-color_white_op-3 {
  background: rgba(255, 255, 255, 0.3);
}
.box-color_white_op-4 {
  background: rgba(255, 255, 255, 0.4);
}
.box-color_white_op-5 {
  background: rgba(255, 255, 255, 0.5);
}
.box-color_white_op-6 {
  background: rgba(255, 255, 255, 0.6);
}
.box-color_white_op-7 {
  background: rgba(255, 255, 255, 0.7);
}
.box-color_white_op-8 {
  background: rgba(255, 255, 255, 0.8);
}
.box-color_white_op-9 {
  background: rgba(255, 255, 255, 0.9);
}
.box-color_white_op-10 {
  background: white;
}
.box-border_white {
  border: solid 2px white;
}
.box-color_black {
  background: black;
  color: white;
}
.box-color_black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.box-color_black_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.box-color_black_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.box-color_black_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.box-color_black_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.box-color_black_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.box-color_black_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.box-color_black_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.box-color_black_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.box-color_black_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.box-color_black_op-10 {
  background: black;
}
.box-border_black {
  border: solid 2px black;
}
.box-color_blue {
  background: #3646a7;
  color: white;
}
.box-color_blue_op-0 {
  background: rgba(54, 70, 167, 0);
}
.box-color_blue_op-1 {
  background: rgba(54, 70, 167, 0.1);
}
.box-color_blue_op-2 {
  background: rgba(54, 70, 167, 0.2);
}
.box-color_blue_op-3 {
  background: rgba(54, 70, 167, 0.3);
}
.box-color_blue_op-4 {
  background: rgba(54, 70, 167, 0.4);
}
.box-color_blue_op-5 {
  background: rgba(54, 70, 167, 0.5);
}
.box-color_blue_op-6 {
  background: rgba(54, 70, 167, 0.6);
}
.box-color_blue_op-7 {
  background: rgba(54, 70, 167, 0.7);
}
.box-color_blue_op-8 {
  background: rgba(54, 70, 167, 0.8);
}
.box-color_blue_op-9 {
  background: rgba(54, 70, 167, 0.9);
}
.box-color_blue_op-10 {
  background: #3646a7;
}
.box-border_blue {
  border: solid 2px #3646a7;
}
.box-color_red {
  background: #db0011;
  color: white;
}
.box-color_red_op-0 {
  background: rgba(219, 0, 17, 0);
}
.box-color_red_op-1 {
  background: rgba(219, 0, 17, 0.1);
}
.box-color_red_op-2 {
  background: rgba(219, 0, 17, 0.2);
}
.box-color_red_op-3 {
  background: rgba(219, 0, 17, 0.3);
}
.box-color_red_op-4 {
  background: rgba(219, 0, 17, 0.4);
}
.box-color_red_op-5 {
  background: rgba(219, 0, 17, 0.5);
}
.box-color_red_op-6 {
  background: rgba(219, 0, 17, 0.6);
}
.box-color_red_op-7 {
  background: rgba(219, 0, 17, 0.7);
}
.box-color_red_op-8 {
  background: rgba(219, 0, 17, 0.8);
}
.box-color_red_op-9 {
  background: rgba(219, 0, 17, 0.9);
}
.box-color_red_op-10 {
  background: #db0011;
}
.box-border_red {
  border: solid 2px #db0011;
}
.box-color_orange {
  background: #ff9e43;
}
.box-color_orange_op-0 {
  background: rgba(255, 158, 67, 0);
}
.box-color_orange_op-1 {
  background: rgba(255, 158, 67, 0.1);
}
.box-color_orange_op-2 {
  background: rgba(255, 158, 67, 0.2);
}
.box-color_orange_op-3 {
  background: rgba(255, 158, 67, 0.3);
}
.box-color_orange_op-4 {
  background: rgba(255, 158, 67, 0.4);
}
.box-color_orange_op-5 {
  background: rgba(255, 158, 67, 0.5);
}
.box-color_orange_op-6 {
  background: rgba(255, 158, 67, 0.6);
}
.box-color_orange_op-7 {
  background: rgba(255, 158, 67, 0.7);
}
.box-color_orange_op-8 {
  background: rgba(255, 158, 67, 0.8);
}
.box-color_orange_op-9 {
  background: rgba(255, 158, 67, 0.9);
}
.box-color_orange_op-10 {
  background: #ff9e43;
}
.box-border_orange {
  border: solid 2px #ff9e43;
}
.box-color_fb {
  background: #3a5897;
  color: white;
}
.box-color_fb_op-0 {
  background: rgba(58, 88, 151, 0);
}
.box-color_fb_op-1 {
  background: rgba(58, 88, 151, 0.1);
}
.box-color_fb_op-2 {
  background: rgba(58, 88, 151, 0.2);
}
.box-color_fb_op-3 {
  background: rgba(58, 88, 151, 0.3);
}
.box-color_fb_op-4 {
  background: rgba(58, 88, 151, 0.4);
}
.box-color_fb_op-5 {
  background: rgba(58, 88, 151, 0.5);
}
.box-color_fb_op-6 {
  background: rgba(58, 88, 151, 0.6);
}
.box-color_fb_op-7 {
  background: rgba(58, 88, 151, 0.7);
}
.box-color_fb_op-8 {
  background: rgba(58, 88, 151, 0.8);
}
.box-color_fb_op-9 {
  background: rgba(58, 88, 151, 0.9);
}
.box-color_fb_op-10 {
  background: #3a5897;
}
.box-border_fb {
  border: solid 2px #3a5897;
}
.box-color_line {
  background: #06C755;
  color: white;
}
.box-color_line_op-0 {
  background: rgba(6, 199, 85, 0);
}
.box-color_line_op-1 {
  background: rgba(6, 199, 85, 0.1);
}
.box-color_line_op-2 {
  background: rgba(6, 199, 85, 0.2);
}
.box-color_line_op-3 {
  background: rgba(6, 199, 85, 0.3);
}
.box-color_line_op-4 {
  background: rgba(6, 199, 85, 0.4);
}
.box-color_line_op-5 {
  background: rgba(6, 199, 85, 0.5);
}
.box-color_line_op-6 {
  background: rgba(6, 199, 85, 0.6);
}
.box-color_line_op-7 {
  background: rgba(6, 199, 85, 0.7);
}
.box-color_line_op-8 {
  background: rgba(6, 199, 85, 0.8);
}
.box-color_line_op-9 {
  background: rgba(6, 199, 85, 0.9);
}
.box-color_line_op-10 {
  background: #06c755;
}
.box-border_line {
  border: solid 2px #06C755;
}
.box-dot {
  background-color: white;
  border-width: 1px;
  border-color: #cf7900;
  border-style: dashed;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 8px #e4e1d7;
          box-shadow: 0 0 0 8px #e4e1d7;
  margin: 8px auto;
}
@media only screen and (max-width: 1280px) {
  .box-size_xl {
    padding: calc(100 / 1680 * 120 / 1 * 1vw);
  }
  .box-size_lg {
    padding: calc(100 / 1680 * 80 / 1 * 1vw);
  }
  .box-size_md {
    padding: calc(100 / 1680 * 60 / 1 * 1vw);
  }
  .box-size_sm {
    padding: calc(100 / 1680 * 40 / 1 * 1vw);
  }
  .box-size_xs {
    padding: calc(100 / 1680 * 30 / 1 * 1vw);
  }
}
@media only screen and (max-width: 750px) {
  .box-size_xl {
    padding: calc(100 / 750 * 120 / 1 * 1vw);
  }
  .box-size_lg {
    padding: calc(100 / 750 * 80 / 1 * 1vw);
  }
  .box-size_md {
    padding: calc(100 / 750 * 60 / 1 * 1vw);
  }
  .box-size_sm {
    padding: calc(100 / 750 * 40 / 1 * 1vw);
  }
  .box-size_xs {
    padding: calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.box-dashed {
  background-color: white;
  border-width: 1px;
  border-color: rgba(40, 41, 43, 0.1);
  border-style: dashed;
  border-radius: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .box-dashed {
    border-radius: 2.6666666667vw;
    margin-top: calc(100 / 750 * 30 / 1 * 1vw);
  }
}

@media only screen and (max-width: 750px) {
  .sp_box-size_xl {
    padding: calc(100 / 750 * 120 / 1 * 1vw);
  }
  .sp_box-size_lg {
    padding: calc(100 / 750 * 80 / 1 * 1vw);
  }
  .sp_box-size_md {
    padding: calc(100 / 750 * 60 / 1 * 1vw);
  }
  .sp_box-size_sm {
    padding: calc(100 / 750 * 40 / 1 * 1vw);
  }
  .sp_box-size_xs {
    padding: calc(100 / 750 * 30 / 1 * 1vw);
  }
}

.breadcrumb {
  font-size: 1.6rem;
  text-align: right;
  background-color: #28292b;
  color: white;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  .breadcrumb {
    font-size: calc(100 / 750 * 22 / 1 * 1vw);
  }
}
.breadcrumb .l-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb-list-item {
  position: relative;
}
.breadcrumb-list-item:first-child {
  padding-right: 60px;
}
@media only screen and (max-width: 750px) {
  .breadcrumb-list-item:first-child {
    padding-right: calc(calc(100 / 750 * 30 / 1 * 1vw) * 2);
  }
}
.breadcrumb-list-item:first-child:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
}
@media only screen and (max-width: 750px) {
  .breadcrumb-list-item:first-child:before {
    right: calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.breadcrumb-list-item.current span {
  color: #cf7900;
}
.breadcrumb-list-item .fa-light {
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  .breadcrumb-list-item .fa-light {
    padding: 0 calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.breadcrumb-tate {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 9;
  font-size: 1.6rem;
}
.breadcrumb-tate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: calc(80px);
  position: relative;
}
.breadcrumb-tate-list:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: rgba(40, 41, 43, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.breadcrumb-tate-list-item:not(:last-child) {
  margin-bottom: 0;
}
.breadcrumb-tate-list-item:not(:first-child) {
  padding-top: 30px;
  position: relative;
}
.breadcrumb-tate-list-item:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(40, 41, 43, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.breadcrumb-tate-list-item > * {
  color: rgba(40, 41, 43, 0.1);
  padding: 7.5px 0;
}
.breadcrumb-tate-list-item a:hover {
  color: #cf7900;
}

.pagelink {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #29b475;
}
@media only screen and (max-width: 750px) {
  .pagelink {
    font-size: calc(calc(100 / 750 * 22 / 1 * 1vw) * 0.8);
    border-bottom: none;
  }
}
.pagelink li {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .pagelink li {
    border-bottom: solid 1px #29b475;
  }
}
.pagelink li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: #cf7900;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.pagelink li:before {
  content: "";
  display: block;
  background-color: #bee8d5;
  width: 1px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagelink li:first-child:before {
  content: none;
}
@media only screen and (max-width: 750px) {
  .pagelink li:nth-of-type(4):before {
    content: none;
  }
}
.pagelink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .pagelink a {
    padding: calc(100 / 750 * 60 / 1 * 1vw) calc(calc(100 / 750 * 30 / 1 * 1vw) * 0.5);
  }
}
.pagelink a:hover {
  background-color: #cf7900;
}

table,
.m-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  border-radius: 5px;
  font-size: 16px;
  /* 	&:not(.sp_table) {
  	@include mq($break_sp) {
  		display: block;
  		width: 100%;
  	}

  	tbody,
  	thead,
  	tr,
  	th,
  	td {
  		@include mq($break_sp) {
  			display: block;
  			width: 100%;
  		}
  	}

  	th {
  		@include mq($break_sp) {
  			width: 100%;
  		}
  	}
  } */
}
@media (max-width: 1487px) and (min-width: 751px) {
  table,
  .m-table {
    border-radius: calc(5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  table,
  .m-table {
    border-radius: calc(5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  table,
  .m-table {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  table,
  .m-table {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  table,
  .m-table {
    width: 100%;
  }
}
table th,
table td,
.m-table th,
.m-table td {
  vertical-align: middle;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-top: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-top: calc(26 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-bottom: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-bottom: calc(26 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-left: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-left: calc(16 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-right: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    padding-right: calc(16 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  table th,
  table td,
  .m-table th,
  .m-table td {
    width: 20%;
  }
}
table th,
.m-table th {
  background-color: rgba(40, 41, 43, 0.1);
  font-weight: 700;
  text-align: center;
}
table td,
.m-table td {
  background-color: #f6f4ef;
}
table td[colspan],
.m-table td[colspan] {
  /* text-align: left; */
  font-weight: 700;
}
table thead th,
.m-table thead th {
  background-color: #28292b;
  color: white;
}
table-stripe:nth-of-type(2n) th,
table-stripe:nth-of-type(2n) td,
.m-table-stripe:nth-of-type(2n) th,
.m-table-stripe:nth-of-type(2n) td {
  background-color: #f7f3eb;
}
table-stripe:nth-of-type(2n) th[rowspan],
table-stripe:nth-of-type(2n) td[rowspan],
.m-table-stripe:nth-of-type(2n) th[rowspan],
.m-table-stripe:nth-of-type(2n) td[rowspan] {
  background-color: white !important;
}
table-stripe:nth-of-type(2n) th[colspan],
table-stripe:nth-of-type(2n) td[colspan],
.m-table-stripe:nth-of-type(2n) th[colspan],
.m-table-stripe:nth-of-type(2n) td[colspan] {
  background-color: white !important;
}
table-form th,
table-form td,
.m-table-form th,
.m-table-form td {
  border-bottom: solid 1px rgba(40, 41, 43, 0.1);
  padding: 60px 40px;
}
@media only screen and (max-width: 750px) {
  table-form th,
  table-form td,
  .m-table-form th,
  .m-table-form td {
    padding: calc(100 / 750 * 40 / 1 * 1vw);
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  table-form th,
  .m-table-form th {
    background-color: #e4e1d7;
    border-bottom: 0;
  }
}
.confirm table-form th,
.confirm table-form td,
.confirm .m-table-form th,
.confirm .m-table-form td {
  display: table-cell;
  border-bottom: solid 1px #b9e8d3;
  padding: 40px;
  vertical-align: top;
  word-break: break-all;
}
@media only screen and (max-width: 750px) {
  .confirm table-form th,
  .confirm table-form td,
  .confirm .m-table-form th,
  .confirm .m-table-form td {
    display: block;
  }
}
.confirm table-form th,
.confirm .m-table-form th {
  width: 25%;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .confirm table-form th,
  .confirm .m-table-form th {
    width: 100%;
    text-align: left;
  }
}
.confirm table-form td,
.confirm .m-table-form td {
  width: 75%;
}
@media only screen and (max-width: 750px) {
  .confirm table-form td,
  .confirm .m-table-form td {
    width: 100%;
  }
}
table-border,
.m-table-border {
  position: relative;
}
table-border:before,
.m-table-border:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  opacity: 0.25;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 750px) {
  table-border,
  .m-table-border {
    border-bottom: solid 1px rgba(40, 41, 43, 0.1);
  }
}
table-border tr th,
table-border tr td,
.m-table-border tr th,
.m-table-border tr td {
  /* position: relative;
  &:after {
  	content: "";
  	display: block;
  	height: 1px;
  	width: 100%;
  	background-color: currentColor;
  	opacity: 0.25;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  } */
  border-bottom: solid 1px rgba(40, 41, 43, 0.1);
}
@media only screen and (max-width: 750px) {
  table-border tr th:not(:last-child):before,
  table-border tr td:not(:last-child):before,
  .m-table-border tr th:not(:last-child):before,
  .m-table-border tr td:not(:last-child):before {
    content: none;
  }
}
table-border tr th,
.m-table-border tr th {
  border-right: solid 1px rgba(40, 41, 43, 0.1);
  border-top: solid 1px rgba(40, 41, 43, 0.1);
}
@media only screen and (max-width: 750px) {
  table-border tr th,
  .m-table-border tr th {
    border-right: none;
    background-color: #e4e1d7;
  }
}
@media only screen and (max-width: 750px) {
  table-border tr td,
  .m-table-border tr td {
    border-bottom: none;
  }
}
table-center th,
table-center td,
.m-table-center th,
.m-table-center td {
  text-align: center;
}
table-thin th,
table-thin td,
.m-table-thin th,
.m-table-thin td {
  padding: 30px 40px;
}

@media only screen and (max-width: 750px) {
  .sp_table-scroll {
    overflow-x: scroll;
  }
  .sp_table-scroll > table,
  .sp_table-scroll .table {
    white-space: nowrap;
  }
  .sp_table-scroll > table-stripe th,
  .sp_table-scroll .table-stripe th {
    border-bottom: none;
  }
}
.m-tag {
  display: inline-block;
  text-align: center;
}

.tag {
  display: inline-block;
  font-size: 1.6rem;
  padding: 3px 30px;
  /*font-weight : bold;*/
  line-height: 1;
  color: white;
}
@media only screen and (max-width: 750px) {
  .tag {
    font-size: calc(100 / 750 * 22 / 1 * 1vw);
    padding: calc(100 / 750 * 30 / 1 * 1vw)/8 calc(100 / 750 * 30 / 1 * 1vw)/2;
  }
}
.tag:not(:first-child) {
  margin-left: calc(1.8rem * 0.5);
}
.tag-required {
  background-color: #cf7900;
  color: #fff;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 1rem;
  padding: 7.5px;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 15px;
  margin-top: -0.3em;
  /* position         : absolute;
  right            : $space_xs;
  top              : 50%;
  transform: translateY(-50%); */
}
@media only screen and (max-width: 750px) {
  .tag-required {
    padding: calc(100 / 750 * 30 / 1 * 1vw)/2 calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.tag-any {
  background-color: #28292b;
  color: #fff;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 1rem;
  padding: 7.5px;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 15px;
  margin-top: -0.3em;
}
@media only screen and (max-width: 750px) {
  .tag-any {
    padding: calc(100 / 750 * 30 / 1 * 1vw)/2 calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.tag_squere {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0;
  text-align: center;
  line-height: 3.6rem;
}
.tag-color_primary {
  background: #cf7900;
  color: white;
}
.tag-text_primary {
  color: #cf7900;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_primary:after {
  background-color: #cf7900;
}
.tag-color_accent {
  background: #28292b;
  color: white;
}
.tag-text_accent {
  color: #28292b;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_accent:after {
  background-color: #28292b;
}
.tag-color_font {
  background: #28292b;
  color: white;
}
.tag-text_font {
  color: #28292b;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_font:after {
  background-color: #28292b;
}
.tag-color_bg {
  background: #f6f4ef;
}
.tag-text_bg {
  color: #f6f4ef;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_bg:after {
  background-color: #f6f4ef;
}
.tag-color_bg_light {
  background: #e4e1d7;
}
.tag-text_bg_light {
  color: #e4e1d7;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_bg_light:after {
  background-color: #e4e1d7;
}
.tag-color_bg_dark {
  background: #28292b;
  color: white;
}
.tag-text_bg_dark {
  color: #28292b;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_bg_dark:after {
  background-color: #28292b;
}
.tag-color_border {
  background: rgba(40, 41, 43, 0.1);
  color: white;
}
.tag-text_border {
  color: rgba(40, 41, 43, 0.1);
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_border:after {
  background-color: rgba(40, 41, 43, 0.1);
}
.tag-color_error {
  background: #ff4e00;
  color: white;
}
.tag-text_error {
  color: #ff4e00;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_error:after {
  background-color: #ff4e00;
}
.tag-color_white {
  background: white;
}
.tag-text_white {
  color: white;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_white:after {
  background-color: white;
}
.tag-color_black {
  background: black;
  color: white;
}
.tag-text_black {
  color: black;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_black:after {
  background-color: black;
}
.tag-color_blue {
  background: #3646a7;
  color: white;
}
.tag-text_blue {
  color: #3646a7;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_blue:after {
  background-color: #3646a7;
}
.tag-color_red {
  background: #db0011;
  color: white;
}
.tag-text_red {
  color: #db0011;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_red:after {
  background-color: #db0011;
}
.tag-color_orange {
  background: #ff9e43;
  color: white;
}
.tag-text_orange {
  color: #ff9e43;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_orange:after {
  background-color: #ff9e43;
}
.tag-color_fb {
  background: #3a5897;
  color: white;
}
.tag-text_fb {
  color: #3a5897;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_fb:after {
  background-color: #3a5897;
}
.tag-color_line {
  background: #06C755;
  color: white;
}
.tag-text_line {
  color: #06C755;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag-text_line:after {
  background-color: #06C755;
}
.tag_news {
  background-color: #cf7900;
  color: white;
}
.tag_event {
  background-color: #cf7900;
  color: white;
}
.tag-size_xl {
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.75;
  font-weight: 700;
  font-size: 4.2rem;
  margin-right: 20px;
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  .tag-size_xl {
    width: 27.2vw;
    height: 6.4vw;
    line-height: 6.4vw;
    border-radius: 0.6666666667vw;
    font-size: 4.8vw;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.tag-size_lg {
  font-weight: 500;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 1.8rem;
  border-radius: 5px;
  margin-right: 14px;
}
@media only screen and (max-width: 1280px) {
  .tag-size_lg {
    width: calc(100 / 1680 * 80 / 1 * 1vw);
    height: calc(100 / 1680 * 30 / 1 * 1vw);
    line-height: calc(100 / 1680 * 30 / 1 * 1vw);
    font-size: calc(100 / 1680 * 18 / 1 * 1vw);
    border-radius: 0.2976190476vw;
    margin-right: 0.8333333333vw;
  }
}
@media only screen and (max-width: 750px) {
  .tag-size_lg {
    width: 13.6vw;
    height: 5.0666666667vw;
    line-height: 5.0666666667vw;
    border-radius: 0.6666666667vw;
    font-size: calc(100 / 750 * 26 / 1 * 1vw);
    margin-right: 2.9333333333vw;
  }
}
.tag-size_md {
  padding: 0 35px;
  height: 69px;
  line-height: 69px;
  font-size: 3.2rem;
  border-radius: 10px;
  min-width: 168px;
  display: block;
}
@media only screen and (max-width: 750px) {
  .tag-size_md {
    padding: 0 4.4vw;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    font-size: 4.9333333333vw;
    border-radius: 1.3333333333vw;
    min-width: 34vw;
    font-weight: 700;
  }
}
.tag-size_sm {
  width: 268px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .tag-size_sm {
    width: 48vw;
    height: 9.3333333333vw;
    line-height: 9.3333333333vw;
    margin-top: 0;
  }
}
.tag-size_xs {
  font-size: 16px;
  width: 46px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .tag-size_xs {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .tag-size_xs {
    font-size: calc(22 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .tag-size_xs {
    width: calc(46 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .tag-size_xs {
    width: calc(72 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .tag-size_xs {
    height: calc(22 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .tag-size_xs {
    height: calc(34 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .tag-size_xs {
    line-height: calc(22 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .tag-size_xs {
    line-height: calc(34 / 750 * 100vw);
  }
}

p {
  /* margin-bottom: 1em; */
  /* + p {
  	margin-top: 1em;
  } */
}
p:empty {
  margin: 0;
}

small {
  font-size: 80%;
}

strong {
  font-size: 130%;
}

.txt {
  /***** カラー *****/
  /***** size *****/
}
.txt-c {
  text-align: center !important;
}
.txt-l {
  text-align: left !important;
}
.txt-r {
  text-align: right !important;
}
.txt-b {
  font-weight: bold;
}
@media only screen and (min-width: 751px) {
  .txt-hover {
    position: relative;
  }
  .txt-hover:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .txt-hover:hover:before {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media only screen and (min-width: 751px) {
  .txt-hover_tate {
    position: relative;
  }
  .txt-hover_tate:before {
    position: absolute;
    top: 0;
    right: -4px;
    content: "";
    width: 1px;
    height: 100%;
    background: currentColor;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .txt-hover_tate:hover:before {
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}
.txt-marker {
  background-color: #fbdabc;
}
.txt-line {
  position: relative;
}
.txt-line:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
}
.txt-link {
  text-decoration: underline;
  /* color: $color-blue; */
  /***** カラー *****/
}
@media only screen and (min-width: 751px) {
  .txt-link:hover {
    text-decoration: none;
  }
}
.txt-link-color_primary {
  color: #cf7900;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_primary:hover {
    text-decoration: none;
  }
}
.txt-link-color_accent {
  color: #28292b;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_accent:hover {
    text-decoration: none;
  }
}
.txt-link-color_font {
  color: #28292b;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_font:hover {
    text-decoration: none;
  }
}
.txt-link-color_bg {
  color: #f6f4ef;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_bg:hover {
    text-decoration: none;
  }
}
.txt-link-color_bg_light {
  color: #e4e1d7;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_bg_light:hover {
    text-decoration: none;
  }
}
.txt-link-color_bg_dark {
  color: #28292b;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_bg_dark:hover {
    text-decoration: none;
  }
}
.txt-link-color_border {
  color: rgba(40, 41, 43, 0.1);
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_border:hover {
    text-decoration: none;
  }
}
.txt-link-color_error {
  color: #ff4e00;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_error:hover {
    text-decoration: none;
  }
}
.txt-link-color_white {
  color: white;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_white:hover {
    text-decoration: none;
  }
}
.txt-link-color_black {
  color: black;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_black:hover {
    text-decoration: none;
  }
}
.txt-link-color_blue {
  color: #3646a7;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_blue:hover {
    text-decoration: none;
  }
}
.txt-link-color_red {
  color: #db0011;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_red:hover {
    text-decoration: none;
  }
}
.txt-link-color_orange {
  color: #ff9e43;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_orange:hover {
    text-decoration: none;
  }
}
.txt-link-color_fb {
  color: #3a5897;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_fb:hover {
    text-decoration: none;
  }
}
.txt-link-color_line {
  color: #06C755;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .txt-link-color_line:hover {
    text-decoration: none;
  }
}
.txt-border {
  position: relative;
}
.txt-border::before {
  content: "";
  background-color: #28292b;
  height: 1px;
  width: 3em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.txt-border_after {
  position: relative;
}
.txt-border_after::after {
  content: "";
  background-color: #28292b;
  height: 1px;
  width: 3em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
.txt-color_primary {
  color: #cf7900;
}
.txt-color_accent {
  color: #28292b;
}
.txt-color_font {
  color: #28292b;
}
.txt-color_bg {
  color: #f6f4ef;
}
.txt-color_bg_light {
  color: #e4e1d7;
}
.txt-color_bg_dark {
  color: #28292b;
}
.txt-color_border {
  color: rgba(40, 41, 43, 0.1);
}
.txt-color_error {
  color: #ff4e00;
}
.txt-color_white {
  color: white;
}
.txt-color_black {
  color: black;
}
.txt-color_blue {
  color: #3646a7;
}
.txt-color_red {
  color: #db0011;
}
.txt-color_orange {
  color: #ff9e43;
}
.txt-color_fb {
  color: #3a5897;
}
.txt-color_line {
  color: #06C755;
}
@media only screen and (min-width: 751px) {
  .txt-tate, .breadcrumb-tate {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2.5;
  }
}
.txt-size_xl {
  font-size: 42px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .txt-size_xl {
    font-size: calc(42 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .txt-size_xl {
    font-size: calc(42 / 750 * 100vw);
  }
}
.txt-size_lg {
  font-size: 32px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .txt-size_lg {
    font-size: calc(32 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .txt-size_lg {
    font-size: calc(32 / 750 * 100vw);
  }
}
.txt-size_md {
  font-size: 24px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .txt-size_md {
    font-size: calc(24 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .txt-size_md {
    font-size: calc(24 / 750 * 100vw);
  }
}
.txt-size_sm {
  font-size: 18px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .txt-size_sm {
    font-size: calc(18 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .txt-size_sm {
    font-size: calc(18 / 750 * 100vw);
  }
}
.txt-size_xs {
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .txt-size_xs {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .txt-size_xs {
    font-size: calc(16 / 750 * 100vw);
  }
}
.txt-size_10 {
  font-size: 1rem;
}
.txt-size_11 {
  font-size: 1.1rem;
}
.txt-size_12 {
  font-size: 1.2rem;
}
.txt-size_13 {
  font-size: 1.3rem;
}
.txt-size_14 {
  font-size: 1.4rem;
}
.txt-size_15 {
  font-size: 1.5rem;
}
.txt-size_16 {
  font-size: 1.6rem;
}
.txt-size_17 {
  font-size: 1.7rem;
}
.txt-size_18 {
  font-size: 1.8rem;
}
.txt-size_19 {
  font-size: 1.9rem;
}
.txt-size_20 {
  font-size: 2rem;
}
.txt-read {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #cf7900;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .txt-read {
    font-size: calc(100 / 750 * 24 / 1 * 1vw);
    margin-bottom: calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.txt-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.font-serif {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

.m-read {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5em;
  line-height: 1.75;
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .m-read {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .m-read {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media only screen and (max-width: 1280px) {
  .txt {
    /***** size *****/
  }
  .txt-size_xl {
    font-size: calc(100 / 1680 * 42 / 1 * 1vw);
  }
  .txt-size_lg {
    font-size: calc(100 / 1680 * 32 / 1 * 1vw);
  }
  .txt-size_md {
    font-size: calc(100 / 1680 * 24 / 1 * 1vw);
  }
  .txt-size_sm {
    font-size: calc(100 / 1680 * 18 / 1 * 1vw);
  }
  .txt-size_xs {
    font-size: calc(100 / 1680 * 16 / 1 * 1vw);
  }
}
@media only screen and (max-width: 750px) {
  .txt {
    /***** size *****/
  }
  .txt-size_xl {
    font-size: calc(100 / 750 * 36 / 1 * 1vw);
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .txt_xl {
    font-size: calc(100 / 750 * 36 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 750px) {
  .txt-size_lg {
    font-size: calc(100 / 750 * 28 / 1 * 1vw);
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .txt_lg {
    font-size: calc(100 / 750 * 28 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 750px) {
  .txt-size_md {
    font-size: calc(100 / 750 * 26 / 1 * 1vw);
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .txt_md {
    font-size: calc(100 / 750 * 26 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 750px) {
  .txt-size_sm {
    font-size: calc(100 / 750 * 24 / 1 * 1vw);
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .txt_sm {
    font-size: calc(100 / 750 * 24 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 750px) {
  .txt-size_xs {
    font-size: calc(100 / 750 * 22 / 1 * 1vw);
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .txt_xs {
    font-size: calc(100 / 750 * 22 / 1 * 1vw)/1.5;
  }
}
@media only screen and (max-width: 750px) {
  .sp_txt {
    /***** size *****/
  }
  .sp_txt-size_xl {
    font-size: calc(100 / 750 * 36 / 1 * 1vw);
  }
  .sp_txt-size_lg {
    font-size: calc(100 / 750 * 28 / 1 * 1vw);
  }
  .sp_txt-size_md {
    font-size: calc(100 / 750 * 26 / 1 * 1vw);
  }
  .sp_txt-size_sm {
    font-size: calc(100 / 750 * 24 / 1 * 1vw);
  }
  .sp_txt-size_xs {
    font-size: calc(100 / 750 * 22 / 1 * 1vw);
  }
  .sp_txt-c {
    text-align: center !important;
  }
  .sp_txt-l {
    text-align: left !important;
  }
  .sp_txt-r {
    text-align: right !important;
  }
  .sp_txt-b {
    font-weight: bold;
  }
}
.lh-1 {
  line-height: 1;
}

.lh-1_5 {
  line-height: 1.5;
}

.notes {
  font-size: 80%;
}

.hidden {
  display: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/************************************************
	width
************************************************/
.w-0 {
  width: 0px;
}

.w-0p {
  width: 0%;
}

.w-0vw {
  width: 0vw;
}

.w-5 {
  width: 5px;
}

.w-5p {
  width: 5%;
}

.w-5vw {
  width: 5vw;
}

.w-10 {
  width: 10px;
}

.w-10p {
  width: 10%;
}

.w-10vw {
  width: 10vw;
}

.w-15 {
  width: 15px;
}

.w-15p {
  width: 15%;
}

.w-15vw {
  width: 15vw;
}

.w-20 {
  width: 20px;
}

.w-20p {
  width: 20%;
}

.w-20vw {
  width: 20vw;
}

.w-25 {
  width: 25px;
}

.w-25p {
  width: 25%;
}

.w-25vw {
  width: 25vw;
}

.w-30 {
  width: 30px;
}

.w-30p {
  width: 30%;
}

.w-30vw {
  width: 30vw;
}

.w-35 {
  width: 35px;
}

.w-35p {
  width: 35%;
}

.w-35vw {
  width: 35vw;
}

.w-40 {
  width: 40px;
}

.w-40p {
  width: 40%;
}

.w-40vw {
  width: 40vw;
}

.w-45 {
  width: 45px;
}

.w-45p {
  width: 45%;
}

.w-45vw {
  width: 45vw;
}

.w-50 {
  width: 50px;
}

.w-50p {
  width: 50%;
}

.w-50vw {
  width: 50vw;
}

.w-55 {
  width: 55px;
}

.w-55p {
  width: 55%;
}

.w-55vw {
  width: 55vw;
}

.w-60 {
  width: 60px;
}

.w-60p {
  width: 60%;
}

.w-60vw {
  width: 60vw;
}

.w-65 {
  width: 65px;
}

.w-65p {
  width: 65%;
}

.w-65vw {
  width: 65vw;
}

.w-70 {
  width: 70px;
}

.w-70p {
  width: 70%;
}

.w-70vw {
  width: 70vw;
}

.w-75 {
  width: 75px;
}

.w-75p {
  width: 75%;
}

.w-75vw {
  width: 75vw;
}

.w-80 {
  width: 80px;
}

.w-80p {
  width: 80%;
}

.w-80vw {
  width: 80vw;
}

.w-85 {
  width: 85px;
}

.w-85p {
  width: 85%;
}

.w-85vw {
  width: 85vw;
}

.w-90 {
  width: 90px;
}

.w-90p {
  width: 90%;
}

.w-90vw {
  width: 90vw;
}

.w-95 {
  width: 95px;
}

.w-95p {
  width: 95%;
}

.w-95vw {
  width: 95vw;
}

.w-100 {
  width: 100px;
}

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

.w-100vw {
  width: 100vw;
}

@media only screen and (max-width: 750px) {
  .sp_w-0 {
    width: 0px !important;
  }
  .sp_w-0p {
    width: 0% !important;
  }
  .sp_w-0vw {
    width: 0vw !important;
  }
  .sp_w-5 {
    width: 5px !important;
  }
  .sp_w-5p {
    width: 5% !important;
  }
  .sp_w-5vw {
    width: 5vw !important;
  }
  .sp_w-10 {
    width: 10px !important;
  }
  .sp_w-10p {
    width: 10% !important;
  }
  .sp_w-10vw {
    width: 10vw !important;
  }
  .sp_w-15 {
    width: 15px !important;
  }
  .sp_w-15p {
    width: 15% !important;
  }
  .sp_w-15vw {
    width: 15vw !important;
  }
  .sp_w-20 {
    width: 20px !important;
  }
  .sp_w-20p {
    width: 20% !important;
  }
  .sp_w-20vw {
    width: 20vw !important;
  }
  .sp_w-25 {
    width: 25px !important;
  }
  .sp_w-25p {
    width: 25% !important;
  }
  .sp_w-25vw {
    width: 25vw !important;
  }
  .sp_w-30 {
    width: 30px !important;
  }
  .sp_w-30p {
    width: 30% !important;
  }
  .sp_w-30vw {
    width: 30vw !important;
  }
  .sp_w-35 {
    width: 35px !important;
  }
  .sp_w-35p {
    width: 35% !important;
  }
  .sp_w-35vw {
    width: 35vw !important;
  }
  .sp_w-40 {
    width: 40px !important;
  }
  .sp_w-40p {
    width: 40% !important;
  }
  .sp_w-40vw {
    width: 40vw !important;
  }
  .sp_w-45 {
    width: 45px !important;
  }
  .sp_w-45p {
    width: 45% !important;
  }
  .sp_w-45vw {
    width: 45vw !important;
  }
  .sp_w-50 {
    width: 50px !important;
  }
  .sp_w-50p {
    width: 50% !important;
  }
  .sp_w-50vw {
    width: 50vw !important;
  }
  .sp_w-55 {
    width: 55px !important;
  }
  .sp_w-55p {
    width: 55% !important;
  }
  .sp_w-55vw {
    width: 55vw !important;
  }
  .sp_w-60 {
    width: 60px !important;
  }
  .sp_w-60p {
    width: 60% !important;
  }
  .sp_w-60vw {
    width: 60vw !important;
  }
  .sp_w-65 {
    width: 65px !important;
  }
  .sp_w-65p {
    width: 65% !important;
  }
  .sp_w-65vw {
    width: 65vw !important;
  }
  .sp_w-70 {
    width: 70px !important;
  }
  .sp_w-70p {
    width: 70% !important;
  }
  .sp_w-70vw {
    width: 70vw !important;
  }
  .sp_w-75 {
    width: 75px !important;
  }
  .sp_w-75p {
    width: 75% !important;
  }
  .sp_w-75vw {
    width: 75vw !important;
  }
  .sp_w-80 {
    width: 80px !important;
  }
  .sp_w-80p {
    width: 80% !important;
  }
  .sp_w-80vw {
    width: 80vw !important;
  }
  .sp_w-85 {
    width: 85px !important;
  }
  .sp_w-85p {
    width: 85% !important;
  }
  .sp_w-85vw {
    width: 85vw !important;
  }
  .sp_w-90 {
    width: 90px !important;
  }
  .sp_w-90p {
    width: 90% !important;
  }
  .sp_w-90vw {
    width: 90vw !important;
  }
  .sp_w-95 {
    width: 95px !important;
  }
  .sp_w-95p {
    width: 95% !important;
  }
  .sp_w-95vw {
    width: 95vw !important;
  }
  .sp_w-100 {
    width: 100px !important;
  }
  .sp_w-100p {
    width: 100% !important;
  }
  .sp_w-100vw {
    width: 100vw !important;
  }
}
/************************************************
	height
************************************************/
.h-0 {
  height: 0px !important;
}

.h-0p {
  height: 0% !important;
}

.h-0vh {
  height: 0vh !important;
}

.h-5 {
  height: 5px !important;
}

.h-5p {
  height: 5% !important;
}

.h-5vh {
  height: 5vh !important;
}

.h-10 {
  height: 10px !important;
}

.h-10p {
  height: 10% !important;
}

.h-10vh {
  height: 10vh !important;
}

.h-15 {
  height: 15px !important;
}

.h-15p {
  height: 15% !important;
}

.h-15vh {
  height: 15vh !important;
}

.h-20 {
  height: 20px !important;
}

.h-20p {
  height: 20% !important;
}

.h-20vh {
  height: 20vh !important;
}

.h-25 {
  height: 25px !important;
}

.h-25p {
  height: 25% !important;
}

.h-25vh {
  height: 25vh !important;
}

.h-30 {
  height: 30px !important;
}

.h-30p {
  height: 30% !important;
}

.h-30vh {
  height: 30vh !important;
}

.h-35 {
  height: 35px !important;
}

.h-35p {
  height: 35% !important;
}

.h-35vh {
  height: 35vh !important;
}

.h-40 {
  height: 40px !important;
}

.h-40p {
  height: 40% !important;
}

.h-40vh {
  height: 40vh !important;
}

.h-45 {
  height: 45px !important;
}

.h-45p {
  height: 45% !important;
}

.h-45vh {
  height: 45vh !important;
}

.h-50 {
  height: 50px !important;
}

.h-50p {
  height: 50% !important;
}

.h-50vh {
  height: 50vh !important;
}

.h-55 {
  height: 55px !important;
}

.h-55p {
  height: 55% !important;
}

.h-55vh {
  height: 55vh !important;
}

.h-60 {
  height: 60px !important;
}

.h-60p {
  height: 60% !important;
}

.h-60vh {
  height: 60vh !important;
}

.h-65 {
  height: 65px !important;
}

.h-65p {
  height: 65% !important;
}

.h-65vh {
  height: 65vh !important;
}

.h-70 {
  height: 70px !important;
}

.h-70p {
  height: 70% !important;
}

.h-70vh {
  height: 70vh !important;
}

.h-75 {
  height: 75px !important;
}

.h-75p {
  height: 75% !important;
}

.h-75vh {
  height: 75vh !important;
}

.h-80 {
  height: 80px !important;
}

.h-80p {
  height: 80% !important;
}

.h-80vh {
  height: 80vh !important;
}

.h-85 {
  height: 85px !important;
}

.h-85p {
  height: 85% !important;
}

.h-85vh {
  height: 85vh !important;
}

.h-90 {
  height: 90px !important;
}

.h-90p {
  height: 90% !important;
}

.h-90vh {
  height: 90vh !important;
}

.h-95 {
  height: 95px !important;
}

.h-95p {
  height: 95% !important;
}

.h-95vh {
  height: 95vh !important;
}

.h-100 {
  height: 100px !important;
}

.h-100p {
  height: 100% !important;
}

.h-100vh {
  height: 100vh !important;
}

@media only screen and (max-width: 750px) {
  .sp_h-0 {
    height: 0px !important;
  }
  .sp_h-0p {
    height: 0% !important;
  }
  .sp_h-0vh {
    height: 0vh !important;
  }
  .sp_h-5 {
    height: 5px !important;
  }
  .sp_h-5p {
    height: 5% !important;
  }
  .sp_h-5vh {
    height: 5vh !important;
  }
  .sp_h-10 {
    height: 10px !important;
  }
  .sp_h-10p {
    height: 10% !important;
  }
  .sp_h-10vh {
    height: 10vh !important;
  }
  .sp_h-15 {
    height: 15px !important;
  }
  .sp_h-15p {
    height: 15% !important;
  }
  .sp_h-15vh {
    height: 15vh !important;
  }
  .sp_h-20 {
    height: 20px !important;
  }
  .sp_h-20p {
    height: 20% !important;
  }
  .sp_h-20vh {
    height: 20vh !important;
  }
  .sp_h-25 {
    height: 25px !important;
  }
  .sp_h-25p {
    height: 25% !important;
  }
  .sp_h-25vh {
    height: 25vh !important;
  }
  .sp_h-30 {
    height: 30px !important;
  }
  .sp_h-30p {
    height: 30% !important;
  }
  .sp_h-30vh {
    height: 30vh !important;
  }
  .sp_h-35 {
    height: 35px !important;
  }
  .sp_h-35p {
    height: 35% !important;
  }
  .sp_h-35vh {
    height: 35vh !important;
  }
  .sp_h-40 {
    height: 40px !important;
  }
  .sp_h-40p {
    height: 40% !important;
  }
  .sp_h-40vh {
    height: 40vh !important;
  }
  .sp_h-45 {
    height: 45px !important;
  }
  .sp_h-45p {
    height: 45% !important;
  }
  .sp_h-45vh {
    height: 45vh !important;
  }
  .sp_h-50 {
    height: 50px !important;
  }
  .sp_h-50p {
    height: 50% !important;
  }
  .sp_h-50vh {
    height: 50vh !important;
  }
  .sp_h-55 {
    height: 55px !important;
  }
  .sp_h-55p {
    height: 55% !important;
  }
  .sp_h-55vh {
    height: 55vh !important;
  }
  .sp_h-60 {
    height: 60px !important;
  }
  .sp_h-60p {
    height: 60% !important;
  }
  .sp_h-60vh {
    height: 60vh !important;
  }
  .sp_h-65 {
    height: 65px !important;
  }
  .sp_h-65p {
    height: 65% !important;
  }
  .sp_h-65vh {
    height: 65vh !important;
  }
  .sp_h-70 {
    height: 70px !important;
  }
  .sp_h-70p {
    height: 70% !important;
  }
  .sp_h-70vh {
    height: 70vh !important;
  }
  .sp_h-75 {
    height: 75px !important;
  }
  .sp_h-75p {
    height: 75% !important;
  }
  .sp_h-75vh {
    height: 75vh !important;
  }
  .sp_h-80 {
    height: 80px !important;
  }
  .sp_h-80p {
    height: 80% !important;
  }
  .sp_h-80vh {
    height: 80vh !important;
  }
  .sp_h-85 {
    height: 85px !important;
  }
  .sp_h-85p {
    height: 85% !important;
  }
  .sp_h-85vh {
    height: 85vh !important;
  }
  .sp_h-90 {
    height: 90px !important;
  }
  .sp_h-90p {
    height: 90% !important;
  }
  .sp_h-90vh {
    height: 90vh !important;
  }
  .sp_h-95 {
    height: 95px !important;
  }
  .sp_h-95p {
    height: 95% !important;
  }
  .sp_h-95vh {
    height: 95vh !important;
  }
  .sp_h-100 {
    height: 100px !important;
  }
  .sp_h-100p {
    height: 100% !important;
  }
  .sp_h-100vh {
    height: 100vh !important;
  }
}
/************************************************
	マージン
************************************************/
.m_xl {
  margin: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .m_xl {
    margin: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .m_xl {
    margin: calc(120 / 750 * 100vw);
  }
}

.mt_xl {
  margin-top: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mt_xl {
    margin-top: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mt_xl {
    margin-top: calc(120 / 750 * 100vw);
  }
}

.mb_xl {
  margin-bottom: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mb_xl {
    margin-bottom: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mb_xl {
    margin-bottom: calc(120 / 750 * 100vw);
  }
}

.ml_xl {
  margin-left: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ml_xl {
    margin-left: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ml_xl {
    margin-left: calc(120 / 750 * 100vw);
  }
}

.mr_xl {
  margin-right: 120px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mr_xl {
    margin-right: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mr_xl {
    margin-right: calc(120 / 750 * 100vw);
  }
}

.m_lg {
  margin: 80px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .m_lg {
    margin: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .m_lg {
    margin: calc(80 / 750 * 100vw);
  }
}

.mt_lg {
  margin-top: 80px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mt_lg {
    margin-top: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mt_lg {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.mb_lg {
  margin-bottom: 80px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mb_lg {
    margin-bottom: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mb_lg {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}

.ml_lg {
  margin-left: 80px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ml_lg {
    margin-left: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ml_lg {
    margin-left: calc(80 / 750 * 100vw);
  }
}

.mr_lg {
  margin-right: 80px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mr_lg {
    margin-right: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mr_lg {
    margin-right: calc(80 / 750 * 100vw);
  }
}

.m_md {
  margin: 60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .m_md {
    margin: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .m_md {
    margin: calc(60 / 750 * 100vw);
  }
}

.mt_md {
  margin-top: 60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mt_md {
    margin-top: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mt_md {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.mb_md {
  margin-bottom: 60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mb_md {
    margin-bottom: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mb_md {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.ml_md {
  margin-left: 60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ml_md {
    margin-left: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ml_md {
    margin-left: calc(60 / 750 * 100vw);
  }
}

.mr_md {
  margin-right: 60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mr_md {
    margin-right: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mr_md {
    margin-right: calc(60 / 750 * 100vw);
  }
}

.m_sm {
  margin: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .m_sm {
    margin: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .m_sm {
    margin: calc(40 / 750 * 100vw);
  }
}

.mt_sm {
  margin-top: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mt_sm {
    margin-top: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mt_sm {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.mb_sm {
  margin-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mb_sm {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mb_sm {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.ml_sm {
  margin-left: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ml_sm {
    margin-left: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ml_sm {
    margin-left: calc(40 / 750 * 100vw);
  }
}

.mr_sm {
  margin-right: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mr_sm {
    margin-right: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mr_sm {
    margin-right: calc(40 / 750 * 100vw);
  }
}

.m_xs {
  margin: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .m_xs {
    margin: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .m_xs {
    margin: calc(30 / 750 * 100vw);
  }
}

.mt_xs {
  margin-top: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mt_xs {
    margin-top: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mt_xs {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.mb_xs {
  margin-bottom: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mb_xs {
    margin-bottom: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mb_xs {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.ml_xs {
  margin-left: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .ml_xs {
    margin-left: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .ml_xs {
    margin-left: calc(30 / 750 * 100vw);
  }
}

.mr_xs {
  margin-right: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .mr_xs {
    margin-right: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .mr_xs {
    margin-right: calc(30 / 750 * 100vw);
  }
}

@media only screen and (max-width: 750px) {
  .m_xl {
    margin: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .mt_xl {
    margin-top: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .mb_xl {
    margin-bottom: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .ml_xl {
    margin-left: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .mr_xl {
    margin-right: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .sp_m_xl {
    margin: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .sp_mt_xl {
    margin-top: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .sp_mb_xl {
    margin-bottom: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .sp_ml_xl {
    margin-left: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .sp_mr_xl {
    margin-right: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .m_lg {
    margin: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .mt_lg {
    margin-top: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .mb_lg {
    margin-bottom: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .ml_lg {
    margin-left: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .mr_lg {
    margin-right: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .sp_m_lg {
    margin: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .sp_mt_lg {
    margin-top: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .sp_mb_lg {
    margin-bottom: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .sp_ml_lg {
    margin-left: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .sp_mr_lg {
    margin-right: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .m_md {
    margin: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .mt_md {
    margin-top: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .mb_md {
    margin-bottom: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .ml_md {
    margin-left: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .mr_md {
    margin-right: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .sp_m_md {
    margin: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .sp_mt_md {
    margin-top: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .sp_mb_md {
    margin-bottom: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .sp_ml_md {
    margin-left: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .sp_mr_md {
    margin-right: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .m_sm {
    margin: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .mt_sm {
    margin-top: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .mb_sm {
    margin-bottom: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .ml_sm {
    margin-left: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .mr_sm {
    margin-right: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .sp_m_sm {
    margin: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .sp_mt_sm {
    margin-top: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .sp_mb_sm {
    margin-bottom: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .sp_ml_sm {
    margin-left: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .sp_mr_sm {
    margin-right: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .m_xs {
    margin: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .mt_xs {
    margin-top: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .mb_xs {
    margin-bottom: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .ml_xs {
    margin-left: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .mr_xs {
    margin-right: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .sp_m_xs {
    margin: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .sp_mt_xs {
    margin-top: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .sp_mb_xs {
    margin-bottom: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .sp_ml_xs {
    margin-left: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .sp_mr_xs {
    margin-right: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp_m-0 {
    margin: 0px !important;
  }
  .sp_mt-0 {
    margin-top: 0px !important;
  }
  .sp_mb-0 {
    margin-bottom: 0px !important;
  }
  .sp_ml-0 {
    margin-left: 0px !important;
  }
  .sp_mr-0 {
    margin-right: 0px !important;
  }
  .sp_mtb-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sp_mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sp_u_mb-0 > * {
    margin-bottom: 0px !important;
  }
  .sp_m-5 {
    margin: 5px !important;
  }
  .sp_mt-5 {
    margin-top: 5px !important;
  }
  .sp_mb-5 {
    margin-bottom: 5px !important;
  }
  .sp_ml-5 {
    margin-left: 5px !important;
  }
  .sp_mr-5 {
    margin-right: 5px !important;
  }
  .sp_mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .sp_mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .sp_u_mb-5 > * {
    margin-bottom: 5px !important;
  }
  .sp_m-10 {
    margin: 10px !important;
  }
  .sp_mt-10 {
    margin-top: 10px !important;
  }
  .sp_mb-10 {
    margin-bottom: 10px !important;
  }
  .sp_ml-10 {
    margin-left: 10px !important;
  }
  .sp_mr-10 {
    margin-right: 10px !important;
  }
  .sp_mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .sp_mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .sp_u_mb-10 > * {
    margin-bottom: 10px !important;
  }
  .sp_m-15 {
    margin: 15px !important;
  }
  .sp_mt-15 {
    margin-top: 15px !important;
  }
  .sp_mb-15 {
    margin-bottom: 15px !important;
  }
  .sp_ml-15 {
    margin-left: 15px !important;
  }
  .sp_mr-15 {
    margin-right: 15px !important;
  }
  .sp_mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .sp_mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .sp_u_mb-15 > * {
    margin-bottom: 15px !important;
  }
  .sp_m-20 {
    margin: 20px !important;
  }
  .sp_mt-20 {
    margin-top: 20px !important;
  }
  .sp_mb-20 {
    margin-bottom: 20px !important;
  }
  .sp_ml-20 {
    margin-left: 20px !important;
  }
  .sp_mr-20 {
    margin-right: 20px !important;
  }
  .sp_mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sp_mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .sp_u_mb-20 > * {
    margin-bottom: 20px !important;
  }
  .sp_m-25 {
    margin: 25px !important;
  }
  .sp_mt-25 {
    margin-top: 25px !important;
  }
  .sp_mb-25 {
    margin-bottom: 25px !important;
  }
  .sp_ml-25 {
    margin-left: 25px !important;
  }
  .sp_mr-25 {
    margin-right: 25px !important;
  }
  .sp_mtb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .sp_mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .sp_u_mb-25 > * {
    margin-bottom: 25px !important;
  }
  .sp_m-30 {
    margin: 30px !important;
  }
  .sp_mt-30 {
    margin-top: 30px !important;
  }
  .sp_mb-30 {
    margin-bottom: 30px !important;
  }
  .sp_ml-30 {
    margin-left: 30px !important;
  }
  .sp_mr-30 {
    margin-right: 30px !important;
  }
  .sp_mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .sp_mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .sp_u_mb-30 > * {
    margin-bottom: 30px !important;
  }
  .sp_m-35 {
    margin: 35px !important;
  }
  .sp_mt-35 {
    margin-top: 35px !important;
  }
  .sp_mb-35 {
    margin-bottom: 35px !important;
  }
  .sp_ml-35 {
    margin-left: 35px !important;
  }
  .sp_mr-35 {
    margin-right: 35px !important;
  }
  .sp_mtb-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .sp_mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .sp_u_mb-35 > * {
    margin-bottom: 35px !important;
  }
  .sp_m-40 {
    margin: 40px !important;
  }
  .sp_mt-40 {
    margin-top: 40px !important;
  }
  .sp_mb-40 {
    margin-bottom: 40px !important;
  }
  .sp_ml-40 {
    margin-left: 40px !important;
  }
  .sp_mr-40 {
    margin-right: 40px !important;
  }
  .sp_mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sp_mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .sp_u_mb-40 > * {
    margin-bottom: 40px !important;
  }
  .sp_m-45 {
    margin: 45px !important;
  }
  .sp_mt-45 {
    margin-top: 45px !important;
  }
  .sp_mb-45 {
    margin-bottom: 45px !important;
  }
  .sp_ml-45 {
    margin-left: 45px !important;
  }
  .sp_mr-45 {
    margin-right: 45px !important;
  }
  .sp_mtb-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .sp_mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .sp_u_mb-45 > * {
    margin-bottom: 45px !important;
  }
  .sp_m-50 {
    margin: 50px !important;
  }
  .sp_mt-50 {
    margin-top: 50px !important;
  }
  .sp_mb-50 {
    margin-bottom: 50px !important;
  }
  .sp_ml-50 {
    margin-left: 50px !important;
  }
  .sp_mr-50 {
    margin-right: 50px !important;
  }
  .sp_mtb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .sp_mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .sp_u_mb-50 > * {
    margin-bottom: 50px !important;
  }
  .sp_m-55 {
    margin: 55px !important;
  }
  .sp_mt-55 {
    margin-top: 55px !important;
  }
  .sp_mb-55 {
    margin-bottom: 55px !important;
  }
  .sp_ml-55 {
    margin-left: 55px !important;
  }
  .sp_mr-55 {
    margin-right: 55px !important;
  }
  .sp_mtb-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .sp_mlr-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .sp_u_mb-55 > * {
    margin-bottom: 55px !important;
  }
  .sp_m-60 {
    margin: 60px !important;
  }
  .sp_mt-60 {
    margin-top: 60px !important;
  }
  .sp_mb-60 {
    margin-bottom: 60px !important;
  }
  .sp_ml-60 {
    margin-left: 60px !important;
  }
  .sp_mr-60 {
    margin-right: 60px !important;
  }
  .sp_mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .sp_mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .sp_u_mb-60 > * {
    margin-bottom: 60px !important;
  }
  .sp_m-65 {
    margin: 65px !important;
  }
  .sp_mt-65 {
    margin-top: 65px !important;
  }
  .sp_mb-65 {
    margin-bottom: 65px !important;
  }
  .sp_ml-65 {
    margin-left: 65px !important;
  }
  .sp_mr-65 {
    margin-right: 65px !important;
  }
  .sp_mtb-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .sp_mlr-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .sp_u_mb-65 > * {
    margin-bottom: 65px !important;
  }
  .sp_m-70 {
    margin: 70px !important;
  }
  .sp_mt-70 {
    margin-top: 70px !important;
  }
  .sp_mb-70 {
    margin-bottom: 70px !important;
  }
  .sp_ml-70 {
    margin-left: 70px !important;
  }
  .sp_mr-70 {
    margin-right: 70px !important;
  }
  .sp_mtb-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .sp_mlr-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .sp_u_mb-70 > * {
    margin-bottom: 70px !important;
  }
  .sp_m-75 {
    margin: 75px !important;
  }
  .sp_mt-75 {
    margin-top: 75px !important;
  }
  .sp_mb-75 {
    margin-bottom: 75px !important;
  }
  .sp_ml-75 {
    margin-left: 75px !important;
  }
  .sp_mr-75 {
    margin-right: 75px !important;
  }
  .sp_mtb-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .sp_mlr-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .sp_u_mb-75 > * {
    margin-bottom: 75px !important;
  }
  .sp_m-80 {
    margin: 80px !important;
  }
  .sp_mt-80 {
    margin-top: 80px !important;
  }
  .sp_mb-80 {
    margin-bottom: 80px !important;
  }
  .sp_ml-80 {
    margin-left: 80px !important;
  }
  .sp_mr-80 {
    margin-right: 80px !important;
  }
  .sp_mtb-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .sp_mlr-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .sp_u_mb-80 > * {
    margin-bottom: 80px !important;
  }
  .sp_m-85 {
    margin: 85px !important;
  }
  .sp_mt-85 {
    margin-top: 85px !important;
  }
  .sp_mb-85 {
    margin-bottom: 85px !important;
  }
  .sp_ml-85 {
    margin-left: 85px !important;
  }
  .sp_mr-85 {
    margin-right: 85px !important;
  }
  .sp_mtb-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .sp_mlr-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .sp_u_mb-85 > * {
    margin-bottom: 85px !important;
  }
  .sp_m-90 {
    margin: 90px !important;
  }
  .sp_mt-90 {
    margin-top: 90px !important;
  }
  .sp_mb-90 {
    margin-bottom: 90px !important;
  }
  .sp_ml-90 {
    margin-left: 90px !important;
  }
  .sp_mr-90 {
    margin-right: 90px !important;
  }
  .sp_mtb-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .sp_mlr-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .sp_u_mb-90 > * {
    margin-bottom: 90px !important;
  }
  .sp_m-95 {
    margin: 95px !important;
  }
  .sp_mt-95 {
    margin-top: 95px !important;
  }
  .sp_mb-95 {
    margin-bottom: 95px !important;
  }
  .sp_ml-95 {
    margin-left: 95px !important;
  }
  .sp_mr-95 {
    margin-right: 95px !important;
  }
  .sp_mtb-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .sp_mlr-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .sp_u_mb-95 > * {
    margin-bottom: 95px !important;
  }
  .sp_m-100 {
    margin: 100px !important;
  }
  .sp_mt-100 {
    margin-top: 100px !important;
  }
  .sp_mb-100 {
    margin-bottom: 100px !important;
  }
  .sp_ml-100 {
    margin-left: 100px !important;
  }
  .sp_mr-100 {
    margin-right: 100px !important;
  }
  .sp_mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .sp_mlr-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .sp_u_mb-100 > * {
    margin-bottom: 100px !important;
  }
  .mb-0 {
    margin-bottom: calc(100 / 750 * 0 * 5 / 1 * 1vw) !important;
  }
  .mb-5 {
    margin-bottom: calc(100 / 750 * 1 * 5 / 1 * 1vw) !important;
  }
  .mb-10 {
    margin-bottom: calc(100 / 750 * 2 * 5 / 1 * 1vw) !important;
  }
  .mb-15 {
    margin-bottom: calc(100 / 750 * 3 * 5 / 1 * 1vw) !important;
  }
  .mb-20 {
    margin-bottom: calc(100 / 750 * 4 * 5 / 1 * 1vw) !important;
  }
  .mb-25 {
    margin-bottom: calc(100 / 750 * 5 * 5 / 1 * 1vw) !important;
  }
  .mb-30 {
    margin-bottom: calc(100 / 750 * 6 * 5 / 1 * 1vw) !important;
  }
  .mb-35 {
    margin-bottom: calc(100 / 750 * 7 * 5 / 1 * 1vw) !important;
  }
  .mb-40 {
    margin-bottom: calc(100 / 750 * 8 * 5 / 1 * 1vw) !important;
  }
  .mb-45 {
    margin-bottom: calc(100 / 750 * 9 * 5 / 1 * 1vw) !important;
  }
  .mb-50 {
    margin-bottom: calc(100 / 750 * 10 * 5 / 1 * 1vw) !important;
  }
  .mb-55 {
    margin-bottom: calc(100 / 750 * 11 * 5 / 1 * 1vw) !important;
  }
  .mb-60 {
    margin-bottom: calc(100 / 750 * 12 * 5 / 1 * 1vw) !important;
  }
  .mb-65 {
    margin-bottom: calc(100 / 750 * 13 * 5 / 1 * 1vw) !important;
  }
  .mb-70 {
    margin-bottom: calc(100 / 750 * 14 * 5 / 1 * 1vw) !important;
  }
  .mb-75 {
    margin-bottom: calc(100 / 750 * 15 * 5 / 1 * 1vw) !important;
  }
  .mb-80 {
    margin-bottom: calc(100 / 750 * 16 * 5 / 1 * 1vw) !important;
  }
  .mb-85 {
    margin-bottom: calc(100 / 750 * 17 * 5 / 1 * 1vw) !important;
  }
  .mb-90 {
    margin-bottom: calc(100 / 750 * 18 * 5 / 1 * 1vw) !important;
  }
  .mb-95 {
    margin-bottom: calc(100 / 750 * 19 * 5 / 1 * 1vw) !important;
  }
  .mb-100 {
    margin-bottom: calc(100 / 750 * 20 * 5 / 1 * 1vw) !important;
  }
}
.m0a {
  margin-right: auto !important;
  margin-left: auto !important;
}

/************************************************
	パディング
************************************************/
.p_xl {
  padding: 120px !important;
}

.pt_xl {
  padding-top: 120px !important;
}
.pt_xl_2 {
  padding-top: 240px !important;
}

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

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

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

.p_lg {
  padding: 80px !important;
}

.pt_lg {
  padding-top: 80px !important;
}
.pt_lg_2 {
  padding-top: 160px !important;
}

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

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

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

.p_md {
  padding: 60px !important;
}

.pt_md {
  padding-top: 60px !important;
}
.pt_md_2 {
  padding-top: 120px !important;
}

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

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

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

.p_sm {
  padding: 40px !important;
}

.pt_sm {
  padding-top: 40px !important;
}
.pt_sm_2 {
  padding-top: 80px !important;
}

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

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

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

.p_xs {
  padding: 30px !important;
}

.pt_xs {
  padding-top: 30px !important;
}
.pt_xs_2 {
  padding-top: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

.u_pb-0 > * {
  padding-bottom: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

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

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

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

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

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

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

.u_pb-5 > * {
  padding-bottom: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

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

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

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

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

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

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

.u_pb-10 > * {
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

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

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

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

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

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

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

.u_pb-15 > * {
  padding-bottom: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

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

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

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

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

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

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

.u_pb-20 > * {
  padding-bottom: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

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

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

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

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

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

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

.u_pb-25 > * {
  padding-bottom: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

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

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

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

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

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

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

.u_pb-30 > * {
  padding-bottom: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

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

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

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

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

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

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

.u_pb-35 > * {
  padding-bottom: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

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

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

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

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

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

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

.u_pb-40 > * {
  padding-bottom: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

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

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

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

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

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

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

.u_pb-45 > * {
  padding-bottom: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

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

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

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

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

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

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

.u_pb-50 > * {
  padding-bottom: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

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

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

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

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

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

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

.u_pb-55 > * {
  padding-bottom: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

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

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

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

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

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

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

.u_pb-60 > * {
  padding-bottom: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

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

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

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

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

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

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

.u_pb-65 > * {
  padding-bottom: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

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

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

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

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

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

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

.u_pb-70 > * {
  padding-bottom: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

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

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

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

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

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

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

.u_pb-75 > * {
  padding-bottom: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

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

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

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

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

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

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

.u_pb-80 > * {
  padding-bottom: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

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

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

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

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

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

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

.u_pb-85 > * {
  padding-bottom: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

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

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

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

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

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

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

.u_pb-90 > * {
  padding-bottom: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

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

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

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

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

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

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

.u_pb-95 > * {
  padding-bottom: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

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

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

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

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

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

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

.u_pb-100 > * {
  padding-bottom: 100px !important;
}

@media only screen and (max-width: 750px) {
  .p_xl {
    padding: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .pt_xl {
    padding-top: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .pb_xl {
    padding-bottom: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .pl_xl {
    padding-left: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .pr_xl {
    padding-right: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .sp_p_xl {
    padding: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .sp_pt_xl {
    padding-top: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .sp_pb_xl {
    padding-bottom: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .sp_pl_xl {
    padding-left: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .sp_pr_xl {
    padding-right: calc(100 / 750 * 120 / 1 * 1vw) !important;
  }
  .p_lg {
    padding: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .pt_lg {
    padding-top: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .pb_lg {
    padding-bottom: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .pl_lg {
    padding-left: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .pr_lg {
    padding-right: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .sp_p_lg {
    padding: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .sp_pt_lg {
    padding-top: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .sp_pb_lg {
    padding-bottom: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .sp_pl_lg {
    padding-left: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .sp_pr_lg {
    padding-right: calc(100 / 750 * 80 / 1 * 1vw) !important;
  }
  .p_md {
    padding: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .pt_md {
    padding-top: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .pb_md {
    padding-bottom: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .pl_md {
    padding-left: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .pr_md {
    padding-right: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .sp_p_md {
    padding: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .sp_pt_md {
    padding-top: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .sp_pb_md {
    padding-bottom: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .sp_pl_md {
    padding-left: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .sp_pr_md {
    padding-right: calc(100 / 750 * 60 / 1 * 1vw) !important;
  }
  .p_sm {
    padding: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .pt_sm {
    padding-top: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .pb_sm {
    padding-bottom: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .pl_sm {
    padding-left: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .pr_sm {
    padding-right: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .sp_p_sm {
    padding: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .sp_pt_sm {
    padding-top: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .sp_pb_sm {
    padding-bottom: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .sp_pl_sm {
    padding-left: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .sp_pr_sm {
    padding-right: calc(100 / 750 * 40 / 1 * 1vw) !important;
  }
  .p_xs {
    padding: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .pt_xs {
    padding-top: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .pb_xs {
    padding-bottom: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .pl_xs {
    padding-left: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .pr_xs {
    padding-right: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .sp_p_xs {
    padding: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .sp_pt_xs {
    padding-top: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .sp_pb_xs {
    padding-bottom: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .sp_pl_xs {
    padding-left: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
  .sp_pr_xs {
    padding-right: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp_p-0 {
    padding: 0px !important;
  }
  .sp_pt-0 {
    padding-top: 0px !important;
  }
  .sp_pb-0 {
    padding-bottom: 0px !important;
  }
  .sp_pl-0 {
    padding-left: 0px !important;
  }
  .sp_pr-0 {
    padding-right: 0px !important;
  }
  .sp_ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sp_plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sp_u_pb-0 > * {
    padding-bottom: 0px !important;
  }
  .sp_p-5 {
    padding: 5px !important;
  }
  .sp_pt-5 {
    padding-top: 5px !important;
  }
  .sp_pb-5 {
    padding-bottom: 5px !important;
  }
  .sp_pl-5 {
    padding-left: 5px !important;
  }
  .sp_pr-5 {
    padding-right: 5px !important;
  }
  .sp_ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sp_plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sp_u_pb-5 > * {
    padding-bottom: 5px !important;
  }
  .sp_p-10 {
    padding: 10px !important;
  }
  .sp_pt-10 {
    padding-top: 10px !important;
  }
  .sp_pb-10 {
    padding-bottom: 10px !important;
  }
  .sp_pl-10 {
    padding-left: 10px !important;
  }
  .sp_pr-10 {
    padding-right: 10px !important;
  }
  .sp_ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sp_plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sp_u_pb-10 > * {
    padding-bottom: 10px !important;
  }
  .sp_p-15 {
    padding: 15px !important;
  }
  .sp_pt-15 {
    padding-top: 15px !important;
  }
  .sp_pb-15 {
    padding-bottom: 15px !important;
  }
  .sp_pl-15 {
    padding-left: 15px !important;
  }
  .sp_pr-15 {
    padding-right: 15px !important;
  }
  .sp_ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sp_plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sp_u_pb-15 > * {
    padding-bottom: 15px !important;
  }
  .sp_p-20 {
    padding: 20px !important;
  }
  .sp_pt-20 {
    padding-top: 20px !important;
  }
  .sp_pb-20 {
    padding-bottom: 20px !important;
  }
  .sp_pl-20 {
    padding-left: 20px !important;
  }
  .sp_pr-20 {
    padding-right: 20px !important;
  }
  .sp_ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sp_plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sp_u_pb-20 > * {
    padding-bottom: 20px !important;
  }
  .sp_p-25 {
    padding: 25px !important;
  }
  .sp_pt-25 {
    padding-top: 25px !important;
  }
  .sp_pb-25 {
    padding-bottom: 25px !important;
  }
  .sp_pl-25 {
    padding-left: 25px !important;
  }
  .sp_pr-25 {
    padding-right: 25px !important;
  }
  .sp_ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .sp_plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .sp_u_pb-25 > * {
    padding-bottom: 25px !important;
  }
  .sp_p-30 {
    padding: 30px !important;
  }
  .sp_pt-30 {
    padding-top: 30px !important;
  }
  .sp_pb-30 {
    padding-bottom: 30px !important;
  }
  .sp_pl-30 {
    padding-left: 30px !important;
  }
  .sp_pr-30 {
    padding-right: 30px !important;
  }
  .sp_ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sp_plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sp_u_pb-30 > * {
    padding-bottom: 30px !important;
  }
  .sp_p-35 {
    padding: 35px !important;
  }
  .sp_pt-35 {
    padding-top: 35px !important;
  }
  .sp_pb-35 {
    padding-bottom: 35px !important;
  }
  .sp_pl-35 {
    padding-left: 35px !important;
  }
  .sp_pr-35 {
    padding-right: 35px !important;
  }
  .sp_ptb-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .sp_plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .sp_u_pb-35 > * {
    padding-bottom: 35px !important;
  }
  .sp_p-40 {
    padding: 40px !important;
  }
  .sp_pt-40 {
    padding-top: 40px !important;
  }
  .sp_pb-40 {
    padding-bottom: 40px !important;
  }
  .sp_pl-40 {
    padding-left: 40px !important;
  }
  .sp_pr-40 {
    padding-right: 40px !important;
  }
  .sp_ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sp_plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sp_u_pb-40 > * {
    padding-bottom: 40px !important;
  }
  .sp_p-45 {
    padding: 45px !important;
  }
  .sp_pt-45 {
    padding-top: 45px !important;
  }
  .sp_pb-45 {
    padding-bottom: 45px !important;
  }
  .sp_pl-45 {
    padding-left: 45px !important;
  }
  .sp_pr-45 {
    padding-right: 45px !important;
  }
  .sp_ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .sp_plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .sp_u_pb-45 > * {
    padding-bottom: 45px !important;
  }
  .sp_p-50 {
    padding: 50px !important;
  }
  .sp_pt-50 {
    padding-top: 50px !important;
  }
  .sp_pb-50 {
    padding-bottom: 50px !important;
  }
  .sp_pl-50 {
    padding-left: 50px !important;
  }
  .sp_pr-50 {
    padding-right: 50px !important;
  }
  .sp_ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sp_plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sp_u_pb-50 > * {
    padding-bottom: 50px !important;
  }
  .sp_p-55 {
    padding: 55px !important;
  }
  .sp_pt-55 {
    padding-top: 55px !important;
  }
  .sp_pb-55 {
    padding-bottom: 55px !important;
  }
  .sp_pl-55 {
    padding-left: 55px !important;
  }
  .sp_pr-55 {
    padding-right: 55px !important;
  }
  .sp_ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .sp_plr-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .sp_u_pb-55 > * {
    padding-bottom: 55px !important;
  }
  .sp_p-60 {
    padding: 60px !important;
  }
  .sp_pt-60 {
    padding-top: 60px !important;
  }
  .sp_pb-60 {
    padding-bottom: 60px !important;
  }
  .sp_pl-60 {
    padding-left: 60px !important;
  }
  .sp_pr-60 {
    padding-right: 60px !important;
  }
  .sp_ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .sp_plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sp_u_pb-60 > * {
    padding-bottom: 60px !important;
  }
  .sp_p-65 {
    padding: 65px !important;
  }
  .sp_pt-65 {
    padding-top: 65px !important;
  }
  .sp_pb-65 {
    padding-bottom: 65px !important;
  }
  .sp_pl-65 {
    padding-left: 65px !important;
  }
  .sp_pr-65 {
    padding-right: 65px !important;
  }
  .sp_ptb-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .sp_plr-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .sp_u_pb-65 > * {
    padding-bottom: 65px !important;
  }
  .sp_p-70 {
    padding: 70px !important;
  }
  .sp_pt-70 {
    padding-top: 70px !important;
  }
  .sp_pb-70 {
    padding-bottom: 70px !important;
  }
  .sp_pl-70 {
    padding-left: 70px !important;
  }
  .sp_pr-70 {
    padding-right: 70px !important;
  }
  .sp_ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .sp_plr-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .sp_u_pb-70 > * {
    padding-bottom: 70px !important;
  }
  .sp_p-75 {
    padding: 75px !important;
  }
  .sp_pt-75 {
    padding-top: 75px !important;
  }
  .sp_pb-75 {
    padding-bottom: 75px !important;
  }
  .sp_pl-75 {
    padding-left: 75px !important;
  }
  .sp_pr-75 {
    padding-right: 75px !important;
  }
  .sp_ptb-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .sp_plr-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .sp_u_pb-75 > * {
    padding-bottom: 75px !important;
  }
  .sp_p-80 {
    padding: 80px !important;
  }
  .sp_pt-80 {
    padding-top: 80px !important;
  }
  .sp_pb-80 {
    padding-bottom: 80px !important;
  }
  .sp_pl-80 {
    padding-left: 80px !important;
  }
  .sp_pr-80 {
    padding-right: 80px !important;
  }
  .sp_ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sp_plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sp_u_pb-80 > * {
    padding-bottom: 80px !important;
  }
  .sp_p-85 {
    padding: 85px !important;
  }
  .sp_pt-85 {
    padding-top: 85px !important;
  }
  .sp_pb-85 {
    padding-bottom: 85px !important;
  }
  .sp_pl-85 {
    padding-left: 85px !important;
  }
  .sp_pr-85 {
    padding-right: 85px !important;
  }
  .sp_ptb-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .sp_plr-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .sp_u_pb-85 > * {
    padding-bottom: 85px !important;
  }
  .sp_p-90 {
    padding: 90px !important;
  }
  .sp_pt-90 {
    padding-top: 90px !important;
  }
  .sp_pb-90 {
    padding-bottom: 90px !important;
  }
  .sp_pl-90 {
    padding-left: 90px !important;
  }
  .sp_pr-90 {
    padding-right: 90px !important;
  }
  .sp_ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .sp_plr-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .sp_u_pb-90 > * {
    padding-bottom: 90px !important;
  }
  .sp_p-95 {
    padding: 95px !important;
  }
  .sp_pt-95 {
    padding-top: 95px !important;
  }
  .sp_pb-95 {
    padding-bottom: 95px !important;
  }
  .sp_pl-95 {
    padding-left: 95px !important;
  }
  .sp_pr-95 {
    padding-right: 95px !important;
  }
  .sp_ptb-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .sp_plr-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .sp_u_pb-95 > * {
    padding-bottom: 95px !important;
  }
  .sp_p-100 {
    padding: 100px !important;
  }
  .sp_pt-100 {
    padding-top: 100px !important;
  }
  .sp_pb-100 {
    padding-bottom: 100px !important;
  }
  .sp_pl-100 {
    padding-left: 100px !important;
  }
  .sp_pr-100 {
    padding-right: 100px !important;
  }
  .sp_ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .sp_plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .sp_u_pb-100 > * {
    padding-bottom: 100px !important;
  }
}
.googlemap {
  height: 0;
  overflow: hidden;
  /* padding-top: 45%; */
  /* padding-top: 3 / 4 * 100%; */
  padding-top: 51.6883116883%;
  position: relative;
  max-width: 100%;
}
.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.api-facebook {
  width: 500px;
}
@media only screen and (max-width: 750px) {
  .api-facebook {
    width: 100%;
    max-width: 500px;
  }
}

@media only screen and (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.ib {
  display: inline-block;
}

.pos_relative {
  position: relative;
}
.pos_relative.z-9 {
  z-index: 9;
}

.pos_absolute {
  position: absolute;
}

/* .fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1500ms;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
} */
/* .js-acc {
	cursor: pointer;
	position: relative;

	&_target {
		display: none;

	}

	&:hover {
		&:after {
			color: $color-primary;
		}
	}
}
 */
.topBtn {
  position: fixed;
  /* position: absolute; */
  right: 60px;
  /* top: -104px; */
  bottom: 60px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 4.2rem;
}
@media only screen and (max-width: 750px) {
  .topBtn {
    font-size: calc(100 / 750 * 36 / 1 * 1vw);
    right: calc(100 / 750 * 30 / 1 * 1vw);
    bottom: calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.topBtn:hover {
  opacity: 1;
}

.is-fixed .js-fixed {
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.is-fixed .header-nav-btn {
  display: block;
  position: fixed;
}

.slick-slider {
  position: relative;
}

.slick-item-img {
  height: 580px;
}

.slick-dots {
  color: white;
  width: 1440px;
  margin: 0 auto;
  max-width: 1680px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots li {
  width: 80px;
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .slick-dots li {
    width: 40px;
    height: 40px;
  }
}
.slick-dots .slick-active {
  background: url(/assets/img/top/slick_active_bg.png) -5px 5px no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .slick-dots .slick-active {
    background: url(/assets/img/top/slick_active_bg.png) -7.5px 2.5px no-repeat;
    background-size: cover;
  }
}

.slide-arrow {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  color: #cf7900;
  border: solid 1px #cf7900;
  text-align: center;
}
.slide-arrow.slick-disabled {
  color: rgba(40, 41, 43, 0.3);
  border-color: rgba(40, 41, 43, 0.3);
}
.slide-arrow.next-arrow {
  right: 0;
}
.slide-arrow.prev-arrow {
  right: 80px;
}

.arrows {
  position: relative;
  top: -80px;
  z-index: 99;
}

.jsTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jsTab {
  cursor: pointer;
  padding-left: 2px;
  width: 25%;
}
@media only screen and (max-width: 750px) {
  .jsTab {
    width: 50%;
  }
}
.jsTab:first-child {
  padding-left: 0;
}
.jsTab > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-bottom: solid 2px #28292b;
  text-align: center;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  font-size: 3.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 750px) {
  .jsTab > span {
    font-size: 1.8666666667vw;
    height: calc(100 / 750 * 80 / 1 * 1vw);
    line-height: calc(100 / 750 * 80 / 1 * 1vw);
  }
}
.jsTab > span .fal {
  margin-right: 30px;
}
.jsTab > span:hover {
  background-color: #d9d9d9;
}
.jsTab.active > span {
  border-bottom-color: #cf7900;
  color: #cf7900;
}
.jsTab-Content {
  display: none;
}
.jsTab-Content.show {
  display: block;
}

.tabs-tab {
  background-color: #28292b;
  text-align: center;
}
.tabs-tab .m-ttl {
  padding: 15px;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .tabs-tab .m-ttl {
    padding: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .tabs-tab .m-ttl {
    padding: calc(15 / 750 * 100vw);
  }
}
.tabs-tab.active {
  background-color: white;
}
.tabs-tab.active .m-ttl {
  color: #28292b;
}
.tabs-con {
  padding: 60px;
  background-color: white;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .tabs-con {
    padding: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .tabs-con {
    padding: calc(40 / 750 * 100vw);
  }
}

/* 以下、ハンバーガーボタン */
.MenuBtn.Style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* position: absolute;
  @include responsive-prop(right, $space_xs_num);
  top: 50%;
  transform: translateY(-50%); */
  width: 80px;
  height: 80px;
  /* border: solid 1px white; */
}
@media (max-width: 1487px) and (min-width: 751px) {
  .MenuBtn.Style01 {
    width: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .MenuBtn.Style01 {
    width: calc(80 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .MenuBtn.Style01 {
    height: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .MenuBtn.Style01 {
    height: calc(80 / 750 * 100vw);
  }
}

.MenuBtn.Style01 .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 32px;
  height: 3px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .MenuBtn.Style01 .MenuBtn-BarFrame {
    width: calc(32 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .MenuBtn.Style01 .MenuBtn-BarFrame {
    width: calc(32 / 750 * 100vw);
  }
}

.MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: translateY(-0.75vw) rotate(0deg);
      -ms-transform: translateY(-0.75vw) rotate(0deg);
          transform: translateY(-0.75vw) rotate(0deg);
}
@media only screen and (max-width: 750px) {
  .MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
    -webkit-transform: translateY(-1.5vw) rotate(0deg);
        -ms-transform: translateY(-1.5vw) rotate(0deg);
            transform: translateY(-1.5vw) rotate(0deg);
  }
}

.MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: translateY(0.75vw) rotate(0deg);
      -ms-transform: translateY(0.75vw) rotate(0deg);
          transform: translateY(0.75vw) rotate(0deg);
}
@media only screen and (max-width: 750px) {
  .MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
    -webkit-transform: translateY(1.5vw) rotate(0deg);
        -ms-transform: translateY(1.5vw) rotate(0deg);
            transform: translateY(1.5vw) rotate(0deg);
  }
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar {
  opacity: 0;
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.nav-wrapper {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 25vw;
  /* height: 100vh; */
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
  background-color: #28292b;
  color: white;
  margin-top: 80px;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper {
    margin-top: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper {
    margin-top: calc(120 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper {
    padding-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper {
    padding-top: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper {
    padding-top: calc(40 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper {
    padding-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .nav-wrapper {
    width: 100vw;
  }
}
.nav-wrapper .navs {
  display: block;
  padding-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper .navs {
    padding-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper .navs {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.nav-wrapper .nav-link {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper .nav-link {
    padding-left: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper .nav-link {
    padding-left: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper .nav-link {
    padding-right: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper .nav-link {
    padding-right: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper .nav-link {
    padding-top: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper .nav-link {
    padding-top: calc(15 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper .nav-link {
    padding-bottom: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper .nav-link {
    padding-bottom: calc(15 / 750 * 100vw);
  }
}
.nav-wrapper .menu {
  margin: 8.8vw auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-wrapper .menu-item {
  border-top: solid 0.1333333333vw white;
  width: 48%;
}
.nav-wrapper .menu-item:last-child {
  border-bottom: solid 0.1333333333vw white;
}
.nav-wrapper .menu-item a {
  display: block;
  color: white;
  font-size: 1.8666666667vw;
  font-weight: bold;
  height: auto;
  line-height: 1;
  text-align: left;
  padding: calc(100 / 750 * 40 / 1 * 1vw) calc(100 / 750 * 30 / 1 * 1vw);
  position: relative;
}
.nav-wrapper .menu-item a:before, .nav-wrapper .menu-item a:after {
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
  position: absolute;
  right: calc(100 / 750 * 30 / 1 * 1vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-wrapper .menu-item a:before {
  content: "\f138";
}
.nav-wrapper .menu-item a:after {
  content: "\f138\f138";
  opacity: 0.4;
}
.nav-wrapper .btns .btn {
  width: 50%;
}

/* メニューオープン時 */
.nav-wrapper.fade {
  visibility: visible;
  opacity: 1;
  display: block;
}

.noscroll {
  overflow: hidden;
}

.post-password-form {
  text-align: center;
  position: relative;
  z-index: 9999;
}

.entry-title + .entry-header-btns {
  margin-top: 80px;
}
.entry-title + .entry-text {
  margin-top: 80px;
}
.entry-text + .entry-header-btns {
  margin-top: 80px;
}
.entry-content > .l-section:first-child[class*=bg] {
  margin-top: 120px;
}

@media only screen and (max-width: 750px) {
  .archive-article {
    margin-bottom: calc(100 / 750 * 30 / 1 * 1vw) !important;
  }
}
.archive-link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 40px 60px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.archive-link:hover {
  background-color: #e6e6e6;
}
.archive-link:hover img {
  opacity: 0.75;
}
.archive-date {
  font-family: "Bebas Neue", cursive;
  color: #cf7900;
  margin-bottom: 0;
  font-size: 3.2rem;
  margin-right: 60px;
}
@media only screen and (max-width: 750px) {
  .archive-date {
    margin-bottom: 0;
    font-size: calc(100 / 750 * 40 / 1 * 1vw);
  }
}
.archive-title {
  width: 100%;
}
.archive-text {
  line-height: 1.75;
}
@media only screen and (max-width: 750px) {
  .archive-text {
    line-height: 1.2;
  }
}
.archive-img {
  width: 244px;
  margin-right: 30px;
  border: solid 2px white;
}
@media only screen and (max-width: 750px) {
  .archive-img {
    border: solid 1px white;
    width: 38.1333333333vw;
    margin-right: calc(100 / 750 * 30 / 1 * 1vw);
  }
}
.archive-img + .archive-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive-group {
  /* display: flex;
  align-items: center; */
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .archive-group {
    /* flex-direction: column; */
  }
}
.archive-tag {
  position: absolute;
  right: 0;
  bottom: 0;
}
.archive-tel {
  color: #cf7900;
  font-weight: bold;
  font-size: 120%;
}
.archive-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}
@media only screen and (max-width: 750px) {
  .archive-icon {
    right: calc(100 / 750 * 30 / 1 * 1vw);
  }
}

.single-title {
  padding-bottom: 40px;
}
.single-date {
  font-size: 2.4rem;
}
.single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .single-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-group img {
  width: 100%;
  height: auto;
}
.single-img {
  width: 30%;
  margin-right: 40px;
}
.single-img + .single-group {
  width: 70%;
}
@media only screen and (max-width: 750px) {
  .single-img {
    width: 100%;
    margin-bottom: calc(100 / 750 * 60 / 1 * 1vw);
    margin-right: 0;
  }
  .single-img + .single-group {
    width: 100%;
  }
}
.single-article .archive-title {
  font-size: 3.2rem;
}
@media only screen and (max-width: 750px) {
  .single-article .archive-title {
    font-size: calc(100 / 750 * 28 / 1 * 1vw);
  }
}
.single-article .archive-header {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: solid 4px #cf7900;
}
@media only screen and (max-width: 750px) {
  .single-article .archive-header {
    margin-bottom: calc(100 / 750 * 60 / 1 * 1vw);
  }
}

.wp-pagenavi {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi > *, .wp-pagenavi > .pages, .wp-pagenavi > span {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  text-decoration: none;
  color: #cf7900;
  background-color: #fff;
  border: solid 1px rgba(40, 41, 43, 0.1);
  border-radius: 100px;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi > *, .wp-pagenavi > .pages, .wp-pagenavi > span {
    min-width: calc(100 / 750 * 120 / 1 * 1vw)/2;
    height: calc(100 / 750 * 120 / 1 * 1vw)/2;
    font-size: calc(100 / 750 * 24 / 1 * 1vw);
    margin: 0 calc(100 / 750 * 30 / 1 * 1vw)/4;
  }
}
.wp-pagenavi > *:hover:not(.current), .wp-pagenavi > .pages:hover:not(.current), .wp-pagenavi > span:hover:not(.current) {
  color: #cf7900;
  background-color: #d9d9d9;
}
.wp-pagenavi > *.current, .wp-pagenavi > .pages.current, .wp-pagenavi > span.current {
  background-color: #cf7900;
  color: white;
  border: solid 1px rgba(40, 41, 43, 0.1);
}
.wp-pagenavi .screen-reader-text {
  display: none;
}

.mw_wp_form_confirm .ol-step_form-item:nth-of-type(2) {
  color: #cf7900;
}

.mw_wp_form_complete .ol-step_form-item {
  color: #cf7900;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-item a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 30px;
  text-align: center;
  height: 120px;
  line-height: 120px;
}

.menu {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .menu > .menu-item {
    width: 50%;
  }
}
.menu > .menu-item a:hover {
  color: white;
}
.menu > .menu-item > .sub-menu {
  background-color: rgba(40, 41, 43, 0.9);
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 99;
  width: 100%;
  display: none;
}
.menu > .menu-item > .sub-menu .menu-item a {
  text-align: left;
  height: auto;
  line-height: 1.75;
  color: white;
  padding: 30px 60px;
}
.menu > .menu-item > .sub-menu > .menu-item > a {
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.menu > .menu-item > .sub-menu > .menu-item > a:before, .menu > .menu-item > .sub-menu > .menu-item > a:after {
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu > .menu-item > .sub-menu > .menu-item > a:before {
  content: "\f138";
}
.menu > .menu-item > .sub-menu > .menu-item > a:after {
  content: "\f138\f138";
  opacity: 0.4;
}
.menu > .menu-item > .sub-menu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu > .menu-item > .sub-menu .sub-menu > .menu-item {
  width: 50%;
}
.menu > .menu-item > .sub-menu .sub-menu .sub-menu {
  padding-left: 1em;
}
.menu .active.menu-item {
  background-color: rgba(40, 41, 43, 0.9);
  color: white;
}
.menu .active.menu-item > .sub-menu {
  display: block;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  color: white;
  background-color: #28292b;
}
.header-inner {
  height: 80px;
}
@media only screen and (max-width: 750px) {
  .header-inner {
    height: calc(100 / 750 * 120 / 1 * 1vw);
  }
}
.header-inner > .row {
  height: 100%;
}

.logo {
  font-size: 24px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .logo {
    font-size: calc(24 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .logo {
    font-size: calc(32 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .logo {
    letter-spacing: 0.1em;
  }
}

.spTopBtns {
  position: absolute;
  top: 20px;
  right: 27px;
  left: 27px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .spTopBtns {
    top: calc(20 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .spTopBtns {
    top: calc(970 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .spTopBtns {
    right: calc(27 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .spTopBtns {
    right: calc(27 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .spTopBtns {
    left: calc(27 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .spTopBtns {
    left: calc(27 / 750 * 100vw);
  }
}

.fixed_btn {
  position: fixed;
  z-index: 9999;
  top: 455px;
  right: 28px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .fixed_btn {
    top: calc(455 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .fixed_btn {
    top: calc(455 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .fixed_btn {
    right: calc(28 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .fixed_btn {
    right: calc(0 / 750 * 100vw);
  }
}
.fixed_btn-btn_tel {
  display: none;
}
@media only screen and (max-width: 750px) {
  .fixed_btn-btn_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 750px) {
  .fixed_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 2vw 2.6666666667vw;
    -webkit-box-shadow: 0px 0px 7.2vw 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 7.2vw 0px rgba(0, 0, 0, 0.16);
    top: auto;
    bottom: 0;
  }
}

.navs {
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
}

.nav {
  position: relative;
  text-transform: uppercase;
}
.nav-link {
  display: block;
  font-size: 16px;
  padding: 15px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-link {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-link {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-link {
    padding: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-link {
    padding: calc(15 / 750 * 100vw);
  }
}

.footer {
  position: relative;
  color: white;
  background-color: #28292b;
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .footer-inner {
    padding-top: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .footer-inner {
    padding-top: calc(60 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .footer-inner {
    padding-bottom: calc(60 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .footer-inner {
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
.footer-copyright {
  background-color: black;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .footer-copyright {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .footer-copyright {
    font-size: calc(16 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .footer-copyright {
    height: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .footer-copyright {
    height: calc(80 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .footer-copyright {
    line-height: calc(80 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .footer-copyright {
    line-height: calc(80 / 750 * 100vw);
  }
}
.footer .navs {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.footer .nav {
  margin-bottom: 40px;
  border-right: solid 1px #f6f4ef;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .footer .nav {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .footer .nav {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
@media only screen and (max-width: 750px) {
  .footer .nav {
    width: 50%;
    text-align: center;
  }
  .footer .nav:nth-of-type(odd) {
    border-left: solid 1px #f6f4ef;
  }
}
.footer .nav:first-child {
  border-left: solid 1px #f6f4ef;
}
.footer .nav-link {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-wrapper .footer .nav-link {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper .footer .nav-link {
    padding-top: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper .footer .nav-link {
    padding-top: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .nav-wrapper .footer .nav-link {
    padding-bottom: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .nav-wrapper .footer .nav-link {
    padding-bottom: calc(30 / 750 * 100vw);
  }
}
.nav-wrapper .footer .nav {
  border-top: solid 1px rgba(40, 41, 43, 0.1);
  margin-bottom: 0;
}
.nav-wrapper .footer .nav:last-child {
  border-bottom: solid 1px rgba(40, 41, 43, 0.1);
}
.footer-box {
  /* @include responsive-prop(width, $break_xs_num * .5,$break_md_num); */
  /*  max-width: 90%; */
  font-size: 80%;
  margin: auto;
  color: #28292b;
}

.links {
  position: relative;
}

.link {
  position: relative;
  font-size: 16px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .link {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .link {
    font-size: calc(24 / 750 * 100vw);
  }
}
.link:before {
  content: "▶ ";
  font-size: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1487px) and (min-width: 751px) {
  .link:before {
    font-size: calc(8 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .link:before {
    font-size: calc(16 / 750 * 100vw);
  }
}
.link-link {
  /*  display: inline-block; */
  padding: 15px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .link-link {
    padding: calc(15 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .link-link {
    padding: calc(15 / 750 * 100vw);
  }
}

.pagetitle {
  color: white;
  line-height: 1.75;
  min-height: auto;
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .pagetitle {
    margin-top: calc(100 / 750 * 120 / 1 * 1vw);
  }
}
.pagetitle-inner {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagetitle-ttl {
  line-height: 2;
  text-shadow: black 0 0 5px;
}
@media only screen and (max-width: 750px) {
  .pagetitle-ttl {
    line-height: 1.5;
  }
}
.pagetitle-catch {
  margin-bottom: 40px;
  text-shadow: black 0 0 5px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .pagetitle-catch {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .pagetitle-catch {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.pagetitle-btn {
  margin: 0;
}
.pagetitle-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 9;
  font-size: 80%;
}
.pagetitle-img {
  background: url(../img/pagetitle.jpg) center no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15%;
  width: 85%;
}
.pagetitle-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}

.news {
  background-color: #f6f4ef;
}
.news-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #cf7900;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .news-date {
    font-size: calc(16 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .news-date {
    font-size: calc(32 / 750 * 100vw);
  }
}
.news-archive-ttl {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  margin-bottom: 0;
}
.news-archive-link {
  background-color: white;
  border-radius: 5px;
  position: relative;
  display: block;
  padding: 30px;
  padding-right: 120px;
  margin-bottom: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .news-archive-link {
    border-radius: calc(5 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .news-archive-link {
    border-radius: calc(5 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .news-archive-link {
    padding: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .news-archive-link {
    padding: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1487px) and (min-width: 751px) {
  .news-archive-link {
    padding-right: calc(120 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .news-archive-link {
    padding-right: calc(120 / 750 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .news-archive-link:hover {
    background-color: #f2f2f2;
    fill: currentColor;
  }
}
.news-archive-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .news-archive-icon {
    right: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .news-archive-icon {
    right: calc(30 / 750 * 100vw);
  }
}
.news-archive-info {
  padding-bottom: 10px;
  border-bottom: solid 1px #28292b;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .news-archive-info {
    padding-bottom: calc(10 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .news-archive-info {
    padding-bottom: calc(10 / 750 * 100vw);
  }
}
.news-archive-detail {
  margin-top: 17px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .news-archive-detail {
    margin-top: calc(17 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .news-archive-detail {
    margin-top: calc(17 / 750 * 100vw);
  }
}

.cv {
  text-align: center;
  background: url(../img/cv-img.jpg) center no-repeat;
  background-size: cover;
  color: white;
  position: relative;
}
.cv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 41, 43, 0.25);
  position: absolute;
  top: 0;
}
.cv-ttl {
  line-height: 2;
  color: white;
}
.cv-txt {
  margin-bottom: 40px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .cv-txt {
    margin-bottom: calc(40 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .cv-txt {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.cv-btn {
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 1487px) and (min-width: 751px) {
  .cv-btn {
    margin-bottom: calc(30 / 1680 * 100vw);
  }
}
@media (max-width: 750px) {
  .cv-btn {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}