.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;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@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;
}

@media (hover: hover) {
  .lp-buttonConversion.of-primary.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.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;
}

div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}
.lp-navigationSeries-title {
  max-width: 600px;
  font-weight: normal;
  font-size: 1.1rem;
  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;
  }
}
div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}

div#MainContent .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;
  color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
  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: #999;
  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: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}

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

#main p {
  margin-top: 0;
}

a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  html:not(.theme-extendedSurvey) .sectionSurvey #SurveyForm {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}

.lp-layout-container {
  background: linear-gradient(#e7f0fc 0%, #e6edf6 50%, #fff 100%);
}

.lp-jumbotron > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron-content {
  max-width: 1320px;
  margin: 0 auto 24px;
  padding: 40px 20px 40px;
}
.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-content {
    padding: 24px calc(2rem + (1vw - 0.361rem) * (12.8395061728)) 24px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-content {
    padding: 24px 20px 24px;
  }
}
.lp-jumbotron-body {
  max-width: 1060px;
  margin: 0 auto 24px;
  text-align: center;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}
.lp-jumbotron-title {
  margin-bottom: 8px;
  color: #0065bb;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 1280px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 0.768rem) * (4.6966731898));
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-title {
    margin-bottom: 4px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.lp-jumbotron-text {
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1280px) {
  .lp-jumbotron-text {
    font-size: calc(1.8rem + (1vw - 0.768rem) * (1.1741682975));
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-text {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

.lp-section > *:last-child {
  margin-bottom: 0;
}
.lp-section-content {
  max-width: 1320px;
  margin: 0 auto 24px;
  padding: 0 20px 140px;
}
.lp-section-content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .lp-section-content {
    padding-bottom: calc(8rem + (1vw - 0.768rem) * (11.7416829746));
  }
}
@media only screen and (max-width: 767px) {
  .lp-section-content {
    padding: 0 calc(2rem + (1vw - 0.361rem) * (12.8395061728)) 90px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-section-content {
    padding: 0 20px 90px;
  }
}
.lp-section-content.of-arrow {
  position: relative;
}
.lp-section-content.of-arrow::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 56px;
  transform: translateX(50%);
  border-top: 60px solid #dddddf;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
}
@media only screen and (max-width: 1280px) {
  .lp-section-content.of-arrow::after {
    bottom: calc(2.4rem + (1vw - 0.97rem) * (10.355987055));
  }
}
@media only screen and (max-width: 969px) {
  .lp-section-content.of-arrow::after {
    bottom: calc(2.4rem + (1vw - 0.768rem) * (7.960199005));
    border-top: 45px solid #dddddf;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .lp-section-content.of-arrow::after {
    bottom: 40px;
    border-top: 30px solid #dddddf;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
}

.lp-card {
  max-width: 1130px;
  margin: 0 auto 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(186, 203, 220, 0.5);
}
.lp-card > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .lp-card {
    margin-bottom: calc(3.2rem + (1vw - 0.768rem) * (1.5655577299));
  }
}
@media only screen and (max-width: 767px) {
  .lp-card {
    margin: 0 0 24px;
  }
}

.lp-media {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px 40px;
}
.lp-media > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .lp-media {
    padding: calc(2.4rem + (1vw - 0.768rem) * (1.5655577299)) calc(3.2rem + (1vw - 0.768rem) * (1.5655577299));
  }
}
@media only screen and (max-width: 767px) {
  .lp-media {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.lp-media-image {
  width: 100%;
  max-width: 400px;
  margin-right: 40px;
}
@media only screen and (max-width: 1280px) {
  .lp-media-image {
    max-width: calc(28rem + (1vw - 0.768rem) * (23.4833659491));
    margin-right: calc(2.4rem + (1vw - 0.768rem) * (3.1311154599));
  }
}
@media only screen and (max-width: 767px) {
  .lp-media-image {
    max-width: 240px;
    margin: 0 auto 16px;
    padding-bottom: 16px;
  }
}
.lp-media-body {
  flex: 1;
  max-width: 610px;
}
.lp-media-body > *:last-child {
  margin-bottom: 0;
}

.lp-headingLevel2 {
  margin-bottom: 16px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.3;
}
@media only screen and (max-width: 1280px) {
  .lp-headingLevel2 {
    font-size: calc(2.2rem + (1vw - 0.768rem) * (1.1741682975));
  }
}
@media only screen and (max-width: 767px) {
  .lp-headingLevel2 {
    margin-bottom: 8px;
    font-size: 2.2rem;
  }
}

.lp-list {
  margin-bottom: 24px;
}
.lp-list > *:last-child {
  margin-bottom: 0;
}
.lp-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 13px;
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1280px) {
  .lp-list li {
    font-size: calc(1.6rem + (1vw - 0.768rem) * (0.782778865));
  }
}
@media only screen and (max-width: 767px) {
  .lp-list li {
    margin-bottom: 8px;
    padding-left: 12px;
    font-size: 1.6rem;
  }
}
.lp-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0075c2;
}
@media only screen and (max-width: 767px) {
  .lp-list li::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
}

.lp-textLead {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .lp-textLead {
    font-size: calc(2rem + (1vw - 0.768rem) * (1.5655577299));
  }
}
@media only screen and (max-width: 767px) {
  .lp-textLead {
    font-size: 2rem;
  }
}
.lp-textLead-outer {
  max-width: 700px;
  margin: 0 auto 24px;
}
.lp-textLead-outer > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .lp-largeScreen-line-break {
    display: block;
  }
}
.lp-utility-color-primary {
  color: #0065bb;
}

.lp-utility-fontWeight-semibold {
  font-weight: 600;
}
