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

body {
  color: #333333;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

a {
  /*color : $color-primary;*/
}
a:hover {
  color: #CF0000;
}

hr {
  margin-bottom: 1em;
}

picture {
  display: block;
}

svg {
  vertical-align: top;
}

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

small {
  font-size: 80%;
}

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

.l-inner {
  position: relative;
  margin: 0 auto;
}
.l-inner.inner_xl {
  max-width: 1920px;
}
.l-inner.inner_lg {
  max-width: 1366px;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .l-inner.inner_lg {
    padding: 8vw 0;
  }
}
.l-inner.inner_md {
  max-width: 1024px;
  padding: 160px 0;
}
@media only screen and (max-width: 768px) {
  .l-inner.inner_md {
    padding: 21.3333333333vw 0;
  }
}
.l-inner.inner_sm {
  max-width: 768px;
}
.l-inner.inner_xs {
  max-width: 320px;
}
@media only screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
  }
}

.l-section {
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
}
@media only screen and (min-width: 1025px) {
  .l-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-main {
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -60px;
}
.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);
}
.row-vertical {
  flex-direction: column;
}
.row-reverse {
  flex-direction: row-reverse;
}
.row-start {
  justify-content: flex-start;
}
.row-end {
  justify-content: flex-end;
  margin-right: 0;
}
.row-center {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .row-center {
    align-items: center;
  }
}
.row-between {
  justify-content: space-between;
}
.row-align_start {
  align-items: flex-start;
}
.row-align_center {
  align-items: center;
}
.row-align_end {
  align-items: flex-end;
}
.row-align_strech {
  align-items: stretch;
}
.row-wrap {
  flex-wrap: wrap;
}
.row-nowrap {
  flex-wrap: nowrap;
}
.row > [class^=col] {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.row-xl {
  margin-left: -80px;
  margin-right: -80px;
  margin-bottom: -160px;
}
.row-xl > [class^=col] {
  margin-bottom: 160px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}
.row-lg {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -60px;
}
.row-lg > [class^=col] {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.row-md {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -40px;
}
.row-md > [class^=col] {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.row-sm {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.row-sm > [class^=col] {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.row-xs {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}
.row-xs > [class^=col] {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .row:not(.sp_row, .sp_row-column_reverse, .sp_row-reverse) {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .row:not(.sp_row, .sp_row-column_reverse, .sp_row-reverse) > [class^=col] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .row-xl {
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
    margin-bottom: -21.3333333333vw;
  }
  .row-xl > [class^=col] {
    margin-bottom: 21.3333333333vw;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
    position: relative;
  }
  .row-lg {
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: -8vw;
  }
  .row-lg > [class^=col] {
    margin-bottom: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
  }
  .row-md {
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
    margin-bottom: -5.3333333333vw;
  }
  .row-md > [class^=col] {
    margin-bottom: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    position: relative;
  }
  .row-sm {
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
    margin-bottom: -2.6666666667vw;
  }
  .row-sm > [class^=col] {
    margin-bottom: 2.6666666667vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    position: relative;
  }
  .row-xs {
    margin-left: -0.6666666667vw;
    margin-right: -0.6666666667vw;
    margin-bottom: -1.3333333333vw;
  }
  .row-xs > [class^=col] {
    margin-bottom: 1.3333333333vw;
    padding-left: 0.6666666667vw;
    padding-right: 0.6666666667vw;
    position: relative;
  }
  .row .col {
    width: auto;
  }
  .row > .sp_col-1 {
    width: 100%;
  }
  .row > .sp_col-2 {
    width: calc((100%) / 2);
  }
  .row > .sp_col-3 {
    width: calc((100%) / 3);
  }
  .row > .sp_col-3_2 {
    width: calc((100%) * 2 / 3);
  }
  .row > .sp_col-4 {
    width: calc((100%) / 4);
  }
  .row > .sp_col-4_2 {
    width: calc((100%) * 2 / 4);
  }
  .row > .sp_col-4_3 {
    width: calc((100%) * 3 / 4);
  }
  .row > .sp_col-5 {
    width: calc((100%) / 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-7 {
    width: calc((100%) / 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-0 {
  margin-left: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
}
.row-0 > [class^=col] {
  margin-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  position: relative;
}
.row-1 {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-bottom: -1.6rem;
}
.row-1 > [class^=col] {
  margin-bottom: 1.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  position: relative;
}
.row-2 {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-bottom: -3.2rem;
}
.row-2 > [class^=col] {
  margin-bottom: 3.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
}
.row-3 {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  margin-bottom: -4.8rem;
}
.row-3 > [class^=col] {
  margin-bottom: 4.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
}
.row-4 {
  margin-left: -3.2rem;
  margin-right: -3.2rem;
  margin-bottom: -6.4rem;
}
.row-4 > [class^=col] {
  margin-bottom: 6.4rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  position: relative;
}
.row-5 {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: -8rem;
}
.row-5 > [class^=col] {
  margin-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}
.row-6 {
  margin-left: -4.8rem;
  margin-right: -4.8rem;
  margin-bottom: -9.6rem;
}
.row-6 > [class^=col] {
  margin-bottom: 9.6rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  position: relative;
}
.row-7 {
  margin-left: -5.6rem;
  margin-right: -5.6rem;
  margin-bottom: -11.2rem;
}
.row-7 > [class^=col] {
  margin-bottom: 11.2rem;
  padding-left: 5.6rem;
  padding-right: 5.6rem;
  position: relative;
}
.row-8 {
  margin-left: -6.4rem;
  margin-right: -6.4rem;
  margin-bottom: -12.8rem;
}
.row-8 > [class^=col] {
  margin-bottom: 12.8rem;
  padding-left: 6.4rem;
  padding-right: 6.4rem;
  position: relative;
}
.row-9 {
  margin-left: -7.2rem;
  margin-right: -7.2rem;
  margin-bottom: -14.4rem;
}
.row-9 > [class^=col] {
  margin-bottom: 14.4rem;
  padding-left: 7.2rem;
  padding-right: 7.2rem;
  position: relative;
}
.row-10 {
  margin-left: -8rem;
  margin-right: -8rem;
  margin-bottom: -16rem;
}
.row-10 > [class^=col] {
  margin-bottom: 16rem;
  padding-left: 8rem;
  padding-right: 8rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .sp_row {
    flex-direction: row;
    /* @include col($space_md_sp); */
  }
  .sp_row-xl {
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
    margin-bottom: -21.3333333333vw;
  }
  .sp_row-xl > [class^=col] {
    margin-bottom: 21.3333333333vw;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
    position: relative;
  }
  .sp_row-lg {
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: -8vw;
  }
  .sp_row-lg > [class^=col] {
    margin-bottom: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
  }
  .sp_row-md {
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
    margin-bottom: -5.3333333333vw;
  }
  .sp_row-md > [class^=col] {
    margin-bottom: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    position: relative;
  }
  .sp_row-sm {
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
    margin-bottom: -2.6666666667vw;
  }
  .sp_row-sm > [class^=col] {
    margin-bottom: 2.6666666667vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    position: relative;
  }
  .sp_row-xs {
    margin-left: -0.6666666667vw;
    margin-right: -0.6666666667vw;
    margin-bottom: -1.3333333333vw;
  }
  .sp_row-xs > [class^=col] {
    margin-bottom: 1.3333333333vw;
    padding-left: 0.6666666667vw;
    padding-right: 0.6666666667vw;
    position: relative;
  }
  .sp_row-0 {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .sp_row-0 > [class^=col] {
    margin-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    position: relative;
  }
  .sp_row-1 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-bottom: -1.6rem;
  }
  .sp_row-1 > [class^=col] {
    margin-bottom: 1.6rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    position: relative;
  }
  .sp_row-2 {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    margin-bottom: -3.2rem;
  }
  .sp_row-2 > [class^=col] {
    margin-bottom: 3.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    position: relative;
  }
  .sp_row-3 {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    margin-bottom: -4.8rem;
  }
  .sp_row-3 > [class^=col] {
    margin-bottom: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    position: relative;
  }
  .sp_row-4 {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
    margin-bottom: -6.4rem;
  }
  .sp_row-4 > [class^=col] {
    margin-bottom: 6.4rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: relative;
  }
  .sp_row-5 {
    margin-left: -4rem;
    margin-right: -4rem;
    margin-bottom: -8rem;
  }
  .sp_row-5 > [class^=col] {
    margin-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
  }
  .sp_row-6 {
    margin-left: -4.8rem;
    margin-right: -4.8rem;
    margin-bottom: -9.6rem;
  }
  .sp_row-6 > [class^=col] {
    margin-bottom: 9.6rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    position: relative;
  }
  .sp_row-7 {
    margin-left: -5.6rem;
    margin-right: -5.6rem;
    margin-bottom: -11.2rem;
  }
  .sp_row-7 > [class^=col] {
    margin-bottom: 11.2rem;
    padding-left: 5.6rem;
    padding-right: 5.6rem;
    position: relative;
  }
  .sp_row-8 {
    margin-left: -6.4rem;
    margin-right: -6.4rem;
    margin-bottom: -12.8rem;
  }
  .sp_row-8 > [class^=col] {
    margin-bottom: 12.8rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
    position: relative;
  }
  .sp_row-9 {
    margin-left: -7.2rem;
    margin-right: -7.2rem;
    margin-bottom: -14.4rem;
  }
  .sp_row-9 > [class^=col] {
    margin-bottom: 14.4rem;
    padding-left: 7.2rem;
    padding-right: 7.2rem;
    position: relative;
  }
  .sp_row-10 {
    margin-left: -8rem;
    margin-right: -8rem;
    margin-bottom: -16rem;
  }
  .sp_row-10 > [class^=col] {
    margin-bottom: 16rem;
    padding-left: 8rem;
    padding-right: 8rem;
    position: relative;
  }
  .sp_row-column_reverse {
    flex-direction: column-reverse;
  }
  .sp_row-column_reverse > [class^=col] {
    width: 100%;
    padding-right: 0;
  }
  .sp_row-reverse {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 768px) {
  .sp_row-0 {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .sp_row-0 > [class^=col] {
    margin-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    position: relative;
  }

  .sp_row-1 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-bottom: -1.6rem;
  }
  .sp_row-1 > [class^=col] {
    margin-bottom: 1.6rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    position: relative;
  }

  .sp_row-2 {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    margin-bottom: -3.2rem;
  }
  .sp_row-2 > [class^=col] {
    margin-bottom: 3.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    position: relative;
  }

  .sp_row-3 {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    margin-bottom: -4.8rem;
  }
  .sp_row-3 > [class^=col] {
    margin-bottom: 4.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    position: relative;
  }

  .sp_row-4 {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
    margin-bottom: -6.4rem;
  }
  .sp_row-4 > [class^=col] {
    margin-bottom: 6.4rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: relative;
  }

  .sp_row-5 {
    margin-left: -4rem;
    margin-right: -4rem;
    margin-bottom: -8rem;
  }
  .sp_row-5 > [class^=col] {
    margin-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
  }

  .sp_row-6 {
    margin-left: -4.8rem;
    margin-right: -4.8rem;
    margin-bottom: -9.6rem;
  }
  .sp_row-6 > [class^=col] {
    margin-bottom: 9.6rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    position: relative;
  }

  .sp_row-7 {
    margin-left: -5.6rem;
    margin-right: -5.6rem;
    margin-bottom: -11.2rem;
  }
  .sp_row-7 > [class^=col] {
    margin-bottom: 11.2rem;
    padding-left: 5.6rem;
    padding-right: 5.6rem;
    position: relative;
  }

  .sp_row-8 {
    margin-left: -6.4rem;
    margin-right: -6.4rem;
    margin-bottom: -12.8rem;
  }
  .sp_row-8 > [class^=col] {
    margin-bottom: 12.8rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
    position: relative;
  }

  .sp_row-9 {
    margin-left: -7.2rem;
    margin-right: -7.2rem;
    margin-bottom: -14.4rem;
  }
  .sp_row-9 > [class^=col] {
    margin-bottom: 14.4rem;
    padding-left: 7.2rem;
    padding-right: 7.2rem;
    position: relative;
  }

  .sp_row-10 {
    margin-left: -8rem;
    margin-right: -8rem;
    margin-bottom: -16rem;
  }
  .sp_row-10 > [class^=col] {
    margin-bottom: 16rem;
    padding-left: 8rem;
    padding-right: 8rem;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .sp_row-vertical {
    flex-direction: column;
  }
  .sp_row-align_start {
    align-items: flex-start;
  }
  .sp_row-center {
    justify-content: center;
    flex-direction: row;
  }
  .sp_row-between {
    justify-content: space-between;
    flex-direction: row;
  }
}
.card {
  border-radius: 1.6rem;
  background: rgba(51, 51, 51, 0.08);
  padding: 3.2rem;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.card:not(:first-child) {
  margin-top: 3.2rem;
}
.card-deko {
  box-shadow: 1.6rem 1.6rem 3.2rem rgba(0, 0, 0, 0.1), -1.6rem -1.6rem 3.2rem #FFF;
}
.card-boko {
  box-shadow: inset 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1), inset -0.8rem -0.8rem 1.6rem #FFF;
}
.card-primary {
  background: #CF0000;
  color: white;
}
.card-primary_op-0 {
  background: rgba(207, 0, 0, 0);
}
.card-primary_op-1 {
  background: rgba(207, 0, 0, 0.1);
}
.card-primary_op-2 {
  background: rgba(207, 0, 0, 0.2);
}
.card-primary_op-3 {
  background: rgba(207, 0, 0, 0.3);
}
.card-primary_op-4 {
  background: rgba(207, 0, 0, 0.4);
}
.card-primary_op-5 {
  background: rgba(207, 0, 0, 0.5);
}
.card-primary_op-6 {
  background: rgba(207, 0, 0, 0.6);
}
.card-primary_op-7 {
  background: rgba(207, 0, 0, 0.7);
}
.card-primary_op-8 {
  background: rgba(207, 0, 0, 0.8);
}
.card-primary_op-9 {
  background: rgba(207, 0, 0, 0.9);
}
.card-primary_op-10 {
  background: #cf0000;
}
.card-accent {
  background: #ffff3c;
}
.card-accent_op-0 {
  background: rgba(255, 255, 60, 0);
}
.card-accent_op-1 {
  background: rgba(255, 255, 60, 0.1);
}
.card-accent_op-2 {
  background: rgba(255, 255, 60, 0.2);
}
.card-accent_op-3 {
  background: rgba(255, 255, 60, 0.3);
}
.card-accent_op-4 {
  background: rgba(255, 255, 60, 0.4);
}
.card-accent_op-5 {
  background: rgba(255, 255, 60, 0.5);
}
.card-accent_op-6 {
  background: rgba(255, 255, 60, 0.6);
}
.card-accent_op-7 {
  background: rgba(255, 255, 60, 0.7);
}
.card-accent_op-8 {
  background: rgba(255, 255, 60, 0.8);
}
.card-accent_op-9 {
  background: rgba(255, 255, 60, 0.9);
}
.card-accent_op-10 {
  background: #ffff3c;
}
.card-font {
  background: #333333;
  color: white;
}
.card-font_op-0 {
  background: rgba(51, 51, 51, 0);
}
.card-font_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.card-font_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.card-font_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.card-font_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.card-font_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.card-font_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.card-font_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.card-font_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.card-font_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.card-font_op-10 {
  background: #333333;
}
.card-bg {
  background: rgba(51, 51, 51, 0.08);
  color: white;
}
.card-bg_op-0 {
  background: rgba(51, 51, 51, 0);
}
.card-bg_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.card-bg_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.card-bg_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.card-bg_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.card-bg_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.card-bg_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.card-bg_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.card-bg_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.card-bg_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.card-bg_op-10 {
  background: #333333;
}
.card-bg_light {
  background: rgba(51, 51, 51, 0.04);
  color: white;
}
.card-bg_light_op-0 {
  background: rgba(51, 51, 51, 0);
}
.card-bg_light_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.card-bg_light_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.card-bg_light_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.card-bg_light_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.card-bg_light_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.card-bg_light_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.card-bg_light_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.card-bg_light_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.card-bg_light_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.card-bg_light_op-10 {
  background: #333333;
}
.card-border {
  background: #D7D7D7;
}
.card-border_op-0 {
  background: rgba(215, 215, 215, 0);
}
.card-border_op-1 {
  background: rgba(215, 215, 215, 0.1);
}
.card-border_op-2 {
  background: rgba(215, 215, 215, 0.2);
}
.card-border_op-3 {
  background: rgba(215, 215, 215, 0.3);
}
.card-border_op-4 {
  background: rgba(215, 215, 215, 0.4);
}
.card-border_op-5 {
  background: rgba(215, 215, 215, 0.5);
}
.card-border_op-6 {
  background: rgba(215, 215, 215, 0.6);
}
.card-border_op-7 {
  background: rgba(215, 215, 215, 0.7);
}
.card-border_op-8 {
  background: rgba(215, 215, 215, 0.8);
}
.card-border_op-9 {
  background: rgba(215, 215, 215, 0.9);
}
.card-border_op-10 {
  background: #d7d7d7;
}
.card-error {
  background: #d80000;
  color: white;
}
.card-error_op-0 {
  background: rgba(216, 0, 0, 0);
}
.card-error_op-1 {
  background: rgba(216, 0, 0, 0.1);
}
.card-error_op-2 {
  background: rgba(216, 0, 0, 0.2);
}
.card-error_op-3 {
  background: rgba(216, 0, 0, 0.3);
}
.card-error_op-4 {
  background: rgba(216, 0, 0, 0.4);
}
.card-error_op-5 {
  background: rgba(216, 0, 0, 0.5);
}
.card-error_op-6 {
  background: rgba(216, 0, 0, 0.6);
}
.card-error_op-7 {
  background: rgba(216, 0, 0, 0.7);
}
.card-error_op-8 {
  background: rgba(216, 0, 0, 0.8);
}
.card-error_op-9 {
  background: rgba(216, 0, 0, 0.9);
}
.card-error_op-10 {
  background: #d80000;
}
.card-white {
  background: white;
}
.card-white_op-0 {
  background: rgba(255, 255, 255, 0);
}
.card-white_op-1 {
  background: rgba(255, 255, 255, 0.1);
}
.card-white_op-2 {
  background: rgba(255, 255, 255, 0.2);
}
.card-white_op-3 {
  background: rgba(255, 255, 255, 0.3);
}
.card-white_op-4 {
  background: rgba(255, 255, 255, 0.4);
}
.card-white_op-5 {
  background: rgba(255, 255, 255, 0.5);
}
.card-white_op-6 {
  background: rgba(255, 255, 255, 0.6);
}
.card-white_op-7 {
  background: rgba(255, 255, 255, 0.7);
}
.card-white_op-8 {
  background: rgba(255, 255, 255, 0.8);
}
.card-white_op-9 {
  background: rgba(255, 255, 255, 0.9);
}
.card-white_op-10 {
  background: white;
}
.card-black {
  background: black;
  color: white;
}
.card-black_op-0 {
  background: rgba(0, 0, 0, 0);
}
.card-black_op-1 {
  background: rgba(0, 0, 0, 0.1);
}
.card-black_op-2 {
  background: rgba(0, 0, 0, 0.2);
}
.card-black_op-3 {
  background: rgba(0, 0, 0, 0.3);
}
.card-black_op-4 {
  background: rgba(0, 0, 0, 0.4);
}
.card-black_op-5 {
  background: rgba(0, 0, 0, 0.5);
}
.card-black_op-6 {
  background: rgba(0, 0, 0, 0.6);
}
.card-black_op-7 {
  background: rgba(0, 0, 0, 0.7);
}
.card-black_op-8 {
  background: rgba(0, 0, 0, 0.8);
}
.card-black_op-9 {
  background: rgba(0, 0, 0, 0.9);
}
.card-black_op-10 {
  background: black;
}
.card-green {
  background: #CF0000;
  color: white;
}
.card-green_op-0 {
  background: rgba(207, 0, 0, 0);
}
.card-green_op-1 {
  background: rgba(207, 0, 0, 0.1);
}
.card-green_op-2 {
  background: rgba(207, 0, 0, 0.2);
}
.card-green_op-3 {
  background: rgba(207, 0, 0, 0.3);
}
.card-green_op-4 {
  background: rgba(207, 0, 0, 0.4);
}
.card-green_op-5 {
  background: rgba(207, 0, 0, 0.5);
}
.card-green_op-6 {
  background: rgba(207, 0, 0, 0.6);
}
.card-green_op-7 {
  background: rgba(207, 0, 0, 0.7);
}
.card-green_op-8 {
  background: rgba(207, 0, 0, 0.8);
}
.card-green_op-9 {
  background: rgba(207, 0, 0, 0.9);
}
.card-green_op-10 {
  background: #cf0000;
}
.card-blue {
  background: #2E86DF;
  color: white;
}
.card-blue_op-0 {
  background: rgba(46, 134, 223, 0);
}
.card-blue_op-1 {
  background: rgba(46, 134, 223, 0.1);
}
.card-blue_op-2 {
  background: rgba(46, 134, 223, 0.2);
}
.card-blue_op-3 {
  background: rgba(46, 134, 223, 0.3);
}
.card-blue_op-4 {
  background: rgba(46, 134, 223, 0.4);
}
.card-blue_op-5 {
  background: rgba(46, 134, 223, 0.5);
}
.card-blue_op-6 {
  background: rgba(46, 134, 223, 0.6);
}
.card-blue_op-7 {
  background: rgba(46, 134, 223, 0.7);
}
.card-blue_op-8 {
  background: rgba(46, 134, 223, 0.8);
}
.card-blue_op-9 {
  background: rgba(46, 134, 223, 0.9);
}
.card-blue_op-10 {
  background: #2e86df;
}
.card-orange {
  background: #FF9E43;
}
.card-orange_op-0 {
  background: rgba(255, 158, 67, 0);
}
.card-orange_op-1 {
  background: rgba(255, 158, 67, 0.1);
}
.card-orange_op-2 {
  background: rgba(255, 158, 67, 0.2);
}
.card-orange_op-3 {
  background: rgba(255, 158, 67, 0.3);
}
.card-orange_op-4 {
  background: rgba(255, 158, 67, 0.4);
}
.card-orange_op-5 {
  background: rgba(255, 158, 67, 0.5);
}
.card-orange_op-6 {
  background: rgba(255, 158, 67, 0.6);
}
.card-orange_op-7 {
  background: rgba(255, 158, 67, 0.7);
}
.card-orange_op-8 {
  background: rgba(255, 158, 67, 0.8);
}
.card-orange_op-9 {
  background: rgba(255, 158, 67, 0.9);
}
.card-orange_op-10 {
  background: #ff9e43;
}
.card-fb {
  background: #3A5897;
  color: white;
}
.card-fb_op-0 {
  background: rgba(58, 88, 151, 0);
}
.card-fb_op-1 {
  background: rgba(58, 88, 151, 0.1);
}
.card-fb_op-2 {
  background: rgba(58, 88, 151, 0.2);
}
.card-fb_op-3 {
  background: rgba(58, 88, 151, 0.3);
}
.card-fb_op-4 {
  background: rgba(58, 88, 151, 0.4);
}
.card-fb_op-5 {
  background: rgba(58, 88, 151, 0.5);
}
.card-fb_op-6 {
  background: rgba(58, 88, 151, 0.6);
}
.card-fb_op-7 {
  background: rgba(58, 88, 151, 0.7);
}
.card-fb_op-8 {
  background: rgba(58, 88, 151, 0.8);
}
.card-fb_op-9 {
  background: rgba(58, 88, 151, 0.9);
}
.card-fb_op-10 {
  background: #3a5897;
}

@media only screen and (max-width: 768px) {
  .card {
    padding: 1.6rem;
  }
}
label {
  display: inline-block;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea,
.date-label,
.js-filename {
  border-radius: 2px;
  padding: 10px;
  margin-right: 0.8rem;
  /*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 #D7D7D7;
  width: 100%;
}
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: #CF0000;
}

input[type=radio] {
  /*position : absolute;
  opacity  : 0;
  display  : none;*/
}
input[type=radio] + .radio-label {
  position: relative;
  margin-right: 1.6rem;
  padding: 1.6rem 0;
}
input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  top: 0;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.08);
  margin-right: 0.8rem;
  vertical-align: middle;
  box-shadow: inset 2px 2px 0.4rem rgba(0, 0, 0, 0.1), inset -1px -1px 0.2rem #FFF;
  transition: all 250ms ease;
}
input[type=radio]:checked + .radio-label:before {
  background-color: #CF0000;
}
input[type=radio]:checked + .radio-label:after {
  content: "";
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 100%;
  position: absolute;
  left: 0.5333333333rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: rgba(51, 51, 51, 0.08);
  box-shadow: 2px 2px 0.4rem rgba(0, 0, 0, 0.1), -1px -1px 0.2rem #FFF;
}
input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #CF0000;
}
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;
}
input[type=checkbox] + .checkbox-label {
  position: relative;
  margin-right: 40px;
}
input[type=checkbox] + .checkbox-label:before {
  content: "";
  border-radius: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.2em;
  cursor: pointer;
  text-align: center;
  background-color: white;
  margin-right: 0.8rem;
  vertical-align: middle;
  transition: all 250ms ease;
  border: solid 1px #D7D7D7;
}
input[type=checkbox] + .checkbox-label-agree {
  height: auto;
  box-shadow: none;
  display: inline-block;
  width: auto;
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  input[type=checkbox] + .checkbox-label-agree {
    font-size: 4.2666666667vw;
  }
}
input[type=checkbox]:checked + .checkbox-label:after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  content: "";
  color: #CF0000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  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: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 20px 10px;
  font-size: 1.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #333333;
  font-size: 2.4rem;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .checkbox-label {
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.checkbox-label .btn-inner {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .checkbox-label .btn-inner {
    font-size: 3.7333333333vw;
  }
}
.checkbox-label .fal {
  /* display: block; */
  font-size: 4rem;
  color: #CF0000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .checkbox-label .fal {
    font-size: 6.4vw;
    margin-bottom: 1.3333333333vw;
  }
}

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

.search-checkbox-label {
  /* @include mq($break_sp) {
  height: px_to_vw(200);
  } */
}

textarea {
  resize: vertical;
}

.toggle-input {
  display: none;
}
.toggle-input:checked + .toggle-label {
  background-color: #CF0000;
}
.toggle-input:checked + .toggle-label:after {
  left: 2.88rem;
}
.toggle-label {
  width: 4.8rem;
  height: 2.56rem;
  font-size: 1.6rem;
  border-radius: 32rem;
  background-color: rgba(51, 51, 51, 0.08);
  margin-right: 0.8rem;
  box-shadow: inset 1px 1px 0.32rem rgba(0, 0, 0, 0.1), inset -1px -1px 0.32rem #FFF;
  position: relative;
  display: inline-block;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  left: 0.5333333333rem;
  top: 0.4rem;
  z-index: 2;
  background-color: rgba(51, 51, 51, 0.08);
  box-shadow: 2px 2px 0.4rem rgba(0, 0, 0, 0.1), -1px -1px 0.4rem #FFF;
  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 0.4rem 0 0.8rem;
}
.date-label.is-disabled .fas {
  margin-right: 1.6rem;
}

.file-label {
  position: relative;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.file-label:after {
  content: "ファイルを選択する";
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 32rem;
  padding: 1.6rem;
  background-color: rgba(51, 51, 51, 0.08);
  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;
}
.select-label:after,
select:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  font-size: 1.28rem;
}
.select-label select,
select select {
  padding-right: 2.4rem;
  position: relative;
  z-index: 9;
}

form .error {
  display: none;
  color: #d80000;
  position: relative;
  padding-left: 2.4rem;
}
form .error:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
form *:invalid:focus {
  border: #d80000 1px solid;
}
form *:invalid:focus + .error {
  display: block;
}

.js-edit_target {
  padding: 0;
}
.js-edit_target.is-disabled {
  border-radius: 3.2rem;
  margin-right: 0.8rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -5px -5px 10px #FFF;
  padding: 0 1.6rem;
}
.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 {
  box-shadow: none;
  padding: 1.6rem 0;
}
.js-edit_target.is-disabled .file-label {
  padding: 1.6rem 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.6rem;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-right: 10px;
}

.mwform-checkbox-field-text {
  display: none;
}

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

.mw_wp_form .error {
  position: absolute;
  /*@include mq($break_sp) {
  	position : relative;
  }*/
}

.b_error .mw_wp_form td {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .b_error .mw_wp_form td {
    padding-bottom: 5.3333333333vw;
  }
}
.b_error .mw_wp_form .form-address,
.b_error .mw_wp_form .form-pref {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .b_error .mw_wp_form .form-address,
.b_error .mw_wp_form .form-pref {
    margin-top: 5.3333333333vw;
  }
}

.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: 768px) {
  .form-btns .btn {
    margin: auto;
  }
}

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

.ttl-size_xl {
  font-weight: bold;
  font-size: 12rem;
  color: rgba(207, 0, 0, 0.8);
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .ttl-size_xl {
    font-size: 13.3333333333vw;
  }
}
.ttl-size_lg {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .ttl-size_lg {
    margin-bottom: 5.3333333333vw;
  }
}
.ttl-size_md {
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .ttl-size_md {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.ttl-size_md .ttl-sub {
  opacity: 0.6;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #CF0000;
}
@media only screen and (max-width: 768px) {
  .ttl-size_md .ttl-sub {
    font-size: 2.4888888889vw;
  }
}
.ttl-size_sm {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ttl-size_sm {
    font-size: 4.2666666667vw;
  }
}
.ttl-size_sm .ttl-sub {
  font-size: 2.1rem;
  text-transform: uppercase;
  color: #CF0000;
}
@media only screen and (max-width: 768px) {
  .ttl-size_sm .ttl-sub {
    font-size: 3.7333333333vw;
  }
}
.ttl-size_xs {
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .ttl-size_xs {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.svg {
  display: none;
}

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

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

/************************************************
	画像のトリミング
************************************************/
.img {
  position: relative;
  display: block;
  /*ackground-color : rgba($color-shadow, .2);*/
}
.img:before {
  content: "";
  display: block;
}
.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-circle {
  border-radius: 50%;
  overflow: hidden;
}
.img-circle:before {
  padding-top: 100%;
}
.img-shadow {
  position: relative;
  border-radius: 0 0 20px 0;
  margin-bottom: 60px;
}
.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, 0, 0, 0.5);
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 0;
  border-radius: 0 0 20px 0;
}

.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;
	}
} */
.ol-counter {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.ol-counter li {
  /*text-indent   : -$ruler*3.5;*/
  padding-left: 1.5em;
  margin-bottom: 1em;
  /*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: #CF0000;
  vertical-align: middle;
  font-size: 150%;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin-right: 0.8rem;
  top: -1.2rem;
  border-radius: 100%;
}
.ol-counter-flow li {
  display: flex;
  align-items: flex-start;
  margin: 0 auto 60px;
  padding-left: 0;
  width: 100%;
  position: relative;
}
.ol-counter-flow li:before {
  background-color: white;
  border: solid 1px #CF0000;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  color: #CF0000;
  font-size: 4rem;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  width: 160px;
  height: 160px;
  line-height: 160px;
  position: static;
  vertical-align: middle;
}
.ol-counter-flow li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #CF0000;
  position: absolute;
  top: 160px;
  left: 80px;
}
.ol-counter-flow-inner {
  padding-left: 20px;
  width: 80%;
}
.ol-step_form {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.ol-step_form-item {
  position: relative;
  color: #D7D7D7;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.ol-step_form-item:not(:first-child) {
  margin-left: 60px;
}
.ol-step_form-item:not(:first-child):before {
  content: "";
  display: block;
  height: 1px;
  width: calc(60px + 1.4em);
  background-color: currentColor;
  position: absolute;
  top: -2.5px;
  right: 1.5em;
}
@media only screen and (max-width: 768px) {
  .ol-step_form-item:not(:first-child):before {
    top: -0.3333333333vw;
  }
}
.ol-step_form-item:after {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .ol-step_form-item:after {
    height: 0.6666666667vw;
    width: 0.6666666667vw;
  }
}
.ol-step_form-item:first-child {
  color: #CF0000;
}

.ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .ul li {
    font-size: 3.7333333333vw;
  }
}
.ul-voice-item {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #D7D7D7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ul-voice-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ul-voice-img {
  width: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.ul-voice-img:before {
  padding-top: 100%;
}
.ul-voice-img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.ul-voice-inner {
  padding-left: 20px;
}
.ul-faq {
  border-top: solid 1px #D7D7D7;
}
.ul-faq-item {
  border-bottom: solid 1px #D7D7D7;
}
.ul-faq-icon {
  margin-right: 10px;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .ul-faq-icon {
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .ul-faq-icon {
    font-size: 4.2666666667vw;
  }
}
.ul-faq-q {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.4rem;
  padding: 10px 60px 10px 20px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .ul-faq-q {
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .ul-faq-q {
    font-size: 4.2666666667vw;
  }
}
.ul-faq-a {
  padding: 0 60px 10px 20px;
}
.ul-faq-a-inner {
  display: flex;
}
.ul-circle li {
  position: relative;
}
.ul-circle li:before {
  color: #CF0000;
  content: "●";
}

.dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .dl {
    border-top: solid 2px #CF0000;
  }
}
.dl dt {
  border-bottom: solid 2px #CF0000;
  width: 30%;
  padding: 20px 60px 0;
  padding: 20px 60px;
}
@media only screen and (max-width: 768px) {
  .dl dt {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
    border-bottom: solid 1px #CF0000;
  }
}
.dl dd {
  border-bottom: solid 1px #CF0000;
  width: 70%;
  padding: 20px 60px;
}
@media only screen and (max-width: 768px) {
  .dl dd {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
    border-bottom: solid 2px #CF0000;
  }
}
.dl-personal {
  display: block;
}
.dl-personal dt, .dl-personal dd {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
}
.dl-personal dt {
  font-weight: bold;
}
.dl-personal > dt {
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.dl-personal > dd {
  margin-bottom: 40px;
}
.bg-color_primary {
  background: #CF0000;
}
.bg-color_primary_op-0 {
  background: rgba(207, 0, 0, 0);
}
.bg-color_primary_op-1 {
  background: rgba(207, 0, 0, 0.1);
}
.bg-color_primary_op-2 {
  background: rgba(207, 0, 0, 0.2);
}
.bg-color_primary_op-3 {
  background: rgba(207, 0, 0, 0.3);
}
.bg-color_primary_op-4 {
  background: rgba(207, 0, 0, 0.4);
}
.bg-color_primary_op-5 {
  background: rgba(207, 0, 0, 0.5);
}
.bg-color_primary_op-6 {
  background: rgba(207, 0, 0, 0.6);
}
.bg-color_primary_op-7 {
  background: rgba(207, 0, 0, 0.7);
}
.bg-color_primary_op-8 {
  background: rgba(207, 0, 0, 0.8);
}
.bg-color_primary_op-9 {
  background: rgba(207, 0, 0, 0.9);
}
.bg-color_primary_op-10 {
  background: #cf0000;
}
.bg-color_accent {
  background: #ffff3c;
}
.bg-color_accent_op-0 {
  background: rgba(255, 255, 60, 0);
}
.bg-color_accent_op-1 {
  background: rgba(255, 255, 60, 0.1);
}
.bg-color_accent_op-2 {
  background: rgba(255, 255, 60, 0.2);
}
.bg-color_accent_op-3 {
  background: rgba(255, 255, 60, 0.3);
}
.bg-color_accent_op-4 {
  background: rgba(255, 255, 60, 0.4);
}
.bg-color_accent_op-5 {
  background: rgba(255, 255, 60, 0.5);
}
.bg-color_accent_op-6 {
  background: rgba(255, 255, 60, 0.6);
}
.bg-color_accent_op-7 {
  background: rgba(255, 255, 60, 0.7);
}
.bg-color_accent_op-8 {
  background: rgba(255, 255, 60, 0.8);
}
.bg-color_accent_op-9 {
  background: rgba(255, 255, 60, 0.9);
}
.bg-color_accent_op-10 {
  background: #ffff3c;
}
.bg-color_font {
  background: #333333;
}
.bg-color_font_op-0 {
  background: rgba(51, 51, 51, 0);
}
.bg-color_font_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.bg-color_font_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.bg-color_font_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.bg-color_font_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.bg-color_font_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.bg-color_font_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.bg-color_font_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.bg-color_font_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.bg-color_font_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.bg-color_font_op-10 {
  background: #333333;
}
.bg-color_bg {
  background: rgba(51, 51, 51, 0.08);
}
.bg-color_bg_op-0 {
  background: rgba(51, 51, 51, 0);
}
.bg-color_bg_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.bg-color_bg_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.bg-color_bg_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.bg-color_bg_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.bg-color_bg_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.bg-color_bg_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.bg-color_bg_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.bg-color_bg_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.bg-color_bg_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.bg-color_bg_op-10 {
  background: #333333;
}
.bg-color_bg_light {
  background: rgba(51, 51, 51, 0.04);
}
.bg-color_bg_light_op-0 {
  background: rgba(51, 51, 51, 0);
}
.bg-color_bg_light_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.bg-color_bg_light_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.bg-color_bg_light_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.bg-color_bg_light_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.bg-color_bg_light_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.bg-color_bg_light_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.bg-color_bg_light_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.bg-color_bg_light_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.bg-color_bg_light_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.bg-color_bg_light_op-10 {
  background: #333333;
}
.bg-color_border {
  background: #D7D7D7;
}
.bg-color_border_op-0 {
  background: rgba(215, 215, 215, 0);
}
.bg-color_border_op-1 {
  background: rgba(215, 215, 215, 0.1);
}
.bg-color_border_op-2 {
  background: rgba(215, 215, 215, 0.2);
}
.bg-color_border_op-3 {
  background: rgba(215, 215, 215, 0.3);
}
.bg-color_border_op-4 {
  background: rgba(215, 215, 215, 0.4);
}
.bg-color_border_op-5 {
  background: rgba(215, 215, 215, 0.5);
}
.bg-color_border_op-6 {
  background: rgba(215, 215, 215, 0.6);
}
.bg-color_border_op-7 {
  background: rgba(215, 215, 215, 0.7);
}
.bg-color_border_op-8 {
  background: rgba(215, 215, 215, 0.8);
}
.bg-color_border_op-9 {
  background: rgba(215, 215, 215, 0.9);
}
.bg-color_border_op-10 {
  background: #d7d7d7;
}
.bg-color_error {
  background: #d80000;
}
.bg-color_error_op-0 {
  background: rgba(216, 0, 0, 0);
}
.bg-color_error_op-1 {
  background: rgba(216, 0, 0, 0.1);
}
.bg-color_error_op-2 {
  background: rgba(216, 0, 0, 0.2);
}
.bg-color_error_op-3 {
  background: rgba(216, 0, 0, 0.3);
}
.bg-color_error_op-4 {
  background: rgba(216, 0, 0, 0.4);
}
.bg-color_error_op-5 {
  background: rgba(216, 0, 0, 0.5);
}
.bg-color_error_op-6 {
  background: rgba(216, 0, 0, 0.6);
}
.bg-color_error_op-7 {
  background: rgba(216, 0, 0, 0.7);
}
.bg-color_error_op-8 {
  background: rgba(216, 0, 0, 0.8);
}
.bg-color_error_op-9 {
  background: rgba(216, 0, 0, 0.9);
}
.bg-color_error_op-10 {
  background: #d80000;
}
.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_green {
  background: #CF0000;
}
.bg-color_green_op-0 {
  background: rgba(207, 0, 0, 0);
}
.bg-color_green_op-1 {
  background: rgba(207, 0, 0, 0.1);
}
.bg-color_green_op-2 {
  background: rgba(207, 0, 0, 0.2);
}
.bg-color_green_op-3 {
  background: rgba(207, 0, 0, 0.3);
}
.bg-color_green_op-4 {
  background: rgba(207, 0, 0, 0.4);
}
.bg-color_green_op-5 {
  background: rgba(207, 0, 0, 0.5);
}
.bg-color_green_op-6 {
  background: rgba(207, 0, 0, 0.6);
}
.bg-color_green_op-7 {
  background: rgba(207, 0, 0, 0.7);
}
.bg-color_green_op-8 {
  background: rgba(207, 0, 0, 0.8);
}
.bg-color_green_op-9 {
  background: rgba(207, 0, 0, 0.9);
}
.bg-color_green_op-10 {
  background: #cf0000;
}
.bg-color_blue {
  background: #2E86DF;
}
.bg-color_blue_op-0 {
  background: rgba(46, 134, 223, 0);
}
.bg-color_blue_op-1 {
  background: rgba(46, 134, 223, 0.1);
}
.bg-color_blue_op-2 {
  background: rgba(46, 134, 223, 0.2);
}
.bg-color_blue_op-3 {
  background: rgba(46, 134, 223, 0.3);
}
.bg-color_blue_op-4 {
  background: rgba(46, 134, 223, 0.4);
}
.bg-color_blue_op-5 {
  background: rgba(46, 134, 223, 0.5);
}
.bg-color_blue_op-6 {
  background: rgba(46, 134, 223, 0.6);
}
.bg-color_blue_op-7 {
  background: rgba(46, 134, 223, 0.7);
}
.bg-color_blue_op-8 {
  background: rgba(46, 134, 223, 0.8);
}
.bg-color_blue_op-9 {
  background: rgba(46, 134, 223, 0.9);
}
.bg-color_blue_op-10 {
  background: #2e86df;
}
.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-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 {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  fill: currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  /* margin: auto; */
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .m-btn {
    /* margin: auto; */
    width: 72vw;
    height: 16vw;
  }
}
.m-btn .fas,
.m-btn img {
  vertical-align: middle;
}

.btn-color_primary {
  background: #CF0000;
  color: #CF0000;
  color: #FFF;
}
.btn-color_primary:hover {
  background-color: #830000;
  fill: currentColor;
}
.btn-border_primary {
  background: transparent;
  border: solid 2px #CF0000;
  color: #CF0000;
  padding-left: 0;
  justify-content: center;
}
.btn-border_primary:hover {
  border-color: #CF0000;
}
.btn-border_primary::after {
  content: none;
}
.btn-border_double_primary {
  border: solid 4px transparent;
  outline: solid 1px #CF0000;
  color: #CF0000;
  position: relative;
}
.btn-border_double_primary:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #CF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_primary:hover {
  background-color: #CF0000;
  color: white;
}
.btn-txt_primary {
  background: transparent;
}
.btn-txt_primary:after {
  color: #CF0000;
}
.btn-txt_primary:hover {
  border-bottom: solid 1px #CF0000;
}
.btn-color_accent {
  background: #ffff3c;
  color: #CF0000;
}
.btn-color_accent:hover {
  background-color: #efef00;
  fill: currentColor;
}
.btn-border_accent {
  background: transparent;
  border: solid 2px #ffff3c;
  color: #ffff3c;
  padding-left: 0;
  justify-content: center;
}
.btn-border_accent:hover {
  border-color: #CF0000;
}
.btn-border_accent::after {
  content: none;
}
.btn-border_double_accent {
  border: solid 4px transparent;
  outline: solid 1px #ffff3c;
  color: #ffff3c;
  position: relative;
}
.btn-border_double_accent:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ffff3c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_accent:hover {
  background-color: #ffff3c;
  color: white;
}
.btn-txt_accent {
  background: transparent;
}
.btn-txt_accent:after {
  color: #ffff3c;
}
.btn-txt_accent:hover {
  border-bottom: solid 1px #ffff3c;
}
.btn-color_font {
  background: #333333;
  color: #CF0000;
  color: #FFF;
}
.btn-color_font:hover {
  background-color: #0d0d0d;
  fill: currentColor;
}
.btn-border_font {
  background: transparent;
  border: solid 2px #333333;
  color: #333333;
  padding-left: 0;
  justify-content: center;
}
.btn-border_font:hover {
  border-color: #CF0000;
}
.btn-border_font::after {
  content: none;
}
.btn-border_double_font {
  border: solid 4px transparent;
  outline: solid 1px #333333;
  color: #333333;
  position: relative;
}
.btn-border_double_font:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_font:hover {
  background-color: #333333;
  color: white;
}
.btn-txt_font {
  background: transparent;
}
.btn-txt_font:after {
  color: #333333;
}
.btn-txt_font:hover {
  border-bottom: solid 1px #333333;
}
.btn-color_bg {
  background: rgba(51, 51, 51, 0.08);
  color: #CF0000;
  color: #FFF;
}
.btn-color_bg:hover {
  background-color: rgba(13, 13, 13, 0.08);
  fill: currentColor;
}
.btn-border_bg {
  background: transparent;
  border: solid 2px rgba(51, 51, 51, 0.08);
  color: rgba(51, 51, 51, 0.08);
  padding-left: 0;
  justify-content: center;
}
.btn-border_bg:hover {
  border-color: #CF0000;
}
.btn-border_bg::after {
  content: none;
}
.btn-border_double_bg {
  border: solid 4px transparent;
  outline: solid 1px rgba(51, 51, 51, 0.08);
  color: rgba(51, 51, 51, 0.08);
  position: relative;
}
.btn-border_double_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(51, 51, 51, 0.08);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg:hover {
  background-color: rgba(51, 51, 51, 0.08);
  color: white;
}
.btn-txt_bg {
  background: transparent;
}
.btn-txt_bg:after {
  color: rgba(51, 51, 51, 0.08);
}
.btn-txt_bg:hover {
  border-bottom: solid 1px rgba(51, 51, 51, 0.08);
}
.btn-color_bg_light {
  background: rgba(51, 51, 51, 0.04);
  color: #CF0000;
  color: #FFF;
}
.btn-color_bg_light:hover {
  background-color: rgba(13, 13, 13, 0.04);
  fill: currentColor;
}
.btn-border_bg_light {
  background: transparent;
  border: solid 2px rgba(51, 51, 51, 0.04);
  color: rgba(51, 51, 51, 0.04);
  padding-left: 0;
  justify-content: center;
}
.btn-border_bg_light:hover {
  border-color: #CF0000;
}
.btn-border_bg_light::after {
  content: none;
}
.btn-border_double_bg_light {
  border: solid 4px transparent;
  outline: solid 1px rgba(51, 51, 51, 0.04);
  color: rgba(51, 51, 51, 0.04);
  position: relative;
}
.btn-border_double_bg_light:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(51, 51, 51, 0.04);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_bg_light:hover {
  background-color: rgba(51, 51, 51, 0.04);
  color: white;
}
.btn-txt_bg_light {
  background: transparent;
}
.btn-txt_bg_light:after {
  color: rgba(51, 51, 51, 0.04);
}
.btn-txt_bg_light:hover {
  border-bottom: solid 1px rgba(51, 51, 51, 0.04);
}
.btn-color_border {
  background: #D7D7D7;
  color: #CF0000;
}
.btn-color_border:hover {
  background-color: #b1b1b1;
  fill: currentColor;
}
.btn-border_border {
  background: transparent;
  border: solid 2px #D7D7D7;
  color: #D7D7D7;
  padding-left: 0;
  justify-content: center;
}
.btn-border_border:hover {
  border-color: #CF0000;
}
.btn-border_border::after {
  content: none;
}
.btn-border_double_border {
  border: solid 4px transparent;
  outline: solid 1px #D7D7D7;
  color: #D7D7D7;
  position: relative;
}
.btn-border_double_border:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #D7D7D7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_border:hover {
  background-color: #D7D7D7;
  color: white;
}
.btn-txt_border {
  background: transparent;
}
.btn-txt_border:after {
  color: #D7D7D7;
}
.btn-txt_border:hover {
  border-bottom: solid 1px #D7D7D7;
}
.btn-color_error {
  background: #d80000;
  color: #CF0000;
  color: #FFF;
}
.btn-color_error:hover {
  background-color: #8c0000;
  fill: currentColor;
}
.btn-border_error {
  background: transparent;
  border: solid 2px #d80000;
  color: #d80000;
  padding-left: 0;
  justify-content: center;
}
.btn-border_error:hover {
  border-color: #CF0000;
}
.btn-border_error::after {
  content: none;
}
.btn-border_double_error {
  border: solid 4px transparent;
  outline: solid 1px #d80000;
  color: #d80000;
  position: relative;
}
.btn-border_double_error:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #d80000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_error:hover {
  background-color: #d80000;
  color: white;
}
.btn-txt_error {
  background: transparent;
}
.btn-txt_error:after {
  color: #d80000;
}
.btn-txt_error:hover {
  border-bottom: solid 1px #d80000;
}
.btn-color_white {
  background: white;
  color: #CF0000;
}
.btn-color_white:hover {
  background-color: #d9d9d9;
  fill: currentColor;
}
.btn-border_white {
  background: transparent;
  border: solid 2px white;
  color: white;
  padding-left: 0;
  justify-content: center;
}
.btn-border_white:hover {
  border-color: #CF0000;
}
.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: #CF0000;
  color: #FFF;
}
.btn-color_black:hover {
  background-color: black;
  fill: currentColor;
}
.btn-border_black {
  background: transparent;
  border: solid 2px black;
  color: black;
  padding-left: 0;
  justify-content: center;
}
.btn-border_black:hover {
  border-color: #CF0000;
}
.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_green {
  background: #CF0000;
  color: #CF0000;
  color: #FFF;
}
.btn-color_green:hover {
  background-color: #830000;
  fill: currentColor;
}
.btn-border_green {
  background: transparent;
  border: solid 2px #CF0000;
  color: #CF0000;
  padding-left: 0;
  justify-content: center;
}
.btn-border_green:hover {
  border-color: #CF0000;
}
.btn-border_green::after {
  content: none;
}
.btn-border_double_green {
  border: solid 4px transparent;
  outline: solid 1px #CF0000;
  color: #CF0000;
  position: relative;
}
.btn-border_double_green:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #CF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_green:hover {
  background-color: #CF0000;
  color: white;
}
.btn-txt_green {
  background: transparent;
}
.btn-txt_green:after {
  color: #CF0000;
}
.btn-txt_green:hover {
  border-bottom: solid 1px #CF0000;
}
.btn-color_blue {
  background: #2E86DF;
  color: #CF0000;
  color: #FFF;
}
.btn-color_blue:hover {
  background-color: #1a60a7;
  fill: currentColor;
}
.btn-border_blue {
  background: transparent;
  border: solid 2px #2E86DF;
  color: #2E86DF;
  padding-left: 0;
  justify-content: center;
}
.btn-border_blue:hover {
  border-color: #CF0000;
}
.btn-border_blue::after {
  content: none;
}
.btn-border_double_blue {
  border: solid 4px transparent;
  outline: solid 1px #2E86DF;
  color: #2E86DF;
  position: relative;
}
.btn-border_double_blue:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #2E86DF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn-border_double_blue:hover {
  background-color: #2E86DF;
  color: white;
}
.btn-txt_blue {
  background: transparent;
}
.btn-txt_blue:after {
  color: #2E86DF;
}
.btn-txt_blue:hover {
  border-bottom: solid 1px #2E86DF;
}
.btn-color_orange {
  background: #FF9E43;
  color: #CF0000;
}
.btn-color_orange:hover {
  background-color: #f67700;
  fill: currentColor;
}
.btn-border_orange {
  background: transparent;
  border: solid 2px #FF9E43;
  color: #FF9E43;
  padding-left: 0;
  justify-content: center;
}
.btn-border_orange:hover {
  border-color: #CF0000;
}
.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: #CF0000;
  color: #FFF;
}
.btn-color_fb:hover {
  background-color: #253860;
  fill: currentColor;
}
.btn-border_fb {
  background: transparent;
  border: solid 2px #3A5897;
  color: #3A5897;
  padding-left: 0;
  justify-content: center;
}
.btn-border_fb:hover {
  border-color: #CF0000;
}
.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-round {
  border-radius: 200px;
}
.btn-square {
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  line-height: 8.5333333333vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .btn-square {
    padding: 1.3333333333vw;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .btn-square {
    padding: 0.8888888889vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    line-height: 5.3333333333vw;
  }
}
.btn-square .fas {
  position: absolute;
  top: 50%;
  /*left      : 0;
  right     : 0;*/
  margin: auto;
  transform: translateY(-50%);
  font-size: 10px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .btn-square .fas {
    font-size: 1.3333333333vw;
  }
}
.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;
  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-back {
  position: relative;
}
.btn-back:after {
  content: "";
  display: block;
  background: url("/assets/img/icon_arrow.png") center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.btn-back:hover:after {
  left: 1.6rem;
}
.btn-size_lg {
  width: 320px;
  height: 60px;
  font-size: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .btn-size_lg {
    width: 80vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.btn-size_md {
  width: 240px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .btn-size_md {
    width: 53.3333333333vw;
    height: 13.3333333333vw;
  }
}
.btn-size_sm {
  width: 120px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .btn-size_sm {
    width: 32vw;
    height: 10.6666666667vw;
  }
}
.btn-disabled {
  background-color: rgba(51, 51, 51, 0.3);
  box-shadow: none;
  pointer-events: none;
}

.border-b_primary {
  border-bottom: solid 1px #CF0000;
}
.border-b-2_primary {
  border-bottom: solid 2px #CF0000;
}
.border-t_primary {
  border-top: solid 1px #CF0000;
}
.border-b_accent {
  border-bottom: solid 1px #ffff3c;
}
.border-b-2_accent {
  border-bottom: solid 2px #ffff3c;
}
.border-t_accent {
  border-top: solid 1px #ffff3c;
}
.border-b_font {
  border-bottom: solid 1px #333333;
}
.border-b-2_font {
  border-bottom: solid 2px #333333;
}
.border-t_font {
  border-top: solid 1px #333333;
}
.border-b_bg {
  border-bottom: solid 1px rgba(51, 51, 51, 0.08);
}
.border-b-2_bg {
  border-bottom: solid 2px rgba(51, 51, 51, 0.08);
}
.border-t_bg {
  border-top: solid 1px rgba(51, 51, 51, 0.08);
}
.border-b_bg_light {
  border-bottom: solid 1px rgba(51, 51, 51, 0.04);
}
.border-b-2_bg_light {
  border-bottom: solid 2px rgba(51, 51, 51, 0.04);
}
.border-t_bg_light {
  border-top: solid 1px rgba(51, 51, 51, 0.04);
}
.border-b_border {
  border-bottom: solid 1px #D7D7D7;
}
.border-b-2_border {
  border-bottom: solid 2px #D7D7D7;
}
.border-t_border {
  border-top: solid 1px #D7D7D7;
}
.border-b_error {
  border-bottom: solid 1px #d80000;
}
.border-b-2_error {
  border-bottom: solid 2px #d80000;
}
.border-t_error {
  border-top: solid 1px #d80000;
}
.border-b_white {
  border-bottom: solid 1px white;
}
.border-b-2_white {
  border-bottom: solid 2px white;
}
.border-t_white {
  border-top: solid 1px white;
}
.border-b_black {
  border-bottom: solid 1px black;
}
.border-b-2_black {
  border-bottom: solid 2px black;
}
.border-t_black {
  border-top: solid 1px black;
}
.border-b_green {
  border-bottom: solid 1px #CF0000;
}
.border-b-2_green {
  border-bottom: solid 2px #CF0000;
}
.border-t_green {
  border-top: solid 1px #CF0000;
}
.border-b_blue {
  border-bottom: solid 1px #2E86DF;
}
.border-b-2_blue {
  border-bottom: solid 2px #2E86DF;
}
.border-t_blue {
  border-top: solid 1px #2E86DF;
}
.border-b_orange {
  border-bottom: solid 1px #FF9E43;
}
.border-b-2_orange {
  border-bottom: solid 2px #FF9E43;
}
.border-t_orange {
  border-top: solid 1px #FF9E43;
}
.border-b_fb {
  border-bottom: solid 1px #3A5897;
}
.border-b-2_fb {
  border-bottom: solid 2px #3A5897;
}
.border-t_fb {
  border-top: solid 1px #3A5897;
}

.box {
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .box {
    padding: 2.6666666667vw;
  }
}
.box-scroll {
  height: 260px;
  overflow-y: scroll;
}
.box-color_primary {
  background: #CF0000;
  color: white;
}
.box-color_primary_op-0 {
  background: rgba(207, 0, 0, 0);
}
.box-color_primary_op-1 {
  background: rgba(207, 0, 0, 0.1);
}
.box-color_primary_op-2 {
  background: rgba(207, 0, 0, 0.2);
}
.box-color_primary_op-3 {
  background: rgba(207, 0, 0, 0.3);
}
.box-color_primary_op-4 {
  background: rgba(207, 0, 0, 0.4);
}
.box-color_primary_op-5 {
  background: rgba(207, 0, 0, 0.5);
}
.box-color_primary_op-6 {
  background: rgba(207, 0, 0, 0.6);
}
.box-color_primary_op-7 {
  background: rgba(207, 0, 0, 0.7);
}
.box-color_primary_op-8 {
  background: rgba(207, 0, 0, 0.8);
}
.box-color_primary_op-9 {
  background: rgba(207, 0, 0, 0.9);
}
.box-color_primary_op-10 {
  background: #cf0000;
}
.box-border_primary {
  border: solid 1px #CF0000;
}
.box-color_accent {
  background: #ffff3c;
}
.box-color_accent_op-0 {
  background: rgba(255, 255, 60, 0);
}
.box-color_accent_op-1 {
  background: rgba(255, 255, 60, 0.1);
}
.box-color_accent_op-2 {
  background: rgba(255, 255, 60, 0.2);
}
.box-color_accent_op-3 {
  background: rgba(255, 255, 60, 0.3);
}
.box-color_accent_op-4 {
  background: rgba(255, 255, 60, 0.4);
}
.box-color_accent_op-5 {
  background: rgba(255, 255, 60, 0.5);
}
.box-color_accent_op-6 {
  background: rgba(255, 255, 60, 0.6);
}
.box-color_accent_op-7 {
  background: rgba(255, 255, 60, 0.7);
}
.box-color_accent_op-8 {
  background: rgba(255, 255, 60, 0.8);
}
.box-color_accent_op-9 {
  background: rgba(255, 255, 60, 0.9);
}
.box-color_accent_op-10 {
  background: #ffff3c;
}
.box-border_accent {
  border: solid 1px #ffff3c;
}
.box-color_font {
  background: #333333;
  color: white;
}
.box-color_font_op-0 {
  background: rgba(51, 51, 51, 0);
}
.box-color_font_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.box-color_font_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.box-color_font_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.box-color_font_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.box-color_font_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.box-color_font_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.box-color_font_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.box-color_font_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.box-color_font_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.box-color_font_op-10 {
  background: #333333;
}
.box-border_font {
  border: solid 1px #333333;
}
.box-color_bg {
  background: rgba(51, 51, 51, 0.08);
  color: white;
}
.box-color_bg_op-0 {
  background: rgba(51, 51, 51, 0);
}
.box-color_bg_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.box-color_bg_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.box-color_bg_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.box-color_bg_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.box-color_bg_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.box-color_bg_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.box-color_bg_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.box-color_bg_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.box-color_bg_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.box-color_bg_op-10 {
  background: #333333;
}
.box-border_bg {
  border: solid 1px rgba(51, 51, 51, 0.08);
}
.box-color_bg_light {
  background: rgba(51, 51, 51, 0.04);
  color: white;
}
.box-color_bg_light_op-0 {
  background: rgba(51, 51, 51, 0);
}
.box-color_bg_light_op-1 {
  background: rgba(51, 51, 51, 0.1);
}
.box-color_bg_light_op-2 {
  background: rgba(51, 51, 51, 0.2);
}
.box-color_bg_light_op-3 {
  background: rgba(51, 51, 51, 0.3);
}
.box-color_bg_light_op-4 {
  background: rgba(51, 51, 51, 0.4);
}
.box-color_bg_light_op-5 {
  background: rgba(51, 51, 51, 0.5);
}
.box-color_bg_light_op-6 {
  background: rgba(51, 51, 51, 0.6);
}
.box-color_bg_light_op-7 {
  background: rgba(51, 51, 51, 0.7);
}
.box-color_bg_light_op-8 {
  background: rgba(51, 51, 51, 0.8);
}
.box-color_bg_light_op-9 {
  background: rgba(51, 51, 51, 0.9);
}
.box-color_bg_light_op-10 {
  background: #333333;
}
.box-border_bg_light {
  border: solid 1px rgba(51, 51, 51, 0.04);
}
.box-color_border {
  background: #D7D7D7;
}
.box-color_border_op-0 {
  background: rgba(215, 215, 215, 0);
}
.box-color_border_op-1 {
  background: rgba(215, 215, 215, 0.1);
}
.box-color_border_op-2 {
  background: rgba(215, 215, 215, 0.2);
}
.box-color_border_op-3 {
  background: rgba(215, 215, 215, 0.3);
}
.box-color_border_op-4 {
  background: rgba(215, 215, 215, 0.4);
}
.box-color_border_op-5 {
  background: rgba(215, 215, 215, 0.5);
}
.box-color_border_op-6 {
  background: rgba(215, 215, 215, 0.6);
}
.box-color_border_op-7 {
  background: rgba(215, 215, 215, 0.7);
}
.box-color_border_op-8 {
  background: rgba(215, 215, 215, 0.8);
}
.box-color_border_op-9 {
  background: rgba(215, 215, 215, 0.9);
}
.box-color_border_op-10 {
  background: #d7d7d7;
}
.box-border_border {
  border: solid 1px #D7D7D7;
}
.box-color_error {
  background: #d80000;
  color: white;
}
.box-color_error_op-0 {
  background: rgba(216, 0, 0, 0);
}
.box-color_error_op-1 {
  background: rgba(216, 0, 0, 0.1);
}
.box-color_error_op-2 {
  background: rgba(216, 0, 0, 0.2);
}
.box-color_error_op-3 {
  background: rgba(216, 0, 0, 0.3);
}
.box-color_error_op-4 {
  background: rgba(216, 0, 0, 0.4);
}
.box-color_error_op-5 {
  background: rgba(216, 0, 0, 0.5);
}
.box-color_error_op-6 {
  background: rgba(216, 0, 0, 0.6);
}
.box-color_error_op-7 {
  background: rgba(216, 0, 0, 0.7);
}
.box-color_error_op-8 {
  background: rgba(216, 0, 0, 0.8);
}
.box-color_error_op-9 {
  background: rgba(216, 0, 0, 0.9);
}
.box-color_error_op-10 {
  background: #d80000;
}
.box-border_error {
  border: solid 1px #d80000;
}
.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 1px 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 1px black;
}
.box-color_green {
  background: #CF0000;
  color: white;
}
.box-color_green_op-0 {
  background: rgba(207, 0, 0, 0);
}
.box-color_green_op-1 {
  background: rgba(207, 0, 0, 0.1);
}
.box-color_green_op-2 {
  background: rgba(207, 0, 0, 0.2);
}
.box-color_green_op-3 {
  background: rgba(207, 0, 0, 0.3);
}
.box-color_green_op-4 {
  background: rgba(207, 0, 0, 0.4);
}
.box-color_green_op-5 {
  background: rgba(207, 0, 0, 0.5);
}
.box-color_green_op-6 {
  background: rgba(207, 0, 0, 0.6);
}
.box-color_green_op-7 {
  background: rgba(207, 0, 0, 0.7);
}
.box-color_green_op-8 {
  background: rgba(207, 0, 0, 0.8);
}
.box-color_green_op-9 {
  background: rgba(207, 0, 0, 0.9);
}
.box-color_green_op-10 {
  background: #cf0000;
}
.box-border_green {
  border: solid 1px #CF0000;
}
.box-color_blue {
  background: #2E86DF;
  color: white;
}
.box-color_blue_op-0 {
  background: rgba(46, 134, 223, 0);
}
.box-color_blue_op-1 {
  background: rgba(46, 134, 223, 0.1);
}
.box-color_blue_op-2 {
  background: rgba(46, 134, 223, 0.2);
}
.box-color_blue_op-3 {
  background: rgba(46, 134, 223, 0.3);
}
.box-color_blue_op-4 {
  background: rgba(46, 134, 223, 0.4);
}
.box-color_blue_op-5 {
  background: rgba(46, 134, 223, 0.5);
}
.box-color_blue_op-6 {
  background: rgba(46, 134, 223, 0.6);
}
.box-color_blue_op-7 {
  background: rgba(46, 134, 223, 0.7);
}
.box-color_blue_op-8 {
  background: rgba(46, 134, 223, 0.8);
}
.box-color_blue_op-9 {
  background: rgba(46, 134, 223, 0.9);
}
.box-color_blue_op-10 {
  background: #2e86df;
}
.box-border_blue {
  border: solid 1px #2E86DF;
}
.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 1px #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 1px #3A5897;
}
.box_xl {
  padding: 160px;
}
.box_lg {
  padding: 60px;
}
.box_md {
  padding: 40px;
}
.box_sm {
  padding: 20px;
}
.box_xs {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .box_xl {
    padding: 21.3333333333vw;
  }
  .box_lg {
    padding: 8vw;
  }
  .box_md {
    padding: 5.3333333333vw;
  }
  .box_sm {
    padding: 2.6666666667vw;
  }
  .box_xs {
    padding: 1.3333333333vw;
  }
}

.breadcrumb {
  font-size: 1.2rem;
  text-align: right;
  background-color: rgba(51, 51, 51, 0.08);
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 3.7333333333vw;
  }
}
.breadcrumb .l-inner {
  padding: 10px 0;
}
.breadcrumb-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-list-item {
  position: relative;
}
.breadcrumb-list-item:not(:last-child) {
  margin-bottom: 0;
}
.breadcrumb-list-item:not(:first-child) {
  padding-left: calc(10px * 2 + 1em);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-list-item:not(:first-child) {
    padding-left: calc(1.3333333333vw * 2 + 1em);
  }
}
.breadcrumb-list-item:not(:first-child):before {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-list-item:not(:first-child):before {
    padding-left: 1.3333333333vw;
  }
}
.breadcrumb-list-item.current span {
  color: #CF0000;
}
.breadcrumb-tate {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-tate {
    margin-top: -4.8rem;
    padding-right: 0;
    top: 8vw;
  }
}
.breadcrumb-tate-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: calc(60px);
  position: relative;
}
.breadcrumb-tate-list:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #D7D7D7;
  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: 10px;
  position: relative;
}
.breadcrumb-tate-list-item:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #D7D7D7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.breadcrumb-tate-list-item > * {
  color: #D7D7D7;
  padding: 2.5px 0;
}
.breadcrumb-tate-list-item a:hover {
  color: #CF0000;
}

.pagelink {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #29b475;
}
@media only screen and (max-width: 768px) {
  .pagelink {
    font-size: 2.9866666667vw;
    border-bottom: none;
  }
}
.pagelink li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pagelink li {
    border-bottom: solid 1px #29b475;
  }
}
.pagelink li::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #CF0000;
  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%;
  transform: translateY(-50%);
}
.pagelink li:first-child:before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .pagelink li:nth-of-type(4):before {
    content: none;
  }
}
.pagelink a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .pagelink a {
    padding: 5.3333333333vw 0.6666666667vw;
  }
}
.pagelink a:hover {
  background-color: #CF0000;
}

