@charset "UTF-8";
/*	base
-----------------------------------------*/
.wrapper {
  overflow: hidden;
  width: 100%;
}
/* .wrapper .f_serif {
  font-family: source-han-serif-japanese, serif;
  font-feature-settings: "palt";
} */

/* contents_main */
.contents_main {
  overflow: hidden;
}

/* lp_footer */
.lp_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #333;
}
.lp_footer .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_footer .link li {
  position: relative;
  margin: 0 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
.lp_footer .link li a {
  color: #fff;
  font-size: 14px;
}
.lp_footer .link li + li::before {
  position: absolute;
  left: -15px;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}

/* main visual */
.main_visual {
  overflow: hidden;
  padding: 0 20px;
  background: linear-gradient(to bottom, #f5f8fa 0%,#e8eef3 100%);
}
.main_visual .main_visual_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1720px;
  width: 100%;
}
.main_visual .main_visual_inner .mv_image {
  margin-top: 40px;
  width: 50%;
}
.main_visual .main_visual_inner .mv_image img {
  position: relative;
  z-index: 10;
}
.main_visual .main_visual_inner .text_group {
  flex: 1 0 auto;
  margin: 0 0 0 64px;
  padding: 60px 0;
  width: 50%;
}
.main_visual .main_visual_inner .text_group .new {
  display: inline-block;
  padding: 8px 16px;
  background: #e60012;
  color: #fff;
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 0;
}

.main_visual .main_visual_inner .text_group .mv_title {
  margin: 16px 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
}
.main_visual .main_visual_inner .text_group .mv_lead {
  margin-bottom: 48px;
  font-weight: 900;
}
.main_visual .main_visual_inner .text_group .mv_lead .txt01 {
  display: block;
  margin-bottom: 15px;
  font-weight: inherit;
  font-size: 54px;
  line-height: 1.3;
}
.main_visual .main_visual_inner .text_group .mv_lead .txt02 {
  display: block;
  color: #bb20ad;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
}
.main_visual .main_visual_inner .text_group .mv_lead .txt02 .tag_margin {
  display: inline-block;
  margin-left: 5%;
}

/* sections */
.sections {
  padding: 0 20px;
}
.sections .section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1720px;
  width: 100%;
}
.sections.reverse .section_inner {
  flex-direction: row-reverse;
}
.sections .section_inner .section_image {
  width: 100%;
}
.sections .section_inner .text_group {
  margin: 0 0 0 64px;
  padding: 60px 0;
  width: 50%;
}
.sections .section_inner .text_group .icon_new {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 12px;
  background: #e60012;
  color: #fff;
  font-size: 21px;
  line-height: 1em;
}
.sections .section_inner .text_group .section_title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.3;
}
.sections .section_inner .text_group .section_title .br_point {
  display: block;
  font-weight: inherit;
  font-size: inherit;
}
.sections .section_inner .text_group .section_text {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.sections .section_inner .text_group .section_text .br_point {
  display: block;
  font-weight: inherit;
  font-size: inherit;
}
.sections .section_inner .text_group .section_btn {
  margin-top: 60px;
}

/* section01 */
.sections.section01 {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,234,236,1) 100%);
}
.sections.section01 .section_inner .text_group {
  margin-right: 64px;
}
.sections.section01 .section_inner .section_image {
  position: relative;
  width: 50%;
  margin-top: 85px;
  align-self: flex-end;
}
.sections.section01 .section_inner .section_image .image:not(.back) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
}
.sections.section01 .section_inner .section_image .image.back {
  position: relative;
  z-index: 0;
}
.sections.section01 .section_inner .section_image .image.img01,
.sections.section01 .section_inner .section_image .image.img03,
.sections.section01 .section_inner .section_image .image.img05 {
  z-index: 10;
}
.sections.section01.show .section_inner .section_image .image.img01 {
  animation: showAnimation01 1.4s ease 0.5s forwards;
}
.sections.section01.show .section_inner .section_image .image.img02 {
  animation: showAnimation02 1.4s ease 0.5s forwards;
}
.sections.section01.show .section_inner .section_image .image.img03 {
  animation: showAnimation01 1.4s ease 1.7s forwards;
}
.sections.section01.show .section_inner .section_image .image.img04 {
  animation: showAnimation02 1.4s ease 1.7s forwards;
}
.sections.section01.show .section_inner .section_image .image.img05 {
  animation: showAnimation01 1.4s ease 3s forwards;
}
.sections.section01.show .section_inner .section_image .image.img06 {
  animation: showAnimation01 1.4s ease 4s forwards;
}
@keyframes showAnimation01 {
  0% {
    opacity: 0;
  }
  33%,
  100% {
    opacity: 1;
  }
}
@keyframes showAnimation02 {
  0% {
    opacity: 0;
  }
  33%,
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* section02 */
.sections.section02 {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,234,236,1) 100%);
}
.sections.section02 .section_inner .section_image {
  position: relative;
  width: 50%;
  margin: 50px 0 40px;
  transition: transform 0.5s cubic-bezier(0.8, 0.25, 0.25, 0.95) 0.8s;
  transform: translate(30%, 19%);
}
.sections.section02.show .section_inner .section_image {
  transform: translate(0%, 0%);
}
.sections.section02 .section_inner .section_image .image {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  height: 100%;
}
.sections.section02 .section_inner .section_image .image:not(.img01) img {
  max-width: none;
  max-height: 949px;
  width: auto;
  height: 100%;
}
.sections.section02 .section_inner .section_image .image.img01 {
  position: relative;
  z-index: 0;
  opacity: 1;
  transition: opacity 1s ease 1.4s;
}
.sections.section02.show .section_inner .section_image .image.img01 {
  opacity: 0;
}
.sections.section02 .section_inner .section_image .image.img02 {
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  opacity: 0;
}
.sections.section02 .section_inner .section_image .image.img02 img {
  position: absolute;
  right: 0;
}
.sections.section02.show .section_inner .section_image .image.img02 {
  animation: animation_img01 2.5s ease 0s forwards;
}
@keyframes animation_img01 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  52% {
    width: 100%;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    width: 0%;
    opacity: 0;
  }
}
.sections.section02 .section_inner .section_image .image.img03 {
  top: -32%;
  left: 29%;
  width: 0%;
  height: 122%;
  transition: width 1.2s cubic-bezier(0.8, 0.25, 0.25, 0.95) 1.2s;
  transform: rotate(30deg);
  transform-origin: top left;
  pointer-events: none;
}
.sections.section02.show .section_inner .section_image .image.img03 {
  width: 130%;
}
.sections.section02 .section_inner .section_image .image.img04 {
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease 1.2s;
}
.sections.section02.show .section_inner .section_image .image.img04 {
  opacity: 1;
}

