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

:root {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  color: #333;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 0;
}

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] {
  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;
}

video {
  display: block;
  max-width: 100%;
}

:root {
  --LP_COLOR_DARK: #333;
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_RED: #c43958;
  --LP_COLOR_LIGHTGRAY: #ddd;
  --LP_COLOR_PRIMARY: #129e83;
  --LP_COLOR_BACKGROUND_DARK: #000;
  --LP_COLOR_BACKGROUND_WHITE: #fff;
  --LP_COLOR_BACKGROUND_LIGHTGRAY: #a8a8a8;
  --LP_COLOR_BACKGROUND_PRIMARY: #09006a;
  --LP_COLOR_BACKGROUND_SECONDARY: #eaeaf0;
  --LP_COLOR_BACKGROUND_TERTIARY: #1d5360;
  --LP_FONT_WEIGHT_BOLD: 700;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_MEDIUM: 500;
  --LP_FONT_WEIGHT_NORMAL: 400;
  --LP_LINE_HEIGHT_PRIMARY: 1.4;
  --LP_LINE_HEIGHT_SECONDARY: 1.5;
  --LP_LINE_HEIGHT_TERTIARY: 1.8;
}

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

.lp-figure-caption > *:last-child, .lp-card-content > *:last-child, .lp-card > *:last-child, .lp-mediaProduct-body > *:last-child, .lp-mediaProduct > *:last-child, .lp-mediaAnser-body > *:last-child, .lp-mediaAnser > *:last-child, .lp-mediaQuestion-body > *:last-child, .lp-mediaQuestion > *:last-child, .lp-media-image > *:last-child, .lp-media-body > *:last-child, .lp-linkAnchor-titleGroup > *:last-child, .lp-linkAnchor-content > *:last-child, .lp-linkAnchor-group > *:last-child, .lp-linkAnchor > *:last-child, .lp-listButton > li > *:last-child, .lp-listButton > *:last-child, .lp-headingLevel2-group > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-image > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-footer-copyright > *:last-child, .lp-layout-footer-list > li > *:last-child, .lp-layout-footer-list > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-main > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

.lp-layout-container {
  width: 100%;
  margin-inline: auto;
}
.lp-layout-container.of-small {
  width: 900px;
}

.lp-layout-main {
  min-width: 1366px;
}

.lp-layout-header {
  width: 100%;
  min-width: 1366px;
  border-bottom: 1px solid var(--LP_COLOR_LIGHTGRAY);
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 1366px;
  max-width: 1480px;
  margin-inline: auto;
  padding: 4px 20px 8px;
}
.lp-layout-header-logo {
  line-height: 1;
}
.lp-layout-header-logo img {
  width: 114px;
}

.lp-layout-footer {
  width: 100%;
  min-width: 1366px;
}
.lp-layout-footer-content {
  margin-inline: auto;
  padding: 16px 20px;
}
.lp-layout-footer-list {
  display: flex;
  justify-content: center;
  font-size: 12px;
  gap: 33px;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -17px;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_BACKGROUND_LIGHTGRAY);
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
.lp-layout-footer-list > li a {
  color: var(--LP_COLOR_DARK);
  text-decoration: none;
}
.lp-layout-footer-list > li a:hover {
  text-decoration: underline;
}
.lp-layout-footer-copyright {
  margin-bottom: 16px;
  text-align: center;
}

