.entry-content div,
.entry-content span,
.entry-content hr,
.entry-content applet,
.entry-content object,
.entry-content iframe,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content blockquote,
.entry-content pre,
.entry-content a,
.entry-content abbr,
.entry-content acronym,
.entry-content address,
.entry-content big,
.entry-content cite,
.entry-content code,
.entry-content del,
.entry-content dfn,
.entry-content em,
.entry-content img,
.entry-content ins,
.entry-content kbd,
.entry-content q,
.entry-content s,
.entry-content samp,
.entry-content small,
.entry-content strike,
.entry-content strong,
.entry-content sub,
.entry-content sup,
.entry-content tt,
.entry-content var,
.entry-content b,
.entry-content u,
.entry-content i,
.entry-content center,
.entry-content dl,
.entry-content dt,
.entry-content dd,
.entry-content ol,
.entry-content ul,
.entry-content li,
.entry-content fieldset,
.entry-content form,
.entry-content label,
.entry-content legend,
.entry-content caption,
.entry-content article,
.entry-content aside,
.entry-content canvas,
.entry-content details,
.entry-content embed,
.entry-content figure,
.entry-content figcaption,
.entry-content footer,
.entry-content header,
.entry-content hgroup,
.entry-content menu,
.entry-content nav,
.entry-content output,
.entry-content ruby,
.entry-content section,
.entry-content summary,
.entry-content time,
.entry-content mark,
.entry-content audio,
.entry-content video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

.entry-content article,
.entry-content aside,
.entry-content details,
.entry-content figcaption,
.entry-content figure,
.entry-content footer,
.entry-content header,
.entry-content hgroup,
.entry-content menu,
.entry-content nav,
.entry-content section {
  display: block
}

.entry-content {
  line-height: 1.5
}

.entry-content ol,
.entry-content ul {
  list-style: none
}

.entry-content blockquote,
.entry-content q {
  quotes: none
}

.entry-content blockquote:before,
.entry-content blockquote:after {
  content: "";
  content: none
}

.entry-content q:before,
.entry-content q:after {
  content: "";
  content: none
}

.entry-content table {
  border-collapse: collapse;
  border-spacing: 0
}

.entry-content a {
  text-decoration: none;
  outline: none;
  color: inherit
}

.entry-content img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

.entry-content {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden
}

.entry-content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.entry-content p:empty {
  display: none
}

.entry-content .box_post-list .inner {
  width: 1260px;
  max-width: 100%;
  padding: 0 30px;
  margin: auto
}

@media only screen and (max-width: 767px) {
  .entry-content .box_post-list .inner {
    padding: 0 15px
  }
}

.entry-content .box_news .inner {
  width: 1160px;
  max-width: 100%;
  padding: 0 30px;
  margin: auto !important
}

@media only screen and (max-width: 767px) {
  .entry-content .box_news .inner {
    padding: 0 20px
  }
}

#FixBanner01 {
  position: fixed;
  bottom: 5px;
  right: 44px;
  z-index: 10
}

#FixBanner01 img {
  width: 240px;
  height: 80px
}

#FixBanner01 .closeBtn {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 1
}

#FixBanner01 .closeBtn::before,
#FixBanner01 .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#FixBanner01 .closeBtn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media only screen and (max-width: 767px) {
  #FixBanner01 {
    right: 15px;
    bottom: 40px
  }
}

