@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Zetta&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Zetta&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,500;1,400&display=swap");
/* =======================================

  reset CSS

========================================== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  padding: 0;
  margin: 0;
}

html,
body {
  background: #fff;
  color: #000;
  font-feature-settings: "palt";
}

a {
  color: #000;
}

body {
  font-size: 13px;
  font-family: "Noto Sans JP", "游ゴシック";
  letter-spacing: 1px;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
  /*font-family: Verdana, Helvetica, sans-serif;*/
}

/* cf
========================================== */
.cf:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}

/* IE7 */
/* =======================================

  Structure CSS

========================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.txt_center {
  text-align: center !important;
  vertical-align: middle;
}

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

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

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

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

.fW400 {
  font-weight: 400 !important;
}

.red {
  color: #ff610c !important;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.rela {
  position: relative;
}

.c_c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.c_y0_xc {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}

.c_yc_x0 {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(50%) translateX(0%);
  transform: translateY(50%) translateX(0%);
}

.c_area01 .c_maru {
  text-indent: -2.5em;
  padding-left: 2.5em;
  margin-bottom: 0px;
}

.c_area01 .c_maru span:nth-child(1) {
  position: relative;
  bottom: -4px;
}

.flex_nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.flex_right {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.flex_flex_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex_row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.align_items_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d_bl {
  display: block;
}

.poev_none {
  pointer-events: none;
}

.of_hidd {
  overflow: hidden;
}

.of_auto {
  overflow: auto;
}

.of_y {
  overflow-y: auto;
}

.of_x_hidd {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
}

.lh180 {
  line-height: 180% !important;
}

.lh200 {
  line-height: 200% !important;
}

.lh220 {
  line-height: 220% !important;
}

.ls0 {
  letter-spacing: 0rem !important;
}

.ls1 {
  letter-spacing: 0.1rem !important;
}

.ls15 {
  letter-spacing: 0.15rem !important;
}

.ls2 {
  letter-spacing: 0.2rem !important;
}

.ls3 {
  letter-spacing: 0.3rem !important;
}

.ls4 {
  letter-spacing: 0.4rem !important;
}

.ls5 {
  letter-spacing: 0.5rem !important;
}

.ls6 {
  letter-spacing: 0.6rem !important;
}

.ls7 {
  letter-spacing: 0.7rem !important;
}

.ls8 {
  letter-spacing: 0.8rem !important;
}

.ls10 {
  letter-spacing: 1rem !important;
}

.ls12 {
  letter-spacing: 1.2rem !important;
}

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

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

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

.f13 {
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 2rem !important;
}

.f21 {
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 3rem !important;
}

.f31 {
  font-size: 3.1rem !important;
}

.f32 {
  font-size: 3.2rem !important;
}

.f33 {
  font-size: 3.3rem !important;
}

.f_ps60 {
  font-size: 60% !important;
}

.f_ps65 {
  font-size: 65% !important;
}

.f_ps70 {
  font-size: 70% !important;
}

.f_ps75 {
  font-size: 75% !important;
}

.f_ps80 {
  font-size: 80% !important;
}

.f_ps85 {
  font-size: 85% !important;
}

.f_ps90 {
  font-size: 90% !important;
}

.f_ps95 {
  font-size: 95% !important;
}

.f_ps100 {
  font-size: 100% !important;
}

.f_ps105 {
  font-size: 105% !important;
}

.f_ps110 {
  font-size: 110% !important;
}

.f_ps115 {
  font-size: 115% !important;
}

.f_ps120 {
  font-size: 120% !important;
}

.f_ps125 {
  font-size: 125% !important;
}

.f_ps130 {
  font-size: 130% !important;
}

.f_ps135 {
  font-size: 135% !important;
}

.f_ps140 {
  font-size: 140% !important;
}

.f_ps145 {
  font-size: 145% !important;
}

.f_ps150 {
  font-size: 150% !important;
}

.border_s1 {
  border: solid 1px !important;
}

.border_s2 {
  border: solid 2px !important;
}

.border_s3 {
  border: solid 3px !important;
}

.border_s4 {
  border: solid 4px !important;
}

.border_s5 {
  border: solid 5px !important;
}

.border_s_b1 {
  border-bottom: solid 1px !important;
}

.border_s_b2 {
  border-bottom: solid 2px !important;
}

.border_s_b3 {
  border-bottom: solid 3px !important;
}

.border_s_b4 {
  border-bottom: solid 4px !important;
}

.border_s_b5 {
  border-bottom: solid 5px !important;
}

.border_s_l1 {
  border-left: solid 1px !important;
}

.border_s_l2 {
  border-left: solid 2px !important;
}

.border_s_l3 {
  border-left: solid 3px !important;
}

.border_s_l4 {
  border-left: solid 4px !important;
}

.border_s_l5 {
  border-left: solid 5px !important;
}

@media (max-width: 900px) and (min-width: 0px) {
  .f10 {
    font-size: 3.2vw !important;
  }

  .f11 {
    font-size: 3.3vw !important;
  }

  .f12 {
    font-size: 3.4vw !important;
  }

  .f13 {
    font-size: 3.4vw !important;
  }

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

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

  .f16 {
    font-size: 3.8vw !important;
  }

  .f17 {
    font-size: 3.9vw !important;
  }

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

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

  .f20 {
    font-size: 4.2vw !important;
  }

  .f21 {
    font-size: 4.3vw !important;
  }

  .f22 {
    font-size: 4.4vw !important;
  }

  .f23 {
    font-size: 4.5vw !important;
  }

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

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

  .f26 {
    font-size: 4.8vw !important;
  }

  .f27 {
    font-size: 4.9vw !important;
  }

  .f28 {
    font-size: 5vw !important;
  }

  .f29 {
    font-size: 5.1vw !important;
  }

  .f30 {
    font-size: 5.2vw !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sp_lh140 {
    line-height: 140% !important;
  }

  .sp_lh170 {
    line-height: 170% !important;
  }

  .lh180 {
    line-height: 180% !important;
  }

  .lh200 {
    line-height: 180% !important;
  }

  .lh220 {
    line-height: 180% !important;
  }

  .sp_ls0 {
    letter-spacing: 0rem !important;
  }

  .sp_ls1 {
    letter-spacing: 0.1rem !important;
  }

  .sp_ls15 {
    letter-spacing: 0.15rem !important;
  }

  .sp_ls2 {
    letter-spacing: 0.2rem !important;
  }

  .sp_ls3 {
    letter-spacing: 0.3rem !important;
  }

  .sp_ls4 {
    letter-spacing: 0.4rem !important;
  }

  .sp_ls6 {
    letter-spacing: 0.6rem !important;
  }

  .sp_ls7 {
    letter-spacing: 0.7rem !important;
  }
}
.inner {
  max-width: 1200px;
  position: relative;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ---------------------------------------------------------------------------
  ★ボタン
--------------------------------------------------------------------------- */
.btn01,
.btn02 {
  margin: auto;
}

.btn01 a {
  background: #000;
  width: 300px;
  margin: auto;
  display: block;
  color: #fff;
  padding: 22px 0;
  border: 1px solid #000;
}

.btn01 a span {
  font-size: 10px;
  display: block;
  margin: auto;
  width: 117px;
}

.btn02 a {
  border: 1px solid #000;
  width: 271px;
  margin: auto;
  display: block;
  color: #000;
  padding: 12px 0;
}

.btn02 a span {
  font-size: 10px;
  display: block;
  margin: auto;
  width: 117px;
}

.btn02_back a span {
  width: 52px;
}

a.btn03 {
  width: 104px;
  height: 104px;
  border: 1px solid #e83828;
  color: #e83828;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn03:hover {
  border: 1px solid #e83828;
  background: #e83828;
  color: #fff;
}

a.btn_bl {
  color: #00a0e9;
  text-decoration: underline;
}

