@charset "utf-8";
/* CSS Document */

@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}
.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}
.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;
		color: #ffffff;
}
.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/req/static/bg_sk_1018_01_005.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/req/static/bg_sk_1018_01_006.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("/img/landing_page/req/static/bg_sk_1018_01_007.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("/img/landing_page/req/static/bg_sk_1018_01_008.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("/img/landing_page/req/static/bg_sk_1018_01_009.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("/img/landing_page/req/static/bg_sk_1018_01_010.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;
}
.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}
.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;
}
.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;
}
.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;
}
.lp-section-content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 50px;
}
.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/products/sk/157631001/bg_157631001_img_01.png") no-repeat top center;
}
.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}
.lp-jumbotron-body {
    display: flex;
    align-items: center;
}
.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;
}
.lp-jumbotron-title {
    display: block;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 600;
    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;
}
.lp-jumbotron-title > em {
    display: block;
    margin-bottom: 2px;
    font-size: 5.375rem;
    font-weight: normal;
    line-height: 1;
}
.lp-jumbotron-text {
    display: block;
    color: #fff;
    font-size: 1.125rem;
}
.lp-jumbotron-image {
    margin-left: 10px;
}
.lp-jumbotron-card {
    display: flex;
    justify-content: center;
    margin-bottom: 29px;
    padding: 26px 78px 30px;
    border: 1px solid #1c4388;
    background: #3974b7;
    color: #fff;
}
.lp-list {
    font-size: 1.5625rem;
}
.lp-list > *:last-child {
    margin-bottom: 0;
}
.lp-list > li {
    position: relative;
    margin-bottom: 26px;
    padding-left: 30px;
}
.lp-list > li::before {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 15px;
    height: 3px;
    transform: translateY(-200%);
    background: #fff;
    content: "";
}
.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
    margin-bottom: 50px;
}
.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}
.lp-layout-grid-column {
    width: 100%;
    min-height: 0%;
}
.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}
.lp-layout-grid.of-column-3 {
    margin-left: -80px;
}
.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333%;
    margin-top: 40px;
    padding: 0 0 0 80px;
}
.lp-media {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
}
.lp-media-body {
    width: 100%;
}
.lp-media-body > *:last-child {
    margin-bottom: 0;
}
.lp-media-text {
    font-size: .875rem;
    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;
}
.lp-media-image img {
		width: 280px;
}
.lp-card {
    padding: 20px 40px;
    background: #f3f3f3;
}
.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: "";
}
.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: 1.5625rem;
		font-weight: 700;
		line-height: 1.5;
}
.theme-KD .lp-listProblem-body {
    font-size: 2.4rem;
}
.lp-listProblem > *:last-child {
    margin-bottom: 0;
}
.lp-listProblem > li {
    display: flex;
    width: calc(100% / 3 - 50px);
    min-height: 148px;
    margin-left: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.lp-listProblem > li:first-child {
    margin-left: 0;
}
.lp-listDescription {
    display: flex;
}
.lp-listDescription > dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    padding: 2px 20px 4px;
    background: #448ada;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.lp-listDescription > dd {
    display: flex;
    flex: 1;
    max-width: 610px;
    margin-left: 30px;
    font-size: 1rem;
    font-weight: lighter;
		line-height: 1.5;
}
.theme-KC .lp-listDescription > dd,
.theme-KK .lp-listDescription > dd,
.theme-KW .lp-listDescription > dd {
    font-weight: normal;
}
.lp-headingLevel2 {
    margin-bottom: 36px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.lp-headingLevel2.of-primary {
    color: #fff;
}
.lp-headingLevel2.of-secondary {
    margin-bottom: 10px;
    color: #006cb7;
}
.lp-headingLevel3 {
    margin-bottom: 5px;
    color: #006cb7;
    font-size: 1.4375rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.lp-textLead {
    margin-bottom: 25px;
    font-size: 1.5625rem;
    font-weight: bold;
    text-align: center;
}
.lp-text {
    margin-bottom: 23px;
    font-size: 1.125rem;
    font-weight: lighter;
    line-height: 1.35;
}
.theme-KC .lp-text,
.theme-KK .lp-text,
.theme-KW .lp-text {
    font-weight: normal;
}