/* section03 */
.box01_wrapper {
  position: relative;
  width: 50%;
}
.sections.section03 {
  background: #fff;
  background: linear-gradient(to bottom, rgba(247,248,248,1) 0%,rgba(221,224,226,1) 100%);
  transition: background-color 1s ease 1.2s;
}
.sections.section03 .section_inner {
  position: relative;
  display: block;
}
.sections.section03 .section_inner .text_group {
  z-index: 10;
  margin: 0 0 16px 0;
  padding: 0 56px 60px;
  width: 50%;
  opacity: 1;
}
.sections.section03 .section_inner .section_image {
  position: relative;
  z-index: 0;
  padding-bottom: 56px;
}
.sections.section03 .section_inner .section_image .content_white {
  opacity: 1;
  transition: opacity 0.8s ease 1.2s;
  position: absolute;
  width: 100%;
  margin-left: auto;
}
.sections.section03.show .section_inner .section_image .content_white {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.sections.section03 .section_inner .section_image .content_white .image.back {
  position: absolute;
  z-index: 5;
  padding-top: 80px;
  width: 100%;
  text-align: center;
}
.sections.section03 .section_inner .section_image .content_white .image.img01 {
  position: absolute;
  top: 0;
  z-index: 0;
  transition: opacity 0.8s ease 1.2s,
  top 1s ease-in 0s;
  padding-top: 80px;
  width: 100%;
  text-align: center;
}
.sections.section03.show .section_inner .section_image .content_white .image.img01 {
  top: 6vw;
  opacity: 0;
}
.sections.section03 .section_inner .section_image .content_black {
  opacity: 1;
  transition: opacity 1s ease 1.7s;
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px;
  align-items: center;
}
.sections.section03.show .section_inner .section_image .content_black {
  opacity: 1;
}

.sections.section03.show .section_inner .content_black .text_group {
  position: inherit;
  width: 100%;
}

.sections.section03 .section_inner .section_image .content_black .text_group {
  width: 50%;
}

.sections.section03 .section_inner .section_image .content_black .feature_box {
  opacity: 0;
  width: 50%;
}
.sections.section03.show .section_inner .section_image .content_black .feature_box,
.sections.section03.show .section_inner .section_image .content_black .text_group {
  opacity: 1;
}
.sections.section03 .section_inner .section_image .content_black .feature_box .caption {
  margin-bottom: 16px;
  color: #bb20ad;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.3;
  text-align: center;
}
.sections.section03 .section_inner .section_image .content_black .feature_box.box01 {
  transition: opacity 1s ease 1.8s;
  align-self: center;
  margin-bottom: 16px;
  width: 100%;
}
.sections.section03 .section_inner .section_image .content_black .feature_box.box02 {
  transition: opacity 1s ease 2.4s;
}
.sections.section03 .section_inner .section_image .content_black .feature_box.box03 {
  transition: opacity 1s ease 3s;
}

.feature_box .image {
  max-width: 700px;
  margin: auto;
  min-height: 0%;
}

/* section_bottom */
.section_bottom .download_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 80px 50px;
}
.section_bottom .download_area .catalog_thumb {
  margin-right: 75px;
  border: 1px solid #ccc;
}
.section_bottom .download_area .text_group {
  max-width: 640px;
}
.section_bottom .download_area .text_group .download_lead {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.3;
}
.section_bottom .download_area .text_group .download_lead .br_point {
  display: block;
}
.section_bottom .tel_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 80px;
}
.section_bottom .tel_area .tel_lead {
  margin-right: 50px;
  font-weight: 900;
  font-size: 26px;
}
.section_bottom .tel_area .tel_box .tel_number {
  display: block;
  margin-bottom: 10px;
  padding-left: 85px;
  background: url("/img/common/icon_freedial.svg") no-repeat left bottom;
  background-size: auto 80%;
  color: #333;
  font-weight: 900;
  font-size: 54px;
  line-height: 1em;
  cursor: default;
}
.section_bottom .tel_area .tel_box .tel_number:hover {
  opacity: 1;
}
.section_bottom .tel_area .tel_box .tel_time {
  font-weight: 900;
  font-size: 21px;
  line-height: 1em;
}