/* ---------------------------------------------------------------------------
  ★タイトル装飾　/　テキスト装飾
--------------------------------------------------------------------------- */
.c_h3Tit {
  font-size: 50px;
}

.color_bk,
.color_bk a {
  color: #000;
}

.color_w,
.color_w a {
  color: #fff;
}

h3.c_h3tit01 {
  text-align: center;
  margin: auto;
}

h3.c_h3tit01 img {
  margin: auto;
  margin-bottom: 16px;
}

h3.c_h3tit01 p {
  font-weight: 400;
  letter-spacing: 2px;
}

.c_h3Tit02 {
  color: #fff;
  background: linear-gradient(90deg, #f66620, #fa931c);
  padding: 3px 37px;
  font-size: 19px;
  letter-spacing: 0.34em;
  font-weight: 400;
}

.c_h3Tit03 .f_kr {
  font-size: 4rem !important;
  letter-spacing: 0.28em;
  color: #fff;
  padding-left: 8px;
}

.c_h3Tit02Blue {
  color: #fff;
  background: linear-gradient(90deg, #17b7c4, #94ceac);
  padding: 3px 37px;
  font-size: 19px;
  letter-spacing: 0.34em;
  font-weight: 400;
}

.c-tit {
  font-size: 17px;
  letter-spacing: 3px;
}

.font01 {
  font-family: "Krona One", sans-serif;
}

.font02 {
  font-family: "Lexend Zetta", sans-serif;
}

.c_txtArea p.font01 {
  font-size: 12px;
  letter-spacing: 1px;
}

.c_txtArea {
  margin: 13px;
  font-size: 12px;
  margin-left: 18px;
}

.c_txtArea p.u_tag {
  position: absolute;
  bottom: 13px;
  border: 1px solid #c3c5c4;
  letter-spacing: 3px;
  padding: 1px 9px 3px 9px;
  line-height: initial;
}

.c_line {
  position: relative;
}

.c_line:before {
  content: "";
  background: linear-gradient(90deg, #f66620, #fa931c);
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
}

.fE {
  font-family: "Lexend Zetta", sans-serif;
}

.f_kr {
  font-family: "Krona One", sans-serif;
}

.f_m {
  font-family: heisei-mincho-std, serif;
}

.c_maru {
  text-indent: -2em;
  padding-left: 2em;
  line-height: 161%;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.c_maru span:nth-child(1) {
  color: #e83828;
  font-size: 26px;
  padding-right: 10px;
}

.c_maru span:nth-child(2) {
  position: relative;
  top: -3px;
}

.u_h2 .f_kr {
  font-size: 22px;
  letter-spacing: 13px;
  line-height: 72%;
  margin-bottom: 29px;
}

.u_h2 .ls4 {
  line-height: 72%;
  font-size: 14px;
  font-weight: 400;
}

.c_h2_02 {
  position: relative;
  width: 1051px;
  margin: auto;
}

.c_h2_02 a {
  display: flex;
  position: absolute;
  border-radius: 50em;
  border: 1px solid #e63529;
  right: 0;
  bottom: 34px;
  width: 158px;
  height: 158px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #e63529;
  line-height: 140%;
  font-weight: 400;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */
.c_table_03 table {
  width: 100%;
}

.c_table_03 th,
.c_table_03 td {
  border-bottom: 1px solid #000;
}

.c_table_03 th {
  width: 69px;
  padding: 7px 3px;
  vertical-align: middle;
}

.c_table_03 td {
  padding: 7px 3px;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bg_bk {
  background: #000;
}

.bg_w {
  background: #fff;
}

.bg_g {
  background: #f2f1ef;
}

.bg_g2 {
  background: #eae5e3;
}

/* =======================================

  margin / padding

========================================== */
/*! mb */
.mA0 {
  margin: 0px !important;
}

.mA5 {
  margin: 5px !important;
}

.mA10 {
  margin: 10px !important;
}

.mA15 {
  margin: 15px !important;
}

.mA20 {
  margin: 20px !important;
}

.mA25 {
  margin: 25px !important;
}

.mA30 {
  margin: 30px !important;
}

.mA35 {
  margin: 35px !important;
}

.mA40 {
  margin: 40px !important;
}

.mA45 {
  margin: 45px !important;
}

.mA50 {
  margin: 50px !important;
}

.mA55 {
  margin: 55px !important;
}

.mA60 {
  margin: 60px !important;
}

.mA65 {
  margin: 65px !important;
}

.mA70 {
  margin: 70px !important;
}

.mA75 {
  margin: 75px !important;
}

.mA80 {
  margin: 80px !important;
}

.mA85 {
  margin: 85px !important;
}

.mA90 {
  margin: 90px !important;
}

.mA95 {
  margin: 95px !important;
}

.mA100 {
  margin: 100px !important;
}

.mA105 {
  margin: 105px !important;
}

.mA110 {
  margin: 110px !important;
}

.mA115 {
  margin: 115px !important;
}

.mA120 {
  margin: 120px !important;
}

.mA125 {
  margin: 125px !important;
}

.mA130 {
  margin: 130px !important;
}

.mA135 {
  margin: 135px !important;
}

.mA140 {
  margin: 140px !important;
}

.mA145 {
  margin: 145px !important;
}

.mA150 {
  margin: 150px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mB7 {
  margin-bottom: 7px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mB250 {
  margin-bottom: 250px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pB15 {
  padding-bottom: 37px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pT79 {
  padding-top: 79px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pA0 {
  padding: 0px !important;
}

.pA5 {
  padding: 5px !important;
}

.pA10 {
  padding: 10px !important;
}

.pA15 {
  padding: 15px !important;
}

.pA20 {
  padding: 20px !important;
}

.pA25 {
  padding: 25px !important;
}

.pA30 {
  padding: 30px !important;
}

.pA35 {
  padding: 35px !important;
}

.pA40 {
  padding: 40px !important;
}

.pA45 {
  padding: 45px !important;
}

.pA50 {
  padding: 50px !important;
}

.pA55 {
  padding: 55px !important;
}

.pA60 {
  padding: 60px !important;
}

.pA65 {
  padding: 65px !important;
}

.pA70 {
  padding: 70px !important;
}

.pA75 {
  padding: 75px !important;
}

.pA80 {
  padding: 80px !important;
}

.pA85 {
  padding: 85px !important;
}

.pA90 {
  padding: 90px !important;
}

.pA95 {
  padding: 95px !important;
}

.pA100 {
  padding: 100px !important;
}

.pA105 {
  padding: 105px !important;
}

.pA110 {
  padding: 110px !important;
}

.pA115 {
  padding: 115px !important;
}

.pA120 {
  padding: 120px !important;
}

.pA125 {
  padding: 125px !important;
}

.pA130 {
  padding: 130px !important;
}

.pA135 {
  padding: 135px !important;
}

.pA140 {
  padding: 140px !important;
}

.pA145 {
  padding: 145px !important;
}

.pA150 {
  padding: 150px !important;
}

.mB1em {
  margin-bottom: 1em !important;
}

/*! mb */
@media (max-width: 900px) and (min-width: 0px) {
  .mA0 {
    margin: 0% !important;
  }

  .mA5 {
    margin: 2.5% !important;
  }

  .mA10 {
    margin: 2.5% !important;
  }

  .mA15 {
    margin: 2.5% !important;
  }

  .mA20 {
    margin: 5% !important;
  }

  .mA25 {
    margin: 5% !important;
  }

  .mA30 {
    margin: 5% !important;
  }

  .mA35 {
    margin: 7.5% !important;
  }

  .mA40 {
    margin: 7.5% !important;
  }

  .mA45 {
    margin: 7.5% !important;
  }

  .mA50 {
    margin: 10% !important;
  }

  .mA55 {
    margin: 10% !important;
  }

  .mA60 {
    margin: 10% !important;
  }

  .mA65 {
    margin: 12.5% !important;
  }

  .mA70 {
    margin: 12.5% !important;
  }

  .mA75 {
    margin: 12.5% !important;
  }

  .mA80 {
    margin: 15% !important;
  }

  .mA85 {
    margin: 15% !important;
  }

  .mA90 {
    margin: 15% !important;
  }

  .mA95 {
    margin: 17.5% !important;
  }

  .mA100 {
    margin: 17.5% !important;
  }

  .mA105 {
    margin: 17.5% !important;
  }

  .mA110 {
    margin: 20% !important;
  }

  .mA115 {
    margin: 20% !important;
  }

  .mA120 {
    margin: 20% !important;
  }

  .mA125 {
    margin: 22.5% !important;
  }

  .mA130 {
    margin: 22.5% !important;
  }

  .mA135 {
    margin: 22.5% !important;
  }

  .mA140 {
    margin: 25% !important;
  }

  .mA145 {
    margin: 25% !important;
  }

  .mA150 {
    margin: 25% !important;
  }

  .mT0 {
    margin-top: 0% !important;
  }

  .mT5 {
    margin-top: 2.5% !important;
  }

  .mT10 {
    margin-top: 2.5% !important;
  }

  .mT15 {
    margin-top: 2.5% !important;
  }

  .mT20 {
    margin-top: 5% !important;
  }

  .mT25 {
    margin-top: 5% !important;
  }

  .mT30 {
    margin-top: 5% !important;
  }

  .mT35 {
    margin-top: 7.5% !important;
  }

  .mT40 {
    margin-top: 7.5% !important;
  }

  .mT45 {
    margin-top: 7.5% !important;
  }

  .mT50 {
    margin-top: 10% !important;
  }

  .mT55 {
    margin-top: 10% !important;
  }

  .mT60 {
    margin-top: 10% !important;
  }

  .mT65 {
    margin-top: 12.5% !important;
  }

  .mT70 {
    margin-top: 12.5% !important;
  }

  .mT75 {
    margin-top: 12.5% !important;
  }

  .mT80 {
    margin-top: 15% !important;
  }

  .mT85 {
    margin-top: 15% !important;
  }

  .mT90 {
    margin-top: 15% !important;
  }

  .mT95 {
    margin-top: 17.5% !important;
  }

  .mT100 {
    margin-top: 17.5% !important;
  }

  .mT105 {
    margin-top: 17.5% !important;
  }

  .mT110 {
    margin-top: 20% !important;
  }

  .mT115 {
    margin-top: 20% !important;
  }

  .mT120 {
    margin-top: 20% !important;
  }

  .mT125 {
    margin-top: 22.5% !important;
  }

  .mT130 {
    margin-top: 22.5% !important;
  }

  .mT135 {
    margin-top: 22.5% !important;
  }

  .mT140 {
    margin-top: 25% !important;
  }

  .mT145 {
    margin-top: 25% !important;
  }

  .mT150 {
    margin-top: 25% !important;
  }

  .mB0 {
    margin-bottom: 0% !important;
  }

  .mB5 {
    margin-bottom: 2.5% !important;
  }

  .mB7 {
    margin-bottom: 2.7% !important;
  }

  .mB10 {
    margin-bottom: 2.5% !important;
  }

  .mB15 {
    margin-bottom: 2.5% !important;
  }

  .mB20 {
    margin-bottom: 5% !important;
  }

  .mB25 {
    margin-bottom: 5% !important;
  }

  .mB30 {
    margin-bottom: 5% !important;
  }

  .mB35 {
    margin-bottom: 7.5% !important;
  }

  .mB40 {
    margin-bottom: 7.5% !important;
  }

  .mB45 {
    margin-bottom: 7.5% !important;
  }

  .mB50 {
    margin-bottom: 10% !important;
  }

  .mB55 {
    margin-bottom: 10% !important;
  }

  .mB60 {
    margin-bottom: 10% !important;
  }

  .mB65 {
    margin-bottom: 12.5% !important;
  }

  .mB70 {
    margin-bottom: 12.5% !important;
  }

  .mB75 {
    margin-bottom: 12.5% !important;
  }

  .mB80 {
    margin-bottom: 15% !important;
  }

  .mB85 {
    margin-bottom: 15% !important;
  }

  .mB90 {
    margin-bottom: 15% !important;
  }

  .mB95 {
    margin-bottom: 17.5% !important;
  }

  .mB100 {
    margin-bottom: 17.5% !important;
  }

  .mB105 {
    margin-bottom: 17.5% !important;
  }

  .mB110 {
    margin-bottom: 20% !important;
  }

  .mB115 {
    margin-bottom: 20% !important;
  }

  .mB120 {
    margin-bottom: 20% !important;
  }

  .mB125 {
    margin-bottom: 22.5% !important;
  }

  .mB130 {
    margin-bottom: 22.5% !important;
  }

  .mB135 {
    margin-bottom: 22.5% !important;
  }

  .mB140 {
    margin-bottom: 25% !important;
  }

  .mB145 {
    margin-bottom: 25% !important;
  }

  .mB150 {
    margin-bottom: 25% !important;
  }

  .mB155 {
    margin-bottom: 25% !important;
  }

  .mB250 {
    margin-bottom: 51% !important;
  }

  .mL0 {
    margin-left: 0% !important;
  }

  .mL5 {
    margin-left: 2.5% !important;
  }

  .mL10 {
    margin-left: 2.5% !important;
  }

  .mL15 {
    margin-left: 2.5% !important;
  }

  .mL20 {
    margin-left: -1% !important;
  }

  .mL25 {
    margin-left: 5% !important;
  }

  .mL30 {
    margin-left: 5% !important;
  }

  .mL35 {
    margin-left: 7.5% !important;
  }

  .mL40 {
    margin-left: 7.5% !important;
  }

  .mL45 {
    margin-left: 7.5% !important;
  }

  .mL50 {
    margin-left: 10% !important;
  }

  .mL55 {
    margin-left: 10% !important;
  }

  .mL60 {
    margin-left: 10% !important;
  }

  .mL65 {
    margin-left: 12.5% !important;
  }

  .mL70 {
    margin-left: 12.5% !important;
  }

  .mL75 {
    margin-left: 12.5% !important;
  }

  .mL80 {
    margin-left: 15% !important;
  }

  .mL85 {
    margin-left: 15% !important;
  }

  .mL90 {
    margin-left: 15% !important;
  }

  .mL95 {
    margin-left: 17.5% !important;
  }

  .mL100 {
    margin-left: 17.5% !important;
  }

  .mL105 {
    margin-left: 17.5% !important;
  }

  .mL110 {
    margin-left: 20% !important;
  }

  .mL115 {
    margin-left: 20% !important;
  }

  .mL120 {
    margin-left: 20% !important;
  }

  .mL125 {
    margin-left: 22.5% !important;
  }

  .mL130 {
    margin-left: 22.5% !important;
  }

  .mL135 {
    margin-left: 22.5% !important;
  }

  .mL140 {
    margin-left: 25% !important;
  }

  .mL145 {
    margin-left: 25% !important;
  }

  .mL150 {
    margin-left: 25% !important;
  }

  .mR0 {
    margin-right: 0% !important;
  }

  .mR5 {
    margin-right: 2.5% !important;
  }

  .mR10 {
    margin-right: 2.5% !important;
  }

  .mR15 {
    margin-right: 2.5% !important;
  }

  .mR20 {
    margin-right: 5% !important;
  }

  .mR25 {
    margin-right: 5% !important;
  }

  .mR30 {
    margin-right: 5% !important;
  }

  .mR35 {
    margin-right: 7.5% !important;
  }

  .mR40 {
    margin-right: 7.5% !important;
  }

  .mR45 {
    margin-right: 7.5% !important;
  }

  .mR50 {
    margin-right: 10% !important;
  }

  .mR55 {
    margin-right: 10% !important;
  }

  .mR60 {
    margin-right: 10% !important;
  }

  .mR65 {
    margin-right: 12.5% !important;
  }

  .mR70 {
    margin-right: 12.5% !important;
  }

  .mR75 {
    margin-right: 12.5% !important;
  }

  .mR80 {
    margin-right: 15% !important;
  }

  .mR85 {
    margin-right: 15% !important;
  }

  .mR90 {
    margin-right: 15% !important;
  }

  .mR95 {
    margin-right: 17.5% !important;
  }

  .mR100 {
    margin-right: 17.5% !important;
  }

  .mR105 {
    margin-right: 17.5% !important;
  }

  .mR110 {
    margin-right: 20% !important;
  }

  .mR115 {
    margin-right: 20% !important;
  }

  .mR120 {
    margin-right: 20% !important;
  }

  .mR125 {
    margin-right: 22.5% !important;
  }

  .mR130 {
    margin-right: 22.5% !important;
  }

  .mR135 {
    margin-right: 22.5% !important;
  }

  .mR140 {
    margin-right: 25% !important;
  }

  .mR145 {
    margin-right: 25% !important;
  }

  .mR150 {
    margin-right: 25% !important;
  }

  .pT0 {
    padding-top: 0% !important;
  }

  .pT5 {
    padding-top: 2.5% !important;
  }

  .pT10 {
    padding-top: 2.5% !important;
  }

  .pT15 {
    padding-top: 2.5% !important;
  }

  .pT20 {
    padding-top: 5% !important;
  }

  .pT25 {
    padding-top: 5% !important;
  }

  .pT30 {
    padding-top: 5% !important;
  }

  .pT35 {
    padding-top: 7.5% !important;
  }

  .pT40 {
    padding-top: 7.5% !important;
  }

  .pT45 {
    padding-top: 7.5% !important;
  }

  .pT50 {
    padding-top: 10% !important;
  }

  .pT55 {
    padding-top: 10% !important;
  }

  .pT60 {
    padding-top: 10% !important;
  }

  .pT65 {
    padding-top: 12.5% !important;
  }

  .pT70 {
    padding-top: 12.5% !important;
  }

  .pT79 {
    padding-top: 12.5% !important;
  }

  .pT75 {
    padding-top: 12.5% !important;
  }

  .pT80 {
    padding-top: 15% !important;
  }

  .pT85 {
    padding-top: 15% !important;
  }

  .pT90 {
    padding-top: 15% !important;
  }

  .pT95 {
    padding-top: 17.5% !important;
  }

  .pT100 {
    padding-top: 17.5% !important;
  }

  .pT105 {
    padding-top: 17.5% !important;
  }

  .pT110 {
    padding-top: 20% !important;
  }

  .pT115 {
    padding-top: 20% !important;
  }

  .pT120 {
    padding-top: 20% !important;
  }

  .pT125 {
    padding-top: 22.5% !important;
  }

  .pT130 {
    padding-top: 22.5% !important;
  }

  .pT135 {
    padding-top: 22.5% !important;
  }

  .pT140 {
    padding-top: 25% !important;
  }

  .pT145 {
    padding-top: 25% !important;
  }

  .pT150 {
    padding-top: 25% !important;
  }

  .pB0 {
    padding-bottom: 0% !important;
  }

  .pB5 {
    padding-bottom: 2.5% !important;
  }

  .pB10 {
    padding-bottom: 2.5% !important;
  }

  .pB15 {
    padding-bottom: 2.5% !important;
  }

  .pB20 {
    padding-bottom: 5% !important;
  }

  .pB25 {
    padding-bottom: 5% !important;
  }

  .pB30 {
    padding-bottom: 5% !important;
  }

  .pB35 {
    padding-bottom: 7.5% !important;
  }

  .pB40 {
    padding-bottom: 7.5% !important;
  }

  .pB45 {
    padding-bottom: 7.5% !important;
  }

  .pB50 {
    padding-bottom: 10% !important;
  }

  .pB55 {
    padding-bottom: 10% !important;
  }

  .pB60 {
    padding-bottom: 10% !important;
  }

  .pB65 {
    padding-bottom: 12.5% !important;
  }

  .pB70 {
    padding-bottom: 12.5% !important;
  }

  .pB75 {
    padding-bottom: 12.5% !important;
  }

  .pB80 {
    padding-bottom: 15% !important;
  }

  .pB85 {
    padding-bottom: 15% !important;
  }

  .pB90 {
    padding-bottom: 15% !important;
  }

  .pB95 {
    padding-bottom: 17.5% !important;
  }

  .pB100 {
    padding-bottom: 17.5% !important;
  }

  .pB105 {
    padding-bottom: 17.5% !important;
  }

  .pB110 {
    padding-bottom: 20% !important;
  }

  .pB115 {
    padding-bottom: 20% !important;
  }

  .pB120 {
    padding-bottom: 20% !important;
  }

  .pB125 {
    padding-bottom: 22.5% !important;
  }

  .pB130 {
    padding-bottom: 22.5% !important;
  }

  .pB135 {
    padding-bottom: 22.5% !important;
  }

  .pB140 {
    padding-bottom: 25% !important;
  }

  .pB145 {
    padding-bottom: 25% !important;
  }

  .pB150 {
    padding-bottom: 25% !important;
  }

  .pL0 {
    padding-left: 0% !important;
  }

  .pL5 {
    padding-left: 2.5% !important;
  }

  .pL10 {
    padding-left: 2.5% !important;
  }

  .pL15 {
    padding-left: 2.5% !important;
  }

  .pL20 {
    padding-left: 5% !important;
  }

  .pL25 {
    padding-left: 5% !important;
  }

  .pL30 {
    padding-left: 5% !important;
  }

  .pL35 {
    padding-left: 7.5% !important;
  }

  .pL40 {
    padding-left: 7.5% !important;
  }

  .pL45 {
    padding-left: 7.5% !important;
  }

  .pL50 {
    padding-left: 10% !important;
  }

  .pL55 {
    padding-left: 10% !important;
  }

  .pL60 {
    padding-left: 10% !important;
  }

  .pL65 {
    padding-left: 12.5% !important;
  }

  .pL70 {
    padding-left: 12.5% !important;
  }

  .pL75 {
    padding-left: 12.5% !important;
  }

  .pL80 {
    padding-left: 15% !important;
  }

  .pL85 {
    padding-left: 15% !important;
  }

  .pL90 {
    padding-left: 15% !important;
  }

  .pL95 {
    padding-left: 17.5% !important;
  }

  .pL100 {
    padding-left: 17.5% !important;
  }

  .pL105 {
    padding-left: 17.5% !important;
  }

  .pL110 {
    padding-left: 20% !important;
  }

  .pL115 {
    padding-left: 20% !important;
  }

  .pL120 {
    padding-left: 20% !important;
  }

  .pL125 {
    padding-left: 22.5% !important;
  }

  .pL130 {
    padding-left: 22.5% !important;
  }

  .pL135 {
    padding-left: 22.5% !important;
  }

  .pL140 {
    padding-left: 25% !important;
  }

  .pL145 {
    padding-left: 25% !important;
  }

  .pL150 {
    padding-left: 25% !important;
  }

  .pR0 {
    padding-right: 0% !important;
  }

  .pR5 {
    padding-right: 2.5% !important;
  }

  .pR10 {
    padding-right: 2.5% !important;
  }

  .pR15 {
    padding-right: 2.5% !important;
  }

  .pR20 {
    padding-right: 5% !important;
  }

  .pR25 {
    padding-right: 5% !important;
  }

  .pR30 {
    padding-right: 5% !important;
  }

  .pR35 {
    padding-right: 7.5% !important;
  }

  .pR40 {
    padding-right: 7.5% !important;
  }

  .pR45 {
    padding-right: 7.5% !important;
  }

  .pR50 {
    padding-right: 10% !important;
  }

  .pR55 {
    padding-right: 10% !important;
  }

  .pR60 {
    padding-right: 10% !important;
  }

  .pR65 {
    padding-right: 12.5% !important;
  }

  .pR70 {
    padding-right: 12.5% !important;
  }

  .pR75 {
    padding-right: 12.5% !important;
  }

  .pR80 {
    padding-right: 15% !important;
  }

  .pR85 {
    padding-right: 15% !important;
  }

  .pR90 {
    padding-right: 15% !important;
  }

  .pR95 {
    padding-right: 17.5% !important;
  }

  .pR100 {
    padding-right: 17.5% !important;
  }

  .pR105 {
    padding-right: 17.5% !important;
  }

  .pR110 {
    padding-right: 20% !important;
  }

  .pR115 {
    padding-right: 20% !important;
  }

  .pR120 {
    padding-right: 20% !important;
  }

  .pR125 {
    padding-right: 22.5% !important;
  }

  .pR130 {
    padding-right: 22.5% !important;
  }

  .pR135 {
    padding-right: 22.5% !important;
  }

  .pR140 {
    padding-right: 25% !important;
  }

  .pR145 {
    padding-right: 25% !important;
  }

  .pR150 {
    padding-right: 25% !important;
  }

  .pA0 {
    padding: 0% !important;
  }

  .pA5 {
    padding: 2.5% !important;
  }

  .pA10 {
    padding: 2.5% !important;
  }

  .pA15 {
    padding: 2.5% !important;
  }

  .pA20 {
    padding: 5% !important;
  }

  .pA25 {
    padding: 5% !important;
  }

  .pA30 {
    padding: 5% !important;
  }

  .pA35 {
    padding: 7.5% !important;
  }

  .pA40 {
    padding: 7.5% !important;
  }

  .pA45 {
    padding: 7.5% !important;
  }

  .pA50 {
    padding: 10% !important;
  }

  .pA55 {
    padding: 10% !important;
  }

  .pA60 {
    padding: 10% !important;
  }

  .pA65 {
    padding: 12.5% !important;
  }

  .pA70 {
    padding: 12.5% !important;
  }

  .pA75 {
    padding: 12.5% !important;
  }

  .pA80 {
    padding: 15% !important;
  }

  .pA85 {
    padding: 15% !important;
  }

  .pA90 {
    padding: 15% !important;
  }

  .pA95 {
    padding: 17.5% !important;
  }

  .pA100 {
    padding: 17.5% !important;
  }

  .pA105 {
    padding: 17.5% !important;
  }

  .pA110 {
    padding: 20% !important;
  }

  .pA115 {
    padding: 20% !important;
  }

  .pA120 {
    padding: 20% !important;
  }

  .pA125 {
    padding: 22.5% !important;
  }

  .pA130 {
    padding: 22.5% !important;
  }

  .pA135 {
    padding: 22.5% !important;
  }

  .pA140 {
    padding: 25% !important;
  }

  .pA145 {
    padding: 25% !important;
  }

  .pA150 {
    padding: 25% !important;
  }

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

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

  .sp_mT1 {
    margin-top: 1% !important;
  }

  .sp_mT2 {
    margin-top: 2% !important;
  }

  .sp_mT3 {
    margin-top: 3% !important;
  }

  .sp_mT4 {
    margin-top: 4% !important;
  }

  .sp_mT5 {
    margin-top: 5% !important;
  }

  .sp_mT6 {
    margin-top: 6% !important;
  }

  .sp_mT7 {
    margin-top: 7% !important;
  }

  .sp_mT8 {
    margin-top: 8% !important;
  }

  .sp_mT9 {
    margin-top: 9% !important;
  }

  .sp_mT10 {
    margin-top: 10% !important;
  }

  .sp_mT11 {
    margin-top: 11% !important;
  }

  .sp_mT12 {
    margin-top: 12% !important;
  }

  .sp_mT13 {
    margin-top: 13% !important;
  }

  .sp_mT14 {
    margin-top: 14% !important;
  }

  .sp_mT15 {
    margin-top: 15% !important;
  }

  .sp_mT16 {
    margin-top: 16% !important;
  }

  .sp_mT17 {
    margin-top: 17% !important;
  }

  .sp_mT20 {
    margin-top: 20% !important;
  }

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

  .sp_mB1 {
    margin-bottom: 1% !important;
  }

  .sp_mB2 {
    margin-bottom: 2% !important;
  }

  .sp_mB3 {
    margin-bottom: 3% !important;
  }

  .sp_mB4 {
    margin-bottom: 4% !important;
  }

  .sp_mB5 {
    margin-bottom: 5% !important;
  }

  .sp_mB6 {
    margin-bottom: 6% !important;
  }

  .sp_mB7 {
    margin-bottom: 7% !important;
  }

  .sp_mB8 {
    margin-bottom: 8% !important;
  }

  .sp_mB9 {
    margin-bottom: 9% !important;
  }

  .sp_mB10 {
    margin-bottom: 10% !important;
  }

  .sp_mB11 {
    margin-bottom: 11% !important;
  }

  .sp_mB12 {
    margin-bottom: 12% !important;
  }

  .sp_mB13 {
    margin-bottom: 13% !important;
  }

  .sp_mB14 {
    margin-bottom: 14% !important;
  }

  .sp_mB15 {
    margin-bottom: 15% !important;
  }

  .sp_mB16 {
    margin-bottom: 16% !important;
  }

  .sp_mB17 {
    margin-bottom: 17% !important;
  }

  .sp_mB20 {
    margin-bottom: 20% !important;
  }

  .sp_mB25 {
    margin-bottom: 25% !important;
  }

  .sp_mB30 {
    margin-bottom: 30% !important;
  }

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

  .sp_pB1 {
    padding-bottom: 1% !important;
  }

  .sp_pB2 {
    padding-bottom: 2% !important;
  }

  .sp_pB3 {
    padding-bottom: 3% !important;
  }

  .sp_pB4 {
    padding-bottom: 4% !important;
  }

  .sp_pB5 {
    padding-bottom: 5% !important;
  }

  .sp_pB6 {
    padding-bottom: 6% !important;
  }

  .sp_pB7 {
    padding-bottom: 7% !important;
  }

  .sp_pB8 {
    padding-bottom: 8% !important;
  }

  .sp_pB9 {
    padding-bottom: 9% !important;
  }

  .sp_pB10 {
    padding-bottom: 10% !important;
  }

  .sp_pB11 {
    padding-bottom: 11% !important;
  }

  .sp_pB13 {
    padding-bottom: 13% !important;
  }

  .sp_pB14 {
    padding-bottom: 14% !important;
  }

  .sp_pB15 {
    padding-bottom: 15% !important;
  }

  .sp_pB16 {
    padding-bottom: 16% !important;
  }

  .sp_pB17 {
    padding-bottom: 17% !important;
  }

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

  .sp_pT1 {
    padding-top: 1% !important;
  }

  .sp_pT2 {
    padding-top: 2% !important;
  }

  .sp_pT3 {
    padding-top: 3% !important;
  }

  .sp_pT4 {
    padding-top: 4% !important;
  }

  .sp_pT5 {
    padding-top: 5% !important;
  }

  .sp_pT6 {
    padding-top: 6% !important;
  }

  .sp_pT7 {
    padding-top: 7% !important;
  }

  .sp_pT8 {
    padding-top: 8% !important;
  }

  .sp_pT9 {
    padding-top: 9% !important;
  }

  .sp_pT10 {
    padding-top: 10% !important;
  }

  .sp_pT11 {
    padding-top: 11% !important;
  }

  .sp_pT12 {
    padding-top: 12% !important;
  }

  .sp_pT13 {
    padding-top: 13% !important;
  }

  .sp_pT14 {
    padding-top: 14% !important;
  }

  .sp_pT15 {
    padding-top: 15% !important;
  }

  .sp_pT16 {
    padding-top: 16% !important;
  }

  .sp_pT17 {
    padding-top: 17% !important;
  }
}
.z-in0 {
  z-index: 0;
}

.z-in1 {
  z-index: 1;
}

.z-in2 {
  z-index: 2;
}

.z-in3 {
  z-index: 3;
}

.z-in4 {
  z-index: 4;
}

.z-in5 {
  z-index: 5;
}

.z-in6 {
  z-index: 6;
}

.z-in7 {
  z-index: 7;
}

.z-in8 {
  z-index: 8;
}

.z-in9 {
  z-index: 9;
}

.z-in10 {
  z-index: 10;
}

.visibility_hidden {
  visibility: hidden;
}

.no_link {
  color: #9a9a9a !important;
  pointer-events: none !important;
}

.po_ev_no {
  pointer-events: none !important;
}

.cl33,
.cl50,
.cl25,
.cl33,
.cl7_3,
.cl4_6,
.cl6_4,
.cl3_7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cl4_6,
.cl6_4,
.cl3_7 {
  justify-content: space-between;
}

.o_02 .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 10px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #b2b2b0;
  clear: both;
}

.o_02 .sub {
  background: #ff5fb2;
  color: #fff;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

@media (min-width: 901px) {
  .cl50_max > a,
.cl50 > a,
.cl33 > a,
.cl25 > a,
.cl3_7 > a,
.cl7_3 > a,
.cl4_6 > a,
.cl6_4 > a {
    display: block;
  }

  .cl50_max > div,
.cl50_max > li,
.cl50_max > a {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl50 > div,
.cl50 > li,
.cl50 > a {
    float: left;
    width: 48%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl50 > div:not(:nth-child(2n)),
.cl50 > li:not(:nth-child(2n)),
.cl50 > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .cl50 > div:nth-last-child(-n+2),
.cl50 > li:nth-last-child(-n+2),
.cl50 > a:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }

  .cl33 > div,
.cl33 > li,
.cl33 > a {
    float: left;
    width: 30%;
    margin-bottom: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl33 > div:not(:nth-child(3n)),
.cl33 > li:not(:nth-child(3n)),
.cl33 > a:not(:nth-child(3n)) {
    margin-right: 5%;
  }

  .cl33 > div:nth-last-child(-n+3),
.cl33 > li:nth-last-child(-n+3),
.cl33 > a:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }

  .cl25 > div,
.cl25 > li,
.cl25 > a {
    float: left;
    width: 23.7%;
    margin-bottom: 2.666%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
  }

  .cl25 > div:not(:nth-child(4n)),
.cl25 > li:not(:nth-child(4n)),
.cl25 > a:not(:nth-child(4n)) {
    margin-right: 1.73%;
  }

  .cl25 > div:nth-last-child(-n+4),
.cl25 > li:nth-last-child(-n+4),
.cl25 > a:nth-last-child(-n+4) {
    margin-bottom: 0 !important;
  }

  .cl3_7 > div:nth-child(odd),
.cl3_7 > li:nth-child(odd) {
    float: left;
    width: 30%;
  }

  .cl3_7 > div:nth-child(even),
.cl3_7 > li:nth-child(even) {
    float: right;
    width: 66%;
  }

  .cl7_3 > div:nth-child(odd),
.cl7_3 > li:nth-child(odd) {
    float: left;
    width: 66%;
  }

  .cl7_3 > div:nth-child(even),
.cl7_3 > li:nth-child(even) {
    float: right;
    width: 30%;
  }

  .cl4_6 > div:nth-child(odd),
.cl4_6 > li:nth-child(odd) {
    float: left;
    width: 40%;
  }

  .cl4_6 > div:nth-child(even),
.cl4_6 > li:nth-child(even) {
    float: right;
    width: 56%;
  }

  .cl6_4 > div:nth-child(odd),
.cl6_4 > li:nth-child(odd) {
    float: left;
    width: 56%;
  }

  .cl6_4 > div:nth-child(even),
.cl6_4 > li:nth-child(even) {
    float: right;
    width: 40%;
  }
}
@media (max-width: 900px) and (min-width: 0px) {
  .cl50_max > a,
.cl50 > a,
.cl33 > a,
.cl25 > a,
.cl3_7 > a,
.cl7_3 > a,
.cl4_6 > a,
.cl6_4 > a {
    display: block;
  }

  .cl50_max > div,
.cl50_max > li,
.cl50_max > a {
    width: 100%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl50 > div,
.cl50 > li,
.cl50 > a {
    width: 100%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl33.sp_cl50 > div,
.cl33.sp_cl50 > li,
.cl33.sp_cl50 > a {
    float: left;
    width: 48%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl33.sp_cl50 > div:not(:nth-child(2n)),
.cl33.sp_cl50 > li:not(:nth-child(2n)),
.cl33.sp_cl50 > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .cl25 > div,
.cl25 > li,
.cl25 > a {
    float: left;
    width: 48%;
    margin-bottom: 4%;
    position: relative;
  }

  .cl25 > div:not(:nth-child(2n)),
.cl25 > li:not(:nth-child(2n)),
.cl25 > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .cl3_7 > div,
.cl3_7 > li,
.cl7_3 > div,
.cl7_3 > li,
.cl4_6 > div,
.cl4_6 > li,
.cl6_4 > div,
.cl6_4 > li {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}
.b_r05 {
  overflow: hidden;
  border-radius: 0.5em;
}

.b_r1 {
  overflow: hidden;
  border-radius: 1em;
}

.b_r3 {
  overflow: hidden;
  border-radius: 3em;
}

.b_r50 {
  overflow: hidden;
  border-radius: 50em;
}

/* header
--------------------------------------------------------------------------- */
h1 {
  text-align: center;
  padding-top: 60px;
}

.navBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
  pointer-events: none;
  transition: 0.2s;
}

.open .navBg {
  background: rgba(0, 0, 0, 0.36);
  z-index: 10;
  pointer-events: all;
}

#nav-toggle {
  position: fixed;
  top: 38px;
  right: 39px;
  height: 55px;
  cursor: pointer;
  transition: 0.2s;
}

#nav-toggle > div {
  position: relative;
  width: 45px;
  height: 52px;
}

#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: background 0.1s ease-in-out, transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle.on span {
  background: #000;
}

#nav-toggle p {
  color: #fff;
  transition: background 0.1s ease-in-out;
}

.open #nav-toggle p {
  display: none;
}

#nav-toggle.on p {
  color: #000;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle p {
  top: 41px;
  position: relative;
  font-size: 10.5px;
  left: -3px;
  transform: scale(0.8);
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: linear-gradient(90deg, #f66620, #fa931c);
  color: #fff;
  position: fixed;
  top: 0;
  /* left: 0; */
  right: -490px;
  bottom: 0;
  z-index: 990;
  /* display: flex; */
  visibility: hidden;
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: center; */
  font-size: 16px;
  /* opacity: 0; */
  transition: 0.6s ease;
  width: 490px;
  /* padding: 30px 40px 30px 40px; */
}

#gloval-nav a {
  color: #fff;
  display: block;
}

#gloval-nav a.u_nav01 {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.1s ease;
  font-weight: 400;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav dd ul {
  width: 248px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  /* opacity: 1; */
  right: 0px;
}

#gloval-nav .u_inner {
  padding: 30px 40px 30px 40px;
}

#gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
  margin-bottom: 2px;
  position: relative;
}

#gloval-nav dd li:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

#gloval-nav li a {
  display: inline;
}

nav {
  height: 150px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

nav::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

/*アコーディオン*/
#acMenu dt {
  display: block;
  width: 419px;
  border-bottom: #fff 1px solid;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  font-weight: 400;
}

.plusBtn {
  height: 100%;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

#acMenu .u_plus span {
  display: block;
}

#acMenu .u_plus span a {
  width: calc(100% - 54px);
}

#acMenu dt.u_plus span:before,
#acMenu dt.u_plus span:after {
  content: "";
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 21px;
  top: 21px;
  transition: 0.2s;
}

#acMenu dt.active.u_plus span:before {
  transform: rotate(-45deg);
}

#acMenu dt.u_plus span:after {
  transform: rotate(90deg);
}

#acMenu dt.active.u_plus span:after {
  transform: rotate(45deg);
}

#acMenu dd {
  display: none;
  overflow: hidden;
  border-bottom: #fff 1px solid;
  padding: 10px 0 20px;
  font-weight: 400;
}

