@charset "UTF-8";

.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-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-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;
  }
}

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;
}

/* =================================================================================================
reset
================================================================================================= */
:root {
  font-size: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro",
    Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a:link,
a:visited {
  color: #fff;
}

a:hover {
  opacity: 1;
}

#main.lp {
  margin-top: 0;
}

#header.simple {
  margin-bottom: 0;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -24px 0 32px -16px;
}

.lp-listButton > li {
  margin-top: 24px;
  padding-left: 16px;
}

.lp-listButton > li > *:last-child {
  margin-bottom: 0;
}

.lp-listButton > *:last-child {
  margin-bottom: 0;
}

.lp-buttonConversion-body {
  padding: 19px 8px 19px 24px;
}

.lp-buttonConversion-image {
  margin: -26px 0 -30px;
}

.lp-buttonConversion-image > img {
  max-width: 56px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_dl.png")
    no-repeat center center;
}

.lp-card {
  margin-bottom: 48px;
  padding: 40px 0;
}

.lp-cardModel {
  margin-bottom: 16px;
  padding: 5px 24px;
  background-color: #f1f1f1;
}

.lp-cardModel-outer {
  max-width: 944px;
  margin: 0 auto 16px;
}

.lp-cardModel-outer > *:last-child {
  margin-bottom: 0;
}

.lp-cardModel > *:last-child {
  margin-bottom: 0;
}

.lp-card.of-primary {
  background-color: #f1f1f1;
  box-shadow: -16px 16px 0 #d3dddf;
}

.lp-card.of-primary .lp-layout-grid-column {
  border-left: 1px solid #b7c0c8;
}

.lp-card.of-primary .lp-layout-grid-column:first-child {
  border-left: 0;
}

.lp-card.of-primary .lp-media-title {
  font-weight: normal;
}

.lp-card.of-primary .lp-media-image {
  margin-bottom: 24px;
}

.lp-card.of-secondary {
  background-color: #075764;
  box-shadow: 16px 16px 0 #9dcfc5;
  color: #fff;
}

.lp-card.of-secondary .lp-layout-grid-column {
  border-left: 1px solid #367e84;
}

.lp-card.of-secondary .lp-layout-grid-column:first-child {
  border-left: 0;
}

.lp-card > *:last-child {
  margin-bottom: 0;
}

.lp-figure {
  margin-bottom: 16px;
}

.lp-figure-body > *:last-child {
  margin-bottom: 0;
}

.lp-figure-image {
  max-width: 100%;
}

.lp-figure-caption {
  margin-bottom: 8px;
  font-size: 1.8rem;
  text-align: center;
}

.lp-figure.of-grid {
  display: flex;
  margin-left: -15px;
}

.lp-figure.of-grid .lp-figure-column {
  padding-left: 15px;
}

.lp-figure.of-grid .lp-figure-column > img {
  width: 100%;
  max-width: 196px;
}

.lp-figure-column > *:last-child {
  margin-bottom: 0;
}

.lp-figure.of-flex {
  display: flex;
}

.lp-figure.of-alignSelf-flexStart {
  align-self: flex-start;
}

.lp-figure.of-column-reverse {
  flex-direction: column-reverse;
}

.lp-figure.of-alignItems-center {
  align-items: center;
}

.lp-figure.of-width-primary {
  width: 100%;
  max-width: 480px;
}

.lp-figure > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 16px;
}

.lp-layout-grid-column {
  margin-top: 24px;
  padding: 0 36px 0 36px;
}

.lp-layout-grid-column:not([class*="of-column-"]) {
  width: 100%;
}

.lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
  width: 100%;
}

.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid.of-column-2
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 50%;
}

.lp-layout-grid.of-column-3
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 33.33333%;
}

.lp-layout-grid.of-column-4
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 25%;
}

.lp-layout-grid.of-column-5
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 20%;
}

.lp-layout-grid.of-column-6
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 16.66667%;
}

.lp-layout-grid.of-column-7
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 14.28571%;
}

.lp-layout-grid.of-column-8
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 12.5%;
}

.lp-layout-grid.of-column-9
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 11.11111%;
}