/* /img/common/icon_freedial.svg */
/* media */
@media screen and (max-width: 1366px) {
  /* main visual */
  .main_visual .main_visual_inner .text_group .mv_lead .txt01 {
    font-size: calc(2.6rem + ((1vw - 0.36rem) * (2.7833001988)));
  }
  .main_visual .main_visual_inner .text_group .mv_lead .txt02 {
    font-size: calc(2rem + ((1vw - 0.36rem) * (1.1928429423)));
  }
  .main_visual .main_visual_inner .text_group .new {
    font-size: 22px;
  }

  /* sections */
  .sections .section_inner .text_group .icon_new {
    font-size: 16px;
  }
  .sections .section_inner .text_group .section_title {
    font-size: calc(2.2rem + ((1vw - 0.36rem) * (2.1868787276)));
  }
  .sections .section_inner .text_group .section_text {
    font-size: 18px;
  }

  /* section03 */
  .sections.section03 .section_inner .section_image .content_black .feature_box.box01 {
    left: 580px;
  }
  .sections.section03 .section_inner .section_image .content_black .feature_box.box02 {
    top: 377px;
  }

  /* section_bottom */
  .section_bottom .download_area .text_group .download_lead {
    font-size: 28px;
  }
  .section_bottom .tel_area .tel_lead {
    margin-right: 30px;
    font-size: 24px;
  }
  .section_bottom .tel_area .tel_box .tel_number {
    font-size: 48px;
  }
  .section_bottom .tel_area .tel_box .tel_time {
    font-size: 18px;
  }
}
@media screen and (max-width: 969px) {
  /* main visual */
  .main_visual .main_visual_inner .text_group .mv_lead {
    margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (2.6272577997)));
  }
  .main_visual .main_visual_inner {
    display: flex;
    flex-direction: column;
  }
  .main_visual .main_visual_inner > * {
    min-height: 0%;
  }
  .main_visual .main_visual_inner .mv_image {
    max-width: 510px;
  }
  .main_visual .main_visual_inner .text_group {
    margin: 0;
    padding: 0 0 60px;
    text-align: center;
    width: 100%;
  }
  .main_visual .main_visual_inner .text_group .new {
    font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.6568144499)));
  }
  .main_visual .main_visual_inner .text_group .mv_title {
    display: inline-block;
    font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.6568144499)));
    margin: 8px 0 calc(1.6rem + ((1vw - 0.36rem) * (1.3136288998))) 10px;
  }

  /* sections */
  .sections.reverse .section_inner,
  .sections .section_inner {
    flex-direction: column;
  }
  .sections .section_inner > * {
    min-height: 0%;
  }
  .sections .section_inner .text_group {
    margin: 0;
    padding: 8vw 0 0;
    max-width: 600px;
    width: 100%;
  }
  .sections .section_inner .text_group .section_title .br_point,
  .sections .section_inner .text_group .section_text .br_point {
    display: inline;
  }
  .sections .section_inner .text_group .section_btn {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
  .sections .section_inner .text_group .icon_new {
    padding: 5px 12px;
  }
  .sections .section_inner .text_group .section_title .br_point {
    display: inline-block;
  }
  .sections .section_inner .text_group .section_text {
    font-size: 16px;
  }

  /* sections01 */
  .sections.section01 .section_inner .section_image {
    margin-top: 50px;
    text-align: center;
    width: 100%;
  }
  .sections.section01 .section_inner .text_group {
    margin-right: 0;
  }

  /* sections02 */
  .sections.section02 .section_inner .section_image {
    width: 100%;
  }

  /* sections03 */
  .box01_wrapper {
    width: 100%;
  }
  .sections.section03 .section_inner .text_group {
    position: relative;
    width: 100% !important;
    padding: 8vw 0 0;
    margin: 0 auto 40px;
  }
  .sections.section03 .section_inner .section_image .content_white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sections.section03 .section_inner .section_image .content_black .feature_box.box01 {
    margin-bottom: 0;
  }

  .sections.section03 .section_inner .section_image .content_black {
    position: relative;
    padding-top: 0;

  }
  .sections.section03 .section_inner .section_image .content_black .feature_box.box01,
  .sections.section03 .section_inner .section_image .content_black .feature_box.box02,
  .sections.section03 .section_inner .section_image .content_black .feature_box.box03 {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .sections.section03 .section_inner .section_image .content_black .feature_box + .feature_box {
    margin-top: 40px;
  }
  .sections.section03 .section_inner .section_image .content_black .feature_box .caption {
    margin-left: 0;
  }

  .btn_style {
    display: block;
  }
  .btn_style .text {
    font-size: 18px;
  }
  /* lp_header */
  .lp_header .inner {
    justify-content: center;
    padding: 15px;
  }
  .lp_header .inner .logo img {
    width: 100px;
  }
  .lp_header .header_link {
    margin-left: 5vw;
  }

  .lp_header .tel_box {
    display: none;
  }

  /* lp_footer */
  .lp_footer .link {
    flex-wrap: wrap;
  }
  .lp_footer .link .copy {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .lp_footer .link .copy::before {
    display: none;
  }

  /* main visual */
  .main_visual.show .main_visual_inner .mv_image {
    width: 75%;
  }
  .main_visual .main_visual_inner .text_group {
    padding: 0 0 8vw;
  }

  /* sections03 */
  .sections.section03 .section_inner .section_image .content_black .feature_box .caption {
    font-size: calc(2rem + ((1vw - 0.36rem) * (2.1346469622)));
  }

  .sections.section03 .section_inner .section_image .content_white .image.back,
  .sections.section03 .section_inner .section_image .content_white .image.img01 {
    right: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }

  /* section_bottom */
  .section_bottom .download_area {
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 48px;
  }
  .section_bottom .download_area > * {
    min-height: 0%;
  }
  .section_bottom .download_area .catalog_thumb {
    margin: 0 0 4vw;
  }
  .section_bottom .download_area .text_group {
    width: 100%;
  }
  .section_bottom .download_area .text_group .download_lead {
    font-size: 20px;
    text-align: center;
  }
  .section_bottom .download_area .text_group .download_lead .br_point {
    display: inline;
  }
  .section_bottom .tel_area {
    flex-direction: column;
    padding: 10vw 20px;
  }
  .section_bottom .tel_area > * {
    min-height: 0%;
  }
  .section_bottom .tel_area .tel_lead {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .section_bottom .tel_area .tel_box {
    text-align: center;
  }
  .section_bottom .tel_area .tel_box .tel_number {
    display: inline-block;
    padding-left: 60px;
    font-size: 40px;
  }
  .section_bottom .tel_area .tel_box .tel_time {
    font-size: 16px;
  }
}

.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
      font-size: 1.6rem;
  }
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
      padding-top: 14px;
      padding-bottom: 14px;
  }
}