header {
  height: 112px;
  background: linear-gradient(90deg, #f66620, #fa931c);
}

header img.logo {
  width: 189px;
  margin: auto;
  padding: 27px 0 1px;
  position: relative;
  left: -11px;
}

header a.u_nav01 {
  position: absolute;
  top: 22px;
  right: 117px;
  font-size: 16px;
}

header a.u_nav01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
}

header nav {
  margin-top: 52px;
  overflow-y: scroll;
  height: calc(100vh - 150px);
}

header ul.u_ad03 {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 8px;
  width: 213px;
}

header ul.u_ad03 li {
  /* margin: 0 10px; */
  font-size: 25px;
}

header p.u_copy {
  width: 26rem;
  margin: auto;
}

header img.u_logo {
  /*width: 190px;*/
  /*margin: auto;*/
  /*padding: 28px 0 0;*/
  width: 100%;
}

/* home
--------------------------------------------------------------------------- */
/*mv*/
.mv img {
  width: 100%;
}

.mv {
  position: relative;
}

.mv > img {
  position: absolute;
  width: 700px;
  top: 39%;
  margin: auto;
  display: block;
  z-index: 9;
  left: 0;
  right: 0;
}

/*home01*/
.home01 {
  width: 617px;
  max-width: 90%;
  margin: auto;
  position: relative;
  left: 9px;
}

