@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 + .lp-buttonConversion-image {
    margin-left: 4px;
}

.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-inquiry .lp-buttonConversion-body,
.lp-buttonConversion.of-tryangle .lp-buttonConversion-body,
.lp-buttonConversion.of-triangle .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-inquiry .lp-buttonConversion-body::before,
.lp-buttonConversion.of-tryangle .lp-buttonConversion-body::before,
.lp-buttonConversion.of-triangle .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-tryangle .lp-buttonConversion-body::before,
.lp-buttonConversion.of-triangle .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-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_02.png") no-repeat center center;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_03.png") no-repeat center center;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_04.png") no-repeat center center;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_05.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: #1a90db;
}

p {
    margin-bottom: 16px;
}

html[lang="ja"] {
    font-size: 62.5%;
}

html[lang="ja"] body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

html[lang="ja"] .lp-buttonConversion:link, html[lang="ja"] .lp-buttonConversion:visited {
    color: #fff;
}

html[lang="ja"] .lp-buttonConversion:hover, html[lang="ja"] .lp-buttonConversion:focus {
    color: #fff;
    opacity: 1;
}

html[lang="ja"] #header.simple {
    margin-bottom: 0;
}

html[lang="ja"] #nojs {
    font-size: 14.08px;
}

html[lang="ja"] #main.lp {
    margin-top: 0;
}

html[lang="ja"] #main p {
    margin-top: 0;
}

html[lang="ja"] #header .utility .inner .logo,
html[lang="ja"] #footer .utility .inner .copy {
    margin-bottom: 0;
}

html[lang="ja"] #footer .utility .inner .copy,
html[lang="ja"] #footer .utility .inner .link li {
    font-size: 12.0686px;
}

@media screen and (min-width: 768px) {
    .lp-buttonConversion-body {
        font-size: 1.8rem;
    }
    .lp-layout-grid-column .lp-buttonConversion-body {
        font-size: 1.5rem;
    }
}

.layout-container {
    max-width: 1000px;
}

#MainContentBody .layout-container {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
}

.layout-main {
    background: #fafafa;
    position: relative;
}

.layout-main::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #fafafa;
    z-index: -100;
    top: 100%;
    left: 0;
}

