@charset "utf-8";
.lp-section + .lp-section{
  margin-top: 32px;
}

@media screen and (max-width: 819px) {
  .lp-section{
    padding: 0 20px;
  }
}
.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #e60012;
  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-triangleIconTriangle .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
  position: absolute;
  top: 50%;
  left: 26px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 13px solid #fff;
  content: "";
}

.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: #129e83;
}

.lp-buttonConversion.of-secondary {
  background: #1a90db;
}

.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;
}

.lp-layout-container {
  max-width: 970px;
  margin: 0 auto;
}

.lp-layout-container.of-primary {
  margin-top: 32px;
  margin-bottom: 40px;
}

@media screen and (max-width: 970px) {
  .lp-layout-container.of-primary {
      margin-top: 0;
  }
}

@media screen and (max-width: 819px) {
  .lp-layout-container.of-primary {
      margin-bottom: 32px;
      padding: 0 0 20px;
      background: #f0f3f5;
  }
}

.lp-layout-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px 14px;
}

.lp-layout-grid .lp-layout-subgrid{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 8px 0;
}
@media screen and (max-width: 819px) {
  .lp-layout-grid{
    grid-template-columns: 1fr;
  }
}
.lp-jumbotron {
  background: linear-gradient(90deg, #001B2C 0%, #143F5C 100%);
  background-color: #090B0D;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 819px) {
  .lp-jumbotron {
    background: linear-gradient(180deg, #001B2C 0%, #143F5C 100%);
    background-color: #090B0D;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
      margin-bottom: 32px;
  }
}

.lp-jumbotron-content {
  display: flex;
  align-items: center;
  padding: 0 42px;
}

@media screen and (max-width: 970px) {
  .lp-jumbotron-content {
      padding: 0 calc(3.2rem + ((1vw - 0.819rem) * (6.62252)));
  }
}

@media screen and (max-width: 819px) {
  .lp-jumbotron-content {
      flex-direction: column;
      margin-bottom: 32px;
      padding: 0;
  }
}

.lp-jumbotron-body {
  padding: 24px 0;
  flex: 1;
}

@media screen and (max-width: 970px) {
  .lp-jumbotron-body {
      padding: calc(1.6rem + ((1vw - 0.819rem) * (5.29801))) 0;
  }
}

@media screen and (max-width: 819px) {
  .lp-jumbotron-body {
    padding: 24px 0 6px;
      flex: auto;
      max-width: 100%;
  }
}

.lp-jumbotron-textGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

@media screen and (max-width: 970px) {
  .lp-jumbotron-textGroup {
      margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.31148)));
  }
}

.lp-jumbotron-title {
  color: #ffffff;
  font-size: 4.2rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 970px) {
  .lp-jumbotron-title {
      font-size: calc(3.6rem + ((1vw - 0.819rem) * (3.97351)));
  }
}

@media screen and (max-width: 819px) {
  .lp-jumbotron-title {
      font-size: calc(2.8rem + ((1vw - 0.36rem) * (3.05011)));
      line-height: 1.5;
  }
}

.lp-jumbotron-subText {
  order: -1;
  margin-bottom: 8px;
  color: #17A0E5;
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 970px) {
  .lp-jumbotron-subText {
      font-size: calc(2.4rem + ((1vw - 0.819rem) * (2.64901)));
  }
}

@media screen and (max-width: 819px) {
  .lp-jumbotron-subText {
      font-size: calc(1.8rem + ((1vw - 0.36rem) * (2.17865)));
  }
}

.lp-jumbotron-image {
  flex-shrink: 0;
  width: 100%;
  max-width: 382px;
  margin-left: 32px;
}

@media screen and (max-width: 819px) {
  .lp-jumbotron-image {
      max-width: 420px;
      margin-top: 16px;
      margin-left: 0;
  }
}

.lp-headingLevel2 {
  margin-bottom: 16px;
  padding: 10px 24px;
  background: #004a6c;
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 970px) {
  .lp-headingLevel2 {
      font-size: calc(2rem + ((1vw - 0.36rem) * (0.65574)));
  }
}