/*home02*/
.home02 img.u_tit01,
.home02 img.u_tit02,
.home02 .u_txt {
  margin: auto;
  display: block;
}

.home02 .btn02 a {
  width: 300px;
  margin: auto;
  display: block;
  padding: 22px 0;
}

/*home03*/
.home03 h3.c_h3tit01 {
  width: 128px;
}

.home03 img {
  width: 100%;
}

.home03 > div.cl25 {
  height: 273px;
  position: relative;
}

.home03 div.cl25 a {
  border-bottom: 2px solid #c3c5c4;
  position: relative;
  display: block;
  width: 241px;
}

/*home04*/
.home04 {
  background: #f2f1ef;
}

.home04 h3.c_h3tit01 img {
  width: 155px;
}


/*home05*/
.home05 {
  overflow: hidden;
}

.home05 .inner1020 {
  margin: 0 auto;
}

.home05 .lineup {
  position: relative;
}

.home05 .lineup-carousel li {
  text-align: center;
  margin-right: 42px;
}

.home05 .lineup-carousel img {
  display: block;
  margin-bottom: 8px;
  width: 100%;
}

.home05 .slick-list {
  overflow: visible;
}

.home05 .slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}

.home05 .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.home05 .slick-next {
  right: 0;
}

.home05 .slick-prev {
  left: -80px;
}

