@charset "UTF-8";
@import '//fonts.googleapis.com/css?family=Prata';
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ==========================================================================
  Base
  ========================================================================== */
/*! css-wipe | https://github.com/stackcss/css-wipe */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* webkit specific styles */
input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Meiryo", "メイリオ,", arial, helvetica, clean, sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
strong {
  font-weight: bold;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/* ==========================================================================
  end of css-wipe
  ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #f1efef;
}

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

a {
  color: #000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-decoration: underline;
}

a > img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a > img:focus, a > img:hover, a > img:active {
  opacity: 0.75;
}

a:hover, a:focus {
  text-decoration: none;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.ly_header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.ly_header_body {
  height: 110px;
  border-top: 4px solid #d40025;
  border-bottom: 1px solid #231815;
  background-color: #f1efef;
  padding: 25px 0 13px;
}

@media screen and (max-width: 1089px) {
  .ly_header_body {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .ly_header_body {
    padding-top: 16px;
  }
}

.ly_header_inner {
  width: 100%;
  max-width: 1120px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .ly_header_inner {
    max-width: 100%;
  }
}

.ly_header_info {
  background-color: #67686b;
  padding: 12px 0;
}

@media screen and (max-width: 768px) {
  .ly_header_info {
    padding: 5px 0;
  }
}

.ly_header_info_inner {
  position: relative;
  max-width: 1120px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .ly_header_info_inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ly_header_info_inner {
    padding: 0 50px;
  }
}

.ly_header_info_txt {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ly_header_info_txt {
    font-size: 1.2rem;
  }
}

.ly_header_info_txt span {
  font-weight: bold;
}

.ly_header_info_txt a {
  color: #fff;
}

.ly_header_info_close {
  position: absolute;
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/icon_modalclose.svg);
  display: block;
  background-size: cover;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .ly_header_info_close {
    right: 25px;
  }
}

.ly_body {
  max-width: 1120px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .ly_body {
    max-width: 100%;
  }
}

@media screen and (max-width: 1089px) {
  .ly_body {
    padding-bottom: 50px;
  }
}

.ly_body_main {
  float: left;
}

@media screen and (max-width: 1089px) {
  .ly_body_main {
    padding: 0 15px 60px;
  }
}

@media screen and (max-width: 768px) {
  .ly_body_main {
    float: none;
    padding-right: 6.66667vw;
    padding-left: 6.66667vw;
  }
}

@media screen and (min-width: 769px) {
  .ly_body_main {
    width: calc(99vw - 330px);
  }
}

@media screen and (min-width: 1090px) {
  .ly_body_main {
    width: calc(100% - 330px);
  }
}

.ly_body_main__lower {
  padding-right: 0;
  padding-left: 0;
}

.ly_body_main__lower_inner {
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
  padding: 40px 10px 50px 39px;
}

@media screen and (max-width: 1089px) {
  .ly_body_main__lower_inner {
    border-width: 0;
    padding: 20px 15px 60px;
  }
}

.ly_body_sub {
  width: 300px;
  float: right;
}

@media screen and (max-width: 768px) {
  .ly_body_sub {
    width: auto;
    float: none;
    padding-right: 6.66667vw;
    padding-left: 6.66667vw;
  }
}

.ly_body__home {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .ly_body__home {
    padding-top: 30px;
  }
}

.ly_body__lower {
  padding-top: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ly_body__lower {
    padding-top: 0;
  }
}

.ly_body.ly_body__noSide .ly_body_main {
  float: none;
  width: auto;
}

.ly_footer {
  border-top: 1px solid #231815;
}

.ly_footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1120px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .ly_footer_inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 1089px) {
  .ly_footer_inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .ly_footer_inner {
    padding-top: 7.73333vw;
  }
}

.ly_pageTop {
  max-width: 1120px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .ly_pageTop {
    max-width: 100%;
  }
}

.ly_pageTop_inner {
  position: fixed;
  bottom: 0;
}

.ly_fixedBnrBlock {
  position: fixed;
}

.ly_fixedBnrBlock a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .ly_fixedBnrBlock {
    top: 154px;
    right: 0;
  }
  .ly_fixedBnrBlock a {
    width: 1em;
    height: 172px;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .ly_fixedBnrBlock a span {
    background: url(../img/common/bg_fixed_link_on.svg) no-repeat left top;
    display: inline-block;
    opacity: 0;
    padding: 28px 13px 28px 13px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(120%) scale(0.9);
    transform: translateX(120%) scale(0.9);
  }
  .ly_fixedBnrBlock a:hover span {
    padding-right: 33px;
  }
  .ly_fixedBnrBlock a:first-child {
    margin-bottom: -25px;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .ly_fixedBnrBlock {
    bottom: 0;
  }
  .ly_fixedBnrBlock a {
    width: 39.46667vw;
    height: 13.33333vw;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .ly_fixedBnrBlock a img {
    width: 40vw;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(120%) scale(0.9);
    transform: translateY(120%) scale(0.9);
  }
  .ly_fixedBnrBlock a:first-child {
    margin-right: -3.6vw;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) {
  .ly_fixedBnrBlock.is_active a span {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
}

@media screen and (max-width: 768px) {
  .ly_fixedBnrBlock.is_active a img {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

body.club .ly_fixedBnrBlock {
  display: none !important;
  visibility: hidden;
}

/* ==========================================================================
  Element Modules
  ========================================================================== */
.el_sectTtl,
.bl_article_body h2,
.editor-area h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.66667;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .el_sectTtl,
  .bl_article_body h2,
  .editor-area h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.el_sectTtl_detail,
.bl_article_body h2_detail,
.editor-area h2_detail {
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

@media screen and (max-width: 1089px) {
  .el_sectTtl_detail,
  .bl_article_body h2_detail,
  .editor-area h2_detail {
    font-size: 1.4rem;
  }
}

.el_sectTtl_detail a,
.bl_article_body h2_detail a,
.editor-area h2_detail a {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Meiryo", "メイリオ,", arial, helvetica, clean, sans-serif;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: normal;
}

.el_sectTtl_detail a:hover,
.bl_article_body h2_detail a:hover,
.editor-area h2_detail a:hover {
  text-decoration: underline;
}

.el_sectTtl__youtube,
.bl_article_body h2__youtube,
.editor-area h2__youtube {
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/logo_youtube.png);
  background-repeat: no-repeat;
  background-position: right top 6px;
}

@media screen and (max-width: 768px) {
  .el_sectTtl__youtube,
  .bl_article_body h2__youtube,
  .editor-area h2__youtube {
    background: none;
  }
}

.el_redSectTtl {
  color: #d40025;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}

.el_sectTtl02,
.bl_article_body h3,
.editor-area h3 {
  font-weight: bold;
  background: url(/wp-content/themes/jt-alpha/assets/img/common/icon_diamond.svg) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 27px;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .el_sectTtl02,
  .bl_article_body h3,
  .editor-area h3 {
    margin-bottom: 15px;
  }
}

.el_sectTtl02__check,
.bl_article_body h3__check,
.editor-area h3__check {
  background: url(/wp-content/themes/jt-alpha/assets/img/common/icon_check.svg) no-repeat left 6px;
  background-size: 20px 15px;
}

.el_sectTtl03,
.bl_article_body h4,
.editor-area h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .el_sectTtl03,
  .bl_article_body h4,
  .editor-area h4 {
    margin-bottom: 15px;
  }
}

.el_lockTxt {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 15px !important;
}

.el_lockTxt span {
  display: inline-block;
  padding-left: 14px;
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/icon_lock.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
}

.el_leadTxt {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .el_leadTxt {
    padding-bottom: 30px;
  }
}

.el_note {
  font-size: 1.2rem;
}

.el_note02 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.el_redText {
  color: #d40025;
  font-weight: bold;
}

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

@media screen and (max-width: 768px) {
  .el_mblink {
    margin-bottom: 30px !important;
  }
}

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

@media screen and (max-width: 768px) {
  .el_mblink02 {
    margin-bottom: 50px !important;
  }
}

.el_btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #aaa;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Meiryo", "メイリオ,", arial, helvetica, clean, sans-serif;
  border: none;
  cursor: pointer;
}

.el_btn:focus, .el_btn:hover, .el_btn:active {
  text-decoration: none;
  opacity: 0.75;
}

.el_btn:hover, .el_btn:focus {
  text-decoration: none;
}

.el_btn.el_btn__red {
  background-color: #d40025;
}

@media screen and (max-width: 768px) {
  .el_btn.el_btn__red {
    line-height: 1.4;
  }
}

.el_btn.el_btn__emphasis {
  font-weight: bold;
  padding: 20px 50px;
}

@media screen and (max-width: 768px) {
  .el_btn.el_btn__emphasis {
    padding: 20px;
  }
}

.el_btn.el_btn__emphasis2 {
  min-width: 360px;
  font-weight: bold;
  padding: 13px 50px;
}

@media screen and (max-width: 1089px) {
  .el_btn.el_btn__emphasis2 {
    min-width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .el_btn.el_btn__emphasis2 {
    padding: 20px;
  }
}

.el_btn.el_btn__emphasis span,
.el_btn.el_btn__emphasis2 span {
  font-weight: normal;
}

.el_btn.el_btn__darkgrey {
  background-color: #67686b;
}

.el_btn.el_btn__big {
  width: 70%;
}

@media screen and (max-width: 1089px) {
  .el_btn.el_btn__big {
    padding: 10px;
  }
}

.el_btn.el_btn__narrow {
  font-weight: bold;
  padding: 12px 100px;
}

@media screen and (max-width: 768px) {
  .el_btn.el_btn__narrow {
    padding: 12px;
    width: 80%;
  }
}

.el_btn.el_btn__request {
  width: 62%;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .el_btn.el_btn__request {
    width: 70%;
  }
}

.el_btn__submit {
  width: 360px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-width: 0;
  border-radius: 4px;
  background-color: #d40025;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .el_btn__submit {
    width: 70%;
  }
}

.el_btn__submit:disabled {
  background-color: #818181;
  cursor: default;
}

.el_btn__submit:disabled:hover {
  opacity: 1;
}

.el_btn__arrow {
  width: 100%;
  color: #000;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 4px;
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/icon_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 11px 20px;
}

.el_btn__arrow:hover {
  background-color: #dddada;
}

.el_btn__border {
  width: 100%;
  color: #000;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #fff;
  padding: 11px 20px;
}

.el_btn__border:hover {
  background-color: #dddada;
}

.el_btn__radius {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background-color: transparent;
  padding: 8px 0 7px;
}

.el_btn__noLink {
  width: 360px;
  color: #818181;
  font-weight: bold;
  border-radius: 0;
  background-color: #e3dfdf;
  padding: 13px 20px;
}

@media screen and (max-width: 768px) {
  .el_btn__noLink {
    max-width: 100%;
  }
}

.el_btn__noLink:hover {
  opacity: 1;
}

.el_btn.el_btn__recruitList {
  color: #000;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}

.el_btn2.el_btn2__pageLink {
  display: block;
  border: 2px solid #000;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 10px 25px 10px 10px;
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/icon_arrow_bottom_black.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px auto;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .el_btn2.el_btn2__pageLink {
    background-size: 11px auto;
    padding: 10px 20px 10px;
  }
}

.el_btn2.el_btn2__pageLink:hover {
  background-color: #DEDAD9;
}

.el_mtFormBtn {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .el_mtFormBtn {
    margin-top: 60px;
  }
}

.el_link {
  background: url(../img/common/icon_arrow_right_gray.svg) no-repeat right 5px center;
  background-size: 8px 12px;
}

.el_icon__link {
  background: url(../img/common/icon_arrow_right_gray.svg) no-repeat right 5px center;
  background-size: 8px 12px;
}

.el_icon__link02 {
  background: url(../img/common/icon_arrow02.svg) no-repeat left 38%;
  background-size: 15px 12px;
  padding-left: 27px;
}

.el_icon__link02 a.noline {
  text-decoration: none;
  font-weight: bold;
}

.el_icon__blank {
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/jt-alpha/assets/img/common/icon_blank.svg) no-repeat left center;
  background-size: 18px;
  display: inline-block;
}

.el_icon__narrow {
  width: 80%;
  margin: 0 auto;
  background: url(../img/common/icon_arrow02.svg) no-repeat left 30%;
}

@media screen and (max-width: 768px) {
  .el_icon__narrow {
    width: 100%;
    background: url(../img/common/icon_arrow02.svg) no-repeat left 15%;
  }
}

.el_icon__print {
  color: #000;
  padding: 0;
}

.el_icon__print:after {
  content: '';
  width: 14px;
  height: 16px;
  vertical-align: top;
  background: url(/wp-content/themes/jt-alpha/assets/img/common/icon_print.png) no-repeat center;
  background-color: transparent;
  background-size: contain;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
}

.el_icon__download {
  color: #000;
  padding: 0;
}

.el_icon__download:after {
  content: '';
  width: 28px;
  height: 32px;
  vertical-align: middle;
  background: url(/wp-content/themes/jt-alpha/assets/img/common/icon_download.svg) no-repeat center;
  background-size: cover;
  display: inline-block;
}

.el_label {
  display: inline-block;
  padding: 3px 8px;
  background-color: #aaa;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-indent: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.el_label:focus, .el_label:hover, .el_label:active {
  opacity: 0.75;
}

.el_label.el_label__red {
  background-color: #d40025;
}

.el_pageTop {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8) url(../img/common/icon_pagetop.svg) no-repeat center;
  background-size: 29px 16px;
  display: block;
  margin-left: auto;
  position: relative;
  bottom: 111px;
  left: 1060px;
}

@media screen and (max-width: 1120px) {
  .el_pageTop {
    left: calc(100vw - (6.66667vw * 2));
  }
}

@media screen and (max-width: 768px) {
  .el_pageTop {
    width: 50px;
    height: 50px;
    right: auto;
    bottom: 5.33333vw;
    left: 81.33333vw;
  }
}

.el_level {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 2px;
}

.el_level__on {
  background: url(../img/common/icon_level_on.svg) no-repeat;
  background-size: 12px;
}

.el_level__off {
  background: url(../img/common/icon_level_off.svg) no-repeat;
  background-size: 12px;
}

.el_ad {
  text-align: center;
}

.el_ad img {
  width: 60%;
}

.el_mbImg {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .el_mbImg {
    margin-bottom: 40px;
  }
}