.lp-buttonConversion-text {
  margin-right: 16px;
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
  background: #13778f;
}

.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 24px -24px;
}

.lp-listButton > li {
  display: flex;
  margin-top: 24px;
  padding-left: 24px;
}

.lp-listButton .lp-buttonConversion {
  display: inline-flex;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
      flex-direction: column;
      align-items: center;
      margin-right: 20px;
      margin-left: 20px;
  }
}

.lp-navigationSeries-title {
  max-width: 600px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
      width: 100%;
      max-width: none;
      margin-bottom: 3px;
      text-align: center;
  }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
      margin-left: -10px;
  }
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
      display: block;
  }
}

.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
      justify-content: center;
      width: 100%;
  }
}

.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #747474;
  line-height: 1.3;
  text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

.lp-icon {
  fill: #333;
  width: 3.8rem;
  height: 3.8rem;
  vertical-align: middle;
}

.lp-layout-header {
  width: 100%;
  margin: auto;
  padding: 23px 0;
  border-bottom: 1px solid #d0d0d0;
}

@media screen and (max-width: 1280px) {
  .lp-layout-header {
      padding: 20px 0;
  }
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: auto;
  padding: 0 30px;
}

.lp-layout-header-logo {
  min-width: 157px;
  margin: 0 auto 0 0;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 969px) {
  .lp-layout-header-logo {
      margin: auto;
  }
}