.lp-layout-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 0 -24px;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-2 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column {
    width: 33.33333333%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-3 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column {
    width: 25%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-4 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    width: 100%;
    margin-top: 24px;
    padding-left: 24px;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel1 + .lp-layout-grid-outer {
    margin-top: -42px;
}

.lp-jumbotron-content {
    margin: 0 auto;
    padding: 35px 20px 40px;
}

.lp-layout-grid-column .lp-jumbotron-content {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid-column + .lp-layout-grid-column .lp-jumbotron-content {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.lp-jumbotron-inner {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column .lp-jumbotron-inner {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-inner {
        display: block;
    }
}

.lp-jumbotron-inner > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body {
    flex: 1;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column .lp-jumbotron-body {
        flex: inherit;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex: inherit;
        margin-bottom: 24px;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 25px;
    font-size: 3.2rem;
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 24px;
        font-size: 2rem;
    }
}

.lp-jumbotron-titleGroup .lp-jumbotron-title {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (min-width: 641px) {
    .lp-layout-grid-column .lp-jumbotron-titleGroup .lp-jumbotron-title {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup .lp-jumbotron-title {
        font-size: 2rem;
    }
}

.lp-jumbotron-titleGroup .lp-jumbotron-title.of-flex {
    display: flex;
}

.lp-jumbotron-titleGroup .lp-jumbotron-subtitle {
    display: block;
    margin-top: 16px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (min-width: 641px) {
    .lp-layout-grid-column .lp-jumbotron-titleGroup .lp-jumbotron-subtitle {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 640px) {
    .lp-jumbotron-titleGroup .lp-jumbotron-subtitle {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 641px) {
    .lp-layout-grid-column .lp-jumbotron-description {
        font-size: 1.4rem;
    }
}

.lp-jumbotron-button {
    max-width: 390px;
    padding-left: 32px;
}

.lp-jumbotron-button.of-wide {
    max-width: 640px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-button.of-wide {
        max-width: inherit;
    }
}

@media screen and (min-width: 1241px) {
    .lp-layout-grid-column .lp-jumbotron-button {
        max-width: 310px;
    }
    .lp-layout-grid-column .lp-jumbotron-button.of-wide {
        max-width: 310px;
    }
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column .lp-jumbotron-button {
        max-width: inherit;
        padding-left: 0;
    }
    .lp-layout-grid-column .lp-jumbotron-button.of-wide {
        max-width: inherit;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-button {
        max-width: calc(390vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-button {
        max-width: inherit;
        padding-left: 0;
    }
}

.lp-jumbotron-button .lp-buttonConversion-body {
    max-width: 390px;
}

@media screen and (min-width: 1241px) {
    .lp-layout-grid-column .lp-jumbotron-button .lp-buttonConversion-body {
        max-width: 310px;
    }
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column .lp-jumbotron-button .lp-buttonConversion-body {
        max-width: inherit;
    }
}

@media screen and (max-width: 969px) and (min-width: 768px) {
    .lp-jumbotron-button .lp-buttonConversion-body {
        max-width: calc(390vw * 100 / 969);
        font-size: calc(18vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-button .lp-buttonConversion-body {
        max-width: inherit;
    }
}

.lp-jumbotronOverall {
    background: #2a3440 url("../../img/landing_page/lp_video_templates/lp_video_templates_bg_01.png") no-repeat;
    background-position: calc(50% + 192px) 0;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .lp-jumbotronOverall {
        background-image: none;
    }
}

.lp-jumbotronOverall-content {
    max-width: 1018px;
    min-height: 165px;
    margin: 0 auto;
    padding: 30px 20px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotronOverall-content {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotronOverall-content {
        min-height: inherit;
    }
}

.lp-jumbotronOverall-inner {
    max-width: 630px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotronOverall-inner {
        max-width: calc(630vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotronOverall-inner {
        max-width: inherit;
    }
}

.lp-jumbotronOverall-title {
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: normal;
    line-height: 1.25;
    text-shadow: 0 0 10px #151c23, 0 0 10px #151c23, 0 0 10px #151c23;
}

@media screen and (max-width: 767px) {
    .lp-jumbotronOverall-title {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        text-shadow: none;
    }
}

.lp-jumbotronOverall-body {
    display: block;
}

.lp-jumbotronOverall-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotronOverall-description {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.3;
    text-shadow: 0 0 10px #151c23, 0 0 10px #151c23, 0 0 10px #151c23;
}

@media screen and (max-width: 767px) {
    .lp-jumbotronOverall-description {
        display: block;
        margin-top: 8px;
        font-size: 16px;
        text-align: center;
        text-shadow: none;
    }
}

.lp-section {
    margin-bottom: 30px;
}

.lp-section-content {
    max-width: 1000px;
    padding: 0 20px;
}

.lp-layout-grid-column .lp-section-content {
    padding: 0;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 790px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column .lp-mediaAsset {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column;
    }
}

.lp-mediaAsset.of-multipleImage .lp-mediaAsset-body {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset.of-multipleImage .lp-mediaAsset-body {
        flex: inherit;
    }
}

.lp-mediaAsset.of-multipleImage .lp-mediaAsset-image {
    display: flex;
    align-items: center;
    border: 0;
}

.lp-mediaAsset.of-multipleImage .lp-mediaAsset-image > img {
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset.of-multipleImage .lp-mediaAsset-image > img {
        max-width: 110px;
    }
}

.lp-mediaAsset.of-multipleImage .lp-mediaAsset-image > img + img {
    margin-left: 8px;
}

.lp-mediaAsset.of-multipleAsset {
    flex-wrap: wrap;
    max-width: inherit;
}

.lp-mediaAsset.of-multipleAsset .lp-mediaAsset-header {
    width: 100%;
    margin-bottom: 16px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset.of-multipleAsset .lp-mediaAsset-header {
        text-align: center;
    }
}

.lp-mediaAsset.of-multipleAsset .lp-mediaAsset-content {
    display: flex;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset.of-multipleAsset .lp-mediaAsset-content {
        flex-direction: column;
    }
}

.lp-mediaAsset.of-multipleAsset .lp-mediaAsset-body {
    width: 100%;
    padding-right: 24px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset.of-multipleAsset .lp-mediaAsset-body {
        padding-right: 0;
        text-align: center;
    }
}

.lp-mediaAsset.of-multipleAsset .lp-mediaAsset-body:first-child {
    order: 2;
}

.lp-mediaAsset.of-multipleAsset .lp-mediaAsset-body:nth-child(3) {
    order: 4;
}

.lp-mediaAsset.of-multipleAsset .lp-mediaAsset-body:nth-child(5) {
    order: 6;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset.of-multipleAsset .lp-mediaAsset-body:not(:first-child) + .lp-mediaAsset-image {
        margin-top: 32px;
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset.of-multipleAsset .lp-mediaAsset-image {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-mediaAsset.of-multipleAsset .lp-mediaAsset-image:nth-child(2) {
    order: 1;
}

.lp-mediaAsset.of-multipleAsset .lp-mediaAsset-image:nth-child(4) {
    order: 3;
}

.lp-mediaAsset.of-multipleAsset .lp-mediaAsset-image:nth-child(6) {
    order: 5;
}

.lp-mediaAsset-body {
    order: 2;
    max-width: 600px;
    font-size: 2rem;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column .lp-mediaAsset-body {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        width: 100%;
        text-align: center;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    font-size: 3rem;
}

@media screen and (min-width: 768px) {
    .lp-layout-grid-column .lp-mediaAsset-text {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-text {
        font-size: 2rem;
    }
}

.lp-mediaAsset-text.of-fontSize-small {
    font-size: 2rem;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-text.of-fontSize-small {
        font-size: 1.6rem;
    }
}

.lp-mediaAsset-image {
    order: 1;
    min-height: 0%;
    margin-right: 40px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column .lp-mediaAsset-image {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-mediaAsset-image img {
    max-width: inherit;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column .lp-mediaAsset-image img {
        max-width: 140px;
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image img {
        max-width: 140px;
    }
}

.lp-cardDownload {
    padding: 7px 20px 4px;
    background: linear-gradient(#3f3f3f, #1c1c1c);
    color: #fff;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-cardDownload {
        font-size: 20px;
    }
}

.lp-cardDownload-body {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0 80px;
}

@media only screen and (max-width: 640px) {
    .lp-cardDownload-body {
        padding: 0 60px;
    }
}

.lp-cardDownload-body::before, .lp-cardDownload-body::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    background: url("../../../img/landing_page/common/icon_btn_arrow.png") no-repeat;
    content: "";
}

.lp-cardDownload-body::before {
    left: 0;
}

.lp-cardDownload-body::after {
    right: 0;
}

.lp-cardDownload-body > *:last-child {
    margin-bottom: 0;
}

.lp-cardContinue {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 969px) {
    .lp-cardContinue {
        padding: calc(1rem + ((1vw - 0.36rem) * (1.64204)));
    }
}

.lp-cardContinue-body {
    width: 100%;
    max-width: 788px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    font-size: 2.4rem;
}

@media screen and (max-width: 969px) {
    .lp-cardContinue-body {
        padding: calc(1.6rem + ((1vw - 0.36rem) * (2.29885))) calc(1.6rem + ((1vw - 0.36rem) * (0.65681)));
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (1.64204)));
    }
}

.lp-cardContinue-body > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    text-align: center;
}

.lp-listButton.of-horizontal {
    display: flex;
    flex-wrap: wrap;
    margin-top: -8px;
    margin-left: -8px;
}

@media only screen and (max-width: 767px) {
    .lp-listButton.of-horizontal {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.lp-listButton.of-horizontal > li {
    display: flex;
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 8px;
}

@media only screen and (max-width: 767px) {
    .lp-listButton.of-horizontal > li {
        margin-bottom: 16px;
    }
    .lp-listButton.of-horizontal > li:last-child {
        margin-bottom: 0;
    }
}

.lp-listButton > li {
    margin-bottom: 24px;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-iconEmphasis {
    display: inline-block;
    margin-right: 8px;
    padding: 4px 16px 3px;
    background: #ce0111;
    color: #fff;
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    .lp-iconEmphasis {
        padding: 4px 8px 3px;
    }
}

.lp-jumbotron-title.of-flex .lp-iconEmphasis {
    align-self: flex-start;
    margin-top: 3px;
    margin-right: 16px;
    font-size: 1.8rem;
    white-space: nowrap;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title.of-flex .lp-iconEmphasis {
        margin-top: 0;
        margin-right: 8px;
        font-size: 1.5rem;
    }
}

.lp-buttonTelephone > a {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    outline: none;
    color: #666;
    font-size: 3rem;
    font-weight: bold;
    text-decoration: none;
    cursor: text;
}

@media only screen and (max-width: 767px) {
    .lp-buttonTelephone > a {
        font-size: 2rem;
    }
}

.lp-buttonTelephone > a::before {
    position: absolute;
    top: 50%;
    left: -4px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url("../../img/landing_page/lp_video_templates/icon_phone.png") no-repeat;
    background-size: cover;
    content: "";
}

.lp-listConversion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -24px 0 24px -32px;
}

.lp-listConversion > li {
    max-width: 340px;
    margin-top: 24px;
    padding-left: 32px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-listConversion > li {
        width: 100%;
        max-width: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .lp-largeScreen-break {
        display: none;
    }
}

.lp-headingLevel1 {
    margin: 0 0 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

.lp-headingLevel1.of-primary {
    margin-top: 32px;
    padding-bottom: 8px;
    border-bottom: 2px solid #8b8787;
}

@media screen and (max-width: 767px) {
    .lp-headingLevel1.of-primary {
        margin-top: 24px;
        font-size: 2.2rem;
    }
}

.lp-figureMovie.utility-textAlign-center {
    position: relative;
    padding-bottom: 56.25%;
    text-align: left;
}

/* ---------------------------
    figure 2 column
--------------------------- */
.lp-figure {
    width: 100%;
    max-width: 296px;
    margin-bottom: 16px;
}

.lp-figureGroup:has(> .lp-figure + .lp-figureMovie) {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 969px) {
    .lp-figureGroup:has(> .lp-figure + .lp-figureMovie) {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .lp-figureGroup:has(> .lp-figure + .lp-figureMovie) {
        padding: 8px 0 16px 0;
    }
}

.lp-figureGroup:has(> .lp-figure + .lp-figureMovie) > .lp-figure {
    margin-left: 36px;
}

@media screen and (max-width: 1280px) {
    .lp-figureGroup:has(> .lp-figure + .lp-figureMovie) > .lp-figure {
        max-width: calc(25.2rem + (1vw - 0.97rem) * (14.1935483871));
        margin-left: calc(2rem + (1vw - 0.97rem) * (5.1612903226));
    }
}

@media screen and (max-width: 969px) {
    .lp-figureGroup:has(> .lp-figure + .lp-figureMovie) > .lp-figure {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        margin-top: 32px;
        margin-left: 0;
    }
}

.lp-figureGroup:has(> .lp-figure + .lp-figureMovie) > *:last-child {
    margin-bottom: 0;
}

.lp-figureGroup:has(> .lp-figure) {
    display: block;
}

.lp-figureGroup:has(> .lp-figure) > .lp-figure {
    margin-left: 0;
}

.lp-figureGroup:has(> .lp-figure) > *:last-child {
    margin-bottom: 0;
}

.lp-figureMovie {
    width: 100%;
}

.lp-figure-caption {
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
}

@media screen and (max-width: 969px) {
    .lp-figure-caption {
        margin-bottom: 16px;
        font-size: calc(1.8rem + (1vw - 0.64rem) * (0.6079027356));
    }
}

@media screen and (max-width: 640px) {
    .lp-figure-caption {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

.lp-figure-caption > *:last-child {
    margin-bottom: 0;
}

.lp-figure-image {
    width: 296px;
}

@media screen and (max-width: 1280px) {
    .lp-figure-image {
        width: calc(25.2rem + (1vw - 0.97rem) * (14.1935483871));
    }
}

@media screen and (max-width: 969px) {
    .lp-figure-image {
        width: 296px;
    }
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

.lp-utility-lastChild {
    margin-bottom: 0;
}

#LpContentsArea {
    line-height: 1.33;
}

#LpContentsArea * + p {
    margin: 16px 0 0;
}

#LpContentsArea * + ul,
#LpContentsArea * + ol {
    margin-top: 16px;
    line-height: 1.25;
}

#LpContentsArea * + [data-componenttype="txt"] {
    margin-top: 16px;
}

.Clm.White,
.Clm.Gray,
.Clm.Blue,
.Clm.Black,
.Clm.SolidBlack,
.Clm.SolidGray {
    z-index: 0;
    position: relative;
}

.Clm.Black,
.Clm.SolidBlack {
    color: #fff;
}

.Clm.Gray::before,
.Clm.Blue::before,
.Clm.Black::before,
.Clm.SolidBlack::before,
.Clm.SolidGray::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    content: "";
}

.Clm {
    max-width: 970px;
    margin: 0 auto;
    padding: 25px 0;
}

.Clm.White {
    background: #fff;
}

.Clm.Gray::before {
    background: linear-gradient(to bottom, #efefef 0%, #cdcdcd 100%) #efefef;
}

.Clm.Blue::before {
    background: #b9d0e2;
}

.Clm.Black::before {
    background: linear-gradient(to bottom, #717578 0%, #17191a 100%) #17191a;
}

.Clm.SolidBlack::before {
    background: #17191a;
}

.Clm.SolidGray::before {
    background: #cdcdcd;
}

@media screen and (max-width: 969px) {
    .Clm {
        width: 100%;
        padding: 45px 10px;
    }
}

#LpContentsArea h1 {
    margin: -5px auto 34px;
    font-size: 3.3rem;
    text-align: center;
}

#LpContentsArea * + h1 {
    margin-top: 26px;
}

#LpContentsArea h1 > span {
    display: inline-block;
    border-bottom: 1px solid #403f40;
}

#LpContentsArea .Black h1 > span,
#LpContentsArea .SolidBlack h1 > span {
    border-bottom: 1px solid #fff;
}

#LpContentsArea h1 u {
    display: block;
    border-bottom: 3px solid #403f40;
    text-decoration: none;
}

#LpContentsArea .Black h1 u,
#LpContentsArea .SolidBlack h1 u {
    border-bottom: 3px solid #fff;
}

@media screen and (max-width: 969px) {
    #LpContentsArea h1 {
        margin: 0 0 25px;
        line-height: 1.25;
    }
}

#LpContentsArea .LytClm2 h1,
#LpContentsArea .LytClm3 h1 {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #403f40;
}

#LpContentsArea .Black .LytClm2 h1,
#LpContentsArea .Black .LytClm3 h1,
#LpContentsArea .SolidBlack .LytClm2 h1,
#LpContentsArea .SolidBlack .LytClm3 h1 {
    border-bottom: 1px solid #fff;
}

#LpContentsArea h2 {
    margin: 0 0 16px;
    font-size: 2.4rem;
    text-align: center;
}

#LpContentsArea * + h2 {
    margin-top: 26px;
}

#LpContentsArea .LytClm2 .Lst + h2 {
    margin-top: 10px;
}

#LpContentsArea h3 {
    margin: 0 0 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
    color: #333;
    font-size: 1.8rem;
    text-transform: none;
}

#LpContentsArea * + h3 {
    margin-top: 35px;
}

#LpContentsArea .Black h3,
#LpContentsArea .SolidBlack h3 {
    border-color: #fff;
    color: #fff;
}

#LpContentsArea h4 {
    margin: 0 0 11px;
    padding: 0;
    border: 0 none;
    font-size: 1.6rem;
    text-transform: none;
}

#LpContentsArea * + h4 {
    margin-top: 27px;
}

#LpContentsArea .Black h2,
#LpContentsArea .SolidBlack h2,
#LpContentsArea .Black h4,
#LpContentsArea .SolidBlack h4 {
    color: #fff;
}

.Img {
    margin: 0 auto;
    font-size: 1.6rem;
}

.Img > a {
    display: block;
}

.Caption {
    display: block;
    font-size: 0.875em;
}

@media screen and (max-width: 969px) {
    .Caption {
        text-align: center;
    }
    .Caption.aRight,
    .Caption.aLeft {
        text-align: center !important;
    }
}

.Img > a + .Caption,
.Img > .Caption + a,
img + .Caption,
.Caption + img {
    margin-top: 5px;
}

img.BorderNarrow {
    outline-color: transparent;
    outline-style: solid;
    outline-width: 1px;
}

img.BorderBold {
    outline-color: transparent;
    outline-style: solid;
    outline-width: 3px;
}

img.BorderWhite {
    outline-color: #fff;
}

img.BorderGray {
    outline-color: #808080;
}

img.BorderBlack {
    outline-color: #000;
}

.Lst {
    margin-top: 8px;
    font-size: 1.6rem;
    text-align: left;
}

.Lst.Center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -16px;
    text-align: center;
}

.Lst li {
    position: relative;
    margin-top: 8px;
    padding: 0 0 0 15px;
    background: none;
}

.Lst.Center li {
    margin-left: 16px;
}

.Lst li::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #333;
    content: "";
}

.Black .Lst li::before,
.SolidBlack .Lst li::before {
    background: #fff;
}

.LytClm2 .Lst + p {
    margin-top: 30px;
}

.LytClm2 h2 + .Lst {
    margin: -12px 0 10px;
}

.LstBtn {
    display: flex;
    justify-content: center;
}

.LstBtn.aRight {
    justify-content: flex-end;
}

.LstBtn.aLeft {
    justify-content: flex-start;
}

.LstBtn > li {
    display: inline-block;
    padding: 0;
    background: none;
}

.LstBtn > li + li {
    margin-left: 20px;
}

.LstBtn .cmnLpInqBtn02 a {
    position: relative;
    top: 0;
    padding: 11px 20px 13px 45px;
}

.LstBtn .cmnLpInqBtn02.Ask a::before {
    left: 16px;
    background-image: url("../../../img/img/icon_requestdemo_m_trans.png");
}

.LstBtnLnk li {
    padding: 0;
    background: none;
}

.LstBtnLnk a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 1.6rem;
}

.Black .LstBtnLnk a,
.SolidBlack .LstBtnLnk a {
    color: #5fb2ff;
}

.LstBtnLnk a::before {
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 6px;
    height: 11px;
    background: url("../../../img/landing_page/common/icon_btn_bl.png") no-repeat;
    content: "";
}

.Black .LstBtnLnk a::before,
.SolidBlack .LstBtnLnk a::before {
    background-image: url("../../../img/landing_page/common/icon_btn_s.png");
}

[class^="LytClm"] {
    display: flex;
    flex-wrap: wrap;
}

[class^="LytClm"] > li {
    background: none;
}

#LpContentsArea .LytClm2 {
    margin: -30px 0 0 -30px;
}

#LpContentsArea .LytClm2 > li {
    width: 50%;
    padding: 30px 0 0 30px;
}

@media screen and (max-width: 969px) {
    #LpContentsArea .LytClm2 {
        margin: 0;
    }
    #LpContentsArea .LytClm2 > li {
        width: 100%;
        padding: 0;
    }
    #LpContentsArea .LytClm2 > li img {
        display: block;
        margin: 0 auto;
    }
    #LpContentsArea .LytClm2 > li .Img > * + img {
        margin: 10px auto 0;
    }
    #LpContentsArea .LytClm2 > li + li {
        margin-top: 30px;
    }
}

