@charset "UTF-8";

.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;
}

/* =================================================================================================
contents
================================================================================================= */
.lp-section {
    background: #fff;
}

@media screen and (max-width: 767px) {
    .lp-section {
        padding: 0 20px;
    }
}

.lp-section-content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        padding: 48px 20px 50px;
    }
}

@media screen and (max-width: 767px) {
    .lp-section-content {
        padding: 30px 0 28px;
    }
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-section.of-primary {
    background: #2e529c;
}

.lp-jumbotron {
    background: #2e529c;
}

.lp-jumbotron-content {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 56px;
    background: url("../../../../img/landing_page/lp_static_electricity_diagnosis/lp_static_electricity_diagnosis_bg_01.png") no-repeat top center;
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        padding: 48px 30px 50px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding: 26px 20px 31px;
        background: none;
    }
}

.lp-jumbotron-body {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex-direction: column;
    }
}

.lp-jumbotron-titleGroup {
    width: 100%;
    max-width: 620px;
    padding: 30px 0;
    color: #ff6;
    font-weight: lighter;
    line-height: 1.4;
}

.theme-KC .lp-jumbotron-titleGroup,
.theme-KK .lp-jumbotron-titleGroup,
.theme-KW .lp-jumbotron-titleGroup {
    font-weight: normal;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        padding: 0;
        text-align: center;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 15px;
    font-size: 4rem;
    font-weight: lighter;
    text-shadow: #173d8e 1px 1px 18px, #173d8e -1px 1px 18px,
 #173d8e 1px -1px 18px, #173d8e -1px -1px 18px,
 #173d8e 1px 1px 18px,
 #173d8e -1px 1px 18px,
 #173d8e 1px -1px 18px, #173d8e -1px -1px 18px;
}

.theme-KC .lp-jumbotron-title,
.theme-KK .lp-jumbotron-title,
.theme-KW .lp-jumbotron-title {
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        font-size: calc(26vw * 100 / 768);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 14px;
        font-size: 2.6rem;
    }
}

.lp-jumbotron-title > em {
    display: block;
    margin-bottom: 2px;
    font-size: 8.6rem;
    font-weight: normal;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title > em {
        font-size: calc(50vw * 100 / 768);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title > em {
        margin-bottom: 0;
        font-size: 5rem;
    }
}

.lp-jumbotron-text {
    display: block;
    color: #fff;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-text {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-image {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        width: 250px;
        min-height: 0%;
        margin-left: 0;
    }
}

.lp-jumbotron-card {
    display: flex;
    justify-content: center;
    margin-bottom: 29px;
    padding: 26px 78px 30px;
    border: 1px solid #1c4388;
    background: #3974b7;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-card {
        margin-bottom: 21px;
        padding: 20px 20px 17px;
    }
}

.lp-list {
    font-size: 2.5rem;
}

@media screen and (max-width: 1024px) {
    .lp-list {
        font-size: calc(16vw * 100 / 768);
    }
}

@media screen and (max-width: 767px) {
    .lp-list {
        font-size: 1.6rem;
    }
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

.lp-list > li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 30px;
}

.lp-list > li::before {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 15px;
    height: 3px;
    transform: translateY(-50%);
    background: #fff;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-list > li::before {
        top: calc(16vw * 100 / 1024);
    }
}