.el_credit {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.el_credit_wrapp {
  display: block;
  position: relative;
}

.el_credit_value, .el_credit:after {
  color: #fff;
  font-size: 1.0rem;
  line-height: 1;
  display: block;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.el_credit .el_credit_txt {
  color: #fff;
  font-size: 1.0rem;
  line-height: 1;
  display: block;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.el_credit__reuters:after {
  content: '\0a9\20 Reuters';
}

.el_credit__ap:after {
  content: '\0a9\20 AP';
}

.el_credit__kyodo:after {
  content: '\0a9\20 KYODO';
}

.el_credit__afp-jiji:after {
  content: '\0a9\20 AFP-JIJI';
}

.el_credit__getty:after {
  content: '\0a9\20 Getty Images';
  color: #fff;
}

.el_credit__tjt:after {
  content: '\0a9\20 THE JAPAN TIMES';
  color: #fff;
}

sup {
  font-size: 1.4rem;
  vertical-align: super;
}

.el_boxNote {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Meiryo", "メイリオ,", arial, helvetica, clean, sans-serif;
  line-height: 1.5;
  padding: 5px 10px;
  font-size: 1.4rem;
  background: #d40025;
  color: #fff;
  text-align: center;
  display: block;
}

.el_boxNote a {
  color: #fff;
}

.el_annotation {
  margin: -15px 0 5px;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .el_annotation {
    margin: 20px 0 0;
    padding: 0 15px;
    text-align: left;
  }
}

.el_dlBlock_ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.el_dlBlock_txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

/* ==========================================================================
  Block Modules
  ========================================================================== */
.bl_sect {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bl_sect > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .bl_sect {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.ly_body_main .bl_sect:first-of-type {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .ly_body_main .bl_sect:first-of-type {
    padding-top: 0;
  }
}

.bl_sect > p {
  line-height: 1.875;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .bl_sect > p {
    margin-bottom: 24px;
  }
}

.bl_sect#article_area {
  padding-top: 150px;
  margin-top: -110px;
}

@media screen and (max-width: 768px) {
  .bl_sect#article_area {
    padding-top: 100px;
    margin-top: -70px;
  }
}

.bl_pageTtl {
  text-align: left;
  border-bottom: 3px solid #231815;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .bl_pageTtl {
    margin-bottom: 30px;
  }
}

.bl_pageTtl .bl_pageTtl_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.8px;
  display: block;
}

@media screen and (max-width: 768px) {
  .bl_pageTtl .bl_pageTtl_ttl {
    font-size: 2.4rem;
    line-height: 1.33333;
    letter-spacing: 1.2px;
  }
}

.bl_pageTtl .bl_pageTtl_ttl__multi {
  line-height: 1.25;
}

.bl_pageTtl .bl_pageTtl_cap {
  display: block;
  color: #000;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

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

@media screen and (max-width: 768px) {
  .bl_half {
    display: block;
  }
}

.bl_half .bl_half_img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 3.57143%;
}

@media screen and (max-width: 768px) {
  .bl_half .bl_half_img {
    margin-left: 0;
  }
}

.bl_half .bl_half_desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bl_half .bl_half_desc_ttl {
  font-weight: bold;
  margin-bottom: 22px;
}

.bl_half .bl_half_desc_txt {
  line-height: 1.875;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .bl_half .bl_half_desc_txt.sp_mb {
    margin-bottom: 24px;
  }
}

.bl_half .bl_half_desc_btn .el_btn {
  width: 200px;
}

.bl_half.bl_half__rev .bl_half_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 3.57143%;
}

.bl_half.bl_half__rev .bl_half_desc {
  text-align: right;
}

.bl_half.bl_half__rev_left .bl_half_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 3.57143%;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .bl_half.bl_half__rev_left .bl_half_img {
    margin-left: 0;
  }
}

.bl_half.bl_half__rev_left .bl_half_desc {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
}

.bl_half.bl_half__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .bl_half.bl_half__article {
    display: block;
  }
}

.bl_half.bl_half__article > * {
  max-width: 48.10811%;
  -ms-flex-preferred-size: 48.10811%;
  flex-basis: 48.10811%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .bl_half.bl_half__article > * {
    max-width: inherit;
  }
}

.bl_article_body .bl_half,
.editor-area .bl_half {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .bl_article_body .bl_half,
  .editor-area .bl_half {
    margin-bottom: 24px;
  }
}

.bl_cardUnit {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .bl_cardUnit {
    margin-top: -20px;
  }
}

.bl_cardUnit > * {
  margin: 0;
}

.bl_cardUnit > * {
  margin-top: 20px;
  margin-right: 1.78571%;
}

@media screen and (max-width: 768px) {
  .bl_cardUnit > * {
    margin-top: 20px;
    margin-right: 2.60417%;
  }
}

.bl_cardUnit > * {
  width: 23.661%;
}

.bl_cardUnit > *:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .bl_cardUnit > * {
    width: 23.047%;
  }
  .bl_cardUnit > *:nth-of-type(4n) {
    margin-right: 2.60417%;
  }
  .bl_cardUnit > *:nth-of-type(4n) {
    margin-right: 0;
  }
}

.bl_card {
  margin-bottom: 20px;
}

.bl_card > *:last-child {
  margin-bottom: 0 !important;
}

.bl_card .bl_card_ttl {
  font-size: 2rem;
  margin-bottom: 11px;
  font-weight: bold;
}

.bl_bordered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 15px;
  border: 5px solid #d40025;
  border-radius: 5px;
}

.bl_bordered > *:last-child {
  margin-bottom: 0 !important;
}

.bl_bgc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  background-color: #555;
  color: #fff;
}

.bl_bgc > *:last-child {
  margin-bottom: 0 !important;
}

.bl_widgetBlock {
  border: 1px solid #acacac;
}

.bl_widgetBlock_ttl {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #67686b;
  padding: 18px 0;
}

.bl_widgetBlock_inner {
  background-color: #fff;
  padding: 10px;
}

.bl_subLinkUnits {
  /*--.bl_subLinkUnits_signUp {
    padding-top: 15px;
    padding-bottom: 27px;
    a {
      max-width: 174px;
      margin: auto;
    }
  }--*/
}

.bl_subLinkUnits > li {
  border-bottom: 1px solid #acacac;
}

.bl_subLinkUnits > li a {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15px 15px 15px 5px;
}

.bl_subLinkUnits > li a.el_lock {
  position: relative;
}

.bl_subLinkUnits > li a.el_lock:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 23px;
  width: 10px;
  height: 12px;
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/icon_lock.svg);
  background-size: cover;
}

.bl_subLinkUnits > li a:not(.el_btn):hover {
  color: #8d8d8d;
}

.bl_subLinkUnits > li a:not(.el_btn):hover img {
  opacity: 0.6;
}

.bl_subLinkUnits > li:first-child > a:not(.el_btn) {
  padding-top: 5px;
}

.bl_subLinkUnits > li:last-child {
  border-bottom: 0;
}

.bl_subLinkUnits > li:last-child > a:not(.el_btn) {
  padding-bottom: 5px;
}

.bl_subLinkUnits > li.is_hasChild > a.el_link {
  background-image: url(../../../jt-club-alpha/assets/img/common/icon_+.png);
  background-size: 12px 12px;
}

.bl_subLinkUnits > li.is_hasChild .bl_subLinkUnits {
  display: none;
  margin-top: 10px;
}

.bl_subLinkUnits > li.is_hasChild .bl_subLinkUnits > li:first-child {
  border-top: 1px solid #acacac;
}

.bl_subLinkUnits > li.is_hasChild .bl_subLinkUnits > li:first-child > a:not(.el_btn) {
  padding-top: 15px;
}

.bl_subLinkUnits > li.is_hasChild.is_open > a.el_link {
  background-image: url(../../../jt-club-alpha/assets/img/common/icon_x.png);
}

.bl_subLinkUnits .bl_subLinkUnits_passcode {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 30px;
}

.bl_subLinkUnits .bl_subLinkUnits_passcode a {
  display: inline;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0;
  text-decoration: underline;
}

.bl_subLinkUnits .bl_subLinkUnits_passcode a:hover {
  text-decoration: none;
}

.bl_subLinkUnits .bl_subLinkUnits_sign {
  padding-top: 15px;
  padding-bottom: 27px;
}

.bl_subLinkUnits .bl_subLinkUnits_sign .el_btn {
  max-width: 220px;
  margin: auto;
  font-size: 1.6rem;
  padding: 18px 5px 18px 5px;
}

.bl_subLinkUnits .bl_subLinkUnits_sign .bl_subLinkUnits_txt,
.bl_subLinkUnits .bl_subLinkUnits_sign .bl_subLinkUnits_txt02 {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}

.bl_subLinkUnits .bl_subLinkUnits_sign .bl_subLinkUnits_txt {
  margin-bottom: 13px;
}

.bl_subLinkUnits .bl_subLinkUnits_sign .bl_subLinkUnits_txt_login {
  color: #d40025;
}

.bl_subLinkUnits .bl_subLinkUnits_sign .bl_subLinkUnits_txt02 {
  margin-top: 13px;
}

.bl_subLinkUnits .bl_subLinkUnits_sign__out {
  padding-bottom: 0;
}

.bl_subLinkUnits .bl_subLinkUnits_sign__out a {
  padding-top: 0;
}

.bl_subLinkUnits .bl_subLinkUnits_clubAlpha a {
  padding-top: 12px;
}

.bl_subLinkUnits .bl_subLinkUnits_clubAlpha a img {
  max-width: 128px;
  display: block;
  margin: 0 auto 3px;
}

.bl_subLinkUnits .bl_subLinkUnits_voca a {
  padding-top: 12px;
}

.bl_subLinkUnits .bl_subLinkUnits_voca a img {
  display: block;
  margin: 0 auto 13px;
}

.bl_subLinkUnits .bl_subLinkUnits_alphaMail a {
  padding-top: 20px;
  padding-bottom: 18px;
}

.bl_subLinkUnits .bl_subLinkUnits_alphaMail a img {
  max-width: 124px;
  display: block;
  margin: 0 auto 10px;
}

.bl_subLinkUnits .bl_subLinkUnits_howto a {
  height: 144px;
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/sub/img_howto.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bl_subLinkUnits .bl_subLinkUnits_howto a {
    height: 44.89203vw;
  }
}

.bl_subLinkUnits .bl_subLinkUnits_howto a:hover {
  opacity: 0.75;
}

.bl_subSpecial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_subSpecial_img {
  max-width: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  margin-right: 8px;
}

.bl_subSpecial_info {
  max-width: 185px;
  font-size: 1.0rem;
  -ms-flex-preferred-size: 185px;
  flex-basis: 185px;
}

@media screen and (max-width: 768px) {
  .bl_subSpecial_info {
    max-width: inherit;
    -ms-flex-preferred-size: calc(100% - 68px);
    flex-basis: calc(100% - 68px);
  }
}

.bl_subSpecial_info_ttl {
  text-align: left;
}

.bl_subSpecial_info_body {
  font-weight: normal;
  text-align: left;
}

.bl_subSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_subSocial_img {
  max-width: 32px;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  margin-right: 14px;
  margin-left: 10px;
}

.bl_subSocial_txt {
  max-width: 196px;
  text-align: left;
  font-size: 1.2rem;
  -ms-flex-preferred-size: 196px;
  flex-basis: 196px;
}

@media screen and (max-width: 768px) {
  .bl_subSocial_txt {
    max-width: inherit;
    -ms-flex-preferred-size: calc(100% - 56px);
    flex-basis: calc(100% - 56px);
  }
}

.bl_subSocial_txt span {
  font-weight: 500;
}

.bl_blogLists > a {
  text-decoration: none;
  display: block;
  position: relative;
}

