@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);
}

.lp-buttonConversion:hover {
    background-color: #c6002a;
}

@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-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-buttonConversion.of-tertiary {
    min-width: 190px;
}

@media screen and (max-width: 1280px) {
    .lp-buttonConversion.of-tertiary {
        min-width: calc(15.5rem + ((1vw - 0.969rem) * (11.25402)));
        font-size: calc(1.5rem + ((1vw - 0.969rem) * (1.60772)));
    }
}

@media screen and (max-width: 969px) {
    .lp-buttonConversion.of-tertiary {
        min-width: calc(13.2rem + ((1vw - 0.36rem) * (4.5977)));
        padding: 0;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 969px) {
    .lp-buttonConversion.of-tertiary .lp-buttonConversion-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 969px) {
    .lp-buttonConversion.of-tertiary .lp-buttonConversion-text {
        min-height: 22.5px;
    }
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

.lp-layout-container > *:last-child, .lp-jumbotron-body > *:last-child, .lp-section-content > *:last-child, .lp-media > *:last-child, .lp-media-body > *:last-child, .lp-listDetail > *:last-child, .lp-listDetail-content > *:last-child, .lp-listDetail-body > *:last-child, .lp-listButton > *:last-child, .lp-listButton > li > *:last-child, .lp-table th > *:last-child, .lp-table td > *:last-child, .lp-table-body > *:last-child, .lp-table-bodyInner > *:last-child {
    margin-bottom: 0;
}

.lp-layout-container {
    padding: 0 20px;
    font-size: 1.8rem;
}

@media screen and (max-width: 969px) {
    .lp-layout-container {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.49261)));
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-container {
        padding: 0;
    }
}

@media screen and (max-width: 360px) {
    .lp-layout-container {
        padding: 0;
    }
}

.lp-layout-container.of-primary {
    background: linear-gradient(#f0f0f0 0%, #fff 100%);
}

.lp-layout-container em,
.lp-layout-container strong,
.lp-layout-container b {
    font-weight: 600;
}

.lp-jumbotron {
    margin-bottom: 16px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (9.85222)));
    }
}

.lp-jumbotron-content {
    max-width: 1280px;
    margin: auto;
}

.lp-jumbotron-body {
    padding: 30px 0 14px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        padding: 20px 0 0;
    }
}

.lp-jumbotron-title {
    margin-bottom: 16px;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-title {
        font-size: calc(4rem + ((1vw - 0.969rem) * (3.21543)));
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.62726)));
    }
}

.lp-section {
    max-width: 1280px;
    margin: auto;
}

@media screen and (max-width: 969px) {
    .lp-section {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (9.85222)));
    }
}

.lp-section.of-primary {
    padding: 24px 80px;
    background-color: #f1f1f1;
}

@media screen and (max-width: 969px) {
    .lp-section.of-primary {
        padding: 32px calc(2rem + ((1vw - 0.36rem) * (9.85222)));
    }
}

.lp-section:not(.of-primary) .lp-section-content {
    padding-bottom: 40px;
}

@media screen and (max-width: 969px) {
    .lp-section:not(.of-primary) .lp-section-content {
        padding-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.62726)));
    }
}

.lp-section.of-secondary  .lp-section-content {
    padding-bottom: 0;
}

.lp-media {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

@media screen and (max-width: 969px) {
    .lp-media {
        flex-direction: column;
        justify-content: center;
    }
}

.lp-media.of-primary {
    margin-bottom: 72px;
}

@media screen and (max-width: 969px) {
    .lp-media.of-primary {
        margin-bottom: 48px;
    }
}

.lp-media:not(.of-primary) {
    align-items: center;
}

.lp-media-body {
    flex: 1;
}

@media screen and (max-width: 969px) {
    .lp-media-body {
        flex: auto;
        width: 100%;
    }
}

.lp-media-image {
    min-height: 0%;
    margin-left: 40px;
}

@media screen and (max-width: 969px) {
    .lp-media-image {
        margin-top: 24px;
        margin-left: 0;
    }
}

.lp-media-image:not(.of-primary) {
    margin-top: 0;
}

@media screen and (max-width: 969px) {
    .lp-media-image:not(.of-primary) {
        margin-top: calc(1.6rem + ((1vw - 0.36rem) * (1.31363)));
    }
}

.lp-media-image:not(.of-primary) > img {
    width: 510px;
}

@media screen and (max-width: 1280px) {
    .lp-media-image:not(.of-primary) > img {
        width: calc(23.4rem + ((1vw - 0.36rem) * (30)));
    }
}

.lp-media-image.of-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.lp-media-image.of-primary > img {
    width: 360px;
}

@media screen and (max-width: 1280px) {
    .lp-media-image.of-primary > img {
        width: calc(23.4rem + ((1vw - 0.36rem) * (18.04348)));
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 969px) {
    .lp-media.of-row-reverse {
        flex-direction: column-reverse;
    }
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 40px;
    margin-left: 0;
}

@media screen and (max-width: 969px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: 0;
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (1.31363)));
    }
}

.lp-listDetail {
    margin-bottom: 16px;
}

.lp-listDetail-content {
    margin-bottom: 16px;
}