@media screen and (max-width: 767px) {
    .lp-list > li::before {
        top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .lp-list > li {
        margin-bottom: 11px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        flex-direction: column;
        margin-top: 0;
    }
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column {
    width: 100%;
    min-height: 0%;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid-column {
        margin-bottom: 29px;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-3 {
    margin-left: -80px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-3 {
        margin-left: 0;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333%;
    margin-top: 40px;
    padding: 0 0 0 80px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-media {
        margin-bottom: 29px;
        padding: 0 10px;
    }
}

.lp-media-body {
    width: 100%;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-text {
    font-size: 1.4rem;
    font-weight: lighter;
    text-align: center;
}

.theme-KC .lp-media-text,
.theme-KK .lp-media-text,
.theme-KW .lp-media-text {
    font-weight: normal;
}

.lp-media-image {
    width: 100%;
    min-height: 0%;
    margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
    .lp-media-image {
        width: 216px;
    }
}

.lp-card {
    padding: 20px 40px;
    background: #f3f3f3;
}

@media screen and (max-width: 767px) {
    .lp-card {
        padding: 20px;
    }
}

.lp-step > *:last-child {
    margin-bottom: 0;
}

.lp-step > li {
    position: relative;
    margin-bottom: 23px;
}

.lp-step > li:last-child::after {
    display: none;
}

.lp-step > li::after {
    position: absolute;
    bottom: -25px;
    left: 140px;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #85b9f5;
    content: "";
}

@media screen and (max-width: 767px) {
    .lp-step > li::after {
        left: 50%;
    }
}

.lp-listProblem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.lp-listProblem-body {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 148px;
    padding: 20px 30px;
    background: linear-gradient(to bottom right, #448ada 50%, #1f65b5);
    font-size: 2.5rem;
}

.theme-KD .lp-listProblem-body {
    font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-listProblem-body {
        font-size: calc(25vw * 100 / 1024);
    }
}

@media screen and (max-width: 767px) {
    .lp-listProblem-body {
        min-height: auto;
        padding: 11px 18px;
        font-size: 2rem;
    }
}

.lp-listProblem > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-listProblem {
        flex-direction: column;
        margin-left: 0;
        padding: 0 10px;
    }
}

.lp-listProblem > li {
    display: flex;
    width: calc(100% / 3 - 50px);
    min-height: 148px;
    margin-left: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-listProblem > li {
        width: 100%;
        min-height: auto;
        margin-bottom: 17px;
        margin-left: 0;
    }
}

.lp-listProblem > li:first-child {
    margin-left: 0;
}

.lp-listDescription {
    display: flex;
}

@media screen and (max-width: 767px) {
    .lp-listDescription {
        flex-direction: column;
        width: 100%;
    }
}

.lp-listDescription > dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    padding: 2px 20px 4px;
    background: #3974b7;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-listDescription > dt {
        width: 100%;
    }
}

.lp-listDescription > dd {
    display: flex;
    flex: 1;
    max-width: 610px;
    margin-left: 30px;
    font-size: 1.6rem;
    font-weight: lighter;
}

.theme-KC .lp-listDescription > dd,
.theme-KK .lp-listDescription > dd,
.theme-KW .lp-listDescription > dd {
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .lp-listDescription > dd {
        flex: 1 0 auto;
        margin-left: 0;
    }
}

.lp-headingLevel2 {
    margin-bottom: 36px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        font-size: calc(26vw * 100 / 768);
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 {
        margin-bottom: 32px;
        font-size: 2.6rem;
    }
}

.lp-headingLevel2.of-primary {
    color: #fff;
}

.lp-headingLevel2.of-secondary {
    margin-bottom: 10px;
    color: #006cb7;
}

.lp-headingLevel3 {
    margin-bottom: 5px;
    color: #006cb7;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        font-size: calc(20vw * 100 / 768);
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel3 {
        margin-bottom: 1px;
        font-size: 2rem;
    }
}

.lp-textLead {
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-textLead {
        font-size: calc(20vw * 100 / 768);
    }
}

@media screen and (max-width: 767px) {
    .lp-textLead {
        margin-bottom: 10px;
        font-size: 2rem;
    }
}

.lp-text {
    margin-bottom: 23px;
    font-size: 1.8rem;
    font-weight: lighter;
    line-height: 1.35;
}

.theme-KC .lp-text,
.theme-KK .lp-text,
.theme-KW .lp-text {
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .lp-text {
        margin-bottom: 28px;
        font-size: 1.6rem;
        font-weight: normal;
    }
}