#LpContentsArea .LytClm3 {
    margin: -30px 0 0 -30px;
}

#LpContentsArea .LytClm3 > li {
    width: 33.33333%;
    padding: 30px 0 0 30px;
}

@media screen and (max-width: 969px) {
    #LpContentsArea .LytClm3 {
        margin: 0;
    }
    #LpContentsArea .LytClm3 > li {
        width: 100%;
        padding: 0;
    }
    #LpContentsArea .LytClm3 > li img {
        display: block;
        margin: 0 auto;
    }
    #LpContentsArea .LytClm3 > li .Img > * + img {
        margin: 10px auto 0;
    }
    #LpContentsArea .LytClm3 > li + li {
        margin-top: 30px;
    }
}

#LpContentsArea .LytClm4 {
    margin: -30px 0 0 -30px;
}

#LpContentsArea .LytClm4 > li {
    width: 25%;
    padding: 30px 0 0 30px;
}

@media screen and (max-width: 969px) {
    #LpContentsArea .LytClm4 {
        margin: 0;
    }
    #LpContentsArea .LytClm4 > li {
        width: 100%;
        padding: 0;
    }
    #LpContentsArea .LytClm4 > li img {
        display: block;
        margin: 0 auto;
    }
    #LpContentsArea .LytClm4 > li .Img > * + img {
        margin: 10px auto 0;
    }
    #LpContentsArea .LytClm4 > li + li {
        margin-top: 30px;
    }
}