.home05 .slick-next:before,
.home05 .slick-prev:before {
  color: #000;
}

.home05 .c_h3tit01 img {
  width: 312px;
}

/*home06 */
.home06 {
  background: #f2f1ef;
}

.home06 h3.c_h3tit01 img {
  width: 571px;
}

.home06 .c_txtArea p {
  font-feature-settings: initial;
  margin-top: 2px;
  letter-spacing: 0px;
}

.home06 .cl25 a {
  display: block;
  padding-bottom: 34px;
  border-bottom: 2px solid #c3c5c4;
}

.c_txtArea {
  line-height: 174%;
  font-size: 1.3rem;
}

.home06.inner1020 {
  background: #f2f1ef;
}

/*home07*/
.home07 .c_h3tit01 img {
  width: 135px;
}

.home07 .cl25 {
  align-items: center;
}

/* footer
--------------------------------------------------------------------------- */
footer {
  border-top: 1px solid #231815;
  position: relative;
}

footer a {
  transition: 0.1s;
}

footer a:hover {
  opacity: 0.5;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  margin: auto;
  left: 0;
}

footer ul.u_ad01 {
  font-size: 1.2rem;
  display: flex;
  font-weight: 400;
}

footer ul.u_ad01 li:nth-child(1) {
  margin-right: 28px;
  position: relative;
}