.lp-layout-grid.of-column-10
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 10%;
}

.lp-layout-grid.of-column-11
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 9.09091%;
}

.lp-layout-grid.of-column-12
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
  width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
  width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
  width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
  width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
  width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
  width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
  width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
  width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
  width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
  width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
  width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
  width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
  width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
  width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
  width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
  width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
  width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
  width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
  width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
  width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
  width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
  width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
  width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
  width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
  width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
  width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
  width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
  width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
  width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
  width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
  width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
  width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
  width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
  width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
  width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
  width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
  width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
  width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
  width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
  width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
  width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
  width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
  width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
  width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
  width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
  width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
  width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
  width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
  width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
  width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
  width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
  width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
  width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
  width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
  width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
  width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
  width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
  width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
  width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
  width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
  width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
  width: 100%;
}

.lp-headingLevel2 {
  margin-bottom: 3.2rem;
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
}

.lp-jumbotron {
  min-width: 1440px;
  margin-bottom: 153px;
  overflow: hidden;
}

.lp-jumbotron-header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 16px;
  padding: 0 20px;
  text-align: center;
}

.lp-jumbotron-header > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-title {
  display: block;
  margin-bottom: 4px;
  font-size: 5.3rem;
}

.lp-jumbotron-title > em {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 5px 8px 11px;
  background-color: #075764;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}

.lp-jumbotron-titleGroup {
  margin-bottom: 4px;
}

.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-series {
  display: block;
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: normal;
}

.lp-jumbotron-inner {
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 32px;
}

@media only screen and (max-width: 1919px) {
  .lp-jumbotron-inner {
    width: 100%;
    margin: 0 auto 32px;
  }
}

.lp-jumbotron-body {
  display: flex;
  position: relative;
  width: 50%;
  padding-bottom: 20px;
  background-position-y: -65px;
}

.lp-jumbotron-body.of-left {
  justify-content: flex-end;
  padding-right: 70px;
  background-color: #e1e1e1;
  background-image: url("../../../../../../../../img/products/iv4/171741001/171741001_bg_img_01.png");
  background-position-x: left;
  background-repeat: no-repeat;
  color: #333;
}

.lp-jumbotron-body.of-left .lp-figure-body {
  padding-left: 130px;
}

.lp-jumbotron-body.of-right {
  justify-content: flex-start;
  padding-left: 70px;
  background-color: #004354;
  background-image: url("../../../../../../../../img/products/iv4/171741001/171741001_bg_img_02.png");
  background-position-x: right;
  background-repeat: no-repeat;
  color: #fff;
}

.lp-jumbotron-body.of-right::before {
  position: absolute;
  top: 50%;
  left: -65px;
  width: 159px;
  height: 83px;
  transform: translateY(-50%);
  background-image: url("../../../../../../../../img/products/iv4/171741001/171741001_icon_img_01.png");
  content: "";
}

.lp-layout-header {
  width: 100%;
  min-width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 25px 24px;
}

.lp-layout-header-utilityList > li > *:last-child {
  margin-bottom: 0;
}

.lp-layout-header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lp-layout-header-content > *:last-child {
  margin-bottom: 0;
}

.lp-layout-header-logo {
  margin-bottom: 0;
}

.lp-layout-header-logo a img {
  width: 138px;
}

.lp-layout-header > *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer {
  border-top: 1px solid #d2d2d2;
  min-width: 1440px;
}

.lp-layout-footer-content {
  width: 100%;
  min-width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 0 35px;
}

.lp-layout-footer-content > *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -16px;
}

.lp-layout-footer-list > li {
  padding: 0 14px 0 14px;
  border-left: 1px solid #7a8592;
}

.lp-layout-footer-list > li:first-child {
  padding-left: 0;
  border-left: 0;
}

.lp-layout-footer-list > li > *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-list > li > a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}

.lp-layout-footer-list > li > a:hover,
.lp-layout-footer-list > li > a:focus {
  text-decoration: none;
}

.lp-layout-footer-list > *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-copyright {
  margin-bottom: 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.2;
}

.lp-layout-footer > *:last-child {
  margin-bottom: 0;
}

.lp-list {
  display: flex;
  flex-wrap: wrap;
}

