@charset "UTF-8";
/**
 * 共通系sass（レスポンシブ）
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   media
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*==================================
 * パンくず
==================================*/
._tc-breadcrumb {
  width: 1080px;
  margin: 0 auto;
  font-size: 14px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
._tc-breadcrumb li {
  display: inline-block;
}
._tc-breadcrumb li a {
  color: #555;
  text-decoration: none;
}
._tc-breadcrumb li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  ._tc-breadcrumb {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    background: #f8f8f8;
  }
}

/*==================================
 * タイトル
==================================*/
h2.tit,
h2.tit__01,
h2.tit__02,
h2.tit__03,
h2.tit__04,
h2.tit__05,
h2.tit__06,
h2.tit__07,
h2.tit__08,
h2.tit__09,
h2.tit__10 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

h3.tit,
h3.tit__01,
h3.tit__02,
h3.tit__03,
h3.tit__04,
h3.tit__05,
h3.tit__06,
h3.tit__07,
h3.tit__08,
h3.tit__09,
h3.tit__10 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.tit__01 {
  padding: 0.5em 0.7em;
  border-left: 5px solid #374876;
  text-shadow: 0px 1px 0px #FFF;
}

.tit__01._color1 {
  border-left: 5px solid #1B70BE;
}

.tit__01._color2 {
  border-left: 5px solid #00204E;
}

.tit__01._color3 {
  border-left: 5px solid #DC143C;
}

.tit__01._color4 {
  border-left: 5px solid #A10800;
}

.tit__01._color5 {
  border-left: 5px solid #FF7700;
}

.tit__01._color6 {
  border-left: 5px solid #FF9900;
}

.tit__01._color7 {
  border-left: 5px solid #008000;
}

.tit__01._color8 {
  border-left: 5px solid #004F3C;
}

.tit__01._color9 {
  border-left: 5px solid #040406;
}

.tit__01._color10 {
  border-left: 5px solid #4D4D4D;
}

.tit__02 {
  padding: 0.5em 0.75em;
  background-color: #f8f8f8;
  border-left: 6px solid #374876;
}

.tit__02._color1 {
  border-left: 6px solid #1B70BE;
}

.tit__02._color2 {
  border-left: 6px solid #00204E;
}

.tit__02._color3 {
  border-left: 6px solid #DC143C;
}

.tit__02._color4 {
  border-left: 6px solid #A10800;
}

.tit__02._color5 {
  border-left: 6px solid #FF7700;
}

.tit__02._color6 {
  border-left: 6px solid #FF9900;
}

.tit__02._color7 {
  border-left: 6px solid #008000;
}

.tit__02._color8 {
  border-left: 6px solid #004F3C;
}

.tit__02._color9 {
  border-left: 6px solid #040406;
}

.tit__02._color10 {
  border-left: 6px solid #4D4D4D;
}

.tit__03 {
  position: relative;
  padding: 0.75em 1em 0.75em 1.5em;
  border: 1px solid #CCCCCC;
}

.tit__03:after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 6px;
  height: calc(100% - 1em);
  background-color: #374876;
  border-radius: 4px;
}

.tit__03._color1:after {
  background-color: #1B70BE;
}

.tit__03._color2:after {
  background-color: #00204E;
}

.tit__03._color3:after {
  background-color: #DC143C;
}

.tit__03._color4:after {
  background-color: #A10800;
}

.tit__03._color5:after {
  background-color: #FF7700;
}

.tit__03._color6:after {
  background-color: #FF9900;
}

.tit__03._color7:after {
  background-color: #008000;
}

.tit__03._color8:after {
  background-color: #004F3C;
}

.tit__03._color9:after {
  background-color: #040406;
}

.tit__03._color10:after {
  background-color: #4D4D4D;
}

.tit__04 {
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #374876;
}

.tit__04:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.tit__04._color1 {
  border-left: 6px solid #1B70BE;
}

.tit__04._color2 {
  border-left: 6px solid #00204E;
}

.tit__04._color3 {
  border-left: 6px solid #DC143C;
}

.tit__04._color4 {
  border-left: 6px solid #A10800;
}

.tit__04._color5 {
  border-left: 6px solid #FF7700;
}

.tit__04._color6 {
  border-left: 6px solid #FF9900;
}

.tit__04._color7 {
  border-left: 6px solid #008000;
}

.tit__04._color8 {
  border-left: 6px solid #004F3C;
}

.tit__04._color9 {
  border-left: 6px solid #040406;
}

.tit__04._color10 {
  border-left: 6px solid #4D4D4D;
}

.tit__05 {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #ccc;
}

.tit__05:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #374876;
}

.tit__05._color1:after {
  background-color: #1B70BE;
}

.tit__05._color2:after {
  background-color: #00204E;
}

.tit__05._color3:after {
  background-color: #DC143C;
}

.tit__05._color4:after {
  background-color: #A10800;
}

.tit__05._color5:after {
  background-color: #FF7700;
}

.tit__05._color6:after {
  background-color: #FF9900;
}

.tit__05._color7:after {
  background-color: #008000;
}

.tit__05._color8:after {
  background-color: #004F3C;
}

.tit__05._color9:after {
  background-color: #040406;
}

.tit__05._color10:after {
  background-color: #4D4D4D;
}

.tit__06 {
  padding: 0.6em 0.7em;
  border-top: solid 4px #374876;
  border-bottom: solid 1px #374876;
}

.tit__06._color1 {
  border-top: solid 4px #1B70BE;
  border-bottom: solid 1px #1B70BE;
}

.tit__06._color2 {
  border-top: solid 4px #00204E;
  border-bottom: solid 1px #00204E;
}

.tit__06._color3 {
  border-top: solid 4px #DC143C;
  border-bottom: solid 1px #DC143C;
}

.tit__06._color4 {
  border-top: solid 4px #A10800;
  border-bottom: solid 1px #A10800;
}

.tit__06._color5 {
  border-top: solid 4px #FF7700;
  border-bottom: solid 1px #FF7700;
}

.tit__06._color6 {
  border-top: solid 4px #FF9900;
  border-bottom: solid 1px #FF9900;
}

.tit__06._color7 {
  border-top: solid 4px #008000;
  border-bottom: solid 1px #008000;
}

.tit__06._color8 {
  border-top: solid 4px #004F3C;
  border-bottom: solid 1px #004F3C;
}

.tit__06._color9 {
  border-top: solid 4px #040406;
  border-bottom: solid 1px #040406;
}

.tit__06._color10 {
  border-top: solid 4px #4D4D4D;
  border-bottom: solid 1px #4D4D4D;
}

.tit__07 {
  padding: 0.75em 1em;
  border: 1px solid #ccc;
  border-top: 3px solid #374876;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  -webkit-box-shadow: 0 -1px 0 rgb(255, 255, 255) inset;
          box-shadow: 0 -1px 0 rgb(255, 255, 255) inset;
}

.tit__07._color1 {
  border-top: 3px solid #1B70BE;
}

.tit__07._color2 {
  border-top: 3px solid #00204E;
}

.tit__07._color3 {
  border-top: 3px solid #DC143C;
}

.tit__07._color4 {
  border-top: 3px solid #A10800;
}

.tit__07._color5 {
  border-top: 3px solid #FF7700;
}

.tit__07._color6 {
  border-top: 3px solid #FF9900;
}

.tit__07._color7 {
  border-top: 3px solid #008000;
}

.tit__07._color8 {
  border-top: 3px solid #004F3C;
}

.tit__07._color9 {
  border-top: 3px solid #040406;
}

.tit__07._color10 {
  border-top: 3px solid #4D4D4D;
}

.tit__08 {
  position: relative;
  padding: 0.7em 1em 0.7em 2em;
  border: 1px solid #ccc;
  border-bottom: 3px solid #374876;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  -webkit-box-shadow: 0 -1px 0 rgb(255, 255, 255) inset;
          box-shadow: 0 -1px 0 rgb(255, 255, 255) inset;
  font-size: 20px;
}

.tit__08:after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 6px;
  height: calc(100% - 1em);
  background-color: #374876;
  border-radius: 4px;
}

.tit__08._color1 {
  border-bottom: 3px solid #1B70BE;
}

.tit__08._color1:after {
  background-color: #1B70BE;
}

.tit__08._color2 {
  border-bottom: 3px solid #00204E;
}

.tit__08._color2:after {
  background-color: #00204E;
}

.tit__08._color3 {
  border-bottom: 3px solid #DC143C;
}

.tit__08._color3:after {
  background-color: #DC143C;
}

.tit__08._color4 {
  border-bottom: 3px solid #A10800;
}

.tit__08._color4:after {
  background-color: #A10800;
}

.tit__08._color5 {
  border-bottom: 3px solid #FF7700;
}

.tit__08._color5:after {
  background-color: #FF7700;
}

.tit__08._color6 {
  border-bottom: 3px solid #FF9900;
}

.tit__08._color6:after {
  background-color: #FF9900;
}

.tit__08._color7 {
  border-bottom: 3px solid #008000;
}

.tit__08._color7:after {
  background-color: #008000;
}

.tit__08._color8 {
  border-bottom: 3px solid #004F3C;
}

.tit__08._color8:after {
  background-color: #004F3C;
}

.tit__08._color9 {
  border-bottom: 3px solid #040406;
}

.tit__08._color9:after {
  background-color: #040406;
}

.tit__08._color10 {
  border-bottom: 3px solid #4D4D4D;
}

.tit__08._color10:after {
  background-color: #4D4D4D;
}

.tit__09 {
  font-weight: bold;
  color: #374876;
}

h2.tit__09 {
  font-size: 30px;
}

h3.tit__09 {
  font-size: 25px;
}

.tit__09._color1 {
  color: #1B70BE;
}

.tit__09._color2 {
  color: #00204E;
}

.tit__09._color3 {
  color: #DC143C;
}

.tit__09._color4 {
  color: #A10800;
}

.tit__09._color5 {
  color: #FF7700;
}

.tit__09._color6 {
  color: #FF9900;
}

.tit__09._color7 {
  color: #008000;
}

.tit__09._color8 {
  color: #004F3C;
}

.tit__09._color9 {
  color: #040406;
}

.tit__09._color10 {
  color: #4D4D4D;
}

.tit__10 {
  padding: 0.2em 0.75em 0.2em 1.8em;
  position: relative;
  font-weight: bold;
  border-bottom: 2px solid #374876;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tit__10:before {
  content: "□";
  font-size: 16px;
  position: absolute;
  color: #374876;
  top: 0;
  left: 0.4em;
  height: 12px;
  width: 12px;
}

.tit__10:after {
  content: "□";
  font-size: 16px;
  position: absolute;
  color: #374876;
  top: 0.4em;
  left: 0;
  height: 12px;
  width: 12px;
}

.tit__10._color1 {
  border-bottom: 2px solid #1B70BE;
}

.tit__10._color1:before {
  color: #1B70BE;
}

.tit__10._color1:after {
  color: #1B70BE;
}

.tit__10._color2 {
  border-bottom: 2px solid #00204E;
}

.tit__10._color2:before {
  color: #00204E;
}

.tit__10._color2:after {
  color: #00204E;
}

.tit__10._color3 {
  border-bottom: 2px solid #DC143C;
}

.tit__10._color3:before {
  color: #DC143C;
}

.tit__10._color3:after {
  color: #DC143C;
}

.tit__10._color4 {
  border-bottom: 2px solid #A10800;
}

.tit__10._color4:before {
  color: #A10800;
}

.tit__10._color4:after {
  color: #A10800;
}

.tit__10._color5 {
  border-bottom: 2px solid #FF7700;
}

.tit__10._color5:before {
  color: #FF7700;
}

.tit__10._color5:after {
  color: #FF7700;
}

.tit__10._color6 {
  border-bottom: 2px solid #FF9900;
}

.tit__10._color6:before {
  color: #FF9900;
}

.tit__10._color6:after {
  color: #FF9900;
}

.tit__10._color7 {
  border-bottom: 2px solid #008000;
}

.tit__10._color7:before {
  color: #008000;
}

.tit__10._color7:after {
  color: #008000;
}

.tit__10._color8 {
  border-bottom: 2px solid #004F3C;
}

.tit__10._color8:before {
  color: #004F3C;
}

.tit__10._color8:after {
  color: #004F3C;
}

.tit__10._color9 {
  border-bottom: 2px solid #040406;
}

.tit__10._color9:before {
  color: #040406;
}

.tit__10._color9:after {
  color: #040406;
}

.tit__10._color10 {
  border-bottom: 2px solid #4D4D4D;
}

.tit__10._color10:before {
  color: #4D4D4D;
}

.tit__10._color10:after {
  color: #4D4D4D;
}