.bl_blogLists > a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1089px) {
  .bl_blogLists > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: justify;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1089px) {
  .bl_blogLists_thumb {
    max-width: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .bl_blogLists_thumb {
    max-width: 38.46154%;
    -ms-flex-preferred-size: 38.46154%;
    flex-basis: 38.46154%;
  }
}

.bl_blogLists_thumb__hero {
  height: 300px;
}

@media screen and (max-width: 1089px) {
  .bl_blogLists_thumb__hero {
    max-width: inherit;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.bl_blogLists_infoArea {
  padding-top: 12px;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1089px) {
  .bl_blogLists_infoArea {
    max-width: calc(100% - 210px);
    -ms-flex-preferred-size: calc(100% - 210px);
    flex-basis: calc(100% - 210px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_blogLists_infoArea {
    max-width: 58.46154%;
    -ms-flex-preferred-size: 58.46154%;
    flex-basis: 58.46154%;
  }
}

.bl_blogLists_infoArea__hero {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 24px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1089px) {
  .bl_blogLists_infoArea__hero {
    max-width: inherit;
    padding: 2.66667vw 3.2vw 2.13333vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.bl_blogLists_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .bl_blogLists_ttl {
    font-size: 1.4rem;
    line-height: 1.28571;
  }
}

.bl_blogLists_ttl__hero {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.16667;
  letter-spacing: 0.6px;
  margin-bottom: 7px;
}

@media screen and (max-width: 1089px) {
  .bl_blogLists_ttl__hero {
    font-size: 1.4rem;
    line-height: 1.28571;
  }
}

.bl_blogLists_ttl--jp {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3px;
  margin-bottom: 23px;
}

@media screen and (max-width: 1089px) {
  .bl_blogLists_ttl--jp {
    font-size: 1.2rem;
    line-height: 1.33333;
  }
}

@media screen and (max-width: 768px) {
  .bl_blogLists_ttl--jp {
    margin-bottom: 15px;
  }
}

.bl_blogLists_ttl--jp__hero {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

@media screen and (max-width: 1089px) {
  .bl_blogLists_ttl--jp__hero {
    font-size: 1.2rem;
    line-height: 1.33333;
    padding-right: 30%;
  }
}

.bl_blogLists_lead {
  font-size: 1.4rem;
  line-height: 1.42857;
}

.bl_blogLists_category {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 1089px) {
  .bl_blogLists_category {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .bl_blogLists_category {
    text-align: left;
  }
}

.bl_blogLists_category__hero {
  color: #fff;
  text-align: right;
  letter-spacing: 0.3px;
  margin-top: -1.7em;
}

@media screen and (max-width: 1089px) {
  .bl_blogLists_category__hero {
    margin-top: -15.6px;
  }
}

.bl_blogLists_category__lock {
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/icon_lock.svg);
  padding-right: 21px;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
}

.bl_blogLists_level {
  position: absolute;
  top: 10px;
  left: 8px;
}

@media screen and (max-width: 1089px) {
  .bl_blogLists_level {
    margin-top: 10px;
    position: static;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bl_blogUnits_child__hero .bl_blogLists_level {
    margin-top: 0;
    position: absolute;
  }
}

.bl_blogUnits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_blogUnits_child {
  max-width: 31.64557%;
  -ms-flex-preferred-size: 31.64557%;
  flex-basis: 31.64557%;
  border-top: 1px solid #acacac;
  border-left: 1px solid #acacac;
  margin-right: 2.53165%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1089px) {
  .bl_blogUnits_child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-left-width: 0;
    padding: 15px 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.bl_blogUnits_child__hero {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-width: 0;
  margin-right: 0;
}

.bl_blogUnits_child__hero.bl_blogLists > a {
  display: block;
}

@media screen and (max-width: 1089px) {
  .bl_blogUnits_child__hero {
    padding: 0;
  }
}

.bl_blogUnits_child__hero--02 {
  max-width: 65.82278%;
  -ms-flex-preferred-size: 65.82278%;
  flex-basis: 65.82278%;
  margin-right: 0;
}

@media screen and (max-width: 1089px) {
  .bl_blogUnits_child__hero--02 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.bl_blogUnits_child__juwel {
  border-width: 0;
  margin-right: 0;
  margin-left: 2.53165%;
}

.bl_blogUnits_child__juwel .un_underTab_only {
  display: none;
}

@media screen and (max-width: 1089px) {
  .bl_blogUnits_child__juwel {
    padding: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.bl_blogUnits_child__juwel a {
  display: block;
}

@media screen and (max-width: 1089px) {
  .bl_blogUnits_child__juwel > div {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}

.bl_blogUnits_child:nth-last-child(1), .bl_blogUnits_child:nth-last-child(4) {
  margin-right: 0;
}

@media screen and (max-width: 1089px) {
  .bl_blogUnits_child:last-child {
    border-bottom: 1px solid #acacac;
  }
}

.bl_blogUnits_child__howto {
  margin-right: 2.53165%;
}

@media screen and (max-width: 1089px) {
  .bl_blogUnits_child__howto {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_blogUnits_child__howto:nth-child(1) {
    border-top-width: 0;
    padding-top: 0;
  }
}

.bl_blogUnits_child__howto:nth-last-child(1), .bl_blogUnits_child__howto:nth-last-child(4) {
  margin-right: 2.53165%;
}

.bl_blogUnits_child__howto:nth-child(3n) {
  margin-right: 0;
}

.bl_level {
  line-height: 1.6rem;
  border: 1px solid #fff;
  background-color: #818181;
  padding: 5px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_level_label {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1rem;
  margin-right: 2px;
}

.bl_levelUnits {
  font-size: 1.6rem;
}

.bl_simpleBlog_cat {
  font-family: "Prata", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.6px;
  border-bottom: 3px solid #231815;
  margin-bottom: 14px;
}

@media screen and (max-width: 1089px) {
  .bl_simpleBlog_cat {
    font-size: 2.0rem;
  }
}

.bl_simpleBlog_cat__lock {
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/icon_lock.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
}

.bl_simpleBlog_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.125;
  letter-spacing: 0.4px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 13px;
}

@media screen and (max-width: 1089px) {
  .bl_simpleBlog_ttl {
    font-size: 1.4rem;
    padding-right: 0;
    padding-left: 0;
  }
}

.bl_simpleBlog_ttl--jp {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1089px) {
  .bl_simpleBlog_ttl--jp {
    font-size: 1.2rem;
  }
}

.bl_simpleBlog_body {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.3px;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1089px) {
  .bl_simpleBlog_body {
    padding-right: 0;
    padding-left: 0;
  }
}

.bl_simpleBlogUnits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1089px) {
  .bl_simpleBlogUnits {
    display: block;
  }
  .bl_simpleBlogUnits > *:last-child {
    margin-bottom: 0 !important;
  }
}

.bl_simpleBlogUnits > * {
  max-width: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  margin-left: 20px;
}

@media screen and (max-width: 1089px) {
  .bl_simpleBlogUnits > * {
    max-width: inherit;
    margin-left: 0;
    margin-bottom: 25px;
  }
}

.bl_simpleBlogUnits > *:first-child {
  margin-left: 0;
}

.bl_simpleBlogUnits a {
  text-decoration: none;
}

.bl_simpleBlogUnits a:hover {
  color: #8d8d8d;
}

.bl_info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1089px) {
  .bl_info {
    display: block;
  }
}

.bl_info_date {
  max-width: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71429;
  padding-right: 30px;
}

@media screen and (max-width: 1089px) {
  .bl_info_date {
    font-size: 1.2rem;
  }
}

.bl_info_body {
  max-width: 690px;
  -ms-flex-preferred-size: 690px;
  flex-basis: 690px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71429;
}

@media screen and (max-width: 1089px) {
  .bl_info_body {
    font-size: 1.2rem;
  }
}

.bl_infoUnits > *:last-child {
  margin-bottom: 0 !important;
}

.bl_infoUnits > * {
  margin-bottom: 10px;
}

@media screen and (max-width: 1089px) {
  .bl_infoUnits > * {
    margin-bottom: 20px;
  }
}

.bl_simpleUnits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 1089px) {
  .bl_simpleUnits {
    display: block;
  }
  .bl_simpleUnits > *:last-child {
    margin-bottom: 0 !important;
  }
}

.bl_simpleUnits > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
}

@media screen and (max-width: 1089px) {
  .bl_simpleUnits > * {
    max-width: inherit;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.bl_simpleUnits > *:first-child {
  margin-left: 0;
}

.bl_simpleUnits__menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_simpleUnits__menuList_desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 68%;
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
}

@media screen and (max-width: 1089px) {
  .bl_simpleUnits__menuList_desc {
    max-width: 58.46154%;
    -ms-flex-preferred-size: 58.46154%;
    flex-basis: 58.46154%;
  }
}

.bl_simpleUnits__menuList_thumb {
  max-width: 27.02703%;
  -ms-flex-preferred-size: 27.02703%;
  flex-basis: 27.02703%;
}

@media screen and (max-width: 1089px) {
  .bl_simpleUnits__menuList_thumb {
    max-width: 38.46154%;
    -ms-flex-preferred-size: 38.46154%;
    flex-basis: 38.46154%;
  }
}

@media screen and (max-width: 768px) {
  .bl_simpleUnits.hp_sp {
    margin-bottom: 30px;
  }
}

.bl_simpleUnits .hp_mlIntro {
  margin-left: 15px;
}

@media screen and (max-width: 1089px) {
  .bl_simpleUnits .hp_mlIntro {
    margin-left: 0;
  }
}

.bl_whiteBlock {
  background-color: #fff;
  padding: 20px;
  line-height: 2.4rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .bl_whiteBlock {
    margin-bottom: 20px;
    padding: 15px;
  }
}

.bl_whiteBlock > p {
  font-size: 1.4rem;
}

.bl_whiteBlock .bl_simpleList {
  font-size: 1.4rem;
}

.bl_whitePareto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1089px) {
  .bl_whitePareto {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
  }
}

.bl_whitePareto .bl_whitePareto_img {
  margin-left: 3.57143%;
  width: 200px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 1089px) {
  .bl_whitePareto .bl_whitePareto_img {
    text-align: center;
    margin-left: 0;
    width: auto;
  }
}

@media screen and (max-width: 1089px) {
  .bl_whitePareto .bl_whitePareto_img img {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .bl_whitePareto .bl_whitePareto_img img {
    width: 60%;
  }
}

.bl_whitePareto .bl_whitePareto_desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.bl_whitePareto .bl_whitePareto_desc_ttl {
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #000;
  padding-bottom: 13px;
  margin-bottom: 20px;
}

.bl_whitePareto .bl_whitePareto_desc_txt {
  margin-bottom: 26px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .bl_whitePareto .bl_whitePareto_desc_txt {
    margin-bottom: 11px;
  }
}

.bl_whiteParetoDetail {
  background-color: #fff;
  padding: 20px;
  line-height: 1.875;
}

.bl_whiteParetoDetail .bl_whiteParetoDetail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  line-height: 2.4rem;
}

.bl_whiteParetoDetail .bl_whiteParetoDetail_desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
  height: 117px;
  padding-top: 20px;
}

.bl_whiteParetoDetail .bl_whiteParetoDetail_ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-weight: bold;
}

.bl_whiteParetoDetail .bl_whiteParetoDetail_ttlPerson {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .bl_whiteParetoDetail .bl_whiteParetoDetail_ttlPerson {
    font-size: 1.6rem;
  }
}

.bl_whiteParetoDetail .bl_whiteParetoDetail_img {
  margin-left: 3.57143%;
  width: 100px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.bl_whiteParetoDetail .bl_whiteParetoDetail_txt01 {
  font-size: 1.4rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}

.bl_whiteParetoDetail .bl_whiteParetoDetail_txt02 {
  font-size: 1.4rem;
  font-weight: bold;
}

.bl_whiteParetoDetail .bl_whiteParetoDetail_txt03 {
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.bl_whiteParetoDetail .bl_whiteParetoDetail_btn {
  text-align: center;
}

.bl_whiteParetoDetail .bl_whiteParetoDetail_btn a {
  font-weight: bold;
  padding: 10px 80px;
}

.bl_intro {
  background-color: #ffffff;
  border: 1px solid #acacac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 6px;
}

.bl_intro_img {
  max-width: 120px;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  margin-right: 14px;
}

.bl_intro_ttl {
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bl_intro_ttl a {
  text-decoration: none;
  display: block;
}

.bl_intro_ttl a:not(.el_btn):hover {
  color: #8d8d8d;
}

.bl_intro_ttl a:not(.el_btn):hover img {
  opacity: 0.6;
}

.bl_movie {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .bl_movie {
    width: 100%;
    margin: 0 auto 15px;
  }
}

.bl_movie_img {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .bl_movie_img {
    width: 100%;
  }
}

.bl_movie a > img:focus,
.bl_movie a > img:hover,
.bl_movie a > img:active {
  opacity: 1;
}

.bl_movie i {
  display: block;
}

.bl_movie i:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: ' ';
  background-image: url("/wp-content/themes/jt-alpha/assets/img/common/icon_youtube_off.png");
  background-size: 100px 72px;
  width: 100px;
  height: 72px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.bl_movie i:hover:before {
  background-image: url("/wp-content/themes/jt-alpha/assets/img/common/icon_youtube_on.png");
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.bl_multiCenteredHalf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .bl_multiCenteredHalf {
    display: block;
    margin-bottom: 20px;
  }
}

.bl_multiCenteredHalf .bl_multiCenteredHalf_img {
  margin-left: 3.57143%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
}

.bl_multiCenteredHalf .bl_multiCenteredHalf_img.smImg {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .bl_multiCenteredHalf .bl_multiCenteredHalf_img img {
    width: 100%;
  }
  .bl_multiCenteredHalf .bl_multiCenteredHalf_img.smImg {
    width: 50%;
    margin: 0 auto;
  }
}

.bl_multiCenteredHalf .bl_multiCenteredHalf_img figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}

.bl_multiCenteredHalf .bl_multiCenteredHalf_desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 768px) {
  .bl_multiCenteredHalf .bl_multiCenteredHalf_desc {
    margin-bottom: 30px;
  }
}

.bl_multiCenteredHalf .bl_multiCenteredHalf_desc_txt {
  margin-bottom: 26px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .bl_multiCenteredHalf .bl_multiCenteredHalf_desc_txt {
    margin-bottom: 11px;
  }
}

.bl_multiCenteredHalf .bl_multiCenteredHalf_desc_btn {
  text-align: center;
}

.bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 3.57143%;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_img {
    margin-bottom: 10px;
  }
}

.bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_img.halfwrap {
  width: 400px;
}

@media screen and (max-width: 1089px) {
  .bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_img.halfwrap {
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_img.halfwrap {
    width: auto;
  }
}

.bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_img.halfwrap img {
  width: auto;
}

.bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_img > figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}

.bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_desc {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_desc_txt {
  text-align: center;
}

.bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_desc_txt.ttlSampl {
  text-align: left;
  margin: 40px 0 10px;
}

@media screen and (max-width: 768px) {
  .bl_multiCenteredHalf.bl_multiCenteredHalf__rev .bl_multiCenteredHalf_desc_txt.ttlSampl {
    margin: 0 0 10px;
  }
}

.bl_wrap .bl_wrap_img {
  float: right;
  margin-left: 3.57143%;
  margin-bottom: 3.57143%;
}

@media screen and (max-width: 768px) {
  .bl_wrap .bl_wrap_img {
    float: none;
    margin-left: 0;
  }
}

.bl_wrap .bl_wrap_txt {
  line-height: 1.875;
}

.bl_wrap.bl_wrap__rev .bl_wrap_img {
  float: left;
  margin-right: 3.57143%;
  margin-bottom: 3.57143%;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .bl_wrap.bl_wrap__rev .bl_wrap_img {
    float: none;
    margin-right: 0;
  }
}

.bl_borderPareto {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #231815;
}

.bl_borderPareto .bl_borderPareto_inner {
  margin-bottom: 20px;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  .bl_borderPareto .bl_borderPareto_inner {
    margin-bottom: 20px;
  }
}

.bl_borderPareto .bl_borderPareto_inner:after,
.bl_borderPareto .bl_borderPareto_inner:before {
  content: "";
  clear: both;
  display: block;
}

.bl_borderPareto .bl_borderPareto_img {
  float: right;
  margin-left: 3.57143%;
  margin-bottom: 3.57143%;
}

@media screen and (max-width: 768px) {
  .bl_borderPareto .bl_borderPareto_img {
    text-align: center;
    width: 30%;
  }
}

.bl_borderPareto .bl_borderPareto_desc {
  /*flex: 1;
    order: 1;*/
}

.bl_borderPareto .bl_borderPareto_btn {
  text-align: center;
}

.bl_borderPareto .bl_borderPareto_btn > a {
  font-weight: bold;
  padding: 12px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .bl_borderPareto .bl_borderPareto_btn > a {
    width: 100%;
  }
}

.bl_borderPareto .bl_borderPareto_btn.off {
  background: #e3dfdf;
  color: #818181;
  padding: 8px 20px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bl_borderPareto .bl_borderPareto_btn.off {
    width: 100%;
  }
}

.bl_seminarSns {
  position: relative;
  padding-bottom: 60px;
}

.bl_seminarSns .bl_article_socialBlock {
  position: absolute;
  right: 0;
}

.bl_contact_lead {
  margin-bottom: 24px;
}

.bl_contactWrap {
  margin-bottom: 30px;
}

.bl_contactWrap > * {
  width: 47.87234%;
  float: left;
}

@media screen and (max-width: 768px) {
  .bl_contactWrap > * {
    width: 100%;
    float: none;
  }
}

.bl_contactWrap > *:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 768px) {
  .bl_contactWrap > *:nth-child(2n) {
    float: none;
  }
}

.bl_contactWrap__col1 > *,
.bl_contactWrap__col1 > *:nth-child(2n) {
  width: auto;
  float: none;
}

.bl_contactWrap span.wpcf7-list-item {
  margin-left: 0;
}

.bl_contact_set dt {
  font-weight: bold;
  margin-bottom: 3px;
}

.bl_contact_set dt span {
  margin-left: 5px;
}

.bl_contact_set input::-webkit-input-placeholder {
  color: #818181;
}

.bl_contact_set input::-ms-input-placeholder {
  color: #818181;
}

.bl_contact_set input::placeholder {
  color: #818181;
}

.bl_contact_set input:-ms-input-placeholder {
  color: #818181;
}

.bl_contact_set input[type=text],
.bl_contact_set input[type=tel],
.bl_contact_set input[type=email] {
  width: 100%;
  border: 1px solid #c8c8c8;
  padding: 12px 20px;
}

.bl_contact_set input[type=text].el_short,
.bl_contact_set input[type=tel].el_short,
.bl_contact_set input[type=email].el_short {
  width: 150px;
  margin-right: 10px;
}

.bl_contact_set input[type=text].el_short2,
.bl_contact_set input[type=tel].el_short2,
.bl_contact_set input[type=email].el_short2 {
  width: 80px;
}

.bl_contact_set input[type=radio] {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.bl_contact_set input:-moz-read-only {
  font-size: 1.6rem;
  border-width: 0;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

.bl_contact_set input:read-only {
  font-size: 1.6rem;
  border-width: 0;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

.bl_contact_set select {
  width: 100%;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background: #fff url(../img/common/icon_select.svg) no-repeat right 20px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px;
}

.bl_contact_set textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid #c8c8c8;
  padding: 5px;
}

.bl_contact_set .wpcf7-list-item-label {
  margin-right: 40px;
}

.bl_contact_set .wpcf7-not-valid-tip {
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .bl_contact_set {
    margin-bottom: 30px;
  }
  .bl_contact_set:nth-child(2n) {
    margin-bottom: 0;
  }
}

.bl_listCol2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1089px) {
  .bl_listCol2 {
    display: block;
  }
}

.bl_listCol2 > *.wpcf7-list-item {
  width: 48%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: 5px;
}

@media screen and (max-width: 1089px) {
  .bl_listCol2 > *.wpcf7-list-item {
    width: auto;
    display: block !important;
  }
}

.bl_listCol2 > *.wpcf7-list-item:nth-child(2n) {
  margin-left: 4%;
}

@media screen and (max-width: 1089px) {
  .bl_listCol2 > *.wpcf7-list-item:nth-child(2n) {
    margin-left: 0;
  }
}

.bl_listCol2 > *.wpcf7-list-item:nth-child(1), .bl_listCol2 > *.wpcf7-list-item:nth-child(2) {
  margin-top: 0;
}

.bl_contact_submit {
  text-align: center;
}

div.wpcf7-response-output {
  border-width: 0 !important;
  padding: 0 !important;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7-validation-errors {
  color: #d40025;
}

.bl_infoListUnits > * {
  border-bottom: 1px dotted #231815;
  padding-bottom: 26px;
  margin-bottom: 30px;
}

.bl_infoList_date {
  font-weight: bold;
  margin-bottom: 5px;
}

.bl_infoArchives_list > * {
  line-height: 1;
  border-right: 1px solid #787777;
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 12px;
  float: left;
}

.bl_infoArchives_list > *:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.bl_articleMeta {
  margin-bottom: 8px;
}

.bl_articleMeta_category {
  line-height: 1;
  border-right: 1px solid #000;
  padding-right: 24px;
  margin-right: 24px;
}

.bl_articleMeta_date {
  line-height: 1;
}

.bl_articleMeta_date__information {
  font-size: 1.8rem;
}

.bl_article {
  padding: 0 50px;
}

@media screen and (max-width: 1089px) {
  .bl_article {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .bl_article {
    padding: 0 15px;
  }
}

.bl_article_eyeCatch {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .bl_article_eyeCatch {
    margin-bottom: 20px;
  }
}

.bl_article_body_level {
  line-height: 2.4rem;
  display: inline-block;
}

.bl_article_body_levelWrapp {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .bl_article_body_levelWrapp {
    margin-bottom: 20px;
  }
}

.bl_article_translation {
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .bl_article_translation {
    margin-bottom: 17px;
  }
}

.bl_article_translation a {
  color: #d40025;
  font-weight: bold;
}

.bl_article_translation .el_icon {
  margin-left: 8px;
}

.bl_article_socialBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_article_socialBlock .twitter {
  margin-right: 10px;
}

.bl_article_socialBlock .twitter > * {
  vertical-align: bottom;
}

.bl_article_foot {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .bl_article_foot {
    margin: 40px 0 0;
  }
}

.bl_article_btn {
  text-align: center;
  margin: 80px 0 40px;
}

@media screen and (max-width: 768px) {
  .bl_article_btn {
    margin: 50px 0 25px;
  }
}

.bl_article_btn__col2 .el_btn.el_btn__darkgrey {
  width: 280px;
  font-weight: bold;
  padding: 13px 20px;
  margin: 0 15px;
}

@media screen and (max-width: 1089px) {
  .bl_article_btn__col2 .el_btn.el_btn__darkgrey {
    width: 70%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .bl_article_btn__col2 .el_btn.el_btn__darkgrey {
    width: 100%;
  }
}

.bl_article_printBtn {
  text-align: right;
  margin-bottom: 40px;
}

.bl_article_printBtn .el_btn.el_btn__radius {
  width: 200px;
}

.bl_article__noPadding {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bl_article__noPadding {
    padding: 0;
  }
}

.bl_article_body,
.editor-area {
  font-size: 1.8rem;
}

.bl_article_body p,
.editor-area p {
  line-height: 1.875;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .bl_article_body p,
  .editor-area p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 24px;
  }
}

.bl_article_body strong,
.editor-area strong {
  font-weight: bold;
}

.bl_categoryBtnUnits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_categoryBtnUnits > * {
  max-width: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-bottom: 15px;
  margin-left: 2%;
}

@media screen and (min-width: 769px) {
  .bl_categoryBtnUnits > *:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_categoryBtnUnits > * {
    max-width: 48.61111%;
    -ms-flex-preferred-size: 48.61111%;
    flex-basis: 48.61111%;
    margin-left: 2.77778%;
  }
  .bl_categoryBtnUnits > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_categoryBtnUnits__spNoFlex {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .bl_categoryBtnUnits__spNoFlex > * {
    max-width: 100%;
    margin-left: 0;
  }
}

.bl_articleList {
  border-bottom: 1px solid #acacac;
  padding-bottom: 29px;
  margin-bottom: 30px;
}

.bl_articleList_inner {
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_articleList_inner__search {
  display: block;
}

.bl_articleList a {
  text-decoration: none;
}

.bl_articleList a:hover {
  opacity: 0.75;
}

.bl_articleList_infoArea {
  max-width: 68%;
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
}

@media screen and (max-width: 1089px) {
  .bl_articleList_infoArea {
    max-width: calc(100% - 220px);
    -ms-flex-preferred-size: calc(100% - 220px);
    flex-basis: calc(100% - 220px);
  }
}

@media screen and (max-width: 768px) {
  .bl_articleList_infoArea {
    max-width: 69.23077%;
    -ms-flex-preferred-size: 69.23077%;
    flex-basis: 69.23077%;
  }
}

.bl_articleList_infoArea__noImage {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.bl_articleList_thumb {
  max-width: 27.02703%;
  -ms-flex-preferred-size: 27.02703%;
  flex-basis: 27.02703%;
}

@media screen and (max-width: 1089px) {
  .bl_articleList_thumb {
    max-width: 38.46154%;
    -ms-flex-preferred-size: 38.46154%;
    flex-basis: 38.46154%;
  }
}

.bl_articleList_category, .bl_articleList_date {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.bl_articleList_category__zenyaku {
  font-size: 1.6rem;
}

.bl_articleList_ttl {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 8px;
}

.bl_articleList_ttl--jp {
  font-size: 1.6rem;
  font-weight: 500;
}

.bl_articleList_ttlList > *:last-child {
  margin-bottom: 0 !important;
}

.bl_articleList_ttlList li {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.bl_articleList_ttlList li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: url(/wp-content/themes/jt-alpha/assets/img/common/icon_list_catch.svg) no-repeat left center;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.bl_articleList_ttlList a {
  font-weight: bold;
}

.bl_articleList_url {
  word-break: break-all;
  margin-bottom: 20px;
}

.bl_articleList_moreBtn {
  max-width: 360px;
  margin: 60px auto 0;
}

.bl_articleList_moreBtn .el_btn {
  background-color: transparent;
}

.bl_articleList_moreBtn .el_btn:hover {
  background-color: #dddada;
}

.bl_articleList__zenyaku {
  border-bottom: 0;
  padding-bottom: 0;
}

.bl_articleList.bl_articleList__recruit {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 1089px) {
  .bl_articleList.bl_articleList__recruit {
    padding-right: 0;
    padding-left: 0;
  }
}

.bl_articleList.bl_articleList__recruit .bl_articleList_thumb {
  max-width: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
}

@media screen and (max-width: 768px) {
  .bl_articleList.bl_articleList__recruit .bl_articleList_thumb {
    max-width: 30.55556%;
    -ms-flex-preferred-size: 30.55556%;
    flex-basis: 30.55556%;
  }
}

.bl_articleList.bl_articleList__recruit .bl_articleList_infoArea {
  max-width: calc(100% - 220px - 20px);
  -ms-flex-preferred-size: calc(100% - 220px - 20px);
  flex-basis: calc(100% - 220px - 20px);
}

@media screen and (max-width: 768px) {
  .bl_articleList.bl_articleList__recruit .bl_articleList_infoArea {
    max-width: 65.27778%;
    -ms-flex-preferred-size: 65.27778%;
    flex-basis: 65.27778%;
    margin-left: 2.77778%;
  }
}

.bl_articleList.bl_articleList__recruit .bl_articleList_header {
  border-bottom: 1px solid #acacac;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.bl_articleList.bl_articleList__recruit .bl_articleList_header a {
  text-decoration: underline;
}

.bl_articleList.bl_articleList__recruit .bl_articleList_header a:hover {
  text-decoration: none;
}

.bl_articleUnits {
  margin-bottom: 60px;
}

.bl_articleUnits .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_articleUnits .nav-links > * {
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  margin: 0 5px;
}

.bl_articleUnits .nav-links > .current {
  color: #fff;
  background-color: #231815;
}

.bl_issueTtl {
  font-weight: bold;
  line-height: 1;
}

.bl_issueLists {
  margin-top: 20px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_issueLists > li {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  -ms-flex-preferred-size: 56px;
  flex-basis: 56px;
  margin-bottom: 20px;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .bl_issueLists > li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-right: 0;
  }
}

.bl_issueLists > li.is_active {
  font-weight: bold;
}

.bl_thumbNail {
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

@media screen and (min-width: 1090px) {
  .bl_thumbNail img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.bl_thumbNail.bl_thumbNail__noJuwel {
  height: 300px;
}

@media screen and (max-width: 1089px) {
  .bl_thumbNail.bl_thumbNail__noJuwel {
    height: auto;
  }
}

.bl_thumbNail.bl_thumbNail__noJuwel img {
  width: 100%;
}

.bl_thumbNail.bl_thumbNail__heroJuwel {
  height: 300px;
}

@media screen and (max-width: 1089px) {
  .bl_thumbNail.bl_thumbNail__heroJuwel {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .bl_thumbNail.bl_thumbNail__heroJuwel {
    height: 48vw;
  }
}

.bl_thumbNail.bl_thumbNail__heroJuwel img {
  width: 100%;
}

.bl_thumbNail.bl_thumbNail__topCommon, .bl_thumbNail.bl_thumbNail__listCommon, .bl_thumbNail.bl_thumbNail__listClub {
  max-width: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  height: 180px;
}

@media screen and (max-width: 1089px) {
  .bl_thumbNail.bl_thumbNail__topCommon, .bl_thumbNail.bl_thumbNail__listCommon, .bl_thumbNail.bl_thumbNail__listClub {
    max-width: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    height: 144px;
  }
  .bl_thumbNail.bl_thumbNail__topCommon img, .bl_thumbNail.bl_thumbNail__listCommon img, .bl_thumbNail.bl_thumbNail__listClub img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .bl_thumbNail.bl_thumbNail__topCommon, .bl_thumbNail.bl_thumbNail__listCommon, .bl_thumbNail.bl_thumbNail__listClub {
    max-width: 33.33333vw;
    -ms-flex-preferred-size: 33.33333vw;
    flex-basis: 33.33333vw;
    height: 24vw;
  }
}

.bl_thumbNail.bl_thumbNail__listCommon {
  max-width: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  height: 144px;
}

@media screen and (max-width: 1089px) {
  .bl_thumbNail.bl_thumbNail__listCommon {
    max-width: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    height: 144px;
  }
}

@media screen and (max-width: 768px) {
  .bl_thumbNail.bl_thumbNail__listCommon {
    max-width: 26.66667vw;
    -ms-flex-preferred-size: 26.66667vw;
    flex-basis: 26.66667vw;
    height: 19.2vw;
  }
}

.bl_articleList_inner__search .bl_thumbNail.bl_thumbNail__listCommon {
  width: 200px;
  margin-left: 10px;
  float: right;
}

@media screen and (max-width: 768px) {
  .bl_articleList_inner__search .bl_thumbNail.bl_thumbNail__listCommon {
    width: 26.66667vw;
  }
}

.bl_thumbNail.bl_thumbNail__listClub {
  max-width: inherit;
  height: 216px;
}

@media screen and (max-width: 1089px) {
  .bl_thumbNail.bl_thumbNail__listClub {
    max-width: inherit;
    height: 19.28571vw;
  }
}

@media screen and (max-width: 768px) {
  .bl_thumbNail.bl_thumbNail__listClub {
    max-width: 33.33333vw;
    height: 24vw;
  }
}

.bl_thumbNail.bl_thumbNail__howto img {
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bl_thumbNail.bl_thumbNail__howto .el_credit_value {
  background-color: rgba(0, 0, 0, 0.85);
}

.bl_thumbNail.bl_thumbNail__listRecruit {
  position: static;
}

.bl_thumbNail.bl_thumbNail__listRecruit img {
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bl_thumbNail.bl_thumbNail__listRecruit img.is_noImg {
  border: 1px solid #acacac;
}

.bl_tooltips {
  position: absolute;
  z-index: 150;
}

.bl_tooltips_inner {
  max-width: 230px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.28571;
  background-color: #000;
  padding: 7px 15px;
  position: relative;
}

.bl_tooltips_inner:after {
  content: '';
  border-top: 8px solid #000;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid rgba(0, 0, 0, 0);
  display: block;
  margin-top: -1px;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.bl_tooltips_ttl {
  font-size: 1.4rem;
  margin-bottom: 3px;
}

.bl_tooltips_body {
  font-size: 1.4rem;
}

.bl_searchElements {
  text-align: center;
}

.bl_searchElements form {
  display: table;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.bl_searchElements form > * {
  display: table-cell;
  vertical-align: middle;
}

.bl_searchElements input[type=text] {
  width: 450px;
  height: 38px;
  font-size: 1.6rem;
  border: 1px solid #000;
  padding: 10px;
}

@media screen and (max-width: 1089px) {
  .bl_searchElements input[type=text] {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .bl_searchElements input[type=text] {
    width: auto;
    max-width: 200px;
  }
}

.bl_searchElements input[type=submit] {
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  border-width: 0;
  line-height: 1;
  background: #67686b url(/wp-content/themes/jt-alpha/assets/img/common/icon_search_w.png) no-repeat center;
  background-size: 16px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 0;
}

.screen-reader-text {
  display: none;
}

.bl_leadBnrWrapp {
  padding-top: 50px;
}

.bl_leadBnrWrapp > *:last-child {
  margin-bottom: 0 !important;
}

.bl_leadBnr {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1089px) {
  .bl_leadBnr {
    margin-bottom: 20px;
  }
}

.bl_leadBnr img {
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bl_leadBnr > div {
  max-width: 728px;
  margin-right: auto;
  margin-left: auto;
}

.bl_sideRectBnr {
  margin-bottom: 20px;
}

@media screen and (max-width: 1089px) {
  .bl_sideRectBnr img {
    width: 300px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.bl_leadBnr,
.bl_sideRectBnr {
  text-align: center;
}

.bl_leadBnr > div,
.bl_sideRectBnr > div {
  display: inline-block;
}

.bl_sideRectBnr {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.bl_sideRectBnr > div {
  display: block;
}

.bl_lock {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .bl_lock {
    max-width: 100%;
    margin-top: 40px;
  }
}

.bl_lock_body {
  padding: 20px 20px 24px;
  border: 1px solid #b0b0b0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .bl_lock_body {
    padding: 17px 20px 20px;
  }
}

.bl_lock_inr {
  max-width: 488px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .bl_lock_inr {
    max-width: 100%;
  }
}

.bl_lock_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background: #67686b;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bl_lock_ttl {
    font-size: 1.2rem;
    padding: 16px 10px;
  }
}

.bl_lock_ttl span {
  display: inline-block;
  padding-left: 21px;
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/icon_lock_white.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  text-align: left;
}

.bl_lock_catch {
  text-align: center;
  background: #d1d1d2;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 6px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .bl_lock_catch {
    font-size: 1.2rem;
  }
}

.bl_lock_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .bl_lock_btns {
    display: block;
  }
}

.bl_lock_btns_txt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 13px;
}

.bl_lock_btns_txt span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bl_lock_btns_txt {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.bl_lock_btns li {
  width: 225px;
  margin-right: 38px;
}

@media screen and (max-width: 768px) {
  .bl_lock_btns li {
    width: 100%;
    margin-bottom: 32px;
  }
}

.bl_lock_btns li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.bl_lock_btns li .el_btn {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  min-height: 66px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .bl_lock_btns li .el_btn {
    min-height: 60px;
  }
}

.bl_lock_btns li .el_btn span {
  font-weight: bold;
}

.bl_modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.502);
}

.bl_modal {
  max-width: 800px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  background: #f1efef;
}

@media screen and (max-width: 768px) {
  .bl_modal {
    max-width: 100%;
    width: calc(100% - 30px);
  }
}

.bl_modal .bl_modal_inner {
  max-height: 90vh;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_inner {
    max-height: 80vh;
  }
}

.bl_modal .bl_modal_body {
  padding: 40px;
}

.bl_modal .bl_modal_body > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_body {
    padding: 30px 10px;
  }
}

.bl_modal .bl_modal_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  padding: 8px 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.bl_modal .bl_modal_lead {
  color: #d40025;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_lead {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.bl_modal .bl_modal_lead a {
  color: #d40025;
}

.bl_modal .bl_modal_mdlTtl {
  text-align: center;
  margin-top: -4px;
  padding-bottom: 12px;
  border-bottom: #000 1px solid;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_mdlTtl {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
}

.bl_modal .bl_modal_mdlTtl small {
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_mdlTtl small {
    display: block;
    margin-top: -1px;
    font-size: 1rem;
  }
}

.bl_modal .bl_modal_txt {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_txt {
    margin-bottom: 10px;
  }
}

.bl_modal .bl_modal_txtright {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_txtright {
    margin-bottom: 10px;
  }
}

.bl_modal .bl_modal_btn .el_btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
  font-weight: bold;
  font-size: 1.4rem;
  will-change: opacity;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_btn .el_btn {
    height: 60px;
  }
}

.bl_modal .bl_modal_btntxt {
  font-size: 1.2rem;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_btntxt {
    margin-top: 10px;
  }
}

.bl_modal .bl_modal_close {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_close {
    margin-top: 20px;
  }
}

.bl_modal .bl_modal_close a {
  display: block;
  background: #bab9ba;
  border-radius: 4px;
  color: #67686b;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  padding: 12px 0;
}

.bl_modal .bl_modal_close a span {
  display: inline-block;
  padding-left: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-image: url("/wp-content/themes/jt-alpha/assets/img/common/icon_modalclose.svg");
}

.bl_modal .bl_modal_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_grid {
    display: block;
  }
}

.bl_modal .bl_modal_grid_half {
  width: 47.22222%;
}

.bl_modal .bl_modal_grid_half > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .bl_modal .bl_modal_grid_half {
    margin-bottom: 30px;
    width: 100%;
  }
}

.bl_modal.bl_modal__single .bl_modal_grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_modal.bl_modal__single .bl_modal_grid_half {
  width: 425px;
}

@media screen and (max-width: 768px) {
  .bl_modal.bl_modal__single .bl_modal_grid_half {
    width: 100%;
  }
}

.bl_modal.bl_modal__single .bl_modal_grid_half:nth-child(2n) {
  display: none;
}

.bl_formLogin input[type="email"],
.bl_formLogin input[type="password"],
.bl_formLogin input[type="text"] {
  width: 100%;
  border: 1px solid #c8c8c8;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .bl_formLogin input[type="email"],
  .bl_formLogin input[type="password"],
  .bl_formLogin input[type="text"] {
    font-size: 1rem;
  }
}

.bl_formLogin input[type="email"]::-webkit-input-placeholder,
.bl_formLogin input[type="password"]::-webkit-input-placeholder,
.bl_formLogin input[type="text"]::-webkit-input-placeholder {
  color: #c8c8c8;
}

.bl_formLogin input[type="email"]::-ms-input-placeholder,
.bl_formLogin input[type="password"]::-ms-input-placeholder,
.bl_formLogin input[type="text"]::-ms-input-placeholder {
  color: #c8c8c8;
}

.bl_formLogin input[type="email"]::placeholder,
.bl_formLogin input[type="password"]::placeholder,
.bl_formLogin input[type="text"]::placeholder {
  color: #c8c8c8;
}

.bl_formLogin .bl_formLogin_item {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .bl_formLogin .bl_formLogin_item {
    margin-bottom: 15px;
  }
}

.bl_formLogin .bl_formLogin_item_note {
  font-size: 1.2rem;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .bl_formLogin .bl_formLogin_item_note {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.bl_formLogin .bl_formLogin_item dt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .bl_formLogin .bl_formLogin_item dt {
    font-size: 1.2rem;
  }
}

.bl_formLogin .bl_formLogin_item_password {
  font-size: 1.2rem;
  margin-top: 8px;
}

.bl_formLogin .bl_formLogin_item_password a {
  display: inline-block;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-image: url("/wp-content/themes/jt-alpha/assets/img/common/icon_question.svg");
}

.bl_formLogin_accordion {
  margin-top: 40px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .bl_formLogin_accordion {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.bl_formLogin_accordion_btn {
  background-color: #fff;
}

.bl_formLogin_accordion_btn a {
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  padding: 10px 10px 25px;
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/icon_arrow_right_gray_open.svg);
  background-repeat: no-repeat;
  background-position: 50% 88%;
  background-size: 17px auto;
}

@media screen and (max-width: 768px) {
  .bl_formLogin_accordion_btn a {
    font-size: 1.4rem;
    background-size: 11px auto;
    padding: 5px 10px 20px;
  }
}

.bl_formLogin_accordion_btn a.is_active {
  background-image: url(/wp-content/themes/jt-alpha/assets/img/common/icon_arrow_right_gray_close.svg);
}

.bl_formLogin_accordion_btn a strong {
  font-weight: bold;
}

.bl_formLogin_accordion_btn a small,
.bl_formLogin_accordion_btn a span {
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .bl_formLogin_accordion_btn a small,
  .bl_formLogin_accordion_btn a span {
    font-size: 1rem;
  }
}

.bl_formLogin_accordion_btn a span {
  margin-top: 3px;
  color: #d40025;
}

.bl_formLogin_accordion_body {
  margin-top: 20px;
}

.bl_formLogin_accordion_body > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .bl_formLogin_accordion_body {
    margin-top: 15px;
  }
}

.bl_togglePanel p {
  margin-bottom: 1em;
}

.bl_togglePanel p:last-child {
  margin-bottom: 0;
}

.bl_togglePanel_mb {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .bl_togglePanel_mb {
    margin-bottom: 20px;
  }
}

.bl_togglePanel_half {
  width: 38.3%;
  margin: 0 auto;
  width: 85%;
}

.bl_togglePanel_ttl {
  padding: 10px;
  background: #8a8a8c;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.bl_togglePanel_ttl:after {
  position: absolute;
  margin-left: 5px;
  content: '+';
}

.bl_togglePanel_ttl.is_active:after {
  content: 'ー';
}

.bl_togglePanel_txt {
  font-size: 1.8rem;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .bl_togglePanel_txt {
    font-size: 1.6rem;
    padding: 0;
  }
}

.bl_togglePanel_inner {
  padding: 20px;
  background: #e3e1e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: block;
}

.bl_togglePanel_innerCenter {
  min-height: 1em;
  padding: 30px;
  background: #e3e1e2;
  display: block;
}

.bl_togglePanel_innerCenter p strong,
.bl_togglePanel_innerCenter p b {
  font-weight: bold;
}

.bl_togglePanel_item {
  background: #fff;
  padding: 10px;
}

.bl_togglePanel_item + .bl_togglePanel_item {
  margin-left: 0;
  margin-top: 35px;
  position: relative;
}

.bl_togglePanel_item + .bl_togglePanel_item:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 30px;
  height: 17px;
  background: url(../img/common/icon_arrow_down.svg) left top no-repeat;
  background-size: 30px 17px;
  vertical-align: middle;
  top: -26px;
  left: calc(50% - 18px);
}

.bl_togglePanel_item_block + .bl_togglePanel_item_block {
  margin-top: 40px;
}

.bl_togglePanel strong {
  font-weight: bold;
}

.bl_rectBnrCenter {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.bl_recaptcha {
  margin: auto auto 20px;
}

.bl_recaptcha > * {
  margin: auto;
}

/* Header
   ========================================================================== */
.bl_header {
  background-color: #f1efef;
}

.bl_header_logo {
  width: 31.07143%;
  font-family: "Prata", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  line-height: 1em;
  position: relative;
  z-index: 150;
}

@media screen and (max-width: 1089px) {
  .bl_header_logo {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .bl_header_logo {
    width: 58vw;
    padding-left: 0;
    margin-left: 6.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .bl_header_logo svg {
    width: 51.6vw;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .bl_header_logo a:hover {
    opacity: 0.75;
  }
}

.bl_headerUtils {
  width: 51.78571%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .bl_headerUtils {
    position: relative;
  }
}

@media screen and (max-width: 1089px) {
  .bl_headerUtils {
    width: 55.35714vw;
    top: 2.58621%;
  }
}

@media screen and (max-width: 768px) {
  .bl_headerUtils {
    width: 17.33333vw;
    margin-right: 4vw;
  }
}

.bl_headerUtils > * {
  max-height: 46px;
  border-left: 1px solid #231815;
  float: left;
}

@media screen and (max-width: 768px) {
  .bl_headerUtils > * {
    float: right;
  }
}

.bl_headerUtils_search {
  padding: 0 0 0 2.41379%;
}

@media screen and (min-width: 769px) {
  .bl_headerUtils_search form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.bl_headerUtils_link {
  width: 41.2069%;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1089px) {
  .bl_headerUtils_link {
    width: 21.33929vw;
  }
}

.bl_headerUtils_link a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  .bl_headerUtils_link a:hover {
    color: #8d8d8d;
  }
}

.bl_searchBlock {
  width: 48.10345%;
}

@media screen and (max-width: 1089px) {
  .bl_searchBlock {
    width: 24.91071vw;
  }
}

@media screen and (max-width: 768px) {
  .bl_searchBlock {
    width: auto;
    margin-bottom: 20px;
  }
}

.bl_searchBlock form {
  width: 100%;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}

@media screen and (max-width: 768px) {
  .bl_searchBlock form {
    background-color: #f1efef;
    padding: 4vw;
  }
}

.bl_searchBlock form > * {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .bl_searchBlock form > *:first-child {
    width: 4vw;
  }
}

.bl_searchBlock input[type=submit] {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  border-width: 0;
  line-height: 1;
  background: url(../img/common/icon_search.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
}

@media screen and (max-width: 1089px) {
  .bl_searchBlock input[type=submit] {
    width: 1.78571vw;
    height: 1.78571vw;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .bl_searchBlock input[type=submit] {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.bl_searchBlock input[type=text] {
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #f1efef;
  background-color: #f1efef;
  margin-left: 10px;
  -webkit-appearance: none;
}

@media screen and (min-width: 1090px) {
  .bl_searchBlock input[type=text] {
    width: 222px;
  }
}

@media screen and (max-width: 1089px) {
  .bl_searchBlock input[type=text] {
    width: calc(100% - 4vw);
    font-size: 1.4rem;
    border-radius: 0;
  }
}

.bl_headerNav {
  width: 10.34483%;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bl_headerNav {
    width: 14.4vw;
    padding: 3px 0 7px 5.06667vw;
  }
}

.bl_headerNav_overLay {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: navOverLayNodisplay 0.25s ease-in-out forwards;
  animation: navOverLayNodisplay 0.25s ease-in-out forwards;
}

.bl_headerNav_outerWrapp {
  background-color: #c8c4c3;
  overflow: auto;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .bl_headerNav_outerWrapp {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media screen and (max-width: 768px) {
  .bl_headerNav_outerWrapp {
    width: 100%;
    opacity: 0;
  }
}

.bl_headerNav_innerWrapp {
  width: 520px;
  padding: 52px 80px 25px;
}

@media screen and (max-width: 768px) {
  .bl_headerNav_innerWrapp {
    width: 100%;
    padding: 5.33333vw 6.66667vw 15px;
  }
}

.bl_headerNav_btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding: 5px 0 0 0;
  margin: 0;
}

.bl_headerNav_btn_txt {
  font-size: 1rem;
  line-height: 1;
}

.bl_headerNav_btn_txt_close {
  display: block;
}

.is_active .bl_headerNav_btn_txt_close {
  display: none;
}

.bl_headerNav_btn_txt_open {
  display: none;
}

.is_active .bl_headerNav_btn_txt_open {
  display: block;
}

.bl_headerNav_btn:focus {
  outline: none;
}

.bl_headerNav_line {
  width: 24px;
  height: 2px;
  vertical-align: middle;
  background-color: #231815;
  display: inline-block;
  position: relative;
}

.is_active .bl_headerNav_line {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  background-color: transparent;
}

.bl_headerNav_line:before, .bl_headerNav_line:after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #231815;
  display: inline-block;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.is_active .bl_headerNav_line:before, .is_active .bl_headerNav_line:after {
  width: 26px;
}

@media screen and (max-width: 768px) {
  .is_active .bl_headerNav_line:before, .is_active .bl_headerNav_line:after {
    height: 2px;
  }
}

.bl_headerNav_line:before {
  position: absolute;
  top: -7px;
  left: 0;
}

.is_active .bl_headerNav_line:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.bl_headerNav_line:after {
  position: absolute;
  bottom: -7px;
  left: 0;
}

.is_active .bl_headerNav_line:after {
  bottom: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.bl_headerNav_lineWrapp {
  width: 24px;
  height: 23px;
  line-height: 0;
  display: block;
  padding-top: 7px;
  margin-right: auto;
  margin-left: auto;
}

.bl_headerNav_links > li {
  margin-bottom: 10px;
}

.bl_headerNav_links > li a:not(.bl_headerNav_links_logout) {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  background: #fff url(../img/common/icon_arrow_right_gray.svg) no-repeat right 18px center;
  background-size: 8px 12px;
  display: block;
  padding: 14px 30px;
}

@media screen and (min-width: 769px) {
  .bl_headerNav_links > li a:not(.bl_headerNav_links_logout):hover {
    color: #8d8d8d;
  }
}

.bl_headerNav_links > li a:not(.bl_headerNav_links_logout).el_redLink {
  color: #fff;
  background-color: #d40025;
  background-image: url(../img/common/icon_arrow_right_white.svg);
}

.bl_headerNav_links > li a:not(.bl_headerNav_links_logout).is_noIcon {
  background-image: none;
  cursor: default;
}

.bl_headerNav_links > li a:not(.bl_headerNav_links_logout).is_noIcon:hover {
  color: #000;
}

.bl_headerNav_links > li > a {
  font-weight: bold;
}

.bl_headerNav_links > li > a.bl_headerNav_links_logout {
  text-decoration: none;
}

.bl_headerNav_links > li > a.is_clubalpha {
  color: #fff;
  background-color: #343436;
}

@media screen and (max-width: 768px) {
  .bl_headerNav_links > li.is_hasChild > a.is_noIcon__spOnly {
    background-image: url(../img/common/icon_+.png);
    background-size: 12px 12px;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 768px) {
  .bl_headerNav_links > li.is_hasChild > a.is_noIcon__spOnly.is_open {
    background-image: url(../img/common/icon_x.png);
    background-size: 10px 10px;
  }
}

.bl_headerNav_links_childLinks {
  background-color: #fff;
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .bl_headerNav_links_childLinks {
    display: none;
  }
}

.bl_headerNav_links_childLinks li {
  border-top: 1px solid #acacac;
}

.bl_headerNav_links_childLinks li a {
  background-position: right 6px center;
  padding-right: 18px;
  padding-left: 28px;
}

.bl_headerNav_btnWrap__close {
  display: none;
}

.bl_headerNav.is_active .bl_headerNav_overLay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: navOverLay 0.25s ease-in-out forwards;
  animation: navOverLay 0.25s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  .bl_headerNav.is_active .bl_headerNav_overLay {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .bl_headerNav.is_active .bl_headerNav_outerWrapp {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .bl_headerNav.is_active .bl_headerNav_outerWrapp {
    height: 100%;
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .bl_headerNav.is_active .bl_headerNav_innerWrapp {
    width: 100%;
  }
}

.bl_headerNav.is_active .bl_headerNav_btnWrap {
  display: none;
}

.bl_headerNav.is_active .bl_headerNav_btnWrap__close {
  display: block;
}

/* Footer
   ========================================================================== */
.bl_footerLogo {
  width: 17.94643%;
  -ms-flex-preferred-size: 17.94643%;
  flex-basis: 17.94643%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 1089px) {
  .bl_footerLogo {
    width: 201px;
    text-align: center;
    margin: 0 auto 25px;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .bl_footerLogo {
    width: 46.26667vw;
    margin: 0 auto 6.66667vw;
  }
}

.bl_footerNav {
  text-align: right;
  font-size: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
}

@media screen and (min-width: 1090px) {
  .bl_footerNav {
    padding-top: 5px;
  }
}

@media screen and (max-width: 1089px) {
  .bl_footerNav {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    float: none;
    padding-right: 6.66667vw;
    padding-left: 6.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: justify;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bl_footerNav > li {
  border-left: 1px solid #231815;
  display: inline-block;
  padding-left: 19px;
  margin-left: 20px;
}

@media screen and (max-width: 1089px) {
  .bl_footerNav > li {
    border-left: none;
    border-bottom: 1px solid #231815;
    padding: 22px 0 20px 0;
    margin-left: 0;
    -ms-flex-preferred-size: 40vw;
    flex-basis: 40vw;
    max-width: 40vw;
  }
  .bl_footerNav > li:nth-child(1), .bl_footerNav > li:nth-child(2) {
    border-top: 1px solid #231815;
  }
}

.bl_footerNav > li a {
  font-size: 1.2rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .bl_footerNav > li a {
    font-size: 1.4rem;
  }
}

.bl_footerNav > li a:hover {
  color: #8d8d8d;
}

.bl_footerNav > li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.bl_copyright {
  clear: both;
  font-size: 1.2rem;
  text-align: right;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media screen and (max-width: 1089px) {
  .bl_copyright {
    text-align: center;
    padding-right: 6.66667vw;
    padding-left: 6.66667vw;
  }
}

@-webkit-keyframes navOverLay {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}

@keyframes navOverLay {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes navOverLayNodisplay {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  99% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    height: 0;
  }
}

@keyframes navOverLayNodisplay {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  99% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    height: 0;
  }
}

.bl_breadcrumbs {
  padding: 20px 0 17px;
}

@media screen and (max-width: 1089px) {
  .bl_breadcrumbs {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .bl_breadcrumbs {
    margin-bottom: -20px;
  }
}

.bl_breadcrumbs li {
  font-size: 1.2rem;
  padding-left: 15px;
  margin-left: 5px;
  float: left;
  position: relative;
}

.bl_breadcrumbs li a {
  font-weight: bold;
}

.bl_breadcrumbs li:before {
  content: '>';
  font-weight: bold;
  position: absolute;
  left: 0;
}

.bl_breadcrumbs li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.bl_breadcrumbs li:first-child:before {
  content: '';
}

.bl_listNumber {
  list-style: outside decimal;
  margin-left: 20px;
  margin-bottom: 30px;
  line-height: 2;
}

.bl_listNumber > *:last-child {
  margin-bottom: 0 !important;
}

.bl_listNumber li {
  padding-left: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .bl_listNumber li {
    margin-bottom: 5px;
  }
}

.bl_listAlpha {
  list-style: outside lower-alpha;
  margin-left: 20px;
  line-height: 2;
}

.bl_listAlpha li {
  padding-left: 10px;
  margin-bottom: 0;
}

.bl_listAlpha.bl_listAlpha__upper {
  list-style: outside upper-alpha;
}

.bl_listNone {
  list-style: outside none;
  line-height: 2;
}

.bl_listNone li {
  padding-left: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0;
}

.bl_listNone__noIndent > li {
  padding-left: 10px;
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.875;
}

.bl_listNone__noIndent .btLine {
  margin-bottom: 40px;
}

.bl_simpleList {
  list-style-image: none;
  margin-bottom: 30px;
}

.bl_simpleList > *:last-child {
  margin-bottom: 0 !important;
}

.bl_simpleList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .bl_simpleList li {
    margin-bottom: 5px;
  }
}

.bl_simpleList li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #67686b;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.bl_simpleList .noLink {
  color: #818181;
}

.bl_itemListLv2 {
  list-style-image: none;
  margin-bottom: 30px;
}

.bl_itemListLv2 > *:last-child {
  margin-bottom: 0 !important;
}

.bl_itemListLv2 li {
  line-height: 1.875;
  background: url(/wp-content/themes/jt-alpha/assets/img/common/icon_line.png) no-repeat left top;
  padding-left: 24px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .bl_itemListLv2 li {
    margin-bottom: 5px;
  }
}

.bl_itemListLv2 li:before {
  content: none;
}

.bl_faqList > *:last-child {
  margin-bottom: 0 !important;
}

.bl_faqList dt {
  background: url(../img/common/icon_q.svg) no-repeat left top;
  padding: 10px 0 15px 55px;
  font-weight: bold;
}

.bl_faqList dd {
  background: url(../img/common/icon_a.svg) no-repeat left top;
  padding: 10px 0 30px 55px;
  border-bottom: 1px dotted #231815;
  margin-bottom: 30px;
}

.bl_featureList > *:last-child {
  margin-bottom: 0 !important;
}

.bl_featureList dt {
  margin: 0 0 15px 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bl_featureList dt {
    margin-bottom: 15px;
  }
}

.bl_featureList dd {
  line-height: 1.875;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .bl_featureList dd {
    margin-bottom: 24px;
  }
}

.bl_contentsList > *:last-child {
  margin-bottom: 0 !important;
}

.bl_contentsList dt {
  margin: 0 0 10px 0;
  font-weight: bold;
  float: left;
  clear: left;
}

.bl_contentsList dt:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #67686b;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.bl_contentsList dd {
  margin-left: 120px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .bl_contentsList dd {
    margin-left: 100px;
  }
}

.bl_anchorLink {
  text-align: center;
  display: inline-block;
}

.bl_anchorLink li {
  width: calc(100% / 3 - 10px);
  line-height: 3;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .bl_anchorLink li {
    width: calc(100% / 2 - 5px);
    line-height: 1.25;
    margin: 10px 0;
    padding-left: 10px;
  }
}

.bl_anchorLink li:before {
  content: '|';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .bl_anchorLink li:before {
    height: 16px;
  }
}

@media screen and (min-width: 769px) {
  .bl_anchorLink li:first-child, .bl_anchorLink li:nth-child(4), .bl_anchorLink li:nth-child(7) {
    padding-left: 0;
    margin-left: 0;
  }
  .bl_anchorLink li:first-child:before, .bl_anchorLink li:nth-child(4):before, .bl_anchorLink li:nth-child(7):before {
    content: '';
  }
}

@media screen and (max-width: 768px) {
  .bl_anchorLink li:nth-child(odd) {
    padding-left: 0;
    margin-left: 0;
  }
  .bl_anchorLink li:nth-child(odd):before {
    content: '';
  }
}

.tb_ancLink {
  margin-top: -110px;
  padding-top: 110px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .tb_ancLink {
    padding-bottom: 30px;
  }
}

.tb_ancLinkTop {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .tb_ancLinkTop {
    padding-bottom: 60px;
  }
}

.bl_table {
  width: 100%;
  border-top: 1px solid #acacac;
  border-right: 1px solid #acacac;
  margin-bottom: 30px;
}

.bl_table > thead > tr > th,
.bl_table > tbody > tr > th,
.bl_table > tbody > tr > td {
  width: 25%;
  vertical-align: middle;
  border-bottom: 1px solid #acacac;
  border-left: 1px solid #acacac;
}

.bl_table > thead > tr > th,
.bl_table > tbody > tr > th {
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
  background: #e3dfdf;
}

@media screen and (max-width: 768px) {
  .bl_table > thead > tr > th,
  .bl_table > tbody > tr > th {
    padding: 12px 8px;
  }
}

.bl_table > tbody > tr > td {
  background-color: #fff;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .bl_table > tbody > tr > td {
    padding: 12px 8px;
  }
}

.bl_table__vertical {
  border-right: none;
}

.bl_table__vertical > tbody > tr > th {
  padding: 25px 20px;
  border-left: none;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .bl_table__vertical > tbody > tr > th {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}

.bl_table__vertical > tbody > tr > td {
  padding: 25px 20px;
  width: auto;
  border-left: none;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .bl_table__vertical > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}

.bl_table__vertical > tbody > tr > td > p.hp_mb {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .bl_table__vertical > tbody > tr > td > p.hp_mb {
    margin-bottom: 15px;
  }
}

/* ==========================================================================
  Programs
  ========================================================================== */
.js_pageTop,
.js_tooltipsDisplay,
.js_toggleBlock,
.js_audioRate {
  display: none;
}

.js_tooltips {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}

.js_loading,
.loading {
  text-align: center;
}

.js_loading img,
.loading img {
  width: 32px;
  height: 32px;
}

.js_accordion .js_accordion_btn {
  cursor: pointer;
}

.js_accordion .js_accordion_body {
  display: none;
}

@media screen and (max-width: 768px) {
  .js_spAccordion .js_spAccordion_btn {
    cursor: pointer;
  }
  .js_spAccordion .js_spAccordion_body {
    display: none;
  }
}

body.is_modal {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.js_modal {
  display: none;
}

.js_modal_close {
  cursor: pointer;
}

.js_modal_overlay {
  display: none;
}

.bl_article_body__nopw ~ .bl_lock_sec {
  padding-top: 30px;
  position: relative;
  top: -60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 239, 239, 0)), color-stop(2%, rgba(241, 239, 239, 0.2)), color-stop(10%, rgba(241, 239, 239, 0.8)), color-stop(14%, rgba(241, 239, 239, 0.8)), to(#f1efef));
  background: linear-gradient(to bottom, rgba(241, 239, 239, 0) 0%, rgba(241, 239, 239, 0.2) 2%, rgba(241, 239, 239, 0.8) 10%, rgba(241, 239, 239, 0.8) 14%, #f1efef 100%);
}

#js-pwLoginBtn img {
  width: auto;
}

/* ==========================================================================
  Unique
  ========================================================================== */
/* Grammar Lesson
   ========================================================================== */
.un_grammarLesson_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .un_grammarLesson_ttl {
    margin-bottom: 20px;
  }
}

.un_grammarLesson_ttl img {
  border: 1px solid #acacac;
}

.un_grammarLesson_profile {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .un_grammarLesson_profile {
    margin-top: 40px;
  }
}

.un_TopAccrdion {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .un_TopAccrdion {
    margin-top: 24px;
  }
}

.un_TopAccrdion .un_TopAccrdion_body {
  background-color: #fff;
  padding: 20px;
}

.un_TopAccrdion .un_TopAccrdion_body > *:last-child {
  margin-bottom: 0 !important;
}

.un_howto_cont {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .un_howto_cont {
    margin: 60px 0;
  }
}

.un_howto_cont p {
  line-height: 1.875;
}

/* ==========================================================================
  Helpers
  ========================================================================== */
/* display
========================================================================== */
.hp_dn {
  display: none !important;
}

.hp_db {
  display: block !important;
}

.hp_di {
  display: inline !important;
}

.hp_dib {
  display: inline-block !important;
}

.hp_dtb {
  display: table !important;
}

.hp_ditb {
  display: inline-table !important;
}

.hp_dtbc {
  display: table-cell !important;
}

.hp_dtbr {
  display: table-row !important;
}

/* width
========================================================================== */
.hp_wd0p {
  width: 0% !important;
}

.hp_wd5p {
  width: 5% !important;
}

.hp_wd10p {
  width: 10% !important;
}

.hp_wd15p {
  width: 15% !important;
}

.hp_wd20p {
  width: 20% !important;
}

.hp_wd25p {
  width: 25% !important;
}

.hp_wd30p {
  width: 30% !important;
}

.hp_wd35p {
  width: 35% !important;
}

.hp_wd40p {
  width: 40% !important;
}

.hp_wd45p {
  width: 45% !important;
}

.hp_wd50p {
  width: 50% !important;
}

.hp_wd55p {
  width: 55% !important;
}

.hp_wd60p {
  width: 60% !important;
}

.hp_wd65p {
  width: 65% !important;
}

.hp_wd70p {
  width: 70% !important;
}

.hp_wd75p {
  width: 75% !important;
}

.hp_wd80p {
  width: 80% !important;
}

.hp_wd85p {
  width: 85% !important;
}

.hp_wd90p {
  width: 90% !important;
}

.hp_wd95p {
  width: 95% !important;
}

.hp_wd100p {
  width: 100% !important;
}

/* padding
========================================================================== */
.hp_p0 {
  padding: 0px !important;
}

.hp_p5 {
  padding: 5px !important;
}

.hp_p10 {
  padding: 10px !important;
}

.hp_p15 {
  padding: 15px !important;
}

.hp_p20 {
  padding: 20px !important;
}

.hp_p25 {
  padding: 25px !important;
}

.hp_p30 {
  padding: 30px !important;
}

.hp_p35 {
  padding: 35px !important;
}

.hp_p40 {
  padding: 40px !important;
}

.hp_p45 {
  padding: 45px !important;
}

.hp_p50 {
  padding: 50px !important;
}

.hp_p55 {
  padding: 55px !important;
}

.hp_p60 {
  padding: 60px !important;
}

.hp_p65 {
  padding: 65px !important;
}

.hp_p70 {
  padding: 70px !important;
}

.hp_p75 {
  padding: 75px !important;
}

.hp_p80 {
  padding: 80px !important;
}

.hp_p85 {
  padding: 85px !important;
}

.hp_p90 {
  padding: 90px !important;
}

.hp_p95 {
  padding: 95px !important;
}

.hp_p100 {
  padding: 100px !important;
}

/*
padding-top
*/
.hp_pt0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
padding-right
*/
.hp_pr0 {
  padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
padding-bottom
*/
.hp_pb0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
padding-left
*/
.hp_pl0 {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .hp_spp0 {
    padding: 0px !important;
  }
  .hp_spp5 {
    padding: 5px !important;
  }
  .hp_spp10 {
    padding: 10px !important;
  }
  .hp_spp15 {
    padding: 15px !important;
  }
  .hp_spp20 {
    padding: 20px !important;
  }
  .hp_spp25 {
    padding: 25px !important;
  }
  .hp_spp30 {
    padding: 30px !important;
  }
  .hp_spp35 {
    padding: 35px !important;
  }
  .hp_spp40 {
    padding: 40px !important;
  }
  .hp_spp45 {
    padding: 45px !important;
  }
  .hp_spp50 {
    padding: 50px !important;
  }
  .hp_spp55 {
    padding: 55px !important;
  }
  .hp_spp60 {
    padding: 60px !important;
  }
  .hp_spp65 {
    padding: 65px !important;
  }
  .hp_spp70 {
    padding: 70px !important;
  }
  .hp_spp75 {
    padding: 75px !important;
  }
  .hp_spp80 {
    padding: 80px !important;
  }
  .hp_spp85 {
    padding: 85px !important;
  }
  .hp_spp90 {
    padding: 90px !important;
  }
  .hp_spp95 {
    padding: 95px !important;
  }
  .hp_spp100 {
    padding: 100px !important;
  }
  .hp_sppt0 {
    padding-top: 0px !important;
  }
  .hp_sppt5 {
    padding-top: 5px !important;
  }
  .hp_sppt10 {
    padding-top: 10px !important;
  }
  .hp_sppt15 {
    padding-top: 15px !important;
  }
  .hp_sppt20 {
    padding-top: 20px !important;
  }
  .hp_sppt25 {
    padding-top: 25px !important;
  }
  .hp_sppt30 {
    padding-top: 30px !important;
  }
  .hp_sppt35 {
    padding-top: 35px !important;
  }
  .hp_sppt40 {
    padding-top: 40px !important;
  }
  .hp_sppt45 {
    padding-top: 45px !important;
  }
  .hp_sppt50 {
    padding-top: 50px !important;
  }
  .hp_sppt55 {
    padding-top: 55px !important;
  }
  .hp_sppt60 {
    padding-top: 60px !important;
  }
  .hp_sppt65 {
    padding-top: 65px !important;
  }
  .hp_sppt70 {
    padding-top: 70px !important;
  }
  .hp_sppt75 {
    padding-top: 75px !important;
  }
  .hp_sppt80 {
    padding-top: 80px !important;
  }
  .hp_sppt85 {
    padding-top: 85px !important;
  }
  .hp_sppt90 {
    padding-top: 90px !important;
  }
  .hp_sppt95 {
    padding-top: 95px !important;
  }
  .hp_sppt100 {
    padding-top: 100px !important;
  }
  .hp_sppr0 {
    padding-right: 0px !important;
  }
  .hp_sppr5 {
    padding-right: 5px !important;
  }
  .hp_sppr10 {
    padding-right: 10px !important;
  }
  .hp_sppr15 {
    padding-right: 15px !important;
  }
  .hp_sppr20 {
    padding-right: 20px !important;
  }
  .hp_sppr25 {
    padding-right: 25px !important;
  }
  .hp_sppr30 {
    padding-right: 30px !important;
  }
  .hp_sppr35 {
    padding-right: 35px !important;
  }
  .hp_sppr40 {
    padding-right: 40px !important;
  }
  .hp_sppr45 {
    padding-right: 45px !important;
  }
  .hp_sppr50 {
    padding-right: 50px !important;
  }
  .hp_sppr55 {
    padding-right: 55px !important;
  }
  .hp_sppr60 {
    padding-right: 60px !important;
  }
  .hp_sppr65 {
    padding-right: 65px !important;
  }
  .hp_sppr70 {
    padding-right: 70px !important;
  }
  .hp_sppr75 {
    padding-right: 75px !important;
  }
  .hp_sppr80 {
    padding-right: 80px !important;
  }
  .hp_sppr85 {
    padding-right: 85px !important;
  }
  .hp_sppr90 {
    padding-right: 90px !important;
  }
  .hp_sppr95 {
    padding-right: 95px !important;
  }
  .hp_sppr100 {
    padding-right: 100px !important;
  }
  .hp_sppb0 {
    padding-bottom: 0px !important;
  }
  .hp_sppb5 {
    padding-bottom: 5px !important;
  }
  .hp_sppb10 {
    padding-bottom: 10px !important;
  }
  .hp_sppb15 {
    padding-bottom: 15px !important;
  }
  .hp_sppb20 {
    padding-bottom: 20px !important;
  }
  .hp_sppb25 {
    padding-bottom: 25px !important;
  }
  .hp_sppb30 {
    padding-bottom: 30px !important;
  }
  .hp_sppb35 {
    padding-bottom: 35px !important;
  }
  .hp_sppb40 {
    padding-bottom: 40px !important;
  }
  .hp_sppb45 {
    padding-bottom: 45px !important;
  }
  .hp_sppb50 {
    padding-bottom: 50px !important;
  }
  .hp_sppb55 {
    padding-bottom: 55px !important;
  }
  .hp_sppb60 {
    padding-bottom: 60px !important;
  }
  .hp_sppb65 {
    padding-bottom: 65px !important;
  }
  .hp_sppb70 {
    padding-bottom: 70px !important;
  }
  .hp_sppb75 {
    padding-bottom: 75px !important;
  }
  .hp_sppb80 {
    padding-bottom: 80px !important;
  }
  .hp_sppb85 {
    padding-bottom: 85px !important;
  }
  .hp_sppb90 {
    padding-bottom: 90px !important;
  }
  .hp_sppb95 {
    padding-bottom: 95px !important;
  }
  .hp_sppb100 {
    padding-bottom: 100px !important;
  }
}

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

.hp_m5 {
  margin: 5px !important;
}

.hp_m10 {
  margin: 10px !important;
}

.hp_m15 {
  margin: 15px !important;
}

.hp_m20 {
  margin: 20px !important;
}

.hp_m25 {
  margin: 25px !important;
}

.hp_m30 {
  margin: 30px !important;
}

.hp_m35 {
  margin: 35px !important;
}

.hp_m40 {
  margin: 40px !important;
}

.hp_m45 {
  margin: 45px !important;
}

.hp_m50 {
  margin: 50px !important;
}

.hp_m55 {
  margin: 55px !important;
}

.hp_m60 {
  margin: 60px !important;
}

.hp_m65 {
  margin: 65px !important;
}

.hp_m70 {
  margin: 70px !important;
}

.hp_m75 {
  margin: 75px !important;
}

.hp_m80 {
  margin: 80px !important;
}

.hp_m85 {
  margin: 85px !important;
}

.hp_m90 {
  margin: 90px !important;
}

.hp_m95 {
  margin: 95px !important;
}

.hp_m100 {
  margin: 100px !important;
}

/*
margin-top
*/
.hp_MT5 {
  margin-top: -5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
margin-right
*/
.hp_MR5 {
  margin-right: -5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
margin-bottom
*/
.hp_MB5 {
  margin-bottom: -5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
margin-left
*/
.hp_ML5 {
  margin-left: -5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .hp_spm0 {
    margin: 0px !important;
  }
  .hp_spm5 {
    margin: 5px !important;
  }
  .hp_spm10 {
    margin: 10px !important;
  }
  .hp_spm15 {
    margin: 15px !important;
  }
  .hp_spm20 {
    margin: 20px !important;
  }
  .hp_spm25 {
    margin: 25px !important;
  }
  .hp_spm30 {
    margin: 30px !important;
  }
  .hp_spm35 {
    margin: 35px !important;
  }
  .hp_spm40 {
    margin: 40px !important;
  }
  .hp_spm45 {
    margin: 45px !important;
  }
  .hp_spm50 {
    margin: 50px !important;
  }
  .hp_spm55 {
    margin: 55px !important;
  }
  .hp_spm60 {
    margin: 60px !important;
  }
  .hp_spm65 {
    margin: 65px !important;
  }
  .hp_spm70 {
    margin: 70px !important;
  }
  .hp_spm75 {
    margin: 75px !important;
  }
  .hp_spm80 {
    margin: 80px !important;
  }
  .hp_spm85 {
    margin: 85px !important;
  }
  .hp_spm90 {
    margin: 90px !important;
  }
  .hp_spm95 {
    margin: 95px !important;
  }
  .hp_spm100 {
    margin: 100px !important;
  }
  .hp_spmt0 {
    margin-top: 0px !important;
  }
  .hp_spmt5 {
    margin-top: 5px !important;
  }
  .hp_spmt10 {
    margin-top: 10px !important;
  }
  .hp_spmt15 {
    margin-top: 15px !important;
  }
  .hp_spmt20 {
    margin-top: 20px !important;
  }
  .hp_spmt25 {
    margin-top: 25px !important;
  }
  .hp_spmt30 {
    margin-top: 30px !important;
  }
  .hp_spmt35 {
    margin-top: 35px !important;
  }
  .hp_spmt40 {
    margin-top: 40px !important;
  }
  .hp_spmt45 {
    margin-top: 45px !important;
  }
  .hp_spmt50 {
    margin-top: 50px !important;
  }
  .hp_spmt55 {
    margin-top: 55px !important;
  }
  .hp_spmt60 {
    margin-top: 60px !important;
  }
  .hp_spmt65 {
    margin-top: 65px !important;
  }
  .hp_spmt70 {
    margin-top: 70px !important;
  }
  .hp_spmt75 {
    margin-top: 75px !important;
  }
  .hp_spmt80 {
    margin-top: 80px !important;
  }
  .hp_spmt85 {
    margin-top: 85px !important;
  }
  .hp_spmt90 {
    margin-top: 90px !important;
  }
  .hp_spmt95 {
    margin-top: 95px !important;
  }
  .hp_spmt100 {
    margin-top: 100px !important;
  }
  .hp_spmr0 {
    margin-right: 0px !important;
  }
  .hp_spmr5 {
    margin-right: 5px !important;
  }
  .hp_spmr10 {
    margin-right: 10px !important;
  }
  .hp_spmr15 {
    margin-right: 15px !important;
  }
  .hp_spmr20 {
    margin-right: 20px !important;
  }
  .hp_spmr25 {
    margin-right: 25px !important;
  }
  .hp_spmr30 {
    margin-right: 30px !important;
  }
  .hp_spmr35 {
    margin-right: 35px !important;
  }
  .hp_spmr40 {
    margin-right: 40px !important;
  }
  .hp_spmr45 {
    margin-right: 45px !important;
  }
  .hp_spmr50 {
    margin-right: 50px !important;
  }
  .hp_spmr55 {
    margin-right: 55px !important;
  }
  .hp_spmr60 {
    margin-right: 60px !important;
  }
  .hp_spmr65 {
    margin-right: 65px !important;
  }
  .hp_spmr70 {
    margin-right: 70px !important;
  }
  .hp_spmr75 {
    margin-right: 75px !important;
  }
  .hp_spmr80 {
    margin-right: 80px !important;
  }
  .hp_spmr85 {
    margin-right: 85px !important;
  }
  .hp_spmr90 {
    margin-right: 90px !important;
  }
  .hp_spmr95 {
    margin-right: 95px !important;
  }
  .hp_spmr100 {
    margin-right: 100px !important;
  }
  .hp_spmb0 {
    margin-bottom: 0px !important;
  }
  .hp_spmb5 {
    margin-bottom: 5px !important;
  }
  .hp_spmb10 {
    margin-bottom: 10px !important;
  }
  .hp_spmb15 {
    margin-bottom: 15px !important;
  }
  .hp_spmb20 {
    margin-bottom: 20px !important;
  }
  .hp_spmb25 {
    margin-bottom: 25px !important;
  }
  .hp_spmb30 {
    margin-bottom: 30px !important;
  }
  .hp_spmb35 {
    margin-bottom: 35px !important;
  }
  .hp_spmb40 {
    margin-bottom: 40px !important;
  }
  .hp_spmb45 {
    margin-bottom: 45px !important;
  }
  .hp_spmb50 {
    margin-bottom: 50px !important;
  }
  .hp_spmb55 {
    margin-bottom: 55px !important;
  }
  .hp_spmb60 {
    margin-bottom: 60px !important;
  }
  .hp_spmb65 {
    margin-bottom: 65px !important;
  }
  .hp_spmb70 {
    margin-bottom: 70px !important;
  }
  .hp_spmb75 {
    margin-bottom: 75px !important;
  }
  .hp_spmb80 {
    margin-bottom: 80px !important;
  }
  .hp_spmb85 {
    margin-bottom: 85px !important;
  }
  .hp_spmb90 {
    margin-bottom: 90px !important;
  }
  .hp_spmb95 {
    margin-bottom: 95px !important;
  }
  .hp_spmb100 {
    margin-bottom: 100px !important;
  }
  .hp_spml0 {
    margin-left: 0px !important;
  }
  .hp_spml5 {
    margin-left: 5px !important;
  }
  .hp_spml10 {
    margin-left: 10px !important;
  }
  .hp_spml15 {
    margin-left: 15px !important;
  }
  .hp_spml20 {
    margin-left: 20px !important;
  }
  .hp_spml25 {
    margin-left: 25px !important;
  }
  .hp_spml30 {
    margin-left: 30px !important;
  }
  .hp_spml35 {
    margin-left: 35px !important;
  }
  .hp_spml40 {
    margin-left: 40px !important;
  }
  .hp_spml45 {
    margin-left: 45px !important;
  }
  .hp_spml50 {
    margin-left: 50px !important;
  }
  .hp_spml55 {
    margin-left: 55px !important;
  }
  .hp_spml60 {
    margin-left: 60px !important;
  }
  .hp_spml65 {
    margin-left: 65px !important;
  }
  .hp_spml70 {
    margin-left: 70px !important;
  }
  .hp_spml75 {
    margin-left: 75px !important;
  }
  .hp_spml80 {
    margin-left: 80px !important;
  }
  .hp_spml85 {
    margin-left: 85px !important;
  }
  .hp_spml90 {
    margin-left: 90px !important;
  }
  .hp_spml95 {
    margin-left: 95px !important;
  }
  .hp_spml100 {
    margin-left: 100px !important;
  }
}

.hp_centering {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Background
========================================================================== */
.hp_bgcWhite {
  background-color: #fff !important;
}

.hp_bgcCherryBlossom {
  background-color: #fff0f0 !important;
}

/* font
========================================================================== */
.hp_fwb {
  font-weight: bold !important;
}

.hp_ff-mincho {
  font-family: "Prata", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.hp_fcRed {
  color: #d40025;
}

/* font-size
========================================================================== */
.hp_fz10 {
  font-size: 1.0rem !important;
}

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

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

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

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

.hp_fz20 {
  font-size: 2.0rem !important;
}

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

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

/* text-align
========================================================================== */
.hp_tal {
  text-align: left !important;
}

.hp_tac {
  text-align: center !important;
}

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

.hp_taj {
  text-align: justify !important;
}

/* line-height
========================================================================== */
.hp_lh {
  line-height: 1.875;
}

.hp_lh > p {
  line-height: 1.875;
}

/* vertical-align
========================================================================== */
.hp_vam {
  vertical-align: middle !important;
}

.hp_vat {
  vertical-align: top !important;
}

.hp_vab {
  vertical-align: bottom !important;
}

/* align-items
========================================================================== */
.hp_aic {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* PC
========================================================================== */
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

/* SP
========================================================================== */
.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .sp_tac {
    text-align: center;
  }
}

/* Tablet
========================================================================== */
.tb_over_only {
  display: none !important;
}

@media screen and (min-width: 1090px) {
  .tb_over_only {
    display: block !important;
  }
}

.tb_under_only {
  display: none !important;
}

@media screen and (max-width: 1089px) {
  .tb_under_only {
    display: block !important;
  }
}

@media print {
  @page {
    padding: 0;
    margin: 0;
  }
  .ly_body_sub,
  .ly_fixedBnrBlock,
  .bl_headerUtils,
  .bl_headerNav_overLay,
  .bl_headerNav_outerWrapp,
  .bl_footerNav,
  .ly_pageTop,
  .bl_article_translation,
  .bl_article_socialBlock,
  .bl_article_printBtn,
  .bl_article_btn,
  .bl_audioRateCtrl {
    display: none !important;
  }
  * {
    color: #000 !important;
  }
  .el_boxNote,
  .el_boxNote a,
  .bl_lock_ttl span,
  .bl_blogLists_ttl__hero,
  .el_btn:not(.el_btn__border),
  .bl_LiSlider_item_txt > *,
  .bl_badgeTxt .bl_badgeTxt_badge,
  .bl_audioRateCtrl {
    color: #fff !important;
  }
  body {
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ,", arial, helvetica, clean, sans-serif;
    background-color: transparent;
    padding-top: 0 !important;
    padding-right: 16px;
    padding-bottom: 0;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .ly_header {
    background-color: #fff;
    position: static !important;
  }
  .ly_header.is_headerFixed {
    position: static !important;
  }
  .ly_header_body {
    background-color: #fff;
  }
  .ly_body {
    width: 100%;
    max-width: 100%;
  }
  .bl_headerUtils {
    width: 60%;
  }
  .bl_headerUtils_search,
  .bl_headerUtils_link,
  .bl_headerUtils_navi {
    height: 46px;
  }
  .bl_headerUtils_search form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bl_searchBlock input[type=text] {
    border-color: #bbb;
    background-color: #fff;
    padding: 3px;
  }
  .ly_body_main {
    width: auto;
    float: none;
  }
  .ly_body_main__lower {
    border-top: 0;
    border-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .ly_body_main__lower .bl_pageTtl {
    margin-right: 0;
    margin-left: 0;
  }
  .bl_article {
    padding: 0;
  }
  .bl_level {
    background-color: #fff;
    padding: 0;
  }
  .bl_level_label {
    color: #000;
    font-size: 16px;
  }
  .bl_level .el_level {
    width: auto;
    height: auto;
    font-style: normal;
  }
  .bl_level .el_level__on:after {
    content: '★';
    color: #000;
    font-size: 16px;
  }
  .bl_level .el_level__off:after {
    content: '☆';
    color: #000;
    font-size: 16px;
  }
  .bl_2colDetail_level_list .bl_level.bl_level_txt {
    padding-left: 0 !important;
  }
  .bl_togglePanel_ttl {
    border: 1px solid #000;
    background-color: #fff;
    margin-bottom: 0;
  }
  .bl_togglePanel_ttl:after {
    content: '';
  }
  .bl_togglePanel_inner,
  .bl_togglePanel_innerCenter {
    border: 1px solid #000;
    border-top-width: 0;
    background-color: #fff;
  }
  .bl_paywallArticle .js_toggleBlock {
    display: block !important;
  }
}

/* ==========================================================================
  Grid
  ========================================================================== */
/* Grid System
   ========================================================================== */
.gr_wrapper {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .gr_wrapper {
    margin-top: -20px;
  }
}

.gr_wrapper .gr_col > * {
  margin: 0;
}

.gr_wrapper .gr_col {
  margin-top: 40px;
  margin-right: 3.57143%;
}

@media screen and (max-width: 768px) {
  .gr_wrapper .gr_col {
    margin-top: 20px;
    margin-right: 3.90625%;
  }
}

.gr_wrapper.gr_wrapper__col2 .gr_col {
  width: 48.214%;
}

.gr_wrapper.gr_wrapper__col2 .gr_col:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col2 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col2.gr_wrapper__mdCol2 .gr_col {
    width: 48.047%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col2.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col2.gr_wrapper__mdCol3 .gr_col {
    width: 30.729%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col2.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col2.gr_wrapper__mdCol4 .gr_col {
    width: 22.07%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col2.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col2.gr_wrapper__mdCol5 .gr_col {
    width: 16.875%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col2.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col2.gr_wrapper__mdCol6 .gr_col {
    width: 13.411%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col2.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__col3 .gr_col {
  width: 30.952%;
}

.gr_wrapper.gr_wrapper__col3 .gr_col:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col3 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col3.gr_wrapper__mdCol2 .gr_col {
    width: 48.047%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col3.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col3.gr_wrapper__mdCol3 .gr_col {
    width: 30.729%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col3.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col3.gr_wrapper__mdCol4 .gr_col {
    width: 22.07%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col3.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col3.gr_wrapper__mdCol5 .gr_col {
    width: 16.875%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col3.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col3.gr_wrapper__mdCol6 .gr_col {
    width: 13.411%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col3.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__col4 .gr_col {
  width: 22.321%;
}

.gr_wrapper.gr_wrapper__col4 .gr_col:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col4 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col4.gr_wrapper__mdCol2 .gr_col {
    width: 48.047%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col4.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col4.gr_wrapper__mdCol3 .gr_col {
    width: 30.729%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col4.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col4.gr_wrapper__mdCol4 .gr_col {
    width: 22.07%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col4.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col4.gr_wrapper__mdCol5 .gr_col {
    width: 16.875%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col4.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col4.gr_wrapper__mdCol6 .gr_col {
    width: 13.411%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col4.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__col5 .gr_col {
  width: 17.143%;
}

.gr_wrapper.gr_wrapper__col5 .gr_col:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col5 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col5.gr_wrapper__mdCol2 .gr_col {
    width: 48.047%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col5.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col5.gr_wrapper__mdCol3 .gr_col {
    width: 30.729%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col5.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col5.gr_wrapper__mdCol4 .gr_col {
    width: 22.07%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col5.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col5.gr_wrapper__mdCol5 .gr_col {
    width: 16.875%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col5.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col5.gr_wrapper__mdCol6 .gr_col {
    width: 13.411%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col5.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__col6 .gr_col {
  width: 13.69%;
}

.gr_wrapper.gr_wrapper__col6 .gr_col:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col6 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col6.gr_wrapper__mdCol2 .gr_col {
    width: 48.047%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col6.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col6.gr_wrapper__mdCol3 .gr_col {
    width: 30.729%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col6.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col6.gr_wrapper__mdCol4 .gr_col {
    width: 22.07%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col6.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col6.gr_wrapper__mdCol5 .gr_col {
    width: 16.875%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col6.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__col6.gr_wrapper__mdCol6 .gr_col {
    width: 13.411%;
    margin-right: 3.90625%;
  }
  .gr_wrapper.gr_wrapper__col6.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__xNarrow {
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow {
    margin-top: -5px;
  }
}

.gr_wrapper.gr_wrapper__xNarrow .gr_col {
  margin-top: 10px;
  margin-right: 1.78571%;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow .gr_col {
    margin-top: 5px;
    margin-right: 0.89286%;
  }
}

.gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2 .gr_col {
  width: 49.107%;
}

.gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2 .gr_col:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2.gr_wrapper__mdCol2 .gr_col {
    width: 49.554%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2.gr_wrapper__mdCol3 .gr_col {
    width: 32.738%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2.gr_wrapper__mdCol4 .gr_col {
    width: 24.33%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2.gr_wrapper__mdCol5 .gr_col {
    width: 19.286%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2.gr_wrapper__mdCol6 .gr_col {
    width: 15.923%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col2.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3 .gr_col {
  width: 32.143%;
}

.gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3 .gr_col:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3.gr_wrapper__mdCol2 .gr_col {
    width: 49.554%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3.gr_wrapper__mdCol3 .gr_col {
    width: 32.738%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3.gr_wrapper__mdCol4 .gr_col {
    width: 24.33%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3.gr_wrapper__mdCol5 .gr_col {
    width: 19.286%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3.gr_wrapper__mdCol6 .gr_col {
    width: 15.923%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col3.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4 .gr_col {
  width: 23.661%;
}

.gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4 .gr_col:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4.gr_wrapper__mdCol2 .gr_col {
    width: 49.554%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4.gr_wrapper__mdCol3 .gr_col {
    width: 32.738%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4.gr_wrapper__mdCol4 .gr_col {
    width: 24.33%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4.gr_wrapper__mdCol5 .gr_col {
    width: 19.286%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4.gr_wrapper__mdCol6 .gr_col {
    width: 15.923%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col4.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5 .gr_col {
  width: 18.571%;
}

.gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5 .gr_col:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5.gr_wrapper__mdCol2 .gr_col {
    width: 49.554%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5.gr_wrapper__mdCol3 .gr_col {
    width: 32.738%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5.gr_wrapper__mdCol4 .gr_col {
    width: 24.33%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5.gr_wrapper__mdCol5 .gr_col {
    width: 19.286%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5.gr_wrapper__mdCol6 .gr_col {
    width: 15.923%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col5.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6 .gr_col {
  width: 15.179%;
}

.gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6 .gr_col:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6.gr_wrapper__mdCol2 .gr_col {
    width: 49.554%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6.gr_wrapper__mdCol3 .gr_col {
    width: 32.738%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6.gr_wrapper__mdCol4 .gr_col {
    width: 24.33%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6.gr_wrapper__mdCol5 .gr_col {
    width: 19.286%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6.gr_wrapper__mdCol6 .gr_col {
    width: 15.923%;
    margin-right: 0.89286%;
  }
  .gr_wrapper.gr_wrapper__xNarrow.gr_wrapper__col6.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__narrow {
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow {
    margin-top: -10px;
  }
}

.gr_wrapper.gr_wrapper__narrow .gr_col {
  margin-top: 20px;
  margin-right: 2.67857%;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow .gr_col {
    margin-top: 10px;
    margin-right: 1.78571%;
  }
}

.gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2 .gr_col {
  width: 48.661%;
}

.gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2 .gr_col:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2.gr_wrapper__mdCol2 .gr_col {
    width: 49.107%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2.gr_wrapper__mdCol3 .gr_col {
    width: 32.143%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2.gr_wrapper__mdCol4 .gr_col {
    width: 23.661%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2.gr_wrapper__mdCol5 .gr_col {
    width: 18.571%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2.gr_wrapper__mdCol6 .gr_col {
    width: 15.179%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col2.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3 .gr_col {
  width: 31.548%;
}

.gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3 .gr_col:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3.gr_wrapper__mdCol2 .gr_col {
    width: 49.107%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3.gr_wrapper__mdCol3 .gr_col {
    width: 32.143%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3.gr_wrapper__mdCol4 .gr_col {
    width: 23.661%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3.gr_wrapper__mdCol5 .gr_col {
    width: 18.571%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3.gr_wrapper__mdCol6 .gr_col {
    width: 15.179%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col3.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4 .gr_col {
  width: 22.991%;
}

.gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4 .gr_col:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4.gr_wrapper__mdCol2 .gr_col {
    width: 49.107%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4.gr_wrapper__mdCol3 .gr_col {
    width: 32.143%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4.gr_wrapper__mdCol4 .gr_col {
    width: 23.661%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4.gr_wrapper__mdCol5 .gr_col {
    width: 18.571%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4.gr_wrapper__mdCol6 .gr_col {
    width: 15.179%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col4.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5 .gr_col {
  width: 17.857%;
}

.gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5 .gr_col:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5.gr_wrapper__mdCol2 .gr_col {
    width: 49.107%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5.gr_wrapper__mdCol3 .gr_col {
    width: 32.143%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5.gr_wrapper__mdCol4 .gr_col {
    width: 23.661%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5.gr_wrapper__mdCol5 .gr_col {
    width: 18.571%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5.gr_wrapper__mdCol6 .gr_col {
    width: 15.179%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col5.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6 .gr_col {
  width: 14.435%;
}

.gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6 .gr_col:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6.gr_wrapper__mdCol2 .gr_col {
    width: 49.107%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6.gr_wrapper__mdCol3 .gr_col {
    width: 32.143%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6.gr_wrapper__mdCol4 .gr_col {
    width: 23.661%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6.gr_wrapper__mdCol5 .gr_col {
    width: 18.571%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6.gr_wrapper__mdCol6 .gr_col {
    width: 15.179%;
    margin-right: 1.78571%;
  }
  .gr_wrapper.gr_wrapper__narrow.gr_wrapper__col6.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__wide {
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide {
    margin-top: -30px;
  }
}

.gr_wrapper.gr_wrapper__wide .gr_col {
  margin-top: 60px;
  margin-right: 4.46429%;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide .gr_col {
    margin-top: 30px;
    margin-right: 3.57143%;
  }
}

.gr_wrapper.gr_wrapper__wide.gr_wrapper__col2 .gr_col {
  width: 47.768%;
}

.gr_wrapper.gr_wrapper__wide.gr_wrapper__col2 .gr_col:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2.gr_wrapper__mdCol2 .gr_col {
    width: 48.214%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2.gr_wrapper__mdCol3 .gr_col {
    width: 30.952%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2.gr_wrapper__mdCol4 .gr_col {
    width: 22.321%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2.gr_wrapper__mdCol5 .gr_col {
    width: 17.143%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2.gr_wrapper__mdCol6 .gr_col {
    width: 13.69%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col2.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__wide.gr_wrapper__col3 .gr_col {
  width: 30.357%;
}

.gr_wrapper.gr_wrapper__wide.gr_wrapper__col3 .gr_col:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3.gr_wrapper__mdCol2 .gr_col {
    width: 48.214%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3.gr_wrapper__mdCol3 .gr_col {
    width: 30.952%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3.gr_wrapper__mdCol4 .gr_col {
    width: 22.321%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3.gr_wrapper__mdCol5 .gr_col {
    width: 17.143%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3.gr_wrapper__mdCol6 .gr_col {
    width: 13.69%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col3.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__wide.gr_wrapper__col4 .gr_col {
  width: 21.652%;
}

.gr_wrapper.gr_wrapper__wide.gr_wrapper__col4 .gr_col:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4.gr_wrapper__mdCol2 .gr_col {
    width: 48.214%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4.gr_wrapper__mdCol3 .gr_col {
    width: 30.952%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4.gr_wrapper__mdCol4 .gr_col {
    width: 22.321%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4.gr_wrapper__mdCol5 .gr_col {
    width: 17.143%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4.gr_wrapper__mdCol6 .gr_col {
    width: 13.69%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col4.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__wide.gr_wrapper__col5 .gr_col {
  width: 16.429%;
}

.gr_wrapper.gr_wrapper__wide.gr_wrapper__col5 .gr_col:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5.gr_wrapper__mdCol2 .gr_col {
    width: 48.214%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5.gr_wrapper__mdCol3 .gr_col {
    width: 30.952%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5.gr_wrapper__mdCol4 .gr_col {
    width: 22.321%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5.gr_wrapper__mdCol5 .gr_col {
    width: 17.143%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5.gr_wrapper__mdCol6 .gr_col {
    width: 13.69%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col5.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__wide.gr_wrapper__col6 .gr_col {
  width: 12.946%;
}

.gr_wrapper.gr_wrapper__wide.gr_wrapper__col6 .gr_col:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6.gr_wrapper__mdCol2 .gr_col {
    width: 48.214%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6.gr_wrapper__mdCol3 .gr_col {
    width: 30.952%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6.gr_wrapper__mdCol4 .gr_col {
    width: 22.321%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6.gr_wrapper__mdCol5 .gr_col {
    width: 17.143%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6.gr_wrapper__mdCol6 .gr_col {
    width: 13.69%;
    margin-right: 3.57143%;
  }
  .gr_wrapper.gr_wrapper__wide.gr_wrapper__col6.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__xWide {
  margin-top: -90px;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide {
    margin-top: -70px;
  }
}

.gr_wrapper.gr_wrapper__xWide .gr_col {
  margin-top: 90px;
  margin-right: 8.92857%;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide .gr_col {
    margin-top: 70px;
    margin-right: 7.14286%;
  }
}

.gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2 .gr_col {
  width: 45.536%;
}

.gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2 .gr_col:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2.gr_wrapper__mdCol2 .gr_col {
    width: 46.429%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2.gr_wrapper__mdCol3 .gr_col {
    width: 28.571%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2.gr_wrapper__mdCol4 .gr_col {
    width: 19.643%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2.gr_wrapper__mdCol5 .gr_col {
    width: 14.286%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2.gr_wrapper__mdCol6 .gr_col {
    width: 10.714%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col2.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3 .gr_col {
  width: 27.381%;
}

.gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3 .gr_col:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3.gr_wrapper__mdCol2 .gr_col {
    width: 46.429%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3.gr_wrapper__mdCol3 .gr_col {
    width: 28.571%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3.gr_wrapper__mdCol4 .gr_col {
    width: 19.643%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3.gr_wrapper__mdCol5 .gr_col {
    width: 14.286%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3.gr_wrapper__mdCol6 .gr_col {
    width: 10.714%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col3.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4 .gr_col {
  width: 18.304%;
}

.gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4 .gr_col:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4.gr_wrapper__mdCol2 .gr_col {
    width: 46.429%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4.gr_wrapper__mdCol3 .gr_col {
    width: 28.571%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4.gr_wrapper__mdCol4 .gr_col {
    width: 19.643%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4.gr_wrapper__mdCol5 .gr_col {
    width: 14.286%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4.gr_wrapper__mdCol6 .gr_col {
    width: 10.714%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col4.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5 .gr_col {
  width: 12.857%;
}

.gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5 .gr_col:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5.gr_wrapper__mdCol2 .gr_col {
    width: 46.429%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5.gr_wrapper__mdCol3 .gr_col {
    width: 28.571%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5.gr_wrapper__mdCol4 .gr_col {
    width: 19.643%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5.gr_wrapper__mdCol5 .gr_col {
    width: 14.286%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5.gr_wrapper__mdCol6 .gr_col {
    width: 10.714%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col5.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6 .gr_col {
  width: 9.226%;
}

.gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6 .gr_col:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6 .gr_col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6.gr_wrapper__mdCol2 .gr_col {
    width: 46.429%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6.gr_wrapper__mdCol2 .gr_col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6.gr_wrapper__mdCol3 .gr_col {
    width: 28.571%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6.gr_wrapper__mdCol3 .gr_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6.gr_wrapper__mdCol4 .gr_col {
    width: 19.643%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6.gr_wrapper__mdCol4 .gr_col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6.gr_wrapper__mdCol5 .gr_col {
    width: 14.286%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6.gr_wrapper__mdCol5 .gr_col:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6.gr_wrapper__mdCol6 .gr_col {
    width: 10.714%;
    margin-right: 7.14286%;
  }
  .gr_wrapper.gr_wrapper__xWide.gr_wrapper__col6.gr_wrapper__mdCol6 .gr_col:nth-of-type(6n) {
    margin-right: 0;
  }
}

.gr_wrapper.gr_wrapper__float {
  display: block;
}

.gr_wrapper.gr_wrapper__float::before, .gr_wrapper.gr_wrapper__float::after {
  content: ' ';
  display: table;
}

.gr_wrapper.gr_wrapper__float::after {
  clear: both;
}

.gr_wrapper.gr_wrapper__float .gr_col {
  float: left;
  display: block;
}

.gr_wrapper.gr_wrapper__inlineTable {
  display: block;
  letter-spacing: -.55rem;
  text-align: left;
}

.gr_wrapper.gr_wrapper__inlineTable .gr_col {
  float: none;
  display: inline-table;
  letter-spacing: normal;
  vertical-align: top;
}

.gr_wrapper.gr_wrapper__inlineBlock {
  display: block;
  letter-spacing: -.55rem;
  text-align: left;
}

.gr_wrapper.gr_wrapper__inlineBlock .gr_col {
  float: none;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.gr_wrapper.gr_wrapper__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*# sourceMappingURL=style.css.map */