.lp-listDetail-header {
    margin-bottom: 10px;
    padding: 6px 20px 6px 16px;
    border-left: 4px solid #666;
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 969px) {
    .lp-listDetail-header {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.49261)));
    }
}

.lp-listDetail-header.of-primary {
    display: flex;
}

.lp-listDetail-body {
    margin-bottom: 8px;
    font-size: 1.8rem;
}

@media screen and (max-width: 969px) {
    .lp-listDetail-body {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.49261)));
    }
}

.lp-listDetail-title {
    display: flex;
}

.lp-listDetail-titleInner {
    flex-shrink: 0;
    max-width: 100%;
}

.lp-listButton {
    display: inline-block;
    margin: -24px 0 24px -24px;
}

.lp-listButton > li {
    margin-top: 24px;
    padding-left: 24px;
}

.lp-listButton.of-flex {
    display: flex;
    flex-direction: column;
}

.lp-listButton.of-flex.of-centering:not(.of-horizontal) {
    align-items: center;
}

.lp-listButton.of-horizontal {
    flex-direction: row;
    flex-wrap: wrap;
}

.lp-listButton.of-centering {
    justify-content: center;
}

.lp-table {
    margin-bottom: 24px;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    table-layout: fixed;
}

@media screen and (max-width: 969px) {
    .lp-table {
        margin-bottom: 12px;
        border: 0;
    }
}

@media screen and (max-width: 969px) {
    .lp-table thead {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    .lp-table tr {
        border-top: 1px solid #d8d8d8;
        border-left: 1px solid #d8d8d8;
    }
}

@media screen and (max-width: 969px) {
    .lp-table tr + tr {
        display: block;
        margin-top: calc(1.6rem + ((1vw - 0.36rem) * (-0.98522)));
    }
}

.lp-table th {
    padding: 10px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background-color: #304352;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}

@media screen and (max-width: 969px) {
    .lp-table th {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.49261)));
    }
}

@media screen and (max-width: 969px) {
    .lp-table th {
        display: block;
    }
}

.lp-table td {
    padding: 16px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background-color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-table td {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.49261)));
    }
}

@media screen and (max-width: 969px) {
    .lp-table td {
        display: flex;
        padding: 0;
        background-color: #304352;
    }
}

.lp-table-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 969px) {
    .lp-table-body {
        width: 50%;
        padding: 16px 12px;
        background-color: #fff;
    }
}

.lp-table-bodyInner {
    width: 100%;
}

.lp-table-label {
    display: none;
}

@media screen and (max-width: 969px) {
    .lp-table-label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        padding: 16px;
        color: #fff;
        font-weight: 600;
    }
}

.lp-table-labelInner {
    width: 100%;
}

.lp-headingLevel2 {
    margin-bottom: 8px;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: calc(2rem + ((1vw - 0.36rem) * (1.97044)));
    }
}

.lp-headingLevel2.of-primary {
    margin-bottom: 32px;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2.of-primary {
        margin-bottom: calc(1.6rem + ((1vw - 0.36rem) * (2.62726)));
    }
}

.lp-button {
    display: block;
    width: 190px;
    padding: 11px 30px;
    background-color: #e60012;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
    .lp-button {
        width: calc(15.5rem + ((1vw - 0.969rem) * (11.25402)));
        font-size: calc(1.5rem + ((1vw - 0.969rem) * (1.60772)));
    }
}

@media screen and (max-width: 969px) {
    .lp-button {
        width: calc(13.2rem + ((1vw - 0.36rem) * (4.5977)));
        padding: 10px calc(1.5rem + ((1vw - 0.36rem) * (2.46305)));
        font-size: 1.5rem;
    }
}

.lp-button:not(.of-close) {
    position: relative;
    padding-left: 45px;
}

@media screen and (max-width: 969px) {
    .lp-button:not(.of-close) {
        padding-left: calc(3rem + ((1vw - 0.36rem) * (2.46305)));
    }
}

.lp-button:not(.of-close)::before {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 15px;
    transform: translateY(-50%);
    background-image: url("../../img/landing_page/lp_xg-training_01095336/lp_xg-training_01095336_img_01_icon_mail.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-button:not(.of-close)::before {
        left: calc(1rem + ((1vw - 0.36rem) * (1.64204)));
        width: calc(1.5rem + ((1vw - 0.36rem) * (0.82102)));
        height: calc(1.2rem + ((1vw - 0.36rem) * (0.49261)));
    }
}

.lp-button.of-close {
    background-color: #b8b8b8;
    color: inherit;
    cursor: default;
}

.lp-textCaption {
    font-size: 1.4rem;
    line-height: 1.4;
}

.lp-label {
    display: inline-block;
    width: 100%;
    padding: 1px 5px;
    background-color: #666;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle;
}

.lp-label-outer {
    flex-shrink: 0;
    min-width: 33px;
    margin-top: -2px;
    margin-left: 16px;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textColor-emphasis {
    color: #db0012;
}

.lp-utility-line-break {
    display: block;
}

@media screen and (min-width: 970px) {
    .lp-largeScreen-textAlign-center {
        text-align: center;
    }
}