#LpContentsArea .LytClm5 {
    margin: -30px 0 0 -30px;
}

#LpContentsArea .LytClm5 > li {
    width: 20%;
    padding: 30px 0 0 30px;
}

@media screen and (max-width: 969px) {
    #LpContentsArea .LytClm5 {
        margin: 0;
    }
    #LpContentsArea .LytClm5 > li {
        width: 100%;
        padding: 0;
    }
    #LpContentsArea .LytClm5 > li img {
        display: block;
        margin: 0 auto;
    }
    #LpContentsArea .LytClm5 > li .Img > * + img {
        margin: 10px auto 0;
    }
    #LpContentsArea .LytClm5 > li + li {
        margin-top: 30px;
    }
}

.LytClm3 .LstBtn > li,
.LytClm4 .LstBtn > li,
.LytClm5 .LstBtn > li {
    display: block;
    text-align: center;
}

.LytClm3 .LstBtn > li + li,
.LytClm4 .LstBtn > li + li,
.LytClm5 .LstBtn > li + li {
    margin: 15px 0 0 0;
}

.Gray .LytClm2 li p > img,
.Gray .LytClm2 li p a > img {
    box-shadow: 1px 2px 5px #666;
}

.LytClm3 .LstBtn > li {
    width: 100%;
}