.lp-jumbotron-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1366px;
  max-width: 1600px;
  margin-inline: auto;
  padding: 120px 0;
  gap: clamp(64px, 5vw, 110px);
}
.lp-jumbotron-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.lp-jumbotron-image {
  width: clamp(642px, 52vw, 992px);
}
.lp-jumbotron-image > img {
  width: 100%;
}
.lp-jumbotron-title {
  display: block;
  font-size: 38px;
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
.lp-jumbotron-titleGroup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 64px;
}
.lp-jumbotron-seriesGroup {
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
.lp-jumbotron-seriesName {
  display: inline-block;
  margin: 8px;
}
.lp-jumbotron-productImage {
  order: -1;
  width: 280px;
}

.lp-section {
  width: 100%;
}
.lp-section-content {
  width: 1240px;
  margin-inline: auto;
  padding: 96px 20px 127px;
}
.lp-section.of-primary > .lp-section-content {
  padding: 0;
}
.lp-section.of-secondary {
  background: url("../../../../../img/products/vhx-d500/195555001/195555001_bg_04.png") no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.lp-section.of-secondary > .lp-section-content {
  padding: 214px 0 186px;
}
.lp-section.of-tertiary {
  position: relative;
  overflow: hidden;
  background-color: var(--LP_COLOR_BACKGROUND_DARK);
  color: var(--LP_COLOR_WHITE);
}
.lp-section.of-tertiary::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -200px;
  left: 50%;
  width: 100%;
  max-width: 930px;
  height: 750px;
  transform: translateX(-50%);
  background: radial-gradient(var(--LP_COLOR_BACKGROUND_PRIMARY) 20%, var(--LP_COLOR_BACKGROUND_DARK) 70%);
}
.lp-section.of-tertiary > .lp-section-content {
  position: relative;
  z-index: 1;
  width: 1036px;
  padding: 80px 0 194px;
}
.lp-section.of-quaternary > .lp-section-content {
  width: 1060px;
  padding: 186px 0 254px;
}
.lp-section.of-quinary {
  background-color: var(--LP_COLOR_BACKGROUND_SECONDARY);
}
.lp-section.of-quinary > .lp-section-content {
  padding: 54px 0;
}

.lp-headingLevel2 {
  display: block;
  margin-bottom: 48px;
  font-size: 30px;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
.lp-headingLevel2-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.lp-headingLevel3 {
  display: block;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
.lp-headingLevel3.of-primary {
  padding: 0 16px 2px;
  background-color: var(--LP_COLOR_BACKGROUND_TERTIARY);
  color: var(--LP_COLOR_WHITE);
  text-align: center;
}
.lp-headingLevel3.of-border {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--LP_COLOR_WHITE);
}

.lp-text {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: var(--LP_LINE_HEIGHT_TERTIARY);
}
.lp-text.of-semiBold {
  font-weight: 600;
}
.lp-text:has(+ dl) {
  margin-bottom: 130px;
}
.lp-textPhone {
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
.lp-textPhone-number {
  font-size: 24px;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
.lp-textPhone-numberGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.lp-textPhone-note {
  font-size: 12px;
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
}
.lp-textPhone-icon {
  display: block;
  width: 35px;
  min-width: 35px;
  height: 20px;
  min-height: 20px;
}
.lp-textPhone-icon > .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textLead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
.lp-textLead.of-border {
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.lp-listButton:has(+ .lp-jumbotron-productImage) {
  margin-bottom: 0;
}

.lp-button {
  display: inline-block;
  min-width: 240px;
  margin-bottom: 16px;
  padding: 13px 32px 11px;
  transition: all 0.3s;
  border-radius: 40px;
  background: var(--LP_COLOR_WHITE);
  box-shadow: 6px 6px 10px 3px rgba(36, 65, 93, 0.15);
  color: var(--LP_COLOR_RED);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.lp-button.of-primary {
  color: var(--LP_COLOR_PRIMARY);
}
.lp-button:hover {
  opacity: 0.7;
}

.lp-linkAnchor {
  width: 50%;
  background: url("../../../../../img/products/vhx-d500/195555001/195555001_bg_01.png") no-repeat #000;
  text-decoration: none;
}
.lp-linkAnchor.of-secondary {
  background: url("../../../../../img/products/vhx-d500/195555001/195555001_bg_02.png") no-repeat #000;
}
.lp-linkAnchor-group {
  display: flex;
  width: 1240px;
  margin: 0 auto 24px;
}
.lp-linkAnchor-content {
  margin-bottom: 16px;
  padding: 28px 16px 54px;
  text-align: center;
}
.lp-linkAnchor-text {
  display: block;
  margin-bottom: 24px;
  color: var(--LP_COLOR_WHITE);
  font-size: 20px;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
.lp-linkAnchor-title {
  display: block;
  color: var(--LP_COLOR_WHITE);
  font-size: 30px;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
.lp-linkAnchor-title.of-small {
  font-size: 13px;
}
.lp-linkAnchor-titleGroup {
  margin-bottom: 16px;
}

.lp-media {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-bottom: 67px;
}
.lp-media-body {
  width: 100%;
}
.lp-media-imageGroup {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.lp-media-image.of-primary {
  width: clamp(861px, 65vw, 1642px);
}
.lp-media-image.of-primary > img {
  width: 100%;
}
.lp-media.of-column-reverse {
  flex-direction: column-reverse;
}
.lp-media.of-primary {
  margin-bottom: 160px;
  gap: 40px;
}
.lp-mediaQuestion {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 6px;
}
.lp-mediaQuestion-body {
  display: flex;
  position: relative;
  align-items: center;
  width: 752px;
  height: fit-content;
  min-height: 116px;
  margin-left: 130px;
  padding: 10px 30px;
  border: 4px solid #e2e2e2;
  border-radius: 20px;
  background-color: #f5f5f5;
}
.lp-mediaQuestion-body::before, .lp-mediaQuestion-body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 4%;
  margin-left: -6px;
  border: 7px solid transparent;
  border-top: 7px solid #f5f5f5;
  border-left: 7px solid #f5f5f5;
}
.lp-mediaQuestion-body::after {
  z-index: 1;
  margin: 0px 0 0 -10px;
  border: 12px solid transparent;
  border-top: 12px solid #e2e2e2;
  border-left: 12px solid #e2e2e2;
}
.lp-mediaQuestion-image {
  position: absolute;
  bottom: -80px;
  width: 130px;
  text-align: right;
}
.lp-mediaQuestion-title {
  display: block;
  color: #cb84e2;
  font-size: 30px;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
.lp-mediaAnser {
  display: flex;
  position: relative;
  justify-content: right;
  gap: 6px;
}
.lp-mediaAnser-body {
  position: relative;
  width: 752px;
  max-height: fit-content;
  margin-right: 120px;
  padding: 33px;
  border: 4px solid #e2e2e2;
  border-radius: 20px;
  background-color: var(--LP_COLOR_BACKGROUND_WHITE);
}
.lp-mediaAnser-body::before, .lp-mediaAnser-body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 100%;
  right: 4%;
  margin-right: 5px;
  border: 7px solid transparent;
  border-top: 7px solid var(--LP_COLOR_WHITE);
  border-right: 7px solid var(--LP_COLOR_WHITE);
}
.lp-mediaAnser-body::after {
  z-index: 1;
  margin: 0px 1px 0 0;
  border: 12px solid transparent;
  border-top: 12px solid #e2e2e2;
  border-right: 12px solid #e2e2e2;
}
.lp-mediaAnser-image {
  position: absolute;
  bottom: -100px;
}
.lp-mediaProduct {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
}
.lp-mediaProduct-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 754px;
}
.lp-mediaProduct-title {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
.lp-mediaProduct-series {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  gap: 14px;
}
.lp-mediaProduct-seriesName {
  display: inline-block;
  font-size: 30px;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
.lp-mediaProduct-image {
  width: 394px;
  min-width: 394px;
}

.lp-card {
  width: 926px;
  margin: 0 auto 54px;
  background-color: var(--LP_COLOR_BACKGROUND_WHITE);
}
.lp-card-content {
  padding: 48px 36px;
}
.lp-card.of-primary {
  width: 100%;
  margin-bottom: 15px;
  padding: 13px 14px 16px;
  background-color: #f7f7f7;
}

.lp-figure {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.lp-figure.of-column-reverse {
  flex-direction: column-reverse;
}
.lp-figure-image {
  margin-bottom: 13px;
}
.lp-figure-caption {
  font-size: 20px;
}
.lp-figure-captionGroup {
  display: flex;
  gap: 280px;
  justify-content: center;
}

.lp-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 16px;
}
.lp-list li {
  position: relative;
  padding-left: 16px;
}
.lp-list li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.lp-listQuestion {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 64px;
}
.lp-listQuestion > dd:has(+ dt) {
  margin-bottom: 150px;
}
.lp-listQuestion:has(+ .lp-listButton) {
  margin-bottom: 225px;
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-textAlign-left {
  text-align: left;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-backGround-primary {
  background: url("../../../../../img/products/vhx-d500/195555001/195555001_bg_03.png") no-repeat #f7f7f7;
  background-position: left bottom 1210px;
  background-size: contain;
}
.lp-utility-gap-primary {
  gap: 80px;
}
.lp-utility-fontWeight-normal {
  font-weight: var(--LP_FONT_WEIGHT_NORMAL);
}
.lp-utility-fontWeight-bold {
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
.lp-utility-marginBottom-primary {
  margin-bottom: 100px;
}
.lp-utility-marginBottom-secondary {
  margin-bottom: 75px;
}
.lp-utility-marginBottom-tertiary {
  margin-bottom: 120px;
}
