.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;
  }
}
@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.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: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;
}

.section {
  margin-bottom: 0;
  overflow: hidden;
}

.lp-jumbotron {
  padding-bottom: 118px;
  background: #1c293f;
}

@media screen and (max-width: 640px) {
  .lp-jumbotron {
    padding-bottom: 0;
  }
}
.lp-jumbotron-content {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 19px 70px 28px;
}

@media screen and (max-width: 1200px) {
  .lp-jumbotron-content {
    flex-direction: column;
    align-items: center;
    padding: 16px 16px 28px;
    text-align: center;
  }
}
.lp-jumbotron-body {
  display: flex;
  flex: 1;
  align-items: center;
  max-width: 100%;
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .lp-jumbotron-body {
    flex: auto;
    margin-bottom: 16px;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .lp-jumbotron-body {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.lp-jumbotron-title {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .lp-jumbotron-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  .lp-jumbotron-title {
    font-size: 36px;
  }
}
.lp-jumbotron-image {
  display: flex;
  align-items: center;
  margin-left: 9px;
}

@media screen and (max-width: 1200px) {
  .lp-jumbotron-image {
    margin-left: 0;
  }
}
.lp-layout-main {
  padding-bottom: 80px;
  background: #e9e9e9;
}

@media screen and (max-width: 640px) {
  .lp-layout-main {
    padding: 16px 20px 30px;
  }
}
.lp-layout-container {
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .lp-layout-container {
    max-width: none;
  }
}
.lp-layout-grid {
  display: flex;
}

.lp-layout-grid.of-primary {
  max-width: 1200px;
  margin: -118px 0 0 -20px;
}

@media screen and (max-width: 1200px) {
  .lp-layout-grid.of-primary {
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }
  .lp-layout-grid.of-primary > *:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .lp-layout-grid.of-primary {
    width: 100%;
    max-width: 580px;
    min-height: 0%;
    margin: 0 auto;
  }
}
.lp-layout-grid.of-primary .lp-layout-grid-column {
  max-width: 580px;
  margin-left: 20px;
}

@media screen and (max-width: 1200px) {
  .lp-layout-grid.of-primary .lp-layout-grid-column {
    min-height: 0%;
    margin: 0 0 15px;
  }
}
.lp-section {
  width: 100%;
  background: #ffffff;
}

@media screen and (max-width: 640px) {
  .lp-section {
    min-height: 0%;
  }
}
.lp-section.of-content {
  padding-bottom: 80px;
  background: #e9e9e9;
}

@media screen and (max-width: 640px) {
  .lp-section.of-content {
    padding: 16px 20px 30px;
  }
}
.lp-section-header {
  padding: 18px 24px 16px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .lp-section-header {
    padding: 10px 14px 9px;
  }
}
.lp-section-title {
  display: block;
  margin-bottom: 4px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .lp-section-title {
    font-size: 24px;
  }
}
.lp-section-subtitle {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .lp-section-subtitle {
    font-size: 16px;
  }
}
.lp-section-body {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .lp-section-body {
    padding-bottom: 15px;
  }
}
.lp-section-body > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .lp-section-image {
    flex-shrink: 0;
  }
}
.lp-section-image.of-primary {
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .lp-section-image.of-primary {
    margin-bottom: 16px;
  }
}
.lp-section-image.of-secondary {
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .lp-section-image.of-secondary {
    margin-bottom: 14px;
  }
}
.lp-listText {
  margin-bottom: 32px;
  padding: 0 40px;
  font-size: 22px;
}

@media screen and (max-width: 640px) {
  .lp-listText {
    margin-bottom: 16px;
    padding: 0 18px;
    font-size: 16px;
  }
}
.lp-listText > li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.lp-listText > li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  transform: translateX(-50%);
  border-bottom: 2px solid #e30000;
}

.lp-listText > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.lp-listText > li:last-child::after {
  content: none;
}

.lp-listText.lp-utility-fontSize-primary {
  font-size: 21px;
}

.lp-listButton {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .lp-listButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 18px;
  }
}
.lp-listButton > li {
  margin-right: 16px;
}

@media screen and (max-width: 1200px) {
  .lp-listButton > li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}
.lp-listButton > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .lp-listButton > li:last-child {
    margin-bottom: 0;
  }
}
#LoginForm > *:only-child {
  margin-bottom: 0;
}

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

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