.LytClm4 .LstBtn > li {
    width: 100%;
}

.LytClm5 .LstBtn > li {
    width: 100%;
}

ol.Lst {
    margin: 0;
    padding: 0 0 0 13px;
}

ol.Lst > li {
    padding: 0;
    background: none;
}

ol.Lst li::before {
    display: none;
}

.cmnLpNmlBtn01,
.cmnLpNmlBtn02,
.cmnLpNmlBtn03,
.cmnLpNmlBtn04,
.cmnLpNmlBtn05 {
    margin: 10px 0;
}

.cmnLpNmlBtn01 a,
.cmnLpNmlBtn02 a,
.cmnLpNmlBtn03 a,
.cmnLpNmlBtn04 a,
.cmnLpNmlBtn05 a {
    display: inline-flex;
    z-index: 0;
    position: relative;
    align-items: center;
    padding: 12px 16px 12px 45px;
    background: #ebebeb;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 1.9rem;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
}

.cmnLpNmlBtn01 a::before,
.cmnLpNmlBtn02 a::before,
.cmnLpNmlBtn03 a::before,
.cmnLpNmlBtn04 a::before,
.cmnLpNmlBtn05 a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 30px;
    width: 6px;
    height: 11px;
    transform: translateY(-50%);
    background: url("../../../img/landing_page/common/icon_btn_b.png") no-repeat;
    content: "";
}