.lp-layout-header-logo img {
  width: 157px;
  height: 28px;
}

@media screen and (max-width: 969px) {
  .lp-layout-header-logo img {
      width: 112px;
      height: 20px;
  }
}

.theme-KC .lp-layout-header {
  padding: 16px 0;
}

@media screen and (max-width: 969px) {
  .theme-KC .lp-layout-header {
      padding: 21px 0;
  }
}

.theme-KC .lp-layout-header-logo {
  flex: 1 0 auto;
}

.theme-KC .lp-layout-header-logo img {
  width: 229px;
  height: auto;
}

@media screen and (max-width: 969px) {
  .theme-KC .lp-layout-header-logo img {
      width: 214px;
  }
}

.lp-layout-header-utilityGroup {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 30px;
}

.lp-layout-header-utilityList {
  display: flex;
  align-items: center;
  margin: -16px 0 16px -16px;
}

.lp-layout-header-utilityList > li {
  width: 100%;
  margin-top: 16px;
  padding-left: 16px;
}

.AutoPhoneCall {
  color: #dc002f;
  text-decoration: none;
  font-weight: 700;
}

.AutoPhoneCall > em {
  color: #dc002f;
}

.lp-textPhoneLink {
  width: 100%;
  text-align: center;
}

.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 969px) {
  .lp-textPhoneLink-numberGroup {
      flex-direction: column;
      justify-content: center;
  }
}

.lp-textPhoneLink-number {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 969px) {
  .lp-textPhoneLink-number {
      width: 100%;
  }
}

.lp-textPhoneLink-number > a {
  cursor: default;
}

@media screen and (max-width: 969px) {
  .lp-textPhoneLink-notes {
      width: 100%;
      margin-bottom: 4px;
  }
}

.lp-textNote {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.lp-listLink {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 969px) {
  .lp-listLink {
      font-size: 1.5rem;
  }
}

.lp-listLink > li {
  margin-bottom: 0.8rem;
}

.lp-listLink > li > a {
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
  color: inherit;
  text-decoration: none;
}

.lp-listLink > li > a:hover, .lp-listLink > li > a:active, .lp-listLink > li > a:focus {
  text-decoration: underline;
}

.lp-listLink > li > a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 5px 0 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  background: none;
  content: "";
}

.lp-layout-header-content > *:last-child,
.lp-layout-header-utilityGroup > *:last-child,
.lp-layout-header-utilityList > *:last-child,
.lp-layout-header-utilityList > li > *:last-child,
.lp-navigationSeries > *:last-child,
.lp-textPhoneLink > *:last-child,
.section_bottom .download_area  .text_group > *:last-child,
.sections .section_inner .text_group > *:last-child,
.main_visual .main_visual_inner .text_group > *:last-child {
  margin-bottom: 0;
}

.lp-smallScreen-show {
  display: none;
}

@media screen and (max-width: 969px) {
  .lp-smallScreen-show {
      display: block;
  }
}

@media screen and (max-width: 969px) {
  .lp-smallScreen-hide {
      display: none;
  }
}

@media screen and (max-width: 969px) {
  .lp-smallScreen-textAlign-center {
      text-align: center;
  }
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-justifyContent-center {
        justify-content: center;
    }
}