.lp-figure-caption {
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.lp-figure-captionInner {
  display: block;
}

.lp-figure-image {
  padding-right: 2px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .lp-figure-image {
      padding-right: 0;
  }
}

@media screen and (max-width: 970px) {
  .lp-section-content {
      margin: 0 20px;
  }
}

@media screen and (max-width: 819px) {
  .lp-section-content {
      margin: 0 auto;
  }
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-textAlign-left {
  text-align: left;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-textAlign-right {
  text-align: right;
}

@media screen and (max-width: 819px) {
  .lp-smallScreen-textAlign-left {
      text-align: left;
  }
  .lp-smallScreen-textAlign-center {
      text-align: center;
  }
  .lp-smallScreen-textAlign-right {
      text-align: right;
  }
}

@media screen and (max-width: 640px) {
  .lp-extraSmallScreen-textAlign-left {
      text-align: left;
  }
  .lp-extraSmallScreen-textAlign-center {
      text-align: center;
  }
  .lp-extraSmallScreen-textAlign-right {
      text-align: right;
  }
}

@media screen and (min-width: 820px) {
  .lp-largeScreen-textAlign-left {
      text-align: left;
  }
  .lp-largeScreen-textAlign-center {
      text-align: center;
  }
  .lp-largeScreen-textAlign-right {
      text-align: right;
  }
}

@media screen and (min-width: 970px) {
  .lp-extraLargeScreen-textAlign-left {
      text-align: left;
  }
  .lp-extraLargeScreen-textAlign-center {
      text-align: center;
  }
  .lp-extraLargeScreen-textAlign-right {
      text-align: right;
  }
}

.lp-utility-line-break {
  display: block;
}

@media screen and (max-width: 819px) {
  .lp-smallScreen-line-break {
      display: block;
  }
}

@media screen and (max-width: 640px) {
  .lp-extraSmallScreen-line-break {
      display: block;
  }
}

@media screen and (min-width: 820px) {
  .lp-largeScreen-line-break {
      display: block;
  }
}

@media screen and (min-width: 970px) {
  .lp-extraLargeScreen-line-break {
      display: block;
  }
}

.lp-utility-marginBottom-0 {
  margin-bottom: 0;
}

.lp-utility-marginBottom-1 {
  margin-bottom: 4px;
}

.lp-utility-marginBottom-2 {
  margin-bottom: 8px;
}

.lp-utility-marginBottom-3 {
  margin-bottom: 16px;
}

.lp-utility-marginBottom-4 {
  margin-bottom: 20px;
}

.lp-utility-marginBottom-5 {
  margin-bottom: 24px;
}

.lp-utility-marginBottom-6 {
  margin-bottom: 26px;
}

.lp-utility-marginBottom-7 {
  margin-bottom: 32px;
}

.lp-utility-marginBottom-8 {
  margin-bottom: 40px;
}

.lp-utility-marginBottom-9 {
  margin-bottom: 48px;
}

.lp-utility-marginBottom-10 {
  margin-bottom: 56px;
}

.lp-utility-marginBottom-11 {
  margin-bottom: 64px;
}

.lp-utility-marginBottom-12 {
  margin-bottom: 72px;
}

.lp-utility-marginBottom-13 {
  margin-bottom: 80px;
}

.lp-utility-marginBottom-14 {
  margin-bottom: 88px;
}

.lp-utility-marginBottom-15 {
  margin-bottom: 96px;
}

.lp-utility-marginBottom-16 {
  margin-bottom: 104px;
}

.lp-utility-marginBottom-17 {
  margin-bottom: 112px;
}

.lp-utility-marginBottom-18 {
  margin-bottom: 120px;
}

@media screen and (max-width: 819px) {
  .lp-smallScreen-marginBottom-0 {
      margin-bottom: 0;
  }
  .lp-smallScreen-marginBottom-1 {
      margin-bottom: 4px;
  }
  .lp-smallScreen-marginBottom-2 {
      margin-bottom: 8px;
  }
  .lp-smallScreen-marginBottom-3 {
      margin-bottom: 16px;
  }
  .lp-smallScreen-marginBottom-4 {
      margin-bottom: 20px;
  }
  .lp-smallScreen-marginBottom-5 {
      margin-bottom: 24px;
  }
  .lp-smallScreen-marginBottom-6 {
      margin-bottom: 26px;
  }
  .lp-smallScreen-marginBottom-7 {
      margin-bottom: 32px;
  }
  .lp-smallScreen-marginBottom-8 {
      margin-bottom: 40px;
  }
  .lp-smallScreen-marginBottom-9 {
      margin-bottom: 48px;
  }
  .lp-smallScreen-marginBottom-10 {
      margin-bottom: 56px;
  }
  .lp-smallScreen-marginBottom-11 {
      margin-bottom: 64px;
  }
  .lp-smallScreen-marginBottom-12 {
      margin-bottom: 72px;
  }
  .lp-smallScreen-marginBottom-13 {
      margin-bottom: 80px;
  }
  .lp-smallScreen-marginBottom-14 {
      margin-bottom: 88px;
  }
  .lp-smallScreen-marginBottom-15 {
      margin-bottom: 96px;
  }
  .lp-smallScreen-marginBottom-16 {
      margin-bottom: 104px;
  }
  .lp-smallScreen-marginBottom-17 {
      margin-bottom: 112px;
  }
  .lp-smallScreen-marginBottom-18 {
      margin-bottom: 120px;
  }
}

@media screen and (max-width: 640px) {
  .lp-extraSmallScreen-marginBottom-0 {
      margin-bottom: 0;
  }
  .lp-extraSmallScreen-marginBottom-1 {
      margin-bottom: 4px;
  }
  .lp-extraSmallScreen-marginBottom-2 {
      margin-bottom: 8px;
  }
  .lp-extraSmallScreen-marginBottom-3 {
      margin-bottom: 16px;
  }
  .lp-extraSmallScreen-marginBottom-4 {
      margin-bottom: 20px;
  }
  .lp-extraSmallScreen-marginBottom-5 {
      margin-bottom: 24px;
  }
  .lp-extraSmallScreen-marginBottom-6 {
      margin-bottom: 26px;
  }
  .lp-extraSmallScreen-marginBottom-7 {
      margin-bottom: 32px;
  }
  .lp-extraSmallScreen-marginBottom-8 {
      margin-bottom: 40px;
  }
  .lp-extraSmallScreen-marginBottom-9 {
      margin-bottom: 48px;
  }
  .lp-extraSmallScreen-marginBottom-10 {
      margin-bottom: 56px;
  }
  .lp-extraSmallScreen-marginBottom-11 {
      margin-bottom: 64px;
  }
  .lp-extraSmallScreen-marginBottom-12 {
      margin-bottom: 72px;
  }
  .lp-extraSmallScreen-marginBottom-13 {
      margin-bottom: 80px;
  }
  .lp-extraSmallScreen-marginBottom-14 {
      margin-bottom: 88px;
  }
  .lp-extraSmallScreen-marginBottom-15 {
      margin-bottom: 96px;
  }
  .lp-extraSmallScreen-marginBottom-16 {
      margin-bottom: 104px;
  }
  .lp-extraSmallScreen-marginBottom-17 {
      margin-bottom: 112px;
  }
  .lp-extraSmallScreen-marginBottom-18 {
      margin-bottom: 120px;
  }
}

@media screen and (min-width: 820px) {
  .lp-largeScreen-marginBottom-0 {
      margin-bottom: 0;
  }
  .lp-largeScreen-marginBottom-1 {
      margin-bottom: 4px;
  }
  .lp-largeScreen-marginBottom-2 {
      margin-bottom: 8px;
  }
  .lp-largeScreen-marginBottom-3 {
      margin-bottom: 16px;
  }
  .lp-largeScreen-marginBottom-4 {
      margin-bottom: 20px;
  }
  .lp-largeScreen-marginBottom-5 {
      margin-bottom: 24px;
  }
  .lp-largeScreen-marginBottom-6 {
      margin-bottom: 26px;
  }
  .lp-largeScreen-marginBottom-7 {
      margin-bottom: 32px;
  }
  .lp-largeScreen-marginBottom-8 {
      margin-bottom: 40px;
  }
  .lp-largeScreen-marginBottom-9 {
      margin-bottom: 48px;
  }
  .lp-largeScreen-marginBottom-10 {
      margin-bottom: 56px;
  }
  .lp-largeScreen-marginBottom-11 {
      margin-bottom: 64px;
  }
  .lp-largeScreen-marginBottom-12 {
      margin-bottom: 72px;
  }
  .lp-largeScreen-marginBottom-13 {
      margin-bottom: 80px;
  }
  .lp-largeScreen-marginBottom-14 {
      margin-bottom: 88px;
  }
  .lp-largeScreen-marginBottom-15 {
      margin-bottom: 96px;
  }
  .lp-largeScreen-marginBottom-16 {
      margin-bottom: 104px;
  }
  .lp-largeScreen-marginBottom-17 {
      margin-bottom: 112px;
  }
  .lp-largeScreen-marginBottom-18 {
      margin-bottom: 120px;
  }
}

@media screen and (min-width: 970px) {
  .lp-extraLargeScreen-marginBottom-0 {
      margin-bottom: 0;
  }
  .lp-extraLargeScreen-marginBottom-1 {
      margin-bottom: 4px;
  }
  .lp-extraLargeScreen-marginBottom-2 {
      margin-bottom: 8px;
  }
  .lp-extraLargeScreen-marginBottom-3 {
      margin-bottom: 16px;
  }
  .lp-extraLargeScreen-marginBottom-4 {
      margin-bottom: 20px;
  }
  .lp-extraLargeScreen-marginBottom-5 {
      margin-bottom: 24px;
  }
  .lp-extraLargeScreen-marginBottom-6 {
      margin-bottom: 26px;
  }
  .lp-extraLargeScreen-marginBottom-7 {
      margin-bottom: 32px;
  }
  .lp-extraLargeScreen-marginBottom-8 {
      margin-bottom: 40px;
  }
  .lp-extraLargeScreen-marginBottom-9 {
      margin-bottom: 48px;
  }
  .lp-extraLargeScreen-marginBottom-10 {
      margin-bottom: 56px;
  }
  .lp-extraLargeScreen-marginBottom-11 {
      margin-bottom: 64px;
  }
  .lp-extraLargeScreen-marginBottom-12 {
      margin-bottom: 72px;
  }
  .lp-extraLargeScreen-marginBottom-13 {
      margin-bottom: 80px;
  }
  .lp-extraLargeScreen-marginBottom-14 {
      margin-bottom: 88px;
  }
  .lp-extraLargeScreen-marginBottom-15 {
      margin-bottom: 96px;
  }
  .lp-extraLargeScreen-marginBottom-16 {
      margin-bottom: 104px;
  }
  .lp-extraLargeScreen-marginBottom-17 {
      margin-bottom: 112px;
  }
  .lp-extraLargeScreen-marginBottom-18 {
      margin-bottom: 120px;
  }
}

.lp-utility-text-extraSmall {
  font-size: 1.2rem;
}

@media screen and (max-width: 819px) {
  .lp-smallScreen-text-extraSmall {
      font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .lp-extraSmallScreen-text-extraSmall {
      font-size: 1.2rem;
  }
}

@media screen and (min-width: 820px) {
  .lp-largeScreen-text-extraSmall {
      font-size: 1.2rem;
  }
}

@media screen and (min-width: 970px) {
  .lp-extraLargeScreen-text-extraSmall {
      font-size: 1.2rem;
  }
}

.lp-hedding-large{
  font-size: 3.2rem;
}

.note-list{
  margin-top: 16px;
  .list-item{
    padding-left: 1rem;
    text-indent: -1rem;
    font-size: 14px;
  }
}

@media screen and (max-width:768px){
  
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-layout-container.of-termsAndConditions {
  max-width: 970px;
  margin: 30px auto 0;
  padding: 0;
}

.lp-layout-container.of-termsAndConditions p {
  margin-bottom: 0;
}

.lp-layout-container.of-termsAndConditions + .lp-layout-container.of-termsAndConditions {
  margin-top: 0;
  margin-bottom: 30px;
}

.lp-layout-container-inner {
  display: inline-block;
  text-align: left;
}

.lp-layout-container.of-termsAndConditions.of-width-large {
  max-width: 1240px;
}

.lp-layout-container.of-termsAndConditions.of-width-small {
  max-width: 720px;
}

@media screen and (max-width: 720px) {
  .lp-layout-container.of-termsAndConditions.of-width-small {
      padding: 0 10px;
  }
}

.lp-layout-container.of-termsAndConditions.of-width-small .utility-text-extraSmall {
  font-size: 12px;
}

.lp-cardDownload {
  margin-top: 30px;
}

#MainContent .lp-layout-container.of-termsAndConditions p {
  margin-bottom: 0;
}

#MainContent .lp-layout-container.of-termsAndConditions ul {
  margin-bottom: 0;
}

#MainContent .lp-layout-container.of-termsAndConditions ul li {
  margin-bottom: 0;
  padding-left: 0;
  background: none;
}

#MainContent .lp-layout-container.of-termsAndConditions {
  min-width: 970px;
  /*margin-top: 0;*/
  line-height: 1.5;
}

#MainContent .lp-layout-container.of-termsAndConditions.of-width-large {
  min-width: 1240px;
}

