<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  min-width: 320px;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.625;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

img {
  max-width: 100%;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dl &gt; dd {
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

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

.lp190-content {
  padding: 60px 0;
  overflow: hidden;
}

.lp190-inner {
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .lp190-inner {
    max-width: 768px;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-inner {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-inner {
    max-width: 767px;
  }
}

.lp190-section {
  margin-bottom: 100px;
}

.lp190-section__title {
  margin: 0 0 60px;
  text-align: center;
  padding: 25px;
  opacity: 0;
}

.lp190-section__title_block {
  padding-top: 100px;
  margin-top: -100px;
}

.lp190-section__title_color {
  color: #FF4E00;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}

@media only screen and (min-width: 960px) {
  .lp190-section__title_color {
    font-size: 29px;
  }
}

.lp190-section__title_underline {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.lp190-section__title_underline &gt; span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(50%, #FFEB7E));
  background: linear-gradient(transparent 80%, #FFEB7E 50%);
}

@media only screen and (min-width: 960px) {
  .lp190-section__title_underline {
    font-size: 29px;
    margin-top: 20px;
  }
}

.lp190-section__subtitle {
  text-align: center;
}

.lp190-section__subtitle_underline {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 20px;
}

.lp190-section__subtitle_underline &gt; span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(50%, #FFEB7E));
  background: linear-gradient(transparent 80%, #FFEB7E 50%);
}

.lp190-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 285px;
  padding: 9px 0;
  background-color: #fff;
  color: #f99b22;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #f99b22;
  border-radius: 6px;
}

@media only screen and (min-width: 960px) {
  .lp190-btn {
    max-width: 348px;
    padding: 12px 0;
    font-size: 16px;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
  }
}

.lp190-btn::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 7px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto 0;
  background-color: #f99b22;
  border-radius: 50%;
}

@media only screen and (min-width: 960px) {
  .lp190-btn::before {
    top: 0;
    right: 10px;
    width: 14px;
    height: 14px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
  }
}

.lp190-btn::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 11px;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto 0;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 960px) {
  .lp190-btn::after {
    top: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-btn:hover {
    background-color: #f99b22;
    color: #fff;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-btn:hover::before {
    background-color: #fff;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-btn:hover::after {
    border-color: #f99b22;
  }
}

.lp190-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 320px;
  height: 47px;
  background-color: #fff;
}

@media only screen and (min-width: 960px) {
  .lp190-header {
    height: 70px;
  }
}

.lp190-header__inner {
  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;
  height: 100%;
  padding: 0 15px;
}

@media only screen and (min-width: 960px) {
  .lp190-header__inner {
    padding: 0 20px;
  }
}

.lp190-header__logo {
  margin-right: auto;
}

.lp190-header__logo &gt; a {
  display: block;
}

.lp190-header__logo &gt; a &gt; img {
  display: block;
  width: 140px;
}

@media only screen and (min-width: 960px) {
  .lp190-header__logo &gt; a &gt; img {
    width: 200px;
  }
}

.lp190-header__login {
  margin-right: 10px;
}

@media only screen and (min-width: 960px) {
  .lp190-header__login {
    margin-right: 30px;
  }
}

.lp190-header__login &gt; a {
  position: relative;
  top: -1px;
  padding-left: 16px;
  color: #EB5505;
  font-size: 12px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .lp190-header__login &gt; a {
    top: 0;
    padding-left: 20px;
    font-size: 16px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-header__login &gt; a:hover {
    opacity: .6;
  }
}

.lp190-header__login &gt; a::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 11px;
  margin: auto 0;
  background-color: #EB5505;
  border-radius: 50%;
}

@media only screen and (min-width: 960px) {
  .lp190-header__login &gt; a::before {
    top: 0;
    width: 14px;
    height: 14px;
  }
}

.lp190-header__login &gt; a::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 2px;
  width: 5px;
  height: 5px;
  margin: auto 0;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 960px) {
  .lp190-header__login &gt; a::after {
    top: 0;
    left: 3px;
    width: 6px;
    height: 6px;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-header__login &gt; a .sp {
    display: none;
  }
}

.lp190-header__login &gt; a .pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .lp190-header__login &gt; a .pc {
    display: inline;
  }
}

.lp190-header__cv {
  justify-self: flex-end;
}

.lp190-header__cv &gt; a {
  display: block;
  padding: 5px 10px;
  background-color: #EB5505;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}

@media only screen and (min-width: 960px) {
  .lp190-header__cv &gt; a {
    padding: 5px 30px;
    font-size: 18px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-header__cv &gt; a:hover {
    opacity: .6;
  }
}

.lp190-topbtn {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 150px;
  width: 50px;
  height: 50px;
  background-color: #333333;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .lp190-topbtn {
    right: 10px;
    bottom: 100px;
  }
}

.lp190-topbtn &gt; a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.lp190-topbtn &gt; a:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp190-topbtn &gt; a::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 18px;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #ffffff;
}

.lp190-mv {
  content: '';
  background: url(../img/mv_bg.png) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}

.lp190-mv_inner {
  background: url(../img/mv_america.png) no-repeat;
  padding-top: 40px;
  padding-bottom: 70px;
  background-size: 510px;
  background-position: calc(50% + 135px) -106px;
}

@media only screen and (min-width: 1280px) {
  .lp190-mv_inner {
    background-size: 1150px;
    background-position: calc(50% + 245px) -280px;
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-mv_inner {
    background-size: 1150px;
    background-position: calc(50% + 245px) -280px;
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .lp190-mv_inner {
    background-size: 1150px;
    background-position: calc(50% + 245px) -280px;
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-mv_inner {
    background-size: 440px;
    background-position: calc(50% + 165px) -76px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .lp190-mv_inner {
    background-size: 290px;
    background-position: calc(50% + 65px) 335px;
    padding-top: 50px;
  }
}

.lp190-mv .lp109-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}

.lp190-mv__txt {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .08em;
  width: calc(480 / 768 * 100%);
}

.lp190-mv__txt-small {
  font-size: 18px;
}

@media only screen and (min-width: 960px) {
  .lp190-mv__txt {
    width: calc(490 / 1040 * 100%);
  }
}

@media only screen and (max-width: 767px) {
  .lp190-mv__txt {
    width: calc(350 / 375 * 100%);
  }
}

.lp190-mv__txt &gt; h1 {
  margin: 0 auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .lp190-mv__txt &gt; h1 {
    margin-bottom: 25px;
  }
}

.lp190-mv__txt &gt; h1 &gt; img {
  max-width: 460px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .lp190-mv__txt &gt; h1 &gt; img {
    max-width: 370px;
  }
}

.lp190-mv__txt &gt; ol {
  width: 150%;
}

@media only screen and (max-width: 767px) {
  .lp190-mv__txt &gt; ol {
    width: 100%;
  }
}

.lp190-mv_point {
  position: relative;
  margin-left: 50px;
  font-size: 16px;
}

@media all and (-ms-high-contrast: none) {
  .lp190-mv_point {
    line-height: 38px;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-mv_point {
    font-size: 18px;
  }
}

.lp190-mv_point::before {
  position: absolute;
  content: '';
  width: 42px;
  height: 37px;
  left: -52px;
  top: 0px;
}

.lp190-mv_point:nth-child(n+2) {
  margin-top: 20px;
}

.lp190-mv_point1::before {
  background: url(../img/mv_num1.svg) no-repeat center;
}

.lp190-mv_point2::before {
  background: url(../img/mv_num2.svg) no-repeat center;
}

.lp190-mv_point3::before {
  background: url(../img/mv_num3.svg) no-repeat center;
}

.lp190-mv_underline {
  font-size: 18px;
  color: #FF4E00;
  padding-bottom: 3px;
  position: relative;
  border-bottom: 2px dashed #FF4E00;
}

@media all and (-ms-high-contrast: none) {
  .lp190-mv_underline {
    line-height: 52px;
    padding-bottom: unset;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-mv_underline {
    line-height: 40px;
  }
}

.lp190-mv_underline_small {
  font-size: 16px;
}

@media only screen and (min-width: 960px) {
  .lp190-mv_underline {
    font-size: 23px;
  }
  .lp190-mv_underline_small {
    font-size: 16px;
  }
}

@media only screen and (min-width: 960px) and (min-width: 960px) {
  .lp190-mv_underline_small {
    font-size: 18px;
  }
}

.lp190-mv_date {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 14px;
  margin: 0 auto;
}

.lp190-mainstock {
  background-color: #343434;
  opacity: 0.9;
}

.lp190-mainstock &gt; p {
  color: #fff;
  font-size: 13px;
  margin: 0 auto;
  padding: 20px 20px;
  text-align: left;
}

@media only screen and (min-width: 960px) {
  .lp190-mainstock &gt; p {
    font-size: 15px;
    text-align: center;
  }
}

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

@media only screen and (min-width: 960px) {
  .lp190-feature_point {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.lp190-feature_point:nth-child(n+2) {
  margin-top: 60px;
}

@media only screen and (min-width: 960px) {
  .lp190-feature_point:nth-child(n+2) {
    margin-top: 110px;
  }
}

.lp190-feature_point_img {
  width: 100%;
  position: relative;
  max-width: 400px;
}

@media only screen and (min-width: 960px) {
  .lp190-feature_point_img {
    width: 48%;
    max-width: 475px;
  }
}

.lp190-feature_point_img_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40%;
}

@media only screen and (min-width: 960px) {
  .lp190-feature_point_img_icon {
    width: 50%;
  }
}

.lp190-feature_point_img_bg {
  padding-top: 20px;
}

.lp190-feature_point_txt {
  width: 100%;
  height: auto;
  margin-top: 30px;
  letter-spacing: 1px;
  padding-top: 20px;
}

@media only screen and (min-width: 960px) {
  .lp190-feature_point_txt {
    width: 48%;
    margin-top: 0px;
  }
}

.lp190-feature_point_txt &gt; h3 {
  margin: 0 auto;
  margin-bottom: 15px;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  content: '';
  background: url(../img/feature_ttl.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .lp190-feature_point_txt &gt; h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-feature_point_txt &gt; h3 {
    margin-bottom: 30px;
    height: 45px;
    font-size: 24px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-feature_point_txt &gt; h3 {
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    padding-left: 0;
  }
}

.lp190-feature_point_txt &gt; p {
  margin-left: 0px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 15px;
  letter-spacing: 1.5px;
}

@media only screen and (min-width: 960px) {
  .lp190-feature_point_txt &gt; p {
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 17px;
  }
}

.lp190-feature_point_txt &gt; a {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  color: #10A1FC;
  margin: 0 auto;
  margin-left: 0px;
  display: block;
}

@media only screen and (min-width: 960px) {
  .lp190-feature_point_txt &gt; a {
    margin-left: 20px;
    font-size: 17px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-feature_point_txt &gt; a {
    display: block;
    text-align: right;
  }
}

.lp190-feature_point_txt &gt; a .arrow {
  content: "";
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #10A1FC;
  display: inline-block;
  margin-left: 15px;
}

.lp190-feature_point_txt &gt; a:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 960px) {
  .lp190-feature_point-reverse {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.lp190-info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 2px 2px 6px #959595;
          box-shadow: 2px 2px 6px #959595;
  padding: 25px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 960px) {
  .lp190-info_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
}

.lp190-info_list:nth-child(n+2) {
  margin-top: 40px;
}

.lp190-info_list:last-of-type {
  margin-bottom: 10px;
}

.lp190-info_list:first-child {
  margin-top: 20px;
}

.lp190-info_list_img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media only screen and (min-width: 960px) {
  .lp190-info_list_img {
    width: 42%;
  }
}

.lp190-info_list_txt {
  width: 100%;
  height: auto;
  letter-spacing: 1px;
}

@media only screen and (min-width: 960px) {
  .lp190-info_list_txt {
    width: 54%;
  }
}

.lp190-info_list_txt &gt; h4 {
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 18px;
  color: #FF4E00;
  line-height: 26px;
  padding-bottom: 10px;
  border-bottom: dashed #1A1A1A 1px;
}

@media only screen and (min-width: 960px) {
  .lp190-info_list_txt &gt; h4 {
    font-size: 19px;
  }
}

.lp190-info_list_txt &gt; p {
  margin: 0 auto;
  font-size: 14px;
}

.lp190-info_list_txt &gt; ol {
  font-size: 14px;
}

.lp190-info_list_txt &gt; a {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #10A1FC;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  text-align: right;
}

@media only screen and (min-width: 960px) {
  .lp190-info_list_txt &gt; a {
    font-size: 17px;
    text-align: left;
  }
}

.lp190-info_list_txt &gt; a .arrow {
  content: "";
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #10A1FC;
  display: inline-block;
  margin-left: 15px;
}

.lp190-info_list_txt &gt; a:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp190-flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  margin-top: 20px;
}

.lp190-flow_list_dec {
  position: relative;
}

.lp190-flow_list_dec::after {
  content: "";
  position: absolute;
  background: url(../img/triangle.svg) no-repeat center;
  width: 19px;
  height: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -8px;
  right: auto;
  left: auto;
}

@media all and (-ms-high-contrast: none) {
  .lp190-flow_list_dec::after {
    bottom: -7px;
    right: 48%;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-flow_list_dec::after {
    top: 50%;
    right: -11px;
    transform: translate(0%, -100%);
    -webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
  }
}

@media only screen and (min-width: 960px) {
  .lp190-flow_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.lp190-flow_list &gt; li {
  max-width: 400px;
  width: 100%;
  height: auto;
  padding: 25px;
  text-align: center;
  border: solid 1px #FF4E00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 960px) {
  .lp190-flow_list &gt; li {
    width: 100%;
  }
}

.lp190-flow_list &gt; li:nth-child(n+2) {
  margin-top: 30px;
}

@media only screen and (min-width: 960px) {
  .lp190-flow_list &gt; li:nth-child(n+2) {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-flow_list &gt; li {
    width: 24%;
    height: 300px;
  }
}

.lp190-flow_list &gt; li &gt; p {
  font-size: 15px;
  font-weight: bold;
  color: #FF4E00;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .lp190-flow_list &gt; li &gt; p {
    font-size: 19px;
  }
}

.lp190-flow_list &gt; li &gt; img {
  margin: 0 auto;
}

.lp190-flow_list_icon {
  display: block;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (-ms-high-contrast: none) {
  .lp190-flow_list_icon {
    height: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-flow_list_icon {
    height: 110px;
  }
}

.lp190-flow_list_icon &gt; img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100px;
}

@media all and (-ms-high-contrast: none) {
  .lp190-flow_list_icon &gt; img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100px;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-flow_list_icon &gt; img {
    height: 144px;
    width: 100%;
  }
}

.lp190-flow_list_icon-2 {
  max-width: 80px !important;
}

@media all and (-ms-high-contrast: none) {
  .lp190-flow_list_icon-2 {
    max-width: 80px !important;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-flow_list_icon-2 {
    max-width: 101px !important;
  }
}

.lp190-flow_list_icon-3 {
  max-width: 110px !important;
}

@media all and (-ms-high-contrast: none) {
  .lp190-flow_list_icon-3 {
    max-width: 110px !important;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-flow_list_icon-3 {
    max-width: 144px !important;
  }
}

.lp190-flow_list_icon-4 {
  max-width: 45px !important;
}

@media all and (-ms-high-contrast: none) {
  .lp190-flow_list_icon-4 {
    max-width: 45px !important;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-flow_list_icon-4 {
    max-width: 61px !important;
  }
}

.lp190-flow_list:nth-child(n+2) {
  margin-left: 20px;
}

.lp190-flow_list_step {
  width: 110px;
  height: 28px;
}

.lp190-flow_btn {
  position: relative;
  line-height: 60px;
  background-color: #EB5505;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 80%;
  display: block;
  margin: 0 auto;
  font-size: 17px;
}

@media only screen and (min-width: 960px) {
  .lp190-flow_btn {
    font-size: 26px;
    width: 562px;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-flow_btn {
    font-size: 15px;
    width: 100%;
  }
}

.lp190-flow_btn .arrow {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 8%;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #ffffff;
}

.lp190-flow_btn:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp190-campaign {
  margin: 0 auto;
  padding: 70px 0;
  background: #F6F7F7;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .lp190-campaign {
    padding: 100px 0;
  }
}

.lp190-campaign_secttl {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
  .lp190-campaign_secttl {
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }
}

.lp190-campaign_secttl_img {
  position: relative;
}

.lp190-campaign_secttl_img::before {
  position: absolute;
  content: '';
  left: -205px;
  top: 50%;
  background: url(../img/campaign_ttl-dec.svg) no-repeat center;
  width: 185px;
  height: 5px;
}

.lp190-campaign_secttl_img::after {
  position: absolute;
  content: '';
  right: -205px;
  top: 50%;
  background: url(../img/campaign_ttl-dec.svg) no-repeat center;
  width: 185px;
  height: 5px;
}

.lp190-campaign-low {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 960px) {
  .lp190-campaign-low {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 70px;
  }
}

.lp190-campaign-low &gt; a {
  width: 100%;
  height: auto;
}

.lp190-campaign-low &gt; a:nth-child(n+2) {
  margin-top: 30px;
}

@media only screen and (min-width: 960px) {
  .lp190-campaign-low &gt; a:nth-child(n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-campaign-low &gt; a {
    width: 32%;
    margin-top: 0;
  }
}

.lp190-campaign-low &gt; a:hover {
  opacity: .6 !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp190-campaign_btn {
  position: relative;
  font-size: 20px;
  line-height: 60px;
  background-color: #EB5505;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 70%;
  display: block;
  margin: 0 auto;
  font-size: 17px;
}

@media only screen and (min-width: 960px) {
  .lp190-campaign_btn {
    width: 440px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-campaign_btn {
    font-size: 15px;
    width: 100%;
  }
}

.lp190-campaign_btn .arrow {
  content: "";
  position: absolute;
  top: -8px;
  bottom: 0;
  right: 8%;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #ffffff;
}

@media only screen and (min-width: 960px) {
  .lp190-campaign_btn .arrow {
    display: block;
  }
}

.lp190-campaign_btn:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp190-appeal {
  padding-bottom: 0;
}

.lp190-appeal_bg {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}

.lp190-appeal_bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.lp190-appeal_bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.lp190-appeal_gafam {
  margin-bottom: 150px;
}

.lp190-appeal_gafam::before {
  background: url(../img/appeal_bg1.png) no-repeat center;
  background-position: top;
  background-size: 100%;
}

.lp190-appeal_gafam::after {
  background: url(../img/appeal_bg2.png) no-repeat center;
  background-position: bottom;
  background-size: 100%;
}

.lp190-appeal_growth {
  margin-bottom: 0;
}

.lp190-appeal_growth::before {
  background: url(../img/appeal_bg3.png) no-repeat center;
  background-position: top;
  background-size: 100%;
}

.lp190-appeal_growth::after {
  background: url(../img/appeal_bg4.png) no-repeat center;
  background-position: bottom;
  background-size: 100%;
}

.lp190-appeal_compare {
  margin-bottom: 150px;
}

.lp190-appeal_compare::before {
  background: url(../img/appeal_bg5.png) no-repeat center;
  background-position: top;
  background-size: 100%;
}

.lp190-appeal_compare::after {
  background: url(../img/appeal_bg6.png) no-repeat center;
  background-position: bottom;
  background-size: 100%;
}

.lp190-appeal__ttl {
  margin-bottom: 60px;
  padding-top: 47px;
  margin-top: -47px;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__ttl {
    margin-bottom: 100px;
    padding-top: 160px;
    margin-top: -160px;
    display: block;
  }
}

.lp190-appeal__ttl h3 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 45px;
  content: '';
  background: url(../img/appeal_gra_sp.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__ttl h3 {
    font-size: 35px;
    content: '';
    background: url(../img/appeal_gra.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-appeal__ttl h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.lp190-appeal__ttl_num {
  position: relative;
  font-size: 26px;
  color: #717171;
  text-align: center;
  margin-bottom: 0px;
  font-weight: bold;
  margin-top: 0;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__ttl_num {
    margin-bottom: 15px;
  }
}

.lp190-appeal__ttl_num::after {
  content: '';
  display: inline-block;
  margin-left: 9px;
  vertical-align: auto;
}

.lp190-appeal__ttl_num1::after {
  background: url(../img/appeal_num1_gra.svg) no-repeat center;
  width: 47px;
  height: 47px;
  background-size: cover;
}

.lp190-appeal__ttl_num2::after {
  background: url(../img/appeal_num2_gra.svg) no-repeat center;
  width: 60px;
  height: 47px;
  background-size: cover;
}

.lp190-appeal__ttl_num3::after {
  background: url(../img/appeal_num3_gra.svg) no-repeat center;
  width: 60px;
  height: 47px;
  background-size: cover;
}

.lp190-appeal__ttl_lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  letter-spacing: 2px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__ttl_lead {
    line-height: 2;
    font-size: 17px;
  }
}

.lp190-appeal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 150px;
  padding-top: 20px;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 150px;
  }
}

.lp190-appeal-row &gt; a {
  max-width: 400px;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px rgba(149, 149, 149, 0.7);
          box-shadow: 0px 2px 10px rgba(149, 149, 149, 0.7);
  padding: 25px 20px 45px 20px;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal-row &gt; a {
    width: 100%;
    padding: 35px 20px 75px 20px;
  }
}

.lp190-appeal-row &gt; a:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp190-appeal-row &gt; a::after {
  position: absolute;
  content: '';
  background: url(../img/appeal_arrow.svg) no-repeat center;
  width: 30px;
  height: 20px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .lp190-appeal-row &gt; a::after {
    width: 18px;
    height: 12px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-appeal-row &gt; a::after {
    width: 18px;
    height: 12px;
    bottom: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-appeal-row &gt; a::after {
    width: 30px;
    height: 20px;
    bottom: 30px;
  }
}

.lp190-appeal-row &gt; a:nth-child(n+2) {
  margin-top: 30px;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal-row &gt; a:nth-child(n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-appeal-row &gt; a {
    width: 32%;
    height: auto;
  }
}

.lp190-appeal-row_icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  max-width: 150px;
}

@media only screen and (max-width: 767px) {
  .lp190-appeal-row_icon {
    max-width: 60px;
    margin-bottom: 15px;
  }
}

.lp190-appeal-row_dec {
  max-width: 80px;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal-row_dec {
    max-width: 113px;
  }
}

@media only screen and (min-width: 960px) and (min-width: 768px) {
  .lp190-appeal-row_dec {
    max-width: 100px;
  }
}

.lp190-appeal-row_txt {
  font-size: 19px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .lp190-appeal-row_txt {
    font-size: 16px;
  }
}

.lp190-appeal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.lp190-appeal__list_btn {
  width: 48%;
  height: 75px;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
}

.lp190-appeal__list_btn:nth-child(n+3) {
  margin-top: 20px;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__list_btn:nth-child(n+3) {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-appeal__list_btn:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__list_btn {
    width: 31%;
  }
  .lp190-appeal__list_btn:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-appeal__list_btn {
    font-size: 12px;
    width: 100%;
    height: 55px;
  }
}

.lp190-appeal__list_btn:hover {
  opacity: .6 !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp190-appeal__list-aapl {
  background: #000000;
  color: #fff;
}

.lp190-appeal__list-msft {
  border: solid 1px #737373;
  color: #F75214;
}

.lp190-appeal__list-googl {
  border: solid 1px #737373;
  color: #4386F4;
}

.lp190-appeal__list-amzn {
  background: #232F3D;
  color: #fff;
}

.lp190-appeal__list-mvrs {
  background: #1B71FE;
  color: #fff;
}

.lp190-appeal__list-nflx {
  background: #DF0B10;
  color: #fff;
}

.lp190-appeal__list-tsla {
  border: solid 1px #737373;
  color: #DF0B10;
}

.lp190-appeal__list-mcd {
  background: #DF0B10;
  color: #fff;
}

.lp190-appeal__list-sbuk {
  background: #0B6241;
  color: #fff;
}

.lp190-appeal__list-ko {
  background: #E51C29;
  color: #fff;
}

.lp190-appeal__list-v {
  background: #022D7A;
  color: #fff;
}

.lp190-appeal__list-pg {
  border: solid 1px #737373;
  color: #0946AD;
}

.lp190-appeal_content {
  max-width: 800px;
  margin: 0 auto;
}

.lp190-appeal__table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #c7c7c7;
  border-top: none;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__table {
    border-bottom: solid 1px #c7c7c7;
    border-top: solid 1px #c7c7c7;
  }
}

.lp190-appeal__table &gt; thead {
  display: none;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__table &gt; thead {
    display: table-header-group;
  }
}

.lp190-appeal__table th, .lp190-appeal__table td {
  line-height: 1.2;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__table th, .lp190-appeal__table td {
    padding: 0 15px;
  }
}

.lp190-appeal__table th {
  background-color: #FF4E00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  letter-spacing: 1px;
}

.lp190-appeal__table td {
  font-weight: bold;
  padding: 10px 5px;
  letter-spacing: 1px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__table td {
    padding: 10px 15px;
    border: solid 1px #c7c7c7;
    border-bottom: none;
    height: 52px;
    font-weight: bold;
  }
}

.lp190-appeal__table td &gt; span {
  font-size: 12px;
}

.lp190-appeal__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__table tr {
    display: table-row;
  }
}

.lp190-appeal__table_company_ttl {
  width: 48%;
  border-right: solid 1px #fff;
}

.lp190-appeal__table_company_txt {
  display: block;
  width: 100%;
  font-size: 14px;
  background: #FF4E00;
  color: #fff;
  border-top: solid 1px #c7c7c7;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__table_company_txt {
    display: table-cell;
    background: transparent;
    color: #333;
    border-top: none;
  }
}

.lp190-appeal__table_company_txt &gt; a &gt; span {
  display: block;
  margin-top: 3px;
  font-weight: normal;
}

.lp190-appeal__table_stock_ttl {
  width: 16%;
  border-right: solid 1px #fff;
}

.lp190-appeal__table_stock_txt {
  text-align: right;
  width: 50%;
  position: relative;
  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;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  border-right: solid 1px #c7c7c7;
  font-size: 12px;
}

.lp190-appeal__table_stock_txt::before {
  content: attr(data-th) " ";
  font-size: 12px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  color: #FF4E00;
  text-align: left;
  margin-right: 5px;
  width: 55%;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__table_stock_txt {
    display: table-cell;
    font-size: 15px;
  }
  .lp190-appeal__table_stock_txt::before {
    display: none;
  }
}

.lp190-appeal__table_price_ttl {
  width: 18%;
}

.lp190-appeal__table_price_txt {
  text-align: right;
  width: 50%;
  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;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 12px;
}

.lp190-appeal__table_price_txt::before {
  content: attr(data-th2) " ";
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  color: #FF4E00;
  text-align: left;
  margin-right: 5px;
  width: 50%;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal__table_price_txt {
    display: table-cell;
    font-size: 15px;
  }
  .lp190-appeal__table_price_txt::before {
    display: none;
  }
}

.lp190-appeal_annotation {
  margin-bottom: 30px;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal_annotation {
    margin-bottom: 50px;
  }
}

.lp190-appeal_txt {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 1px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .lp190-appeal_txt {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}

.lp190-appeal_txt &gt; a {
  color: #1DA1FC;
  font-weight: bold;
  text-decoration: underline;
}

.lp190-appeal_txt &gt; a:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp190-footer {
  padding-bottom: 0px;
  background-color: #F2F2F2;
}

@media only screen and (min-width: 960px) {
  .lp190-footer {
    padding-bottom: 30px;
  }
}

.lp190-footer__logo &gt; img {
  display: block;
  width: 250px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .lp190-footer__logo &gt; img {
    width: 320px;
  }
}

.lp190-float {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 320px;
  background-color: #F7F7F7;
}

@media only screen and (min-width: 960px) {
  .lp190-float {
    padding: 15px 0;
    background-color: #F7F7F7;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-float .lp109-inner {
    max-width: none;
    padding: 0;
  }
}

.lp190-float_inner {
  padding: 0;
}

.lp190-float__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

@media only screen and (min-width: 768px) {
  .lp190-float__btns {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-float__btns {
    max-width: 720px;
  }
}

.lp190-float__btns-item {
  width: 50%;
  line-height: 44px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.lp190-float__btns-item:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .lp190-float__btns-item {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 960px) {
  .lp190-float__btns-item {
    position: relative;
    font-size: 20px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-float__btns-item .arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto 0;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-float__btns-item .arrow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.lp190-float__btns-item:nth-child(1) {
  background-color: #D80C18;
}

@media only screen and (min-width: 960px) {
  .lp190-float__btns-item:nth-child(1) .arrow::before {
    border-color: #fff;
  }
}

.lp190-float__btns-item:nth-child(2) {
  background-color: #EB5505;
}

@media only screen and (min-width: 960px) {
  .lp190-float__btns-item:nth-child(2) .arrow::before {
    border-color: #fff;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-float__btns-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-float__btns-item:hover::before {
    opacity: .4;
  }
}

@media only screen and (min-width: 960px) {
  .lp190-float__btns-item .sp {
    display: none;
  }
}

.lp190-float__btns-item .pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .lp190-float__btns-item .pc {
    display: inline;
  }
}

.lp190-footer_content {
  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;
  max-width: 840px;
  margin: 0 auto;
  padding: 50px 0 90px;
  font-size: 14px;
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .lp190-footer_content {
    display: block;
    padding: 40px 0 60px;
    font-size: 11px;
  }
}

.lp190-footer_menu &gt; li + li {
  margin-top: 2px;
}

.lp190-footer_menu &gt; li::before {
  content: "・";
}

.lp190-footer_menu &gt; li &gt; a {
  color: #0099ff;
  text-decoration: underline;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lp190-footer_menu &gt; li &gt; a:hover {
  opacity: .6;
}

.lp190-footer_info {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .lp190-footer_info {
    margin-top: 20px;
  }
}

.lp190-footer_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp190-footer_info dl &gt; dt {
  float: left;
  white-space: nowrap;
}

.lp190-footer_info dl &gt; dt:after {
  content: ":";
}

@media only screen and (min-width: 768px) {
  .lp190-footer_contact {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-footer_contact {
    margin-top: 20px;
  }
}

.lp190-footer_copyright {
  padding: 10px 0;
  background-color: #ff9123;
}

.lp190-footer_copyright small {
  display: block;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lp190-footer_copyright small {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .lp190-sp_off {
    display: none;
  }
}

.lp190-chart_title {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.lp190-chart_legend {
  margin-bottom: 30px;
}

@media only screen and (min-width: 960px) {
  .lp190-chart_legend {
    margin-bottom: 50px;
  }
}

.lp190-chart_legend &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 12px;
}

.lp190-chart_legend &gt; li::before {
  content: "";
}

.lp190-chart_canvas {
  position: relative;
}

.lp190-chart_canvas::before {
  content: "";
  display: block;
  padding-top: 70%;
}

#lp190-chart_1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px;
  max-height: 560px;
}

#lp190-chart_2 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px;
  max-height: 560px;
}

#lp190-chart_3 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 800px;
  max-height: 560px;
}

[data-chart="1"] .lp190-chart_legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[data-chart="1"] .lp190-chart_legend &gt; li {
  width: calc(50% - 5px);
  margin-top: 10px;
}

[data-chart="1"] .lp190-chart_legend &gt; li::before {
  width: 30px;
  height: 2px;
  margin-right: 8px;
  border-radius: 2px;
}

[data-chart="1"] .lp190-chart_legend &gt; li:nth-child(1)::before {
  /* background-color: #E51C24; */
  background-color: #E50000;
}

[data-chart="1"] .lp190-chart_legend &gt; li:nth-child(2)::before {
  /* background-color: #167EF8; */
  background-color: #E84D29;
}

[data-chart="1"] .lp190-chart_legend &gt; li:nth-child(3)::before {
  /* background-color: #F8991D; */
  background-color: #72B325;
}

[data-chart="1"] .lp190-chart_legend &gt; li:nth-child(4)::before {
  /* background-color: #7FBA00; */
  background-color: #0064DE;
}

[data-chart="1"] .lp190-chart_legend &gt; li:nth-child(5)::before {
  /* background-color: #FF7EF0; */
  background-color: #4081EC;
}

[data-chart="1"] .lp190-chart_legend &gt; li:nth-child(6)::before {
  background-color: #ECA930;
}

[data-chart="1"] .lp190-chart_legend &gt; li:nth-child(7)::before {
  background-color: #E12026;
}

[data-chart="2"] .lp190-chart_legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

[data-chart="2"] .lp190-chart_legend &gt; li + li {
  margin-left: 20px;
}

[data-chart="2"] .lp190-chart_legend &gt; li::before {
  width: 30px;
  height: 2px;
  margin-right: 8px;
  border-radius: 2px;
}

[data-chart="2"] .lp190-chart_legend &gt; li:nth-child(1)::before {
  background-color: #f00;
}

[data-chart="2"] .lp190-chart_legend &gt; li:nth-child(2)::before {
  background-color: #1D2087;
}

[data-chart="3"] .lp190-chart_legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

[data-chart="3"] .lp190-chart_legend &gt; li + li {
  margin-left: 20px;
}

[data-chart="3"] .lp190-chart_legend &gt; li::before {
  width: 30px;
  height: 2px;
  margin-right: 8px;
  border-radius: 2px;
}

[data-chart="3"] .lp190-chart_legend &gt; li:nth-child(1)::before {
  background-color: #1D2087;
}

[data-chart="3"] .lp190-chart_legend &gt; li:nth-child(2)::before {
  background-color: #f00;
}

.lp190-js-fade-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.lp190-js-fade-left.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.lp190-js-fade-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.lp190-js-fade-right.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.lp190-js-fade-txt-1, .lp190-js-fade-txt-2, .lp190-js-fade-txt-3, .lp190-js-fade-txt-4 {
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.lp190-js-fade-txt-1 {
  -webkit-animation-name: lp190-js-fade-txt1_fadeIn;
          animation-name: lp190-js-fade-txt1_fadeIn;
}

.lp190-js-fade-txt-2 {
  -webkit-animation-name: lp190-js-fade-txt2_fadeIn;
          animation-name: lp190-js-fade-txt2_fadeIn;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.lp190-js-fade-txt-3 {
  -webkit-animation-name: lp190-js-fade-txt3_fadeIn;
          animation-name: lp190-js-fade-txt3_fadeIn;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.lp190-js-fade-txt-4 {
  -webkit-animation-name: lp190-js-fade-txt4_fadeIn;
          animation-name: lp190-js-fade-txt4_fadeIn;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes lp190-js-fade-txt1_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes lp190-js-fade-txt1_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes lp190-js-fade-txt2_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes lp190-js-fade-txt2_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes lp190-js-fade-txt3_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes lp190-js-fade-txt3_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes lp190-js-fade-txt4_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes lp190-js-fade-txt4_fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.lp190-js-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.lp190-js-fade.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lp190-js-fade-1 {
  -webkit-transition: all .5s 0;
  transition: all .5s 0;
}

.lp190-js-fade-2 {
  -webkit-transition: all .5s .2s;
  transition: all .5s .2s;
}

.lp190-js-fade-3 {
  -webkit-transition: all .5s .4s;
  transition: all .5s .4s;
}

.lp190-js-fade-4 {
  -webkit-transition: all .5s .6s;
  transition: all .5s .6s;
}

.lp190-js-fade-5 {
  -webkit-transition: all .5s .8s;
  transition: all .5s .8s;
}

.lp190-js-fade-6 {
  -webkit-transition: all .5s 1.0s;
  transition: all .5s 1.0s;
}

.lp190-js-fade-7 {
  -webkit-transition: all .5s 1.2s;
  transition: all .5s 1.2s;
}

.lp190-js-fade-8 {
  -webkit-transition: all .5s 1.4s;
  transition: all .5s 1.4s;
}

.lp190-js-fade-9 {
  -webkit-transition: all .5s 1.6s;
  transition: all .5s 1.6s;
}

.lp190-js-fade-10 {
  -webkit-transition: all .5s 1.8s;
  transition: all .5s 1.8s;
}

.lp190-js-fade-11 {
  -webkit-transition: all .5s 2.0s;
  transition: all .5s 2.0s;
}

.lp190-js-fade-12 {
  -webkit-transition: all .5s 2.2s;
  transition: all .5s 2.2s;
}

.lp190-fadePlay {
  opacity: 1;
  background-color: #E51C29;
}

.lp190-gradation_slide {
  opacity: 0;
}

.lp190-fadeGradation {
  -webkit-animation-name: fadeGradation;
          animation-name: fadeGradation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  opacity: 1;
}

.lp190-fadeGradation:before {
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  width: 0;
  opacity: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes fadeGradation {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeGradation {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes maskOut {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>