.entry-content .wrapper{
  /*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
  @import"https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap"
}

.entry-content .btn_detail:hover {
  opacity: .7
}

.entry-content .btn_detail:hover:after {
  -webkit-transform: scale(1.03) translate(1px, 0);
  transform: scale(1.03) translate(1px, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.entry-content .btn_detail:hover .line-left {
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.entry-content .btn_detail:hover .line-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s
}

.entry-content .btn_detail:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  background: url("../images/common/rghs_arr_right_detail.png") no-repeat;
  background-size: cover;
  width: 6px;
  height: 11px;
  margin-top: -8px;
  -webkit-transform: scale(1) translate(-1px, 0);
  transform: scale(1) translate(-1px, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.entry-content .btn_detail .line-left {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  will-change: transform
}

.entry-content .btn_detail .line-right {
  position: absolute;
  bottom: 0px;
  left: 0%;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform
}

@media only screen and (max-width: 767px) {
  .entry-content .btn_detail {
    font-size: 13px;
    padding-bottom: 3px;
    padding-right: 19px
  }

  .entry-content .btn_detail:after {
    width: 4px;
    height: 8px;
    margin-top: -5px
  }

  .entry-content .btn_detail .line-left {
    height: 2px
  }

  .entry-content .btn_detail .line-right {
    height: 2px
  }
}

.entry-content .title_h2 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center
}

.entry-content .title_h2_large {
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  margin-bottom: 70px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .title_h2_large {
    font-size: 21px;
    margin-bottom: 30px
  }
}

.entry-content .txt_normal {
  font-size: 16px;
  line-height: 2;
  font-weight: 300
}

.entry-content .title_h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
  .entry-content .title_h3 {
    font-size: 18px;
    margin-bottom: 20px
  }
}

.entry-content .tit_h3_large {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 19px
}

.entry-content .tit_h3_large.tit_full {
  margin-right: -45px;
  letter-spacing: -0.05em
}

.entry-content .txt_normal_small {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  margin-top: 20px
}

.entry-content .txt_indent {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0 !important
}

.entry-content .txt_indent small {
  display: block;
  position: relative;
  padding-left: 1.25em
}

.entry-content .txt_indent small span {
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width: 767px) {
  .entry-content .tit_h2 {
    font-size: 24px;
    line-height: 1.458;
    margin-bottom: 25px;
    letter-spacing: normal
  }

  .entry-content .txt_normal {
    font-size: 13px;
    line-height: 30px
  }

  .entry-content .tit_h3 {
    font-size: 20px;
    line-height: 1.25
  }

  .entry-content .tit_h3_large {
    font-size: 24px;
    line-height: 1.458;
    margin-bottom: 25px;
    font-weight: 600
  }

  .entry-content .tit_h3_large.tit_full {
    margin-right: 0;
    letter-spacing: normal
  }

  .entry-content .tit_h2_large {
    font-size: 30px;
    margin-bottom: 24px
  }

  .entry-content .txt_normal_small {
    font-size: 11px;
    line-height: 20px;
    margin-top: 15px
  }
}

.entry-content .sec_navi_bottom {
  background: #000;
  padding: 60px 0 82px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_navi_bottom {
    padding-top: 25px;
    padding-bottom: 2px
  }

  .entry-content .sec_navi_bottom .content,
  .entry-content .sec_navi_bottom .sec_wb__content,
  .entry-content .sec_navi_bottom .sec_farmware__column {
    padding: 0 20px
  }
}

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

.entry-content .navi_bottom li {
  width: 12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #fff
}

.entry-content .navi_bottom li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff
}

.entry-content .navi_bottom li:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff
}

.entry-content .navi_bottom a {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%
}

.entry-content .navi_bottom a:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  background: url("../images/common/rghs_arrow_down.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 10px;
  margin-left: -8px
}

.entry-content .navi_bottom a span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  width: 100%
}

@media only screen and (max-width: 1200px) {
  .entry-content .navi_bottom a {
    font-size: 12px
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_navi_bottom {
    padding-top: 25px;
    padding-bottom: 2px
  }

  .entry-content .sec_navi_bottom .content,
  .entry-content .sec_navi_bottom .sec_wb__content,
  .entry-content .sec_navi_bottom .sec_farmware__column {
    padding: 0 20px
  }

  .entry-content .navi_bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .entry-content .navi_bottom li {
    width: 33.3333333333%;
    margin-bottom: 35px
  }

  .entry-content .navi_bottom li:before {
    height: 11px
  }

  .entry-content .navi_bottom li:nth-child(3n):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff
  }

  .entry-content .navi_bottom a {
    line-height: 22px
  }

  .entry-content .navi_bottom a:before {
    width: 8px;
    height: 5px;
    background-image: url("../images/common/rghs_arrow_down_sp.png");
    margin-left: -4px;
    bottom: -12px
  }

  .entry-content .navi_bottom a span {
    font-size: 9px;
    line-height: 13px
  }
}

.entry-content .sec_button {
  margin-bottom: 100px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_button {
    margin-bottom: 65px
  }
}

.entry-content .sec_button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 30px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_button_list {
    margin: 0 20px
  }
}

.entry-content .sec_button_link {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: 600
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_button_link {
    font-size: 13px
  }
}

.entry-content .sec_button_link.__left::before,
.entry-content .sec_button_link.__right::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_button_link.__left::before,
  .entry-content .sec_button_link.__right::after {
    width: 5px;
    height: 8px
  }
}

.entry-content .sec_button_link.__left::before {
  margin-right: 10px;
  background-image: url("../images/common/rghs_arrow_left.png")
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_button_link.__left::before {
    background-image: url("../images/common/rghs_arrow_left_sp.png")
  }
}

.entry-content .sec_button_link.__right::after {
  margin-left: 10px;
  background-image: url("../images/common/rghs_arrow_right.png")
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_button_link.__right::after {
    background-image: url("../images/common/rghs_arrow_right_sp.png")
  }
}

.entry-content .banner_sub {
  margin-top: 72px;
  position: relative;
  margin-bottom: 50px
}

.entry-content .banner_sub figure {
  width: 100%
}

.entry-content .banner_sub figure img {
  display: block;
  width: 100%
}

.entry-content .banner_sub_txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 60px;
  line-height: 1.5;
  font-family: "Fjalla One", sans-serif;
  color: #fff
}

@media screen and (max-width: 1199px),
print {
  .entry-content .banner_sub {
    margin-top: 48px
  }

  .entry-content .sec_slider .txt_credit {
    position: relative;
    top: 0;
    margin-top: -12px;
    padding-top: 0;
    text-align: center
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .banner_sub {
    margin-bottom: 35px
  }

  .entry-content .banner_sub_txt {
    font-size: 22px;
    line-height: 1.8181818182
  }
}

.entry-content .sec_navi_farm {
  position: fixed;
  bottom: 110px;
  right: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_navi_farm {
    width: 45px
  }
}

.entry-content .x-xxx.s_showBanner .sec_navi_farm {
  opacity: 1
}

.entry-content .c-detail-link {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 0;
  padding: 9px 0;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .entry-content .c-detail-link {
    font-size: 13px
  }
}

.entry-content .c-detail-link::after {
  content: "→";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
  line-height: 1
}

@media only screen and (max-width: 767px) {
  .entry-content .c-detail-link::after {
    margin-left: 5px
  }
}

.entry-content .c-detail-link.s_color01 {
  color: #fff
}

.entry-content .c-detail-link.s_color01 .line-left,
.entry-content .c-detail-link.s_color01 .line-right {
  background-color: #fff
}

.entry-content .c-detail-link .line-left {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  will-change: transform
}

.entry-content .c-detail-link .line-right {
  position: absolute;
  bottom: 0px;
  left: 0%;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform
}

.entry-content .c-detail-link:hover .line-left {
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.entry-content .c-detail-link:hover .line-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) .2s
}

.entry-content .mt-60 {
  margin-top: 60px
}

.entry-content .mt-40 {
  margin-top: 40px
}

.entry-content .mt-33 {
  margin-top: 33px
}

.entry-content .mt--84 {
  margin-top: -84px
}

.entry-content .f-14 {
  font-size: 14px
}

.entry-content .pb-10 {
  padding-bottom: 10px
}

.entry-content .mt-0 {
  margin-top: 0
}

.entry-content .fw-600 {
  font-weight: 600 !important
}

@media only screen and (min-width: 768px) {
  .entry-content .mt-10_pc {
    margin-top: 10px
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .mt-15_sp {
    margin-top: 15px
  }

  .entry-content .mt-20_sp {
    margin-top: 20px
  }

  .entry-content .mt-30_sp {
    margin-top: 30px
  }

  .entry-content .mt--42_sp {
    margin-top: -42px
  }
}

.entry-content .slick-slider {
  padding: 0
}

.entry-content .slide_main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.entry-content .slide_main #sliderBody {
  width: 60%;
  height: 100%
}

.entry-content .slide_main .logo_mv {
  width: 40%
}

.entry-content .__slideup {
  opacity: 0
}

.entry-content .__slideup.__active {
  -webkit-animation: slideup 1s forwards;
  animation: slideup 1s forwards
}

@-webkit-keyframes slideup {
  from {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes slideup {
  from {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.entry-content .__slidemask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: 1.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 1.7s cubic-bezier(0.86, 0, 0.07, 1)
}

.entry-content .__slidemask.__active::before {
  width: 0
}

.entry-content .font-noto500 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500
}

.entry-content .font-fjalla_one {
  font-family: "Fjalla One", sans-serif
}

body.is-fixed_body {
  position: fixed;
  left: 0;
  width: 100%
}

.entry-content .clearfix:after {
  clear: both;
  content: "";
  display: block
}

.entry-content .content,
.entry-content .sec_wb__content,
.entry-content .sec_farmware__column {
  width: 1260px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto !important
}

.entry-content .content_medium {
  width: 1340px;
  max-width: 100%;
  padding: 0 70px;
  margin: 0 auto
}

.entry-content .content_medium01 {
  width: 1140px;
  max-width: 100%;
  padding: 0 70px;
  margin: 0 auto
}

.entry-content .none {
  display: none
}

.entry-content .x-xxx.wrapper {
  background-color: #fff
}

.entry-content .x-xxx.wrapper_fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
  -webkit-transition: all .5s cubic-bezier(0.2, 0.84, 0.5, 1);
  transition: all .5s cubic-bezier(0.2, 0.84, 0.5, 1)
}

.entry-content .content_small {
  width: 960px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto
}

.entry-content sup {
  font-size: smaller
}

.entry-content .bg_white {
  background: #fff !important
}

.entry-content a:hover {
  text-decoration: none
}

.entry-content video {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  width: calc(100% + 1px) !important;
  margin: -1px
}

.entry-content .video_content {
  overflow: hidden
}

.entry-content .img_hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%
}

.entry-content .img_hidden img {
  width: 100%
}

.entry-content .__dl-table {
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0;
  font-size: 16px
}

@media only screen and (max-width: 767px) {
  .entry-content .__dl-table {
    font-size: 13px;
    display: block
  }
}

.entry-content .__dl-table .__title {
  font-weight: 700
}

.entry-content .__dl-table:last-child {
  border-bottom: 1px solid #000
}

@media only screen and (min-width: 768px) {

  .entry-content a *:before,
  .entry-content a *:after,
  .entry-content a *,
  .entry-content a:before,
  .entry-content a:after,
  .entry-content a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
  }

  .entry-content a:hover *:before,
  .entry-content a:hover *:after,
  .entry-content a:hover *,
  .entry-content a:hover:before,
  .entry-content a:hover:after,
  .entry-content a:hover {
    opacity: .7;
    text-decoration: none
  }

  .entry-content .pcBr:before {
    content: "\a";
    white-space: pre
  }

  .entry-content .pcNone {
    display: none !important
  }

  #sliderBody canvas:last-child {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .slide_main #sliderBody {
    width: 100%
  }

  .entry-content .slide_main .logo_mv {
    display: none
  }

  .entry-content .img_hidden {
    width: 100%
  }

  #sliderBody canvas:first-child {
    display: none
  }

  .entry-content .spBr:before {
    content: "\a";
    white-space: pre
  }

  .entry-content .spNone {
    display: none !important
  }

  .entry-content .content_medium {
    padding: 0 30px
  }

  .entry-content .content_medium01 {
    padding: 0 30px
  }

  .entry-content .align-justify_sp {
    text-align: justify !important
  }
}

.entry-content .u_mt0 {
  margin-top: 0px !important
}

.entry-content .u_mt3 {
  margin-top: 3px !important
}

.entry-content .u_mt5 {
  margin-top: 5px !important
}

.entry-content .u_mt10 {
  margin-top: 10px !important
}

.entry-content .u_mt15 {
  margin-top: 15px !important
}

.entry-content .u_mt20 {
  margin-top: 20px !important
}

.entry-content .u_mt25 {
  margin-top: 25px !important
}

.entry-content .u_mt30 {
  margin-top: 30px !important
}

.entry-content .u_mt35 {
  margin-top: 35px !important
}

.entry-content .u_mt40 {
  margin-top: 40px !important
}

.entry-content .u_mt45 {
  margin-top: 45px !important
}

.entry-content .u_mt50 {
  margin-top: 50px !important
}

.entry-content .u_mt60 {
  margin-top: 60px !important
}

.entry-content .u_mt70 {
  margin-top: 70px !important
}

.entry-content .u_mt80 {
  margin-top: 80px !important
}

.entry-content .u_mt90 {
  margin-top: 90px !important
}

.entry-content .u_ml0 {
  margin-left: 0px !important
}

.entry-content .u_ml3 {
  margin-left: 3px !important
}

.entry-content .u_ml5 {
  margin-left: 5px !important
}

.entry-content .u_ml10 {
  margin-left: 10px !important
}

.entry-content .u_ml15 {
  margin-left: 15px !important
}

.entry-content .u_ml20 {
  margin-left: 20px !important
}

.entry-content .u_ml25 {
  margin-left: 25px !important
}

.entry-content .u_ml30 {
  margin-left: 30px !important
}

.entry-content .u_ml35 {
  margin-left: 35px !important
}

.entry-content .u_ml40 {
  margin-left: 40px !important
}

.entry-content .u_ml45 {
  margin-left: 45px !important
}

.entry-content .u_ml50 {
  margin-left: 50px !important
}

.entry-content .u_ml60 {
  margin-left: 60px !important
}

.entry-content .u_ml70 {
  margin-left: 70px !important
}

.entry-content .u_ml80 {
  margin-left: 80px !important
}

.entry-content .u_ml90 {
  margin-left: 90px !important
}

.entry-content .u_mr0 {
  margin-right: 0px !important
}

.entry-content .u_mr3 {
  margin-right: 3px !important
}

.entry-content .u_mr5 {
  margin-right: 5px !important
}

.entry-content .u_mr10 {
  margin-right: 10px !important
}

.entry-content .u_mr15 {
  margin-right: 15px !important
}

.entry-content .u_mr20 {
  margin-right: 20px !important
}

.entry-content .u_mr25 {
  margin-right: 25px !important
}

.entry-content .u_mr30 {
  margin-right: 30px !important
}

.entry-content .u_mr35 {
  margin-right: 35px !important
}

.entry-content .u_mr40 {
  margin-right: 40px !important
}

.entry-content .u_mr45 {
  margin-right: 45px !important
}

.entry-content .u_mr50 {
  margin-right: 50px !important
}

.entry-content .u_mr60 {
  margin-right: 60px !important
}

.entry-content .u_mr70 {
  margin-right: 70px !important
}

.entry-content .u_mr80 {
  margin-right: 80px !important
}

.entry-content .u_mr90 {
  margin-right: 90px !important
}

.entry-content .u_mb0 {
  margin-bottom: 0px !important
}

.entry-content .u_mb3 {
  margin-bottom: 3px !important
}

.entry-content .u_mb5 {
  margin-bottom: 5px !important
}

.entry-content .u_mb10 {
  margin-bottom: 10px !important
}

.entry-content .u_mb15 {
  margin-bottom: 15px !important
}

.entry-content .u_mb20 {
  margin-bottom: 20px !important
}

.entry-content .u_mb25 {
  margin-bottom: 25px !important
}

.entry-content .u_mb30 {
  margin-bottom: 30px !important
}

.entry-content .u_mb35 {
  margin-bottom: 35px !important
}

.entry-content .u_mb40 {
  margin-bottom: 40px !important
}

.entry-content .u_mb45 {
  margin-bottom: 45px !important
}

.entry-content .u_mb50 {
  margin-bottom: 50px !important
}

.entry-content .u_mb60 {
  margin-bottom: 60px !important
}

.entry-content .u_mb70 {
  margin-bottom: 70px !important
}

.entry-content .u_mb80 {
  margin-bottom: 80px !important
}

.entry-content .u_mb90 {
  margin-bottom: 90px !important
}

@media screen and (max-width: 767px) {
  .entry-content .u_spMt0 {
    margin-top: 0px !important
  }

  .entry-content .u_spMt3 {
    margin-top: 3px !important
  }

  .entry-content .u_spMt5 {
    margin-top: 5px !important
  }

  .entry-content .u_spMt10 {
    margin-top: 10px !important
  }

  .entry-content .u_spMt15 {
    margin-top: 15px !important
  }

  .entry-content .u_spMt20 {
    margin-top: 20px !important
  }

  .entry-content .u_spMt25 {
    margin-top: 25px !important
  }

  .entry-content .u_spMt30 {
    margin-top: 30px !important
  }

  .entry-content .u_spMt35 {
    margin-top: 35px !important
  }

  .entry-content .u_spMt40 {
    margin-top: 40px !important
  }

  .entry-content .u_spMt45 {
    margin-top: 45px !important
  }

  .entry-content .u_spMt50 {
    margin-top: 50px !important
  }

  .entry-content .u_spMt60 {
    margin-top: 60px !important
  }

  .entry-content .u_spMt70 {
    margin-top: 70px !important
  }

  .entry-content .u_spMt80 {
    margin-top: 80px !important
  }

  .entry-content .u_spMt90 {
    margin-top: 90px !important
  }

  .entry-content .u_spMl0 {
    margin-left: 0px !important
  }

  .entry-content .u_spMl3 {
    margin-left: 3px !important
  }

  .entry-content .u_spMl5 {
    margin-left: 5px !important
  }

  .entry-content .u_spMl10 {
    margin-left: 10px !important
  }

  .entry-content .u_spMl15 {
    margin-left: 15px !important
  }

  .entry-content .u_spMl20 {
    margin-left: 20px !important
  }

  .entry-content .u_spMl25 {
    margin-left: 25px !important
  }

  .entry-content .u_spMl30 {
    margin-left: 30px !important
  }

  .entry-content .u_spMl35 {
    margin-left: 35px !important
  }

  .entry-content .u_spMl40 {
    margin-left: 40px !important
  }

  .entry-content .u_spMl45 {
    margin-left: 45px !important
  }

  .entry-content .u_spMl50 {
    margin-left: 50px !important
  }

  .entry-content .u_spMl60 {
    margin-left: 60px !important
  }

  .entry-content .u_spMl70 {
    margin-left: 70px !important
  }

  .entry-content .u_spMl80 {
    margin-left: 80px !important
  }

  .entry-content .u_spMl90 {
    margin-left: 90px !important
  }

  .entry-content .u_spMr0 {
    margin-right: 0px !important
  }

  .entry-content .u_spMr3 {
    margin-right: 3px !important
  }

  .entry-content .u_spMr5 {
    margin-right: 5px !important
  }

  .entry-content .u_spMr10 {
    margin-right: 10px !important
  }

  .entry-content .u_spMr15 {
    margin-right: 15px !important
  }

  .entry-content .u_spMr20 {
    margin-right: 20px !important
  }

  .entry-content .u_spMr25 {
    margin-right: 25px !important
  }

  .entry-content .u_spMr30 {
    margin-right: 30px !important
  }

  .entry-content .u_spMr35 {
    margin-right: 35px !important
  }

  .entry-content .u_spMr40 {
    margin-right: 40px !important
  }

  .entry-content .u_spMr45 {
    margin-right: 45px !important
  }

  .entry-content .u_spMr50 {
    margin-right: 50px !important
  }

  .entry-content .u_spMr60 {
    margin-right: 60px !important
  }

  .entry-content .u_spMr70 {
    margin-right: 70px !important
  }

  .entry-content .u_spMr80 {
    margin-right: 80px !important
  }

  .entry-content .u_spMr90 {
    margin-right: 90px !important
  }

  .entry-content .u_spMb0 {
    margin-bottom: 0px !important
  }

  .entry-content .u_spMb3 {
    margin-bottom: 3px !important
  }

  .entry-content .u_spMb5 {
    margin-bottom: 5px !important
  }

  .entry-content .u_spMb10 {
    margin-bottom: 10px !important
  }

  .entry-content .u_spMb15 {
    margin-bottom: 15px !important
  }

  .entry-content .u_spMb20 {
    margin-bottom: 20px !important
  }

  .entry-content .u_spMb25 {
    margin-bottom: 25px !important
  }

  .entry-content .u_spMb30 {
    margin-bottom: 30px !important
  }

  .entry-content .u_spMb35 {
    margin-bottom: 35px !important
  }

  .entry-content .u_spMb40 {
    margin-bottom: 40px !important
  }

  .entry-content .u_spMb45 {
    margin-bottom: 45px !important
  }

  .entry-content .u_spMb50 {
    margin-bottom: 50px !important
  }

  .entry-content .u_spMb60 {
    margin-bottom: 60px !important
  }

  .entry-content .u_spMb70 {
    margin-bottom: 70px !important
  }

  .entry-content .u_spMb80 {
    margin-bottom: 80px !important
  }

  .entry-content .u_spMb90 {
    margin-bottom: 90px !important
  }
}

.entry-content .u_pt0 {
  padding-top: 0px !important
}

.entry-content .u_pt3 {
  padding-top: 3px !important
}

.entry-content .u_pt5 {
  padding-top: 5px !important
}

.entry-content .u_pt10 {
  padding-top: 10px !important
}

.entry-content .u_pt15 {
  padding-top: 15px !important
}

.entry-content .u_pt20 {
  padding-top: 20px !important
}

.entry-content .u_pt25 {
  padding-top: 25px !important
}

.entry-content .u_pt30 {
  padding-top: 30px !important
}

.entry-content .u_pt35 {
  padding-top: 35px !important
}

.entry-content .u_pt40 {
  padding-top: 40px !important
}

.entry-content .u_pt45 {
  padding-top: 45px !important
}

.entry-content .u_pt50 {
  padding-top: 50px !important
}

.entry-content .u_pt60 {
  padding-top: 60px !important
}

.entry-content .u_pt70 {
  padding-top: 70px !important
}

.entry-content .u_pt80 {
  padding-top: 80px !important
}

.entry-content .u_pt90 {
  padding-top: 90px !important
}

.entry-content .u_pl0 {
  padding-left: 0px !important
}

.entry-content .u_pl3 {
  padding-left: 3px !important
}

.entry-content .u_pl5 {
  padding-left: 5px !important
}

.entry-content .u_pl10 {
  padding-left: 10px !important
}

.entry-content .u_pl15 {
  padding-left: 15px !important
}

.entry-content .u_pl20 {
  padding-left: 20px !important
}

.entry-content .u_pl25 {
  padding-left: 25px !important
}

.entry-content .u_pl30 {
  padding-left: 30px !important
}

.entry-content .u_pl35 {
  padding-left: 35px !important
}

.entry-content .u_pl40 {
  padding-left: 40px !important
}

.entry-content .u_pl45 {
  padding-left: 45px !important
}

.entry-content .u_pl50 {
  padding-left: 50px !important
}

.entry-content .u_pl60 {
  padding-left: 60px !important
}

.entry-content .u_pl70 {
  padding-left: 70px !important
}

.entry-content .u_pl80 {
  padding-left: 80px !important
}

.entry-content .u_pl90 {
  padding-left: 90px !important
}

.entry-content .u_pr0 {
  padding-right: 0px !important
}

.entry-content .u_pr3 {
  padding-right: 3px !important
}

.entry-content .u_pr5 {
  padding-right: 5px !important
}

.entry-content .u_pr10 {
  padding-right: 10px !important
}

.entry-content .u_pr15 {
  padding-right: 15px !important
}

.entry-content .u_pr20 {
  padding-right: 20px !important
}

.entry-content .u_pr25 {
  padding-right: 25px !important
}

.entry-content .u_pr30 {
  padding-right: 30px !important
}

.entry-content .u_pr35 {
  padding-right: 35px !important
}

.entry-content .u_pr40 {
  padding-right: 40px !important
}

.entry-content .u_pr45 {
  padding-right: 45px !important
}

.entry-content .u_pr50 {
  padding-right: 50px !important
}

.entry-content .u_pr60 {
  padding-right: 60px !important
}

.entry-content .u_pr70 {
  padding-right: 70px !important
}

.entry-content .u_pr80 {
  padding-right: 80px !important
}

.entry-content .u_pr90 {
  padding-right: 90px !important
}

.entry-content .u_pb0 {
  padding-bottom: 0px !important
}

.entry-content .u_pb3 {
  padding-bottom: 3px !important
}

.entry-content .u_pb5 {
  padding-bottom: 5px !important
}

.entry-content .u_pb10 {
  padding-bottom: 10px !important
}

.entry-content .u_pb15 {
  padding-bottom: 15px !important
}

.entry-content .u_pb20 {
  padding-bottom: 20px !important
}

.entry-content .u_pb25 {
  padding-bottom: 25px !important
}

.entry-content .u_pb30 {
  padding-bottom: 30px !important
}

.entry-content .u_pb35 {
  padding-bottom: 35px !important
}

.entry-content .u_pb40 {
  padding-bottom: 40px !important
}

.entry-content .u_pb45 {
  padding-bottom: 45px !important
}

.entry-content .u_pb50 {
  padding-bottom: 50px !important
}

.entry-content .u_pb60 {
  padding-bottom: 60px !important
}

.entry-content .u_pb70 {
  padding-bottom: 70px !important
}

.entry-content .u_pb80 {
  padding-bottom: 80px !important
}

.entry-content .u_pb90 {
  padding-bottom: 90px !important
}

@media screen and (max-width: 767px) {
  .entry-content .u_spPt0 {
    padding-top: 0px !important
  }

  .entry-content .u_spPt3 {
    padding-top: 3px !important
  }

  .entry-content .u_spPt5 {
    padding-top: 5px !important
  }

  .entry-content .u_spPt10 {
    padding-top: 10px !important
  }

  .entry-content .u_spPt15 {
    padding-top: 15px !important
  }

  .entry-content .u_spPt20 {
    padding-top: 20px !important
  }

  .entry-content .u_spPt25 {
    padding-top: 25px !important
  }

  .entry-content .u_spPt30 {
    padding-top: 30px !important
  }

  .entry-content .u_spPt35 {
    padding-top: 35px !important
  }

  .entry-content .u_spPt40 {
    padding-top: 40px !important
  }

  .entry-content .u_spPt45 {
    padding-top: 45px !important
  }

  .entry-content .u_spPt50 {
    padding-top: 50px !important
  }

  .entry-content .u_spPt60 {
    padding-top: 60px !important
  }

  .entry-content .u_spPt70 {
    padding-top: 70px !important
  }

  .entry-content .u_spPt80 {
    padding-top: 80px !important
  }

  .entry-content .u_spPt90 {
    padding-top: 90px !important
  }

  .entry-content .u_spPl0 {
    padding-left: 0px !important
  }

  .entry-content .u_spPl3 {
    padding-left: 3px !important
  }

  .entry-content .u_spPl5 {
    padding-left: 5px !important
  }

  .entry-content .u_spPl10 {
    padding-left: 10px !important
  }

  .entry-content .u_spPl15 {
    padding-left: 15px !important
  }

  .entry-content .u_spPl20 {
    padding-left: 20px !important
  }

  .entry-content .u_spPl25 {
    padding-left: 25px !important
  }

  .entry-content .u_spPl30 {
    padding-left: 30px !important
  }

  .entry-content .u_spPl35 {
    padding-left: 35px !important
  }

  .entry-content .u_spPl40 {
    padding-left: 40px !important
  }

  .entry-content .u_spPl45 {
    padding-left: 45px !important
  }

  .entry-content .u_spPl50 {
    padding-left: 50px !important
  }

  .entry-content .u_spPl60 {
    padding-left: 60px !important
  }

  .entry-content .u_spPl70 {
    padding-left: 70px !important
  }

  .entry-content .u_spPl80 {
    padding-left: 80px !important
  }

  .entry-content .u_spPl90 {
    padding-left: 90px !important
  }

  .entry-content .u_spPr0 {
    padding-right: 0px !important
  }

  .entry-content .u_spPr3 {
    padding-right: 3px !important
  }

  .entry-content .u_spPr5 {
    padding-right: 5px !important
  }

  .entry-content .u_spPr10 {
    padding-right: 10px !important
  }

  .entry-content .u_spPr15 {
    padding-right: 15px !important
  }

  .entry-content .u_spPr20 {
    padding-right: 20px !important
  }

  .entry-content .u_spPr25 {
    padding-right: 25px !important
  }

  .entry-content .u_spPr30 {
    padding-right: 30px !important
  }

  .entry-content .u_spPr35 {
    padding-right: 35px !important
  }

  .entry-content .u_spPr40 {
    padding-right: 40px !important
  }

  .entry-content .u_spPr45 {
    padding-right: 45px !important
  }

  .entry-content .u_spPr50 {
    padding-right: 50px !important
  }

  .entry-content .u_spPr60 {
    padding-right: 60px !important
  }

  .entry-content .u_spPr70 {
    padding-right: 70px !important
  }

  .entry-content .u_spPr80 {
    padding-right: 80px !important
  }

  .entry-content .u_spPr90 {
    padding-right: 90px !important
  }

  .entry-content .u_spPb0 {
    padding-bottom: 0px !important
  }

  .entry-content .u_spPb3 {
    padding-bottom: 3px !important
  }

  .entry-content .u_spPb5 {
    padding-bottom: 5px !important
  }

  .entry-content .u_spPb10 {
    padding-bottom: 10px !important
  }

  .entry-content .u_spPb15 {
    padding-bottom: 15px !important
  }

  .entry-content .u_spPb20 {
    padding-bottom: 20px !important
  }

  .entry-content .u_spPb25 {
    padding-bottom: 25px !important
  }

  .entry-content .u_spPb30 {
    padding-bottom: 30px !important
  }

  .entry-content .u_spPb35 {
    padding-bottom: 35px !important
  }

  .entry-content .u_spPb40 {
    padding-bottom: 40px !important
  }

  .entry-content .u_spPb45 {
    padding-bottom: 45px !important
  }

  .entry-content .u_spPb50 {
    padding-bottom: 50px !important
  }

  .entry-content .u_spPb60 {
    padding-bottom: 60px !important
  }

  .entry-content .u_spPb70 {
    padding-bottom: 70px !important
  }

  .entry-content .u_spPb80 {
    padding-bottom: 80px !important
  }

  .entry-content .u_spPb90 {
    padding-bottom: 90px !important
  }
}

.entry-content .u_lineL {
  line-height: 2.25 !important
}

.entry-content .u_lineM {
  line-height: 2 !important
}

.entry-content .u_lineS {
  line-height: 1.825 !important
}

.entry-content .u_letterM {
  letter-spacing: .05em !important
}

.entry-content .u_letterL {
  letter-spacing: .1em !important
}

.entry-content .u_fontBold {
  font-weight: bold !important
}

.entry-content .u_fontNormal {
  font-weight: normal !important
}

.entry-content .u_colorRed {
  color: #d00 !important
}

.entry-content .u_clearfix {
  zoom: 1
}

.entry-content .u_clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: .01px
}

.entry-content .u_ofHidden {
  overflow: hidden !important
}

.entry-content .u_ofVisible {
  overflow: visible !important
}

.entry-content .u_floatL {
  float: left !important
}

.entry-content .u_floatR {
  float: right !important
}

.entry-content .u_posStatic {
  position: static !important
}

.entry-content .u_posRelative {
  position: relative !important
}

.entry-content .u_posAbsolute {
  position: absolute !important
}

.entry-content .u_posFixed {
  position: fixed !important
}

.entry-content .u_taLeft {
  text-align: left !important
}

.entry-content .u_taCenter {
  text-align: center !important
}

.entry-content .u_taRight {
  text-align: right !important
}

.entry-content .u_tdNon {
  text-decoration: none !important
}

.entry-content .u_tdUnder {
  text-decoration: underline !important
}

.entry-content .u_tdOver {
  text-decoration: line-through !important
}

.entry-content .u_vaTop {
  vertical-align: top !important
}

.entry-content .u_vaMdl {
  vertical-align: middle !important
}

.entry-content .u_vaBtm {
  vertical-align: bottom !important
}

.entry-content .u_disNon {
  display: none !important
}

.entry-content .u_disBlock {
  display: block !important
}

.entry-content .u_disInline {
  display: inline !important
}

.entry-content .u_disInBlock {
  display: inline-block !important
}

.entry-content .u_liquid {
  width: 100% !important
}

.entry-content .u_nowrap {
  white-space: nowrap !important
}

.entry-content .u_breakall {
  word-break: break-all !important
}

@media screen and (max-width: 1200px) {
  .entry-content .u_ov1200 {
    display: none !important
  }
}

@media screen and (max-width: 1100px) {
  .entry-content .u_ov1100 {
    display: none !important
  }
}

@media screen and (max-width: 1000px) {
  .entry-content .u_ov1000 {
    display: none !important
  }
}

@media screen and (max-width: 900px) {
  .entry-content .u_ov900 {
    display: none !important
  }
}

@media screen and (max-width: 800px) {
  .entry-content .u_ov800 {
    display: none !important
  }
}

@media screen and (max-width: 767px) {
  .entry-content .u_ov767 {
    display: none !important
  }
}

@media screen and (max-width: 700px) {
  .entry-content .u_ov700 {
    display: none !important
  }
}

@media screen and (max-width: 600px) {
  .entry-content .u_ov600 {
    display: none !important
  }
}

@media screen and (max-width: 500px) {
  .entry-content .u_ov500 {
    display: none !important
  }
}

@media screen and (max-width: 400px) {
  .entry-content .u_ov400 {
    display: none !important
  }
}

@media screen and (max-width: 374px) {
  .entry-content .u_ov374 {
    display: none !important
  }
}

@media screen and (min-width: 1201px) {
  .entry-content .u_un1200 {
    display: none !important
  }
}

@media screen and (min-width: 1101px) {
  .entry-content .u_un1100 {
    display: none !important
  }
}

@media screen and (min-width: 1001px) {
  .entry-content .u_un1000 {
    display: none !important
  }
}

@media screen and (min-width: 901px) {
  .entry-content .u_un900 {
    display: none !important
  }
}

@media screen and (min-width: 801px) {
  .entry-content .u_un800 {
    display: none !important
  }
}

@media screen and (min-width: 768px) {
  .entry-content .u_un767 {
    display: none !important
  }
}

@media screen and (min-width: 701px) {
  .entry-content .u_un700 {
    display: none !important
  }
}

@media screen and (min-width: 601px) {
  .entry-content .u_un600 {
    display: none !important
  }
}

@media screen and (min-width: 501px) {
  .entry-content .u_un500 {
    display: none !important
  }
}

@media screen and (min-width: 401px) {
  .entry-content .u_un400 {
    display: none !important
  }
}

@media screen and (min-width: 375px) {
  .entry-content .u_un374 {
    display: none !important
  }
}

.entry-content .sec_farmware {
  padding: 100px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_farmware {
    padding: 50px 35px
  }
}

.entry-content .sec_farmware__column {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #302a23;
  color: #fff
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_farmware__column {
    display: block
  }
}

.entry-content .sec_farmware .__right,
.entry-content .sec_farmware .__left {
  width: 50%
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_farmware .__right,
  .entry-content .sec_farmware .__left {
    width: 100%
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_farmware .__right {
    padding-bottom: 40px
  }
}

.entry-content .sec_farmware .__header {
  margin: 0 0 50px 50px;
  padding: 70px 20px 0 20px;
  border-left: 1px solid #fff
}

@media only screen and (max-width: 1400px) {
  .entry-content .sec_farmware .__header {
    margin: 0 0 3.5714285714vw 3.5714285714vw;
    padding: 5vw 1.4285714286vw 0 1.4285714286vw
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_farmware .__header {
    margin: 0 0 35px 20px;
    padding: 42.5px 12.5px 0 12.5px
  }
}

.entry-content .sec_farmware .__date {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Fjalla One", sans-serif;
  margin-bottom: 15px
}

@media only screen and (max-width: 1400px) {
  .entry-content .sec_farmware .__date {
    font-size: 1.4285714286vw;
    margin-bottom: 1.0714285714vw
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_farmware .__date {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px
  }
}

.entry-content .sec_farmware .__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1
}

.entry-content .sec_farmware .__title.__english {
  font-family: "Fjalla One", sans-serif
}

@media only screen and (max-width: 1400px) {
  .entry-content .sec_farmware .__title {
    font-size: 1.7142857143vw
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_farmware .__title {
    font-size: 14px
  }
}

.entry-content .sec_farmware .__content {
  margin-left: 70px
}

@media only screen and (max-width: 1400px) {
  .entry-content .sec_farmware .__content {
    margin-left: 5vw
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_farmware .__content {
    margin-left: 32.5px
  }
}

.entry-content .sec_farmware .__catch {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px
}

@media only screen and (max-width: 1400px) {
  .entry-content .sec_farmware .__catch {
    font-size: 1.7142857143vw;
    margin-bottom: 1.7857142857vw
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_farmware .__catch {
    font-size: 14px;
    margin-bottom: 12.5px
  }
}

.entry-content .sec_farmware .__catch span {
  font-size: 2em
}

.entry-content .sec_farmware .__ver {
  font-size: 80px;
  margin-bottom: 25px;
  line-height: 1;
  font-family: "Fjalla One", sans-serif
}

@media only screen and (max-width: 1400px) {
  .entry-content .sec_farmware .__ver {
    font-size: 5.7142857143vw;
    margin-bottom: 1.7857142857vw
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_farmware .__ver {
    font-size: 48px;
    margin-bottom: 12.5px
  }
}

@media only screen and (max-width: 1400px) {
  .entry-content .sec_farmware .c-detail-link {
    font-size: 1.1428571429vw
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_farmware .c-detail-link {
    font-size: 13px
  }
}

.entry-content .sec_farmware .c-detail-link::after {
  background-image: url(../images/top/rghs_link-arrow-right_w.png)
}

.entry-content .sec_farmware .c-detail-link .line-left,
.entry-content .sec_farmware .c-detail-link .line-right {
  background: #fff
}

.entry-content .sec_slider__item {
  border-left: 1px solid #fff;
  position: relative
}

.entry-content .sec_slider__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.entry-content .sec_slider__item.slick-current:after {
  background: rgba(0, 0, 0, 0)
}

.entry-content .sec_slider__item.slick-current .sec_slider__txt {
  opacity: 1;
  right: 15px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.entry-content .sec_slider__txt {
  position: absolute;
  font-size: 20px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  right: 0;
  bottom: 9px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_slider__txt {
    font-size: 15px
  }
}

.entry-content .sec_slider .slick-prev,
.entry-content .sec_slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 129px;
  z-index: 1;
  margin: 0
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_slider .slick-prev,
  .entry-content .sec_slider .slick-next {
    width: 15px;
    height: 29px
  }
}

.entry-content .sec_slider .slick-prev {
  background-image: url("../images/common/rghs_slick_arrow_left.png");
  left: 50px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_slider .slick-prev {
    background-image: url("../images/common/rghs_slick_arrow_left_sp.png");
    left: 20px
  }
}

.entry-content .sec_slider .slick-next {
  background-image: url("../images/common/rghs_slick_arrow_right.png");
  right: 50px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_slider .slick-next {
    background-image: url("../images/common/rghs_slick_arrow_right_sp.png");
    right: 20px
  }
}

.entry-content .sec_slider__credit {
  padding: 10px 15px;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: right;
  font-size: 14px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_slider__credit {
    font-size: 10px;
    margin: 0 auto 10px
  }
}

.entry-content .sec_simulation {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_simulation {
    margin-bottom: 100px
  }
}

.entry-content .sec_simulation__lead {
  line-height: 1.9230769231;
  margin-bottom: 80px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_simulation__lead {
    margin-bottom: 35px
  }
}

.entry-content .sec_simulation__list {
  line-height: 1.375
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_simulation__list {
    line-height: 1.6923076923
  }
}

.entry-content .sec_simulation__list .__title {
  width: 240px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_simulation__list .__title {
    width: 100%
  }
}

.entry-content .sec_simulation__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_recformat {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_recformat {
    margin-bottom: 90px
  }
}

.entry-content .sec_recformat__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_recformat__column {
    display: block
  }
}

.entry-content .sec_recformat__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_recformat__image {
    width: 100%;
    margin-bottom: 30px
  }
}

.entry-content .sec_recformat__txt {
  padding: 0 0 0 70px;
  width: 50%;
  line-height: 2.1875
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_recformat__txt {
    width: 100%;
    padding: 0;
    line-height: 1.9230769231
  }
}

.entry-content .sec_effect {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_effect {
    margin-bottom: 90px
  }
}

.entry-content .sec_effect__lead {
  margin-bottom: 80px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_effect__lead {
    line-height: 1.9230769231;
    margin-bottom: 30px
  }
}

.entry-content .sec_effect__column {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px
}

.entry-content .sec_effect__column .__caption {
  margin-top: 5px
}

.entry-content .sec_effect__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_effect__column {
    margin-bottom: 30px;
    font-size: 13px
  }

  .entry-content .sec_effect__column .__credit .__caption:last-child {
    font-size: 10px
  }
}

.entry-content .sec_wb {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_wb {
    margin-bottom: 100px
  }
}

.entry-content .sec_wb__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.entry-content .sec_wb__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_wb__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_wb__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_wb__column img {
  width: 100%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_wb__column {
    margin-bottom: 30px;
    font-size: 13px
  }

  .entry-content .sec_wb__column .__caption {
    padding: 0 10px
  }

  .entry-content .sec_wb__column .__credit .__caption:last-child {
    font-size: 10px
  }
}

.entry-content .sec_wb__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_wb__content .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_wb__content .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_wb__content {
    display: block
  }
}

.entry-content .sec_wb__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_wb__image {
    width: 100%
  }
}

.entry-content .sec_wb__txt {
  padding: 0 0 0 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_wb__txt {
    width: 100%;
    padding: 0;
    margin-bottom: 35px
  }

  .entry-content .sec_wb__txt .txt_normal {
    line-height: 1.9230769231;
    margin-bottom: 35px
  }
}

.entry-content .sec_wb__list .__title {
  width: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_wb__list .__title {
    width: 100%
  }
}

.entry-content .sec_wb__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_anti-vibration {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_anti-vibration {
    margin-bottom: 100px
  }
}

.entry-content .sec_anti-vibration__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_anti-vibration__column {
    display: block
  }
}

.entry-content .sec_anti-vibration__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_anti-vibration__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_anti-vibration__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_anti-vibration__column img {
  width: 100%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_anti-vibration__column {
    margin-bottom: 30px;
    font-size: 13px
  }

  .entry-content .sec_anti-vibration__column .__caption {
    padding: 0 10px
  }

  .entry-content .sec_anti-vibration__column .__credit .__caption:last-child {
    font-size: 10px
  }
}

.entry-content .sec_anti-vibration__2column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_anti-vibration__2column {
    display: none
  }
}

.entry-content .sec_anti-vibration__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_anti-vibration__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_anti-vibration__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_anti-vibration__description {
    display: block
  }
}

.entry-content .sec_anti-vibration__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_anti-vibration__image {
    width: 100%
  }
}

.entry-content .sec_anti-vibration__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 70px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_anti-vibration__txt {
    width: 100%;
    margin-bottom: 35px;
    padding: 0
  }
}

.entry-content .sec_anti-vibration__list .__title {
  width: 230px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_anti-vibration__list .__title {
    width: 100%
  }
}

.entry-content .sec_anti-vibration__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_anti-vibration__list.__border-b {
  border-bottom: 1px solid #000
}

.entry-content .sec_mount {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_mount {
    margin-bottom: 100px
  }
}

.entry-content .sec_mount__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_mount__column {
    display: block
  }
}

.entry-content .sec_mount__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_mount__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_mount__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_mount__column img {
  width: 100%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_mount__column {
    margin-bottom: 30px;
    font-size: 13px
  }

  .entry-content .sec_mount__column .__caption {
    padding: 0 10px
  }

  .entry-content .sec_mount__column .__credit .__caption:last-child {
    font-size: 10px
  }
}

.entry-content .sec_mount__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_mount__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_mount__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_mount__description {
    display: block
  }
}

.entry-content .sec_mount__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_mount__image {
    width: 100%
  }
}

.entry-content .sec_mount__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 50px 0 0;
  letter-spacing: -0.06em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_mount__txt {
    width: 100%;
    margin-bottom: 35px;
    padding: 0
  }
}

.entry-content .sec_mount__list .__title {
  width: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_mount__list .__title {
    width: 100%
  }
}

.entry-content .sec_mount__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_processor {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_processor {
    margin-bottom: 90px
  }
}

.entry-content .sec_processor__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_processor__column {
    display: block
  }
}

.entry-content .sec_processor__column.content,
.entry-content .sec_processor__column.sec_farmware__column,
.entry-content .sec_processor__column.sec_wb__content {
  padding: 0
}

.entry-content .sec_processor__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_processor__image {
    width: 100%;
    margin-bottom: 30px
  }
}

.entry-content .sec_processor__txt {
  padding: 0 0 0 70px;
  width: 50%;
  line-height: 2.1875;
  letter-spacing: -0.05em
}

.entry-content .sec_processor__txt p {
  margin-bottom: 75px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_processor__txt {
    width: 100%;
    padding: 0 30px;
    line-height: 1.9230769231
  }

  .entry-content .sec_processor__txt p {
    margin-bottom: 50px
  }
}

.entry-content .sec_processor__list.__dl-table {
  padding-top: 10px;
  padding-bottom: 10px
}

.entry-content .sec_processor__list .__title {
  width: 250px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_processor__list .__title {
    width: 100%
  }
}

.entry-content .sec_processor__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_processor__list.__border-b {
  border-bottom: 1px solid #000
}

.entry-content .sec_sensor {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_sensor {
    margin-bottom: 100px
  }

  .entry-content .sec_sensor .title_h2_large {
    line-height: 1.6666666667
  }
}

.entry-content .sec_sensor__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_sensor__column {
    display: block
  }
}

.entry-content .sec_sensor__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_sensor__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_sensor__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_sensor__column img {
  width: 100%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_sensor__column {
    margin-bottom: 30px;
    font-size: 13px
  }

  .entry-content .sec_sensor__column .__item {
    position: relative
  }

  .entry-content .sec_sensor__column .__caption {
    position: absolute;
    padding: 0;
    left: 3%;
    bottom: 15px;
    color: #fff
  }

  .entry-content .sec_sensor__column .__credit .__caption:last-child {
    font-size: 10px
  }
}

.entry-content .sec_sensor__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_sensor__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_sensor__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_sensor__description {
    display: block
  }
}

.entry-content .sec_sensor__image {
  width: 50%;
  padding: 0 0 0 70px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_sensor__image {
    width: 100%;
    padding: 0
  }
}

.entry-content .sec_sensor__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: -0.05em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_sensor__txt {
    width: 100%;
    margin-bottom: 35px
  }
}

.entry-content .sec_sensor__list .__title {
  width: 150px
}

.entry-content .sec_sensor__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_sensor .txt_bold {
  font-size: 18px;
  line-height: 2;
  font-weight: bold
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_sensor .txt_bold {
    font-size: 15px;
    margin-bottom: 10px
  }
}

.entry-content .sec_shutter-unit {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_shutter-unit {
    margin-bottom: 100px
  }
}

.entry-content .sec_shutter-unit__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_shutter-unit__column {
    display: block
  }
}

.entry-content .sec_shutter-unit__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_shutter-unit__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_shutter-unit__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_shutter-unit__column img {
  width: 100%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_shutter-unit__column {
    margin-bottom: 30px;
    font-size: 13px
  }

  .entry-content .sec_shutter-unit__column.pcNone li img {
    margin-bottom: 35px
  }

  .entry-content .sec_shutter-unit__column.pcNone li div {
    padding: 0 30px
  }

  .entry-content .sec_shutter-unit__column.pcNone li div .title_h3 {
    margin-bottom: 10px
  }
}

.entry-content .sec_shutter-unit__2column {
  margin-bottom: 70px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_shutter-unit__2column {
    display: none
  }
}

.entry-content .sec_shutter-unit__2column div {
  padding-right: 50px
}

.entry-content .sec_shutter-unit__2column div p {
  letter-spacing: -0.045em
}

.entry-content .sec_shutter-unit__2column div:last-child {
  padding-left: 50px
}

.entry-content .sec_shutter-unit__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_shutter-unit__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_shutter-unit__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_shutter-unit__description {
    display: block
  }
}

.entry-content .sec_shutter-unit__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_shutter-unit__image {
    width: 100%
  }
}

.entry-content .sec_shutter-unit__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 50px 0 0;
  letter-spacing: -0.05em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_shutter-unit__txt {
    width: 100%;
    margin-bottom: 35px;
    padding: 0
  }
}

.entry-content .sec_shutter-unit__list .__title {
  width: 360px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_shutter-unit__list .__title {
    width: 100%
  }
}

.entry-content .sec_shutter-unit__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_shutter-unit__list.__border-b {
  border-bottom: 1px solid #000
}

.entry-content .sec_customize {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_customize {
    margin-bottom: 100px
  }
}

.entry-content .sec_customize__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_customize__column {
    display: block
  }
}

.entry-content .sec_customize__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_customize__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_customize__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_customize__column img {
  width: 100%
}

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

@media only screen and (max-width: 767px) {
  .entry-content .sec_customize__column {
    display: block
  }
}

.entry-content .sec_customize__image {
  width: 48.3333333333%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_customize__image {
    width: 100%
  }

  .entry-content .sec_customize__image:nth-child(1) {
    margin-bottom: 20px
  }
}

.entry-content .sec_customize__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 70px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_customize__txt {
    width: 100%;
    margin-bottom: 35px;
    padding: 0
  }
}

.entry-content .sec_ddl {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_ddl {
    margin-bottom: 100px
  }
}

.entry-content .sec_ddl__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_ddl__column {
    display: block;
    margin-bottom: 40px
  }
}

.entry-content .sec_ddl__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_ddl__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_ddl__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_ddl__column img {
  width: 100%
}

.entry-content .sec_ddl__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_ddl__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_ddl__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_ddl__description {
    display: block
  }
}

.entry-content .sec_ddl__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_ddl__image {
    width: 100%;
    margin-bottom: 40px
  }
}

.entry-content .sec_ddl__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 75px 0 0;
  letter-spacing: -0.06em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_ddl__txt {
    width: 100%;
    margin-bottom: 35px;
    padding: 0
  }
}

.entry-content .sec_ddl__txt p {
  margin-bottom: 75px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_ddl__txt p {
    margin-bottom: 35px
  }
}

.entry-content .sec_ddl__list.__dl-table {
  padding-top: 10px;
  padding-bottom: 10px
}

.entry-content .sec_ddl__list .__title {
  width: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_ddl__list .__title {
    width: 100%
  }
}

.entry-content .sec_ddl__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_drive-mode-dial {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_drive-mode-dial {
    margin-bottom: 100px
  }
}

.entry-content .sec_drive-mode-dial__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_drive-mode-dial__column {
    display: block
  }

  .entry-content .sec_drive-mode-dial__column.content,
  .entry-content .sec_drive-mode-dial__column.sec_farmware__column,
  .entry-content .sec_drive-mode-dial__column.sec_wb__content {
    padding: 0
  }
}

.entry-content .sec_drive-mode-dial__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_drive-mode-dial__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_drive-mode-dial__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_drive-mode-dial__column img {
  width: 100%
}

.entry-content .sec_drive-mode-dial__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_drive-mode-dial__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_drive-mode-dial__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_drive-mode-dial__description {
    display: block
  }
}

.entry-content .sec_drive-mode-dial__image {
  width: 58.3333333333%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_drive-mode-dial__image {
    width: 100%
  }
}

.entry-content .sec_drive-mode-dial__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 41.6666666667%;
  padding-right: 70px;
  letter-spacing: -0.06em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_drive-mode-dial__txt {
    width: 100%;
    margin-top: 30px;
    padding: 0 30px
  }
}

.entry-content .sec_electronic-viewfinder {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_electronic-viewfinder {
    margin-bottom: 90px
  }
}

.entry-content .sec_electronic-viewfinder__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_electronic-viewfinder__column {
    display: block
  }
}

.entry-content .sec_electronic-viewfinder__2column {
  margin-bottom: 70px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_electronic-viewfinder__2column {
    display: block
  }

  .entry-content .sec_electronic-viewfinder__2column.content,
  .entry-content .sec_electronic-viewfinder__2column.sec_farmware__column,
  .entry-content .sec_electronic-viewfinder__2column.sec_wb__content {
    padding: 0
  }
}

.entry-content .sec_electronic-viewfinder__2column.__img-left {
  margin-bottom: 90px !important
}

.entry-content .sec_electronic-viewfinder__2column.__img-left .sec_electronic-viewfinder__image {
  width: 50%
}

.entry-content .sec_electronic-viewfinder__2column.__img-left .sec_electronic-viewfinder__txt {
  width: 50%;
  padding-left: 70px;
  padding-right: 0
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_electronic-viewfinder__2column.__img-left {
    margin-bottom: 40px !important
  }

  .entry-content .sec_electronic-viewfinder__2column.__img-left .sec_electronic-viewfinder__image {
    width: 100%
  }

  .entry-content .sec_electronic-viewfinder__2column.__img-left .sec_electronic-viewfinder__txt {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px
  }
}

.entry-content .sec_electronic-viewfinder__2column.__img-right .sec_electronic-viewfinder__txt {
  width: 41.6666666667%;
  padding-right: 70px
}

.entry-content .sec_electronic-viewfinder__2column.__img-right .sec_electronic-viewfinder__image {
  width: 58.3333333333%;
  padding-right: 0
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_electronic-viewfinder__2column.__img-right {
    margin-bottom: 60px !important
  }

  .entry-content .sec_electronic-viewfinder__2column.__img-right .sec_electronic-viewfinder__image {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px
  }

  .entry-content .sec_electronic-viewfinder__2column.__img-right .sec_electronic-viewfinder__txt {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_electronic-viewfinder__image {
    width: 100%;
    margin-bottom: 30px
  }
}

.entry-content .sec_electronic-viewfinder__txt {
  line-height: 2.1875;
  letter-spacing: -0.05em
}

.entry-content .sec_electronic-viewfinder__txt p {
  margin-bottom: 75px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_electronic-viewfinder__txt {
    width: 100%;
    padding: 0 30px;
    line-height: 1.9230769231
  }

  .entry-content .sec_electronic-viewfinder__txt p {
    margin-bottom: 40px
  }
}

.entry-content .sec_electronic-viewfinder__list.__dl-table {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.375
}

.entry-content .sec_electronic-viewfinder__list .__title {
  width: 160px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_electronic-viewfinder__list .__title {
    width: 100%
  }
}

.entry-content .sec_electronic-viewfinder__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_electronic-viewfinder__list.__border-b {
  border-bottom: 1px solid #000
}

.entry-content .sec_exposure-mode {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_exposure-mode {
    margin-bottom: 90px
  }
}

.entry-content .sec_exposure-mode__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_exposure-mode__column {
    display: block
  }

  .entry-content .sec_exposure-mode__column.content,
  .entry-content .sec_exposure-mode__column.sec_farmware__column,
  .entry-content .sec_exposure-mode__column.sec_wb__content {
    padding: 0
  }
}

.entry-content .sec_exposure-mode__image {
  width: 58.3333333333%;
  padding-right: 0
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_exposure-mode__image {
    width: 100%;
    margin-bottom: 30px
  }
}

.entry-content .sec_exposure-mode__txt {
  width: 41.6666666667%;
  padding-left: 70px;
  line-height: 2.1875;
  letter-spacing: -0.05em
}

.entry-content .sec_exposure-mode__txt p {
  margin-bottom: 75px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_exposure-mode__txt {
    width: 100%;
    padding: 0 30px;
    line-height: 1.9230769231
  }

  .entry-content .sec_exposure-mode__txt p {
    margin-bottom: 50px
  }
}

.entry-content .sec_feather-touch-shutter {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_feather-touch-shutter {
    margin-bottom: 100px
  }

  .entry-content .sec_feather-touch-shutter .title_h2_large {
    line-height: 1.6666666667
  }
}

.entry-content .sec_feather-touch-shutter__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_feather-touch-shutter__column {
    display: block;
    margin-bottom: 30px
  }
}

.entry-content .sec_feather-touch-shutter__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_feather-touch-shutter__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_feather-touch-shutter__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_feather-touch-shutter__column img {
  width: 100%
}

.entry-content .sec_feather-touch-shutter__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_feather-touch-shutter__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_feather-touch-shutter__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_feather-touch-shutter__description {
    display: block
  }
}

.entry-content .sec_feather-touch-shutter__image {
  width: 50%;
  padding: 0 0 0 70px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_feather-touch-shutter__image {
    width: 100%;
    padding: 0
  }
}

.entry-content .sec_feather-touch-shutter__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: -0.05em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_feather-touch-shutter__txt {
    width: 100%;
    margin-bottom: 35px
  }
}

.entry-content .sec_grip {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_grip {
    margin-bottom: 100px
  }

  .entry-content .sec_grip .title_h2_large {
    line-height: 1.6666666667
  }
}

.entry-content .sec_grip__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_grip__column {
    display: block
  }

  .entry-content .sec_grip__column.content,
  .entry-content .sec_grip__column.sec_farmware__column,
  .entry-content .sec_grip__column.sec_wb__content {
    padding: 0
  }
}

.entry-content .sec_grip__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_grip__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_grip__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_grip__column img {
  width: 100%
}

.entry-content .sec_grip__column.__img-left {
  margin-bottom: 100px !important
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_grip__column.__img-left {
    margin-bottom: 40px !important
  }
}

.entry-content .sec_grip__column.__img-left .sec_grip__txt {
  padding-left: 70px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_grip__column.__img-left .sec_grip__txt {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 30px
  }
}

.entry-content .sec_grip__column.__img-right .sec_grip__txt {
  padding-right: 70px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_grip__column.__img-right .sec_grip__txt {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 30px
  }
}

.entry-content .sec_grip__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_grip__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_grip__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_grip__description {
    display: block
  }
}

.entry-content .sec_grip__image {
  width: 58.3333333333%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_grip__image {
    width: 100%;
    padding: 0
  }
}

.entry-content .sec_grip__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: -0.05em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_grip__txt {
    width: 100%;
    margin-bottom: 35px
  }
}

.entry-content .sec_grip__list .__title {
  width: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_grip__list .__title {
    width: 100%
  }
}

.entry-content .sec_grip__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_monitor {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor {
    margin-bottom: 100px
  }
}

.entry-content .sec_monitor__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor__column {
    display: block;
    margin-bottom: 40px
  }
}

.entry-content .sec_monitor__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_monitor__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_monitor__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_monitor__column img {
  width: 100%
}

.entry-content .sec_monitor .content h3+p,
.entry-content .sec_monitor .sec_farmware__column h3+p,
.entry-content .sec_monitor .sec_wb__content h3+p {
  margin-bottom: 75px
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_monitor .content h3+p,
  .entry-content .sec_monitor .sec_farmware__column h3+p,
  .entry-content .sec_monitor .sec_wb__content h3+p {
    margin-bottom: 35px !important
  }
}

.entry-content .sec_monitor__2column {
  margin-bottom: 70px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor__2column {
    margin-bottom: 40px !important;
    display: block
  }
}

.entry-content .sec_monitor__2column.__img-left {
  margin-top: 80px;
  margin-bottom: 60px !important
}

.entry-content .sec_monitor__2column.__img-left h3+p {
  margin-bottom: 75px
}

.entry-content .sec_monitor__2column.__img-left .sec_monitor__txt {
  padding-left: 70px;
  padding-right: 0
}

.entry-content .sec_monitor__2column.__img-left+.sec_monitor__4column {
  margin-bottom: 115px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor__2column.__img-left {
    margin-top: 50px;
    margin-bottom: 40px !important
  }

  .entry-content .sec_monitor__2column.__img-left .sec_monitor__image {
    margin-bottom: 40px
  }

  .entry-content .sec_monitor__2column.__img-left .sec_monitor__txt {
    padding-left: 0 !important;
    padding-right: 0
  }

  .entry-content .sec_monitor__2column.__img-left+.sec_monitor__4column {
    margin-bottom: 45px !important
  }
}

.entry-content .sec_monitor__2column.__img-right .sec_monitor__txt {
  padding-right: 70px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor__2column.__img-right .sec_monitor__image {
    margin-bottom: 40px
  }

  .entry-content .sec_monitor__2column.__img-right .sec_monitor__txt {
    padding-right: 0 !important;
    margin-bottom: 0 !important
  }
}

.entry-content .sec_monitor__2column .sec_monitor__list .__title {
  width: 160px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor__2column .sec_monitor__list .__title {
    width: 100%
  }
}

.entry-content .sec_monitor__2column .sec_monitor__list.__dl-table {
  padding-top: 10px;
  padding-bottom: 10px
}

.entry-content .sec_monitor__4column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center
}

.entry-content .sec_monitor__4column p {
  margin-top: 10px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor__4column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .entry-content .sec_monitor__4column li {
    width: 44%
  }

  .entry-content .sec_monitor__4column li:nth-child(n+3) {
    margin-top: 30px
  }
}

.entry-content .sec_monitor__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_monitor__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_monitor__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor__description {
    display: block
  }
}

.entry-content .sec_monitor__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor__image {
    width: 100%
  }
}

.entry-content .sec_monitor__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  letter-spacing: -0.05em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor__txt {
    width: 100%;
    margin-bottom: 35px;
    padding: 0
  }
}

.entry-content .sec_monitor__list .__title {
  width: 240px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_monitor__list .__title {
    width: 100%
  }
}

.entry-content .sec_monitor__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_monitor__list.__border-b {
  border-bottom: 1px solid #000
}

.entry-content .sec_toughness {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_toughness {
    margin-bottom: 100px
  }
}

.entry-content .sec_toughness__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_toughness__column {
    display: block;
    margin-bottom: 40px
  }
}

.entry-content .sec_toughness__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_toughness__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_toughness__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_toughness__column img {
  width: 100%
}

.entry-content .sec_toughness__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_toughness__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_toughness__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_toughness__description {
    display: block
  }
}

.entry-content .sec_toughness__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_toughness__image {
    width: 100%
  }
}

.entry-content .sec_toughness__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  letter-spacing: -0.05em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_toughness__txt {
    width: 100%;
    margin-bottom: 35px;
    padding: 0
  }
}

.entry-content .sec_interface {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_interface {
    margin-bottom: 100px
  }
}

.entry-content .sec_interface__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_interface__column {
    display: block
  }
}

.entry-content .sec_interface__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_interface__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_interface__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_interface__column img {
  width: 100%
}

.entry-content .sec_interface__column.content,
.entry-content .sec_interface__column.sec_farmware__column,
.entry-content .sec_interface__column.sec_wb__content {
  padding: 0
}

.entry-content .sec_interface__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_interface__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_interface__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_interface__description {
    display: block
  }
}

.entry-content .sec_interface__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_interface__image {
    width: 100%
  }
}

.entry-content .sec_interface__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 70px
}

.entry-content .sec_interface__txt p {
  margin-bottom: 70px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_interface__txt {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 30px
  }

  .entry-content .sec_interface__txt p {
    margin-bottom: 35px
  }
}

.entry-content .sec_interface__list.__dl-table {
  letter-spacing: -0.025em;
  line-height: 1.375;
  padding-top: 10px;
  padding-bottom: 10px
}

.entry-content .sec_interface__list .__title {
  width: 230px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_interface__list .__title {
    width: 100%
  }
}

.entry-content .sec_interface__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_interface__list.__border-b {
  border-bottom: 1px solid #000
}

.entry-content .sec_workflow-softwar {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_workflow-softwar {
    margin-bottom: 100px
  }
}

.entry-content .sec_workflow-softwar .content,
.entry-content .sec_workflow-softwar .sec_farmware__column,
.entry-content .sec_workflow-softwar .sec_wb__content {
  margin-bottom: 100px !important
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_workflow-softwar .content,
  .entry-content .sec_workflow-softwar .sec_farmware__column,
  .entry-content .sec_workflow-softwar .sec_wb__content {
    margin-bottom: 50px !important
  }
}

.entry-content .sec_workflow-softwar .content:nth-child(odd) .sec_workflow-softwar__column .sec_workflow-softwar__txt,
.entry-content .sec_workflow-softwar .sec_farmware__column:nth-child(odd) .sec_workflow-softwar__column .sec_workflow-softwar__txt,
.entry-content .sec_workflow-softwar .sec_wb__content:nth-child(odd) .sec_workflow-softwar__column .sec_workflow-softwar__txt {
  padding-right: 70px
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_workflow-softwar .content:nth-child(odd) .sec_workflow-softwar__column .sec_workflow-softwar__txt,
  .entry-content .sec_workflow-softwar .sec_farmware__column:nth-child(odd) .sec_workflow-softwar__column .sec_workflow-softwar__txt,
  .entry-content .sec_workflow-softwar .sec_wb__content:nth-child(odd) .sec_workflow-softwar__column .sec_workflow-softwar__txt {
    padding-right: 0
  }
}

.entry-content .sec_workflow-softwar .content:nth-child(even) .sec_workflow-softwar__column .sec_workflow-softwar__txt,
.entry-content .sec_workflow-softwar .sec_farmware__column:nth-child(even) .sec_workflow-softwar__column .sec_workflow-softwar__txt,
.entry-content .sec_workflow-softwar .sec_wb__content:nth-child(even) .sec_workflow-softwar__column .sec_workflow-softwar__txt {
  padding-left: 70px
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_workflow-softwar .content:nth-child(even) .sec_workflow-softwar__column .sec_workflow-softwar__txt,
  .entry-content .sec_workflow-softwar .sec_farmware__column:nth-child(even) .sec_workflow-softwar__column .sec_workflow-softwar__txt,
  .entry-content .sec_workflow-softwar .sec_wb__content:nth-child(even) .sec_workflow-softwar__column .sec_workflow-softwar__txt {
    padding-left: 0
  }
}

.entry-content .sec_workflow-softwar .content:last-child,
.entry-content .sec_workflow-softwar .sec_farmware__column:last-child,
.entry-content .sec_workflow-softwar .sec_wb__content:last-child {
  margin-bottom: 0
}

.entry-content .sec_workflow-softwar .content h3+p,
.entry-content .sec_workflow-softwar .sec_farmware__column h3+p,
.entry-content .sec_workflow-softwar .sec_wb__content h3+p {
  margin-bottom: 20px
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_workflow-softwar .content h3+p,
  .entry-content .sec_workflow-softwar .sec_farmware__column h3+p,
  .entry-content .sec_workflow-softwar .sec_wb__content h3+p {
    margin-bottom: 10px
  }
}

.entry-content .sec_workflow-softwar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_workflow-softwar__column {
    display: block
  }
}

.entry-content .sec_workflow-softwar__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_workflow-softwar__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_workflow-softwar__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_workflow-softwar__column img {
  width: 100%
}

.entry-content .sec_workflow-softwar__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.entry-content .sec_workflow-softwar__description .txt_normal {
  margin-bottom: 70px
}

.entry-content .sec_workflow-softwar__description .__caption {
  margin-top: 10px;
  font-size: 16px;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_workflow-softwar__description {
    display: block
  }
}

.entry-content .sec_workflow-softwar__image {
  width: 58.3333333333%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_workflow-softwar__image {
    width: 100%;
    margin-bottom: 30px
  }
}

.entry-content .sec_workflow-softwar__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  letter-spacing: -0.06em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_workflow-softwar__txt {
    width: 100%;
    margin-bottom: 35px;
    padding: 0
  }
}

.entry-content .sec_workflow-softwar__txt.w100 {
  padding-right: 0;
  width: 100%;
  margin-bottom: 75px !important
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_workflow-softwar__txt.w100 p {
    margin-bottom: 35px !important
  }
}

.entry-content .sec_workflow-softwar__txt .title_h3 {
  line-height: 1.5384615385
}

.entry-content .sec_workflow-softwar__list .__title {
  width: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_workflow-softwar__list .__title {
    width: 100%
  }
}

.entry-content .sec_workflow-softwar__list .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_workflow-softwar .txt_blank {
  font-size: 18px;
  font-weight: bold
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_workflow-softwar .txt_blank {
    font-size: 13px
  }
}

.entry-content .sec_workflow-softwar .txt_blank a {
  border-bottom: solid 2px #000;
  display: inline;
  letter-spacing: normal
}

.entry-content .sec_workflow-softwar .txt_blank img {
  width: auto;
  margin-left: 10px;
  vertical-align: baseline;
  display: inline
}

.entry-content .sec_workflow-softwar .txt_indent a {
  border-bottom: solid 1px #7f7f7f;
  display: inline-block
}

.entry-content .sec_workflow-softwar .txt_indent img {
  width: auto;
  margin-left: 5px;
  vertical-align: baseline;
  display: inline
}

.entry-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

.entry-content *,
.entry-content *::before,
.entry-content *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.entry-content .container,
.entry-content .container-fluid,
.entry-content .container-xl,
.entry-content .container-lg,
.entry-content .container-md,
.entry-content .container-sm {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {

  .entry-content .container-sm,
  .entry-content .container {
    max-width: 540px
  }
}

@media(min-width: 768px) {

  .entry-content .container-md,
  .entry-content .container-sm,
  .entry-content .container {
    max-width: 720px
  }
}

@media(min-width: 992px) {

  .entry-content .container-lg,
  .entry-content .container-md,
  .entry-content .container-sm,
  .entry-content .container {
    max-width: 960px
  }
}

@media(min-width: 1200px) {

  .entry-content .container-xl,
  .entry-content .container-lg,
  .entry-content .container-md,
  .entry-content .container-sm,
  .entry-content .container {
    max-width: 1140px
  }
}

.entry-content .row,
.entry-content .sec_focus__row,
.entry-content .sec_movie__row,
.entry-content .sec_accessories__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px
}

.entry-content .no-gutters {
  margin-right: 0;
  margin-left: 0
}

.entry-content .no-gutters>.col,
.entry-content .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.entry-content .col-xl,
.entry-content .col-xl-auto,
.entry-content .col-xl-12,
.entry-content .col-xl-11,
.entry-content .col-xl-10,
.entry-content .col-xl-9,
.entry-content .col-xl-8,
.entry-content .col-xl-7,
.entry-content .col-xl-6,
.entry-content .col-xl-5,
.entry-content .col-xl-4,
.entry-content .col-xl-3,
.entry-content .col-xl-2,
.entry-content .col-xl-1,
.entry-content .col-lg,
.entry-content .col-lg-auto,
.entry-content .col-lg-12,
.entry-content .col-lg-11,
.entry-content .col-lg-10,
.entry-content .col-lg-9,
.entry-content .col-lg-8,
.entry-content .col-lg-7,
.entry-content .col-lg-6,
.entry-content .col-lg-5,
.entry-content .col-lg-4,
.entry-content .col-lg-3,
.entry-content .col-lg-2,
.entry-content .col-lg-1,
.entry-content .col-md,
.entry-content .col-md-auto,
.entry-content .col-md-12,
.entry-content .col-md-11,
.entry-content .col-md-10,
.entry-content .col-md-9,
.entry-content .col-md-8,
.entry-content .col-md-7,
.entry-content .col-md-6,
.entry-content .col-md-5,
.entry-content .col-md-4,
.entry-content .col-md-3,
.entry-content .col-md-2,
.entry-content .col-md-1,
.entry-content .col-sm,
.entry-content .col-sm-auto,
.entry-content .col-sm-12,
.entry-content .col-sm-11,
.entry-content .col-sm-10,
.entry-content .col-sm-9,
.entry-content .col-sm-8,
.entry-content .col-sm-7,
.entry-content .col-sm-6,
.entry-content .col-sm-5,
.entry-content .col-sm-4,
.entry-content .col-sm-3,
.entry-content .col-sm-2,
.entry-content .col-sm-1,
.entry-content .col,
.entry-content .col-auto,
.entry-content .col-12,
.entry-content .col-11,
.entry-content .col-10,
.entry-content .col-9,
.entry-content .col-8,
.entry-content .col-7,
.entry-content .col-6,
.entry-content .col-5,
.entry-content .col-4,
.entry-content .col-3,
.entry-content .col-2,
.entry-content .col-1 {
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px
}

.entry-content .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.entry-content .row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.entry-content .row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.entry-content .row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.entry-content .row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.entry-content .row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.entry-content .row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.entry-content .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.entry-content .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.entry-content .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.entry-content .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.entry-content .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.entry-content .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.entry-content .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.entry-content .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.entry-content .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.entry-content .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.entry-content .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.entry-content .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.entry-content .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.entry-content .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.entry-content .order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.entry-content .order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.entry-content .order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.entry-content .order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.entry-content .order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.entry-content .order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.entry-content .order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.entry-content .order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.entry-content .order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.entry-content .order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.entry-content .order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.entry-content .order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.entry-content .order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.entry-content .order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.entry-content .offset-1 {
  margin-left: 8.3333333333%
}

.entry-content .offset-2 {
  margin-left: 16.6666666667%
}

.entry-content .offset-3 {
  margin-left: 25%
}

.entry-content .offset-4 {
  margin-left: 33.3333333333%
}

.entry-content .offset-5 {
  margin-left: 41.6666666667%
}

.entry-content .offset-6 {
  margin-left: 50%
}

.entry-content .offset-7 {
  margin-left: 58.3333333333%
}

.entry-content .offset-8 {
  margin-left: 66.6666666667%
}

.entry-content .offset-9 {
  margin-left: 75%
}

.entry-content .offset-10 {
  margin-left: 83.3333333333%
}

.entry-content .offset-11 {
  margin-left: 91.6666666667%
}

@media(min-width: 576px) {
  .entry-content .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .entry-content .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .entry-content .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .entry-content .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .entry-content .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .entry-content .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .entry-content .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .entry-content .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .entry-content .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .entry-content .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .entry-content .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .entry-content .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .entry-content .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .entry-content .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .entry-content .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .entry-content .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .entry-content .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .entry-content .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .entry-content .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .entry-content .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .entry-content .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .entry-content .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .entry-content .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .entry-content .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .entry-content .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .entry-content .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .entry-content .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .entry-content .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .entry-content .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .entry-content .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .entry-content .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .entry-content .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .entry-content .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .entry-content .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .entry-content .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .entry-content .offset-sm-0 {
    margin-left: 0
  }

  .entry-content .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .entry-content .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .entry-content .offset-sm-3 {
    margin-left: 25%
  }

  .entry-content .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .entry-content .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .entry-content .offset-sm-6 {
    margin-left: 50%
  }

  .entry-content .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .entry-content .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .entry-content .offset-sm-9 {
    margin-left: 75%
  }

  .entry-content .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .entry-content .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width: 768px) {
  .entry-content .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .entry-content .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .entry-content .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .entry-content .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .entry-content .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .entry-content .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .entry-content .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .entry-content .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .entry-content .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .entry-content .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .entry-content .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .entry-content .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .entry-content .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .entry-content .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .entry-content .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .entry-content .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .entry-content .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .entry-content .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .entry-content .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .entry-content .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .entry-content .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .entry-content .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .entry-content .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .entry-content .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .entry-content .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .entry-content .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .entry-content .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .entry-content .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .entry-content .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .entry-content .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .entry-content .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .entry-content .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .entry-content .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .entry-content .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .entry-content .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .entry-content .offset-md-0 {
    margin-left: 0
  }

  .entry-content .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .entry-content .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .entry-content .offset-md-3 {
    margin-left: 25%
  }

  .entry-content .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .entry-content .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .entry-content .offset-md-6 {
    margin-left: 50%
  }

  .entry-content .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .entry-content .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .entry-content .offset-md-9 {
    margin-left: 75%
  }

  .entry-content .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .entry-content .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width: 992px) {
  .entry-content .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .entry-content .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .entry-content .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .entry-content .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .entry-content .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .entry-content .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .entry-content .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .entry-content .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .entry-content .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .entry-content .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .entry-content .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .entry-content .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .entry-content .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .entry-content .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .entry-content .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .entry-content .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .entry-content .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .entry-content .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .entry-content .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .entry-content .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .entry-content .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .entry-content .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .entry-content .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .entry-content .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .entry-content .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .entry-content .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .entry-content .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .entry-content .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .entry-content .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .entry-content .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .entry-content .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .entry-content .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .entry-content .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .entry-content .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .entry-content .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .entry-content .offset-lg-0 {
    margin-left: 0
  }

  .entry-content .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .entry-content .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .entry-content .offset-lg-3 {
    margin-left: 25%
  }

  .entry-content .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .entry-content .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .entry-content .offset-lg-6 {
    margin-left: 50%
  }

  .entry-content .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .entry-content .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .entry-content .offset-lg-9 {
    margin-left: 75%
  }

  .entry-content .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .entry-content .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media(min-width: 1200px) {
  .entry-content .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .entry-content .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .entry-content .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .entry-content .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .entry-content .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .entry-content .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .entry-content .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .entry-content .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .entry-content .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .entry-content .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .entry-content .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .entry-content .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .entry-content .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .entry-content .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .entry-content .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .entry-content .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .entry-content .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .entry-content .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .entry-content .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .entry-content .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .entry-content .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .entry-content .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .entry-content .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .entry-content .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .entry-content .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .entry-content .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .entry-content .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .entry-content .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .entry-content .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .entry-content .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .entry-content .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .entry-content .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .entry-content .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .entry-content .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .entry-content .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .entry-content .offset-xl-0 {
    margin-left: 0
  }

  .entry-content .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .entry-content .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .entry-content .offset-xl-3 {
    margin-left: 25%
  }

  .entry-content .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .entry-content .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .entry-content .offset-xl-6 {
    margin-left: 50%
  }

  .entry-content .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .entry-content .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .entry-content .offset-xl-9 {
    margin-left: 75%
  }

  .entry-content .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .entry-content .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

.entry-content .d-none {
  display: none !important
}

.entry-content .d-inline {
  display: inline !important
}

.entry-content .d-inline-block {
  display: inline-block !important
}

.entry-content .d-block {
  display: block !important
}

.entry-content .d-table {
  display: table !important
}

.entry-content .d-table-row {
  display: table-row !important
}

.entry-content .d-table-cell {
  display: table-cell !important
}

.entry-content .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.entry-content .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media(min-width: 576px) {
  .entry-content .d-sm-none {
    display: none !important
  }

  .entry-content .d-sm-inline {
    display: inline !important
  }

  .entry-content .d-sm-inline-block {
    display: inline-block !important
  }

  .entry-content .d-sm-block {
    display: block !important
  }

  .entry-content .d-sm-table {
    display: table !important
  }

  .entry-content .d-sm-table-row {
    display: table-row !important
  }

  .entry-content .d-sm-table-cell {
    display: table-cell !important
  }

  .entry-content .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .entry-content .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width: 768px) {
  .entry-content .d-md-none {
    display: none !important
  }

  .entry-content .d-md-inline {
    display: inline !important
  }

  .entry-content .d-md-inline-block {
    display: inline-block !important
  }

  .entry-content .d-md-block {
    display: block !important
  }

  .entry-content .d-md-table {
    display: table !important
  }

  .entry-content .d-md-table-row {
    display: table-row !important
  }

  .entry-content .d-md-table-cell {
    display: table-cell !important
  }

  .entry-content .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .entry-content .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width: 992px) {
  .entry-content .d-lg-none {
    display: none !important
  }

  .entry-content .d-lg-inline {
    display: inline !important
  }

  .entry-content .d-lg-inline-block {
    display: inline-block !important
  }

  .entry-content .d-lg-block {
    display: block !important
  }

  .entry-content .d-lg-table {
    display: table !important
  }

  .entry-content .d-lg-table-row {
    display: table-row !important
  }

  .entry-content .d-lg-table-cell {
    display: table-cell !important
  }

  .entry-content .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .entry-content .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width: 1200px) {
  .entry-content .d-xl-none {
    display: none !important
  }

  .entry-content .d-xl-inline {
    display: inline !important
  }

  .entry-content .d-xl-inline-block {
    display: inline-block !important
  }

  .entry-content .d-xl-block {
    display: block !important
  }

  .entry-content .d-xl-table {
    display: table !important
  }

  .entry-content .d-xl-table-row {
    display: table-row !important
  }

  .entry-content .d-xl-table-cell {
    display: table-cell !important
  }

  .entry-content .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .entry-content .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media print {
  .entry-content .d-print-none {
    display: none !important
  }

  .entry-content .d-print-inline {
    display: inline !important
  }

  .entry-content .d-print-inline-block {
    display: inline-block !important
  }

  .entry-content .d-print-block {
    display: block !important
  }

  .entry-content .d-print-table {
    display: table !important
  }

  .entry-content .d-print-table-row {
    display: table-row !important
  }

  .entry-content .d-print-table-cell {
    display: table-cell !important
  }

  .entry-content .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .entry-content .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

.entry-content .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.entry-content .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.entry-content .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.entry-content .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.entry-content .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.entry-content .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.entry-content .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.entry-content .flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}

.entry-content .flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}

.entry-content .flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

.entry-content .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}

.entry-content .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}

.entry-content .justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.entry-content .justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.entry-content .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.entry-content .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.entry-content .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.entry-content .align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.entry-content .align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.entry-content .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.entry-content .align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.entry-content .align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.entry-content .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.entry-content .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.entry-content .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.entry-content .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.entry-content .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.entry-content .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.entry-content .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

.entry-content .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.entry-content .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.entry-content .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.entry-content .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.entry-content .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media(min-width: 576px) {
  .entry-content .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .entry-content .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .entry-content .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .entry-content .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .entry-content .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .entry-content .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .entry-content .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .entry-content .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .entry-content .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .entry-content .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .entry-content .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .entry-content .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .entry-content .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .entry-content .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .entry-content .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .entry-content .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .entry-content .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .entry-content .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .entry-content .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .entry-content .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .entry-content .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .entry-content .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .entry-content .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .entry-content .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .entry-content .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .entry-content .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .entry-content .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .entry-content .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .entry-content .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .entry-content .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .entry-content .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .entry-content .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .entry-content .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .entry-content .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media(min-width: 768px) {
  .entry-content .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .entry-content .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .entry-content .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .entry-content .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .entry-content .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .entry-content .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .entry-content .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .entry-content .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .entry-content .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .entry-content .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .entry-content .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .entry-content .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .entry-content .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .entry-content .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .entry-content .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .entry-content .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .entry-content .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .entry-content .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .entry-content .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .entry-content .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .entry-content .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .entry-content .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .entry-content .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .entry-content .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .entry-content .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .entry-content .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .entry-content .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .entry-content .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .entry-content .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .entry-content .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .entry-content .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .entry-content .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .entry-content .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .entry-content .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media(min-width: 992px) {
  .entry-content .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .entry-content .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .entry-content .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .entry-content .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .entry-content .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .entry-content .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .entry-content .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .entry-content .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .entry-content .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .entry-content .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .entry-content .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .entry-content .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .entry-content .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .entry-content .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .entry-content .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .entry-content .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .entry-content .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .entry-content .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .entry-content .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .entry-content .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .entry-content .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .entry-content .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .entry-content .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .entry-content .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .entry-content .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .entry-content .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .entry-content .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .entry-content .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .entry-content .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .entry-content .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .entry-content .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .entry-content .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .entry-content .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .entry-content .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media(min-width: 1200px) {
  .entry-content .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .entry-content .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .entry-content .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .entry-content .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .entry-content .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .entry-content .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .entry-content .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .entry-content .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .entry-content .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .entry-content .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .entry-content .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .entry-content .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .entry-content .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .entry-content .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .entry-content .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .entry-content .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .entry-content .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .entry-content .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .entry-content .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .entry-content .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .entry-content .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .entry-content .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .entry-content .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .entry-content .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .entry-content .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .entry-content .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .entry-content .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .entry-content .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .entry-content .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .entry-content .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .entry-content .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .entry-content .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .entry-content .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .entry-content .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

.entry-content .m-0 {
  margin: 0 !important
}

.entry-content .mt-0,
.entry-content .my-0 {
  margin-top: 0 !important
}

.entry-content .mr-0,
.entry-content .mx-0 {
  margin-right: 0 !important
}

.entry-content .mb-0,
.entry-content .my-0 {
  margin-bottom: 0 !important
}

.entry-content .ml-0,
.entry-content .mx-0 {
  margin-left: 0 !important
}

.entry-content .m-1 {
  margin: .25rem !important
}

.entry-content .mt-1,
.entry-content .my-1 {
  margin-top: .25rem !important
}

.entry-content .mr-1,
.entry-content .mx-1 {
  margin-right: .25rem !important
}

.entry-content .mb-1,
.entry-content .my-1 {
  margin-bottom: .25rem !important
}

.entry-content .ml-1,
.entry-content .mx-1 {
  margin-left: .25rem !important
}

.entry-content .m-2 {
  margin: .5rem !important
}

.entry-content .mt-2,
.entry-content .my-2 {
  margin-top: .5rem !important
}

.entry-content .mr-2,
.entry-content .mx-2 {
  margin-right: .5rem !important
}

.entry-content .mb-2,
.entry-content .my-2 {
  margin-bottom: .5rem !important
}

.entry-content .ml-2,
.entry-content .mx-2 {
  margin-left: .5rem !important
}

.entry-content .m-3 {
  margin: 1rem !important
}

.entry-content .mt-3,
.entry-content .my-3 {
  margin-top: 1rem !important
}

.entry-content .mr-3,
.entry-content .mx-3 {
  margin-right: 1rem !important
}

.entry-content .mb-3,
.entry-content .my-3 {
  margin-bottom: 1rem !important
}

.entry-content .ml-3,
.entry-content .mx-3 {
  margin-left: 1rem !important
}

.entry-content .m-4 {
  margin: 1.5rem !important
}

.entry-content .mt-4,
.entry-content .my-4 {
  margin-top: 1.5rem !important
}

.entry-content .mr-4,
.entry-content .mx-4 {
  margin-right: 1.5rem !important
}

.entry-content .mb-4,
.entry-content .my-4 {
  margin-bottom: 1.5rem !important
}

.entry-content .ml-4,
.entry-content .mx-4 {
  margin-left: 1.5rem !important
}

.entry-content .m-5 {
  margin: 3rem !important
}

.entry-content .mt-5,
.entry-content .my-5 {
  margin-top: 3rem !important
}

.entry-content .mr-5,
.entry-content .mx-5 {
  margin-right: 3rem !important
}

.entry-content .mb-5,
.entry-content .my-5 {
  margin-bottom: 3rem !important
}

.entry-content .ml-5,
.entry-content .mx-5 {
  margin-left: 3rem !important
}

.entry-content .p-0 {
  padding: 0 !important
}

.entry-content .pt-0,
.entry-content .py-0 {
  padding-top: 0 !important
}

.entry-content .pr-0,
.entry-content .px-0 {
  padding-right: 0 !important
}

.entry-content .pb-0,
.entry-content .py-0 {
  padding-bottom: 0 !important
}

.entry-content .pl-0,
.entry-content .px-0 {
  padding-left: 0 !important
}

.entry-content .p-1 {
  padding: .25rem !important
}

.entry-content .pt-1,
.entry-content .py-1 {
  padding-top: .25rem !important
}

.entry-content .pr-1,
.entry-content .px-1 {
  padding-right: .25rem !important
}

.entry-content .pb-1,
.entry-content .py-1 {
  padding-bottom: .25rem !important
}

.entry-content .pl-1,
.entry-content .px-1 {
  padding-left: .25rem !important
}

.entry-content .p-2 {
  padding: .5rem !important
}

.entry-content .pt-2,
.entry-content .py-2 {
  padding-top: .5rem !important
}

.entry-content .pr-2,
.entry-content .px-2 {
  padding-right: .5rem !important
}

.entry-content .pb-2,
.entry-content .py-2 {
  padding-bottom: .5rem !important
}

.entry-content .pl-2,
.entry-content .px-2 {
  padding-left: .5rem !important
}

.entry-content .p-3 {
  padding: 1rem !important
}

.entry-content .pt-3,
.entry-content .py-3 {
  padding-top: 1rem !important
}

.entry-content .pr-3,
.entry-content .px-3 {
  padding-right: 1rem !important
}

.entry-content .pb-3,
.entry-content .py-3 {
  padding-bottom: 1rem !important
}

.entry-content .pl-3,
.entry-content .px-3 {
  padding-left: 1rem !important
}

.entry-content .p-4 {
  padding: 1.5rem !important
}

.entry-content .pt-4,
.entry-content .py-4 {
  padding-top: 1.5rem !important
}

.entry-content .pr-4,
.entry-content .px-4 {
  padding-right: 1.5rem !important
}

.entry-content .pb-4,
.entry-content .py-4 {
  padding-bottom: 1.5rem !important
}

.entry-content .pl-4,
.entry-content .px-4 {
  padding-left: 1.5rem !important
}

.entry-content .p-5 {
  padding: 3rem !important
}

.entry-content .pt-5,
.entry-content .py-5 {
  padding-top: 3rem !important
}

.entry-content .pr-5,
.entry-content .px-5 {
  padding-right: 3rem !important
}

.entry-content .pb-5,
.entry-content .py-5 {
  padding-bottom: 3rem !important
}

.entry-content .pl-5,
.entry-content .px-5 {
  padding-left: 3rem !important
}

.entry-content .m-n1 {
  margin: -0.25rem !important
}

.entry-content .mt-n1,
.entry-content .my-n1 {
  margin-top: -0.25rem !important
}

.entry-content .mr-n1,
.entry-content .mx-n1 {
  margin-right: -0.25rem !important
}

.entry-content .mb-n1,
.entry-content .my-n1 {
  margin-bottom: -0.25rem !important
}

.entry-content .ml-n1,
.entry-content .mx-n1 {
  margin-left: -0.25rem !important
}

.entry-content .m-n2 {
  margin: -0.5rem !important
}

.entry-content .mt-n2,
.entry-content .my-n2 {
  margin-top: -0.5rem !important
}

.entry-content .mr-n2,
.entry-content .mx-n2 {
  margin-right: -0.5rem !important
}

.entry-content .mb-n2,
.entry-content .my-n2 {
  margin-bottom: -0.5rem !important
}

.entry-content .ml-n2,
.entry-content .mx-n2 {
  margin-left: -0.5rem !important
}

.entry-content .m-n3 {
  margin: -1rem !important
}

.entry-content .mt-n3,
.entry-content .my-n3 {
  margin-top: -1rem !important
}

.entry-content .mr-n3,
.entry-content .mx-n3 {
  margin-right: -1rem !important
}

.entry-content .mb-n3,
.entry-content .my-n3 {
  margin-bottom: -1rem !important
}

.entry-content .ml-n3,
.entry-content .mx-n3 {
  margin-left: -1rem !important
}

.entry-content .m-n4 {
  margin: -1.5rem !important
}

.entry-content .mt-n4,
.entry-content .my-n4 {
  margin-top: -1.5rem !important
}

.entry-content .mr-n4,
.entry-content .mx-n4 {
  margin-right: -1.5rem !important
}

.entry-content .mb-n4,
.entry-content .my-n4 {
  margin-bottom: -1.5rem !important
}

.entry-content .ml-n4,
.entry-content .mx-n4 {
  margin-left: -1.5rem !important
}

.entry-content .m-n5 {
  margin: -3rem !important
}

.entry-content .mt-n5,
.entry-content .my-n5 {
  margin-top: -3rem !important
}

.entry-content .mr-n5,
.entry-content .mx-n5 {
  margin-right: -3rem !important
}

.entry-content .mb-n5,
.entry-content .my-n5 {
  margin-bottom: -3rem !important
}

.entry-content .ml-n5,
.entry-content .mx-n5 {
  margin-left: -3rem !important
}

.entry-content .m-auto {
  margin: auto !important
}

.entry-content .mt-auto,
.entry-content .my-auto {
  margin-top: auto !important
}

.entry-content .mr-auto,
.entry-content .mx-auto {
  margin-right: auto !important
}

.entry-content .mb-auto,
.entry-content .my-auto {
  margin-bottom: auto !important
}

.entry-content .ml-auto,
.entry-content .mx-auto {
  margin-left: auto !important
}

@media(min-width: 576px) {
  .entry-content .m-sm-0 {
    margin: 0 !important
  }

  .entry-content .mt-sm-0,
  .entry-content .my-sm-0 {
    margin-top: 0 !important
  }

  .entry-content .mr-sm-0,
  .entry-content .mx-sm-0 {
    margin-right: 0 !important
  }

  .entry-content .mb-sm-0,
  .entry-content .my-sm-0 {
    margin-bottom: 0 !important
  }

  .entry-content .ml-sm-0,
  .entry-content .mx-sm-0 {
    margin-left: 0 !important
  }

  .entry-content .m-sm-1 {
    margin: .25rem !important
  }

  .entry-content .mt-sm-1,
  .entry-content .my-sm-1 {
    margin-top: .25rem !important
  }

  .entry-content .mr-sm-1,
  .entry-content .mx-sm-1 {
    margin-right: .25rem !important
  }

  .entry-content .mb-sm-1,
  .entry-content .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .entry-content .ml-sm-1,
  .entry-content .mx-sm-1 {
    margin-left: .25rem !important
  }

  .entry-content .m-sm-2 {
    margin: .5rem !important
  }

  .entry-content .mt-sm-2,
  .entry-content .my-sm-2 {
    margin-top: .5rem !important
  }

  .entry-content .mr-sm-2,
  .entry-content .mx-sm-2 {
    margin-right: .5rem !important
  }

  .entry-content .mb-sm-2,
  .entry-content .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .entry-content .ml-sm-2,
  .entry-content .mx-sm-2 {
    margin-left: .5rem !important
  }

  .entry-content .m-sm-3 {
    margin: 1rem !important
  }

  .entry-content .mt-sm-3,
  .entry-content .my-sm-3 {
    margin-top: 1rem !important
  }

  .entry-content .mr-sm-3,
  .entry-content .mx-sm-3 {
    margin-right: 1rem !important
  }

  .entry-content .mb-sm-3,
  .entry-content .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .entry-content .ml-sm-3,
  .entry-content .mx-sm-3 {
    margin-left: 1rem !important
  }

  .entry-content .m-sm-4 {
    margin: 1.5rem !important
  }

  .entry-content .mt-sm-4,
  .entry-content .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .entry-content .mr-sm-4,
  .entry-content .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .entry-content .mb-sm-4,
  .entry-content .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .entry-content .ml-sm-4,
  .entry-content .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .entry-content .m-sm-5 {
    margin: 3rem !important
  }

  .entry-content .mt-sm-5,
  .entry-content .my-sm-5 {
    margin-top: 3rem !important
  }

  .entry-content .mr-sm-5,
  .entry-content .mx-sm-5 {
    margin-right: 3rem !important
  }

  .entry-content .mb-sm-5,
  .entry-content .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .entry-content .ml-sm-5,
  .entry-content .mx-sm-5 {
    margin-left: 3rem !important
  }

  .entry-content .p-sm-0 {
    padding: 0 !important
  }

  .entry-content .pt-sm-0,
  .entry-content .py-sm-0 {
    padding-top: 0 !important
  }

  .entry-content .pr-sm-0,
  .entry-content .px-sm-0 {
    padding-right: 0 !important
  }

  .entry-content .pb-sm-0,
  .entry-content .py-sm-0 {
    padding-bottom: 0 !important
  }

  .entry-content .pl-sm-0,
  .entry-content .px-sm-0 {
    padding-left: 0 !important
  }

  .entry-content .p-sm-1 {
    padding: .25rem !important
  }

  .entry-content .pt-sm-1,
  .entry-content .py-sm-1 {
    padding-top: .25rem !important
  }

  .entry-content .pr-sm-1,
  .entry-content .px-sm-1 {
    padding-right: .25rem !important
  }

  .entry-content .pb-sm-1,
  .entry-content .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .entry-content .pl-sm-1,
  .entry-content .px-sm-1 {
    padding-left: .25rem !important
  }

  .entry-content .p-sm-2 {
    padding: .5rem !important
  }

  .entry-content .pt-sm-2,
  .entry-content .py-sm-2 {
    padding-top: .5rem !important
  }

  .entry-content .pr-sm-2,
  .entry-content .px-sm-2 {
    padding-right: .5rem !important
  }

  .entry-content .pb-sm-2,
  .entry-content .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .entry-content .pl-sm-2,
  .entry-content .px-sm-2 {
    padding-left: .5rem !important
  }

  .entry-content .p-sm-3 {
    padding: 1rem !important
  }

  .entry-content .pt-sm-3,
  .entry-content .py-sm-3 {
    padding-top: 1rem !important
  }

  .entry-content .pr-sm-3,
  .entry-content .px-sm-3 {
    padding-right: 1rem !important
  }

  .entry-content .pb-sm-3,
  .entry-content .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .entry-content .pl-sm-3,
  .entry-content .px-sm-3 {
    padding-left: 1rem !important
  }

  .entry-content .p-sm-4 {
    padding: 1.5rem !important
  }

  .entry-content .pt-sm-4,
  .entry-content .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .entry-content .pr-sm-4,
  .entry-content .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .entry-content .pb-sm-4,
  .entry-content .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .entry-content .pl-sm-4,
  .entry-content .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .entry-content .p-sm-5 {
    padding: 3rem !important
  }

  .entry-content .pt-sm-5,
  .entry-content .py-sm-5 {
    padding-top: 3rem !important
  }

  .entry-content .pr-sm-5,
  .entry-content .px-sm-5 {
    padding-right: 3rem !important
  }

  .entry-content .pb-sm-5,
  .entry-content .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .entry-content .pl-sm-5,
  .entry-content .px-sm-5 {
    padding-left: 3rem !important
  }

  .entry-content .m-sm-n1 {
    margin: -0.25rem !important
  }

  .entry-content .mt-sm-n1,
  .entry-content .my-sm-n1 {
    margin-top: -0.25rem !important
  }

  .entry-content .mr-sm-n1,
  .entry-content .mx-sm-n1 {
    margin-right: -0.25rem !important
  }

  .entry-content .mb-sm-n1,
  .entry-content .my-sm-n1 {
    margin-bottom: -0.25rem !important
  }

  .entry-content .ml-sm-n1,
  .entry-content .mx-sm-n1 {
    margin-left: -0.25rem !important
  }

  .entry-content .m-sm-n2 {
    margin: -0.5rem !important
  }

  .entry-content .mt-sm-n2,
  .entry-content .my-sm-n2 {
    margin-top: -0.5rem !important
  }

  .entry-content .mr-sm-n2,
  .entry-content .mx-sm-n2 {
    margin-right: -0.5rem !important
  }

  .entry-content .mb-sm-n2,
  .entry-content .my-sm-n2 {
    margin-bottom: -0.5rem !important
  }

  .entry-content .ml-sm-n2,
  .entry-content .mx-sm-n2 {
    margin-left: -0.5rem !important
  }

  .entry-content .m-sm-n3 {
    margin: -1rem !important
  }

  .entry-content .mt-sm-n3,
  .entry-content .my-sm-n3 {
    margin-top: -1rem !important
  }

  .entry-content .mr-sm-n3,
  .entry-content .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .entry-content .mb-sm-n3,
  .entry-content .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .entry-content .ml-sm-n3,
  .entry-content .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .entry-content .m-sm-n4 {
    margin: -1.5rem !important
  }

  .entry-content .mt-sm-n4,
  .entry-content .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .entry-content .mr-sm-n4,
  .entry-content .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .entry-content .mb-sm-n4,
  .entry-content .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .entry-content .ml-sm-n4,
  .entry-content .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .entry-content .m-sm-n5 {
    margin: -3rem !important
  }

  .entry-content .mt-sm-n5,
  .entry-content .my-sm-n5 {
    margin-top: -3rem !important
  }

  .entry-content .mr-sm-n5,
  .entry-content .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .entry-content .mb-sm-n5,
  .entry-content .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .entry-content .ml-sm-n5,
  .entry-content .mx-sm-n5 {
    margin-left: -3rem !important
  }

  .entry-content .m-sm-auto {
    margin: auto !important
  }

  .entry-content .mt-sm-auto,
  .entry-content .my-sm-auto {
    margin-top: auto !important
  }

  .entry-content .mr-sm-auto,
  .entry-content .mx-sm-auto {
    margin-right: auto !important
  }

  .entry-content .mb-sm-auto,
  .entry-content .my-sm-auto {
    margin-bottom: auto !important
  }

  .entry-content .ml-sm-auto,
  .entry-content .mx-sm-auto {
    margin-left: auto !important
  }
}

@media(min-width: 768px) {
  .entry-content .m-md-0 {
    margin: 0 !important
  }

  .entry-content .mt-md-0,
  .entry-content .my-md-0 {
    margin-top: 0 !important
  }

  .entry-content .mr-md-0,
  .entry-content .mx-md-0 {
    margin-right: 0 !important
  }

  .entry-content .mb-md-0,
  .entry-content .my-md-0 {
    margin-bottom: 0 !important
  }

  .entry-content .ml-md-0,
  .entry-content .mx-md-0 {
    margin-left: 0 !important
  }

  .entry-content .m-md-1 {
    margin: .25rem !important
  }

  .entry-content .mt-md-1,
  .entry-content .my-md-1 {
    margin-top: .25rem !important
  }

  .entry-content .mr-md-1,
  .entry-content .mx-md-1 {
    margin-right: .25rem !important
  }

  .entry-content .mb-md-1,
  .entry-content .my-md-1 {
    margin-bottom: .25rem !important
  }

  .entry-content .ml-md-1,
  .entry-content .mx-md-1 {
    margin-left: .25rem !important
  }

  .entry-content .m-md-2 {
    margin: .5rem !important
  }

  .entry-content .mt-md-2,
  .entry-content .my-md-2 {
    margin-top: .5rem !important
  }

  .entry-content .mr-md-2,
  .entry-content .mx-md-2 {
    margin-right: .5rem !important
  }

  .entry-content .mb-md-2,
  .entry-content .my-md-2 {
    margin-bottom: .5rem !important
  }

  .entry-content .ml-md-2,
  .entry-content .mx-md-2 {
    margin-left: .5rem !important
  }

  .entry-content .m-md-3 {
    margin: 1rem !important
  }

  .entry-content .mt-md-3,
  .entry-content .my-md-3 {
    margin-top: 1rem !important
  }

  .entry-content .mr-md-3,
  .entry-content .mx-md-3 {
    margin-right: 1rem !important
  }

  .entry-content .mb-md-3,
  .entry-content .my-md-3 {
    margin-bottom: 1rem !important
  }

  .entry-content .ml-md-3,
  .entry-content .mx-md-3 {
    margin-left: 1rem !important
  }

  .entry-content .m-md-4 {
    margin: 1.5rem !important
  }

  .entry-content .mt-md-4,
  .entry-content .my-md-4 {
    margin-top: 1.5rem !important
  }

  .entry-content .mr-md-4,
  .entry-content .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .entry-content .mb-md-4,
  .entry-content .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .entry-content .ml-md-4,
  .entry-content .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .entry-content .m-md-5 {
    margin: 3rem !important
  }

  .entry-content .mt-md-5,
  .entry-content .my-md-5 {
    margin-top: 3rem !important
  }

  .entry-content .mr-md-5,
  .entry-content .mx-md-5 {
    margin-right: 3rem !important
  }

  .entry-content .mb-md-5,
  .entry-content .my-md-5 {
    margin-bottom: 3rem !important
  }

  .entry-content .ml-md-5,
  .entry-content .mx-md-5 {
    margin-left: 3rem !important
  }

  .entry-content .p-md-0 {
    padding: 0 !important
  }

  .entry-content .pt-md-0,
  .entry-content .py-md-0 {
    padding-top: 0 !important
  }

  .entry-content .pr-md-0,
  .entry-content .px-md-0 {
    padding-right: 0 !important
  }

  .entry-content .pb-md-0,
  .entry-content .py-md-0 {
    padding-bottom: 0 !important
  }

  .entry-content .pl-md-0,
  .entry-content .px-md-0 {
    padding-left: 0 !important
  }

  .entry-content .p-md-1 {
    padding: .25rem !important
  }

  .entry-content .pt-md-1,
  .entry-content .py-md-1 {
    padding-top: .25rem !important
  }

  .entry-content .pr-md-1,
  .entry-content .px-md-1 {
    padding-right: .25rem !important
  }

  .entry-content .pb-md-1,
  .entry-content .py-md-1 {
    padding-bottom: .25rem !important
  }

  .entry-content .pl-md-1,
  .entry-content .px-md-1 {
    padding-left: .25rem !important
  }

  .entry-content .p-md-2 {
    padding: .5rem !important
  }

  .entry-content .pt-md-2,
  .entry-content .py-md-2 {
    padding-top: .5rem !important
  }

  .entry-content .pr-md-2,
  .entry-content .px-md-2 {
    padding-right: .5rem !important
  }

  .entry-content .pb-md-2,
  .entry-content .py-md-2 {
    padding-bottom: .5rem !important
  }

  .entry-content .pl-md-2,
  .entry-content .px-md-2 {
    padding-left: .5rem !important
  }

  .entry-content .p-md-3 {
    padding: 1rem !important
  }

  .entry-content .pt-md-3,
  .entry-content .py-md-3 {
    padding-top: 1rem !important
  }

  .entry-content .pr-md-3,
  .entry-content .px-md-3 {
    padding-right: 1rem !important
  }

  .entry-content .pb-md-3,
  .entry-content .py-md-3 {
    padding-bottom: 1rem !important
  }

  .entry-content .pl-md-3,
  .entry-content .px-md-3 {
    padding-left: 1rem !important
  }

  .entry-content .p-md-4 {
    padding: 1.5rem !important
  }

  .entry-content .pt-md-4,
  .entry-content .py-md-4 {
    padding-top: 1.5rem !important
  }

  .entry-content .pr-md-4,
  .entry-content .px-md-4 {
    padding-right: 1.5rem !important
  }

  .entry-content .pb-md-4,
  .entry-content .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .entry-content .pl-md-4,
  .entry-content .px-md-4 {
    padding-left: 1.5rem !important
  }

  .entry-content .p-md-5 {
    padding: 3rem !important
  }

  .entry-content .pt-md-5,
  .entry-content .py-md-5 {
    padding-top: 3rem !important
  }

  .entry-content .pr-md-5,
  .entry-content .px-md-5 {
    padding-right: 3rem !important
  }

  .entry-content .pb-md-5,
  .entry-content .py-md-5 {
    padding-bottom: 3rem !important
  }

  .entry-content .pl-md-5,
  .entry-content .px-md-5 {
    padding-left: 3rem !important
  }

  .entry-content .m-md-n1 {
    margin: -0.25rem !important
  }

  .entry-content .mt-md-n1,
  .entry-content .my-md-n1 {
    margin-top: -0.25rem !important
  }

  .entry-content .mr-md-n1,
  .entry-content .mx-md-n1 {
    margin-right: -0.25rem !important
  }

  .entry-content .mb-md-n1,
  .entry-content .my-md-n1 {
    margin-bottom: -0.25rem !important
  }

  .entry-content .ml-md-n1,
  .entry-content .mx-md-n1 {
    margin-left: -0.25rem !important
  }

  .entry-content .m-md-n2 {
    margin: -0.5rem !important
  }

  .entry-content .mt-md-n2,
  .entry-content .my-md-n2 {
    margin-top: -0.5rem !important
  }

  .entry-content .mr-md-n2,
  .entry-content .mx-md-n2 {
    margin-right: -0.5rem !important
  }

  .entry-content .mb-md-n2,
  .entry-content .my-md-n2 {
    margin-bottom: -0.5rem !important
  }

  .entry-content .ml-md-n2,
  .entry-content .mx-md-n2 {
    margin-left: -0.5rem !important
  }

  .entry-content .m-md-n3 {
    margin: -1rem !important
  }

  .entry-content .mt-md-n3,
  .entry-content .my-md-n3 {
    margin-top: -1rem !important
  }

  .entry-content .mr-md-n3,
  .entry-content .mx-md-n3 {
    margin-right: -1rem !important
  }

  .entry-content .mb-md-n3,
  .entry-content .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .entry-content .ml-md-n3,
  .entry-content .mx-md-n3 {
    margin-left: -1rem !important
  }

  .entry-content .m-md-n4 {
    margin: -1.5rem !important
  }

  .entry-content .mt-md-n4,
  .entry-content .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .entry-content .mr-md-n4,
  .entry-content .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .entry-content .mb-md-n4,
  .entry-content .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .entry-content .ml-md-n4,
  .entry-content .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .entry-content .m-md-n5 {
    margin: -3rem !important
  }

  .entry-content .mt-md-n5,
  .entry-content .my-md-n5 {
    margin-top: -3rem !important
  }

  .entry-content .mr-md-n5,
  .entry-content .mx-md-n5 {
    margin-right: -3rem !important
  }

  .entry-content .mb-md-n5,
  .entry-content .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .entry-content .ml-md-n5,
  .entry-content .mx-md-n5 {
    margin-left: -3rem !important
  }

  .entry-content .m-md-auto {
    margin: auto !important
  }

  .entry-content .mt-md-auto,
  .entry-content .my-md-auto {
    margin-top: auto !important
  }

  .entry-content .mr-md-auto,
  .entry-content .mx-md-auto {
    margin-right: auto !important
  }

  .entry-content .mb-md-auto,
  .entry-content .my-md-auto {
    margin-bottom: auto !important
  }

  .entry-content .ml-md-auto,
  .entry-content .mx-md-auto {
    margin-left: auto !important
  }
}

@media(min-width: 992px) {
  .entry-content .m-lg-0 {
    margin: 0 !important
  }

  .entry-content .mt-lg-0,
  .entry-content .my-lg-0 {
    margin-top: 0 !important
  }

  .entry-content .mr-lg-0,
  .entry-content .mx-lg-0 {
    margin-right: 0 !important
  }

  .entry-content .mb-lg-0,
  .entry-content .my-lg-0 {
    margin-bottom: 0 !important
  }

  .entry-content .ml-lg-0,
  .entry-content .mx-lg-0 {
    margin-left: 0 !important
  }

  .entry-content .m-lg-1 {
    margin: .25rem !important
  }

  .entry-content .mt-lg-1,
  .entry-content .my-lg-1 {
    margin-top: .25rem !important
  }

  .entry-content .mr-lg-1,
  .entry-content .mx-lg-1 {
    margin-right: .25rem !important
  }

  .entry-content .mb-lg-1,
  .entry-content .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .entry-content .ml-lg-1,
  .entry-content .mx-lg-1 {
    margin-left: .25rem !important
  }

  .entry-content .m-lg-2 {
    margin: .5rem !important
  }

  .entry-content .mt-lg-2,
  .entry-content .my-lg-2 {
    margin-top: .5rem !important
  }

  .entry-content .mr-lg-2,
  .entry-content .mx-lg-2 {
    margin-right: .5rem !important
  }

  .entry-content .mb-lg-2,
  .entry-content .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .entry-content .ml-lg-2,
  .entry-content .mx-lg-2 {
    margin-left: .5rem !important
  }

  .entry-content .m-lg-3 {
    margin: 1rem !important
  }

  .entry-content .mt-lg-3,
  .entry-content .my-lg-3 {
    margin-top: 1rem !important
  }

  .entry-content .mr-lg-3,
  .entry-content .mx-lg-3 {
    margin-right: 1rem !important
  }

  .entry-content .mb-lg-3,
  .entry-content .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .entry-content .ml-lg-3,
  .entry-content .mx-lg-3 {
    margin-left: 1rem !important
  }

  .entry-content .m-lg-4 {
    margin: 1.5rem !important
  }

  .entry-content .mt-lg-4,
  .entry-content .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .entry-content .mr-lg-4,
  .entry-content .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .entry-content .mb-lg-4,
  .entry-content .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .entry-content .ml-lg-4,
  .entry-content .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .entry-content .m-lg-5 {
    margin: 3rem !important
  }

  .entry-content .mt-lg-5,
  .entry-content .my-lg-5 {
    margin-top: 3rem !important
  }

  .entry-content .mr-lg-5,
  .entry-content .mx-lg-5 {
    margin-right: 3rem !important
  }

  .entry-content .mb-lg-5,
  .entry-content .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .entry-content .ml-lg-5,
  .entry-content .mx-lg-5 {
    margin-left: 3rem !important
  }

  .entry-content .p-lg-0 {
    padding: 0 !important
  }

  .entry-content .pt-lg-0,
  .entry-content .py-lg-0 {
    padding-top: 0 !important
  }

  .entry-content .pr-lg-0,
  .entry-content .px-lg-0 {
    padding-right: 0 !important
  }

  .entry-content .pb-lg-0,
  .entry-content .py-lg-0 {
    padding-bottom: 0 !important
  }

  .entry-content .pl-lg-0,
  .entry-content .px-lg-0 {
    padding-left: 0 !important
  }

  .entry-content .p-lg-1 {
    padding: .25rem !important
  }

  .entry-content .pt-lg-1,
  .entry-content .py-lg-1 {
    padding-top: .25rem !important
  }

  .entry-content .pr-lg-1,
  .entry-content .px-lg-1 {
    padding-right: .25rem !important
  }

  .entry-content .pb-lg-1,
  .entry-content .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .entry-content .pl-lg-1,
  .entry-content .px-lg-1 {
    padding-left: .25rem !important
  }

  .entry-content .p-lg-2 {
    padding: .5rem !important
  }

  .entry-content .pt-lg-2,
  .entry-content .py-lg-2 {
    padding-top: .5rem !important
  }

  .entry-content .pr-lg-2,
  .entry-content .px-lg-2 {
    padding-right: .5rem !important
  }

  .entry-content .pb-lg-2,
  .entry-content .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .entry-content .pl-lg-2,
  .entry-content .px-lg-2 {
    padding-left: .5rem !important
  }

  .entry-content .p-lg-3 {
    padding: 1rem !important
  }

  .entry-content .pt-lg-3,
  .entry-content .py-lg-3 {
    padding-top: 1rem !important
  }

  .entry-content .pr-lg-3,
  .entry-content .px-lg-3 {
    padding-right: 1rem !important
  }

  .entry-content .pb-lg-3,
  .entry-content .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .entry-content .pl-lg-3,
  .entry-content .px-lg-3 {
    padding-left: 1rem !important
  }

  .entry-content .p-lg-4 {
    padding: 1.5rem !important
  }

  .entry-content .pt-lg-4,
  .entry-content .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .entry-content .pr-lg-4,
  .entry-content .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .entry-content .pb-lg-4,
  .entry-content .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .entry-content .pl-lg-4,
  .entry-content .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .entry-content .p-lg-5 {
    padding: 3rem !important
  }

  .entry-content .pt-lg-5,
  .entry-content .py-lg-5 {
    padding-top: 3rem !important
  }

  .entry-content .pr-lg-5,
  .entry-content .px-lg-5 {
    padding-right: 3rem !important
  }

  .entry-content .pb-lg-5,
  .entry-content .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .entry-content .pl-lg-5,
  .entry-content .px-lg-5 {
    padding-left: 3rem !important
  }

  .entry-content .m-lg-n1 {
    margin: -0.25rem !important
  }

  .entry-content .mt-lg-n1,
  .entry-content .my-lg-n1 {
    margin-top: -0.25rem !important
  }

  .entry-content .mr-lg-n1,
  .entry-content .mx-lg-n1 {
    margin-right: -0.25rem !important
  }

  .entry-content .mb-lg-n1,
  .entry-content .my-lg-n1 {
    margin-bottom: -0.25rem !important
  }

  .entry-content .ml-lg-n1,
  .entry-content .mx-lg-n1 {
    margin-left: -0.25rem !important
  }

  .entry-content .m-lg-n2 {
    margin: -0.5rem !important
  }

  .entry-content .mt-lg-n2,
  .entry-content .my-lg-n2 {
    margin-top: -0.5rem !important
  }

  .entry-content .mr-lg-n2,
  .entry-content .mx-lg-n2 {
    margin-right: -0.5rem !important
  }

  .entry-content .mb-lg-n2,
  .entry-content .my-lg-n2 {
    margin-bottom: -0.5rem !important
  }

  .entry-content .ml-lg-n2,
  .entry-content .mx-lg-n2 {
    margin-left: -0.5rem !important
  }

  .entry-content .m-lg-n3 {
    margin: -1rem !important
  }

  .entry-content .mt-lg-n3,
  .entry-content .my-lg-n3 {
    margin-top: -1rem !important
  }

  .entry-content .mr-lg-n3,
  .entry-content .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .entry-content .mb-lg-n3,
  .entry-content .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .entry-content .ml-lg-n3,
  .entry-content .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .entry-content .m-lg-n4 {
    margin: -1.5rem !important
  }

  .entry-content .mt-lg-n4,
  .entry-content .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .entry-content .mr-lg-n4,
  .entry-content .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .entry-content .mb-lg-n4,
  .entry-content .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .entry-content .ml-lg-n4,
  .entry-content .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .entry-content .m-lg-n5 {
    margin: -3rem !important
  }

  .entry-content .mt-lg-n5,
  .entry-content .my-lg-n5 {
    margin-top: -3rem !important
  }

  .entry-content .mr-lg-n5,
  .entry-content .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .entry-content .mb-lg-n5,
  .entry-content .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .entry-content .ml-lg-n5,
  .entry-content .mx-lg-n5 {
    margin-left: -3rem !important
  }

  .entry-content .m-lg-auto {
    margin: auto !important
  }

  .entry-content .mt-lg-auto,
  .entry-content .my-lg-auto {
    margin-top: auto !important
  }

  .entry-content .mr-lg-auto,
  .entry-content .mx-lg-auto {
    margin-right: auto !important
  }

  .entry-content .mb-lg-auto,
  .entry-content .my-lg-auto {
    margin-bottom: auto !important
  }

  .entry-content .ml-lg-auto,
  .entry-content .mx-lg-auto {
    margin-left: auto !important
  }
}

@media(min-width: 1200px) {
  .entry-content .m-xl-0 {
    margin: 0 !important
  }

  .entry-content .mt-xl-0,
  .entry-content .my-xl-0 {
    margin-top: 0 !important
  }

  .entry-content .mr-xl-0,
  .entry-content .mx-xl-0 {
    margin-right: 0 !important
  }

  .entry-content .mb-xl-0,
  .entry-content .my-xl-0 {
    margin-bottom: 0 !important
  }

  .entry-content .ml-xl-0,
  .entry-content .mx-xl-0 {
    margin-left: 0 !important
  }

  .entry-content .m-xl-1 {
    margin: .25rem !important
  }

  .entry-content .mt-xl-1,
  .entry-content .my-xl-1 {
    margin-top: .25rem !important
  }

  .entry-content .mr-xl-1,
  .entry-content .mx-xl-1 {
    margin-right: .25rem !important
  }

  .entry-content .mb-xl-1,
  .entry-content .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .entry-content .ml-xl-1,
  .entry-content .mx-xl-1 {
    margin-left: .25rem !important
  }

  .entry-content .m-xl-2 {
    margin: .5rem !important
  }

  .entry-content .mt-xl-2,
  .entry-content .my-xl-2 {
    margin-top: .5rem !important
  }

  .entry-content .mr-xl-2,
  .entry-content .mx-xl-2 {
    margin-right: .5rem !important
  }

  .entry-content .mb-xl-2,
  .entry-content .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .entry-content .ml-xl-2,
  .entry-content .mx-xl-2 {
    margin-left: .5rem !important
  }

  .entry-content .m-xl-3 {
    margin: 1rem !important
  }

  .entry-content .mt-xl-3,
  .entry-content .my-xl-3 {
    margin-top: 1rem !important
  }

  .entry-content .mr-xl-3,
  .entry-content .mx-xl-3 {
    margin-right: 1rem !important
  }

  .entry-content .mb-xl-3,
  .entry-content .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .entry-content .ml-xl-3,
  .entry-content .mx-xl-3 {
    margin-left: 1rem !important
  }

  .entry-content .m-xl-4 {
    margin: 1.5rem !important
  }

  .entry-content .mt-xl-4,
  .entry-content .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .entry-content .mr-xl-4,
  .entry-content .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .entry-content .mb-xl-4,
  .entry-content .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .entry-content .ml-xl-4,
  .entry-content .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .entry-content .m-xl-5 {
    margin: 3rem !important
  }

  .entry-content .mt-xl-5,
  .entry-content .my-xl-5 {
    margin-top: 3rem !important
  }

  .entry-content .mr-xl-5,
  .entry-content .mx-xl-5 {
    margin-right: 3rem !important
  }

  .entry-content .mb-xl-5,
  .entry-content .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .entry-content .ml-xl-5,
  .entry-content .mx-xl-5 {
    margin-left: 3rem !important
  }

  .entry-content .p-xl-0 {
    padding: 0 !important
  }

  .entry-content .pt-xl-0,
  .entry-content .py-xl-0 {
    padding-top: 0 !important
  }

  .entry-content .pr-xl-0,
  .entry-content .px-xl-0 {
    padding-right: 0 !important
  }

  .entry-content .pb-xl-0,
  .entry-content .py-xl-0 {
    padding-bottom: 0 !important
  }

  .entry-content .pl-xl-0,
  .entry-content .px-xl-0 {
    padding-left: 0 !important
  }

  .entry-content .p-xl-1 {
    padding: .25rem !important
  }

  .entry-content .pt-xl-1,
  .entry-content .py-xl-1 {
    padding-top: .25rem !important
  }

  .entry-content .pr-xl-1,
  .entry-content .px-xl-1 {
    padding-right: .25rem !important
  }

  .entry-content .pb-xl-1,
  .entry-content .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .entry-content .pl-xl-1,
  .entry-content .px-xl-1 {
    padding-left: .25rem !important
  }

  .entry-content .p-xl-2 {
    padding: .5rem !important
  }

  .entry-content .pt-xl-2,
  .entry-content .py-xl-2 {
    padding-top: .5rem !important
  }

  .entry-content .pr-xl-2,
  .entry-content .px-xl-2 {
    padding-right: .5rem !important
  }

  .entry-content .pb-xl-2,
  .entry-content .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .entry-content .pl-xl-2,
  .entry-content .px-xl-2 {
    padding-left: .5rem !important
  }

  .entry-content .p-xl-3 {
    padding: 1rem !important
  }

  .entry-content .pt-xl-3,
  .entry-content .py-xl-3 {
    padding-top: 1rem !important
  }

  .entry-content .pr-xl-3,
  .entry-content .px-xl-3 {
    padding-right: 1rem !important
  }

  .entry-content .pb-xl-3,
  .entry-content .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .entry-content .pl-xl-3,
  .entry-content .px-xl-3 {
    padding-left: 1rem !important
  }

  .entry-content .p-xl-4 {
    padding: 1.5rem !important
  }

  .entry-content .pt-xl-4,
  .entry-content .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .entry-content .pr-xl-4,
  .entry-content .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .entry-content .pb-xl-4,
  .entry-content .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .entry-content .pl-xl-4,
  .entry-content .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .entry-content .p-xl-5 {
    padding: 3rem !important
  }

  .entry-content .pt-xl-5,
  .entry-content .py-xl-5 {
    padding-top: 3rem !important
  }

  .entry-content .pr-xl-5,
  .entry-content .px-xl-5 {
    padding-right: 3rem !important
  }

  .entry-content .pb-xl-5,
  .entry-content .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .entry-content .pl-xl-5,
  .entry-content .px-xl-5 {
    padding-left: 3rem !important
  }

  .entry-content .m-xl-n1 {
    margin: -0.25rem !important
  }

  .entry-content .mt-xl-n1,
  .entry-content .my-xl-n1 {
    margin-top: -0.25rem !important
  }

  .entry-content .mr-xl-n1,
  .entry-content .mx-xl-n1 {
    margin-right: -0.25rem !important
  }

  .entry-content .mb-xl-n1,
  .entry-content .my-xl-n1 {
    margin-bottom: -0.25rem !important
  }

  .entry-content .ml-xl-n1,
  .entry-content .mx-xl-n1 {
    margin-left: -0.25rem !important
  }

  .entry-content .m-xl-n2 {
    margin: -0.5rem !important
  }

  .entry-content .mt-xl-n2,
  .entry-content .my-xl-n2 {
    margin-top: -0.5rem !important
  }

  .entry-content .mr-xl-n2,
  .entry-content .mx-xl-n2 {
    margin-right: -0.5rem !important
  }

  .entry-content .mb-xl-n2,
  .entry-content .my-xl-n2 {
    margin-bottom: -0.5rem !important
  }

  .entry-content .ml-xl-n2,
  .entry-content .mx-xl-n2 {
    margin-left: -0.5rem !important
  }

  .entry-content .m-xl-n3 {
    margin: -1rem !important
  }

  .entry-content .mt-xl-n3,
  .entry-content .my-xl-n3 {
    margin-top: -1rem !important
  }

  .entry-content .mr-xl-n3,
  .entry-content .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .entry-content .mb-xl-n3,
  .entry-content .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .entry-content .ml-xl-n3,
  .entry-content .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .entry-content .m-xl-n4 {
    margin: -1.5rem !important
  }

  .entry-content .mt-xl-n4,
  .entry-content .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .entry-content .mr-xl-n4,
  .entry-content .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .entry-content .mb-xl-n4,
  .entry-content .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .entry-content .ml-xl-n4,
  .entry-content .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .entry-content .m-xl-n5 {
    margin: -3rem !important
  }

  .entry-content .mt-xl-n5,
  .entry-content .my-xl-n5 {
    margin-top: -3rem !important
  }

  .entry-content .mr-xl-n5,
  .entry-content .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .entry-content .mb-xl-n5,
  .entry-content .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .entry-content .ml-xl-n5,
  .entry-content .mx-xl-n5 {
    margin-left: -3rem !important
  }

  .entry-content .m-xl-auto {
    margin: auto !important
  }

  .entry-content .mt-xl-auto,
  .entry-content .my-xl-auto {
    margin-top: auto !important
  }

  .entry-content .mr-xl-auto,
  .entry-content .mx-xl-auto {
    margin-right: auto !important
  }

  .entry-content .mb-xl-auto,
  .entry-content .my-xl-auto {
    margin-bottom: auto !important
  }

  .entry-content .ml-xl-auto,
  .entry-content .mx-xl-auto {
    margin-left: auto !important
  }
}

.entry-content .banner_sub_txt {
  font-family: "Fjalla One", sans-serif;
  font-size: 4.2857142857em;
  font-weight: 400;
  letter-spacing: .025em
}

@media(max-width: 767px) {
  .entry-content .banner_sub_txt {
    font-size: 2.0714285714em
  }
}

.entry-content .banner_sub_txt .firmware {
  font-size: 20px;
  display: inline-block;
  padding: 8px 20px;
  background-color: #01916d
}

@media(max-width: 767px) {
  .entry-content .banner_sub_txt .firmware {
    font-size: 18px;
    padding: 4px 20px
  }
}

.entry-content .sec_accessories {
  overflow: hidden;
  width: 85.7142857143%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

@media(max-width: 767px) {
  .entry-content .sec_accessories {
    width: 100%
  }
}

.entry-content .sec_accessories__row {
  text-align: left
}

.entry-content .sec_accessories__row .title_h2_large {
  font-size: 1.8571428571em;
  margin-bottom: 1.3846153846em;
  text-align: center
}

@media(max-width: 767px) {
  .entry-content .sec_accessories__row .title_h2_large {
    font-size: 1.2857142857em;
    margin-bottom: 1.3888888889em
  }
}

.entry-content .sec_accessories__row figure img {
  margin-bottom: 5em
}

@media(max-width: 767px) {
  .entry-content .sec_accessories__row figure img {
    margin-bottom: 2.5em
  }
}

.entry-content .sec_accessories__row figure figcaption {
  font-size: 1.1428571429em;
  line-height: 2.25;
  margin-bottom: 9.375em
}

@media(max-width: 767px) {
  .entry-content .sec_accessories__row figure figcaption {
    font-size: 0.9285714286em;
    line-height: 1.9230769231;
    width: 84%;
    margin-right: auto;
    margin-bottom: 6.9230769231em;
    margin-left: auto
  }
}

@media(max-width: 767px) {
  .entry-content .sec_accessories__attention {
    width: 84%;
    margin-right: auto;
    margin-bottom: 6.9230769231em;
    margin-left: auto
  }
}

.entry-content .sec_accessories__attention li {
  font-size: 0.8571428571em;
  line-height: 2
}

@media(max-width: 767px) {
  .entry-content .sec_accessories__attention li {
    font-size: 0.7142857143em
  }
}

.entry-content .sec_accessories__attention li:before {
  margin-right: .25em;
  content: attr(data-li)
}

.entry-content .sec_focus,
.entry-content .sec_movie {
  overflow: hidden;
  width: 85.7142857143%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 11.0714285714em;
  margin-left: auto;
  text-align: center
}

@media(max-width: 767px) {

  .entry-content .sec_focus,
  .entry-content .sec_movie {
    width: 84%;
    margin-bottom: 6.7857142857em
  }
}

.entry-content .sec_focus.w-100,
.entry-content .sec_movie.w-100 {
  width: 100%;
  max-width: 100%
}

@media(max-width: 767px) {

  .entry-content .sec_focus.w-100__sp,
  .entry-content .sec_movie.w-100__sp {
    width: 100%;
    max-width: 100%
  }

  .entry-content .sec_focus.w-100__sp p,
  .entry-content .sec_focus.w-100__sp ul,
  .entry-content .sec_focus.w-100__sp ol,
  .entry-content .sec_movie.w-100__sp p,
  .entry-content .sec_movie.w-100__sp ul,
  .entry-content .sec_movie.w-100__sp ol {
    width: 84%;
    margin-right: auto;
    margin-left: auto;
    text-align: left
  }
}

.entry-content .sec_focus__row,
.entry-content .sec_movie__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -35px;
  margin-left: -35px
}

.entry-content .sec_focus .col-12,
.entry-content .sec_movie .col-12 {
  position: relative;
  width: 100%;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.entry-content .sec_focus .col-md-5,
.entry-content .sec_movie .col-md-5 {
  position: relative;
  width: 100%;
  padding-right: 35px;
  padding-left: 35px
}

@media(min-width: 768px) {

  .entry-content .sec_focus .col-md-5,
  .entry-content .sec_movie .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.2440944882%;
    flex: 0 0 47.2440944882%;
    max-width: 47.2440944882%
  }
}

@media(max-width: 767px) {

  .entry-content .sec_focus .col-md-5+.col-md-7,
  .entry-content .sec_movie .col-md-5+.col-md-7 {
    margin-top: 2.5em
  }
}

.entry-content .sec_focus .col-md-7,
.entry-content .sec_movie .col-md-7 {
  position: relative;
  width: 100%;
  padding-right: 35px;
  padding-left: 35px
}

@media(min-width: 768px) {

  .entry-content .sec_focus .col-md-7,
  .entry-content .sec_movie .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.7559055118%;
    flex: 0 0 52.7559055118%;
    max-width: 52.7559055118%
  }
}

.entry-content .sec_focus .title_h2_large,
.entry-content .sec_movie .title_h2_large {
  font-size: 2.5714285714em;
  line-height: 1.6666666667;
  margin-bottom: 1.5277777778em;
  text-align: center
}

@media(max-width: 767px) {

  .entry-content .sec_focus .title_h2_large,
  .entry-content .sec_movie .title_h2_large {
    font-size: 1.5em;
    margin-bottom: 0.9523809524em
  }
}

.entry-content .sec_focus .title_h3_large,
.entry-content .sec_movie .title_h3_large {
  font-size: 1.8571428571em;
  font-weight: 700;
  line-height: 1.5384615385;
  margin-bottom: 1.1538461538em;
  text-align: left
}

@media(max-width: 767px) {

  .entry-content .sec_focus .title_h3_large,
  .entry-content .sec_movie .title_h3_large {
    font-size: 1.2857142857em;
    margin-top: 1.8888888889em;
    margin-bottom: 0.8888888889em
  }
}

.entry-content .sec_focus video,
.entry-content .sec_focus__image,
.entry-content .sec_movie video,
.entry-content .sec_movie__image {
  width: 100%
}

.entry-content .sec_focus video+.__caption,
.entry-content .sec_focus__image+.__caption,
.entry-content .sec_movie video+.__caption,
.entry-content .sec_movie__image+.__caption {
  margin-bottom: 5.3571428571em
}

@media(max-width: 767px) {

  .entry-content .sec_focus video+.__caption,
  .entry-content .sec_focus__image+.__caption,
  .entry-content .sec_movie video+.__caption,
  .entry-content .sec_movie__image+.__caption {
    margin-bottom: 1.0714285714em
  }
}

.entry-content .sec_focus video,
.entry-content .sec_movie video {
  margin-bottom: 5.3571428571em
}

@media(max-width: 767px) {

  .entry-content .sec_focus video,
  .entry-content .sec_movie video {
    margin-bottom: 1.0714285714em
  }
}

.entry-content .sec_focus video+.__caption,
.entry-content .sec_movie video+.__caption {
  margin-top: -5em
}

@media(max-width: 767px) {

  .entry-content .sec_focus video+.__caption,
  .entry-content .sec_movie video+.__caption {
    margin-top: -1.0714285714em
  }
}

.entry-content .sec_focus p,
.entry-content .sec_movie p {
  font-size: 1.1428571429em;
  line-height: 2.25;
  text-align: left
}

@media(max-width: 767px) {

  .entry-content .sec_focus p,
  .entry-content .sec_movie p {
    font-size: 0.9285714286em;
    line-height: 1.9230769231
  }
}

.entry-content .sec_focus__attention.short,
.entry-content .sec_movie__attention.short {
  width: 83.3333333333%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto
}

@media(max-width: 767px) {

  .entry-content .sec_focus__attention.short,
  .entry-content .sec_movie__attention.short {
    width: 100%
  }
}

.entry-content .sec_focus__attention li,
.entry-content .sec_movie__attention li {
  font-size: 0.8571428571em;
  line-height: 2
}

@media(max-width: 767px) {

  .entry-content .sec_focus__attention li,
  .entry-content .sec_movie__attention li {
    font-size: 0.7142857143em
  }
}

.entry-content .sec_focus__attention li:before,
.entry-content .sec_movie__attention li:before {
  margin-right: .25em;
  content: attr(data-li)
}

.entry-content .sec_focus .sec_focus__attention,
.entry-content .sec_movie .sec_focus__attention {
  text-align: left
}

.entry-content .sec_focus__content,
.entry-content .sec_movie__content {
  width: 85.7142857143%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left
}

@media(max-width: 767px) {

  .entry-content .sec_focus__content,
  .entry-content .sec_movie__content {
    width: 84%
  }
}

.entry-content .sec_focus__content figure,
.entry-content .sec_movie__content figure {
  width: 83.3333333333%;
  max-width: 1000px;
  margin-top: 2.6428571429em;
  margin-right: auto;
  margin-bottom: 1.0714285714em;
  margin-left: auto
}

@media(max-width: 767px) {

  .entry-content .sec_focus__content figure,
  .entry-content .sec_movie__content figure {
    width: 112.6984126984%;
    margin-top: 1.4285714286em;
    margin-bottom: 1.4285714286em;
    margin-left: -6.3492063492%
  }
}

.entry-content .sec_focus .list-group-flush,
.entry-content .sec_movie .list-group-flush {
  font-size: 1.1428571429em;
  width: 100%;
  margin-top: 4.375em;
  text-align: left;
  border-top: 1px solid #000
}

@media(max-width: 767px) {

  .entry-content .sec_focus .list-group-flush,
  .entry-content .sec_movie .list-group-flush {
    font-size: 0.9285714286em;
    margin-top: 2.3076923077em
  }
}

.entry-content .sec_focus .list-group-flush li,
.entry-content .sec_movie .list-group-flush li {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  border-bottom: 1px solid #000
}

.entry-content .sec_focus .list-group-flush .title_h4_large,
.entry-content .sec_movie .list-group-flush .title_h4_large {
  font-size: 1em;
  display: inline-block;
  min-width: 12.5em;
  margin-bottom: 0;
  text-align: left
}

@media(max-width: 767px) {

  .entry-content .sec_focus .list-group-flush .title_h4_large,
  .entry-content .sec_movie .list-group-flush .title_h4_large {
    display: block;
    margin-bottom: .25em
  }
}

.entry-content .sec_focus.mt-01,
.entry-content .sec_movie.mt-01 {
  margin-top: -5em
}

.entry-content .sec_movie__image {
  margin-bottom: 5.3571428571em
}

@media(max-width: 767px) {
  .entry-content .sec_movie__image {
    margin-bottom: 1.0714285714em
  }
}

.entry-content .sec_firmware {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_firmware {
    margin-bottom: 100px
  }
}

.entry-content .sec_firmware__column {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_firmware__column {
    display: block
  }
}

.entry-content .sec_firmware__column img {
  width: auto;
  vertical-align: middle
}

.entry-content .sec_firmware__column.content,
.entry-content .sec_firmware__column.sec_farmware__column,
.entry-content .sec_firmware__column.sec_wb__content {
  padding: 0;
  text-align: center
}

.entry-content .sec_firmware__column.content p,
.entry-content .sec_firmware__column.sec_farmware__column p,
.entry-content .sec_firmware__column.sec_wb__content p {
  width: 1000px;
  margin: 0 auto
}

.entry-content .sec_firmware__column.content p a,
.entry-content .sec_firmware__column.sec_farmware__column p a,
.entry-content .sec_firmware__column.sec_wb__content p a {
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border: solid 1px #000;
  padding: 38px 30px 30px
}

.entry-content .sec_firmware__column.content p a span,
.entry-content .sec_firmware__column.sec_farmware__column p a span,
.entry-content .sec_firmware__column.sec_wb__content p a span {
  padding-bottom: 7px;
  border-bottom: solid 1px #000;
  display: inline-block;
  margin-right: 20px
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_firmware__column.content p,
  .entry-content .sec_firmware__column.sec_farmware__column p,
  .entry-content .sec_firmware__column.sec_wb__content p {
    width: 91%
  }

  .entry-content .sec_firmware__column.content p a,
  .entry-content .sec_firmware__column.sec_farmware__column p a,
  .entry-content .sec_firmware__column.sec_wb__content p a {
    font-size: 13px;
    padding: 45px 10px 50px
  }

  .entry-content .sec_firmware__column.content p a span,
  .entry-content .sec_firmware__column.sec_farmware__column p a span,
  .entry-content .sec_firmware__column.sec_wb__content p a span {
    margin-right: 10px
  }

  .entry-content .sec_firmware__column.content p a img,
  .entry-content .sec_firmware__column.sec_farmware__column p a img,
  .entry-content .sec_firmware__column.sec_wb__content p a img {
    display: inline;
    width: 4%
  }
}

.entry-content .sec_firmware__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 70px
}

.entry-content .sec_firmware__txt p {
  margin-bottom: 70px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_firmware__txt {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 30px
  }

  .entry-content .sec_firmware__txt p {
    margin-bottom: 35px
  }
}

.entry-content .sec_multi-shot {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_multi-shot {
    margin-bottom: 100px
  }
}

.entry-content .sec_multi-shot__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_multi-shot__column {
    display: block
  }
}

.entry-content .sec_multi-shot__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_multi-shot__column .__caption {
  margin-top: 15px;
  font-size: 16px;
  padding: 0 20px;
  text-align: right
}

.entry-content .sec_multi-shot__column img {
  width: 100%
}

.entry-content .sec_multi-shot__image {
  width: 58.3333333333%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_multi-shot__image {
    width: 100%;
    margin-bottom: 30px
  }
}

.entry-content .sec_multi-shot__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  letter-spacing: -0.06em
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_multi-shot__txt {
    width: 100%;
    margin-bottom: 35px;
    padding: 0
  }
}

.entry-content .sec_one-stop {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_one-stop {
    margin-bottom: 100px
  }
}

.entry-content .sec_one-stop .content,
.entry-content .sec_one-stop .sec_farmware__column,
.entry-content .sec_one-stop .sec_wb__content {
  margin-bottom: 100px !important
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_one-stop .content,
  .entry-content .sec_one-stop .sec_farmware__column,
  .entry-content .sec_one-stop .sec_wb__content {
    margin-bottom: 50px !important
  }
}

.entry-content .sec_one-stop__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_one-stop__column {
    display: block
  }
}

.entry-content .sec_one-stop__column .__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.entry-content .sec_one-stop__column .__caption {
  margin-top: 5px;
  font-size: 16px;
  padding: 0 20px
}

.entry-content .sec_one-stop__column .__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.entry-content .sec_one-stop__column img {
  width: 100%
}

.entry-content .sec_one-stop__image {
  width: 58.3333333333%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_one-stop__image {
    width: 100%;
    margin-bottom: 30px
  }
}

.entry-content .sec_one-stop__txt {
  letter-spacing: -0.06em;
  margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_one-stop__txt {
    width: 100%;
    padding: 0;
    margin-bottom: 20px
  }
}

.entry-content .sec_one-stop .txt_indent {
  margin-bottom: 40px !important
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_one-stop .txt_indent {
    margin-bottom: 20px !important
  }
}

.entry-content .sec_one-stop .txt_blank {
  font-size: 18px;
  font-weight: bold
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_one-stop .txt_blank {
    font-size: 13px
  }
}

.entry-content .sec_one-stop .txt_blank a {
  border-bottom: solid 2px #000;
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  padding-right: 20px
}

.entry-content .sec_one-stop .txt_blank a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px
}

.entry-content .sec_gisyoku {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_gisyoku {
    margin-bottom: 100px
  }
}

.entry-content .sec_gisyoku .content .sec_gisyoku__txt,
.entry-content .sec_gisyoku .sec_farmware__column .sec_gisyoku__txt,
.entry-content .sec_gisyoku .sec_wb__content .sec_gisyoku__txt {
  margin-bottom: 70px;
  letter-spacing: -0.06em
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_gisyoku .content .sec_gisyoku__txt,
  .entry-content .sec_gisyoku .sec_farmware__column .sec_gisyoku__txt,
  .entry-content .sec_gisyoku .sec_wb__content .sec_gisyoku__txt {
    margin-bottom: 35px;
    padding: 0 20px !important
  }
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_gisyoku .content,
  .entry-content .sec_gisyoku .sec_farmware__column,
  .entry-content .sec_gisyoku .sec_wb__content {
    padding: 0 10px !important
  }
}

.entry-content .sec_pixel-shift {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_pixel-shift {
    margin-bottom: 100px
  }
}

.entry-content .sec_pixel-shift .pixel-shift__txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 52px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_pixel-shift .pixel-shift__txt {
    font-size: 14px;
    margin-bottom: 30px
  }
}

.entry-content .sec_pixel-shift .pixel-shift__txt img {
  vertical-align: middle;
  margin-right: 10px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_pixel-shift .pixel-shift__txt img {
    width: 10%;
    margin-right: 5px;
    display: inline
  }
}

.entry-content .sec_pixel-shift__image {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_pixel-shift__image {
    width: 100%
  }
}

.entry-content .sec_pixel-shift__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 70px
}

.entry-content .sec_pixel-shift__txt p {
  margin-bottom: 70px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_pixel-shift__txt {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 30px
  }

  .entry-content .sec_pixel-shift__txt p {
    margin-bottom: 35px
  }
}

.entry-content .sec_pixel-shift .content,
.entry-content .sec_pixel-shift .sec_farmware__column,
.entry-content .sec_pixel-shift .sec_wb__content {
  margin-bottom: 55px !important
}

.entry-content .sec_pixel-shift .content .__caption,
.entry-content .sec_pixel-shift .sec_farmware__column .__caption,
.entry-content .sec_pixel-shift .sec_wb__content .__caption {
  text-align: right;
  margin-top: 15px
}

.entry-content .sec_pixel-shift .content.modal,
.entry-content .sec_pixel-shift .modal.sec_farmware__column,
.entry-content .sec_pixel-shift .modal.sec_wb__content {
  position: relative
}

.entry-content .sec_pixel-shift .content.modal a,
.entry-content .sec_pixel-shift .modal.sec_farmware__column a,
.entry-content .sec_pixel-shift .modal.sec_wb__content a {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer
}

.entry-content .sec_pixel-shift .content.modal .frame01,
.entry-content .sec_pixel-shift .modal.sec_farmware__column .frame01,
.entry-content .sec_pixel-shift .modal.sec_wb__content .frame01 {
  position: absolute;
  top: 59%;
  left: 16%;
  width: 11.25%
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_pixel-shift .content.modal .frame01,
  .entry-content .sec_pixel-shift .modal.sec_farmware__column .frame01,
  .entry-content .sec_pixel-shift .modal.sec_wb__content .frame01 {
    width: 10%;
    top: 56%;
    left: 15%
  }
}

.entry-content .sec_pixel-shift .content.modal .frame02,
.entry-content .sec_pixel-shift .modal.sec_farmware__column .frame02,
.entry-content .sec_pixel-shift .modal.sec_wb__content .frame02 {
  position: absolute;
  top: 60%;
  left: 26%;
  width: 11.25%
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_pixel-shift .content.modal .frame02,
  .entry-content .sec_pixel-shift .modal.sec_farmware__column .frame02,
  .entry-content .sec_pixel-shift .modal.sec_wb__content .frame02 {
    width: 10%;
    top: 58%;
    left: 25%
  }
}

.entry-content .sec_pixel-shift .content.modal .frame03,
.entry-content .sec_pixel-shift .modal.sec_farmware__column .frame03,
.entry-content .sec_pixel-shift .modal.sec_wb__content .frame03 {
  position: absolute;
  top: 41%;
  left: 40%;
  width: 11.25%
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_pixel-shift .content.modal .frame03,
  .entry-content .sec_pixel-shift .modal.sec_farmware__column .frame03,
  .entry-content .sec_pixel-shift .modal.sec_wb__content .frame03 {
    width: 10%;
    top: 38%;
    left: 40%
  }
}

.entry-content .sec_pixel-shift .content:last-child,
.entry-content .sec_pixel-shift .sec_farmware__column:last-child,
.entry-content .sec_pixel-shift .sec_wb__content:last-child {
  margin-bottom: 0 !important
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_pixel-shift .content,
  .entry-content .sec_pixel-shift .sec_farmware__column,
  .entry-content .sec_pixel-shift .sec_wb__content {
    padding: 0
  }
}

.entry-content .sec_pixel-shift .modal-block {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1
}

.entry-content .sec_pixel-shift .modal__bg {
  background: rgba(0, 0, 0, .5);
  height: 100vh;
  position: absolute;
  width: 100%;
  cursor: pointer
}

.entry-content .sec_pixel-shift .modal__content {
  font-family: "Fjalla One", sans-serif;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1260px;
  text-align: right;
  font-size: 50px;
  padding: 0 30px;
  color: #fff;
  width: 100%
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_pixel-shift .modal__content {
    width: 100%;
    padding: 0;
    font-size: 16px
  }
}

.entry-content .sec_pixel-shift .modal__content .mp-100 {
  position: absolute;
  top: 80px;
  left: 50px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_pixel-shift .modal__content .mp-100 {
    top: 12%;
    left: 2%
  }
}

.entry-content .sec_pixel-shift .modal__content .mp-400 {
  position: absolute;
  top: 80px;
  right: 50px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_pixel-shift .modal__content .mp-400 {
    top: 12%;
    right: 2%
  }
}

.entry-content .sec_pixel-shift .js-modal-close {
  font-size: 36px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_pixel-shift .js-modal-close {
    font-size: 24px
  }
}

.entry-content .sec_external {
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_external {
    margin-bottom: 30px
  }
}

.entry-content .sec_external .content,
.entry-content .sec_external .sec_farmware__column,
.entry-content .sec_external .sec_wb__content {
  width: 1200px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #d4d4d4;
  margin-top: 40px !important;
  padding: 75px 150px 80px
}

.entry-content .sec_external .content:last-child,
.entry-content .sec_external .sec_farmware__column:last-child,
.entry-content .sec_external .sec_wb__content:last-child {
  margin-bottom: 0
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_external .content,
  .entry-content .sec_external .sec_farmware__column,
  .entry-content .sec_external .sec_wb__content {
    width: 100%;
    margin-top: 20px !important;
    padding: 30px 20px 35px
  }
}

.entry-content .sec_external .content .sec_external__txt,
.entry-content .sec_external .sec_farmware__column .sec_external__txt,
.entry-content .sec_external .sec_wb__content .sec_external__txt {
  text-align: left;
  margin-bottom: 25px
}

.entry-content .sec_external .content .txt_blank,
.entry-content .sec_external .sec_farmware__column .txt_blank,
.entry-content .sec_external .sec_wb__content .txt_blank {
  font-size: 18px;
  font-weight: bold
}

@media only screen and (max-width: 767px) {

  .entry-content .sec_external .content .txt_blank,
  .entry-content .sec_external .sec_farmware__column .txt_blank,
  .entry-content .sec_external .sec_wb__content .txt_blank {
    font-size: 13px
  }
}

.entry-content .sec_external .content .txt_blank a,
.entry-content .sec_external .sec_farmware__column .txt_blank a,
.entry-content .sec_external .sec_wb__content .txt_blank a {
  border-bottom: solid 2px #000;
  display: inline;
  letter-spacing: normal
}

.entry-content .sec_external .content .txt_blank img,
.entry-content .sec_external .sec_farmware__column .txt_blank img,
.entry-content .sec_external .sec_wb__content .txt_blank img {
  width: auto;
  margin-left: 10px;
  vertical-align: baseline;
  display: inline
}

.entry-content .sec_external .sec_external__txts {
  text-align: center;
  padding: 25px 27px;
  font-size: 12px
}

.entry-content .sec_external .sec_external__txts:last-child {
  font-size: 14px;
  background-color: #f4f4f4
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_external .sec_external__txts {
    font-size: 11px;
    padding: 18px 20px
  }

  .entry-content .sec_external .sec_external__txts:last-child {
    font-size: 12px
  }
}
/*# sourceMappingURL=style.css.map */