#MainContent .lp-layout-container.of-termsAndConditions.of-width-small {
  min-width: 720px;
}

#MainContent .lp-layout-container.of-termsAndConditions .TandCHeading01 {
  font-size: 12px;
}

#MainContent .lp-layout-container.of-termsAndConditions .utility-text-bold {
  font-weight: bold;
}


.lp-cardNovelty {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin: 30px 10px 30px 0;
  padding: 20px 10px 5px 40px;
  border-top: 4px solid #ffc61a;
  border-bottom: 4px solid #ffc61a;
  background-color: #fff7d6;
}

@media only screen and (max-width: 969px) {
  .lp-cardNovelty {
      margin: 30px 30px 20px 20px;
      padding-left: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty {
      flex-direction: column;
      margin: 30px 20px 15px;
      padding: 10px 20px 10px;
  }
}

.lp-cardNovelty .lp-cardNovelty-title {
  width: 85%;
  margin-bottom: 15px;
  margin-left: 40px;
  color: #333;
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
}
.lp-cardNovelty.lp-cardNovelty-col5 .lp-cardNovelty-title {
  flex: 1;
}

.lp-cardNovelty .lp-cardNovelty-title.lp-cardNovelty-longTitle {
  font-size: 2.5rem;
}

@media only screen and (max-width: 969px) {
  .lp-cardNovelty .lp-cardNovelty-title {
      margin-left: 50px;
      font-size: calc(1.8rem + ((1vw - 0.64rem) * (4.86322)));
  }
  .lp-cardNovelty .lp-cardNovelty-title.lp-cardNovelty-longTitle {
      font-size: calc(1.8rem + ((1vw - 0.84rem) * (2.86322)));
  }
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-cardNovelty-title {
      margin-bottom: 20px;
      margin-left: 0;
      font-size: 2rem;
      text-align: center;
  }
  .lp-cardNovelty .lp-cardNovelty-title.lp-cardNovelty-longTitle {
      font-size: 2.5rem;
  }
}

.lp-cardNovelty .lp-cardNovelty-text {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  padding: 5px 0;
  color: #fff;
  font-size: 2.4rem;
  justify-content: center;
}

@media only screen and (max-width: 969px) {
  .lp-cardNovelty .lp-cardNovelty-text {
      font-size: calc(1.8rem + ((1vw - 0.64rem) * (5.47112)));
  }
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-cardNovelty-text {
      display: block;
      padding: 0;
      font-size: 2.4rem;
  }
}

.lp-cardNovelty .lp-cardNovelty-text::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: -20px;
  width: calc(100% + 35px);
  height: 100%;
  background-color: #e53631;
  content: "";
}