.lp-list > li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 12px;
  font-size: 1.8rem;
}

.lp-list > li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 3px;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #333;
  content: "";
}

.lp-listModel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.lp-listModel > li {
  position: relative;
  max-width: calc(262px + (32px * 2));
  padding: 0 24px;
}

.lp-listModel > li:last-child {
  max-width: 100%;
}

.lp-listModel > li:first-child::before {
  content: none;
}

.lp-listModel > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 26px;
  transform: translateY(-50%);
  background-color: #b7c0c8;
  content: "";
}

.lp-listModel > li > *:last-child {
  margin-bottom: 0;
}

.lp-list > *:last-child {
  margin-bottom: 0;
}

.lp-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-media-header {
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
  text-align: center;
}

.lp-media-header > *:last-child {
  margin-bottom: 0;
}

.lp-media-body {
  order: 3;
}

.lp-media-body > *:last-child {
  margin-bottom: 0;
}

.lp-media-title {
  margin-bottom: 16px;
  font-size: 2.6rem;
}

.lp-media-text {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
}

.lp-media-image {
  order: 2;
  max-width: 100%;
  margin-bottom: 16px;
}

.lp-media-image > *:last-child {
  margin-bottom: 0;
}

.lp-mediaModel {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.lp-mediaModel-body {
  flex: 1;
}

.lp-mediaModel-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaModel-text {
  margin-bottom: 16px;
  font-size: 1.8rem;
}

.lp-mediaModel-image {
  width: 100%;
  max-width: 56px;
  margin-right: 8px;
}

.lp-mediaAsset {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.lp-mediaAsset-body {
  flex: 1;
  text-align: center;
}

.lp-mediaAsset-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset-text {
  margin-bottom: 32px;
  font-size: 3.2rem;
}

.lp-mediaAsset-image {
  width: 100%;
  max-width: 414px;
  margin-left: 68px;
}

.lp-section {
  margin-bottom: 80px;
}

.lp-section-content {
  width: 100%;
  min-width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

.lp-section.of-arrow {
  position: relative;
  margin-bottom: 145px;
  min-width: 1440px;
}

.lp-section.of-arrow::after {
  position: absolute;
  bottom: -129px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 80px 80px 0 80px;
  border-style: solid;
  border-color: #9dcfc5 transparent transparent transparent;
  content: "";
}

.lp-section.of-asset {
  margin-bottom: 56px;
}

.lp-section.of-asset .lp-section-content {
  max-width: 1440px;
  padding: 0 140px 0 120px;
}

@media only screen and (max-width: 1919px) {
  .lp-section.of-asset .lp-section-content {
    padding: 0 calc((140 * 100vw) / 1920) 0 calc((120 * 100vw) / 1920);
  }
}

.lp-section > *:last-child {
  margin-bottom: 0;
}

.lp-textPhone {
  display: block;
  margin-bottom: 24px;
}

.lp-textPhone.of-center {
  text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
  justify-content: center;
}

.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-left: 16px;
}

.lp-textPhone-note {
  display: block;
  align-self: center;
  font-size: 1.2rem;
  line-height: 1.2;
}

.lp-textPhone-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.lp-textPhone-body > *:last-child {
  margin-bottom: 0;
}

.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}

.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}

.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}

.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}

.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}

.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

.lp-textPhone > *:last-child {
  margin-bottom: 0;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #333;
  text-decoration: none;
  cursor: default;
  opacity: 1;
}

.lp-textLink {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  padding-left: 18px;
  color: #06c;
  font-size: 2rem;
  text-decoration: none;
}

.lp-textLink::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translateY(-50%);
  border-width: 7px 0 7px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #06c;
  content: "";
}

.lp-textLink:hover,
.lp-textLink:focus,
.lp-textLink:link,
.lp-textLink:visited {
  color: #06c;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-textAlign-right {
  text-align: right;
}

.lp-utility-textAlign-left {
  text-align: left;
}

.lp-utility-line-break {
  display: block;
}

.lp-utility-fontColor-primary {
  color: #717171;
}

.lp-utility-fontColor-secondary {
  color: #004354;
}