footer ul.u_ad01 li:nth-child(1):before {
  content: "";
  background: #231815;
  position: absolute;
  width: 1px;
  height: 10px;
  top: 8px;
  right: -13px;
  transform: rotate(18deg);
}

footer .u_ad01 a {
  color: #000;
}

footer span:before {
  color: #231815 !important;
  font-size: 18px;
}

footer .u_ad02 {
  position: absolute;
  width: 190px;
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: space-between;
  top: 26px;
}

footer .f_under {
  width: 342px;
  margin: auto;
}

/*
  参政党に参加する participation
--------------------------------------------------------------------------- */
#participation .u_2 .u_tit {
  background: #72c6c8;
  color: #fff;
  display: flex;
  padding: 52px;
  height: 160px;
}

#participation .u_2 li:nth-child(2) .u_tit {
  background: #B3C84F;
}

#participation .u_2 li:nth-child(3) .u_tit {
  background: #f39800;
}

#participation .u_2 li:nth-child(4) .u_tit {
  background: #eb6100;
}

#participation .u_2 .u_txt {
  padding: 1px 51px 22px;
  position: relative;
  background: #fff;
}

#participation .u_2 .u_price {
  font-size: 24px;
  letter-spacing: 0.38em;
}

#participation .f46 {
  font-size: 46px;
  margin-right: 17px;
  margin-left: 5px;
  position: relative;
  top: 5px;
  letter-spacing: 0.15em;
}