@media only screen and (max-width: 969px) {
  .lp-cardNovelty .lp-cardNovelty-text::before {
      width: calc(100% + 55px);
  }
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-cardNovelty-text::before {
      right: -20px;
      width: calc(100% + 40px);
  }
}

.lp-cardNovelty .lp-cardNovelty-text::after {
  display: block;
  position: absolute;
  right: -20px;
  bottom: -10px;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #aa0500;
  content: "";
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-cardNovelty-text::after {
      display: none;
  }
}

.lp-cardNovelty .lp-listNovelty {
  display: flex;
  height: 100%;
  margin: 0 0 0 -15px;
  width: 75%;
}
.lp-cardNovelty.lp-cardNovelty-col5 .lp-listNovelty {
  flex-wrap: wrap;
}
@media only screen and (max-width: 969px) {
  .lp-cardNovelty.lp-cardNovelty-col5 .lp-listNovelty {
      flex: 2;
  }    
}
@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-listNovelty {
      flex-direction: row;
      justify-content: center;
      width: 100%;
      margin: 0 0 0 -8px;
  }
}

.lp-cardNovelty .lp-listNovelty > li {
  min-width: calc((100% - 60px)/ 4);
  margin-left: 15px;
  padding: 0;
  border: 1px solid #ffc61a;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
  margin-bottom: 15px;
}
.lp-cardNovelty.lp-cardNovelty-col5 .lp-listNovelty > li {
  flex: 0;
}

