@charset "utf-8";
/* reset */
.lp-jumbotron p,
.lp-section p {
  margin-bottom: auto;
}
/* border-wrap */
.lp-border-wrap {
  margin: 20px auto 0;
  max-width: 850px;
  width: 100%;
  border: 1px solid #c8c8c8;
}

/* jumbotron */
.lp-jumbotron {
  background: linear-gradient(to right, rgba(8,24,55,1) 0%,rgba(31,58,108,1) 84%);
}
.lp-jumbotron .lp-jumbotron-body {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}
.lp-jumbotron .lp-jumbotron-mainImage {
  margin: 25px 30px 0 10px;
}
.lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-new {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 25px 2px;
  background: #d40001;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series {
  font-weight: 600;
}
.lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series .lp-jumbotron-seriesName-lead {
  display: block;
  color: #fff;
  text-align: left;
  font-size: 50px;
  line-height: 1.2em;
}
.lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series .lp-jumbotron-seriesName {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 35px;
}
.lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-cvOuter {
  margin-top: 20px;
  text-align: left;
}
.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #e60012;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1.4em;
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
  padding-left: 24px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  position: absolute;
  top: 50%;
  left: 24px;
  display: block;
  width: 19px;
  height: 18px;
  content: "";
  transform: translateY(-50%);
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat center center;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat center center;
}
.lp-buttonConversion-text {
  margin-right: 16px;
}
.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

/* section */
.lp-section {
  overflow: hidden;
}
.lp-section img {
  max-width: 100%;
}

/* details */
.lp-section.of-details {
  background: #fff;
}
.lp-section.of-details .lp-section-body {
  padding: 40px 30px;
}
.lp-section.of-details .lp-section-body .lp-section-title {
  margin-bottom: 25px;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #ccc;
  color: #0f3b8b;
  font-weight: 600;
  font-size: 40px;
}
.lp-section.of-details .lp-section-body .details-list {
  margin-bottom: 25px;
}
.lp-section.of-details .lp-section-body .details-list li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 23px;
}
.lp-section.of-details .lp-section-body .details-image-outer .details-image.of-comparison {
  position: relative;
  margin: 0 auto 30px;
  max-width: 606px;
  width: 100%;
}
.lp-section.of-details .lp-section-body .details-image-outer .details-image.of-comparison .details-image-name {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 11px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
}
.lp-section.of-details .lp-section-body .details-image-outer .details-image.of-comparison .details-image-name.of-before {
  left: 0;
  background: #121212;
}
.lp-section.of-details .lp-section-body .details-image-outer .details-image.of-comparison .details-image-name.of-after {
  right: 0;
  background: #216cc1;
}
.lp-section.of-details .lp-section-body .details-image-outer .details-image.of-comparison .figure-box .figure-box-cap {
  margin-top: 3px;
  text-align: right;
}
.lp-section.of-details .lp-section-body .details-image-outer .details-image.of-targetItem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-section.of-details .lp-section-body .details-image-outer .details-image.of-targetItem .targetItem-text {
  margin: 0 60px 0 0;
  text-align: left;
  font-size: 23px;
}
.lp-section.of-details .lp-section-body .details-image-outer .details-image.of-targetItem .figure-box {
  text-align: center;
}
.lp-section.of-details .lp-section-body .details-colBox.of-col2 {
  display: flex;
  justify-content: space-between;
}
.lp-section.of-details .lp-section-body .details-colBox.of-col2 .lp-section-colItem:first-of-type {
  max-width: 380px;
}
.lp-section.of-details .lp-section-body .details-colBox.of-col2 .lp-section-colItem:last-of-type {
  max-width: 351px;
}
.lp-section.of-details .lp-section-body .details-box .details-text {
  margin-bottom: 8px;
  font-size: 16px;
}
.lp-section.of-details .lp-section-body .figure-box .figure-box-cap {
  margin-top: 5px;
  font-size: 16px;
}