#participation a.btn03 {
  position: absolute;
  right: 37px;
  top: 39px;
}

#participation .u_5 .flex_wrap div:nth-child(1) li {
  margin-bottom: 2px;
}

#participation .u_5 .flex_wrap div:nth-child(1) .kome {
  text-indent: -1em;
  padding-left: 1.5em;
}

/*
  参政党コミュニティー community
--------------------------------------------------------------------------- */
#community h2 > img {
  width: 329px;
  margin: auto;
  position: relative;
  top: -3px;
  left: -4px;
}

#community .slick-dotted.slick-slider {
  margin-bottom: 87px;
}

#community .slick-dots {
  bottom: -31px;
}

#community .slick-dots li button:before {
  font-size: 10px;
}

#community .slick-dots li {
  margin: 0 2px;
}

#community .u_1 {
  width: 461px;
  margin: auto;
  position: relative;
  left: -4px;
}

#community .cl50 div:nth-child(2) {
  position: relative;
}

#community .cl50 div:nth-child(2):before {
  content: "";
  background: linear-gradient(90deg, #f66620, #fa931c);
  width: 100%;
  height: 8px;
  position: absolute;
}

#community .btn02 a {
  margin: 0;
}

#community .u_3 .btn02 {
  margin-top: 34px;
}

#community .u_3 .btn02 a {
  width: 100%;
}

/*
  参政党とは about
--------------------------------------------------------------------------- */
#about .u_1 {
  max-width: 886px;
  margin: auto;
}

#about .u_3 img:nth-child(3) {
  margin: 20px 0 11px;
}

#about .u_3 li:nth-child(1) img:nth-child(3) {
  width: 341px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*left: 8px;*/
}