.cmnLpNmlBtn01 a .Img,
.cmnLpNmlBtn02 a .Img,
.cmnLpNmlBtn03 a .Img,
.cmnLpNmlBtn04 a .Img,
.cmnLpNmlBtn05 a .Img {
    display: inline-block;
    min-width: 65px;
    margin: -40px 0 -40px 12px;
    text-align: right;
}

.cmnLpNmlBtn01 a .Img img,
.cmnLpNmlBtn02 a .Img img,
.cmnLpNmlBtn03 a .Img img,
.cmnLpNmlBtn04 a .Img img,
.cmnLpNmlBtn05 a .Img img {
    box-shadow: 0 0 2px #ccc;
}

@media screen and (min-width: 970px) {
    .LytClm3 .LstBtn .cmnLpNmlBtn01 a .Text,
    .LytClm3 .LstBtn .cmnLpNmlBtn02 a .Text,
    .LytClm3 .LstBtn .cmnLpNmlBtn03 a .Text,
    .LytClm3 .LstBtn .cmnLpNmlBtn04 a .Text,
    .LytClm3 .LstBtn .cmnLpNmlBtn05 a .Text {
        max-width: 215px;
    }
}

@media screen and (min-width: 970px) {
    .LytClm4 .LstBtn .cmnLpNmlBtn01 a .Text,
    .LytClm4 .LstBtn .cmnLpNmlBtn02 a .Text,
    .LytClm4 .LstBtn .cmnLpNmlBtn03 a .Text,
    .LytClm4 .LstBtn .cmnLpNmlBtn04 a .Text,
    .LytClm4 .LstBtn .cmnLpNmlBtn05 a .Text {
        max-width: 140px;
    }
}

.cmnLpNmlBtn02 a {
    background: #ff5600;
    color: #fff;
}

.cmnLpNmlBtn02 a::before {
    background-image: url("../../../img/landing_page/common/icon_btn_w.png");
}