@media only screen and (max-width: 969px) {
  .lp-cardNovelty .lp-listNovelty > li {
      min-width: calc((100% - 30px) / 2);
  }
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-listNovelty > li {
      width: 100%;
      min-width: initial;
      margin-left: 10px;
  }
  .lp-cardNovelty.lp-cardNovelty-col5 .lp-listNovelty > li {
      width: 45%;
      flex: none;
  }    
}

/* .lp-cardNovelty .lp-listNovelty > li:nth-of-type(3n+1) {
  background: #f7941d;
}

.lp-cardNovelty .lp-listNovelty > li:nth-of-type(3n+1) .lp-mediaNovelty-icon {
  color: #f7941d;
}

.lp-cardNovelty .lp-listNovelty > li:nth-of-type(3n+2) {
  background: #f25a29;
}

.lp-cardNovelty .lp-listNovelty > li:nth-of-type(3n+2) .lp-mediaNovelty-icon {
  color: #f25a29;
}

.lp-cardNovelty .lp-listNovelty > li:nth-of-type(3n) {
  background: #e50011;
}

.lp-cardNovelty .lp-listNovelty > li:nth-of-type(3n) .lp-mediaNovelty-icon {
  color: #e50011;
} */

.lp-cardNovelty .lp-listNovelty > li:nth-of-type(2n+1) {
  background: #f7941d;
}