#about .u_3 li:nth-child(2) img:nth-child(3) {
  width: 122px;
  margin-left: auto;
  margin-right: auto;
}

/*
  メンバー member
--------------------------------------------------------------------------- */
#member .u_h3_1 img {
  width: 250px;
  margin-right: 39px;
}

#member .u_h3_2 {
  letter-spacing: 0.13em;
}

#member .u_h3_2 img {
  width: 136px;
  margin-right: 39px;
}

#member .u_h3_3 img {
  width: 213px;
  margin-right: 39px;
}

#member .u_1 li {
  position: relative;
  width: 138px;
  margin-right: 0;
}

#member .u_1 li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btnArea {
  position: relative;
  z-index: 9;
  display: block;
}

#member .u_1 li:last-child {
  width: 130px;
}

#member .u_1 .img {
  padding-bottom: 87px;
  overflow: hidden;
  position: relative;
  border-radius: 50em;
  border: 2px solid #ed6c00;
  transition: 0.2s;
  width: 90px;
  margin-bottom: 12px;
}

#member .u_1 .img img {
  position: absolute;
}

#member .u_1 .c-tit {
  font-family: "Noto Sans JP", "游ゴシック";
}

#member .u_1 .f_kr {
  font-size: 10px;
  line-height: 158%;
}

#member li.u_3 {
  position: relative;
}

#member li.u_3 .u_txt {
  font-size: 13px;
  letter-spacing: 4px;
  position: absolute;
  top: -26px;
}

#member p.name {
  font-size: 35px;
  letter-spacing: 10px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 4px;
  font-family: "Hannari", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 4px;
}

#member .f_kr {
  position: relative;
  margin-bottom: 2px;
  padding-bottom: 13px;
}

#member .c_table_03 tr:last-child td {
  padding: 12px 3px 12px;
  line-height: 2rem;
}

#member .c_table_03 tr:last-child th {
  padding-bottom: 21px;
}

#member ul.u_btn {
  display: flex;
  justify-content: flex-end;
}

#member ul.u_btn li {
  width: 96px;
  margin-left: 8px;
}

#member .c_table_03 td {
  font-feature-settings: initial;
}

/*▼▼▼▼▼メンバー切り替え表示動き▼▼▼▼▼*/
.toggleArea.open {
  display: block;
  top: 0px;
  opacity: 1;
  transition: 0.5s;
  animation: memberOpen 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  border-top: 1px solid #231815;
}

@keyframes memberOpen {
  0% {
    top: -14px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
.toggleArea {
  display: none;
  transition: 0.2s;
  position: relative;
  top: -14px;
  opacity: 0;
  min-height: 477px;
}

/*▲▲▲▲▲メンバー切り替え表示動き▲▲▲▲▲*/
button {
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

#member .open01 .img img {
  transform: scale(1.1);
}

#member .open01 .img {
  box-shadow: 2px 1px 8px #8dddd9;
}

#member .open01 {
  pointer-events: none;
}

/*
  DIYスクール・選挙スクール・セミナー school
--------------------------------------------------------------------------- */
#school .u_h2 img {
  width: 283px;
  margin: auto;
  position: relative;
}

#school .c_h2_02 a:nth-of-type(1) {
  right: 169px;
}

#school .c_h2_02 a:nth-of-type(2) {
  right: -5px;
}

#school p {
  font-feature-settings: initial;
}

#school .u_02 {
  position: relative;
  padding-bottom: 45px;
}

#school a.u_03 {
  display: flex;
  /*position: absolute;*/
  border-radius: 50em;
  border: 1px solid #e63529;
  right: 0;
  bottom: 34px;
  width: 158px;
  height: 158px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #e63529;
  line-height: 140%;
  font-weight: 400;
  margin: 40px auto 0;
}

#school a.u_03:hover {
  background: #e63529;
  color: #ffff;
}


#participation a.u_03 {
  display: flex;
  position: absolute;
  border-radius: 50em;
  border: 1px solid #e63529;
  right: 45px;
  bottom: 0px;
  width: 158px;
  height: 158px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #e63529;
  line-height: 140%;
  font-weight: 400;
  margin: 40px auto 0;
}

#participation a.u_03:hover {
  background: #e63529;
  color: #ffff;
}

/*
 理念 philosophy
--------------------------------------------------------------------------- */
#philosophy .u_1 li {
  margin-bottom: 7px;
  font-feature-settings: initial;
}

#philosophy .u_1 li:before {
  content: "一、";
  padding-right: 1px;
}

#philosophy dt.plus {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  position: relative;
}

#philosophy dt.plus:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  transition: 0.2s;
}

#philosophy dt.active:before {
  transform: rotate(135deg);
}

#philosophy .f13 {
  line-height: 170%;
}

/*
 女性の方へ forwomen
--------------------------------------------------------------------------- */
/*
10代・20代の方へ younger
--------------------------------------------------------------------------- */
#younger .u_2 th {
  width: 80px;
}

#younger .u_2 td {
  padding-bottom: 31px;
  line-height: 30px;
  letter-spacing: 0.27rem;
}

/*
歴史 history
--------------------------------------------------------------------------- */
#history .u_3 {
  letter-spacing: 3px;
}

#history ul.u_1 li {
  text-indent: -2.2em;
  padding-left: 2.2em;
}

#history .u_2 img {
  width: 118px;
}

#history .u_2 th {
  min-width: 181px;
  padding-bottom: 73px;
  vertical-align: middle;
}

#history .u_2 td {
  padding-bottom: 73px;
  vertical-align: middle;
}

/*
  ページャー
--------------------------------------------------------------------------- */
div#pager {
  margin: 3% auto 7%;
  display: flex;
  justify-content: center;
  position: relative;
  left: 60px;
}

div#pager span,
div#pager a {
  margin: 0 18px;
  font-family: "EB Garamond", serif;
}

div#pager span {
  color: #000;
}

div#pager a {
  color: #9fa0a0;
}

div#pager .next,
div#pager .prev {
  font-weight: bold;
}

/*
  お知らせ news
--------------------------------------------------------------------------- */
#news {
  width: 100%;
  overflow: hidden;
}
#news h2 > img {
  width: 132px;
  margin: auto;
  position: relative;
  top: -3px;
  left: -4px;
}

#news .c_cat_area > p {
  text-align: center;
  border-bottom: 1px solid #231815;
  padding-bottom: 6px;
}

#news .c_cat_area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-wrap: wrap;
  margin: auto;
}

#news .c_cat_area ul a {
  color: #979898;
  font-weight: 400;
}

#news .c_cat_area ul li.newsListCur a {
  color: #000;
}

#news .c_cat_area ul .current {
  color: #000000;
  pointer-events: none;
}

#news .u_1 {
  display: flex;
  justify-content: space-between;
}

#news .u_1 .tag a {
  border: 1px solid #231815;
  line-height: 0;
  font-size: 12px;
  padding: 0 8px 4px;
  letter-spacing: 2px;
}

#news .postArea img {
  max-width: 500px;
  margin-bottom: 28px;
  height: auto;
}

#news .postArea p {
  margin-bottom: 24px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

#news .postArea a {
  color: #0098e1;
  font-size: 13px;
  letter-spacing: 0.1em;
  word-wrap: break-word;
}

#news .postArea h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

#news .postArea h4 {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 15px;
}

#news .wp-caption-text {
  font-size: 12px;
}

#news .postArea figure img {
  margin-bottom: 10px;
}

#news figure {
  max-width: 100%;
}

/*お知らせ一覧ページ*/
.newsList {
  max-width: 1280px;
  margin: auto;
}

.newsList a {
  width: 240px;
  border-bottom: 1px solid #231815;
}

.newsList .c_txtArea {
  height: 136px;
}
.grid {
  margin: auto;
}
.grid-item {
  width: 240px;
  margin-bottom: 50px;
}