.cmnLpNmlBtn03 a {
    background: #129e83;
    color: #fff;
}

.cmnLpNmlBtn03 a::before {
    background-image: url("../../../img/landing_page/common/icon_btn_w.png");
}

.cmnLpNmlBtn04 a {
    background: #006896;
    color: #fff;
}

.cmnLpNmlBtn04 a::before {
    background-image: url("../../../img/landing_page/common/icon_btn_w.png");
}

.cmnLpNmlBtn05 a {
    background: #f30b19;
    color: #fff;
}

.cmnLpNmlBtn05 a::before {
    background-image: url("../../../img/landing_page/common/icon_btn_w.png");
}

.cmnLpAncrBtn03 {
    margin: 10px 0;
}

.cmnLpAncrBtn03 a {
    display: inline-flex;
    z-index: 0;
    position: relative;
    align-items: center;
    background: #e60012;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
}

.cmnLpAncrBtn03 a .Text {
    display: inline-block;
    position: relative;
    padding: 12px 10px 12px 45px;
}

.cmnLpAncrBtn03 a .Text::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url("../../../img/landing_page/common/icon_btn_dl.png") no-repeat;
    content: "";
}

.cmnLpAncrBtn03 a .Img {
    display: inline-block;
    min-width: 65px;
    margin: -40px 10px -40px 0;
    text-align: right;
}

.cmnLpAncrBtn03 a .Img img {
    box-shadow: 0 0 2px #ccc;
}

@media screen and (min-width: 970px) {
    .LytClm3 .LstBtn .cmnLpAncrBtn03 a .Text {
        max-width: 215px;
    }
}

@media screen and (min-width: 970px) {
    .LytClm4 .LstBtn .cmnLpAncrBtn03 a .Text {
        max-width: 140px;
    }
}

.aLeft {
    text-align: left !important;
}

.aCenter {
    text-align: center !important;
}

.aRight {
    text-align: right !important;
}

.aJustify {
    text-align: justify !important;
}

.Under {
    text-decoration: underline;
}

.Italic {
    font-style: italic;
}

.Contract {
    width: 720px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 1.2rem;
}

@media screen and (max-width: 969px) {
    .Contract {
        width: 100%;
        margin: 40px 0;
        padding: 0 10px;
    }
    .Clm + .Contract {
        margin: 20px 0 40px;
    }
}

.BoldText {
    font-weight: bold;
}

/*  convert from parts.css (for lpc_rwd.css)
/*  cmnLpAncrBtn01
---------- ---------- ---------- */
.cmnLpAncrBtn01 a {
    display: inline-block;
    z-index: 0;
    position: relative;
    padding: 10px 25px 12px 55px;
    background: #e60012;
    color: #fff;
    font-size: 1.9rem;
    text-align: left;
    text-decoration: none;
}

.cmnLpAncrBtn01 a:hover,
.cmnLpInqBtn01 a:hover {
    text-decoration: none;
}

.cmnLpAncrBtn01 a::before,
.cmnLpInqBtn01 a::before {
    display: inline-block;
    position: absolute;
    left: 25px;
    width: 25px;
    height: 25px;
    background: url("../../../img/landing_page/common/icon_btn_dl.png") no-repeat;
    content: "";
}

.cmnLpAncrBtn01 a.anc::before,
.cmnLpAncrBtn02 a.anc .Text::before {
    top: 50%;
    height: 13px;
    margin-top: -7px;
    background-image: url("../../../img/landing_page/common/icon_btn_anc.png");
}

.cmnLpAncrBtn01 a::after,
.cmnLpInqBtn01 a::after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: "";
    opacity: 0.3;
}

/*  cmnLpAncrBtn02
---------- ---------- ---------- */
.cmnLpAncrBtn02 li {
    margin: 8px 0 0 0;
}

.cmnLpAncrBtn02 a {
    display: block;
    letter-spacing: -0.3rem;
}

.cmnLpAncrBtn02 a .Text,
.cmnLpInqBtn02 a {
    display: inline-block;
    z-index: 0;
    position: relative;
    padding: 12px 20px 14px 55px;
    background: #e60012;
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
}

.cmnLpAncrBtn02 a:hover,
.cmnLpInqBtn02 a:hover {
    text-decoration: none;
}

.cmnLpAncrBtn02 a .Text::before,
.cmnLpInqBtn02 a::before,
.cmnLpInqBtn04 a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background: url("../../../img/landing_page/common/icon_btn_dl.png") no-repeat;
    content: "";
}

.cmnLpInqBtn02.Unique a {
    padding-left: 20px;
}

.cmnLpInqBtn02.Unique a::before {
    content: none;
}

.cmnLpAncrBtn02 a .Text::after,
.cmnLpInqBtn02 a::after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: "";
    opacity: 0.3;
}

.cmnLpAncrBtn02 .Img {
    display: inline-block;
    margin-right: 2px;
    box-shadow: 0 0 2px #ccc;
}

.cmnLpAncrBtn02 .Img,
.cmnLpAncrBtn02 .Text {
    vertical-align: middle;
}