table,
.table {
  width: 100%;
  /*table-layout : fixed;*/
}
table th,
table td,
.table th,
.table td {
  padding: 20px;
  vertical-align: middle;
  /* border-bottom: dashed 1px $color-primary; */
  line-height: 1.5;
}
table th,
.table th {
  font-weight: bold;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  table:not(.sp_table),
.table:not(.sp_table) {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  table:not(.sp_table) tbody,
table:not(.sp_table) thead,
table:not(.sp_table) tr,
table:not(.sp_table) th,
table:not(.sp_table) td,
.table:not(.sp_table) tbody,
.table:not(.sp_table) thead,
.table:not(.sp_table) tr,
.table:not(.sp_table) th,
.table:not(.sp_table) td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  table:not(.sp_table) th,
.table:not(.sp_table) th {
    width: 100%;
  }
}
table-stripe tr,
.table-stripe tr {
  background-color: white;
}
table-stripe tr:nth-of-type(odd),
.table-stripe tr:nth-of-type(odd) {
  background-color: rgba(51, 51, 51, 0.08);
}
table-stripe th,
table-stripe td,
.table-stripe th,
.table-stripe td {
  border-bottom: none;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  table-stripe th,
table-stripe td,
.table-stripe th,
.table-stripe td {
    vertical-align: middle;
  }
}
table-stripe th,
.table-stripe th {
  padding: 20px 0 20px 60px;
}
@media only screen and (max-width: 768px) {
  table-stripe th,
.table-stripe th {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
    border-bottom: solid 1px #D7D7D7;
  }
}
table-stripe td,
.table-stripe td {
  padding: 20px 60px;
}
@media only screen and (max-width: 768px) {
  table-stripe td,
.table-stripe td {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
table-stripe tbody th,
.table-stripe tbody th {
  /* font-weight: normal; */
}
table-stripe thead,
.table-stripe thead {
  font-weight: bold;
}
table-stripe thead tr th,
table-stripe thead tr td,
.table-stripe thead tr th,
.table-stripe thead tr td {
  background-color: #cccccc;
}
table-form th,
table-form td,
.table-form th,
.table-form td {
  border-bottom: solid 1px #D7D7D7;
  padding: 40px 20px;
}
@media only screen and (max-width: 768px) {
  table-form th,
table-form td,
.table-form th,
.table-form td {
    padding: 2.6666666667vw;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  table-form th,
.table-form th {
    background-color: rgba(51, 51, 51, 0.04);
    border-bottom: 0;
  }
}
.confirm table-form th,
.confirm table-form td,
.confirm .table-form th,
.confirm .table-form td {
  display: table-cell;
  border-bottom: solid 1px #b9e8d3;
  padding: 20px;
  vertical-align: top;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .confirm table-form th,
.confirm table-form td,
.confirm .table-form th,
.confirm .table-form td {
    display: block;
  }
}
.confirm table-form th,
.confirm .table-form th {
  width: 25%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .confirm table-form th,
.confirm .table-form th {
    width: 100%;
    text-align: left;
  }
}
.confirm table-form td,
.confirm .table-form td {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .confirm table-form td,
.confirm .table-form td {
    width: 100%;
  }
}
table-border,
.table-border {
  position: relative;
}
table-border:before,
.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: 768px) {
  table-border,
.table-border {
    border-bottom: solid 1px #D7D7D7;
  }
}
table-border tr th,
table-border tr td,
.table-border tr th,
.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 #D7D7D7;
}
@media only screen and (max-width: 768px) {
  table-border tr th:not(:last-child):before,
table-border tr td:not(:last-child):before,
.table-border tr th:not(:last-child):before,
.table-border tr td:not(:last-child):before {
    content: none;
  }
}
table-border tr th,
.table-border tr th {
  border-right: solid 1px #D7D7D7;
  border-top: solid 1px #D7D7D7;
}
@media only screen and (max-width: 768px) {
  table-border tr th,
.table-border tr th {
    border-right: none;
    background-color: rgba(51, 51, 51, 0.04);
  }
}
@media only screen and (max-width: 768px) {
  table-border tr td,
.table-border tr td {
    border-bottom: none;
  }
}
table-center th,
table-center td,
.table-center th,
.table-center td {
  text-align: center;
}
table-thin th,
table-thin td,
.table-thin th,
.table-thin td {
  padding: 10px 20px;
}

@media only screen and (max-width: 768px) {
  .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;
  }
}
.tag {
  display: inline-block;
  font-size: 1.2rem;
  padding: 3px 10px;
  /*font-weight : bold;*/
  line-height: 1;
  color: white;
}
@media only screen and (max-width: 768px) {
  .tag {
    font-size: 3.7333333333vw;
    padding: 0.1666666667vw 0.6666666667vw;
  }
}
.tag:not(:first-child) {
  margin-left: 0.8rem;
}
.tag-required {
  background-color: #CF0000;
  color: #FFF;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  padding: 2.5px;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 5px;
  margin-top: -0.3em;
  /* position         : absolute;
  right            : $space_xs;
  top              : 50%;
  transform: translateY(-50%); */
}
@media only screen and (max-width: 768px) {
  .tag-required {
    padding: 0.6666666667vw 1.3333333333vw;
  }
}
.tag-any {
  background-color: #333333;
  color: #FFF;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  padding: 2.5px;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 5px;
  margin-top: -0.3em;
}
@media only screen and (max-width: 768px) {
  .tag-any {
    padding: 0.6666666667vw 1.3333333333vw;
  }
}
.tag_squere {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  text-align: center;
  line-height: 3.2rem;
}
.tag_primary {
  background: #CF0000;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-primary {
  color: #CF0000;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-primary:after {
  background-color: #CF0000;
}
.tag_accent {
  background: #ffff3c;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-accent {
  color: #ffff3c;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-accent:after {
  background-color: #ffff3c;
}
.tag_font {
  background: #333333;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-font {
  color: #333333;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-font:after {
  background-color: #333333;
}
.tag_bg {
  background: rgba(51, 51, 51, 0.08);
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-bg {
  color: rgba(51, 51, 51, 0.08);
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-bg:after {
  background-color: rgba(51, 51, 51, 0.08);
}
.tag_bg_light {
  background: rgba(51, 51, 51, 0.04);
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-bg_light {
  color: rgba(51, 51, 51, 0.04);
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-bg_light:after {
  background-color: rgba(51, 51, 51, 0.04);
}
.tag_border {
  background: #D7D7D7;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-border {
  color: #D7D7D7;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-border:after {
  background-color: #D7D7D7;
}
.tag_error {
  background: #d80000;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-error {
  color: #d80000;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-error:after {
  background-color: #d80000;
}
.tag_white {
  background: white;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-white {
  color: white;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-white:after {
  background-color: white;
}
.tag_black {
  background: black;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-black {
  color: black;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-black:after {
  background-color: black;
}
.tag_green {
  background: #CF0000;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-green {
  color: #CF0000;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-green:after {
  background-color: #CF0000;
}
.tag_blue {
  background: #2E86DF;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-blue {
  color: #2E86DF;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-blue:after {
  background-color: #2E86DF;
}
.tag_orange {
  background: #FF9E43;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-orange {
  color: #FF9E43;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-orange:after {
  background-color: #FF9E43;
}
.tag_fb {
  background: #3A5897;
  /* @if lightness($value)<75% {
  	color : white;
  } */
}
.tag_text-fb {
  color: #3A5897;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.tag_text-fb:after {
  background-color: #3A5897;
}
.tag_news {
  background-color: #CF0000;
  color: white;
}
.tag_event {
  background-color: #CF0000;
  color: white;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 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: 769px) {
  .txt-hover {
    position: relative;
  }
  .txt-hover:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .txt-hover:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 769px) {
  .txt-hover_tate {
    position: relative;
  }
  .txt-hover_tate:before {
    position: absolute;
    top: 0;
    right: -4px;
    content: "";
    width: 1px;
    height: 100%;
    background: currentColor;
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .txt-hover_tate:hover:before {
    transform-origin: right bottom;
    transform: scale(1, 0);
  }
}
.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: #2E86DF;
}
.txt-link:hover {
  text-decoration: none;
}
.txt-color_primary {
  color: #CF0000;
}
.txt-color_accent {
  color: #ffff3c;
}
.txt-color_font {
  color: #333333;
}
.txt-color_bg {
  color: rgba(51, 51, 51, 0.08);
}
.txt-color_bg_light {
  color: rgba(51, 51, 51, 0.04);
}
.txt-color_border {
  color: #D7D7D7;
}
.txt-color_error {
  color: #d80000;
}
.txt-color_white {
  color: white;
}
.txt-color_black {
  color: black;
}
.txt-color_green {
  color: #CF0000;
}
.txt-color_blue {
  color: #2E86DF;
}
.txt-color_orange {
  color: #FF9E43;
}
.txt-color_fb {
  color: #3A5897;
}
@media only screen and (min-width: 769px) {
  .txt-tate, .main-menu .modal-content, .breadcrumb-tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    line-height: 2.5;
  }
}
.txt_xl {
  font-size: 4rem;
}
.txt_lg {
  font-size: 3.2rem;
}
.txt_md {
  font-size: 2.4rem;
}
.txt_sm {
  font-size: 1.6rem;
}
.txt_xs {
  font-size: 1.2rem;
}
.txt-sub {
  opacity: 0.25;
  text-align: right;
  margin-top: 20px;
}
.txt-sub > * {
  font-size: 1.6rem;
  position: relative;
}
.txt-sub > *:before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 110%;
  margin: auto;
  background-color: currentColor;
}

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

@media only screen and (max-width: 768px) {
  .txt {
    /***** size *****/
  }
  .txt_xl {
    font-size: 10.6666666667vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .txt_xl {
    font-size: 7.1111111111vw;
  }
}
@media only screen and (max-width: 768px) {
  .txt_lg {
    font-size: 8.5333333333vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .txt_lg {
    font-size: 5.6888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  .txt_md {
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .txt_md {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .txt_sm {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .txt_sm {
    font-size: 2.8444444444vw;
  }
}
@media only screen and (max-width: 768px) {
  .txt_xs {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .txt_xs {
    font-size: 2.4888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  .sp_txt {
    /***** size *****/
  }
  .sp_txt_xl {
    font-size: 10.6666666667vw;
  }
  .sp_txt_lg {
    font-size: 8.5333333333vw;
  }
  .sp_txt_md {
    font-size: 6.4vw;
  }
  .sp_txt_sm {
    font-size: 4.2666666667vw;
  }
  .sp_txt_xs {
    font-size: 3.7333333333vw;
  }
}
.lh-1 {
  line-height: 1;
}

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

.hidden {
  display: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/************************************************
	width
************************************************/
.w-0 {
  width: 0px !important;
}

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

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

.w-5 {
  width: 5px !important;
}

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

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

.w-10 {
  width: 10px !important;
}

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

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

.w-15 {
  width: 15px !important;
}

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

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

.w-20 {
  width: 20px !important;
}

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

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

.w-25 {
  width: 25px !important;
}

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

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

.w-30 {
  width: 30px !important;
}

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

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

.w-35 {
  width: 35px !important;
}

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

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

.w-40 {
  width: 40px !important;
}

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

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

.w-45 {
  width: 45px !important;
}

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

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

.w-50 {
  width: 50px !important;
}

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

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

.w-55 {
  width: 55px !important;
}

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

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

.w-60 {
  width: 60px !important;
}

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

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

.w-65 {
  width: 65px !important;
}

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

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

.w-70 {
  width: 70px !important;
}

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

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

.w-75 {
  width: 75px !important;
}

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

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

.w-80 {
  width: 80px !important;
}

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

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

.w-85 {
  width: 85px !important;
}

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

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

.w-90 {
  width: 90px !important;
}

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

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

.w-95 {
  width: 95px !important;
}

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

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

.w-100 {
  width: 100px !important;
}

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

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

@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 160px !important;
}

.mt_xl {
  margin-top: 160px !important;
}
.mt_xl_2 {
  margin-top: 320px !important;
}

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

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

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

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

.m_lg {
  margin: 60px !important;
}

.mt_lg {
  margin-top: 60px !important;
}
.mt_lg_2 {
  margin-top: 120px !important;
}

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

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

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

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

.m_md {
  margin: 40px !important;
}

.mt_md {
  margin-top: 40px !important;
}
.mt_md_2 {
  margin-top: 80px !important;
}

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

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

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

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

.m_sm {
  margin: 20px !important;
}

.mt_sm {
  margin-top: 20px !important;
}
.mt_sm_2 {
  margin-top: 40px !important;
}

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

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

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

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

.m_xs {
  margin: 10px !important;
}

.mt_xs {
  margin-top: 10px !important;
}
.mt_xs_2 {
  margin-top: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u_mb-0 > * {
  margin-bottom: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

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

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

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

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

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

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

.u_mb-5 > * {
  margin-bottom: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

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

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

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

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

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

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

.u_mb-10 > * {
  margin-bottom: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

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

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

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

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

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

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

.u_mb-15 > * {
  margin-bottom: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

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

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

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

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

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

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

.u_mb-20 > * {
  margin-bottom: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

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

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

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

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

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

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

.u_mb-25 > * {
  margin-bottom: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

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

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

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

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

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

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

.u_mb-30 > * {
  margin-bottom: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

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

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

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

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

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

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

.u_mb-35 > * {
  margin-bottom: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

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

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

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

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

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

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

.u_mb-40 > * {
  margin-bottom: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

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

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

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

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

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

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

.u_mb-45 > * {
  margin-bottom: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

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

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

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

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

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

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

.u_mb-50 > * {
  margin-bottom: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

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

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

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

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

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

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

.u_mb-55 > * {
  margin-bottom: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

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

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

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

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

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

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

.u_mb-60 > * {
  margin-bottom: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

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

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

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

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

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

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

.u_mb-65 > * {
  margin-bottom: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

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

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

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

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

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

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

.u_mb-70 > * {
  margin-bottom: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

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

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

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

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

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

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

.u_mb-75 > * {
  margin-bottom: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

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

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

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

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

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

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

.u_mb-80 > * {
  margin-bottom: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

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

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

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

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

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

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

.u_mb-85 > * {
  margin-bottom: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

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

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

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

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

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

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

.u_mb-90 > * {
  margin-bottom: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

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

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

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

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

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

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

.u_mb-95 > * {
  margin-bottom: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

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

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

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

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

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

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

.u_mb-100 > * {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 768px) {
  .m_xl {
    margin: 21.3333333333vw !important;
  }

  .mt_xl {
    margin-top: 21.3333333333vw !important;
  }

  .mb_xl {
    margin-bottom: 21.3333333333vw !important;
  }

  .ml_xl {
    margin-left: 21.3333333333vw !important;
  }

  .mr_xl {
    margin-right: 21.3333333333vw !important;
  }

  .sp_m_xl {
    margin: 21.3333333333vw !important;
  }

  .sp_mt_xl {
    margin-top: 21.3333333333vw !important;
  }

  .sp_mb_xl {
    margin-bottom: 21.3333333333vw !important;
  }

  .sp_ml_xl {
    margin-left: 21.3333333333vw !important;
  }

  .sp_mr_xl {
    margin-right: 21.3333333333vw !important;
  }

  .m_lg {
    margin: 8vw !important;
  }

  .mt_lg {
    margin-top: 8vw !important;
  }

  .mb_lg {
    margin-bottom: 8vw !important;
  }

  .ml_lg {
    margin-left: 8vw !important;
  }

  .mr_lg {
    margin-right: 8vw !important;
  }

  .sp_m_lg {
    margin: 8vw !important;
  }

  .sp_mt_lg {
    margin-top: 8vw !important;
  }

  .sp_mb_lg {
    margin-bottom: 8vw !important;
  }

  .sp_ml_lg {
    margin-left: 8vw !important;
  }

  .sp_mr_lg {
    margin-right: 8vw !important;
  }

  .m_md {
    margin: 5.3333333333vw !important;
  }

  .mt_md {
    margin-top: 5.3333333333vw !important;
  }

  .mb_md {
    margin-bottom: 5.3333333333vw !important;
  }

  .ml_md {
    margin-left: 5.3333333333vw !important;
  }

  .mr_md {
    margin-right: 5.3333333333vw !important;
  }

  .sp_m_md {
    margin: 5.3333333333vw !important;
  }

  .sp_mt_md {
    margin-top: 5.3333333333vw !important;
  }

  .sp_mb_md {
    margin-bottom: 5.3333333333vw !important;
  }

  .sp_ml_md {
    margin-left: 5.3333333333vw !important;
  }

  .sp_mr_md {
    margin-right: 5.3333333333vw !important;
  }

  .m_sm {
    margin: 2.6666666667vw !important;
  }

  .mt_sm {
    margin-top: 2.6666666667vw !important;
  }

  .mb_sm {
    margin-bottom: 2.6666666667vw !important;
  }

  .ml_sm {
    margin-left: 2.6666666667vw !important;
  }

  .mr_sm {
    margin-right: 2.6666666667vw !important;
  }

  .sp_m_sm {
    margin: 2.6666666667vw !important;
  }

  .sp_mt_sm {
    margin-top: 2.6666666667vw !important;
  }

  .sp_mb_sm {
    margin-bottom: 2.6666666667vw !important;
  }

  .sp_ml_sm {
    margin-left: 2.6666666667vw !important;
  }

  .sp_mr_sm {
    margin-right: 2.6666666667vw !important;
  }

  .m_xs {
    margin: 1.3333333333vw !important;
  }

  .mt_xs {
    margin-top: 1.3333333333vw !important;
  }

  .mb_xs {
    margin-bottom: 1.3333333333vw !important;
  }

  .ml_xs {
    margin-left: 1.3333333333vw !important;
  }

  .mr_xs {
    margin-right: 1.3333333333vw !important;
  }

  .sp_m_xs {
    margin: 1.3333333333vw !important;
  }

  .sp_mt_xs {
    margin-top: 1.3333333333vw !important;
  }

  .sp_mb_xs {
    margin-bottom: 1.3333333333vw !important;
  }

  .sp_ml_xs {
    margin-left: 1.3333333333vw !important;
  }

  .sp_mr_xs {
    margin-right: 1.3333333333vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .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;
  }
}
.m0a {
  margin: 0 auto !important;
}

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

.pt_xl {
  padding-top: 160px !important;
}
.pt_xl_2 {
  padding-top: 320px !important;
}

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

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

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

.p_lg {
  padding: 60px !important;
}

.pt_lg {
  padding-top: 60px !important;
}
.pt_lg_2 {
  padding-top: 120px !important;
}

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

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

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

.p_md {
  padding: 40px !important;
}

.pt_md {
  padding-top: 40px !important;
}
.pt_md_2 {
  padding-top: 80px !important;
}

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

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

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

.p_sm {
  padding: 20px !important;
}

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

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

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

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

.p_xs {
  padding: 10px !important;
}

.pt_xs {
  padding-top: 10px !important;
}
.pt_xs_2 {
  padding-top: 20px !important;
}

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

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

.pr_xs {
  padding-right: 10px !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: 768px) {
  .p_xl {
    padding: 21.3333333333vw !important;
  }

  .pt_xl {
    padding-top: 21.3333333333vw !important;
  }

  .pb_xl {
    padding-bottom: 21.3333333333vw !important;
  }

  .pl_xl {
    padding-left: 21.3333333333vw !important;
  }

  .pr_xl {
    padding-right: 21.3333333333vw !important;
  }

  .sp_p_xl {
    padding: 21.3333333333vw !important;
  }

  .sp_pt_xl {
    padding-top: 21.3333333333vw !important;
  }

  .sp_pb_xl {
    padding-bottom: 21.3333333333vw !important;
  }

  .sp_pl_xl {
    padding-left: 21.3333333333vw !important;
  }

  .sp_pr_xl {
    padding-right: 21.3333333333vw !important;
  }

  .p_lg {
    padding: 8vw !important;
  }

  .pt_lg {
    padding-top: 8vw !important;
  }

  .pb_lg {
    padding-bottom: 8vw !important;
  }

  .pl_lg {
    padding-left: 8vw !important;
  }

  .pr_lg {
    padding-right: 8vw !important;
  }

  .sp_p_lg {
    padding: 8vw !important;
  }

  .sp_pt_lg {
    padding-top: 8vw !important;
  }

  .sp_pb_lg {
    padding-bottom: 8vw !important;
  }

  .sp_pl_lg {
    padding-left: 8vw !important;
  }

  .sp_pr_lg {
    padding-right: 8vw !important;
  }

  .p_md {
    padding: 5.3333333333vw !important;
  }

  .pt_md {
    padding-top: 5.3333333333vw !important;
  }

  .pb_md {
    padding-bottom: 5.3333333333vw !important;
  }

  .pl_md {
    padding-left: 5.3333333333vw !important;
  }

  .pr_md {
    padding-right: 5.3333333333vw !important;
  }

  .sp_p_md {
    padding: 5.3333333333vw !important;
  }

  .sp_pt_md {
    padding-top: 5.3333333333vw !important;
  }

  .sp_pb_md {
    padding-bottom: 5.3333333333vw !important;
  }

  .sp_pl_md {
    padding-left: 5.3333333333vw !important;
  }

  .sp_pr_md {
    padding-right: 5.3333333333vw !important;
  }

  .p_sm {
    padding: 2.6666666667vw !important;
  }

  .pt_sm {
    padding-top: 2.6666666667vw !important;
  }

  .pb_sm {
    padding-bottom: 2.6666666667vw !important;
  }

  .pl_sm {
    padding-left: 2.6666666667vw !important;
  }

  .pr_sm {
    padding-right: 2.6666666667vw !important;
  }

  .sp_p_sm {
    padding: 2.6666666667vw !important;
  }

  .sp_pt_sm {
    padding-top: 2.6666666667vw !important;
  }

  .sp_pb_sm {
    padding-bottom: 2.6666666667vw !important;
  }

  .sp_pl_sm {
    padding-left: 2.6666666667vw !important;
  }

  .sp_pr_sm {
    padding-right: 2.6666666667vw !important;
  }

  .p_xs {
    padding: 1.3333333333vw !important;
  }

  .pt_xs {
    padding-top: 1.3333333333vw !important;
  }

  .pb_xs {
    padding-bottom: 1.3333333333vw !important;
  }

  .pl_xs {
    padding-left: 1.3333333333vw !important;
  }

  .pr_xs {
    padding-right: 1.3333333333vw !important;
  }

  .sp_p_xs {
    padding: 1.3333333333vw !important;
  }

  .sp_pt_xs {
    padding-top: 1.3333333333vw !important;
  }

  .sp_pb_xs {
    padding-bottom: 1.3333333333vw !important;
  }

  .sp_pl_xs {
    padding-left: 1.3333333333vw !important;
  }

  .sp_pr_xs {
    padding-right: 1.3333333333vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .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: 75%;
  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: 768px) {
  .api-facebook {
    width: 100%;
    max-width: 500px;
  }
}

@media only screen and (min-width: 769px) {
  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;
  /* &:after {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f078";
  	font-size: $font_lg;
  	position: absolute;
  	right: $space_sm;
  	top: $space_xs;
  	color: $color-border;
  	transition: all 0.2s ease-in-out;
  } */
}
.js-acc_target {
  display: none;
}
.js-acc:hover:after {
  color: #CF0000;
}
.js-acc.is-active {
  /* &:after {
  	content: "\f077";
  } */
}

.topBtn {
  /* position: fixed; */
  position: absolute;
  right: 3.5%;
  top: -20px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  color: #CF0000;
  border: solid 1px #CF0000;
  text-align: center;
  transition: all 0.2s ease-in-out;
  background-color: white;
}
.topBtn:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topBtn {
    right: 0;
  }
  .topBtn img {
    width: 4.2666666667vw;
  }
}

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

.main-menu {
  display: none;
  font-size: 3.2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main-menu {
    font-size: 6.4vw;
  }
}
.main-menu.animatedModal-on {
  display: block;
  z-index: 9999 !important;
}
.main-menu.animatedModal-off {
  display: none;
}
.main-menu .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-menu .menu {
  text-align: center;
}
.main-menu .menu-item a:not(.m-btn) {
  display: block;
  padding: 4.2666666667vw 6.4vw;
}
@media only screen and (max-width: 768px) {
  .main-menu .menu-item a {
    font-size: 4.2666666667vw;
  }
}
.main-menu .m-btn {
  margin: auto;
  margin-top: 2.6666666667vw;
}
.main-menu .m-btn.btn-color_white {
  border: solid 1px #D7D7D7;
}

.menu-main-menu-container {
  /* @include mq($break_sp) {
  	overflow-x: scroll;
  	width: 100%;
  } */
}

.slick-slider {
  position: relative;
}

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

.slick-dots {
  color: white;
  width: 1200px;
  margin: 0 auto;
  max-width: 1680px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  display: flex;
}
.slick-dots li {
  width: 80px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 40px;
  width: 40px;
  border-radius: 100px;
  color: #CF0000;
  border: solid 1px #CF0000;
  text-align: center;
}
.slide-arrow.slick-disabled {
  color: rgba(51, 51, 51, 0.3);
  border-color: rgba(51, 51, 51, 0.3);
}
.slide-arrow.next-arrow {
  right: 0;
}
.slide-arrow.prev-arrow {
  right: 60px;
}

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

.jsTab {
  cursor: pointer;
  padding-left: 1px;
}
.jsTab:first-child {
  padding-left: 0;
  padding-right: 1px;
}
.jsTab > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.04);
  color: #CF0000;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  font-size: 2.1rem;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .jsTab > span {
    padding: 5.3333333333vw 1.3333333333vw;
    font-size: 2.4888888889vw;
  }
}
.jsTab > span .fal {
  margin-right: 10px;
}
.jsTab > span:hover {
  background-color: #d9d9d9;
}
.jsTab.active > span {
  background-color: #CF0000;
  color: white;
}
.jsTab-Content {
  display: none;
}
.jsTab-Content.show {
  display: block;
  border-top: solid 9px #CF0000;
}

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

.archive-link {
  transition: all 0.2s ease-in-out;
  display: block;
  /* display     : flex;
  align-items : center; */
  position: relative;
}
.archive-link:hover {
  background-color: #e6e6e6;
}
.archive-link:hover img {
  opacity: 0.75;
}
.archive-date {
  margin-top: 20px;
  font-weight: bold;
  color: #CF0000;
}
@media only screen and (max-width: 768px) {
  .archive-date {
    margin-top: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.archive-text {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .archive-text {
    line-height: 1.2;
  }
}
.archive-img {
  width: 100%;
  margin-right: 20px;
}
.archive-img + .archive-group {
  flex-direction: column;
}
.archive-group {
  /* display: flex;
  align-items: center; */
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .archive-group {
    /* flex-direction: column; */
  }
}
.archive-tag {
  position: absolute;
  right: 0;
  bottom: 0;
}
.archive-tel {
  color: #CF0000;
  font-weight: bold;
  font-size: 120%;
}

.single-title {
  padding-bottom: 20px;
}
.single-date {
  font-size: 2.4rem;
}
.single-content {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .single-content {
    flex-direction: column;
  }
}
.single-group img {
  width: 100%;
  height: auto;
}
.single-img {
  width: 30%;
  margin-right: 20px;
}
.single-img + .single-group {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .single-img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    margin-right: 0;
  }
  .single-img + .single-group {
    width: 100%;
  }
}
.single-article .archive-title {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .single-article .archive-title {
    font-size: 8.5333333333vw;
  }
}
.single-article .archive-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 4px #CF0000;
}
@media only screen and (max-width: 768px) {
  .single-article .archive-header {
    margin-bottom: 5.3333333333vw;
  }
}

.navigation {
  margin-top: 60px;
}
.navigation .nav-links {
  display: flex;
  justify-content: center;
}
.navigation .page-numbers {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 2.5px;
  text-decoration: none;
  color: #CF0000;
  background-color: #FFF;
  border: solid 1px #CF0000;
  border-radius: 100px;
}
@media only screen and (max-width: 768px) {
  .navigation .page-numbers {
    min-width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    margin: 0 0.3333333333vw;
  }
}
.navigation .page-numbers:hover:not(.current) {
  color: #CF0000;
  background-color: #d9d9d9;
}
.navigation .page-numbers.current {
  background-color: #CF0000;
  color: white;
}
.navigation .screen-reader-text {
  display: none;
}

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

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

img.pc,
img.sp {
  margin: auto;
}

.l-wrapper {
  position: relative;
}
.l-wrapper::before {
  display: block;
  content: "";
  background: url(../img/footer_bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
  position: fixed;
  z-index: 0;
  bottom: 0;
}

.l-main {
  background-color: white;
  margin-bottom: 240px;
}
@media only screen and (max-width: 768px) {
  .l-main {
    margin-bottom: 32vw;
  }
}

.header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: white;
}
.header-btns {
  display: flex;
  justify-content: flex-end;
}
.header-btns .btn {
  /* display: inline-block; */
  margin: 0 4px;
}
.header-logo {
  padding-left: 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .header-logo {
    height: 14.2222222222vw;
    padding-left: 5.3333333333vw;
    display: flex;
    align-items: center;
  }
}
.header .menu {
  display: flex;
  align-items: center;
}
.header .menu-item a {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
}
.header .menu-item .m-btn {
  border-left: solid 1px #D7D7D7;
  /* padding: 0 $space_md; */
}
.header-nav-btn {
  position: absolute;
  right: 1.3333333333vw;
  top: 0;
}
.header-nav-btn a {
  height: 14.2222222222vw;
  width: 14.2222222222vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CF0000;
  font-size: 6.4vw;
}

.pagetitle {
  background: url(/assets/img/pagetitle.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  /* margin-top: $space_lg; */
}
.pagetitle .l-inner {
  display: flex;
  justify-content: flex-end;
}
.pagetitle-ttl {
  text-align: right;
  display: inline-block;
  font-size: 10rem;
}
@media only screen and (max-width: 768px) {
  .pagetitle-ttl {
    font-size: 16vw;
  }
}
.pagetitle-ttl .ttl-sub {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: white;
  font-size: 3.2rem;
  text-shadow: 1px 1px 2px #333333;
}
@media only screen and (max-width: 768px) {
  .pagetitle-ttl .ttl-sub {
    font-size: 6.4vw;
  }
}

.footer {
  position: relative;
}
.footer-copyright {
  background-color: #333333;
  color: white;
  text-align: center;
  padding: 20px;
}

.recruit-ttl_sm {
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.recruit-link {
  display: block;
  margin: 0 3px;
  background-color: #333333;
}
.recruit-img {
  transition: all 0.2s ease-in-out;
}
.recruit-img:hover {
  opacity: 0.75;
}

.links-link {
  display: block;
  background-color: rgba(51, 51, 51, 0.08);
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .links-link {
    height: 53.3333333333vw;
  }
}
.links-link .fal {
  color: #CF0000;
  font-size: 2.4rem;
}
.links-link:hover {
  background-color: rgba(51, 51, 51, 0.2);
}
@media only screen and (max-width: 768px) {
  .links-ttl {
    /* font-size: 100%; */
  }
}
.links-col:nth-of-type(2) .links-link {
  background-color: rgba(51, 51, 51, 0.04);
}
.links-col:nth-of-type(2) .links-link:hover {
  background-color: rgba(51, 51, 51, 0.1);
}

.archive-store .archive-header {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #D7D7D7;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .archive-store .archive-header {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.archive-store .archive-header > .archive-link {
  width: 40%;
  margin-right: 20px;
}
.archive-store .checkbox-label {
  padding: 5px;
}
.archive-store .checkbox-label .fal {
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .store-search-col {
    display: flex;
    flex-direction: column;
  }
}