/* case */
.lp-section.of-case {
  background: #eff2f3;
}
.lp-section.of-case .lp-section-body {
  padding: 40px 30px;
}
.lp-section.of-case .lp-section-body .lp-section-title {
  margin-bottom: 25px;
  color: #0f3b8b;
  text-align: center;
  font-size: 36px;
}
.lp-section.of-case .lp-section-body .case-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lp-section.of-case .lp-section-body .case-box + .case-box {
  margin-top: 50px;
}
.lp-section.of-case .lp-section-body .case-box .case-box-textGroup {
  width: 420px;
}
.lp-section.of-case .lp-section-body .case-box .case-box-textGroup .case-box-textGroup-title {
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #0f3b8b;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}
.lp-section.of-case .lp-section-body .case-box .case-box-textGroup .case-box-textGroup-lead {
  margin-bottom: 25px;
  font-size: 16px;
}
.lp-section.of-case .lp-section-body .case-box .case-box-textGroup .case-box-textGroup-image {
  text-align: center;
}
.lp-section.of-case .lp-section-body .case-box .case-box-image {
  width: 330px;
}

/* bottomThumbArea */
.lp-section .bottomThumbArea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.lp-section .bottomThumbArea .bottomThumbArea-image {
  margin-right: 60px;
  border: 1px solid #ccc;
}
.lp-section .bottomThumbArea .bottomThumbArea-image img {
  vertical-align: middle;
}
.lp-section .bottomThumbArea .bottomThumbArea-lead {
  font-size: 28px;
  line-height: 1.4em;
}

@media screen and (max-width: 849px) {
  /* border-wrap */
  .lp-border-wrap {
    margin: 0;
    border: none;
  }

  /* jumbotron */
  .lp-jumbotron .lp-jumbotron-body {
    flex-direction: column;
    padding: 0 0 8vw;
  }
  .lp-jumbotron .lp-jumbotron-mainImage {
    margin: 10vw 0 5vw;
    width: 54vw;
  }
  .lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series .lp-jumbotron-seriesName-lead {
    display: block;
    text-align: left;
    font-size: 50px;
    line-height: 1.2em;
  }
  .lp-jumbotron .lp-jumbotron-textGroup {
    padding: 0 5vw;
    width: 100%;
    text-align: center;
  }
  .lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series .lp-jumbotron-seriesName-lead {
    text-align: center;
    font-size: 35px;
  }
  .lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-series .lp-jumbotron-seriesName {
    text-align: center;
    font-size: 28px;
  }
  .lp-jumbotron .lp-jumbotron-textGroup .lp-jumbotron-cvOuter {
    display: block;
    margin-top: 20px;
    width: 100%;
    text-align: left;
    text-align: center;
  }

  /* details */
  .lp-section.of-details .lp-section-body {
    padding: 8vw 5vw;
  }
  .lp-section.of-details .lp-section-body .lp-section-title {
    margin-bottom: 4vw;
    font-size: 30px;
  }
  .lp-section.of-details .lp-section-body .details-list li {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 18px;
  }
  .lp-section.of-details .lp-section-body .details-image-outer .details-image.of-targetItem {
    flex-direction: column;
  }
  .lp-section.of-details .lp-section-body .details-image-outer .details-image.of-targetItem .targetItem-text {
    margin: 0 0 5vw;
    font-size: 18px;
  }
  .lp-section.of-details .lp-section-body .details-colBox.of-col2 {
    flex-direction: column;
  }
  .lp-section.of-details .lp-section-body .details-colBox.of-col2 .lp-section-colItem + .lp-section-colItem {
    margin-top: 5vw;
  }

  /* case */
  .lp-section.of-case .lp-section-body {
    padding: 8vw 5vw;
  }
  .lp-section.of-case .lp-section-body .lp-section-title {
    margin-bottom: 4vw;
    font-size: 30px;
  }
  .lp-section.of-case .lp-section-body .case-box {
    flex-direction: column;
  }
  .lp-section.of-case .lp-section-body .case-box .case-box-textGroup {
    margin-bottom: 6vw;
    width: 100%;
  }
  .lp-section.of-case .lp-section-body .case-box .case-box-textGroup .case-box-textGroup-title {
    margin-bottom: 3vw;
    padding: 2vw 4vw;
    font-size: 18px;
  }
  .lp-section.of-case .lp-section-body .case-box .case-box-image {
    width: 100%;
    text-align: center;
  }

  /* bottomThumbArea */
  .lp-section .bottomThumbArea {
    flex-direction: column;
    padding: 8vw 0;
  }
  .lp-section .bottomThumbArea .bottomThumbArea-image {
    margin-right: 0;
  }
  .lp-section .bottomThumbArea .bottomThumbArea-lead {
    margin-top: 4vw;
    text-align: center;
  }
}