.cmnLpAncrBtn04 a {
    padding: 8px 10px 12px 6px;
    border: 1px solid #c54f00;
    background: linear-gradient(to bottom, #ff8300 0%, #ff4a00 100%) #ff8300;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}

.cmnLpAncrBtn04 a:hover,
.cmnLpAncrBtn04 a:focus {
    border-color: #df5900;
    background: linear-gradient(top, #ff9729, #fe6f33);
    background-color: #fe6f33;
    text-decoration: none;
}

.cmnLpAncrBtn04 a .Text {
    display: inline-block;
    padding-bottom: 1px 0 2px;
    vertical-align: middle;
}

.cmnLpAncrBtn04 a .Text::before {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url("../../../img/common/icon_textbutton_download_l.png") no-repeat 0 0;
    vertical-align: middle;
    content: "";
}

.cmnLpAncrBtn04 a .Img {
    display: inline-block;
    margin: 0 0 0 7px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
}

/*  cmnLpInqBtn01
---------- ---------- ---------- */
.cmnLpInqBtn01 a {
    display: inline-block;
    z-index: 0;
    position: relative;
    padding: 10px 25px 12px 45px;
    background: #129e83;
    color: #fff;
    font-size: 1.9rem;
    text-align: left;
    text-decoration: none;
}

.cmnLpInqBtn02 a {
    padding: 12px 20px 14px 45px;
    background: #129e83;
}

li.cmnLpAncrBtn02 + .cmnLpInqBtn02 a {
    position: relative;
    top: 3px;
}

li.cmnLpAncrBtn03 + .cmnLpInqBtn02 a {
    position: relative;
    top: 2px;
}

.cmnLpInqBtn01 a::before,
.cmnLpInqBtn02 a::before {
    background-image: url("../../../img/icon_priceinquiry_m_trans.png");
    background-position: left center;
}

.cmnLpInqBtn04 a {
    display: inline-block;
    z-index: 0;
    position: relative;
    padding: 10px 14px 11px 36px;
    border: 1px solid #45806d;
    background: linear-gradient(top, #2cab95, #129e83);
    background-color: #2cab95;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.cmnLpInqBtn04 a::before {
    left: 15px;
    background-image: url("../../../img/icon_priceinquiry_m_trans.png");
    background-position: left center;
}

.cmnLpAncrBtn01 a .Img.Border img,
.cmnLpAncrBtn02 a .Img.Border img,
.cmnLpAncrBtn03 a .Img.Border img,
.cmnLpAncrBtn04 a .Img.Border img {
    border: 1px solid #ccc;
}

/*  cmnLpAncrBtnNormal
---------- ---------- ---------- */
.cmnLpAncrBtnNormal a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 13px;
    margin-top: -7px;
    background: rgba(0, 0, 0, 0) url("../../../img/landing_page/common/icon_btn_anc.png") no-repeat 0 0;
    content: "";
}

.cmnLpAncrBtnNormal a {
    display: inline-block;
    position: relative;
    padding: 13px 25px 13px 47px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #999 0%, #666 100%) repeat scroll 0 0;
    box-shadow: 0 1px 3px #000;
    color: #fff;
    font-size: 2.1rem;
    text-decoration: none;
}

/*  cmnLpCVLead
---------- ---------- ---------- */
div.cmnLpCVLead {
    position: relative;
    background: linear-gradient(to bottom, #3f3f3f 0%, #1c1c1c 100%) #3f3f3f;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
}

div.cmnLpCVLead > span {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 3px 40px;
}

div.cmnLpCVLead > span::before,
div.cmnLpCVLead > span::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 28px;
    margin-top: -14px;
    background: url("../../../img/landing_page/common/icon_btn_arrow.png") no-repeat;
    content: "";
}

div.cmnLpCVLead > span::after {
    right: 0;
    left: auto;
}

/*  FixedDownloadBtn
---------- ---------- ---------- */
.FixedDownloadBtn {
    display: block;
    z-index: 1;
    position: fixed;
    top: 130px;
    right: 20px;
}

div.FixedDownloadBtn > a {
    text-decoration: none;
}

.FixedDownloadBtn .Text {
    display: block;
    position: relative;
    padding-top: 3px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

div.FixedDownloadBtn > a img {
    z-index: 1;
    position: relative;
    width: 100%;
}

.FixedDownloadBtn .Text::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -4px 6px 0 0;
    background: url("../../../img/landing_page/common/icon_btn_sign.png") no-repeat;
    vertical-align: middle;
    content: "";
}

.FixedDownloadBtn .Text::after {
    z-index: -1;
    position: absolute;
    top: -49px;
    left: -20px;
    width: 100%;
    height: 100%;
    padding: 49px 20px 9px;
    background: #e60012;
    content: "";
}

/* ---------------------------
    Paragraph
--------------------------- */
#LpContentsArea * + [data-componenttype] {
    margin-top: 16px;
}

#LpContentsArea * + [data-componenttype="col"] {
    margin-top: 0;
}