.lp-cardNovelty .lp-listNovelty > li:nth-of-type(2n+1) .lp-mediaNovelty-icon {
  color: #f7941d;
}

.lp-cardNovelty .lp-listNovelty > li:nth-of-type(2n) {
  background: #f25a29;
}

.lp-cardNovelty .lp-listNovelty > li:nth-of-type(2n) .lp-mediaNovelty-icon {
  color: #f25a29;
}

.lp-cardNovelty .lp-listNovelty .lp-mediaNovelty-icon {
  height: auto;
  font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-listNovelty .lp-mediaNovelty-icon {
      font-size: 1.6rem;
  }
}

.lp-cardNovelty .lp-mediaNovelty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-mediaNovelty {
      padding: 0;
  }
}

.lp-cardNovelty .lp-mediaNovelty > li {
  margin-left: 10px;
  padding: 0;
}

.lp-cardNovelty .lp-mediaNovelty-icon {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  order: 1;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 5px;
  border-radius: 0;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 969px) {
  .lp-cardNovelty .lp-mediaNovelty-icon {
      font-size: calc(1.6rem + ((1vw - 0.64rem) * (1.21581)));
  }
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-mediaNovelty-icon {
      flex-direction: column;
      justify-content: flex-start;
      font-size: 1.6rem;
  }
}

.lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-item {
  padding-right: 3px;
}

@media only screen and (max-width: 969px) {
  .lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-item {
      font-size: calc(1.6rem + ((1vw - 0.64rem) * (1.21581)));
  }
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-item {
      padding-right: 0;
  }
}

.lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-text {
  padding-top: 5px;
  padding-bottom: 2px;
  color: #333;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
}

@media only screen and (max-width: 969px) {
  .lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-text {
      font-size: calc(1.3rem + ((1vw - 0.64rem) * (0.6079)));
  }
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-text {
      padding-top: 0;
      font-size: 1.3rem;
  }
}

.lp-cardNovelty .lp-mediaNovelty-image {
  width: 100%;
  min-height: 0%;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
}

