@charset "UTF-8";



body .ulhs {
  margin-bottom: 36px;
  position: relative;
}

body .ulhs:after {
  position: absolute;
  content: "";
  height: 5px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #8094b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: -14px;
  width: 60px;
  left: 0;
}

body .ulhs--b:after {
  background-color: #981e33;
}

body .ulh {
  max-width: 900px;
  margin: 0 auto 40px auto;
  position: relative;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 2.6rem;
}

body .ulh:after {
  position: absolute;
  content: "";
  height: 7px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #f4a1a4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: -20px;
  width: 0;
  left: 50%;
}

body .ulh--d:after {
  background-color: #981e33;
}

body .ulh.fade_scroll--active:after {
  width: 200px;
  left: calc(50% - 100px);
  -moz-transition: left 0.8s ease, width 0.8s ease, -moz-transform 0.8s ease;
  -webkit-transition: left 0.8s ease, width 0.8s ease, -webkit-transform 0.8s ease;
  -o-transition: left 0.8s ease, width 0.8s ease, -o-transform 0.8s ease;
  -ms-transition: left 0.8s ease, width 0.8s ease, -ms-transition 0.8s ease;
  transition: left 0.8s ease, width 0.8s ease, transform 0.8s ease;
  will-change: left, width;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

body .wbyw>span {
  display: inline-block;
  line-height: 2.6rem;
  height: 2.6rem;
  vertical-align: middle;
  overflow: hidden;
  padding-top: 3.1rem;
  padding-bottom: 0;
  opacity: 0.2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body .wbyw.fade_scroll--active>span {
  -moz-transition: padding 0.34s ease-out, opacity 0.34s ease-out, -moz-transform 0.34s ease-out;
  -webkit-transition: padding 0.34s ease-out, opacity 0.34s ease-out, -webkit-transform 0.34s ease-out;
  -o-transition: padding 0.34s ease-out, opacity 0.34s ease-out, -o-transform 0.34s ease-out;
  -ms-transition: padding 0.34s ease-out, opacity 0.34s ease-out, -ms-transition 0.34s ease-out;
  transition: padding 0.34s ease-out, opacity 0.34s ease-out, transform 0.34s ease-out;
  will-change: padding, opacity;
  opacity: 1;
  padding-top: 0;
  padding-bottom: 3.1rem;
}

body .wbyw.fade_scroll--active>span:nth-child(1) {
  -webkit-transition-delay: 0.085s;
  -moz-transition-delay: 0.085s;
  -o-transition-delay: 0.085s;
  -ms-transition-delay: 0.085s;
  transition-delay: 0.085s;
}

body .wbyw.fade_scroll--active>span:nth-child(2) {
  -webkit-transition-delay: 0.17s;
  -moz-transition-delay: 0.17s;
  -o-transition-delay: 0.17s;
  -ms-transition-delay: 0.17s;
  transition-delay: 0.17s;
}

body .wbyw.fade_scroll--active>span:nth-child(3) {
  -webkit-transition-delay: 0.255s;
  -moz-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  -ms-transition-delay: 0.255s;
  transition-delay: 0.255s;
}

body .wbyw.fade_scroll--active>span:nth-child(4) {
  -webkit-transition-delay: 0.34s;
  -moz-transition-delay: 0.34s;
  -o-transition-delay: 0.34s;
  -ms-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

body .wbyw.fade_scroll--active>span:nth-child(5) {
  -webkit-transition-delay: 0.425s;
  -moz-transition-delay: 0.425s;
  -o-transition-delay: 0.425s;
  -ms-transition-delay: 0.425s;
  transition-delay: 0.425s;
}

body .wbyw.fade_scroll--active>span:nth-child(6) {
  -webkit-transition-delay: 0.51s;
  -moz-transition-delay: 0.51s;
  -o-transition-delay: 0.51s;
  -ms-transition-delay: 0.51s;
  transition-delay: 0.51s;
}

body .wbyw.fade_scroll--active>span:nth-child(7) {
  -webkit-transition-delay: 0.595s;
  -moz-transition-delay: 0.595s;
  -o-transition-delay: 0.595s;
  -ms-transition-delay: 0.595s;
  transition-delay: 0.595s;
}

body .wbyw.fade_scroll--active>span:nth-child(8) {
  -webkit-transition-delay: 0.68s;
  -moz-transition-delay: 0.68s;
  -o-transition-delay: 0.68s;
  -ms-transition-delay: 0.68s;
  transition-delay: 0.68s;
}

body .wbyw.fade_scroll--active>span:nth-child(9) {
  -webkit-transition-delay: 0.765s;
  -moz-transition-delay: 0.765s;
  -o-transition-delay: 0.765s;
  -ms-transition-delay: 0.765s;
  transition-delay: 0.765s;
}

body .wbyw.fade_scroll--active>span:nth-child(10) {
  -webkit-transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  -ms-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

body .wbyw.fade_scroll--active>span:nth-child(11) {
  -webkit-transition-delay: 0.935s;
  -moz-transition-delay: 0.935s;
  -o-transition-delay: 0.935s;
  -ms-transition-delay: 0.935s;
  transition-delay: 0.935s;
}

body .wbyw.fade_scroll--active>span:nth-child(12) {
  -webkit-transition-delay: 1.02s;
  -moz-transition-delay: 1.02s;
  -o-transition-delay: 1.02s;
  -ms-transition-delay: 1.02s;
  transition-delay: 1.02s;
}

body .wbyw.fade_scroll--active>span:nth-child(13) {
  -webkit-transition-delay: 1.105s;
  -moz-transition-delay: 1.105s;
  -o-transition-delay: 1.105s;
  -ms-transition-delay: 1.105s;
  transition-delay: 1.105s;
}

body .wbyw.fade_scroll--active>span:nth-child(14) {
  -webkit-transition-delay: 1.19s;
  -moz-transition-delay: 1.19s;
  -o-transition-delay: 1.19s;
  -ms-transition-delay: 1.19s;
  transition-delay: 1.19s;
}

body .wbyw.fade_scroll--active>span:nth-child(15) {
  -webkit-transition-delay: 1.275s;
  -moz-transition-delay: 1.275s;
  -o-transition-delay: 1.275s;
  -ms-transition-delay: 1.275s;
  transition-delay: 1.275s;
}

body .wbyw.fade_scroll--active>span:nth-child(16) {
  -webkit-transition-delay: 1.36s;
  -moz-transition-delay: 1.36s;
  -o-transition-delay: 1.36s;
  -ms-transition-delay: 1.36s;
  transition-delay: 1.36s;
}

body .wbyw.fade_scroll--active>span:nth-child(17) {
  -webkit-transition-delay: 1.445s;
  -moz-transition-delay: 1.445s;
  -o-transition-delay: 1.445s;
  -ms-transition-delay: 1.445s;
  transition-delay: 1.445s;
}

body .wbyw.fade_scroll--active>span:nth-child(18) {
  -webkit-transition-delay: 1.53s;
  -moz-transition-delay: 1.53s;
  -o-transition-delay: 1.53s;
  -ms-transition-delay: 1.53s;
  transition-delay: 1.53s;
}

body .wbyw.fade_scroll--active>span:nth-child(19) {
  -webkit-transition-delay: 1.615s;
  -moz-transition-delay: 1.615s;
  -o-transition-delay: 1.615s;
  -ms-transition-delay: 1.615s;
  transition-delay: 1.615s;
}

body .wbyw.fade_scroll--active>span:nth-child(20) {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  -ms-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

body .bgb {
  background-color: #f6f7fa;
}

body .bgb--d {
  background-color: #e6eaf0;
}

body .lp-btn {
  padding: 8px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  background-color: #e11b22;
  border: none;
  font-size: 1.2rem;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(225, 27, 34, 0.6);
  -moz-box-shadow: 0 2px 8px 0 rgba(225, 27, 34, 0.6);
  box-shadow: 0 2px 8px 0 rgba(225, 27, 34, 0.6);
  top: 0;
  position: relative;
  -moz-transition: box-shadow 0.2s ease, top 0.2s ease, background-color 0.2s ease, -moz-transform 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, top 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, top 0.2s ease, background-color 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: box-shadow 0.2s ease, top 0.2s ease, background-color 0.2s ease, -ms-transition 0.2s ease;
  transition: box-shadow 0.2s ease, top 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  will-change: box-shadow, top, background-color;
}

body .lp-btn:hover:not(:disabled) {
  top: -3px;
  background-color: #e5262d;
  -webkit-box-shadow: 0 6px 20px 0 rgba(225, 27, 34, 0.6);
  -moz-box-shadow: 0 6px 20px 0 rgba(225, 27, 34, 0.6);
  box-shadow: 0 6px 20px 0 rgba(225, 27, 34, 0.6);
}

body .lp-btn--b {
  background-color: #8094b3;
  -webkit-box-shadow: 0 2px 8px 0 rgba(128, 148, 179, 0.6);
  -moz-box-shadow: 0 2px 8px 0 rgba(128, 148, 179, 0.6);
  box-shadow: 0 2px 8px 0 rgba(128, 148, 179, 0.6);
}

body .lp-btn--b:hover:not(:disabled) {
  background-color: #8a9cb9;
  -webkit-box-shadow: 0 6px 20px 0 rgba(128, 148, 179, 0.6);
  -moz-box-shadow: 0 6px 20px 0 rgba(128, 148, 179, 0.6);
  box-shadow: 0 6px 20px 0 rgba(128, 148, 179, 0.6);
}

body .lp-btn--grn {
  background-color: #45842A;
  -webkit-box-shadow: 0 2px 8px 0 rgba(69, 132, 42, 0.6);
  -moz-box-shadow: 0 2px 8px 0 rgba(69, 132, 42, 0.6);
  box-shadow: 0 2px 8px 0 rgba(69, 132, 42, 0.6);
}

body .lp-btn--grn:hover:not(:disabled) {
  background-color: #4b902e;
  -webkit-box-shadow: 0 6px 20px 0 rgba(69, 132, 42, 0.6);
  -moz-box-shadow: 0 6px 20px 0 rgba(69, 132, 42, 0.6);
  box-shadow: 0 6px 20px 0 rgba(69, 132, 42, 0.6);
}

body .lp-btn:disabled {
  background-color: #999999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.66;
}

body .exurl {
  position: relative;
  padding-right: 28px;
}

body .exurl:after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91e";
  margin-left: 4px;
}

body .flipconta div.front,
body div.back {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: none;
}

body .flipconta div.front.active,
body div.back.active {
  display: flex;
}

body .flipconta div.back {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vh100 {
  min-height: 100vh;
}

.c-b-b {
  color: #337ab7;
}

.c-b-lh {
  color: #e11b22;
  -moz-transition: color 0.2s ease, -moz-transform 0.2s ease;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: color 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: color 0.2s ease, -ms-transition 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  will-change: color;
}

.c-b-lh:hover {
  color: #e62f36;
}

.kb-tab .tvad input:focus,
.kb-tab .tvad input[type='checkbox']:focus+label:before,
.kb-tab .tvad textarea:focus,
.kb-tab .tvad textarea[type='checkbox']:focus+label:before,
.kb-tab .tvad select:focus,
.kb-tab .tvad select[type='checkbox']:focus+label:before,
.kb-tab .tvad button:focus,
.kb-tab .tvad button[type='checkbox']:focus+label:before,
.kb-tab .tvad a:focus,
.kb-tab .tvad a[type='checkbox']:focus+label:before,
.kb-tab .tvad [tabindex]:focus,
.kb-tab .tvad [tabindex][type='checkbox']:focus+label:before {
  -webkit-box-shadow: inset 0 0 2px 2px blue !important;
  -moz-box-shadow: inset 0 0 2px 2px blue !important;
  box-shadow: inset 0 0 2px 2px blue !important;
}

.hxxxxxxxxl {
  font-size: 42px;
}

.hxxxxxl {
  font-size: 36px;
}

.hxxxxl,
.hxxxl {
  font-size: 32px;
}

.hxxl {
  font-size: 28px;
}

.hxxl--opt {
  font-size: 20px;
}

.hxl {
  font-size: 24px;
}

.hl {
  font-size: 22px;
}

.hm {
  font-size: 20px;
}

.hs {
  font-size: 18px;
}

.hxs {
  font-size: 16px;
}

.hxxs {
  font-size: 16px;
}

@media (min-width: 540px) {
  .hxxxxxxxxl {
    font-size: 52px;
  }
  .hxxxxxl {
    font-size: 42px;
  }
  .hxxxxl,
  .hxxxl {
    font-size: 36px;
  }
  .hxxl {
    font-size: 32px;
  }
  .hxxl--opt {
    font-size: 32px;
  }
  .hxl {
    font-size: 28px;
  }
  .hl {
    font-size: 24px;
  }
  .hm {
    font-size: 20px;
  }
  .hs {
    font-size: 18px;
  }
  .hxs {
    font-size: 16px;
  }
  .hxxs {
    font-size: 16px;
  }
}

@media (min-width: 1140px) {
  .hxxxxxxxxl {
    font-size: 72px;
    line-height: 1.3;
  }
  .hxxxxxl {
    font-size: 58px;
    line-height: 1.3;
  }
  .hxxxxl {
    font-size: 48px;
    line-height: 1.3;
  }
  .hxxxl {
    font-size: 42px;
    line-height: 1.3;
  }
  .hxxl {
    font-size: 36px;
    line-height: 1.3;
  }
  .hxxl--opt {
    font-size: 36px;
  }
  .hxl {
    font-size: 32px;
    line-height: 1.3;
  }
  .hl {
    font-size: 28px;
    line-height: 1.3;
  }
  .hm {
    font-size: 24px;
    line-height: 1.3;
  }
  .hs {
    font-size: 20px;
    line-height: 1.3;
  }
  .hxs {
    font-size: 18px;
    line-height: 1.3;
  }
  .hxxs {
    font-size: 16px;
    line-height: 1.2;
  }
  .hu {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 40px;
  }
  .hu:after {
    position: absolute;
    bottom: 20px;
    height: 1px;
    border: none;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    content: "";
    width: 200px;
    left: calc(50% - 100px);
    opacity: 0.5;
    -webkit-box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .hu--full:after {
    left: 0;
    width: 100%;
  }
}

@media (min-width: 1279px) {
  .lp-box-faqs__box {
    max-width: 500px;
  }
  .lp-box-faqs__box__header {
    margin: 0;
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .lp-box-faqs__box__desc {
    padding: 30px;
    padding-top: 0;
  }
  .lp-box-faqs__faqs {
    margin-top: 100px;
    width: calc(100% - 680px);
  }
  .lp-box-faqs__body {
    flex-direction: row;
    justify-content: space-between;
  }
  .lp-box-faqs__body~.lp-box-faqs__body {
    margin-top: 50px;
  }
  .lp-box-faqs__body--left {
    flex-direction: row-reverse;
  }
  .lp-box-faqs__body--left .lp-box-faqs__box.fade_scroll--active {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .lp-box-list__list__item {
    max-width: 590px;
    margin-right: 0;
    margin-left: 0;
  }
  .lp-box-list__list__item__header {
    padding: 30px 30px 0 30px;
  }
  .lp-box-list__list__item__desc {
    padding: 30px;
    padding-top: 10px;
  }
  .lp-box-faqs__box {
    max-width: 500px;
  }
  .lp-box-faqs__box__header {
    margin: 0;
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .lp-box-faqs__box__desc {
    padding: 30px;
    padding-top: 0;
  }
  .lp-box-faqs__faqs {
    margin-top: 100px;
    width: calc(100% - 680px);
  }
  .lp-box-faqs__body {
    flex-direction: row;
    justify-content: space-between;
  }
  .lp-box-faqs__body~.lp-box-faqs__body {
    margin-top: 50px;
  }
  .lp-box-faqs__body--left {
    flex-direction: row-reverse;
  }
  .lp-box-faqs__body--left .lp-box-faqs__box {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  .lp-box-faqs__body--left .lp-box-faqs__box.fade_scroll--active {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .lp2-header--center:after {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .anislide-container {
    flex-direction: row;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: space-between;
  }
  .anislide--right .anislide-container {
    flex-direction: row-reverse;
  }
}

.lp-form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 140px 20px;
}

.lp-form__container {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-form__header {
  margin-bottom: 30px;
}

.lp-form__form {
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
}

.lp-form__form__container {
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: left;
}

.lp-form__form__header {
  background-color: #3a4960;
  color: #fff;
  padding: 10px 20px;
  @includ box;
}

.lp-form__form__input {
  width: 100%;
  border: 1px solid #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 4px 6px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.lp-form__form__submit-container {
  text-align: center;
  margin-top: 20px;
}

.lp-form__form__label {
  font-weight: 400;
}

.lp-form__form__required {
  color: #D80027;
}

.lp-form__form .submit-button-style {
  margin-top: 20px;
  -webkit-transform: rotateZ(0.01deg);
  -moz-transform: rotateZ(0.01deg);
  -ms-transform: rotateZ(0.01deg);
  -o-transform: rotateZ(0.01deg);
  transform: rotateZ(0.01deg);
}

section.icst-intro {
  background-color: transparent;
  background-size: cover;
  background-position: center bottom;
  text-align: center;
}

.icst-intro {
  padding: 140px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.icst-intro__container {
  margin: 0 auto;
  max-width: 1200px;
}

.icst-intro__header,
.icst-intro__hero {
  color: #fff;
  display: block;
}

.icst-intro__header {
  font-weight: 800;
  margin-bottom: 24px;
}

.icst-intro__hero {
  font-weight: 400;
}

section.icst-body {
  padding: 100px 0 140px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
}

.icst-body__container {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.icst-body__left,
.icst-body__right {
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
}

.icst-body__left {
  width: 100%;
  max-width: 800px;
}

.icst-body__left__logo {
  width: 160px;
  height: 100px;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.icst-body__left__header {
  margin: 20px 0;
  line-height: 30px;
}

.icst-body__left .icst-body__table {
  background-color: #fff;
}

.icst-body__left .icst-body__table span {
  display: inline-block;
}

.icst-body__left .icst-body__table__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.icst-body__left .icst-body__table__rating .n {
  margin-right: 6px;
  line-height: 30px;
  font-weight: 700;
}

.icst-body__left .icst-body__table__rating .r {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
}

.icst-body__left .icst-body__table__rating .s,
.icst-body__left .icst-body__table__rating .hs {
  width: 19px;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.icst-body__left .icst-body__table__rating .s:after,
.icst-body__left .icst-body__table__rating .hs:after {
  text-align: center;
  position: absolute;
  font-size: 17px;
  font-family: 'icomoon' !important;
  top: -1px;
  left: 0;
  width: 100%;
}

.icst-body__left .icst-body__table__rating .s:after {
  content: "\e925";
}

.icst-body__left .icst-body__table__rating .hs:after {
  content: "\e927";
}

.icst-body__left .icst-body__table__rating .Gold:after {
  color: #ffc107;
}

.icst-body__left .icst-body__table__rating .Silver:after {
  color: #b0bdc0;
}

.icst-body__left .icst-body__table__rating .Bronze:after {
  color: #c37f50;
}

.icst-body__left .icst-body__table tr {
  border-bottom: none;
}

.icst-body__left .icst-body__table tr:nth-child(even) {
  background-color: #f5f4f4;
}

.icst-body__left .icst-body__table .level {
  display: inline-block;
  padding: 1px 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
}

.icst-body__left .icst-body__table .level.Gold {
  background-color: #ffc107;
}

.icst-body__left .icst-body__table .level.Silver {
  background-color: #b0bdc0;
}

.icst-body__left .icst-body__table .level.Bronze {
  background-color: #c37f50;
}

.icst-body__right {
  margin-top: 80px;
  max-width: 800px;
}

.icst-body__right .icst-body__table {
  overflow: hidden;
}

.icst-body__right .icst-body__table tr {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.icst-body__right .icst-body__table td {
  padding: 14px 14px;
}

.icst-body__right__notice {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  margin-top: 30px;
}

.icst-body__right__notice__header {
  margin-bottom: 10px;
}

.icst-body__table {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.icst-body__table caption {
  text-align: left;
  font-weight: 700;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  background-color: #2963c6;
  color: #fff;
}

.icst-body__table tr {
  border-bottom: 1px solid #dddddd;
}

.icst-body__table tr td:first-child {
  min-width: 100px;
  font-weight: 700;
  padding-left: 10px;
}

.icst-body__table tr td:nth-child(2) {
  padding-right: 10px;
}

.icst-body__table td {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.lp-form--icirt-qr {
  padding-top: 50px;
  padding-bottom: 50px;
}

.qr-cont {
  margin-top: 30px;
  position: relative;
  -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  -ms-transition: opacity 0.3s ease, -ms-transition 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 0;
}

.qr-cont canvas {
  max-width: 100%;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
}

.qr-cont__link {
  opacity: 1;
  margin-top: 30px;
  display: inline-block;
}

.qr-cont:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.qr-cont--rendered {
  opacity: 1;
}

.qr-cont--rendered:after {
  display: none;
}

.qr-cont--loading {
  opacity: 1;
  min-height: 300px;
}

.qr-cont--loading:after {
  background-image: url(/image/loading.svg);
  background-size: 100px 100px;
  background-position: center top;
  background-repeat: no-repeat;
}

.qr-cont--loading .qr-cont__link,
.qr-cont--loading .qr-cont__result {
  opacity: 0;
}

.qr-cont--hide {
  opacity: 0;
}

.qr-cont--hide:after {
  display: block;
}

.icst-body--reg .icst-body__left__intro {
  margin-bottom: 40px;
}

.icst-body--reg .icst-body__left__intro p {
  margin-bottom: 20px;
}

.icst-body--reg .icst-body__right {
  margin-top: 60px;
}

.icst-body--reg .icst-body__right__box__cont {
  background-color: #fff;
  @includ box;
  padding: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e6e6e6;
}

.icst-body--reg .icst-body__right__box p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.icst-body--reg .icst-body__right__box__img {
  height: 200px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.icst-body--reg .icst-body__right__box__cta {
  text-align: center;
  margin-top: 20px;
}

.icst-body--reg .icst-body__right__box__cta a {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff911e;
  color: #fff;
}

.icst-body--reg .icst-body__right__box__cta a:hover {
  background-color: #2688ee !important;
  border-color: #2688ee !important;
}

.icst-body--reg .icst-body__right__notice {
  margin-top: 50px;
}

.dataTables_wrapper {
  background-color: #fafcff;
  padding: 15px 0 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid lightgray;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

table.dataTable {
  margin-bottom: 15px;
}

table.dataTable.no-footer,
table.dataTable thead th,
table.dataTable thead td {
  border-color: #dddddd;
}

table.dataTable thead th {
  border-top: 1px solid #e6e6e6;
  background-color: #333333;
  color: lightgray;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, -moz-transform 0.2s ease;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, -ms-transition 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  will-change: color, background-color;
}

table.dataTable thead th.sorting:hover {
  background-color: #2688ee;
  color: #fff;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-color: #2963c6 !important;
  color: #fff;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: calc(100% - 2px) 15px;
}

table.dataTable thead .sorting {
  background-size: 16px;
  background-image: url(../img/rating/sort_both.png) !important;
}

table.dataTable thead .sorting_desc {
  background-image: url(../img/rating/sort_desc.png) !important;
}

table.dataTable thead .sorting_asc {
  background-image: url(../img/rating/sort_asc.png) !important;
}

table.dataTable.display tbody tr {
  -moz-transition: color 0.15s ease, background-color 0.15s ease, -moz-transform 0.15s ease;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, -webkit-transform 0.15s ease;
  -o-transition: color 0.15s ease, background-color 0.15s ease, -o-transform 0.15s ease;
  -ms-transition: color 0.15s ease, background-color 0.15s ease, -ms-transition 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
  will-change: color, background-color;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #fafcff;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #2963c6;
  color: #fff;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-color: #e6e6e6;
  padding: 10px 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table.dataTable.display tbody tr>.sorting_1 {
  -moz-transition: background-color 0.15s ease, -moz-transform 0.15s ease;
  -webkit-transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  -o-transition: background-color 0.15s ease, -o-transform 0.15s ease;
  -ms-transition: background-color 0.15s ease, -ms-transition 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease;
  will-change: background-color;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #f0f6ff;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #2558b1;
}

table.dataTable tbody tr td:nth-child(2),
table.dataTable tbody tr td:nth-child(4),
table.dataTable thead tr th:nth-child(2),
table.dataTable thead tr th:nth-child(4) {
  white-space: nowrap;
}

table.dataTable tbody tr td:nth-child(1),
table.dataTable thead tr th:nth-child(1) {
  max-width: 280px;
}

.dataTables_wrapper .dataTables_filter {
  text-align: left;
  font-size: 14px;
  padding: 10px 18px 16px 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 300px;
  width: 100%;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
  font-weight: 500;
  border-color: #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 5px 10px 36px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  outline: none;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  -moz-transition: box-shadow 0.2s ease, border 0.2s ease, -moz-transform 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, border 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: box-shadow 0.2s ease, border 0.2s ease, -ms-transition 0.2s ease;
  transition: box-shadow 0.2s ease, border 0.2s ease, transform 0.2s ease;
  will-change: box-shadow, border;
}

.dataTables_wrapper .dataTables_filter input:focus {
  border: 1px solid lightgray;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper .dataTables_filter label {
  width: 100%;
  position: relative;
}

.dataTables_wrapper .dataTables_filter label:after {
  position: absolute;
  left: 3px;
  top: calc(50% - 18px);
  width: 36px;
  height: 36px;
  background-image: url(../img/rating/searchico.png);
  content: "";
  background-size: 18px;
  opacity: 0.55;
  background-position: center;
  background-repeat: no-repeat;
}

.dataTables_wrapper .dataTables_length {
  text-align: left;
  margin: 14px 18px;
}

.dataTables_wrapper .dataTables_length select {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  -moz-transition: box-shadow 0.2s ease, border 0.2s ease, -moz-transform 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, border 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: box-shadow 0.2s ease, border 0.2s ease, -ms-transition 0.2s ease;
  transition: box-shadow 0.2s ease, border 0.2s ease, transform 0.2s ease;
  will-change: box-shadow, border;
  padding-top: 7px;
  padding-bottom: 8px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #dddddd;
}

.dataTables_wrapper .dataTables_length select:focus {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
}

.dataTables_wrapper .dataTables_length label {
  font-size: 14px;
  font-weight: 500;
}

.dataTables_info {
  margin: 0 18px;
  font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate {
  margin-right: 18px;
  margin-left: 18px;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 11px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 3px 2px 3px 2px;
  line-height: 22px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  -moz-transition: box-shadow 0.2s ease, border 0.2s ease, background-color 0.2s ease, -moz-transform 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease, border 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, border 0.2s ease, background-color 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: box-shadow 0.2s ease, border 0.2s ease, background-color 0.2s ease, -ms-transition 0.2s ease;
  transition: box-shadow 0.2s ease, border 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  will-change: box-shadow, border, background-color;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #2688ee;
  color: #fff !important;
  border-color: #2688ee;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #2963c6;
  background: #2963c6;
  color: #fff !important;
  cursor: default;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

.dataTables_wrapper--opt table.dataTable {
  margin-top: 10px;
}

.dataTables_wrapper--opt table.dataTable thead {
  display: none;
}

.dataTables_wrapper--opt .dataTables_filter {
  max-width: 100%;
}

.dataTables_wrapper--opt .dataTables_filter label,
.dataTables_wrapper--opt .dataTables_filter input {
  width: 100%;
}

.dataTables_wrapper--opt .dataTables_filter input {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dataTables_wrapper table.dataTable.collapsed.stripe tbody tr>.sorting_1,
.dataTables_wrapper table.dataTable.collapsed.stripe tbody tr.odd,
.dataTables_wrapper table.dataTable.collapsed.stripe tbody tr.even,
.dataTables_wrapper table.dataTable.collapsed.display tbody tr>.sorting_1,
.dataTables_wrapper table.dataTable.collapsed.display tbody tr.odd,
.dataTables_wrapper table.dataTable.collapsed.display tbody tr.even,
.dataTables_wrapper table.dataTable.collapsed.hover tbody tr:hover>.sorting_1,
.dataTables_wrapper table.dataTable.collapsed.hover tbody tr:hover.odd,
.dataTables_wrapper table.dataTable.collapsed.hover tbody tr:hover.even,
.dataTables_wrapper table.dataTable.collapsed.display tbody tr:hover>.sorting_1,
.dataTables_wrapper table.dataTable.collapsed.display tbody tr:hover.odd,
.dataTables_wrapper table.dataTable.collapsed.display tbody tr:hover.even {
  background-color: #2963c6 !important;
  color: #fff;
}

.dataTables_wrapper table.dataTable.collapsed.hover tbody tr:hover,
.dataTables_wrapper table.dataTable.collapsed.display tbody tr:hover {
  background-color: #fff;
  color: #000;
}

.dataTables_wrapper table.dataTable.collapsed tr.child .child {
  padding: 8px 0;
}

.dataTables_wrapper table.dataTable.collapsed .DTsub {
  display: flex;
  flex-wrap: Wrap;
}

.dataTables_wrapper table.dataTable.collapsed .DTsub>div {
  flex: 58%;
  padding: 8px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.dataTables_wrapper table.dataTable.collapsed .DTsub>div:nth-child(odd) {
  flex: 42%;
  font-weight: 700;
}

@media (min-width: 540px) {
  .icst-body__left .icst-body__table__rating .n {
    margin-right: 10px;
  }
  .icst-body__left .icst-body__table__rating .s,
  .icst-body__left .icst-body__table__rating .hs {
    width: 24px;
  }
  .icst-body__left .icst-body__table__rating .s:after,
  .icst-body__left .icst-body__table__rating .hs:after {
    font-size: 20px;
  }
  .icst-body__table tr td:first-child {
    padding-left: 20px;
  }
  .icst-body__table tr td:nth-child(2) {
    padding-right: 20px;
  }
}

@media (min-width: 1140px) {
  section.icst-body {
    padding-right: 50px;
    padding-left: 50px;
  }
  .icst-body__container {
    flex-wrap: nowrap;
  }
  .icst-body__left {
    max-width: 820px;
  }
  .icst-body__right {
    margin-top: 180px;
    max-width: 360px;
  }
}

@media (min-width: 1279px) {
  .lp-box-faqs__box {
    max-width: 500px;
  }
  .lp-box-faqs__box__header {
    margin: 0;
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .lp-box-faqs__box__desc {
    padding: 30px;
    padding-top: 0;
  }
  .lp-box-faqs__faqs {
    margin-top: 100px;
    width: calc(100% - 680px);
  }
  .lp-box-faqs__body {
    flex-direction: row;
    justify-content: space-between;
  }
  .lp-box-faqs__body~.lp-box-faqs__body {
    margin-top: 50px;
  }
  .lp-box-faqs__body--left {
    flex-direction: row-reverse;
  }
  .lp-box-faqs__body--left .lp-box-faqs__box.fade_scroll--active {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .lp-box-list__list__item {
    max-width: 590px;
    margin-right: 0;
    margin-left: 0;
  }
  .lp-box-list__list__item__header {
    padding: 30px 30px 0 30px;
  }
  .lp-box-list__list__item__desc {
    padding: 30px;
    padding-top: 10px;
  }
  .lp-box-faqs__box {
    max-width: 500px;
  }
  .lp-box-faqs__box__header {
    margin: 0;
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .lp-box-faqs__box__desc {
    padding: 30px;
    padding-top: 0;
  }
  .lp-box-faqs__faqs {
    margin-top: 100px;
    width: calc(100% - 680px);
  }
  .lp-box-faqs__body {
    flex-direction: row;
    justify-content: space-between;
  }
  .lp-box-faqs__body~.lp-box-faqs__body {
    margin-top: 50px;
  }
  .lp-box-faqs__body--left {
    flex-direction: row-reverse;
  }
  .lp-box-faqs__body--left .lp-box-faqs__box {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  .lp-box-faqs__body--left .lp-box-faqs__box.fade_scroll--active {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .lp2-header--center:after {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .anislide-container {
    flex-direction: row;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: space-between;
  }
  .anislide--right .anislide-container {
    flex-direction: row-reverse;
  }
}