/*==================================
 * コンテンツトップテキストカラー
==================================*/
.contentsTop__main-img-text._color1 {
  color: #1B70BE;
  text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color2 {
  color: #00204E;
  text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color3 {
  color: #DC143C;
  text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color4 {
  color: #A10800;
  text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color5 {
  color: #FF7700;
  text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color6 {
  color: #FF9900;
  text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color7 {
  color: #008000;
  text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color8 {
  color: #004F3C;
  text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color9 {
  color: #040406;
  text-shadow: 1px 1px 6px #fff;
}

.contentsTop__main-img-text._color10 {
  color: #4D4D4D;
  text-shadow: 1px 1px 6px #fff;
}

/*==================================
 * ボタン
==================================*/
.btn__gray,
.btn__orange,
.btn__red,
.btn__blue {
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
}

/* == グレー ================ */
.btn__gray {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(#ffffff, #e6e6e6);
  border: 1px #b4b4b4 solid;
  color: #505050 !important;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.btn__gray:hover {
  background: #efefef;
}

/* == オレンジ ================ */
.btn__orange {
  background: #FF8800;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaa33), to(#ff8800));
  background: linear-gradient(#ffaa33, #ff8800);
  border: 1px #F27300 solid;
  color: #FFF !important;
  -webkit-box-shadow: 0 1px 0 #f3f3f3 inset;
  box-shadow: 0 1px 0 #f3f3f3 inset;
  text-shadow: 1px 2px 3px #C45C00;
}

.btn__orange:hover {
  background: #FF8800;
}

/* == 赤 ================ */
.btn__red {
  background: #972024;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb6452), to(#972024));
  background: linear-gradient(#eb6452, #972024);
  border: 1px #972024 solid;
  color: #FFF !important;
  -webkit-box-shadow: 0 1px 0 #f3f3f3 inset;
  box-shadow: 0 1px 0 #f3f3f3 inset;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}

.btn__red:hover {
  background: #972024;
}

/* == 青 ================ */
.btn__blue {
  background: #4190D2;
  background: -webkit-gradient(linear, left top, left bottom, from(#4190d2), to(#207cca));
  background: linear-gradient(#4190d2, #207cca);
  border: 1px #207CCA solid;
  color: #FFF !important;
  -webkit-box-shadow: 0 1px 0 #b9c3e4 inset;
  box-shadow: 0 1px 0 #b9c3e4 inset;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}

.btn__blue:hover {
  background: #207CCA;
}

/* スモール
 ======================= */
._btn__sm {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 10px;
}

/* ラージ
 ======================= */
._btn__lg {
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
}

/*==================================
 * パーツレイアウト
==================================*/
.main__layout {
  width: 100%;
  margin: 0 0 30px 0;
}

.main__layout p {
  line-height: 1.7;
}

.main__layout > ._col img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.main__layout > ._col a:hover img {
  opacity: 0.5;
}

.main__layout._col-2 > ._col,
.main__layout._col-3 > ._col,
.main__layout._col-4 > ._col {
  float: left;
  display: block;
  margin: 0 2% 0 0;
}

.main__layout._col-1 > ._col {
  width: 100%;
}

.main__layout._col-2 > ._col {
  width: 49%;
}

.main__layout._col-3 > ._col {
  width: 32%;
}

.main__layout._col-4 > ._col {
  width: 23.5%;
}

.main__layout._col-2 > ._col._last,
.main__layout._col-3 > ._col._last,
.main__layout._col-4 > ._col._last {
  margin: 0;
  float: right;
}

.main__layout._col-2 > ._col ._title,
.main__layout._col-3 > ._col ._title {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}

.main__layout._col-2 > ._col ._title a,
.main__layout._col-3 > ._col ._title a {
  color: #333;
  text-decoration: none;
}

.main__layout._col-2 > ._col ._title a:hover,
.main__layout._col-3 > ._col ._title a:hover {
  text-decoration: underline;
}

.main__layout._lt,
.main__layout._rt {
  width: 100%;
}

.main__layout._lt > ._col,
.main__layout._rt > ._col {
  width: 40%;
  display: block;
}

.main__layout._lt > ._col {
  float: left;
  margin: 0 2% 0 0;
}

.main__layout._rt > ._col {
  float: right;
  margin: 0 0 0 2%;
}

.main__layout._column .main__layout {
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 768px) {
  .main__layout {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .main__layout ._col,
  .main__layout._col-2 > ._col,
  .main__layout._col-3 > ._col,
  .main__layout._col-4 > ._col {
    width: 100% !important;
    margin: 0 0 30px 0;
  }
  .main__layout._lt > ._text,
  .main__layout._rt > ._text {
    width: 90%;
    margin: 0 auto;
  }
  .main__layout._column .main__layout {
    width: 100%;
  }
  .main__layout._column._col-4 > ._col {
    float: left;
    width: 49% !important;
    margin: 0 2% 0 0;
  }
  .main__layout._column._col-4 > ._col._last {
    margin: 0;
    float: right;
  }
  .main__layout._lt > ._col,
  .main__layout._rt > ._col {
    margin: 0 0 30px 0;
  }
}
/* -------------------------------------------------------

 * メインパーツ

------------------------------------------------------- */
/*==================================
 * 箇条書き
==================================*/
.main__bullet-list {
  margin: 0 0 10px 0;
}

.main__bullet-list li {
  line-height: 1.7;
}

.main__bullet-list i {
  font-size: 16px;
  vertical-align: top;
  margin-top: 5px;
}

.main__bullet-list span {
  display: inline-block;
  width: 90%;
  width: calc(100% - 30px);
}

.main__bullet-list.main__bullet-list--blue i {
  color: #4190D2;
}

.main__bullet-list.main__bullet-list--gray i {
  color: #505050;
}

.main__bullet-list.main__bullet-list--orange i {
  color: #FF8800;
}

.main__bullet-list.main__bullet-list--red i {
  color: #972024;
}

/*==================================
 * コンテンツリスト
==================================*/
.main__contentsList {
  margin-bottom: 30px;
}

.main__contentsList > ul > li {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: table;
  width: 100%;
}

.main__contentsList ._detail {
  display: table-cell;
  vertical-align: top;
}

.main__contentsList ._detail h2 {
  margin-bottom: 10px;
}

.main__contentsList ._detail h2 a {
  color: #004EA2;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.main__contentsList ._detail h2 a:hover {
  text-decoration: underline;
}

.main__contentsList ._image {
  display: table-cell;
  vertical-align: top;
  width: 150px;
  padding-left: 20px;
}

/*==================================
 * コンテンツリスト（画像）
==================================*/
.main__contentsImgList > ul {
  font-size: 0;
}

.main__contentsImgList > ul > li {
  margin: 0 20px 30px 0;
  display: inline-block;
  vertical-align: top;
  width: 240px;
}

.main__contentsImgList > ul > li:nth-of-type(3n) {
  margin-right: 0;
}

.main__contentsImgList ._image {
  margin-bottom: 10px;
  height: 180px;
  overflow: hidden;
}

.main__contentsImgList ._detail {
  font-size: 14px;
}

.main__contentsImgList ._detail h2 {
  margin-bottom: 10px;
}

.main__contentsImgList ._detail h2 a {
  color: #004EA2;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.main__contentsImgList ._detail h2 a:hover {
  text-decoration: underline;
}

/*==================================
 * ページ遷移（前後）
==================================*/
.main__prev-next-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.main__prev-next-link ._prev-link {
  width: 45%;
}

.main__prev-next-link ._next-link {
  width: 45%;
  margin-left: auto;
}

.main__prev-next-link._next ._next-link {
  margin-right: auto;
}

.main__prev-next-link a {
  display: table;
  width: 100%;
  height: 70px;
  border: solid 1px #ddd;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main__prev-next-link a:hover {
  opacity: 0.6;
}

.main__prev-next-link ._title,
.main__prev-next-link ._arrow {
  display: table-cell;
  vertical-align: middle;
}

.main__prev-next-link ._title {
  text-align: left;
}

.main__prev-next-link ._arrow {
  width: 20px;
}

.main__prev-next-link ._next-link ._arrow {
  text-align: right;
}

/*==================================
 * 新着情報
==================================*/
.main__newList {
  padding: 0 5px 0 5px;
  margin-bottom: 30px;
}

.main__newList dt {
  float: left;
  margin-right: 15px;
}

.main__newList dd {
  margin-bottom: 10px;
  padding: 0 0 3px 0;
  border-bottom: dotted 1px #999;
}

.main__newList ._link--newList {
  text-align: right;
}

.main__newList ._link--newList a {
  text-decoration: none;
}

/*==================================
 * リンク
==================================*/
.main__link a:not(:last-child) {
  margin-right: 10px;
}

.main__link._box a {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #6d6e71;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.main__link._box a:hover {
  background: #6d6e71;
  color: #fff;
}

/*==================================
 * アクセス
==================================*/
.main__accessMap {
  margin-bottom: 30px;
}

/*==================================
 * テーブル
==================================*/
._tc-tbl {
  border-collapse: collapse;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  ._tc-tbl {
    width: 100%;
  }
}
._tc-tbl th, ._tc-tbl td {
  padding: 5px;
  border: 1px solid #e6e6e6;
}
._tc-tbl th {
  background-color: #f0f0f0;
}
._tc-tbl td {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  ._tc-tbl--responsive ._tc-tbl {
    border-bottom: 1px solid #e6e6e6;
  }
  ._tc-tbl--responsive ._tc-tbl th, ._tc-tbl--responsive ._tc-tbl td {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }
  ._tc-tbl--scroll {
    overflow-x: auto;
  }
  ._tc-tbl--scroll ._tc-tbl th,
  ._tc-tbl--scroll ._tc-tbl td {
    min-width: 100px;
  }
}
/*==================================
* CMS内コンテンツ共通部品
==================================*/
/*
　H2タイトル
================================*/
.sc-title--h2 {
  width: 100%;
  margin: 40px auto 20px auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #044E80;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .sc-title--h2 {
    margin: 60px auto 30px auto;
    font-size: 22px;
  }
}

/*
　H3タイトル
================================*/
.sc-title--h3 {
  margin: 30px auto 20px auto;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #042a64;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .sc-title--h3 {
    margin: 40px auto 25px auto;
    padding: 5px 10px;
    font-size: 22px;
  }
}

/*
　H4タイトル
================================*/
.sc-title--h4 {
  margin: 30px auto 15px auto;
  padding: 3px 10px;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 5px #044E80;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .sc-title--h4 {
    margin: 40px auto 20px auto;
    padding: 3px 10px;
    font-size: 22px;
  }
}

/*
　ノーマルタイトル
================================*/
.sc-title-normal--primary,
.sc-title-normal--secondary {
  margin: 20px auto 10px auto;
  padding: 0;
  line-height: 1.5 !important;
  font-size: 16px !important;
  font-weight: bold;
  color: #345887;
}
@media only screen and (min-width: 768px) {
  .sc-title-normal--primary,
  .sc-title-normal--secondary {
    margin: 30px auto 15px auto;
    font-size: 20px !important;
  }
}

.sc-title-normal--secondary {
  color: #ffa500;
}

/*
　マーカー
================================*/
.su-text-marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffbf7f));
  background: linear-gradient(transparent 75%, #ffbf7f 75%);
}

/*==================================
 * パーツレイアウト
==================================*/
.sc-parts {
  margin: 0 0 30px 0;
}
.sc-parts p {
  font-size: 16px;
  line-height: 1.8;
}
.sc-parts img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.sc-parts a:hover img {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .sc-parts {
    margin: 0 0 30px 0;
    padding: 0;
  }
}

/* カラム */
.sc-parts__column .sc-parts {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .sc-parts__column .sc-parts {
    margin: 0 0 10px 0;
  }
  .sc-parts__column.sc-parts__column--2, .sc-parts__column.sc-parts__column--3, .sc-parts__column.sc-parts__column--4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sc-parts__column.sc-parts__column--1 > .sc-parts__column__col {
    width: 100%;
  }
  .sc-parts__column.sc-parts__column--2 > .sc-parts__column__col {
    width: 49%;
  }
  .sc-parts__column.sc-parts__column--3 > .sc-parts__column__col {
    width: 32%;
  }
  .sc-parts__column.sc-parts__column--4 > .sc-parts__column__col {
    width: 23.5%;
  }
}
@media only screen and (max-width: 768px) {
  .sc-parts__column .sc-parts__column__col {
    width: 100% !important;
    margin: 0 0 30px 0;
  }
}

/*==================================
 * ボタン
==================================*/
.sc-button--gray,
.sc-button--orange,
.sc-button--red,
.sc-button--blue {
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
}

/* == グレー ================ */
.sc-button--gray {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(#ffffff, #e6e6e6);
  border: 1px #b4b4b4 solid;
  color: #505050 !important;
  text-shadow: 1px 1px 1px #FFFFFF;
}
.sc-button--gray:hover {
  background: #efefef;
}

/* == オレンジ ================ */
.sc-button--orange {
  background: #FF8800;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaa33), to(#ff8800));
  background: linear-gradient(#ffaa33, #ff8800);
  border: 1px #F27300 solid;
  color: #FFF !important;
  -webkit-box-shadow: 0 1px 0 #f3f3f3 inset;
  box-shadow: 0 1px 0 #f3f3f3 inset;
  text-shadow: 1px 2px 3px #C45C00;
}
.sc-button--orange:hover {
  background: #FF8800;
}

/* == 赤 ================ */
.sc-button--red {
  background: #972024;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb6452), to(#972024));
  background: linear-gradient(#eb6452, #972024);
  border: 1px #972024 solid;
  color: #FFF !important;
  -webkit-box-shadow: 0 1px 0 #f3f3f3 inset;
  box-shadow: 0 1px 0 #f3f3f3 inset;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}
.sc-button--red:hover {
  background: #972024;
}

/* == 青 ================ */
.sc-button--blue {
  background: #4190D2;
  background: -webkit-gradient(linear, left top, left bottom, from(#4190d2), to(#207cca));
  background: linear-gradient(#4190d2, #207cca);
  border: 1px #207CCA solid;
  color: #FFF !important;
  -webkit-box-shadow: 0 1px 0 #b9c3e4 inset;
  box-shadow: 0 1px 0 #b9c3e4 inset;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}
.sc-button--blue:hover {
  background: #207CCA;
}

/* スモール
 ======================= */
.sc-button--sm {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 10px;
}

/* ラージ
 ======================= */
.sc-button--lg {
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
}

/*==================================
 * 箇条書き
==================================*/
.sc-bullet-list {
  margin: 0 0 10px 0;
}
.sc-bullet-list li {
  line-height: 1.7;
}
.sc-bullet-list i {
  font-size: 16px;
  vertical-align: top;
  margin-top: 5px;
}
.sc-bullet-list span {
  display: inline-block;
  width: 90%;
  width: calc(100% - 30px);
}
.sc-bullet-list.sc-bullet-list--blue i {
  color: #4190D2;
}
.sc-bullet-list.sc-bullet-list--gray i {
  color: #505050;
}
.sc-bullet-list.sc-bullet-list--orange i {
  color: #FF8800;
}
.sc-bullet-list.sc-bullet-list--red i {
  color: #972024;
}

/*==================================
 * リンク
==================================*/
.sc-link-list a:not(:last-child) {
  margin-right: 10px;
}
.sc-link-list.sc-link-list__box a {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #6d6e71;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.sc-link-list.sc-link-list__box a:hover {
  background: #6d6e71;
  color: #fff;
}

/*==================================
 * テーブル
==================================*/
.sc-table {
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .sc-table {
    width: 100%;
  }
}
.sc-table th, .sc-table td {
  padding: 5px;
  border: 1px solid #e6e6e6;
}
.sc-table th {
  background-color: #f0f0f0;
}
.sc-table td {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .sc-table--responsive .sc-table {
    border-bottom: 1px solid #e6e6e6;
  }
  .sc-table--responsive .sc-table th, .sc-table--responsive .sc-table td {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }
  .sc-table--scroll {
    overflow-x: auto;
  }
  .sc-table--scroll .sc-table th,
  .sc-table--scroll .sc-table td {
    min-width: 100px;
  }
}
/*==================================
* width
==================================*/
.u-w0 {
  width: 0px !important;
}

.u-w1 {
  width: 1px !important;
}

.u-w2 {
  width: 2px !important;
}

.u-w3 {
  width: 3px !important;
}

.u-w4 {
  width: 4px !important;
}

.u-w5 {
  width: 5px !important;
}

.u-w6 {
  width: 6px !important;
}

.u-w7 {
  width: 7px !important;
}

.u-w8 {
  width: 8px !important;
}

.u-w9 {
  width: 9px !important;
}

.u-w10 {
  width: 10px !important;
}

.u-w11 {
  width: 11px !important;
}

.u-w12 {
  width: 12px !important;
}

.u-w13 {
  width: 13px !important;
}

.u-w14 {
  width: 14px !important;
}

.u-w15 {
  width: 15px !important;
}

.u-w16 {
  width: 16px !important;
}

.u-w17 {
  width: 17px !important;
}

.u-w18 {
  width: 18px !important;
}

.u-w19 {
  width: 19px !important;
}

.u-w20 {
  width: 20px !important;
}

.u-w21 {
  width: 21px !important;
}

.u-w22 {
  width: 22px !important;
}

.u-w23 {
  width: 23px !important;
}

.u-w24 {
  width: 24px !important;
}

.u-w25 {
  width: 25px !important;
}

.u-w26 {
  width: 26px !important;
}

.u-w27 {
  width: 27px !important;
}

.u-w28 {
  width: 28px !important;
}

.u-w29 {
  width: 29px !important;
}

.u-w30 {
  width: 30px !important;
}

.u-w31 {
  width: 31px !important;
}

.u-w32 {
  width: 32px !important;
}

.u-w33 {
  width: 33px !important;
}

.u-w34 {
  width: 34px !important;
}

.u-w35 {
  width: 35px !important;
}

.u-w36 {
  width: 36px !important;
}

.u-w37 {
  width: 37px !important;
}

.u-w38 {
  width: 38px !important;
}

.u-w39 {
  width: 39px !important;
}

.u-w40 {
  width: 40px !important;
}

.u-w41 {
  width: 41px !important;
}

.u-w42 {
  width: 42px !important;
}

.u-w43 {
  width: 43px !important;
}

.u-w44 {
  width: 44px !important;
}

.u-w45 {
  width: 45px !important;
}

.u-w46 {
  width: 46px !important;
}

.u-w47 {
  width: 47px !important;
}

.u-w48 {
  width: 48px !important;
}

.u-w49 {
  width: 49px !important;
}

.u-w50 {
  width: 50px !important;
}

.u-w51 {
  width: 51px !important;
}

.u-w52 {
  width: 52px !important;
}

.u-w53 {
  width: 53px !important;
}

.u-w54 {
  width: 54px !important;
}

.u-w55 {
  width: 55px !important;
}

.u-w56 {
  width: 56px !important;
}

.u-w57 {
  width: 57px !important;
}

.u-w58 {
  width: 58px !important;
}

.u-w59 {
  width: 59px !important;
}

.u-w60 {
  width: 60px !important;
}

.u-w61 {
  width: 61px !important;
}

.u-w62 {
  width: 62px !important;
}

.u-w63 {
  width: 63px !important;
}

.u-w64 {
  width: 64px !important;
}

.u-w65 {
  width: 65px !important;
}

.u-w66 {
  width: 66px !important;
}

.u-w67 {
  width: 67px !important;
}

.u-w68 {
  width: 68px !important;
}

.u-w69 {
  width: 69px !important;
}

.u-w70 {
  width: 70px !important;
}

.u-w71 {
  width: 71px !important;
}

.u-w72 {
  width: 72px !important;
}

.u-w73 {
  width: 73px !important;
}

.u-w74 {
  width: 74px !important;
}

.u-w75 {
  width: 75px !important;
}

.u-w76 {
  width: 76px !important;
}

.u-w77 {
  width: 77px !important;
}

.u-w78 {
  width: 78px !important;
}

.u-w79 {
  width: 79px !important;
}

.u-w80 {
  width: 80px !important;
}

.u-w81 {
  width: 81px !important;
}

.u-w82 {
  width: 82px !important;
}

.u-w83 {
  width: 83px !important;
}

.u-w84 {
  width: 84px !important;
}

.u-w85 {
  width: 85px !important;
}

.u-w86 {
  width: 86px !important;
}

.u-w87 {
  width: 87px !important;
}

.u-w88 {
  width: 88px !important;
}

.u-w89 {
  width: 89px !important;
}

.u-w90 {
  width: 90px !important;
}

.u-w91 {
  width: 91px !important;
}

.u-w92 {
  width: 92px !important;
}

.u-w93 {
  width: 93px !important;
}

.u-w94 {
  width: 94px !important;
}

.u-w95 {
  width: 95px !important;
}

.u-w96 {
  width: 96px !important;
}

.u-w97 {
  width: 97px !important;
}

.u-w98 {
  width: 98px !important;
}

.u-w99 {
  width: 99px !important;
}

.u-w100 {
  width: 100px !important;
}

.u-w101 {
  width: 101px !important;
}

.u-w102 {
  width: 102px !important;
}

.u-w103 {
  width: 103px !important;
}

.u-w104 {
  width: 104px !important;
}

.u-w105 {
  width: 105px !important;
}

.u-w106 {
  width: 106px !important;
}

.u-w107 {
  width: 107px !important;
}

.u-w108 {
  width: 108px !important;
}

.u-w109 {
  width: 109px !important;
}

.u-w110 {
  width: 110px !important;
}

.u-w111 {
  width: 111px !important;
}

.u-w112 {
  width: 112px !important;
}

.u-w113 {
  width: 113px !important;
}

.u-w114 {
  width: 114px !important;
}

.u-w115 {
  width: 115px !important;
}

.u-w116 {
  width: 116px !important;
}

.u-w117 {
  width: 117px !important;
}

.u-w118 {
  width: 118px !important;
}

.u-w119 {
  width: 119px !important;
}

.u-w120 {
  width: 120px !important;
}

.u-w121 {
  width: 121px !important;
}

.u-w122 {
  width: 122px !important;
}

.u-w123 {
  width: 123px !important;
}

.u-w124 {
  width: 124px !important;
}

.u-w125 {
  width: 125px !important;
}

.u-w126 {
  width: 126px !important;
}

.u-w127 {
  width: 127px !important;
}

.u-w128 {
  width: 128px !important;
}

.u-w129 {
  width: 129px !important;
}

.u-w130 {
  width: 130px !important;
}

.u-w131 {
  width: 131px !important;
}

.u-w132 {
  width: 132px !important;
}

.u-w133 {
  width: 133px !important;
}

.u-w134 {
  width: 134px !important;
}

.u-w135 {
  width: 135px !important;
}

.u-w136 {
  width: 136px !important;
}

.u-w137 {
  width: 137px !important;
}

.u-w138 {
  width: 138px !important;
}

.u-w139 {
  width: 139px !important;
}

.u-w140 {
  width: 140px !important;
}

.u-w141 {
  width: 141px !important;
}

.u-w142 {
  width: 142px !important;
}

.u-w143 {
  width: 143px !important;
}

.u-w144 {
  width: 144px !important;
}

.u-w145 {
  width: 145px !important;
}

.u-w146 {
  width: 146px !important;
}

.u-w147 {
  width: 147px !important;
}

.u-w148 {
  width: 148px !important;
}

.u-w149 {
  width: 149px !important;
}

.u-w150 {
  width: 150px !important;
}

.u-w151 {
  width: 151px !important;
}

.u-w152 {
  width: 152px !important;
}

.u-w153 {
  width: 153px !important;
}

.u-w154 {
  width: 154px !important;
}

.u-w155 {
  width: 155px !important;
}

.u-w156 {
  width: 156px !important;
}

.u-w157 {
  width: 157px !important;
}

.u-w158 {
  width: 158px !important;
}

.u-w159 {
  width: 159px !important;
}

.u-w160 {
  width: 160px !important;
}

.u-w161 {
  width: 161px !important;
}

.u-w162 {
  width: 162px !important;
}

.u-w163 {
  width: 163px !important;
}

.u-w164 {
  width: 164px !important;
}

.u-w165 {
  width: 165px !important;
}

.u-w166 {
  width: 166px !important;
}

.u-w167 {
  width: 167px !important;
}

.u-w168 {
  width: 168px !important;
}

.u-w169 {
  width: 169px !important;
}

.u-w170 {
  width: 170px !important;
}

.u-w171 {
  width: 171px !important;
}

.u-w172 {
  width: 172px !important;
}

.u-w173 {
  width: 173px !important;
}

.u-w174 {
  width: 174px !important;
}

.u-w175 {
  width: 175px !important;
}

.u-w176 {
  width: 176px !important;
}

.u-w177 {
  width: 177px !important;
}

.u-w178 {
  width: 178px !important;
}

.u-w179 {
  width: 179px !important;
}

.u-w180 {
  width: 180px !important;
}

.u-w181 {
  width: 181px !important;
}

.u-w182 {
  width: 182px !important;
}

.u-w183 {
  width: 183px !important;
}

.u-w184 {
  width: 184px !important;
}

.u-w185 {
  width: 185px !important;
}

.u-w186 {
  width: 186px !important;
}

.u-w187 {
  width: 187px !important;
}

.u-w188 {
  width: 188px !important;
}

.u-w189 {
  width: 189px !important;
}

.u-w190 {
  width: 190px !important;
}

.u-w191 {
  width: 191px !important;
}

.u-w192 {
  width: 192px !important;
}

.u-w193 {
  width: 193px !important;
}

.u-w194 {
  width: 194px !important;
}

.u-w195 {
  width: 195px !important;
}

.u-w196 {
  width: 196px !important;
}

.u-w197 {
  width: 197px !important;
}

.u-w198 {
  width: 198px !important;
}

.u-w199 {
  width: 199px !important;
}

.u-w200 {
  width: 200px !important;
}

.u-w201 {
  width: 201px !important;
}

.u-w202 {
  width: 202px !important;
}

.u-w203 {
  width: 203px !important;
}

.u-w204 {
  width: 204px !important;
}

.u-w205 {
  width: 205px !important;
}

.u-w206 {
  width: 206px !important;
}

.u-w207 {
  width: 207px !important;
}

.u-w208 {
  width: 208px !important;
}

.u-w209 {
  width: 209px !important;
}

.u-w210 {
  width: 210px !important;
}

.u-w211 {
  width: 211px !important;
}

.u-w212 {
  width: 212px !important;
}

.u-w213 {
  width: 213px !important;
}

.u-w214 {
  width: 214px !important;
}

.u-w215 {
  width: 215px !important;
}

.u-w216 {
  width: 216px !important;
}

.u-w217 {
  width: 217px !important;
}

.u-w218 {
  width: 218px !important;
}

.u-w219 {
  width: 219px !important;
}

.u-w220 {
  width: 220px !important;
}

.u-w221 {
  width: 221px !important;
}

.u-w222 {
  width: 222px !important;
}

.u-w223 {
  width: 223px !important;
}

.u-w224 {
  width: 224px !important;
}

.u-w225 {
  width: 225px !important;
}

.u-w226 {
  width: 226px !important;
}

.u-w227 {
  width: 227px !important;
}

.u-w228 {
  width: 228px !important;
}

.u-w229 {
  width: 229px !important;
}

.u-w230 {
  width: 230px !important;
}

.u-w231 {
  width: 231px !important;
}

.u-w232 {
  width: 232px !important;
}

.u-w233 {
  width: 233px !important;
}

.u-w234 {
  width: 234px !important;
}

.u-w235 {
  width: 235px !important;
}

.u-w236 {
  width: 236px !important;
}

.u-w237 {
  width: 237px !important;
}

.u-w238 {
  width: 238px !important;
}

.u-w239 {
  width: 239px !important;
}

.u-w240 {
  width: 240px !important;
}

.u-w241 {
  width: 241px !important;
}

.u-w242 {
  width: 242px !important;
}

.u-w243 {
  width: 243px !important;
}

.u-w244 {
  width: 244px !important;
}

.u-w245 {
  width: 245px !important;
}

.u-w246 {
  width: 246px !important;
}

.u-w247 {
  width: 247px !important;
}

.u-w248 {
  width: 248px !important;
}

.u-w249 {
  width: 249px !important;
}

.u-w250 {
  width: 250px !important;
}

.u-w251 {
  width: 251px !important;
}

.u-w252 {
  width: 252px !important;
}

.u-w253 {
  width: 253px !important;
}

.u-w254 {
  width: 254px !important;
}

.u-w255 {
  width: 255px !important;
}

.u-w256 {
  width: 256px !important;
}

.u-w257 {
  width: 257px !important;
}

.u-w258 {
  width: 258px !important;
}

.u-w259 {
  width: 259px !important;
}

.u-w260 {
  width: 260px !important;
}

.u-w261 {
  width: 261px !important;
}

.u-w262 {
  width: 262px !important;
}

.u-w263 {
  width: 263px !important;
}

.u-w264 {
  width: 264px !important;
}

.u-w265 {
  width: 265px !important;
}

.u-w266 {
  width: 266px !important;
}

.u-w267 {
  width: 267px !important;
}

.u-w268 {
  width: 268px !important;
}

.u-w269 {
  width: 269px !important;
}

.u-w270 {
  width: 270px !important;
}

.u-w271 {
  width: 271px !important;
}

.u-w272 {
  width: 272px !important;
}

.u-w273 {
  width: 273px !important;
}

.u-w274 {
  width: 274px !important;
}

.u-w275 {
  width: 275px !important;
}

.u-w276 {
  width: 276px !important;
}

.u-w277 {
  width: 277px !important;
}

.u-w278 {
  width: 278px !important;
}

.u-w279 {
  width: 279px !important;
}

.u-w280 {
  width: 280px !important;
}

.u-w281 {
  width: 281px !important;
}

.u-w282 {
  width: 282px !important;
}

.u-w283 {
  width: 283px !important;
}

.u-w284 {
  width: 284px !important;
}

.u-w285 {
  width: 285px !important;
}

.u-w286 {
  width: 286px !important;
}

.u-w287 {
  width: 287px !important;
}

.u-w288 {
  width: 288px !important;
}

.u-w289 {
  width: 289px !important;
}

.u-w290 {
  width: 290px !important;
}

.u-w291 {
  width: 291px !important;
}

.u-w292 {
  width: 292px !important;
}

.u-w293 {
  width: 293px !important;
}

.u-w294 {
  width: 294px !important;
}

.u-w295 {
  width: 295px !important;
}

.u-w296 {
  width: 296px !important;
}

.u-w297 {
  width: 297px !important;
}

.u-w298 {
  width: 298px !important;
}

.u-w299 {
  width: 299px !important;
}

.u-w300 {
  width: 300px !important;
}

.u-w301 {
  width: 301px !important;
}

.u-w302 {
  width: 302px !important;
}

.u-w303 {
  width: 303px !important;
}

.u-w304 {
  width: 304px !important;
}

.u-w305 {
  width: 305px !important;
}

.u-w306 {
  width: 306px !important;
}

.u-w307 {
  width: 307px !important;
}

.u-w308 {
  width: 308px !important;
}

.u-w309 {
  width: 309px !important;
}

.u-w310 {
  width: 310px !important;
}

.u-w311 {
  width: 311px !important;
}

.u-w312 {
  width: 312px !important;
}

.u-w313 {
  width: 313px !important;
}

.u-w314 {
  width: 314px !important;
}

.u-w315 {
  width: 315px !important;
}

.u-w316 {
  width: 316px !important;
}

.u-w317 {
  width: 317px !important;
}

.u-w318 {
  width: 318px !important;
}

.u-w319 {
  width: 319px !important;
}

.u-w320 {
  width: 320px !important;
}

.u-w321 {
  width: 321px !important;
}

.u-w322 {
  width: 322px !important;
}

.u-w323 {
  width: 323px !important;
}

.u-w324 {
  width: 324px !important;
}

.u-w325 {
  width: 325px !important;
}

.u-w326 {
  width: 326px !important;
}

.u-w327 {
  width: 327px !important;
}

.u-w328 {
  width: 328px !important;
}

.u-w329 {
  width: 329px !important;
}

.u-w330 {
  width: 330px !important;
}

.u-w331 {
  width: 331px !important;
}

.u-w332 {
  width: 332px !important;
}

.u-w333 {
  width: 333px !important;
}

.u-w334 {
  width: 334px !important;
}

.u-w335 {
  width: 335px !important;
}

.u-w336 {
  width: 336px !important;
}

.u-w337 {
  width: 337px !important;
}

.u-w338 {
  width: 338px !important;
}

.u-w339 {
  width: 339px !important;
}

.u-w340 {
  width: 340px !important;
}

.u-w341 {
  width: 341px !important;
}

.u-w342 {
  width: 342px !important;
}

.u-w343 {
  width: 343px !important;
}

.u-w344 {
  width: 344px !important;
}

.u-w345 {
  width: 345px !important;
}

.u-w346 {
  width: 346px !important;
}

.u-w347 {
  width: 347px !important;
}

.u-w348 {
  width: 348px !important;
}

.u-w349 {
  width: 349px !important;
}

.u-w350 {
  width: 350px !important;
}

.u-w351 {
  width: 351px !important;
}

.u-w352 {
  width: 352px !important;
}

.u-w353 {
  width: 353px !important;
}

.u-w354 {
  width: 354px !important;
}

.u-w355 {
  width: 355px !important;
}

.u-w356 {
  width: 356px !important;
}

.u-w357 {
  width: 357px !important;
}

.u-w358 {
  width: 358px !important;
}

.u-w359 {
  width: 359px !important;
}

.u-w360 {
  width: 360px !important;
}

.u-w361 {
  width: 361px !important;
}

.u-w362 {
  width: 362px !important;
}

.u-w363 {
  width: 363px !important;
}

.u-w364 {
  width: 364px !important;
}

.u-w365 {
  width: 365px !important;
}

.u-w366 {
  width: 366px !important;
}

.u-w367 {
  width: 367px !important;
}

.u-w368 {
  width: 368px !important;
}

.u-w369 {
  width: 369px !important;
}

.u-w370 {
  width: 370px !important;
}

.u-w371 {
  width: 371px !important;
}

.u-w372 {
  width: 372px !important;
}

.u-w373 {
  width: 373px !important;
}

.u-w374 {
  width: 374px !important;
}

.u-w375 {
  width: 375px !important;
}

.u-w376 {
  width: 376px !important;
}

.u-w377 {
  width: 377px !important;
}

.u-w378 {
  width: 378px !important;
}

.u-w379 {
  width: 379px !important;
}

.u-w380 {
  width: 380px !important;
}

.u-w381 {
  width: 381px !important;
}

.u-w382 {
  width: 382px !important;
}

.u-w383 {
  width: 383px !important;
}

.u-w384 {
  width: 384px !important;
}

.u-w385 {
  width: 385px !important;
}

.u-w386 {
  width: 386px !important;
}

.u-w387 {
  width: 387px !important;
}

.u-w388 {
  width: 388px !important;
}

.u-w389 {
  width: 389px !important;
}

.u-w390 {
  width: 390px !important;
}

.u-w391 {
  width: 391px !important;
}

.u-w392 {
  width: 392px !important;
}

.u-w393 {
  width: 393px !important;
}

.u-w394 {
  width: 394px !important;
}

.u-w395 {
  width: 395px !important;
}

.u-w396 {
  width: 396px !important;
}

.u-w397 {
  width: 397px !important;
}

.u-w398 {
  width: 398px !important;
}

.u-w399 {
  width: 399px !important;
}

.u-w400 {
  width: 400px !important;
}

.u-w401 {
  width: 401px !important;
}

.u-w402 {
  width: 402px !important;
}

.u-w403 {
  width: 403px !important;
}

.u-w404 {
  width: 404px !important;
}

.u-w405 {
  width: 405px !important;
}

.u-w406 {
  width: 406px !important;
}

.u-w407 {
  width: 407px !important;
}

.u-w408 {
  width: 408px !important;
}

.u-w409 {
  width: 409px !important;
}

.u-w410 {
  width: 410px !important;
}

.u-w411 {
  width: 411px !important;
}

.u-w412 {
  width: 412px !important;
}

.u-w413 {
  width: 413px !important;
}

.u-w414 {
  width: 414px !important;
}

.u-w415 {
  width: 415px !important;
}

.u-w416 {
  width: 416px !important;
}

.u-w417 {
  width: 417px !important;
}

.u-w418 {
  width: 418px !important;
}

.u-w419 {
  width: 419px !important;
}

.u-w420 {
  width: 420px !important;
}

.u-w421 {
  width: 421px !important;
}

.u-w422 {
  width: 422px !important;
}

.u-w423 {
  width: 423px !important;
}

.u-w424 {
  width: 424px !important;
}

.u-w425 {
  width: 425px !important;
}

.u-w426 {
  width: 426px !important;
}

.u-w427 {
  width: 427px !important;
}

.u-w428 {
  width: 428px !important;
}

.u-w429 {
  width: 429px !important;
}

.u-w430 {
  width: 430px !important;
}

.u-w431 {
  width: 431px !important;
}

.u-w432 {
  width: 432px !important;
}

.u-w433 {
  width: 433px !important;
}

.u-w434 {
  width: 434px !important;
}

.u-w435 {
  width: 435px !important;
}

.u-w436 {
  width: 436px !important;
}

.u-w437 {
  width: 437px !important;
}

.u-w438 {
  width: 438px !important;
}

.u-w439 {
  width: 439px !important;
}

.u-w440 {
  width: 440px !important;
}

.u-w441 {
  width: 441px !important;
}

.u-w442 {
  width: 442px !important;
}

.u-w443 {
  width: 443px !important;
}

.u-w444 {
  width: 444px !important;
}

.u-w445 {
  width: 445px !important;
}

.u-w446 {
  width: 446px !important;
}

.u-w447 {
  width: 447px !important;
}

.u-w448 {
  width: 448px !important;
}

.u-w449 {
  width: 449px !important;
}

.u-w450 {
  width: 450px !important;
}

.u-w451 {
  width: 451px !important;
}

.u-w452 {
  width: 452px !important;
}

.u-w453 {
  width: 453px !important;
}

.u-w454 {
  width: 454px !important;
}

.u-w455 {
  width: 455px !important;
}

.u-w456 {
  width: 456px !important;
}

.u-w457 {
  width: 457px !important;
}

.u-w458 {
  width: 458px !important;
}

.u-w459 {
  width: 459px !important;
}

.u-w460 {
  width: 460px !important;
}

.u-w461 {
  width: 461px !important;
}

.u-w462 {
  width: 462px !important;
}

.u-w463 {
  width: 463px !important;
}

.u-w464 {
  width: 464px !important;
}

.u-w465 {
  width: 465px !important;
}

.u-w466 {
  width: 466px !important;
}

.u-w467 {
  width: 467px !important;
}

.u-w468 {
  width: 468px !important;
}

.u-w469 {
  width: 469px !important;
}

.u-w470 {
  width: 470px !important;
}

.u-w471 {
  width: 471px !important;
}

.u-w472 {
  width: 472px !important;
}

.u-w473 {
  width: 473px !important;
}

.u-w474 {
  width: 474px !important;
}

.u-w475 {
  width: 475px !important;
}

.u-w476 {
  width: 476px !important;
}

.u-w477 {
  width: 477px !important;
}

.u-w478 {
  width: 478px !important;
}

.u-w479 {
  width: 479px !important;
}

.u-w480 {
  width: 480px !important;
}

.u-w481 {
  width: 481px !important;
}

.u-w482 {
  width: 482px !important;
}

.u-w483 {
  width: 483px !important;
}

.u-w484 {
  width: 484px !important;
}

.u-w485 {
  width: 485px !important;
}

.u-w486 {
  width: 486px !important;
}

.u-w487 {
  width: 487px !important;
}

.u-w488 {
  width: 488px !important;
}

.u-w489 {
  width: 489px !important;
}

.u-w490 {
  width: 490px !important;
}

.u-w491 {
  width: 491px !important;
}

.u-w492 {
  width: 492px !important;
}

.u-w493 {
  width: 493px !important;
}

.u-w494 {
  width: 494px !important;
}

.u-w495 {
  width: 495px !important;
}

.u-w496 {
  width: 496px !important;
}

.u-w497 {
  width: 497px !important;
}

.u-w498 {
  width: 498px !important;
}

.u-w499 {
  width: 499px !important;
}

.u-w500 {
  width: 500px !important;
}

.u-w501 {
  width: 501px !important;
}

.u-w502 {
  width: 502px !important;
}

.u-w503 {
  width: 503px !important;
}

.u-w504 {
  width: 504px !important;
}

.u-w505 {
  width: 505px !important;
}

.u-w506 {
  width: 506px !important;
}

.u-w507 {
  width: 507px !important;
}

.u-w508 {
  width: 508px !important;
}

.u-w509 {
  width: 509px !important;
}

.u-w510 {
  width: 510px !important;
}

.u-w511 {
  width: 511px !important;
}

.u-w512 {
  width: 512px !important;
}

.u-w513 {
  width: 513px !important;
}

.u-w514 {
  width: 514px !important;
}

.u-w515 {
  width: 515px !important;
}

.u-w516 {
  width: 516px !important;
}

.u-w517 {
  width: 517px !important;
}

.u-w518 {
  width: 518px !important;
}

.u-w519 {
  width: 519px !important;
}

.u-w520 {
  width: 520px !important;
}

.u-w521 {
  width: 521px !important;
}

.u-w522 {
  width: 522px !important;
}

.u-w523 {
  width: 523px !important;
}

.u-w524 {
  width: 524px !important;
}

.u-w525 {
  width: 525px !important;
}

.u-w526 {
  width: 526px !important;
}

.u-w527 {
  width: 527px !important;
}

.u-w528 {
  width: 528px !important;
}

.u-w529 {
  width: 529px !important;
}

.u-w530 {
  width: 530px !important;
}

.u-w531 {
  width: 531px !important;
}

.u-w532 {
  width: 532px !important;
}

.u-w533 {
  width: 533px !important;
}

.u-w534 {
  width: 534px !important;
}

.u-w535 {
  width: 535px !important;
}

.u-w536 {
  width: 536px !important;
}

.u-w537 {
  width: 537px !important;
}

.u-w538 {
  width: 538px !important;
}

.u-w539 {
  width: 539px !important;
}

.u-w540 {
  width: 540px !important;
}

.u-w541 {
  width: 541px !important;
}

.u-w542 {
  width: 542px !important;
}

.u-w543 {
  width: 543px !important;
}

.u-w544 {
  width: 544px !important;
}

.u-w545 {
  width: 545px !important;
}

.u-w546 {
  width: 546px !important;
}

.u-w547 {
  width: 547px !important;
}

.u-w548 {
  width: 548px !important;
}

.u-w549 {
  width: 549px !important;
}

.u-w550 {
  width: 550px !important;
}

.u-w551 {
  width: 551px !important;
}

.u-w552 {
  width: 552px !important;
}

.u-w553 {
  width: 553px !important;
}

.u-w554 {
  width: 554px !important;
}

.u-w555 {
  width: 555px !important;
}

.u-w556 {
  width: 556px !important;
}

.u-w557 {
  width: 557px !important;
}

.u-w558 {
  width: 558px !important;
}

.u-w559 {
  width: 559px !important;
}

.u-w560 {
  width: 560px !important;
}

.u-w561 {
  width: 561px !important;
}

.u-w562 {
  width: 562px !important;
}

.u-w563 {
  width: 563px !important;
}

.u-w564 {
  width: 564px !important;
}

.u-w565 {
  width: 565px !important;
}

.u-w566 {
  width: 566px !important;
}

.u-w567 {
  width: 567px !important;
}

.u-w568 {
  width: 568px !important;
}

.u-w569 {
  width: 569px !important;
}

.u-w570 {
  width: 570px !important;
}

.u-w571 {
  width: 571px !important;
}

.u-w572 {
  width: 572px !important;
}

.u-w573 {
  width: 573px !important;
}

.u-w574 {
  width: 574px !important;
}

.u-w575 {
  width: 575px !important;
}

.u-w576 {
  width: 576px !important;
}

.u-w577 {
  width: 577px !important;
}

.u-w578 {
  width: 578px !important;
}

.u-w579 {
  width: 579px !important;
}

.u-w580 {
  width: 580px !important;
}

.u-w581 {
  width: 581px !important;
}

.u-w582 {
  width: 582px !important;
}

.u-w583 {
  width: 583px !important;
}

.u-w584 {
  width: 584px !important;
}

.u-w585 {
  width: 585px !important;
}

.u-w586 {
  width: 586px !important;
}

.u-w587 {
  width: 587px !important;
}

.u-w588 {
  width: 588px !important;
}

.u-w589 {
  width: 589px !important;
}

.u-w590 {
  width: 590px !important;
}

.u-w591 {
  width: 591px !important;
}

.u-w592 {
  width: 592px !important;
}

.u-w593 {
  width: 593px !important;
}

.u-w594 {
  width: 594px !important;
}

.u-w595 {
  width: 595px !important;
}

.u-w596 {
  width: 596px !important;
}

.u-w597 {
  width: 597px !important;
}

.u-w598 {
  width: 598px !important;
}

.u-w599 {
  width: 599px !important;
}

.u-w600 {
  width: 600px !important;
}

.u-w601 {
  width: 601px !important;
}

.u-w602 {
  width: 602px !important;
}

.u-w603 {
  width: 603px !important;
}

.u-w604 {
  width: 604px !important;
}

.u-w605 {
  width: 605px !important;
}

.u-w606 {
  width: 606px !important;
}

.u-w607 {
  width: 607px !important;
}

.u-w608 {
  width: 608px !important;
}

.u-w609 {
  width: 609px !important;
}

.u-w610 {
  width: 610px !important;
}

.u-w611 {
  width: 611px !important;
}

.u-w612 {
  width: 612px !important;
}

.u-w613 {
  width: 613px !important;
}

.u-w614 {
  width: 614px !important;
}

.u-w615 {
  width: 615px !important;
}

.u-w616 {
  width: 616px !important;
}

.u-w617 {
  width: 617px !important;
}

.u-w618 {
  width: 618px !important;
}

.u-w619 {
  width: 619px !important;
}

.u-w620 {
  width: 620px !important;
}

.u-w621 {
  width: 621px !important;
}

.u-w622 {
  width: 622px !important;
}

.u-w623 {
  width: 623px !important;
}

.u-w624 {
  width: 624px !important;
}

.u-w625 {
  width: 625px !important;
}

.u-w626 {
  width: 626px !important;
}

.u-w627 {
  width: 627px !important;
}

.u-w628 {
  width: 628px !important;
}

.u-w629 {
  width: 629px !important;
}

.u-w630 {
  width: 630px !important;
}

.u-w631 {
  width: 631px !important;
}

.u-w632 {
  width: 632px !important;
}

.u-w633 {
  width: 633px !important;
}

.u-w634 {
  width: 634px !important;
}

.u-w635 {
  width: 635px !important;
}

.u-w636 {
  width: 636px !important;
}

.u-w637 {
  width: 637px !important;
}

.u-w638 {
  width: 638px !important;
}

.u-w639 {
  width: 639px !important;
}

.u-w640 {
  width: 640px !important;
}

.u-w641 {
  width: 641px !important;
}

.u-w642 {
  width: 642px !important;
}

.u-w643 {
  width: 643px !important;
}

.u-w644 {
  width: 644px !important;
}

.u-w645 {
  width: 645px !important;
}

.u-w646 {
  width: 646px !important;
}

.u-w647 {
  width: 647px !important;
}

.u-w648 {
  width: 648px !important;
}

.u-w649 {
  width: 649px !important;
}

.u-w650 {
  width: 650px !important;
}

.u-w651 {
  width: 651px !important;
}

.u-w652 {
  width: 652px !important;
}

.u-w653 {
  width: 653px !important;
}

.u-w654 {
  width: 654px !important;
}

.u-w655 {
  width: 655px !important;
}

.u-w656 {
  width: 656px !important;
}

.u-w657 {
  width: 657px !important;
}

.u-w658 {
  width: 658px !important;
}

.u-w659 {
  width: 659px !important;
}

.u-w660 {
  width: 660px !important;
}

.u-w661 {
  width: 661px !important;
}

.u-w662 {
  width: 662px !important;
}

.u-w663 {
  width: 663px !important;
}

.u-w664 {
  width: 664px !important;
}

.u-w665 {
  width: 665px !important;
}

.u-w666 {
  width: 666px !important;
}

.u-w667 {
  width: 667px !important;
}

.u-w668 {
  width: 668px !important;
}

.u-w669 {
  width: 669px !important;
}

.u-w670 {
  width: 670px !important;
}

.u-w671 {
  width: 671px !important;
}

.u-w672 {
  width: 672px !important;
}

.u-w673 {
  width: 673px !important;
}

.u-w674 {
  width: 674px !important;
}

.u-w675 {
  width: 675px !important;
}

.u-w676 {
  width: 676px !important;
}

.u-w677 {
  width: 677px !important;
}

.u-w678 {
  width: 678px !important;
}

.u-w679 {
  width: 679px !important;
}

.u-w680 {
  width: 680px !important;
}

.u-w681 {
  width: 681px !important;
}

.u-w682 {
  width: 682px !important;
}

.u-w683 {
  width: 683px !important;
}

.u-w684 {
  width: 684px !important;
}

.u-w685 {
  width: 685px !important;
}

.u-w686 {
  width: 686px !important;
}

.u-w687 {
  width: 687px !important;
}

.u-w688 {
  width: 688px !important;
}

.u-w689 {
  width: 689px !important;
}

.u-w690 {
  width: 690px !important;
}

.u-w691 {
  width: 691px !important;
}

.u-w692 {
  width: 692px !important;
}

.u-w693 {
  width: 693px !important;
}

.u-w694 {
  width: 694px !important;
}

.u-w695 {
  width: 695px !important;
}

.u-w696 {
  width: 696px !important;
}

.u-w697 {
  width: 697px !important;
}

.u-w698 {
  width: 698px !important;
}

.u-w699 {
  width: 699px !important;
}

.u-w700 {
  width: 700px !important;
}

.u-w701 {
  width: 701px !important;
}

.u-w702 {
  width: 702px !important;
}

.u-w703 {
  width: 703px !important;
}

.u-w704 {
  width: 704px !important;
}

.u-w705 {
  width: 705px !important;
}

.u-w706 {
  width: 706px !important;
}

.u-w707 {
  width: 707px !important;
}

.u-w708 {
  width: 708px !important;
}

.u-w709 {
  width: 709px !important;
}

.u-w710 {
  width: 710px !important;
}

.u-w711 {
  width: 711px !important;
}

.u-w712 {
  width: 712px !important;
}

.u-w713 {
  width: 713px !important;
}

.u-w714 {
  width: 714px !important;
}

.u-w715 {
  width: 715px !important;
}

.u-w716 {
  width: 716px !important;
}

.u-w717 {
  width: 717px !important;
}

.u-w718 {
  width: 718px !important;
}

.u-w719 {
  width: 719px !important;
}

.u-w720 {
  width: 720px !important;
}

.u-w721 {
  width: 721px !important;
}

.u-w722 {
  width: 722px !important;
}

.u-w723 {
  width: 723px !important;
}

.u-w724 {
  width: 724px !important;
}

.u-w725 {
  width: 725px !important;
}

.u-w726 {
  width: 726px !important;
}

.u-w727 {
  width: 727px !important;
}

.u-w728 {
  width: 728px !important;
}

.u-w729 {
  width: 729px !important;
}

.u-w730 {
  width: 730px !important;
}

.u-w731 {
  width: 731px !important;
}

.u-w732 {
  width: 732px !important;
}

.u-w733 {
  width: 733px !important;
}

.u-w734 {
  width: 734px !important;
}

.u-w735 {
  width: 735px !important;
}

.u-w736 {
  width: 736px !important;
}

.u-w737 {
  width: 737px !important;
}

.u-w738 {
  width: 738px !important;
}

.u-w739 {
  width: 739px !important;
}

.u-w740 {
  width: 740px !important;
}

.u-w741 {
  width: 741px !important;
}

.u-w742 {
  width: 742px !important;
}

.u-w743 {
  width: 743px !important;
}

.u-w744 {
  width: 744px !important;
}

.u-w745 {
  width: 745px !important;
}

.u-w746 {
  width: 746px !important;
}

.u-w747 {
  width: 747px !important;
}

.u-w748 {
  width: 748px !important;
}

.u-w749 {
  width: 749px !important;
}

.u-w750 {
  width: 750px !important;
}

.u-w751 {
  width: 751px !important;
}

.u-w752 {
  width: 752px !important;
}

.u-w753 {
  width: 753px !important;
}

.u-w754 {
  width: 754px !important;
}

.u-w755 {
  width: 755px !important;
}

.u-w756 {
  width: 756px !important;
}

.u-w757 {
  width: 757px !important;
}

.u-w758 {
  width: 758px !important;
}

.u-w759 {
  width: 759px !important;
}

.u-w760 {
  width: 760px !important;
}

.u-w761 {
  width: 761px !important;
}

.u-w762 {
  width: 762px !important;
}

.u-w763 {
  width: 763px !important;
}

.u-w764 {
  width: 764px !important;
}

.u-w765 {
  width: 765px !important;
}

.u-w766 {
  width: 766px !important;
}

.u-w767 {
  width: 767px !important;
}

.u-w768 {
  width: 768px !important;
}

.u-w769 {
  width: 769px !important;
}

.u-w770 {
  width: 770px !important;
}

.u-w771 {
  width: 771px !important;
}

.u-w772 {
  width: 772px !important;
}

.u-w773 {
  width: 773px !important;
}

.u-w774 {
  width: 774px !important;
}

.u-w775 {
  width: 775px !important;
}

.u-w776 {
  width: 776px !important;
}

.u-w777 {
  width: 777px !important;
}

.u-w778 {
  width: 778px !important;
}

.u-w779 {
  width: 779px !important;
}

.u-w780 {
  width: 780px !important;
}

.u-w781 {
  width: 781px !important;
}

.u-w782 {
  width: 782px !important;
}

.u-w783 {
  width: 783px !important;
}

.u-w784 {
  width: 784px !important;
}

.u-w785 {
  width: 785px !important;
}

.u-w786 {
  width: 786px !important;
}

.u-w787 {
  width: 787px !important;
}

.u-w788 {
  width: 788px !important;
}

.u-w789 {
  width: 789px !important;
}

.u-w790 {
  width: 790px !important;
}

.u-w791 {
  width: 791px !important;
}

.u-w792 {
  width: 792px !important;
}

.u-w793 {
  width: 793px !important;
}

.u-w794 {
  width: 794px !important;
}

.u-w795 {
  width: 795px !important;
}

.u-w796 {
  width: 796px !important;
}

.u-w797 {
  width: 797px !important;
}

.u-w798 {
  width: 798px !important;
}

.u-w799 {
  width: 799px !important;
}

.u-w800 {
  width: 800px !important;
}

.u-w801 {
  width: 801px !important;
}

.u-w802 {
  width: 802px !important;
}

.u-w803 {
  width: 803px !important;
}

.u-w804 {
  width: 804px !important;
}

.u-w805 {
  width: 805px !important;
}

.u-w806 {
  width: 806px !important;
}

.u-w807 {
  width: 807px !important;
}

.u-w808 {
  width: 808px !important;
}

.u-w809 {
  width: 809px !important;
}

.u-w810 {
  width: 810px !important;
}

.u-w811 {
  width: 811px !important;
}

.u-w812 {
  width: 812px !important;
}

.u-w813 {
  width: 813px !important;
}

.u-w814 {
  width: 814px !important;
}

.u-w815 {
  width: 815px !important;
}

.u-w816 {
  width: 816px !important;
}

.u-w817 {
  width: 817px !important;
}

.u-w818 {
  width: 818px !important;
}

.u-w819 {
  width: 819px !important;
}

.u-w820 {
  width: 820px !important;
}

.u-w821 {
  width: 821px !important;
}

.u-w822 {
  width: 822px !important;
}

.u-w823 {
  width: 823px !important;
}

.u-w824 {
  width: 824px !important;
}

.u-w825 {
  width: 825px !important;
}

.u-w826 {
  width: 826px !important;
}

.u-w827 {
  width: 827px !important;
}

.u-w828 {
  width: 828px !important;
}

.u-w829 {
  width: 829px !important;
}

.u-w830 {
  width: 830px !important;
}

.u-w831 {
  width: 831px !important;
}

.u-w832 {
  width: 832px !important;
}

.u-w833 {
  width: 833px !important;
}

.u-w834 {
  width: 834px !important;
}

.u-w835 {
  width: 835px !important;
}

.u-w836 {
  width: 836px !important;
}

.u-w837 {
  width: 837px !important;
}

.u-w838 {
  width: 838px !important;
}

.u-w839 {
  width: 839px !important;
}

.u-w840 {
  width: 840px !important;
}

.u-w841 {
  width: 841px !important;
}

.u-w842 {
  width: 842px !important;
}

.u-w843 {
  width: 843px !important;
}

.u-w844 {
  width: 844px !important;
}

.u-w845 {
  width: 845px !important;
}

.u-w846 {
  width: 846px !important;
}

.u-w847 {
  width: 847px !important;
}

.u-w848 {
  width: 848px !important;
}

.u-w849 {
  width: 849px !important;
}

.u-w850 {
  width: 850px !important;
}

.u-w851 {
  width: 851px !important;
}

.u-w852 {
  width: 852px !important;
}

.u-w853 {
  width: 853px !important;
}

.u-w854 {
  width: 854px !important;
}

.u-w855 {
  width: 855px !important;
}

.u-w856 {
  width: 856px !important;
}

.u-w857 {
  width: 857px !important;
}

.u-w858 {
  width: 858px !important;
}

.u-w859 {
  width: 859px !important;
}

.u-w860 {
  width: 860px !important;
}

.u-w861 {
  width: 861px !important;
}

.u-w862 {
  width: 862px !important;
}

.u-w863 {
  width: 863px !important;
}

.u-w864 {
  width: 864px !important;
}

.u-w865 {
  width: 865px !important;
}

.u-w866 {
  width: 866px !important;
}

.u-w867 {
  width: 867px !important;
}

.u-w868 {
  width: 868px !important;
}

.u-w869 {
  width: 869px !important;
}

.u-w870 {
  width: 870px !important;
}

.u-w871 {
  width: 871px !important;
}

.u-w872 {
  width: 872px !important;
}

.u-w873 {
  width: 873px !important;
}

.u-w874 {
  width: 874px !important;
}

.u-w875 {
  width: 875px !important;
}

.u-w876 {
  width: 876px !important;
}

.u-w877 {
  width: 877px !important;
}

.u-w878 {
  width: 878px !important;
}

.u-w879 {
  width: 879px !important;
}

.u-w880 {
  width: 880px !important;
}

.u-w881 {
  width: 881px !important;
}

.u-w882 {
  width: 882px !important;
}

.u-w883 {
  width: 883px !important;
}

.u-w884 {
  width: 884px !important;
}

.u-w885 {
  width: 885px !important;
}

.u-w886 {
  width: 886px !important;
}

.u-w887 {
  width: 887px !important;
}

.u-w888 {
  width: 888px !important;
}

.u-w889 {
  width: 889px !important;
}

.u-w890 {
  width: 890px !important;
}

.u-w891 {
  width: 891px !important;
}

.u-w892 {
  width: 892px !important;
}

.u-w893 {
  width: 893px !important;
}

.u-w894 {
  width: 894px !important;
}

.u-w895 {
  width: 895px !important;
}

.u-w896 {
  width: 896px !important;
}

.u-w897 {
  width: 897px !important;
}

.u-w898 {
  width: 898px !important;
}

.u-w899 {
  width: 899px !important;
}

.u-w900 {
  width: 900px !important;
}

.u-w901 {
  width: 901px !important;
}

.u-w902 {
  width: 902px !important;
}

.u-w903 {
  width: 903px !important;
}

.u-w904 {
  width: 904px !important;
}

.u-w905 {
  width: 905px !important;
}

.u-w906 {
  width: 906px !important;
}

.u-w907 {
  width: 907px !important;
}

.u-w908 {
  width: 908px !important;
}

.u-w909 {
  width: 909px !important;
}

.u-w910 {
  width: 910px !important;
}

.u-w911 {
  width: 911px !important;
}

.u-w912 {
  width: 912px !important;
}

.u-w913 {
  width: 913px !important;
}

.u-w914 {
  width: 914px !important;
}

.u-w915 {
  width: 915px !important;
}

.u-w916 {
  width: 916px !important;
}

.u-w917 {
  width: 917px !important;
}

.u-w918 {
  width: 918px !important;
}

.u-w919 {
  width: 919px !important;
}

.u-w920 {
  width: 920px !important;
}

.u-w921 {
  width: 921px !important;
}

.u-w922 {
  width: 922px !important;
}

.u-w923 {
  width: 923px !important;
}

.u-w924 {
  width: 924px !important;
}

.u-w925 {
  width: 925px !important;
}

.u-w926 {
  width: 926px !important;
}

.u-w927 {
  width: 927px !important;
}

.u-w928 {
  width: 928px !important;
}

.u-w929 {
  width: 929px !important;
}

.u-w930 {
  width: 930px !important;
}

.u-w931 {
  width: 931px !important;
}

.u-w932 {
  width: 932px !important;
}

.u-w933 {
  width: 933px !important;
}

.u-w934 {
  width: 934px !important;
}

.u-w935 {
  width: 935px !important;
}

.u-w936 {
  width: 936px !important;
}

.u-w937 {
  width: 937px !important;
}

.u-w938 {
  width: 938px !important;
}

.u-w939 {
  width: 939px !important;
}

.u-w940 {
  width: 940px !important;
}

.u-w941 {
  width: 941px !important;
}

.u-w942 {
  width: 942px !important;
}

.u-w943 {
  width: 943px !important;
}

.u-w944 {
  width: 944px !important;
}

.u-w945 {
  width: 945px !important;
}

.u-w946 {
  width: 946px !important;
}

.u-w947 {
  width: 947px !important;
}

.u-w948 {
  width: 948px !important;
}

.u-w949 {
  width: 949px !important;
}

.u-w950 {
  width: 950px !important;
}

.u-w951 {
  width: 951px !important;
}

.u-w952 {
  width: 952px !important;
}

.u-w953 {
  width: 953px !important;
}

.u-w954 {
  width: 954px !important;
}

.u-w955 {
  width: 955px !important;
}

.u-w956 {
  width: 956px !important;
}

.u-w957 {
  width: 957px !important;
}

.u-w958 {
  width: 958px !important;
}

.u-w959 {
  width: 959px !important;
}

.u-w960 {
  width: 960px !important;
}

.u-w961 {
  width: 961px !important;
}

.u-w962 {
  width: 962px !important;
}

.u-w963 {
  width: 963px !important;
}

.u-w964 {
  width: 964px !important;
}

.u-w965 {
  width: 965px !important;
}

.u-w966 {
  width: 966px !important;
}

.u-w967 {
  width: 967px !important;
}

.u-w968 {
  width: 968px !important;
}

.u-w969 {
  width: 969px !important;
}

.u-w970 {
  width: 970px !important;
}

.u-w971 {
  width: 971px !important;
}

.u-w972 {
  width: 972px !important;
}

.u-w973 {
  width: 973px !important;
}

.u-w974 {
  width: 974px !important;
}

.u-w975 {
  width: 975px !important;
}

.u-w976 {
  width: 976px !important;
}

.u-w977 {
  width: 977px !important;
}

.u-w978 {
  width: 978px !important;
}

.u-w979 {
  width: 979px !important;
}

.u-w980 {
  width: 980px !important;
}

.u-w981 {
  width: 981px !important;
}

.u-w982 {
  width: 982px !important;
}

.u-w983 {
  width: 983px !important;
}

.u-w984 {
  width: 984px !important;
}

.u-w985 {
  width: 985px !important;
}

.u-w986 {
  width: 986px !important;
}

.u-w987 {
  width: 987px !important;
}

.u-w988 {
  width: 988px !important;
}

.u-w989 {
  width: 989px !important;
}

.u-w990 {
  width: 990px !important;
}

.u-w991 {
  width: 991px !important;
}

.u-w992 {
  width: 992px !important;
}

.u-w993 {
  width: 993px !important;
}

.u-w994 {
  width: 994px !important;
}

.u-w995 {
  width: 995px !important;
}

.u-w996 {
  width: 996px !important;
}

.u-w997 {
  width: 997px !important;
}

.u-w998 {
  width: 998px !important;
}

.u-w999 {
  width: 999px !important;
}

.u-w1000 {
  width: 1000px !important;
}

.u-w0p {
  width: 0% !important;
}

.u-w1p {
  width: 1% !important;
}

.u-w2p {
  width: 2% !important;
}

.u-w3p {
  width: 3% !important;
}

.u-w4p {
  width: 4% !important;
}

.u-w5p {
  width: 5% !important;
}

.u-w6p {
  width: 6% !important;
}

.u-w7p {
  width: 7% !important;
}

.u-w8p {
  width: 8% !important;
}

.u-w9p {
  width: 9% !important;
}

.u-w10p {
  width: 10% !important;
}

.u-w11p {
  width: 11% !important;
}

.u-w12p {
  width: 12% !important;
}

.u-w13p {
  width: 13% !important;
}

.u-w14p {
  width: 14% !important;
}

.u-w15p {
  width: 15% !important;
}

.u-w16p {
  width: 16% !important;
}

.u-w17p {
  width: 17% !important;
}

.u-w18p {
  width: 18% !important;
}

.u-w19p {
  width: 19% !important;
}

.u-w20p {
  width: 20% !important;
}

.u-w21p {
  width: 21% !important;
}

.u-w22p {
  width: 22% !important;
}

.u-w23p {
  width: 23% !important;
}

.u-w24p {
  width: 24% !important;
}

.u-w25p {
  width: 25% !important;
}

.u-w26p {
  width: 26% !important;
}

.u-w27p {
  width: 27% !important;
}

.u-w28p {
  width: 28% !important;
}

.u-w29p {
  width: 29% !important;
}

.u-w30p {
  width: 30% !important;
}

.u-w31p {
  width: 31% !important;
}

.u-w32p {
  width: 32% !important;
}

.u-w33p {
  width: 33% !important;
}

.u-w34p {
  width: 34% !important;
}

.u-w35p {
  width: 35% !important;
}

.u-w36p {
  width: 36% !important;
}

.u-w37p {
  width: 37% !important;
}

.u-w38p {
  width: 38% !important;
}

.u-w39p {
  width: 39% !important;
}

.u-w40p {
  width: 40% !important;
}

.u-w41p {
  width: 41% !important;
}

.u-w42p {
  width: 42% !important;
}

.u-w43p {
  width: 43% !important;
}

.u-w44p {
  width: 44% !important;
}

.u-w45p {
  width: 45% !important;
}

.u-w46p {
  width: 46% !important;
}

.u-w47p {
  width: 47% !important;
}

.u-w48p {
  width: 48% !important;
}

.u-w49p {
  width: 49% !important;
}

.u-w50p {
  width: 50% !important;
}

.u-w51p {
  width: 51% !important;
}

.u-w52p {
  width: 52% !important;
}

.u-w53p {
  width: 53% !important;
}

.u-w54p {
  width: 54% !important;
}

.u-w55p {
  width: 55% !important;
}

.u-w56p {
  width: 56% !important;
}

.u-w57p {
  width: 57% !important;
}

.u-w58p {
  width: 58% !important;
}

.u-w59p {
  width: 59% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w61p {
  width: 61% !important;
}

.u-w62p {
  width: 62% !important;
}

.u-w63p {
  width: 63% !important;
}

.u-w64p {
  width: 64% !important;
}

.u-w65p {
  width: 65% !important;
}

.u-w66p {
  width: 66% !important;
}

.u-w67p {
  width: 67% !important;
}

.u-w68p {
  width: 68% !important;
}

.u-w69p {
  width: 69% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w71p {
  width: 71% !important;
}

.u-w72p {
  width: 72% !important;
}

.u-w73p {
  width: 73% !important;
}

.u-w74p {
  width: 74% !important;
}

.u-w75p {
  width: 75% !important;
}

.u-w76p {
  width: 76% !important;
}

.u-w77p {
  width: 77% !important;
}

.u-w78p {
  width: 78% !important;
}

.u-w79p {
  width: 79% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w81p {
  width: 81% !important;
}

.u-w82p {
  width: 82% !important;
}

.u-w83p {
  width: 83% !important;
}

.u-w84p {
  width: 84% !important;
}

.u-w85p {
  width: 85% !important;
}

.u-w86p {
  width: 86% !important;
}

.u-w87p {
  width: 87% !important;
}

.u-w88p {
  width: 88% !important;
}

.u-w89p {
  width: 89% !important;
}

.u-w90p {
  width: 90% !important;
}

.u-w91p {
  width: 91% !important;
}

.u-w92p {
  width: 92% !important;
}

.u-w93p {
  width: 93% !important;
}

.u-w94p {
  width: 94% !important;
}

.u-w95p {
  width: 95% !important;
}

.u-w96p {
  width: 96% !important;
}

.u-w97p {
  width: 97% !important;
}

.u-w98p {
  width: 98% !important;
}

.u-w99p {
  width: 99% !important;
}

.u-w100p {
  width: 100% !important;
}

.u-max-w100p {
  max-width: 100% !important;
}

/*==================================
* height
==================================*/
.u-h1 {
  height: 1px !important;
}

.u-h2 {
  height: 2px !important;
}

.u-h3 {
  height: 3px !important;
}

.u-h4 {
  height: 4px !important;
}

.u-h5 {
  height: 5px !important;
}

.u-h6 {
  height: 6px !important;
}

.u-h7 {
  height: 7px !important;
}

.u-h8 {
  height: 8px !important;
}

.u-h9 {
  height: 9px !important;
}

.u-h10 {
  height: 10px !important;
}

.u-h11 {
  height: 11px !important;
}

.u-h12 {
  height: 12px !important;
}

.u-h13 {
  height: 13px !important;
}

.u-h14 {
  height: 14px !important;
}

.u-h15 {
  height: 15px !important;
}

.u-h16 {
  height: 16px !important;
}

.u-h17 {
  height: 17px !important;
}

.u-h18 {
  height: 18px !important;
}

.u-h19 {
  height: 19px !important;
}

.u-h20 {
  height: 20px !important;
}

.u-h21 {
  height: 21px !important;
}

.u-h22 {
  height: 22px !important;
}

.u-h23 {
  height: 23px !important;
}

.u-h24 {
  height: 24px !important;
}

.u-h25 {
  height: 25px !important;
}

.u-h26 {
  height: 26px !important;
}

.u-h27 {
  height: 27px !important;
}

.u-h28 {
  height: 28px !important;
}

.u-h29 {
  height: 29px !important;
}

.u-h30 {
  height: 30px !important;
}

.u-h31 {
  height: 31px !important;
}

.u-h32 {
  height: 32px !important;
}

.u-h33 {
  height: 33px !important;
}

.u-h34 {
  height: 34px !important;
}

.u-h35 {
  height: 35px !important;
}

.u-h36 {
  height: 36px !important;
}

.u-h37 {
  height: 37px !important;
}

.u-h38 {
  height: 38px !important;
}

.u-h39 {
  height: 39px !important;
}

.u-h40 {
  height: 40px !important;
}

.u-h41 {
  height: 41px !important;
}

.u-h42 {
  height: 42px !important;
}

.u-h43 {
  height: 43px !important;
}

.u-h44 {
  height: 44px !important;
}

.u-h45 {
  height: 45px !important;
}

.u-h46 {
  height: 46px !important;
}

.u-h47 {
  height: 47px !important;
}

.u-h48 {
  height: 48px !important;
}

.u-h49 {
  height: 49px !important;
}

.u-h50 {
  height: 50px !important;
}

.u-h51 {
  height: 51px !important;
}

.u-h52 {
  height: 52px !important;
}

.u-h53 {
  height: 53px !important;
}

.u-h54 {
  height: 54px !important;
}

.u-h55 {
  height: 55px !important;
}

.u-h56 {
  height: 56px !important;
}

.u-h57 {
  height: 57px !important;
}

.u-h58 {
  height: 58px !important;
}

.u-h59 {
  height: 59px !important;
}

.u-h60 {
  height: 60px !important;
}

.u-h61 {
  height: 61px !important;
}

.u-h62 {
  height: 62px !important;
}

.u-h63 {
  height: 63px !important;
}

.u-h64 {
  height: 64px !important;
}

.u-h65 {
  height: 65px !important;
}

.u-h66 {
  height: 66px !important;
}

.u-h67 {
  height: 67px !important;
}

.u-h68 {
  height: 68px !important;
}

.u-h69 {
  height: 69px !important;
}

.u-h70 {
  height: 70px !important;
}

.u-h71 {
  height: 71px !important;
}

.u-h72 {
  height: 72px !important;
}

.u-h73 {
  height: 73px !important;
}

.u-h74 {
  height: 74px !important;
}

.u-h75 {
  height: 75px !important;
}

.u-h76 {
  height: 76px !important;
}

.u-h77 {
  height: 77px !important;
}

.u-h78 {
  height: 78px !important;
}

.u-h79 {
  height: 79px !important;
}

.u-h80 {
  height: 80px !important;
}

.u-h81 {
  height: 81px !important;
}

.u-h82 {
  height: 82px !important;
}

.u-h83 {
  height: 83px !important;
}

.u-h84 {
  height: 84px !important;
}

.u-h85 {
  height: 85px !important;
}

.u-h86 {
  height: 86px !important;
}

.u-h87 {
  height: 87px !important;
}

.u-h88 {
  height: 88px !important;
}

.u-h89 {
  height: 89px !important;
}

.u-h90 {
  height: 90px !important;
}

.u-h91 {
  height: 91px !important;
}

.u-h92 {
  height: 92px !important;
}

.u-h93 {
  height: 93px !important;
}

.u-h94 {
  height: 94px !important;
}

.u-h95 {
  height: 95px !important;
}

.u-h96 {
  height: 96px !important;
}

.u-h97 {
  height: 97px !important;
}

.u-h98 {
  height: 98px !important;
}

.u-h99 {
  height: 99px !important;
}

.u-h100 {
  height: 100px !important;
}

.u-h101 {
  height: 101px !important;
}

.u-h102 {
  height: 102px !important;
}

.u-h103 {
  height: 103px !important;
}

.u-h104 {
  height: 104px !important;
}

.u-h105 {
  height: 105px !important;
}

.u-h106 {
  height: 106px !important;
}

.u-h107 {
  height: 107px !important;
}

.u-h108 {
  height: 108px !important;
}

.u-h109 {
  height: 109px !important;
}

.u-h110 {
  height: 110px !important;
}

.u-h111 {
  height: 111px !important;
}

.u-h112 {
  height: 112px !important;
}

.u-h113 {
  height: 113px !important;
}

.u-h114 {
  height: 114px !important;
}

.u-h115 {
  height: 115px !important;
}

.u-h116 {
  height: 116px !important;
}

.u-h117 {
  height: 117px !important;
}

.u-h118 {
  height: 118px !important;
}

.u-h119 {
  height: 119px !important;
}

.u-h120 {
  height: 120px !important;
}

.u-h121 {
  height: 121px !important;
}

.u-h122 {
  height: 122px !important;
}

.u-h123 {
  height: 123px !important;
}

.u-h124 {
  height: 124px !important;
}

.u-h125 {
  height: 125px !important;
}

.u-h126 {
  height: 126px !important;
}

.u-h127 {
  height: 127px !important;
}

.u-h128 {
  height: 128px !important;
}

.u-h129 {
  height: 129px !important;
}

.u-h130 {
  height: 130px !important;
}

.u-h131 {
  height: 131px !important;
}

.u-h132 {
  height: 132px !important;
}

.u-h133 {
  height: 133px !important;
}

.u-h134 {
  height: 134px !important;
}

.u-h135 {
  height: 135px !important;
}

.u-h136 {
  height: 136px !important;
}

.u-h137 {
  height: 137px !important;
}

.u-h138 {
  height: 138px !important;
}

.u-h139 {
  height: 139px !important;
}

.u-h140 {
  height: 140px !important;
}

.u-h141 {
  height: 141px !important;
}

.u-h142 {
  height: 142px !important;
}

.u-h143 {
  height: 143px !important;
}

.u-h144 {
  height: 144px !important;
}

.u-h145 {
  height: 145px !important;
}

.u-h146 {
  height: 146px !important;
}

.u-h147 {
  height: 147px !important;
}

.u-h148 {
  height: 148px !important;
}

.u-h149 {
  height: 149px !important;
}

.u-h150 {
  height: 150px !important;
}

.u-h151 {
  height: 151px !important;
}

.u-h152 {
  height: 152px !important;
}

.u-h153 {
  height: 153px !important;
}

.u-h154 {
  height: 154px !important;
}

.u-h155 {
  height: 155px !important;
}

.u-h156 {
  height: 156px !important;
}

.u-h157 {
  height: 157px !important;
}

.u-h158 {
  height: 158px !important;
}

.u-h159 {
  height: 159px !important;
}

.u-h160 {
  height: 160px !important;
}

.u-h161 {
  height: 161px !important;
}

.u-h162 {
  height: 162px !important;
}

.u-h163 {
  height: 163px !important;
}

.u-h164 {
  height: 164px !important;
}

.u-h165 {
  height: 165px !important;
}

.u-h166 {
  height: 166px !important;
}

.u-h167 {
  height: 167px !important;
}

.u-h168 {
  height: 168px !important;
}

.u-h169 {
  height: 169px !important;
}

.u-h170 {
  height: 170px !important;
}

.u-h171 {
  height: 171px !important;
}

.u-h172 {
  height: 172px !important;
}

.u-h173 {
  height: 173px !important;
}

.u-h174 {
  height: 174px !important;
}

.u-h175 {
  height: 175px !important;
}

.u-h176 {
  height: 176px !important;
}

.u-h177 {
  height: 177px !important;
}

.u-h178 {
  height: 178px !important;
}

.u-h179 {
  height: 179px !important;
}

.u-h180 {
  height: 180px !important;
}

.u-h181 {
  height: 181px !important;
}

.u-h182 {
  height: 182px !important;
}

.u-h183 {
  height: 183px !important;
}

.u-h184 {
  height: 184px !important;
}

.u-h185 {
  height: 185px !important;
}

.u-h186 {
  height: 186px !important;
}

.u-h187 {
  height: 187px !important;
}

.u-h188 {
  height: 188px !important;
}

.u-h189 {
  height: 189px !important;
}

.u-h190 {
  height: 190px !important;
}

.u-h191 {
  height: 191px !important;
}

.u-h192 {
  height: 192px !important;
}

.u-h193 {
  height: 193px !important;
}

.u-h194 {
  height: 194px !important;
}

.u-h195 {
  height: 195px !important;
}

.u-h196 {
  height: 196px !important;
}

.u-h197 {
  height: 197px !important;
}

.u-h198 {
  height: 198px !important;
}

.u-h199 {
  height: 199px !important;
}

.u-h200 {
  height: 200px !important;
}

.u-h201 {
  height: 201px !important;
}

.u-h202 {
  height: 202px !important;
}

.u-h203 {
  height: 203px !important;
}

.u-h204 {
  height: 204px !important;
}

.u-h205 {
  height: 205px !important;
}

.u-h206 {
  height: 206px !important;
}

.u-h207 {
  height: 207px !important;
}

.u-h208 {
  height: 208px !important;
}

.u-h209 {
  height: 209px !important;
}

.u-h210 {
  height: 210px !important;
}

.u-h211 {
  height: 211px !important;
}

.u-h212 {
  height: 212px !important;
}

.u-h213 {
  height: 213px !important;
}

.u-h214 {
  height: 214px !important;
}

.u-h215 {
  height: 215px !important;
}

.u-h216 {
  height: 216px !important;
}

.u-h217 {
  height: 217px !important;
}

.u-h218 {
  height: 218px !important;
}

.u-h219 {
  height: 219px !important;
}

.u-h220 {
  height: 220px !important;
}

.u-h221 {
  height: 221px !important;
}

.u-h222 {
  height: 222px !important;
}

.u-h223 {
  height: 223px !important;
}

.u-h224 {
  height: 224px !important;
}

.u-h225 {
  height: 225px !important;
}

.u-h226 {
  height: 226px !important;
}

.u-h227 {
  height: 227px !important;
}

.u-h228 {
  height: 228px !important;
}

.u-h229 {
  height: 229px !important;
}

.u-h230 {
  height: 230px !important;
}

.u-h231 {
  height: 231px !important;
}

.u-h232 {
  height: 232px !important;
}

.u-h233 {
  height: 233px !important;
}

.u-h234 {
  height: 234px !important;
}

.u-h235 {
  height: 235px !important;
}

.u-h236 {
  height: 236px !important;
}

.u-h237 {
  height: 237px !important;
}

.u-h238 {
  height: 238px !important;
}

.u-h239 {
  height: 239px !important;
}

.u-h240 {
  height: 240px !important;
}

.u-h241 {
  height: 241px !important;
}

.u-h242 {
  height: 242px !important;
}

.u-h243 {
  height: 243px !important;
}

.u-h244 {
  height: 244px !important;
}

.u-h245 {
  height: 245px !important;
}

.u-h246 {
  height: 246px !important;
}

.u-h247 {
  height: 247px !important;
}

.u-h248 {
  height: 248px !important;
}

.u-h249 {
  height: 249px !important;
}

.u-h250 {
  height: 250px !important;
}

.u-h251 {
  height: 251px !important;
}

.u-h252 {
  height: 252px !important;
}

.u-h253 {
  height: 253px !important;
}

.u-h254 {
  height: 254px !important;
}

.u-h255 {
  height: 255px !important;
}

.u-h256 {
  height: 256px !important;
}

.u-h257 {
  height: 257px !important;
}

.u-h258 {
  height: 258px !important;
}

.u-h259 {
  height: 259px !important;
}

.u-h260 {
  height: 260px !important;
}

.u-h261 {
  height: 261px !important;
}

.u-h262 {
  height: 262px !important;
}

.u-h263 {
  height: 263px !important;
}

.u-h264 {
  height: 264px !important;
}

.u-h265 {
  height: 265px !important;
}

.u-h266 {
  height: 266px !important;
}

.u-h267 {
  height: 267px !important;
}

.u-h268 {
  height: 268px !important;
}

.u-h269 {
  height: 269px !important;
}

.u-h270 {
  height: 270px !important;
}

.u-h271 {
  height: 271px !important;
}

.u-h272 {
  height: 272px !important;
}

.u-h273 {
  height: 273px !important;
}

.u-h274 {
  height: 274px !important;
}

.u-h275 {
  height: 275px !important;
}

.u-h276 {
  height: 276px !important;
}

.u-h277 {
  height: 277px !important;
}

.u-h278 {
  height: 278px !important;
}

.u-h279 {
  height: 279px !important;
}

.u-h280 {
  height: 280px !important;
}

.u-h281 {
  height: 281px !important;
}

.u-h282 {
  height: 282px !important;
}

.u-h283 {
  height: 283px !important;
}

.u-h284 {
  height: 284px !important;
}

.u-h285 {
  height: 285px !important;
}

.u-h286 {
  height: 286px !important;
}

.u-h287 {
  height: 287px !important;
}

.u-h288 {
  height: 288px !important;
}

.u-h289 {
  height: 289px !important;
}

.u-h290 {
  height: 290px !important;
}

.u-h291 {
  height: 291px !important;
}

.u-h292 {
  height: 292px !important;
}

.u-h293 {
  height: 293px !important;
}

.u-h294 {
  height: 294px !important;
}

.u-h295 {
  height: 295px !important;
}

.u-h296 {
  height: 296px !important;
}

.u-h297 {
  height: 297px !important;
}

.u-h298 {
  height: 298px !important;
}

.u-h299 {
  height: 299px !important;
}

.u-h300 {
  height: 300px !important;
}

.u-h301 {
  height: 301px !important;
}

.u-h302 {
  height: 302px !important;
}

.u-h303 {
  height: 303px !important;
}

.u-h304 {
  height: 304px !important;
}

.u-h305 {
  height: 305px !important;
}

.u-h306 {
  height: 306px !important;
}

.u-h307 {
  height: 307px !important;
}

.u-h308 {
  height: 308px !important;
}

.u-h309 {
  height: 309px !important;
}

.u-h310 {
  height: 310px !important;
}

.u-h311 {
  height: 311px !important;
}

.u-h312 {
  height: 312px !important;
}

.u-h313 {
  height: 313px !important;
}

.u-h314 {
  height: 314px !important;
}

.u-h315 {
  height: 315px !important;
}

.u-h316 {
  height: 316px !important;
}

.u-h317 {
  height: 317px !important;
}

.u-h318 {
  height: 318px !important;
}

.u-h319 {
  height: 319px !important;
}

.u-h320 {
  height: 320px !important;
}

.u-h321 {
  height: 321px !important;
}

.u-h322 {
  height: 322px !important;
}

.u-h323 {
  height: 323px !important;
}

.u-h324 {
  height: 324px !important;
}

.u-h325 {
  height: 325px !important;
}

.u-h326 {
  height: 326px !important;
}

.u-h327 {
  height: 327px !important;
}

.u-h328 {
  height: 328px !important;
}

.u-h329 {
  height: 329px !important;
}

.u-h330 {
  height: 330px !important;
}

.u-h331 {
  height: 331px !important;
}

.u-h332 {
  height: 332px !important;
}

.u-h333 {
  height: 333px !important;
}

.u-h334 {
  height: 334px !important;
}

.u-h335 {
  height: 335px !important;
}

.u-h336 {
  height: 336px !important;
}

.u-h337 {
  height: 337px !important;
}

.u-h338 {
  height: 338px !important;
}

.u-h339 {
  height: 339px !important;
}

.u-h340 {
  height: 340px !important;
}

.u-h341 {
  height: 341px !important;
}

.u-h342 {
  height: 342px !important;
}

.u-h343 {
  height: 343px !important;
}

.u-h344 {
  height: 344px !important;
}

.u-h345 {
  height: 345px !important;
}

.u-h346 {
  height: 346px !important;
}

.u-h347 {
  height: 347px !important;
}

.u-h348 {
  height: 348px !important;
}

.u-h349 {
  height: 349px !important;
}

.u-h350 {
  height: 350px !important;
}

.u-h351 {
  height: 351px !important;
}

.u-h352 {
  height: 352px !important;
}

.u-h353 {
  height: 353px !important;
}

.u-h354 {
  height: 354px !important;
}

.u-h355 {
  height: 355px !important;
}

.u-h356 {
  height: 356px !important;
}

.u-h357 {
  height: 357px !important;
}

.u-h358 {
  height: 358px !important;
}

.u-h359 {
  height: 359px !important;
}

.u-h360 {
  height: 360px !important;
}

.u-h361 {
  height: 361px !important;
}

.u-h362 {
  height: 362px !important;
}

.u-h363 {
  height: 363px !important;
}

.u-h364 {
  height: 364px !important;
}

.u-h365 {
  height: 365px !important;
}

.u-h366 {
  height: 366px !important;
}

.u-h367 {
  height: 367px !important;
}

.u-h368 {
  height: 368px !important;
}

.u-h369 {
  height: 369px !important;
}

.u-h370 {
  height: 370px !important;
}

.u-h371 {
  height: 371px !important;
}

.u-h372 {
  height: 372px !important;
}

.u-h373 {
  height: 373px !important;
}

.u-h374 {
  height: 374px !important;
}

.u-h375 {
  height: 375px !important;
}

.u-h376 {
  height: 376px !important;
}

.u-h377 {
  height: 377px !important;
}

.u-h378 {
  height: 378px !important;
}

.u-h379 {
  height: 379px !important;
}

.u-h380 {
  height: 380px !important;
}

.u-h381 {
  height: 381px !important;
}

.u-h382 {
  height: 382px !important;
}

.u-h383 {
  height: 383px !important;
}

.u-h384 {
  height: 384px !important;
}

.u-h385 {
  height: 385px !important;
}

.u-h386 {
  height: 386px !important;
}

.u-h387 {
  height: 387px !important;
}

.u-h388 {
  height: 388px !important;
}

.u-h389 {
  height: 389px !important;
}

.u-h390 {
  height: 390px !important;
}

.u-h391 {
  height: 391px !important;
}

.u-h392 {
  height: 392px !important;
}

.u-h393 {
  height: 393px !important;
}

.u-h394 {
  height: 394px !important;
}

.u-h395 {
  height: 395px !important;
}

.u-h396 {
  height: 396px !important;
}

.u-h397 {
  height: 397px !important;
}

.u-h398 {
  height: 398px !important;
}

.u-h399 {
  height: 399px !important;
}

.u-h400 {
  height: 400px !important;
}

.u-h401 {
  height: 401px !important;
}

.u-h402 {
  height: 402px !important;
}

.u-h403 {
  height: 403px !important;
}

.u-h404 {
  height: 404px !important;
}

.u-h405 {
  height: 405px !important;
}

.u-h406 {
  height: 406px !important;
}

.u-h407 {
  height: 407px !important;
}

.u-h408 {
  height: 408px !important;
}

.u-h409 {
  height: 409px !important;
}

.u-h410 {
  height: 410px !important;
}

.u-h411 {
  height: 411px !important;
}

.u-h412 {
  height: 412px !important;
}

.u-h413 {
  height: 413px !important;
}

.u-h414 {
  height: 414px !important;
}

.u-h415 {
  height: 415px !important;
}

.u-h416 {
  height: 416px !important;
}

.u-h417 {
  height: 417px !important;
}

.u-h418 {
  height: 418px !important;
}

.u-h419 {
  height: 419px !important;
}

.u-h420 {
  height: 420px !important;
}

.u-h421 {
  height: 421px !important;
}

.u-h422 {
  height: 422px !important;
}

.u-h423 {
  height: 423px !important;
}

.u-h424 {
  height: 424px !important;
}

.u-h425 {
  height: 425px !important;
}

.u-h426 {
  height: 426px !important;
}

.u-h427 {
  height: 427px !important;
}

.u-h428 {
  height: 428px !important;
}

.u-h429 {
  height: 429px !important;
}

.u-h430 {
  height: 430px !important;
}

.u-h431 {
  height: 431px !important;
}

.u-h432 {
  height: 432px !important;
}

.u-h433 {
  height: 433px !important;
}

.u-h434 {
  height: 434px !important;
}

.u-h435 {
  height: 435px !important;
}

.u-h436 {
  height: 436px !important;
}

.u-h437 {
  height: 437px !important;
}

.u-h438 {
  height: 438px !important;
}

.u-h439 {
  height: 439px !important;
}

.u-h440 {
  height: 440px !important;
}

.u-h441 {
  height: 441px !important;
}

.u-h442 {
  height: 442px !important;
}

.u-h443 {
  height: 443px !important;
}

.u-h444 {
  height: 444px !important;
}

.u-h445 {
  height: 445px !important;
}

.u-h446 {
  height: 446px !important;
}

.u-h447 {
  height: 447px !important;
}

.u-h448 {
  height: 448px !important;
}

.u-h449 {
  height: 449px !important;
}

.u-h450 {
  height: 450px !important;
}

.u-h451 {
  height: 451px !important;
}

.u-h452 {
  height: 452px !important;
}

.u-h453 {
  height: 453px !important;
}

.u-h454 {
  height: 454px !important;
}

.u-h455 {
  height: 455px !important;
}

.u-h456 {
  height: 456px !important;
}

.u-h457 {
  height: 457px !important;
}

.u-h458 {
  height: 458px !important;
}

.u-h459 {
  height: 459px !important;
}

.u-h460 {
  height: 460px !important;
}

.u-h461 {
  height: 461px !important;
}

.u-h462 {
  height: 462px !important;
}

.u-h463 {
  height: 463px !important;
}

.u-h464 {
  height: 464px !important;
}

.u-h465 {
  height: 465px !important;
}

.u-h466 {
  height: 466px !important;
}

.u-h467 {
  height: 467px !important;
}

.u-h468 {
  height: 468px !important;
}

.u-h469 {
  height: 469px !important;
}

.u-h470 {
  height: 470px !important;
}

.u-h471 {
  height: 471px !important;
}

.u-h472 {
  height: 472px !important;
}

.u-h473 {
  height: 473px !important;
}

.u-h474 {
  height: 474px !important;
}

.u-h475 {
  height: 475px !important;
}

.u-h476 {
  height: 476px !important;
}

.u-h477 {
  height: 477px !important;
}

.u-h478 {
  height: 478px !important;
}

.u-h479 {
  height: 479px !important;
}

.u-h480 {
  height: 480px !important;
}

.u-h481 {
  height: 481px !important;
}

.u-h482 {
  height: 482px !important;
}

.u-h483 {
  height: 483px !important;
}

.u-h484 {
  height: 484px !important;
}

.u-h485 {
  height: 485px !important;
}

.u-h486 {
  height: 486px !important;
}

.u-h487 {
  height: 487px !important;
}

.u-h488 {
  height: 488px !important;
}

.u-h489 {
  height: 489px !important;
}

.u-h490 {
  height: 490px !important;
}

.u-h491 {
  height: 491px !important;
}

.u-h492 {
  height: 492px !important;
}

.u-h493 {
  height: 493px !important;
}

.u-h494 {
  height: 494px !important;
}

.u-h495 {
  height: 495px !important;
}

.u-h496 {
  height: 496px !important;
}

.u-h497 {
  height: 497px !important;
}

.u-h498 {
  height: 498px !important;
}

.u-h499 {
  height: 499px !important;
}

.u-h500 {
  height: 500px !important;
}

/*==================================
* margin
==================================*/
/* margin */
.u-m-0 {
  margin: 0px !important;
}

.u-m-1 {
  margin: 1px !important;
}

.u-m-2 {
  margin: 2px !important;
}

.u-m-3 {
  margin: 3px !important;
}

.u-m-4 {
  margin: 4px !important;
}

.u-m-5 {
  margin: 5px !important;
}

.u-m-6 {
  margin: 6px !important;
}

.u-m-7 {
  margin: 7px !important;
}

.u-m-8 {
  margin: 8px !important;
}

.u-m-9 {
  margin: 9px !important;
}

.u-m-10 {
  margin: 10px !important;
}

.u-m-11 {
  margin: 11px !important;
}

.u-m-12 {
  margin: 12px !important;
}

.u-m-13 {
  margin: 13px !important;
}

.u-m-14 {
  margin: 14px !important;
}

.u-m-15 {
  margin: 15px !important;
}

.u-m-16 {
  margin: 16px !important;
}

.u-m-17 {
  margin: 17px !important;
}

.u-m-18 {
  margin: 18px !important;
}

.u-m-19 {
  margin: 19px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-m-21 {
  margin: 21px !important;
}

.u-m-22 {
  margin: 22px !important;
}

.u-m-23 {
  margin: 23px !important;
}

.u-m-24 {
  margin: 24px !important;
}

.u-m-25 {
  margin: 25px !important;
}

.u-m-26 {
  margin: 26px !important;
}

.u-m-27 {
  margin: 27px !important;
}

.u-m-28 {
  margin: 28px !important;
}

.u-m-29 {
  margin: 29px !important;
}

.u-m-30 {
  margin: 30px !important;
}

/* margin-top */
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 1px !important;
}

.u-mt-2 {
  margin-top: 2px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-mt-7 {
  margin-top: 7px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-9 {
  margin-top: 9px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-11 {
  margin-top: 11px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-13 {
  margin-top: 13px !important;
}

.u-mt-14 {
  margin-top: 14px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-17 {
  margin-top: 17px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-mt-19 {
  margin-top: 19px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-21 {
  margin-top: 21px !important;
}

.u-mt-22 {
  margin-top: 22px !important;
}

.u-mt-23 {
  margin-top: 23px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-26 {
  margin-top: 26px !important;
}

.u-mt-27 {
  margin-top: 27px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mt-29 {
  margin-top: 29px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-31 {
  margin-top: 31px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mt-33 {
  margin-top: 33px !important;
}

.u-mt-34 {
  margin-top: 34px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mt-37 {
  margin-top: 37px !important;
}

.u-mt-38 {
  margin-top: 38px !important;
}

.u-mt-39 {
  margin-top: 39px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-41 {
  margin-top: 41px !important;
}

.u-mt-42 {
  margin-top: 42px !important;
}

.u-mt-43 {
  margin-top: 43px !important;
}

.u-mt-44 {
  margin-top: 44px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-46 {
  margin-top: 46px !important;
}

.u-mt-47 {
  margin-top: 47px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mt-49 {
  margin-top: 49px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

/* margin-left */
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 1px !important;
}

.u-ml-2 {
  margin-left: 2px !important;
}

.u-ml-3 {
  margin-left: 3px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-6 {
  margin-left: 6px !important;
}

.u-ml-7 {
  margin-left: 7px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-ml-9 {
  margin-left: 9px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-11 {
  margin-left: 11px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-ml-13 {
  margin-left: 13px !important;
}

.u-ml-14 {
  margin-left: 14px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-ml-17 {
  margin-left: 17px !important;
}

.u-ml-18 {
  margin-left: 18px !important;
}

.u-ml-19 {
  margin-left: 19px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-21 {
  margin-left: 21px !important;
}

.u-ml-22 {
  margin-left: 22px !important;
}

.u-ml-23 {
  margin-left: 23px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-26 {
  margin-left: 26px !important;
}

.u-ml-27 {
  margin-left: 27px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-ml-29 {
  margin-left: 29px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-31 {
  margin-left: 31px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-ml-33 {
  margin-left: 33px !important;
}

.u-ml-34 {
  margin-left: 34px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-ml-37 {
  margin-left: 37px !important;
}

.u-ml-38 {
  margin-left: 38px !important;
}

.u-ml-39 {
  margin-left: 39px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-41 {
  margin-left: 41px !important;
}

.u-ml-42 {
  margin-left: 42px !important;
}

.u-ml-43 {
  margin-left: 43px !important;
}

.u-ml-44 {
  margin-left: 44px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-ml-46 {
  margin-left: 46px !important;
}

.u-ml-47 {
  margin-left: 47px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-ml-49 {
  margin-left: 49px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

/* margin-right */
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 1px !important;
}

.u-mr-2 {
  margin-right: 2px !important;
}

.u-mr-3 {
  margin-right: 3px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-6 {
  margin-right: 6px !important;
}

.u-mr-7 {
  margin-right: 7px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mr-9 {
  margin-right: 9px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-11 {
  margin-right: 11px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mr-13 {
  margin-right: 13px !important;
}

.u-mr-14 {
  margin-right: 14px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mr-17 {
  margin-right: 17px !important;
}

.u-mr-18 {
  margin-right: 18px !important;
}

.u-mr-19 {
  margin-right: 19px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-21 {
  margin-right: 21px !important;
}

.u-mr-22 {
  margin-right: 22px !important;
}

.u-mr-23 {
  margin-right: 23px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-26 {
  margin-right: 26px !important;
}

.u-mr-27 {
  margin-right: 27px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-mr-29 {
  margin-right: 29px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-31 {
  margin-right: 31px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mr-33 {
  margin-right: 33px !important;
}

.u-mr-34 {
  margin-right: 34px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-mr-37 {
  margin-right: 37px !important;
}

.u-mr-38 {
  margin-right: 38px !important;
}

.u-mr-39 {
  margin-right: 39px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-41 {
  margin-right: 41px !important;
}

.u-mr-42 {
  margin-right: 42px !important;
}

.u-mr-43 {
  margin-right: 43px !important;
}

.u-mr-44 {
  margin-right: 44px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mr-46 {
  margin-right: 46px !important;
}

.u-mr-47 {
  margin-right: 47px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mr-49 {
  margin-right: 49px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

/* margin-bottom */
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 1px !important;
}

.u-mb-2 {
  margin-bottom: 2px !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-6 {
  margin-bottom: 6px !important;
}

.u-mb-7 {
  margin-bottom: 7px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mb-9 {
  margin-bottom: 9px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-11 {
  margin-bottom: 11px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mb-13 {
  margin-bottom: 13px !important;
}

.u-mb-14 {
  margin-bottom: 14px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-17 {
  margin-bottom: 17px !important;
}

.u-mb-18 {
  margin-bottom: 18px !important;
}

.u-mb-19 {
  margin-bottom: 19px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-21 {
  margin-bottom: 21px !important;
}

.u-mb-22 {
  margin-bottom: 22px !important;
}

.u-mb-23 {
  margin-bottom: 23px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-26 {
  margin-bottom: 26px !important;
}

.u-mb-27 {
  margin-bottom: 27px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-mb-29 {
  margin-bottom: 29px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-31 {
  margin-bottom: 31px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mb-33 {
  margin-bottom: 33px !important;
}

.u-mb-34 {
  margin-bottom: 34px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-mb-37 {
  margin-bottom: 37px !important;
}

.u-mb-38 {
  margin-bottom: 38px !important;
}

.u-mb-39 {
  margin-bottom: 39px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-41 {
  margin-bottom: 41px !important;
}

.u-mb-42 {
  margin-bottom: 42px !important;
}

.u-mb-43 {
  margin-bottom: 43px !important;
}

.u-mb-44 {
  margin-bottom: 44px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-46 {
  margin-bottom: 46px !important;
}

.u-mb-47 {
  margin-bottom: 47px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mb-49 {
  margin-bottom: 49px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-51 {
  margin-bottom: 51px !important;
}

.u-mb-52 {
  margin-bottom: 52px !important;
}

.u-mb-53 {
  margin-bottom: 53px !important;
}

.u-mb-54 {
  margin-bottom: 54px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mb-57 {
  margin-bottom: 57px !important;
}

.u-mb-58 {
  margin-bottom: 58px !important;
}

.u-mb-59 {
  margin-bottom: 59px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-61 {
  margin-bottom: 61px !important;
}

.u-mb-62 {
  margin-bottom: 62px !important;
}

.u-mb-63 {
  margin-bottom: 63px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-66 {
  margin-bottom: 66px !important;
}

.u-mb-67 {
  margin-bottom: 67px !important;
}

.u-mb-68 {
  margin-bottom: 68px !important;
}

.u-mb-69 {
  margin-bottom: 69px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-71 {
  margin-bottom: 71px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-mb-73 {
  margin-bottom: 73px !important;
}

.u-mb-74 {
  margin-bottom: 74px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-76 {
  margin-bottom: 76px !important;
}

.u-mb-77 {
  margin-bottom: 77px !important;
}

.u-mb-78 {
  margin-bottom: 78px !important;
}

.u-mb-79 {
  margin-bottom: 79px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-81 {
  margin-bottom: 81px !important;
}

.u-mb-82 {
  margin-bottom: 82px !important;
}

.u-mb-83 {
  margin-bottom: 83px !important;
}

.u-mb-84 {
  margin-bottom: 84px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-86 {
  margin-bottom: 86px !important;
}

.u-mb-87 {
  margin-bottom: 87px !important;
}

.u-mb-88 {
  margin-bottom: 88px !important;
}

.u-mb-89 {
  margin-bottom: 89px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-91 {
  margin-bottom: 91px !important;
}

.u-mb-92 {
  margin-bottom: 92px !important;
}

.u-mb-93 {
  margin-bottom: 93px !important;
}

.u-mb-94 {
  margin-bottom: 94px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-96 {
  margin-bottom: 96px !important;
}

.u-mb-97 {
  margin-bottom: 97px !important;
}

.u-mb-98 {
  margin-bottom: 98px !important;
}

.u-mb-99 {
  margin-bottom: 99px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*==================================
* padding
==================================*/
/* padding */
.u-p-1 {
  padding: 1px !important;
}

.u-p-2 {
  padding: 2px !important;
}

.u-p-3 {
  padding: 3px !important;
}

.u-p-4 {
  padding: 4px !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-6 {
  padding: 6px !important;
}

.u-p-7 {
  padding: 7px !important;
}

.u-p-8 {
  padding: 8px !important;
}

.u-p-9 {
  padding: 9px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-11 {
  padding: 11px !important;
}

.u-p-12 {
  padding: 12px !important;
}

.u-p-13 {
  padding: 13px !important;
}

.u-p-14 {
  padding: 14px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-16 {
  padding: 16px !important;
}

.u-p-17 {
  padding: 17px !important;
}

.u-p-18 {
  padding: 18px !important;
}

.u-p-19 {
  padding: 19px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-21 {
  padding: 21px !important;
}

.u-p-22 {
  padding: 22px !important;
}

.u-p-23 {
  padding: 23px !important;
}

.u-p-24 {
  padding: 24px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-26 {
  padding: 26px !important;
}

.u-p-27 {
  padding: 27px !important;
}

.u-p-28 {
  padding: 28px !important;
}

.u-p-29 {
  padding: 29px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-31 {
  padding: 31px !important;
}

.u-p-32 {
  padding: 32px !important;
}

.u-p-33 {
  padding: 33px !important;
}

.u-p-34 {
  padding: 34px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-36 {
  padding: 36px !important;
}

.u-p-37 {
  padding: 37px !important;
}

.u-p-38 {
  padding: 38px !important;
}

.u-p-39 {
  padding: 39px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-41 {
  padding: 41px !important;
}

.u-p-42 {
  padding: 42px !important;
}

.u-p-43 {
  padding: 43px !important;
}

.u-p-44 {
  padding: 44px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-46 {
  padding: 46px !important;
}

.u-p-47 {
  padding: 47px !important;
}

.u-p-48 {
  padding: 48px !important;
}

.u-p-49 {
  padding: 49px !important;
}

.u-p-50 {
  padding: 50px !important;
}

/* padding-top */
.u-pt-1 {
  padding-top: 1px !important;
}

.u-pt-2 {
  padding-top: 2px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-6 {
  padding-top: 6px !important;
}

.u-pt-7 {
  padding-top: 7px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pt-9 {
  padding-top: 9px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-11 {
  padding-top: 11px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pt-13 {
  padding-top: 13px !important;
}

.u-pt-14 {
  padding-top: 14px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pt-17 {
  padding-top: 17px !important;
}

.u-pt-18 {
  padding-top: 18px !important;
}

.u-pt-19 {
  padding-top: 19px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-21 {
  padding-top: 21px !important;
}

.u-pt-22 {
  padding-top: 22px !important;
}

.u-pt-23 {
  padding-top: 23px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-26 {
  padding-top: 26px !important;
}

.u-pt-27 {
  padding-top: 27px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pt-29 {
  padding-top: 29px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-31 {
  padding-top: 31px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pt-33 {
  padding-top: 33px !important;
}

.u-pt-34 {
  padding-top: 34px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-pt-37 {
  padding-top: 37px !important;
}

.u-pt-38 {
  padding-top: 38px !important;
}

.u-pt-39 {
  padding-top: 39px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-41 {
  padding-top: 41px !important;
}

.u-pt-42 {
  padding-top: 42px !important;
}

.u-pt-43 {
  padding-top: 43px !important;
}

.u-pt-44 {
  padding-top: 44px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-46 {
  padding-top: 46px !important;
}

.u-pt-47 {
  padding-top: 47px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pt-49 {
  padding-top: 49px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

/* padding-left */
.u-pl-1 {
  padding-left: 1px !important;
}

.u-pl-2 {
  padding-left: 2px !important;
}

.u-pl-3 {
  padding-left: 3px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-6 {
  padding-left: 6px !important;
}

.u-pl-7 {
  padding-left: 7px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pl-9 {
  padding-left: 9px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-11 {
  padding-left: 11px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-pl-13 {
  padding-left: 13px !important;
}

.u-pl-14 {
  padding-left: 14px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pl-17 {
  padding-left: 17px !important;
}

.u-pl-18 {
  padding-left: 18px !important;
}

.u-pl-19 {
  padding-left: 19px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-21 {
  padding-left: 21px !important;
}

.u-pl-22 {
  padding-left: 22px !important;
}

.u-pl-23 {
  padding-left: 23px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-26 {
  padding-left: 26px !important;
}

.u-pl-27 {
  padding-left: 27px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-pl-29 {
  padding-left: 29px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-31 {
  padding-left: 31px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pl-33 {
  padding-left: 33px !important;
}

.u-pl-34 {
  padding-left: 34px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-pl-37 {
  padding-left: 37px !important;
}

.u-pl-38 {
  padding-left: 38px !important;
}

.u-pl-39 {
  padding-left: 39px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-41 {
  padding-left: 41px !important;
}

.u-pl-42 {
  padding-left: 42px !important;
}

.u-pl-43 {
  padding-left: 43px !important;
}

.u-pl-44 {
  padding-left: 44px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pl-46 {
  padding-left: 46px !important;
}

.u-pl-47 {
  padding-left: 47px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pl-49 {
  padding-left: 49px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

/* padding-right */
.u-pr-1 {
  padding-right: 1px !important;
}

.u-pr-2 {
  padding-right: 2px !important;
}

.u-pr-3 {
  padding-right: 3px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-6 {
  padding-right: 6px !important;
}

.u-pr-7 {
  padding-right: 7px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pr-9 {
  padding-right: 9px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-11 {
  padding-right: 11px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-pr-13 {
  padding-right: 13px !important;
}

.u-pr-14 {
  padding-right: 14px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pr-17 {
  padding-right: 17px !important;
}

.u-pr-18 {
  padding-right: 18px !important;
}

.u-pr-19 {
  padding-right: 19px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-21 {
  padding-right: 21px !important;
}

.u-pr-22 {
  padding-right: 22px !important;
}

.u-pr-23 {
  padding-right: 23px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-26 {
  padding-right: 26px !important;
}

.u-pr-27 {
  padding-right: 27px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-pr-29 {
  padding-right: 29px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-31 {
  padding-right: 31px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pr-33 {
  padding-right: 33px !important;
}

.u-pr-34 {
  padding-right: 34px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-pr-37 {
  padding-right: 37px !important;
}

.u-pr-38 {
  padding-right: 38px !important;
}

.u-pr-39 {
  padding-right: 39px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-41 {
  padding-right: 41px !important;
}

.u-pr-42 {
  padding-right: 42px !important;
}

.u-pr-43 {
  padding-right: 43px !important;
}

.u-pr-44 {
  padding-right: 44px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pr-46 {
  padding-right: 46px !important;
}

.u-pr-47 {
  padding-right: 47px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pr-49 {
  padding-right: 49px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

/* padding-bottom */
.u-pb-1 {
  padding-bottom: 1px !important;
}

.u-pb-2 {
  padding-bottom: 2px !important;
}

.u-pb-3 {
  padding-bottom: 3px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-6 {
  padding-bottom: 6px !important;
}

.u-pb-7 {
  padding-bottom: 7px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pb-9 {
  padding-bottom: 9px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-11 {
  padding-bottom: 11px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pb-13 {
  padding-bottom: 13px !important;
}

.u-pb-14 {
  padding-bottom: 14px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-17 {
  padding-bottom: 17px !important;
}

.u-pb-18 {
  padding-bottom: 18px !important;
}

.u-pb-19 {
  padding-bottom: 19px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-21 {
  padding-bottom: 21px !important;
}

.u-pb-22 {
  padding-bottom: 22px !important;
}

.u-pb-23 {
  padding-bottom: 23px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-26 {
  padding-bottom: 26px !important;
}

.u-pb-27 {
  padding-bottom: 27px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pb-29 {
  padding-bottom: 29px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-31 {
  padding-bottom: 31px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pb-33 {
  padding-bottom: 33px !important;
}

.u-pb-34 {
  padding-bottom: 34px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-pb-37 {
  padding-bottom: 37px !important;
}

.u-pb-38 {
  padding-bottom: 38px !important;
}

.u-pb-39 {
  padding-bottom: 39px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-41 {
  padding-bottom: 41px !important;
}

.u-pb-42 {
  padding-bottom: 42px !important;
}

.u-pb-43 {
  padding-bottom: 43px !important;
}

.u-pb-44 {
  padding-bottom: 44px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-46 {
  padding-bottom: 46px !important;
}

.u-pb-47 {
  padding-bottom: 47px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pb-49 {
  padding-bottom: 49px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

/*==================================
* align
==================================*/
.u-text-top {
  vertical-align: top !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}

/*==================================
* 装飾
==================================*/
.u-none {
  display: none !important;
}

.u-table {
  display: table;
}

.u-table-cell {
  display: table-cell;
  vertical-align: top;
}

/*==================================
* font-size
==================================*/
.u-fs-0 {
  font-size: 0px !important;
}

.u-fs-1 {
  font-size: 1px !important;
}

.u-fs-2 {
  font-size: 2px !important;
}

.u-fs-3 {
  font-size: 3px !important;
}

.u-fs-4 {
  font-size: 4px !important;
}

.u-fs-5 {
  font-size: 5px !important;
}

.u-fs-6 {
  font-size: 6px !important;
}

.u-fs-7 {
  font-size: 7px !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-fs-41 {
  font-size: 41px !important;
}

.u-fs-42 {
  font-size: 42px !important;
}

.u-fs-43 {
  font-size: 43px !important;
}

.u-fs-44 {
  font-size: 44px !important;
}

.u-fs-45 {
  font-size: 45px !important;
}

.u-fs-46 {
  font-size: 46px !important;
}

.u-fs-47 {
  font-size: 47px !important;
}

.u-fs-48 {
  font-size: 48px !important;
}

.u-fs-49 {
  font-size: 49px !important;
}

.u-fs-50 {
  font-size: 50px !important;
}

/*==================================
* color
==================================*/
.u-fc-blue {
  color: #345887 !important;
}

.u-fc-red {
  color: #dc3545 !important;
}

.u-fc-green {
  color: #03967a !important;
}

.u-fc-orange {
  color: #f6aa00 !important;
}

/*==================================
* font-weight
==================================*/
.u-fw-light {
  font-weight: 300 !important;
}

.u-fw-normal {
  font-weight: 400 !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

/*==================================
* Float
==================================*/
.u-float-right {
  float: right !important;
}

.u-float-left {
  float: left !important;
}

.u-float-none {
  float: none !important;
}

.u-clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/*==================================
* 行制限
==================================*/
.u-line-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.u-line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.u-line-clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.u-line-clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.u-line-clamp5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.tradecore {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   初期化
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   テキストボックス、パスワード、テキストエリア
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /** readonlyを回避 */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   非表示
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   スマホパーツ
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   レイアウト
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /**
   *
   * ボーダー
   * 
   * @copyright  2016 Sesh
   * @version  1.0.0
   */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   線
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   上線
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   下線
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   線削除
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /**
   *
   * ボタン
   * 
   * @copyright  2013 Sesh
   * @version  1.0.0
   */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   ボタン
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /** ボタングループ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   アラート
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   吹き出し
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   ボタンチェック
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /**
   *
   * フォント
   * 
   * @copyright  2015 Sesh
   * @version  1.0.0
   */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   色
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   背景色
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   フォント
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* サイズ
  ======================================================== */
  /**
   *
   * フォーム
   * 
   * @copyright  2015 Sesh
   * @version  1.0.0
   */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  検索フォーム
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /**
   * Grid
   */
  /**
   *
   * ラベル
   * 
   * @copyright  2013 Sesh
   * @version  1.0.0
   */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   テキストアイコン（ラベル）
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /**
   *
   * タイトル
   * 
   * @copyright  2013 Sesh
   * @version  1.0.0
   */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   メッセージ
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* 汎用メッセージ
  ======================================================== */
  /**
   *
   * タグ
   * 
   * @copyright  2014 Sesh
   * @version  1.0.0
   */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   タグ
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /**
   * コンテナ
   */
  /**
   *
   * よくある質問
   * 
   * @copyright  2016 Sesh
   * @version  1.0.0
   */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  よくある質問トップ
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /**
   *
   * ブログ
   * 
   * @copyright  2017 Sesh
   * @version  1.0.0
   */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  ブログ一覧
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /**
   * ミニブログ
   */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  求人一覧
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  求人詳細
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  カテゴリ
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  料理一覧（一覧）
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  料理一覧（カタログ）
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  料理一覧（Grid）
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  料理詳細
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
}
.tradecore textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  padding: 5px 3px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}
.tradecore select {
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.tradecore input, .tradecore select {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tradecore input[type=checkbox],
.tradecore input[type=radio],
.tradecore input[type=checkbox] + label,
.tradecore input[type=radio] + label {
  cursor: pointer;
}
.tradecore input[type=text],
.tradecore input[type=email],
.tradecore input[type=password],
.tradecore input[type=tel],
.tradecore input[type=number],
.tradecore input[type=search],
.tradecore textarea,
.tradecore select {
  display: inline-block;
  border-radius: 0;
  padding: 5px 6px;
  font-size: 16px;
  /* line-height: 1.3; */
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.tradecore input[type=text]:focus,
.tradecore input[type=email]:focus,
.tradecore input[type=password]:focus,
.tradecore input[type=tel]:focus,
.tradecore input[type=number]:focus,
.tradecore input[type=search]:focus,
.tradecore textarea:focus,
.tradecore select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tradecore input[type=text]::-webkit-input-placeholder,
.tradecore input[type=email]::-webkit-input-placeholder,
.tradecore input[type=password]::-webkit-input-placeholder,
.tradecore input[type=tel]::-webkit-input-placeholder,
.tradecore input[type=number]::-webkit-input-placeholder,
.tradecore input[type=search]::-webkit-input-placeholder,
.tradecore textarea::-webkit-input-placeholder,
.tradecore select::-webkit-input-placeholder {
  color: #777;
}
.tradecore input[type=text][disabled], .tradecore input[type=text][readonly],
.tradecore input[type=email][disabled],
.tradecore input[type=email][readonly],
.tradecore input[type=password][disabled],
.tradecore input[type=password][readonly],
.tradecore input[type=tel][disabled],
.tradecore input[type=tel][readonly],
.tradecore input[type=number][disabled],
.tradecore input[type=number][readonly],
.tradecore input[type=search][disabled],
.tradecore input[type=search][readonly],
.tradecore textarea[disabled],
.tradecore textarea[readonly],
.tradecore select[disabled],
.tradecore select[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.tradecore input[type=text][disabled],
.tradecore input[type=email][disabled],
.tradecore input[type=password][disabled],
.tradecore input[type=tel][disabled],
.tradecore input[type=number][disabled],
.tradecore input[type=search][disabled],
.tradecore textarea[disabled],
.tradecore select[disabled] {
  background-color: #eee !important;
}
@media only screen and (max-width: 768px) {
  .tradecore input[type=text],
  .tradecore input[type=email],
  .tradecore input[type=password],
  .tradecore input[type=tel],
  .tradecore input[type=number],
  .tradecore input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .tradecore input[type=button],
  .tradecore input[type=submit] {
    border-radius: 0;
  }
}
.tradecore input[type=text][readonly].datepicker {
  cursor: pointer;
  background-color: #fff;
}
.tradecore input.error,
.tradecore textarea.error,
.tradecore select.error {
  border-color: #A10800;
}
.tradecore input + .error,
.tradecore textarea + .error,
.tradecore select + .error {
  color: #A10800;
  margin: 5px 0 0 5px;
  display: inline-block;
}
.tradecore .nec, .tradecore .noChk {
  background-color: #FFE6F2 !important;
}
.tradecore .pointer {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .tradecore .hidden-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .tradecore .hidden-pc {
    display: none !important;
  }
}
.tradecore .tc-sp--block {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .tradecore .tc-sp--block {
    display: block;
    margin: 0 0 5px 0 !important;
  }
  .tradecore .tc-sp--block input[type=text] {
    width: 100% !important;
  }
}
.tradecore.tc-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .tradecore.tc-main {
    max-width: 1080px;
    margin: 0 auto 30px auto;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .tradecore.tc-main h2.tit, .tradecore.tc-main h3.tit {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.tradecore .bd {
  border: 1px solid #CCCCCC;
}
.tradecore .bd__top {
  border-top: 1px solid #CCCCCC;
}
.tradecore .bd__btm {
  border-bottom: 1px solid #CCCCCC;
}
.tradecore .bd__btm-dot {
  border-bottom: 1px dotted #CCCCCC;
}
.tradecore .bd__none {
  border: none !important;
}
.tradecore .bd__top-none {
  border-top: none !important;
}
.tradecore .bd__btm-none {
  border-bottom: none !important;
}
.tradecore .tc-btn-box {
  margin: 0 auto 30px auto;
  text-align: center;
}
.tradecore .tc-btn-box.fix {
  width: 100%;
  position: fixed;
  bottom: 0;
  margin: 0 auto 0 auto;
  padding: 5px 0;
  background: rgba(51, 51, 51, 0.65);
}
.tradecore .tc-btn {
  width: 70%;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  color: #555555;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(#ffffff, #e6e6e6);
  border: 1px #b4b4b4 solid;
  /* 小さいボタン */
  /* 大きいボタン */
  /* 青 */
  /* グレー */
  /* オレンジ */
  /* 赤 */
}
.tradecore .tc-btn:hover {
  background: #efefef;
}
.tradecore .tc-btn.disabled {
  background: #efefef;
  border: 1px #b4b4b4 solid;
  color: #505050 !important;
  text-shadow: 1px 1px 1px #FFFFFF;
  cursor: not-allowed;
}
.tradecore .tc-btn.tc-btn--sm {
  width: auto;
  padding: 2px 10px;
  font-weight: normal;
  font-size: 12px;
}
.tradecore .tc-btn.tc-btn--lg {
  width: 80%;
  padding: 10px;
  font-weight: normal;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .tradecore .tc-btn {
    width: auto;
    padding: 10px 20px;
    font-size: 18px;
  }
  .tradecore .tc-btn.tc-btn--sm {
    width: auto;
    min-width: 60px;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 10px;
  }
  .tradecore .tc-btn.tc-btn--lg {
    width: auto;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: bold;
  }
}
.tradecore .tc-btn.tc-btn--blue {
  color: #FFFFFF;
  background: #4190D2;
  background: -webkit-gradient(linear, left top, left bottom, from(#4190D2), to(#207CCA));
  background: linear-gradient(#4190D2, #207CCA);
  -webkit-box-shadow: 0 1px 0 #b9c3e4 inset, 0 2px 2px #ddd;
          box-shadow: 0 1px 0 #b9c3e4 inset, 0 2px 2px #ddd;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
  border: 1px #207CCA solid;
}
.tradecore .tc-btn.tc-btn--blue:hover {
  background: #207CCA;
}
.tradecore .tc-btn.tc-btn--gray {
  color: #555555;
  border: 1px solid #b4b4b4;
  border-bottom: 1px solid #878787;
  text-shadow: 0px 1px 0px #d6d6d6;
  background: #afafaf;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#afafaf));
  background: linear-gradient(#d1d1d1, #afafaf);
}
.tradecore .tc-btn.tc-btn--gray:hover {
  background: #afafaf;
}
.tradecore .tc-btn.tc-btn--orange {
  background: #FF8800;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));
  background: linear-gradient(#FFAA33, #FF8800);
  border: 1px #F27300 solid;
  color: #FFF;
  -webkit-box-shadow: 0 1px 0 #f3f3f3 inset, 0 2px 2px #ddd;
          box-shadow: 0 1px 0 #f3f3f3 inset, 0 2px 2px #ddd;
  text-shadow: 1px 2px 3px #C45C00;
}
.tradecore .tc-btn.tc-btn--orange:hover {
  background: #FF8800;
}
.tradecore .tc-btn.tc-btn--red {
  background: #972024;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb6452), to(#972024));
  background: linear-gradient(#eb6452, #972024);
  border: 1px #972024 solid;
  color: #FFF !important;
  -webkit-box-shadow: 0 1px 0 #f3f3f3 inset, 0 2px 2px #ddd;
          box-shadow: 0 1px 0 #f3f3f3 inset, 0 2px 2px #ddd;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}
.tradecore .tc-btn.tc-btn--red:hover {
  background: #972024;
}
.tradecore .tc-btn-group {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
.tradecore .tc-btn-group:before, .tradecore .tc-btn-group:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.tradecore .tc-btn-group:after {
  clear: both;
}
.tradecore .tc-btn-group .tc-btn {
  padding: 2px 10px;
  margin: 0 0 0 -1px;
  display: inline-block;
  position: relative;
  float: left;
  border-radius: 0;
  text-decoration: none;
  text-shadow: 1px 1px 1px #FFFFFF;
  cursor: pointer;
  text-align: center;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(3%, #fbfbfb), color-stop(48%, #f0f0f0), color-stop(52%, #ebebeb), to(#e6e6e6));
  background: linear-gradient(#ffffff, #fbfbfb 3%, #f0f0f0 48%, #ebebeb 52%, #e6e6e6);
  border: 1px #b4b4b4 solid;
  color: #505050;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tradecore .tc-btn-group .tc-btn:first-child {
  margin: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tradecore .tc-btn-group .tc-btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tradecore .tc-btn-group .tc-btn:hover {
  background: #efefef;
}
.tradecore .tc-btn-group .tc-btn.active {
  color: #FFF;
  background: #006699;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}
.tradecore .tc-btn-group .tc-btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .tradecore {
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //   ナビゲーション
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //   フッター固定ナビゲーション
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //   スクロールメニュー
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //   タブ
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //   一覧
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    /* 標準、リンクリスト、アイコン付リンクリスト
    ======================================================== */
    /* チェックリスト
    ======================================================== */
    /* リンクリスト
    ======================================================== */
    /* リンクリスト（幅50%）
    ======================================================== */
    /* 画像付リンクリスト
    ======================================================== */
    /* ウィンドウ型画像リスト
    ======================================================== */
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //   もっと見る
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //   画像スライド
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //   モーダル
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //   スライドメニュー
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  }
  .tradecore .inner {
    margin: 0 8px 20px 8px;
  }
  .tradecore ul.nav {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    display: -webkit-box;
  }
  .tradecore ul.nav.col-2 li {
    width: 50%;
  }
  .tradecore ul.nav.col-3 li {
    width: 33.333%;
  }
  .tradecore ul.nav.col-4 li {
    width: 25%;
  }
  .tradecore ul.nav li {
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-box-flex: 1;
  }
  .tradecore ul.nav li a {
    width: auto;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 -1px 0px #333, 0 1px 0px #555;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), color-stop(50%, #666), to(#777));
    background: linear-gradient(#888, #666 50%, #777);
    border-left: 1px solid #444;
    -webkit-box-shadow: 1px 0px 0px rgba(225, 225, 225, 0.3) inset, -1px 0px 0px rgba(225, 225, 225, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
            box-shadow: 1px 0px 0px rgba(225, 225, 225, 0.3) inset, -1px 0px 0px rgba(225, 225, 225, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
  }
  .tradecore ul.nav li.active a, .tradecore ul.nav li a:hover {
    background: #555;
    background: -webkit-gradient(linear, left top, left bottom, from(#555), color-stop(50%, #333), to(#444));
    background: linear-gradient(#555, #333 50%, #444);
    -webkit-box-shadow: 1px 0px 0px rgba(225, 225, 225, 0) inset, -1px 0px 0px rgba(225, 225, 225, 0) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
            box-shadow: 1px 0px 0px rgba(225, 225, 225, 0) inset, -1px 0px 0px rgba(225, 225, 225, 0) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
  }
  .tradecore ul.nav li:first-child > a {
    border-radius: 5px 0 0 5px;
    border-left: 0;
    -webkit-box-shadow: -1px 0px 0px rgba(225, 225, 225, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
            box-shadow: -1px 0px 0px rgba(225, 225, 225, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
  }
  .tradecore ul.nav li:last-child a {
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 1px 0px 0px rgba(225, 225, 225, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
            box-shadow: 1px 0px 0px rgba(225, 225, 225, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
  }
  .tradecore div.footerNav {
    clear: both;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
  }
  .tradecore div.footerNav.static {
    position: static;
  }
  .tradecore div.footerNav ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
  }
  .tradecore div.footerNav ul.col-3 li {
    width: 33.333%;
  }
  .tradecore div.footerNav ul li {
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), color-stop(50%, #666), to(#777));
    background: linear-gradient(#888, #666 50%, #777);
    -webkit-box-flex: 1;
    border-left: 1px solid #444;
    -webkit-box-shadow: 1px 0px 0px rgba(225, 225, 225, 0) inset, -1px 0px 0px rgba(225, 225, 225, 0) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
            box-shadow: 1px 0px 0px rgba(225, 225, 225, 0) inset, -1px 0px 0px rgba(225, 225, 225, 0) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
  }
  .tradecore div.footerNav ul li a {
    display: block;
    padding: 2px 0 2px 0;
    text-align: center;
    color: #FFF;
    font-size: 12px;
  }
  .tradecore div.footerNav ul li a i {
    font-size: 22px;
    margin: 0 0 2px 0;
  }
  .tradecore div.footerNav ul li:first-child > a {
    border-left: 0;
    -webkit-box-shadow: -1px 0px 0px rgba(225, 225, 225, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
            box-shadow: -1px 0px 0px rgba(225, 225, 225, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
  }
  .tradecore div.footerNav ul li:last-child > a {
    -webkit-box-shadow: 1px 0px 0px rgba(225, 225, 225, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
            box-shadow: 1px 0px 0px rgba(225, 225, 225, 0.3) inset, 0px 1px 1px rgba(0, 0, 0, 0.1) inset, 0px -1px 1px rgba(0, 0, 0, 0.3) inset, 0px 1px 3px #666;
  }
  .tradecore div.scroll-menu {
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), to(#ccc));
    background: linear-gradient(#fff 25%, #ccc);
  }
  .tradecore div.scroll-menu ul {
    height: 2.5em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 1px 0 #fff;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    display: table;
  }
  .tradecore div.scroll-menu ul li {
    display: table-cell;
    white-space: nowrap;
    border-right: solid 1px #fff;
    border-left: solid 1px #999;
  }
  .tradecore div.scroll-menu ul li.active {
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ccc), to(#fff));
    background: linear-gradient(#ccc 10%, #fff);
  }
  .tradecore div.scroll-menu ul li a {
    position: relative;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #333;
    text-decoration: none;
  }
  .tradecore div.scroll-menu ul li:first-child {
    border-left: none;
  }
  .tradecore .tab-box {
    border-radius: 10px;
    border: solid 1px #ccc;
  }
  .tradecore .tab-box.col-2 .tab {
    width: 50%;
  }
  .tradecore .tab-box.col-3 .tab {
    width: 33%;
  }
  .tradecore .tab-box.col-3 .tab:last-child {
    width: 34%;
    float: right;
  }
  .tradecore .tab-box.col-4 .tab {
    width: 25%;
  }
  .tradecore .tab-box .tab-ctrl {
    zoom: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: solid 4px #388BBE;
  }
  .tradecore .tab-box .tab-ctrl:before, .tradecore .tab-box .tab-ctrl:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .tradecore .tab-box .tab-ctrl:after {
    clear: both;
  }
  .tradecore .tab-box .tab-ctrl .tab {
    float: left;
    display: inline-block;
  }
  .tradecore .tab-box .tab-ctrl .tab a {
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
    background: linear-gradient(#ffffff, #dfdfdf);
    border-right: solid 1px #ddd;
    border-left: solid 1px #fff;
  }
  .tradecore .tab-box .tab-ctrl .tab.active a {
    background: #388BBE;
    color: #fff;
  }
  .tradecore .tab-box .tab-ctrl .tab.disabled a {
    background: #ccc;
  }
  .tradecore .tab-box .tab-ctrl .tab:first-child a {
    border-top-left-radius: 10px;
    border-left: none;
  }
  .tradecore .tab-box .tab-ctrl .tab:last-child a {
    border-top-right-radius: 10px;
    border-right: none;
  }
  .tradecore .tab-box .tab-contents .contents {
    display: none;
  }
  .tradecore .tab-box .tab-contents .contents.active {
    display: block;
  }
  .tradecore .tab-box .tab-contents .contents .checkList {
    border-top: none;
    border-bottom: none;
  }
  .tradecore .tab-box .tab-contents .contents .linkList li,
  .tradecore .tab-box .tab-contents .contents .checkList li {
    border-left: none;
    border-right: none;
  }
  .tradecore .tab-box .tab-contents .contents .linkList li:first-child,
  .tradecore .tab-box .tab-contents .contents .checkList li:first-child {
    border-top: none;
  }
  .tradecore .tab-box .tab-contents .contents .linkList li:last-child,
  .tradecore .tab-box .tab-contents .contents .checkList li:last-child {
    border-bottom: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .tradecore ul.list,
  .tradecore ul.linkList {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .tradecore ul.list.round,
  .tradecore ul.linkList.round {
    width: 96%;
    margin: 0 auto;
  }
  .tradecore ul.list.round li:first-child,
  .tradecore ul.linkList.round li:first-child {
    border-top: 1px solid #dddddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .tradecore ul.list.round li:last-child,
  .tradecore ul.linkList.round li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .tradecore ul.list li,
  .tradecore ul.linkList li {
    list-style: none;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 15px 15px;
    background-color: #FFF;
  }
  .tradecore ul.list li.active,
  .tradecore ul.linkList li.active {
    background-color: #FFFFCC;
  }
  .tradecore ul.list li a,
  .tradecore ul.linkList li a {
    text-decoration: none;
    display: block;
  }
  .tradecore ul.list li:first-child,
  .tradecore ul.linkList li:first-child {
    border-top: 1px solid #dddddd;
  }
  .tradecore ul.list li.footer,
  .tradecore ul.linkList li.footer {
    background-color: #e6e6e6;
    text-align: center;
    margin: 0;
  }
  .tradecore ul.checkList {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    zoom: 1;
  }
  .tradecore ul.checkList li {
    width: 50%;
    list-style: none;
    background-color: #FFF;
    float: left;
    display: inline-block;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  .tradecore ul.checkList li.active {
    background-color: #FFFFCC;
  }
  .tradecore ul.checkList li.footer {
    width: 100%;
    background-color: #e6e6e6;
    text-align: center;
    margin: 0;
  }
  .tradecore ul.checkList li:nth-of-type(odd) {
    border-left: 1px solid #dddddd;
  }
  .tradecore ul.checkList li:nth-last-of-type(1), .tradecore ul.checkList li:nth-of-type(odd):nth-last-of-type(2):not(.full) {
    border-bottom: 0;
  }
  .tradecore ul.checkList li.full {
    width: 100%;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .tradecore ul.checkList li.full:nth-last-of-type(1) {
    border-bottom: 0 !important;
  }
  .tradecore ul.checkList li .checkbox {
    display: table;
  }
  .tradecore ul.checkList li .checkbox .check, .tradecore ul.checkList li .checkbox .name {
    height: 3em;
    padding: 0 0.5em;
    display: table-cell;
    vertical-align: middle;
  }
  .tradecore ul.checkList li .checkbox .check {
    width: 1em;
  }
  .tradecore ul.checkList li .checkbox .name {
    font-size: 14px;
  }
  .tradecore ul.checkList:before, .tradecore ul.checkList:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .tradecore ul.checkList:after {
    clear: both;
  }
  .tradecore ul.linkList li {
    padding: 0;
  }
  .tradecore ul.linkList li a {
    padding: 15px 15px;
    text-decoration: none;
    display: block;
    position: relative;
    color: #333;
    /* リンクリスト（矢印） */
    /* リンクリスト（バッチ） */
  }
  .tradecore ul.linkList li a.arrow {
    padding: 15px 20px 15px 15px;
  }
  .tradecore ul.linkList li a.arrow:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    content: "";
  }
  .tradecore ul.linkList li a.badge > span {
    display: block;
    float: right;
    min-width: 10px;
    padding: 3px 7px 3px 7px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
  }
  .tradecore ul.linkHalfList {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    zoom: 1;
  }
  .tradecore ul.linkHalfList li {
    width: 50%;
    list-style: none;
    background-color: #FFF;
    float: left;
    display: inline-block;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tradecore ul.linkHalfList li.active {
    background-color: #FFFFCC;
  }
  .tradecore ul.linkHalfList li.footer {
    width: 100%;
    background-color: #e6e6e6;
    text-align: center;
    margin: 0;
  }
  .tradecore ul.linkHalfList li:nth-of-type(odd) {
    border-left: 1px solid #dddddd;
  }
  .tradecore ul.linkHalfList li:nth-last-of-type(1), .tradecore ul.linkHalfList li:nth-of-type(odd):nth-last-of-type(2):not(.full) {
    border-bottom: 0;
  }
  .tradecore ul.linkHalfList li a {
    padding: 15px 15px;
    text-decoration: none;
    display: block;
    position: relative;
    color: #333;
    /* リンクリスト（矢印） */
  }
  .tradecore ul.linkHalfList li a.arrow {
    padding: 15px 20px 15px 15px;
  }
  .tradecore ul.linkHalfList li a.arrow:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    content: "";
  }
  .tradecore ul.linkHalfList:before, .tradecore ul.linkHalfList:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .tradecore ul.linkHalfList:after {
    clear: both;
  }
  .tradecore div.imgList > .table,
  .tradecore div.chkImgList > .table {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-bottom: solid 1px #CCCCCC;
  }
  .tradecore div.imgList > .table:first-child,
  .tradecore div.chkImgList > .table:first-child {
    border-top: solid 1px #CCCCCC;
  }
  .tradecore div.imgList > .table a,
  .tradecore div.chkImgList > .table a {
    width: 100%;
    display: table-cell;
    padding: 5px 0 5px 0;
    text-decoration: none;
    color: #333;
    position: relative;
  }
  .tradecore div.imgList > .table a:after,
  .tradecore div.chkImgList > .table a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    content: "";
  }
  .tradecore div.imgList > .table a span.imgBox,
  .tradecore div.chkImgList > .table a span.imgBox {
    width: 100px;
    padding: 5px;
    display: table-cell;
  }
  .tradecore div.imgList > .table a span.itemBox,
  .tradecore div.chkImgList > .table a span.itemBox {
    width: 100%;
    height: auto;
    padding: 5px 20px 5px 5px;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
  }
  .tradecore div.imgList > .table a span.row,
  .tradecore div.chkImgList > .table a span.row {
    display: block;
  }
  .tradecore div.imgList > .table a span.row span,
  .tradecore div.chkImgList > .table a span.row span {
    vertical-align: middle;
  }
  .tradecore div.imgList > .table a span.col,
  .tradecore div.chkImgList > .table a span.col {
    display: table-cell;
  }
  .tradecore div.imgList > .table a span.title,
  .tradecore div.chkImgList > .table a span.title {
    color: #388BBE;
  }
  .tradecore div.chkImgList > .table .chkBox {
    width: 25px;
    height: auto;
    display: table-cell;
    background-color: #EFEFEF;
    text-align: center;
    vertical-align: middle;
  }
  .tradecore div.chkImgList > .table .chkBox.active {
    background-color: #FFFFCC;
  }
  .tradecore ul.winList {
    border-top: solid 1px #ccc;
    zoom: 1;
  }
  .tradecore ul.winList:before, .tradecore ul.winList:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .tradecore ul.winList:after {
    clear: both;
  }
  .tradecore ul.winList li {
    float: left;
  }
  .tradecore ul.winList li .winInner {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .tradecore ul.winList li {
    width: 50%;
  }
  .tradecore ul.winList li:nth-of-type(2n+1) {
    clear: both;
  }
  .tradecore ul.winList li:nth-of-type(2n+1) .winInner {
    border-left: none;
  }
  .tradecore ul.winList li:last-child:not(:nth-of-type(2n)) .winInner {
    border-right: solid 1px #ccc;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) and (max-width: 640px) {
  .tradecore ul.winList li {
    width: 33.333%;
  }
  .tradecore ul.winList li:nth-of-type(3n+1) {
    clear: both;
  }
  .tradecore ul.winList li:nth-of-type(3n+1) .winInner {
    border-left: none;
  }
  .tradecore ul.winList li:last-child:not(:nth-of-type(3n)) .winInner {
    border-right: solid 1px #ccc;
  }
}
@media only screen and (max-width: 768px) and (min-width: 641px) and (max-width: 800px) {
  .tradecore ul.winList li {
    width: 25%;
  }
  .tradecore ul.winList li:nth-of-type(4n+1) {
    clear: both;
  }
  .tradecore ul.winList li:nth-of-type(4n+1) .winInner {
    border-left: none;
  }
  .tradecore ul.winList li:last-child:not(:nth-of-type(4n)) .winInner {
    border-right: solid 1px #ccc;
  }
}
@media only screen and (max-width: 768px) and (min-width: 801px) {
  .tradecore ul.winList li {
    width: 20%;
  }
  .tradecore ul.winList li:nth-of-type(5n+1) {
    clear: both;
  }
  .tradecore ul.winList li:nth-of-type(5n+1) .winInner {
    border-left: none;
  }
  .tradecore ul.winList li:last-child:not(:nth-of-type(5n)) .winInner {
    border-right: solid 1px #ccc;
  }
}
@media only screen and (max-width: 768px) {
  .tradecore ul.winList li .winImg {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .tradecore ul.winList li .winImg img {
    width: 100%;
  }
  .tradecore div.moreListBox {
    background: -webkit-gradient(linear, left top, left bottom, from(#dedede), color-stop(3%, #ffffff), color-stop(5%, #e6e6e6), color-stop(95%, #e6e6e6), color-stop(97%, #ffffff), to(#dedede));
    background: linear-gradient(#dedede, #ffffff 3%, #e6e6e6 5%, #e6e6e6 95%, #ffffff 97%, #dedede);
    border-top: 1px #c8c8c8 solid;
    border-bottom: 1px #c8c8c8 solid;
    height: 45px;
    padding: 5px 0 0 0;
    -webkit-box-shadow: none;
    text-align: center;
  }
  .tradecore div.moreListBox a {
    width: 80%;
    display: inline-block;
    margin: 0 auto 10px auto;
    padding: 7px 0 5px 0;
    -webkit-appearance: none;
    -webkit-border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
    background: linear-gradient(#ffffff, #ebebeb);
    border: solid 1px #cccccc;
    color: #505050;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-align: center;
  }
  .tradecore div.moreListBox img {
    display: none;
    margin: 8px 0 0 0;
  }
  .tradecore .image-slide-wrapper {
    background-color: #555;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  .tradecore .image-slide-wrapper .image-slide {
    margin: 10px 0 10px 5px;
  }
  .tradecore .image-slide-wrapper .image-slide .image-box {
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 8px;
    font-size: 12px;
    background-color: #fff;
  }
  .tradecore .image-slide-wrapper .image-slide .image-box a {
    color: #333;
  }
  .tradecore .image-slide-wrapper .image-slide .image-box .no {
    text-align: center;
    margin: 0 0 5px 0;
  }
  .tradecore .image-slide-wrapper .image-slide .image-box .image {
    margin: 0 0 5px 0;
    text-align: center;
  }
  .tradecore .image-slide-wrapper .image-slide .image-box .type {
    text-align: center;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  .tradecore .image-slide-wrapper .image-slide .image-box .caption {
    height: 30px;
  }
  .tradecore .image-slide-wrapper .image-slide .image-box .search {
    text-align: right;
  }
  .tradecore .modal {
    display: none;
    position: absolute;
    width: 90%;
    z-index: 9999;
  }
  .tradecore .modal .modal-inner {
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #CCC;
    background-color: #fff;
  }
  .tradecore .modal .modal-inner .title {
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
  }
  .tradecore .modal .modal-inner .image {
    margin: 0 0 20px 0;
  }
  .tradecore .modal .modal-inner .btn {
    width: 100%;
  }
  .tradecore .modal-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    background: rgb(0, 0, 0);
  }
  .tradecore .slide-menu {
    width: 250px;
    background: #f8f8f8;
    -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    position: fixed;
    top: 0;
    left: -250px;
    z-index: 9999;
  }
  .tradecore .slide-menu.open {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
        transform: translateX(250px);
  }
  .tradecore .slide-menu .slide-menu-inner {
    padding: 0 0 20px 0;
    overflow-y: scroll;
  }
  .tradecore .slide-menu h3 {
    padding: 10px 10px;
    -webkit-appearance: none;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
    background: linear-gradient(#ffffff, #dfdfdf);
    color: #606060;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-size: 16px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .tradecore .slide-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dfdfdf;
  }
  .tradecore .slide-menu ul li {
    list-style: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
  }
  .tradecore .slide-menu ul li a {
    text-decoration: none;
    display: block;
    padding: 12px 15px;
    position: relative;
    color: #333;
    font-size: 14px;
    /* リンクリスト（矢印） */
  }
  .tradecore .slide-menu ul li a.arrow:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    content: "";
  }
  .tradecore .slide-menu-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 9998;
    opacity: 0;
    display: none;
    background: rgb(0, 0, 0);
  }
}
@media only screen and (min-width: 768px) {
  .tradecore .slide-menu,
  .tradecore .slide-menu-overlay {
    display: none;
  }
}
.tradecore .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.tradecore .alert .link {
  font-weight: bold;
}
.tradecore .alert p {
  margin-bottom: 0;
}
.tradecore .alert p + p {
  margin-top: 5px;
}
.tradecore .alert.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.tradecore .alert.success .link {
  color: #2b542c;
}
.tradecore .alert.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.tradecore .alert.info .link {
  color: #245269;
}
.tradecore .alert.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.tradecore .alert.warning .link {
  color: #66512c;
}
.tradecore .alert.danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.tradecore .alert.danger .link {
  color: #843534;
}
.tradecore div.tip-left,
.tradecore div.tip-right,
.tradecore div.tip-left-up,
.tradecore div.tip-right-up {
  display: block;
  outline: none;
  position: relative;
}
.tradecore div.tip-left div.box,
.tradecore div.tip-right div.box,
.tradecore div.tip-left-up div.box,
.tradecore div.tip-right-up div.box {
  width: auto;
  padding: 3px 5px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #3e84b5;
}
.tradecore div.tip-left div.box:before, .tradecore div.tip-left div.box:after,
.tradecore div.tip-right div.box:before,
.tradecore div.tip-right div.box:after,
.tradecore div.tip-left-up div.box:before,
.tradecore div.tip-left-up div.box:after,
.tradecore div.tip-right-up div.box:before,
.tradecore div.tip-right-up div.box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.tradecore div.tip-left {
  margin: 0 2px 0 10px;
}
.tradecore div.tip-left div.box:before {
  top: 5px;
  left: -4px;
  margin-left: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3e84b5;
}
.tradecore div.tip-left div.box:after {
  top: 5px;
  left: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 1px;
  border-right: 4px solid #fff;
}
.tradecore div.tip-right {
  margin: 0 10px 0 2px;
}
.tradecore div.tip-right div.box:before {
  top: 5px;
  right: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3e84b5;
}
.tradecore div.tip-right div.box:after {
  top: 5px;
  right: -3px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
}
.tradecore div.tip-left-up {
  margin: 0;
}
.tradecore div.tip-left-up div.box {
  margin: 0;
}
.tradecore div.tip-left-up div.box:before {
  top: -18px;
  left: 10px;
  border: 9px solid transparent;
  border-bottom: 9px solid #3e84b5;
}
.tradecore div.tip-left-up div.box:after {
  top: -17px;
  left: 10px;
  border: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
.tradecore div.tip-right-up {
  margin: 0;
}
.tradecore div.tip-right-up div.box {
  margin: 0;
}
.tradecore div.tip-right-up div.box:before {
  top: -18px;
  right: 10px;
  border: 9px solid transparent;
  border-bottom: 9px solid #3e84b5;
}
.tradecore div.tip-right-up div.box:after {
  top: -17px;
  right: 10px;
  border: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
.tradecore .btn-check input[type=checkbox] {
  display: none;
}
.tradecore .btn-check input[type=checkbox]:checked + label {
  border-color: #A10800;
  color: #A10800;
}
.tradecore .btn-check input[type=checkbox]:checked + label ._selected {
  display: block;
}
.tradecore .btn-check input[type=checkbox]:checked + label ._not_select {
  display: none;
}
.tradecore .btn-check input[type=checkbox]:not(:checked) + label ._selected {
  display: none;
}
.tradecore .btn-check input[type=checkbox]:not(:checked) + label ._not_select {
  display: block;
}
.tradecore .btn-check label {
  display: inline-block;
  padding: 5px 10px;
  background-color: #efefef;
  border: solid 1px #333;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.tradecore .btn-check label:hover {
  border-color: #A10800;
  color: #A10800;
}
.tradecore .black {
  color: #000000 !important;
}
.tradecore .red {
  color: #A10800 !important;
}
.tradecore .orange {
  color: #FF6600;
}
.tradecore .yellow {
  color: yellow;
}
.tradecore .skyblue {
  color: #0085cd !important;
}
.tradecore .gray {
  color: #666666;
}
.tradecore .silver {
  color: #AAAAAA;
}
.tradecore .green {
  color: #393;
}
.tradecore .aqua {
  color: #0F8ECF;
}
.tradecore .bg__gray {
  background-color: #f0f0f0 !important;
}
.tradecore .bg__white {
  background-color: #ffffff !important;
}
.tradecore .bg__yellow {
  background-color: #ffffcc !important;
}
.tradecore .bg__dark {
  background-color: #dddddd !important;
}
.tradecore .bold {
  font-weight: bold;
}
.tradecore .line {
  text-decoration: line-through;
}
.tradecore .fs10 {
  font-size: 10px !important;
}
.tradecore .fs11 {
  font-size: 11px !important;
}
.tradecore .fs12 {
  font-size: 12px !important;
}
.tradecore .fs13 {
  font-size: 13px !important;
}
.tradecore .fs14 {
  font-size: 14px !important;
}
.tradecore .fs15 {
  font-size: 15px !important;
}
.tradecore .fs16 {
  font-size: 16px !important;
}
.tradecore .fs17 {
  font-size: 17px !important;
}
.tradecore .fs18 {
  font-size: 18px !important;
}
.tradecore .fs19 {
  font-size: 19px !important;
}
.tradecore .fs20 {
  font-size: 20px !important;
}
.tradecore .fs21 {
  font-size: 21px !important;
}
.tradecore .fs22 {
  font-size: 22px !important;
}
.tradecore .fs23 {
  font-size: 23px !important;
}
.tradecore .fs24 {
  font-size: 24px !important;
}
.tradecore .fs25 {
  font-size: 25px !important;
}
.tradecore .fs26 {
  font-size: 26px !important;
}
.tradecore .fs27 {
  font-size: 27px !important;
}
.tradecore .fs28 {
  font-size: 28px !important;
}
.tradecore .fs29 {
  font-size: 29px !important;
}
.tradecore .fs30 {
  font-size: 30px !important;
}
.tradecore .tc-form {
  margin: 0 0 30px 0;
}
.tradecore .tc-form .formGroup {
  margin: 0 0 10px 0;
}
.tradecore .tc-form h3 {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.tradecore .tc-form dt {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}
.tradecore .tc-form dd {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: #ddd dotted 1px;
}
.tradecore .tc-form dt span.must {
  margin: 0 0 0 10px;
  padding: 0 2px 0 2px;
  display: inline-block;
  border-radius: 2px;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 1.4em;
  border: 1px #e71f19 solid;
  color: #e71f19;
}
@media only screen and (min-width: 768px) {
  .tradecore .tc-form dl {
    width: 100%;
    display: table;
    margin: 0 0 15px 0;
  }
  .tradecore .tc-form dl dt, .tradecore .tc-form dl dd {
    display: table-cell;
  }
  .tradecore .tc-form dl dt {
    width: 220px;
    border-bottom: #ddd dotted 1px;
  }
  .tradecore .tc-form dl dd {
    width: auto;
  }
}
.tradecore .tc-search-form {
  width: 100%;
  padding: 15px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
  /** ワード検索 */
}
.tradecore .tc-search-form .tc-search-form__main {
  margin-bottom: 15px;
}
.tradecore .tc-search-form .tc-search-form__main select {
  width: 100%;
  margin-bottom: 15px;
}
.tradecore .tc-search-form .tc-search-form__tools {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .tradecore .tc-search-form {
    display: table;
  }
  .tradecore .tc-search-form .tc-search-form__main {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    width: 70%;
  }
  .tradecore .tc-search-form .tc-search-form__main select {
    width: auto;
    margin-bottom: 0;
  }
  .tradecore .tc-search-form .tc-search-form__tools {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
  }
}
.tradecore .tc-search-form .tc-search-form__word-box {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .tradecore .tc-search-form .tc-search-form__word-box {
    width: 300px;
  }
}
.tradecore .tc-search-form .tc-search-form__word-box .tc-search-form__search-word {
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 4px 90px 5px 30px;
  background-color: #fff;
}
.tradecore .tc-search-form .tc-search-form__word-box .tc-search-form__search-word i {
  margin: 0 0 0 -22px;
  font-size: 14px;
  color: #aaa;
  vertical-align: middle;
}
.tradecore .tc-search-form .tc-search-form__word-box .tc-search-form__search-word input {
  width: 100%;
  height: 21px;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}
.tradecore .tc-search-form .tc-search-form__word-box .tc-search-form__search-btn button {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  border: none;
  border-radius: 0 3px 3px 0;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  border-left: 1px #ccc solid;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e6e6e6));
  background: linear-gradient(#fafafa, #e6e6e6);
}
.tradecore .tc-search-form .tc-search-form__view a {
  color: #ccc;
  padding-left: 15px;
}
.tradecore .tc-search-form .tc-search-form__view a.__active {
  color: #333;
}
.tradecore .tc-search-form .tc-search-form__view i {
  font-size: 24px;
  vertical-align: middle;
}
.tradecore .tc-grid {
  display: block;
  width: 100%;
}
.tradecore .tc-grid .col-1, .tradecore .tc-grid .col-2, .tradecore .tc-grid .col-3, .tradecore .tc-grid .col-4, .tradecore .tc-grid .col-5, .tradecore .tc-grid .col-6, .tradecore .tc-grid .col-7, .tradecore .tc-grid .col-8, .tradecore .tc-grid .col-9, .tradecore .tc-grid .col-10, .tradecore .tc-grid .col-11, .tradecore .tc-grid .col-12 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .tradecore .tc-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .tradecore .tc-grid .tc-grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: -15px;
    margin-left: -15px;
    zoom: 1;
  }
  .tradecore .tc-grid .tc-grid__row:before, .tradecore .tc-grid .tc-grid__row:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .tradecore .tc-grid .tc-grid__row:after {
    clear: both;
  }
  .tradecore .tc-grid .col-1, .tradecore .tc-grid .col-2, .tradecore .tc-grid .col-3, .tradecore .tc-grid .col-4, .tradecore .tc-grid .col-5, .tradecore .tc-grid .col-6, .tradecore .tc-grid .col-7, .tradecore .tc-grid .col-8, .tradecore .tc-grid .col-9, .tradecore .tc-grid .col-10, .tradecore .tc-grid .col-11, .tradecore .tc-grid .col-12 {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .tradecore .tc-grid .col-12 {
    width: 100%;
  }
  .tradecore .tc-grid .col-11 {
    width: 91.66666667%;
  }
  .tradecore .tc-grid .col-10 {
    width: 83.33333333%;
  }
  .tradecore .tc-grid .col-9 {
    width: 75%;
  }
  .tradecore .tc-grid .col-8 {
    width: 66.66666667%;
  }
  .tradecore .tc-grid .col-7 {
    width: 58.33333333%;
  }
  .tradecore .tc-grid .col-6 {
    width: 50%;
  }
  .tradecore .tc-grid .col-5 {
    width: 41.66666667%;
  }
  .tradecore .tc-grid .col-4 {
    width: 33.33333333%;
  }
  .tradecore .tc-grid .col-3 {
    width: 25%;
  }
  .tradecore .tc-grid .col-2 {
    width: 16.66666667%;
  }
  .tradecore .tc-grid .col-1 {
    width: 8.33333333%;
  }
}
.tradecore .tc-label {
  margin: 0;
  padding: 2px 2px 2px 2px;
  display: inline-block;
  border-radius: 2px;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 75%;
  line-height: 1;
}
.tradecore .tc-label.tc-label--red {
  border: 1px #A10800 solid;
  color: #A10800;
}
.tradecore .tc-label.tc-label--blue {
  border: 1px #18499d solid;
  color: #18499d;
}
.tradecore .tc-label.tc-label--black {
  border: 1px #333333 solid;
  color: #333333;
}
.tradecore .tc-label.tc-label--pink {
  border: 1px #e4016f solid;
  color: #e4016f;
}
.tradecore .tc-label.tc-label--green {
  border: 1px #80bf01 solid;
  color: #80bf01;
}
.tradecore .tc-label.tc-label--orange {
  border: 1px #fa7e01 solid;
  color: #fa7e01;
}
.tradecore .tc-label.tc-label--yellow {
  border: 1px #e5ad01 solid;
  color: #e5ad01;
}
.tradecore .tc-label.tc-label--sky {
  border: 1px #119de9 solid;
  color: #119de9;
}
.tradecore .tc-label.tc-label--purple {
  border: 1px #8c4ecc solid;
  color: #8c4ecc;
}
.tradecore .tc-label.tc-label--disabled {
  border: 1px #ccc solid;
  color: #ccc;
  background-color: #fff;
}
.tradecore .message {
  width: 100%;
  padding: 5px 10px 5px 10px;
  margin: 0 0 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .tradecore .message {
    padding: 10px 15px 10px 15px;
  }
}
.tradecore .message.green {
  background-color: #dff0d8;
  border-color: #b2dba1;
  color: #3c763d;
}
.tradecore .message.yellow {
  background-color: #fcf8e3;
  border-color: #f5e79e;
  color: #8a6d3b;
}
.tradecore .message.red {
  background-color: #f2dede;
  border-color: #dca7a7;
  color: #a94442;
}
.tradecore .message.orange {
  background-color: #fdf0e6;
}
.tradecore .message.rd2 {
  border-radius: 2px;
}
.tradecore .tag__pink,
.tradecore .tag__green,
.tradecore .tag__orange,
.tradecore .tag__yellow,
.tradecore .tag__skyblue,
.tradecore .tag__purple,
.tradecore .tag__red,
.tradecore .tag__blue,
.tradecore .tag__gray {
  padding: 0 7px 0 7px;
  font-weight: normal !important;
  color: #fff !important;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}
.tradecore .tag__pink {
  background-color: #e4016f;
}
.tradecore .tag__green {
  background-color: #5cb85c;
}
.tradecore .tag__orange {
  background-color: #fa7e01;
}
.tradecore .tag__yellow {
  background-color: #e5ad01;
}
.tradecore .tag__skyblue {
  background-color: #119de9;
}
.tradecore .tag__purple {
  background-color: #8c4ecc;
}
.tradecore .tag__red {
  background-color: #d1193b;
}
.tradecore .tag__blue {
  background-color: #428bca;
}
.tradecore .tag__gray {
  background-color: #999999;
}
.tradecore .cms__container ._container {
  width: 100%;
  margin: 0;
  zoom: 1;
}
.tradecore .cms__container ._container:before, .tradecore .cms__container ._container:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.tradecore .cms__container ._container:after {
  clear: both;
}
.tradecore .cms__container ._container ._main, .tradecore .cms__container ._container ._left, .tradecore .cms__container ._container ._right {
  width: 100%;
}
.tradecore .cms__container ._container ._left, .tradecore .cms__container ._container ._right {
  /** リスト */
  /** ボタン */
}
.tradecore .cms__container ._container ._left h2, .tradecore .cms__container ._container ._right h2 {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  border-bottom: solid 1px #999;
  margin: 0;
  height: 35px;
  line-height: 35px;
}
.tradecore .cms__container ._container ._left ._side-list, .tradecore .cms__container ._container ._right ._side-list {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .tradecore .cms__container ._container ._left ._side-list li, .tradecore .cms__container ._container ._right ._side-list li {
    border-bottom: 1px solid #dddddd;
  }
  .tradecore .cms__container ._container ._left ._side-list li:first-child, .tradecore .cms__container ._container ._right ._side-list li:first-child {
    border-top: 1px solid #dddddd;
  }
  .tradecore .cms__container ._container ._left ._side-list li a, .tradecore .cms__container ._container ._right ._side-list li a {
    padding: 15px 20px 15px 15px;
    text-decoration: none;
    display: block;
    position: relative;
    color: #333;
  }
  .tradecore .cms__container ._container ._left ._side-list li a:after, .tradecore .cms__container ._container ._right ._side-list li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    content: "";
  }
}
.tradecore .cms__container ._container ._left ._btn, .tradecore .cms__container ._container ._right ._btn {
  display: inline-block;
  width: 120px;
  padding: 5px 0;
  text-align: center;
  background-color: #efefef;
  text-decoration: none;
  color: #2d2d2d !important;
  font-size: 12px;
}
.tradecore .cms__container ._container ._left ._btn:hover, .tradecore .cms__container ._container ._right ._btn:hover {
  background-color: #ddd;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__container ._container._col_2_left ._main {
    width: 75%;
    float: right;
  }
  .tradecore .cms__container ._container._col_2_right ._main {
    width: 75%;
    float: left;
  }
  .tradecore .cms__container ._container ._left {
    width: 25%;
    margin: 0;
    padding-right: 25px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tradecore .cms__container ._container ._right {
    width: 25%;
    margin: 0;
    padding-left: 25px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tradecore .cms__container ._container ._left, .tradecore .cms__container ._container ._right {
    /** リスト */
  }
  .tradecore .cms__container ._container ._left h2, .tradecore .cms__container ._container ._right h2 {
    margin-bottom: 10px;
  }
  .tradecore .cms__container ._container ._left ._side-list li, .tradecore .cms__container ._container ._right ._side-list li {
    font-size: 13px;
  }
  .tradecore .cms__container ._container ._left ._side-list li a, .tradecore .cms__container ._container ._right ._side-list li a {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
  }
}
.tradecore .cms__ques-ctgry {
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: 1px solid #000000;
}
.tradecore .cms__ques-ctgry li {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tradecore .cms__ques-ctgry li:nth-child(odd) {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .tradecore .cms__ques-ctgry li {
    width: 100%;
  }
  .tradecore .cms__ques-ctgry li:nth-child(odd) {
    padding-right: 0;
  }
}
.tradecore .cms__ques-ctgry li a {
  position: relative;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
  text-decoration: none;
  color: #000000;
}
.tradecore .cms__ques-ctgry li a:hover {
  background-color: #FCFCFC;
}
.tradecore .cms__ques-ctgry li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #7f7f7f;
  border-right: solid 2px #7f7f7f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  content: "";
}
.tradecore .cms__ques-index {
  margin-bottom: 50px;
}
.tradecore .cms__ques-index dl dt {
  position: relative;
  font-size: 16px;
  min-height: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 25px;
}
.tradecore .cms__ques-index dl dt:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "Q";
  font-size: 20px;
  margin-right: 15px;
  font-weight: normal;
}
.tradecore .cms__ques-index dl dd {
  position: relative;
  line-height: 1.8em;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-left: 25px;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.tradecore .cms__ques-index dl dd:before {
  position: absolute;
  left: 0;
  content: "A";
  color: #812121;
  font-size: 20px;
  margin-right: 15px;
  font-weight: normal;
}
.tradecore .cms__ques-title-4 {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  border-left: solid 5px #044E80;
}
.tradecore .cms__ques-detail .cms__ques-detail__tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .tradecore .cms__ques-detail .cms__ques-detail__tit {
    font-size: 20px;
  }
}
.tradecore .cms__slog {
  /** タグ */
}
.tradecore .cms__slog .entry_tit {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__slog .entry_tit {
    font-size: 26px;
  }
}
.tradecore .cms__slog .entry_body {
  margin-bottom: 50px;
}
.tradecore .cms__slog .entry_body._font_s {
  font-size: 14px;
}
.tradecore .cms__slog .entry_body._font_m {
  font-size: 16px;
}
.tradecore .cms__slog .entry_body._font_l {
  font-size: 18px;
}
.tradecore .cms__slog img {
  max-width: 100%;
}
.tradecore .cms__slog ._tag {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background-color: #efefef;
  text-decoration: none;
  color: #2d2d2d;
  font-size: 12px;
}
.tradecore .cms__slog ._tag:hover {
  background-color: #ccc;
}
@media only screen and (max-width: 768px) {
  .tradecore .cms__slog .entry_list {
    margin-bottom: 20px;
  }
  .tradecore .cms__slog .entry_list > ul > li {
    border-bottom: solid 1px #ddd;
    display: block;
    padding: 15px 0;
  }
  .tradecore .cms__slog .entry_list > ul > li ._detail {
    padding: 0 10px;
  }
  .tradecore .cms__slog .entry_list > ul > li ._detail h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }
  .tradecore .cms__slog .entry_list > ul > li ._image {
    width: 100px;
  }
  .tradecore .cms__slog .entry_list > ul > li ._image img {
    width: 100%;
  }
  .tradecore .cms__slog .entry_img_list {
    margin-bottom: 20px;
  }
  .tradecore .cms__slog .entry_img_list > ul > li {
    border-bottom: solid 1px #ddd;
    display: block;
    padding: 15px 0;
  }
  .tradecore .cms__slog .entry_img_list > ul > li ._detail {
    padding: 0 10px;
  }
  .tradecore .cms__slog .entry_img_list > ul > li ._detail h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }
  .tradecore .cms__slog .entry_img_list > ul > li ._image {
    margin-bottom: 10px;
  }
  .tradecore .cms__slog .entry_img_list > ul > li ._image img {
    width: 100%;
  }
  .tradecore .cms__slog .pager_lt, .tradecore .cms__slog .pager_rt {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .tradecore .cms__slog .pager_lt a {
    display: table;
    width: 100%;
    color: #000;
  }
  .tradecore .cms__slog .pager_lt a ._title {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
    line-height: 50px;
  }
  .tradecore .cms__slog .pager_lt a ._image {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
  }
  .tradecore .cms__slog .pager_lt a ._arrow {
    display: table-cell;
    width: 25px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
  }
  .tradecore .cms__slog .pager_rt a {
    display: table;
    width: 100%;
    position: relative;
    color: #000;
  }
  .tradecore .cms__slog .pager_rt a ._title {
    display: table-cell;
    text-align: right;
    padding-right: 15px;
    vertical-align: middle;
    line-height: 50px;
  }
  .tradecore .cms__slog .pager_rt a ._image {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
  }
  .tradecore .cms__slog .pager_rt a ._arrow {
    display: table-cell;
    width: 25px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__slog .entry_list {
    margin-bottom: 30px;
  }
  .tradecore .cms__slog .entry_list > ul > li {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
  }
  .tradecore .cms__slog .entry_list > ul > li ._detail {
    display: table-cell;
    vertical-align: top;
  }
  .tradecore .cms__slog .entry_list > ul > li ._detail h2 {
    margin-bottom: 10px;
  }
  .tradecore .cms__slog .entry_list > ul > li ._detail h2 a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }
  .tradecore .cms__slog .entry_list > ul > li ._detail h2 a:hover {
    text-decoration: underline;
  }
  .tradecore .cms__slog .entry_list > ul > li ._image {
    display: table-cell;
    vertical-align: top;
    width: 150px;
    padding-left: 20px;
  }
  .tradecore .cms__slog .entry_img_list > ul {
    font-size: 0;
  }
  .tradecore .cms__slog .entry_img_list > ul > li {
    margin: 0 30px 30px 0;
    display: inline-block;
    vertical-align: top;
    width: 240px;
  }
  .tradecore .cms__slog .entry_img_list > ul > li ._image {
    margin-bottom: 10px;
  }
  .tradecore .cms__slog .entry_img_list > ul > li ._detail {
    font-size: 14px;
  }
  .tradecore .cms__slog .entry_img_list > ul > li ._detail h2 {
    margin-bottom: 10px;
  }
  .tradecore .cms__slog .entry_img_list > ul > li ._detail h2 a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }
  .tradecore .cms__slog .entry_img_list > ul > li ._detail h2 a:hover {
    text-decoration: underline;
  }
  .tradecore .cms__slog ._col_2_left .entry_img_list > ul > li:nth-child(3n),
  .tradecore .cms__slog ._col_2_right .entry_img_list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .tradecore .cms__slog .entry_pager {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
    margin-bottom: 30px;
    zoom: 1;
  }
  .tradecore .cms__slog .entry_pager:before, .tradecore .cms__slog .entry_pager:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .tradecore .cms__slog .entry_pager:after {
    clear: both;
  }
  .tradecore .cms__slog .entry_pager .pager_lt {
    width: 50%;
    float: left;
  }
  .tradecore .cms__slog .entry_pager .pager_lt a {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #000;
    zoom: 1;
  }
  .tradecore .cms__slog .entry_pager .pager_lt a:before, .tradecore .cms__slog .entry_pager .pager_lt a:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .tradecore .cms__slog .entry_pager .pager_lt a:after {
    clear: both;
  }
  .tradecore .cms__slog .entry_pager .pager_lt a ._title {
    display: block;
    float: left;
    padding-left: 15px;
    line-height: 50px;
  }
  .tradecore .cms__slog .entry_pager .pager_lt a:hover ._title {
    text-decoration: underline;
  }
  .tradecore .cms__slog .entry_pager .pager_lt a ._image {
    float: left;
  }
  .tradecore .cms__slog .entry_pager .pager_lt a ._arrow {
    position: absolute;
    display: block;
    width: 20px;
    top: 0;
    left: 0;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
  }
  .tradecore .cms__slog .entry_pager .pager_rt {
    width: 50%;
    float: right;
  }
  .tradecore .cms__slog .entry_pager .pager_rt a {
    display: block;
    position: relative;
    padding-right: 30px;
    color: #000;
    zoom: 1;
  }
  .tradecore .cms__slog .entry_pager .pager_rt a:before, .tradecore .cms__slog .entry_pager .pager_rt a:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .tradecore .cms__slog .entry_pager .pager_rt a:after {
    clear: both;
  }
  .tradecore .cms__slog .entry_pager .pager_rt a ._title {
    display: block;
    float: right;
    text-align: right;
    padding-right: 15px;
    line-height: 50px;
  }
  .tradecore .cms__slog .entry_pager .pager_rt a:hover ._title {
    text-decoration: underline;
  }
  .tradecore .cms__slog .entry_pager .pager_rt a ._image {
    float: right;
  }
  .tradecore .cms__slog .entry_pager .pager_rt a ._arrow {
    position: absolute;
    display: block;
    width: 20px;
    top: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
  }
}
.tradecore .cms__mlog {
  /** 記事一覧 */
}
.tradecore .cms__mlog .search-box {
  padding: 5px 10px;
  /** ワード検索 */
}
.tradecore .cms__mlog .search-box .word-box {
  position: relative;
  border: 2px solid #ccc;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 10px 0;
}
.tradecore .cms__mlog .search-box .word-box .search-word {
  position: relative;
  display: block;
  line-height: 22px;
  padding: 4px 90px 5px 30px;
}
.tradecore .cms__mlog .search-box .word-box .search-word i {
  margin: 0 0 0 -22px;
  font-size: 14px;
  color: #aaa;
  vertical-align: middle;
}
.tradecore .cms__mlog .search-box .word-box .search-word input {
  width: 100%;
  height: 21px;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
}
.tradecore .cms__mlog .search-box .word-box .search-btn button {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  border: none;
  border-radius: 0 3px 3px 0;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  border-left: 1px #ccc solid;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e6e6e6));
  background: linear-gradient(#fafafa, #e6e6e6);
}
.tradecore .cms__mlog .entry-list li {
  width: 100%;
  padding: 10px;
  border-top: solid 1px #ddd;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__mlog .entry-list li {
    width: 600px;
  }
}
.tradecore .cms__mlog .entry-list a {
  color: #004EA2 !important;
  text-decoration: none !important;
}
.tradecore .cms__mlog .entry-list a:hover {
  text-decoration: underline !important;
}
.tradecore .cms__mlog .img-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__mlog .img-box {
    width: 500px;
  }
}
.tradecore .cms__mlog .img-box a {
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.tradecore .cms__mlog .img-box.col-1 {
  padding-bottom: 100%;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__mlog .img-box.col-1 {
    padding-bottom: 500px;
  }
}
.tradecore .cms__mlog .img-box.col-1 a {
  width: 100%;
  padding-bottom: 100%;
  top: 0;
  left: 0;
}
.tradecore .cms__mlog .img-box.col-2 {
  padding-bottom: 50%;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__mlog .img-box.col-2 {
    padding-bottom: 250px;
  }
}
.tradecore .cms__mlog .img-box.col-2 a {
  width: 49%;
  padding-bottom: 50%;
  top: 0;
}
.tradecore .cms__mlog .img-box.col-2 .img-1 {
  left: 0;
}
.tradecore .cms__mlog .img-box.col-2 .img-2 {
  right: 0;
}
.tradecore .cms__mlog .img-box.col-3 {
  padding-bottom: 100%;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__mlog .img-box.col-3 {
    padding-bottom: 500px;
  }
}
.tradecore .cms__mlog .img-box.col-3 .img-1 {
  width: 49%;
  padding-bottom: 100%;
  top: 0;
  left: 0;
}
.tradecore .cms__mlog .img-box.col-3 .img-2,
.tradecore .cms__mlog .img-box.col-3 .img-3 {
  width: 49%;
  padding-bottom: 50%;
}
.tradecore .cms__mlog .img-box.col-3 .img-2 {
  right: 0;
}
.tradecore .cms__mlog .img-box.col-3 .img-3 {
  right: 0;
  bottom: 0;
}
.tradecore .cms__mlog .img-box.col-4 {
  padding-bottom: 100%;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__mlog .img-box.col-4 {
    padding-bottom: 500px;
  }
}
.tradecore .cms__mlog .img-box.col-4 a {
  width: 49%;
  padding-bottom: 50%;
}
.tradecore .cms__mlog .img-box.col-4 .img-1 {
  top: 0;
  left: 0;
}
.tradecore .cms__mlog .img-box.col-4 .img-2 {
  top: 0;
  right: 0;
}
.tradecore .cms__mlog .img-box.col-4 .img-3 {
  left: 0;
  bottom: 0;
}
.tradecore .cms__mlog .img-box.col-4 .img-4 {
  right: 0;
  bottom: 0;
}
.tradecore .cms__job-list > ul > li {
  margin-bottom: 35px;
  border-top: solid 1px #ccc;
}
.tradecore .cms__job-list > ul > li:last-child {
  border-bottom: solid 1px #ccc;
}
.tradecore .cms__job-list .job-list__header {
  margin-bottom: 10px;
  padding: 5px 15px;
  border-bottom: dotted 1px #ccc;
  zoom: 1;
}
.tradecore .cms__job-list .job-list__header:before, .tradecore .cms__job-list .job-list__header:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.tradecore .cms__job-list .job-list__header:after {
  clear: both;
}
.tradecore .cms__job-list .job-list__header h3 {
  font-size: 20px;
  font-weight: 700;
}
.tradecore .cms__job-list .job-list__header h3 a {
  color: #1d3994;
  text-decoration: none;
}
.tradecore .cms__job-list .job-list__header h3 a:hover {
  text-decoration: underline;
}
.tradecore .cms__job-list .job-list__header .job-list__header--right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__job-list .job-list__header .job-list__header--left {
    float: left;
    width: 700px;
    padding: 10px 0;
  }
  .tradecore .cms__job-list .job-list__header .job-list__header--right {
    display: block;
    float: right;
    width: 250px;
    text-align: right;
  }
}
.tradecore .cms__job-list .job-list__body {
  padding: 15px;
}
.tradecore .cms__job-list .job-list__body .job-list__detail dt {
  font-weight: bold;
}
.tradecore .cms__job-list .job-list__body .job-list__detail dd {
  margin-bottom: 10px;
}
.tradecore .cms__job-list .job-list__body .job-list__image {
  text-align: center;
}
.tradecore .cms__job-list .job-list__body .job-list__footer {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__job-list .job-list__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tradecore .cms__job-list .job-list__body .job-list__detail {
    padding-right: 50px;
  }
  .tradecore .cms__job-list .job-list__body .job-list__detail div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tradecore .cms__job-list .job-list__body .job-list__detail dt {
    width: 100px;
    margin-bottom: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .tradecore .cms__job-list .job-list__body .job-list__image {
    width: 300px;
  }
  .tradecore .cms__job-list .job-list__body .job-list__footer {
    display: none;
  }
}
.tradecore .cms__job-detail {
  margin-bottom: 50px;
}
.tradecore .cms__job-detail .job-detail__image {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__job-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tradecore .cms__job-detail .job-detail__about {
    margin-right: 50px;
  }
  .tradecore .cms__job-detail .job-detail__image {
    width: 300px;
    margin-top: 0;
  }
}
.tradecore .cms__job-detail .job-detail__image__main {
  text-align: center;
  margin-bottom: 20px;
}
.tradecore .cms__job-detail .job-detail__image__sub {
  width: 300px;
  margin: 0 auto;
  zoom: 1;
}
.tradecore .cms__job-detail .job-detail__image__sub:before, .tradecore .cms__job-detail .job-detail__image__sub:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.tradecore .cms__job-detail .job-detail__image__sub:after {
  clear: both;
}
.tradecore .cms__job-detail .job-detail__image__sub li {
  float: left;
  margin-right: 4px;
}
.tradecore .cms__job-detail .job-detail__image__sub li:last-child {
  margin-right: 0;
}
.tradecore .cms__job-detail .job-detail__image__sub li a {
  display: block;
  border: solid 1px #eee;
}
.tradecore .cms__job-detail .job-detail__image__sub li img {
  display: block;
}
.tradecore .cms__menu-ctgry .menu-ctgry__image,
.tradecore .cms__menu-ctgry .menu-ctgry__name {
  display: block;
  width: 100%;
}
.tradecore .cms__menu-ctgry .menu-ctgry__image {
  position: relative;
  padding-top: 66.6%;
  overflow: hidden;
  margin-bottom: 10px;
}
.tradecore .cms__menu-ctgry .menu-ctgry__image img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tradecore .cms__menu-ctgry .menu-ctgry__name {
  color: #333;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__menu-ctgry .menu-ctgry__name {
    font-size: 18px;
  }
}
.tradecore .cms__menu-ctgry > ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  margin-right: -20px;
}
.tradecore .cms__menu-ctgry > ul:before, .tradecore .cms__menu-ctgry > ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.tradecore .cms__menu-ctgry > ul:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__menu-ctgry > ul {
    margin-right: -30px;
  }
}
.tradecore .cms__menu-ctgry > ul > li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.tradecore .cms__menu-ctgry > ul > li > a {
  display: block;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__menu-ctgry > ul > li {
    width: 33.3%;
    margin-bottom: 50px;
  }
  .tradecore .cms__menu-ctgry > ul > li > a {
    margin-right: 30px;
  }
}
.tradecore .cms__menu-list .menu-list__name,
.tradecore .cms__menu-list .menu-list__price {
  display: block;
  width: 100%;
}
.tradecore .cms__menu-list .menu-list__name {
  color: #333;
  font-weight: bold;
}
.tradecore .cms__menu-list .menu-list__price {
  text-align: right;
  color: #333;
  font-weight: bold;
}
.tradecore .cms__menu-list .menu-list__detail {
  color: #333;
}
.tradecore .cms__menu-list > ul {
  margin: 0;
  padding: 0;
}
.tradecore .cms__menu-list > ul > li {
  margin-bottom: 10px;
}
.tradecore .cms__menu-list > ul > li > a {
  display: block;
  padding: 10px 5px;
  border-bottom: dotted 1px #ccc;
}
.tradecore .cms__menu-list .menu-list__header {
  display: block;
  margin-bottom: 5px;
}
.tradecore .cms__menu-list .menu-list__header .menu-list__price {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__menu-list .menu-list__header {
    zoom: 1;
  }
  .tradecore .cms__menu-list .menu-list__header:before, .tradecore .cms__menu-list .menu-list__header:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
  }
  .tradecore .cms__menu-list .menu-list__header:after {
    clear: both;
  }
  .tradecore .cms__menu-list .menu-list__header .menu-list__name {
    float: left;
    width: 700px;
  }
  .tradecore .cms__menu-list .menu-list__header .menu-list__price {
    float: right;
    width: 250px;
  }
}
.tradecore .cms__menu-list .menu-list__body .menu-list__detail {
  display: block;
  width: 100%;
}
.tradecore .cms__menu-catalog .menu-list__name,
.tradecore .cms__menu-catalog .menu-list__price {
  display: block;
  width: 100%;
}
.tradecore .cms__menu-catalog .menu-list__name {
  color: #333;
  font-weight: bold;
}
.tradecore .cms__menu-catalog .menu-list__price {
  text-align: right;
  color: #333;
  font-weight: bold;
}
.tradecore .cms__menu-catalog .menu-list__detail {
  color: #333;
}
.tradecore .cms__menu-catalog > ul {
  margin: 0;
  padding: 0;
}
.tradecore .cms__menu-catalog > ul > li > a {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: dotted 1px #ccc;
}
.tradecore .cms__menu-catalog .menu-list__image {
  display: table-cell;
  width: 100px;
  padding-right: 20px;
}
.tradecore .cms__menu-catalog .menu-list__image > img {
  width: 100%;
  height: auto;
}
.tradecore .cms__menu-catalog .menu-list__info {
  display: table-cell;
  width: auto;
  vertical-align: top;
}
.tradecore .cms__menu-catalog .menu-list__header {
  zoom: 1;
}
.tradecore .cms__menu-catalog .menu-list__header:before, .tradecore .cms__menu-catalog .menu-list__header:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.tradecore .cms__menu-catalog .menu-list__header:after {
  clear: both;
}
.tradecore .cms__menu-catalog .menu-list__header .menu-list__name {
  float: left;
  width: auto;
}
.tradecore .cms__menu-catalog .menu-list__header .menu-list__price {
  float: right;
  width: 250px;
  text-align: right;
}
.tradecore .cms__menu-catalog .menu-list__body .menu-list__detail {
  display: block;
  width: 100%;
}
.tradecore .cms__menu-grid {
  overflow: hidden;
}
.tradecore .cms__menu-grid .menu-list__image,
.tradecore .cms__menu-grid .menu-list__info,
.tradecore .cms__menu-grid .menu-list__name,
.tradecore .cms__menu-grid .menu-list__price {
  display: block;
  width: 100%;
}
.tradecore .cms__menu-grid .menu-list__image {
  position: relative;
  padding-top: 66%;
  overflow: hidden;
}
.tradecore .cms__menu-grid .menu-list__image img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tradecore .cms__menu-grid .menu-list__info {
  padding: 5px;
}
.tradecore .cms__menu-grid .menu-list__name {
  color: #333;
}
.tradecore .cms__menu-grid .menu-list__price {
  text-align: right;
  color: #333;
  font-weight: bold;
}
.tradecore .cms__menu-grid > ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  margin-right: -20px;
}
.tradecore .cms__menu-grid > ul:before, .tradecore .cms__menu-grid > ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.tradecore .cms__menu-grid > ul:after {
  clear: both;
}
.tradecore .cms__menu-grid > ul > li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.tradecore .cms__menu-grid > ul > li > a {
  display: block;
  margin-right: 20px;
  border: solid 1px #ccc;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__menu-grid > ul > li {
    width: 25%;
    margin-bottom: 50px;
  }
}
.tradecore .cms__menu-detail {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__menu-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tradecore .cms__menu-detail .menu-detail__image {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__menu-detail .menu-detail__image {
    width: 50%;
    height: auto;
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__image-panel {
  position: relative;
  margin-bottom: 10px;
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__image-panel img {
  width: 100%;
  height: auto;
  display: block;
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__control li {
  position: absolute;
  top: calc(50% - 12px);
  cursor: pointer;
  outline: none;
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__control li:first-child {
  left: 5px;
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__control li:last-child {
  right: 5px;
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__control li i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__thumb {
  zoom: 1;
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__thumb:before, .tradecore .cms__menu-detail .menu-detail__image .menu-detail__thumb:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__thumb:after {
  clear: both;
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__thumb li {
  float: left;
  margin-right: 10px;
  border: solid 2px #fff;
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__thumb li.tns-nav-active {
  border-color: #f6aa00;
}
.tradecore .cms__menu-detail .menu-detail__image .menu-detail__thumb li img {
  display: block;
  cursor: pointer;
}
.tradecore .cms__menu-detail .menu-detail__info {
  width: 100%;
}
.tradecore .cms__menu-detail .menu-detail__info > h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .tradecore .cms__menu-detail .menu-detail__info {
    width: 50%;
  }
}