.lp-cardNovelty .lp-mediaNovelty-image > img{
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-mediaNovelty-image {
      width: 100%;
      padding: 3px;
  }
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-mediaNovelty-image > img {
      max-width: 100%;
      min-height: 100%;
  }
}

.lp-cardNovelty .lp-smallScreen-hide {
  display: block;
}

@media only screen and (max-width: 640px) {
  .lp-cardNovelty .lp-smallScreen-hide {
      display: none;
  }
}

@media only screen and (max-width: 640px) {
  #MainContent .lp-cardNovelty .lp-smallScreen-hide {
      display: block;
  }
}

#MainContent .lp-cardNovelty {
  min-width: 910px;
  line-height: 1.5;
}

@media only screen and (max-width: 969px) {
  #MainContent .lp-cardNovelty {
      margin: 30px 10px 15px 0;
      padding-left: 40px;
  }
}

@media only screen and (max-width: 640px) {
  #MainContent .lp-cardNovelty {
      flex-direction: row-reverse;
      padding: 20px 10px 20px 40px;
  }
}

#MainContent .lp-cardNovelty * {
  box-sizing: border-box;
}

#MainContent .lp-cardNovelty p {
  margin: 0;
}

#MainContent .lp-cardNovelty ul {
  margin: 0 0 0 -15px;
}

#MainContent .lp-cardNovelty ul li {
  margin: 0 0 0 15px;
  padding: 0;
  background: none;
}

#MainContent .lp-cardNovelty ul li:nth-of-type(1) {
  background: #f7941d;
}

#MainContent .lp-cardNovelty ul li:nth-of-type(1) .lp-mediaNovelty-icon {
  color: #f7941d;
}

#MainContent .lp-cardNovelty ul li:nth-of-type(2) {
  background: #f25a29;
}

#MainContent .lp-cardNovelty ul li:nth-of-type(2) .lp-mediaNovelty-icon {
  color: #f25a29;
}

#MainContent .lp-cardNovelty ul li:nth-of-type(3) {
  background: #e50011;
}

#MainContent .lp-cardNovelty ul li:nth-of-type(3) .lp-mediaNovelty-icon {
  color: #e50011;
}

#MainContent .lp-cardNovelty ul li .lp-mediaNovelty-icon {
  font-size: 20px;
  flex-direction: row;
  justify-content: center;
}

@media only screen and (max-width: 969px) {
  #MainContent .lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-item {
      font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #MainContent .lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-item {
      padding-right: 3px;
  }
}

#MainContent .lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-text {
  font-size: 15px;
}

@media only screen and (max-width: 969px) {
  #MainContent .lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-text {
      font-size: 15px;
  }
}

@media only screen and (max-width: 640px) {
  #MainContent .lp-cardNovelty .lp-mediaNovelty-icon > .lp-mediaNovelty-icon-text {
      padding-top: 5px;
      font-size: 15px;
  }
}

#MainContent .lp-cardNovelty .lp-cardNovelty-title {
  -moz-text-align-last: left;
  width: 342px;
  font-size: 34px;
  text-align-last: left;
}

#MainContent .lp-cardNovelty .lp-cardNovelty-text {
  font-size: 36px;
}

@media only screen and (max-width: 640px) {
  #MainContent .lp-cardNovelty .lp-cardNovelty-text {
      padding: 5px 0;
  }
}

#MainContent .lp-cardNovelty .lp-cardNovelty-text::before {
  width: 412px;
}

@media only screen and (max-width: 640px) {
  #MainContent .lp-cardNovelty .lp-cardNovelty-text::after {
      display: block;
  }
}

#MainContent .lp-cardNovelty .lp-mediaNovelty {
  max-width: 144px;
}

@media only screen and (max-width: 640px) {
  #MainContent .lp-cardNovelty .lp-mediaNovelty-image {
      padding: 5px;
  }
}

#MainContent .lp-cardNovelty .lp-listNovelty {
  width: inherit;
}

.pc-view{

}
.sp-view{
  display: none;
}

@media only screen and (max-width: 640px) {
  .pc-view{
    display: none;
  }
  .sp-view{
    display: block;
  }
}