@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-headingLevel1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    padding: 44px;
    background: #0b2165;
}

.lp-headingLevel1 > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel1 {
        flex-direction: column;
        margin-bottom: 24px;
        padding: calc(2rem + ((1vw - 0.36rem) * (4.914))) calc(2rem + ((1vw - 0.36rem) * (4.914))) calc(2rem + ((1vw - 0.36rem) * (4.914)));
    }
}

.lp-headingLevel1-title {
    max-width: 700px;
    color: #fff;
    font-size: 4.8rem;
    line-height: 1.3;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel1-title {
        width: 100%;
        max-width: none;
        font-size: calc(2.6rem + ((1vw - 0.36rem) * (3.31325)));
        line-height: 1.4;
        text-align: center;
    }
}

.lp-headingLevel2 {
    margin-bottom: 40px;
    border-bottom: 2px solid #0b2165;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        margin-bottom: 24px;
    }
}

.lp-headingLevel2-title {
    display: block;
    color: #333;
    font-size: 4.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2-title {
        font-size: 2.4rem;
    }
}

.lp-headingLevel2-subtitle {
    display: block;
    color: #1b65c8;
    font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2-subtitle {
        font-size: 1.8rem;
    }
}

.lp-headingLevel3 {
    margin-bottom: 32px;
    font-size: 3.2rem;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        margin-bottom: 8px;
        font-size: 2.2rem;
    }
}

.lp-headingLevel3.of-primary {
    margin-bottom: 16px;
    padding-left: 8px;
    border-left: 6px solid #1b65c8;
    color: #1b65c8;
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3.of-primary {
        margin-bottom: 8px;
    }
}

.lp-navigation {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 48px -20px;
}

@media screen and (max-width: 1024px) {
    .lp-navigation {
        margin: -8px 0 24px -8px;
    }
}

.lp-navigation li {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-navigation li {
        padding-top: 8px;
        padding-left: 8px;
    }
}

.lp-navigation li:first-child {
    margin-left: 0;
}

.lp-navigation li a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 30px 10px 10px;
    background: #96a6b7;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .lp-navigation li a {
        text-align: left;
    }
}

.lp-navigation li a > span {
    display: flex;
    position: relative;
    align-items: center;
}

.lp-navigation li a > span::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    content: "";
}

.lp-navigation li a:hover, .lp-navigation li a:focus {
    background: #1b65c8;
}

.lp-navigation li.is-active a {
    background: #1b65c8;
}

.lp-navigation li.is-active a > span::before {
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
}

.lp-navigation li.of-primary a:hover, .lp-navigation li.of-primary a:focus {
    background: #e78800;
}

.lp-navigation li.of-primary.is-active a {
    background: #e78800;
}

.lp-navigation.of-column-4 li {
    width: 25%;
}

@media screen and (max-width: 1024px) {
    .lp-navigation.of-column-4 li {
        width: 50%;
    }
}

.lp-step {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.lp-step > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-step {
        flex-direction: column;
        align-items: center;
    }
}

.lp-step-column {
    position: relative;
    flex: 1;
    margin-left: 47px;
}

@media screen and (max-width: 1024px) {
    .lp-step-column {
        flex: 1 0 auto;
        width: 100%;
        margin-bottom: 47px;
        margin-left: 0;
    }
}

.lp-step-column > *:last-child {
    margin-bottom: 0;
}

.lp-step-column:first-child {
    margin-left: 0;
}

.lp-step-column:first-child::before {
    display: none;
}

.lp-step-column::before {
    position: absolute;
    top: 120px;
    left: -32px;
    transform: translateY(-50%);
    border-width: 12px 0 12px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #dcdcdc;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-step-column::before {
        position: absolute;
        top: -28px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 16px 11px 0 11px;
        border-style: solid;
        border-color: #dcdcdc transparent transparent transparent;
        content: "";
    }
}

.lp-step-body {
    max-width: 322px;
    margin: 0 auto;
}

.lp-step-body > *:last-child {
    margin-bottom: 0;
}

.lp-step-body .lp-figure {
    margin-bottom: 10px;
}

.lp-step-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 4px;
    background: #e78800;
}

.lp-step-header > *:last-child {
    margin-bottom: 0;
}

.lp-step-title {
    padding: 12px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-step-title {
        font-size: 1.6rem;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 80px;
}

.lp-figure.of-border img {
    border: 1px solid #cecece;
}

.lp-figure-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px 0 80px -40px;
}

@media screen and (max-width: 1024px) {
    .lp-figure-group {
        flex-direction: column;
    }
}

.lp-figure-group > * {
    width: 380px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 40px;
}

@media screen and (max-width: 1024px) {
    .lp-figure-group > * {
        width: 100%;
        min-height: 0%;
    }
}

.lp-figure-caption {
    flex: 1 0 auto;
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}

.lp-figure-image {
    min-height: 0%;
    margin-bottom: 10px;
    text-align: center;
}

.lp-listUnordered {
    margin-bottom: 16px;
}

.lp-listUnordered *:last-child {
    margin-bottom: 0;
}

.lp-listUnordered > li {
    position: relative;
    margin-bottom: 5px;
    padding: 0 0 0 8px;
    font-size: 1.6rem;
}

.lp-listUnordered > li::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1b65c8;
    content: "";
}

.lp-listNotice {
    margin-bottom: 36px;
}

.lp-listNotice *:last-child {
    margin-bottom: 0;
}

.lp-listNotice > li {
    position: relative;
    margin-bottom: 5px;
    padding: 0 0 0 10px;
    font-size: 1.4rem;
}

.lp-listNotice > li::before {
    display: block;
    position: absolute;
    left: 0;
    content: "*";
}

.lp-mediaHeading {
    display: flex;
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaHeading {
        flex-direction: column-reverse;
        margin-bottom: 32px;
    }
}

.lp-mediaHeading-body {
    flex: 1;
}

.lp-mediaHeading-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-mediaHeading-body {
        flex: 1 0 auto;
    }
}

.lp-mediaHeading-image {
    min-height: 0%;
    margin-left: 20px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-mediaHeading-image {
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.lp-cardDescription {
    margin-bottom: 8px;
}

.lp-cardDescription > *:last-child {
    margin-bottom: 0;
}

.lp-cardDescription-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
    margin-left: 24px;
    border-radius: 4px;
    background: #1b65c8;
}

@media screen and (max-width: 1024px) {
    .lp-cardDescription-body {
        margin-bottom: 8px;
    }
}

.lp-cardDescription-body > :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-cardDescription-body {
        font-size: 1.6rem;
    }
}

.lp-cardDescription-body:first-child {
    margin-left: 0;
}

.lp-cardDescription-text {
    display: inline-block;
    padding: 12px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}

.lp-media {
    display: flex;
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        flex-direction: column;
    }
}

.lp-media-header {
    width: 100%;
    margin-bottom: 16px;
}

.lp-media-header > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        margin-bottom: 16px;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-body.of-flex {
    flex: 1;
}

@media screen and (max-width: 1024px) {
    .lp-media-body.of-flex {
        flex: 1 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        width: 100%;
    }
}

.lp-media-lead {
    margin-bottom: 16px;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .lp-media-lead {
        margin-bottom: 8px;
    }
}

.lp-media-image {
    min-height: 0%;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        margin-left: 0;
    }
}

.lp-media-image > img {
    border: 1px solid #cecece;
}

.lp-media-text {
    font-size: 1.8rem;
}

.lp-media.of-column {
    flex-direction: column;
}

.lp-media.of-column .lp-media-header {
    order: 1;
}

.lp-media.of-column .lp-media-body {
    order: 3;
}

.lp-media.of-column .lp-media-image {
    order: 2;
    margin-bottom: 8px;
    margin-left: 0;
    text-align: left;
}

.lp-label {
    margin-right: 40px;
    padding: 9px 16px;
    background: #e60012;
    color: #fff;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .lp-label {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 4px 16px 6px;
    }
}

.lp-label.of-primary {
    max-width: 300px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-label.of-primary {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (3.4398)));
    }
}

.lp-label.of-fontSize-small {
    margin-right: 8px;
    padding: 2px 6px;
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-label.of-fontSize-small {
        font-size: 1.6rem;
    }
}

.lp-textLead {
    margin-bottom: 32px;
    color: #0b2165;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.25;
}

@media screen and (max-width: 1024px) {
    .lp-textLead {
        margin-bottom: 46px;
        font-size: calc(2rem + ((1vw - 0.36rem) * (2.9484)));
    }
}

.lp-text {
    margin-bottom: 16px;
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-text {
        font-size: 1.6rem;
    }
}

.lp-text.of-flow {
    position: relative;
    margin-bottom: 32px;
}

.lp-text.of-flow::after {
    display: inline-block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 16px 16px 0 16px;
    border-style: solid;
    border-color: #dcdcdc transparent transparent transparent;
    content: "";
}

.lp-section {
    width: 100%;
    margin-bottom: 80px;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-section {
        margin: 0 0 40px;
    }
}

.lp-section.of-primary {
    padding: 80px 0;
    background: #ededf2;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary {
        padding: 40px 0;
    }
}

.lp-section-content {
    max-width: 1240px;
    margin: 0 auto;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .lp-section-content {
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (2.27273)));
    }
}

.lp-cardInquiry {
    max-width: 820px;
    margin: 0 auto;
    padding: 20px;
    background: #fffbec;
}

.lp-cardInquiry > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-cardInquiry {
        padding: 12px 20px 12px;
    }
}

.lp-cardInquiry-title {
    margin-bottom: 8px;
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-cardInquiry-title {
        padding-right: 0;
        font-size: calc(1.7rem + ((1vw - 0.36rem) * (1.2285)));
    }
}

.lp-cardInquiry-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-cardInquiry-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-cardInquiry-body {
        flex-direction: column;
    }
}

.lp-cardInquiry.of-flow {
    position: relative;
    margin-bottom: 106px;
}

.lp-cardInquiry.of-flow::after {
    display: inline-block;
    position: absolute;
    bottom: -66px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 50px 50px 0 50px;
    border-style: solid;
    border-color: #fabcb2 transparent transparent transparent;
    content: "";
}

.lp-card {
    margin-bottom: 36px;
    padding: 30px;
    background: #f5f5f5;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-listDescription {
    display: flex;
    margin-bottom: 16px;
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-listDescription {
        flex-direction: column;
        margin-bottom: 24px;
        font-size: 1.6rem;
    }
    .lp-listDescription > *:last-child {
        margin-bottom: 0;
    }
}

.lp-listDescription-text {
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .lp-listDescription-text {
        margin-bottom: 8px;
    }
}

.lp-listDescription dt {
    width: 160px;
    padding: 8px 16px 8px 0;
    border-right: 1px solid #b2b2b2;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .lp-listDescription dt {
        width: 100%;
        margin-bottom: 16px;
        border-right: 0;
        border-bottom: 1px solid #b2b2b2;
    }
}

.lp-listDescription dd {
    flex: 1;
    margin-left: 20px;
    padding: 8px 8px 8px 0;
}

@media screen and (max-width: 1024px) {
    .lp-listDescription dd {
        flex: 1 0 auto;
        margin-bottom: 16px;
        margin-left: 0;
        padding: 0;
    }
}

.lp-listDescription dd > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-right: 24px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink {
        margin-bottom: 8px;
        padding-right: 0;
        font-size: calc(2.9rem + ((1vw - 0.36rem) * (0.7371)));
    }
}

.lp-textPhoneLink a {
    color: #e20;
    text-decoration: none;
}

.lp-textPhoneLink-label {
    max-width: 200px;
    margin-right: 16px;
    padding: 4px 12px;
    background: #e20;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 1024px) {
    .lp-textPhoneLink-label {
        margin-right: 9px;
        padding: 4px 8px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.4914)));
    }
}

.lp-textPhoneLink-number {
    max-width: 360px;
    line-height: 1.2;
}

.lp-textPhoneLink-number > a {
    cursor: default;
}

.lp-textMailLink {
    max-width: 320px;
    padding-left: 24px;
    font-size: 18px;
    line-height: 1.3;
}

@media screen and (max-width: 1024px) {
    .lp-textMailLink {
        padding-left: 0;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.4914)));
    }
}

.lp-textMailLink a {
    color: #e20;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 50px -20px;
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid {
        margin-left: calc(-20vw * 100 / 970);
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid {
        justify-content: center;
        margin: 36px;
    }
}

.lp-layout-grid.of-primary {
    margin-left: -30px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-primary {
        margin-left: 0;
    }
}

.lp-layout-grid.of-primary .of-column-2 {
    padding-left: 30px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-primary .of-column-2 {
        padding-left: 0;
    }
}

.lp-layout-grid.of-secondary {
    margin: -40px 0 50px -8px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid.of-secondary {
        margin-left: calc(-8vw * 100 / 970);
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-secondary {
        margin: calc(-2.2rem + ((1vw - 0.36rem) * (-2.04545))) 0 0 0;
    }
}

.lp-layout-grid-column {
    min-height: 0%;
    padding-top: 40px;
    padding-left: 20px;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column {
        margin-bottom: 16px;
        padding: 0;
    }
    .lp-layout-grid-column .lp-layout-grid-column {
        padding: calc(2.2rem + ((1vw - 0.36rem) * (2.04545))) 0 0 0;
    }
}

.lp-layout-grid-column.of-column-4 {
    width: 25%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column.of-column-4 {
        width: 100%;
        padding-left: 0;
    }
}

.lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column.of-column-3 {
        width: 100%;
        padding-left: 0;
    }
}

.lp-layout-grid-column.of-column-2 {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column.of-column-2 {
        width: 100%;
        padding-left: 0;
    }
}

.lp-layout-grid-column.of-primary {
    display: flex;
    min-height: 0%;
    padding-top: 40px;
    padding-left: 8px;
}

@media screen and (max-width: 1240px) {
    .lp-layout-grid-column.of-primary {
        padding-left: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid-column.of-primary {
        margin-bottom: 24px;
        padding-top: 0;
    }
}

.lp-layout-grid-column.of-primary .lp-layout-grid-column {
    padding-top: calc(2.2rem + ((1vw - 0.36rem) * (2.04545)));
}

.lp-cardIndex {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .lp-cardIndex {
        width: 100%;
        max-width: calc(33rem + ((1vw - 0.36rem) * (19.57831)));
        margin: 0 auto 16px;
        border-bottom: #ebebeb solid 2px;
    }
}

.lp-cardIndex-header {
    display: flex;
    flex: 1 0 auto;
}

.lp-cardIndex-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 20px;
    background: #1b65c8;
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-cardIndex-title {
        padding: 4px 20px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.9828)));
        line-height: 1.4;
    }
}

.lp-cardIndex-bodyGroup {
    display: flex;
    min-height: 0%;
    border: 1px solid #d9d9d9;
    border-top: 0;
}

@media screen and (max-width: 1024px) {
    .lp-cardIndex-bodyGroup {
        flex-direction: column;
        border: 0;
    }
}

.lp-cardIndex-bodyGroup .lp-cardIndex-body {
    padding: 16px 15px 24px 31px;
    border: 0;
}

@media screen and (max-width: 1024px) {
    .lp-cardIndex-bodyGroup .lp-cardIndex-body {
        flex-direction: column;
        margin-bottom: 24px;
        padding: 16px 0 24px;
        border-bottom: #ebebeb solid 2px;
    }
}

.lp-cardIndex-bodyGroup .lp-cardIndex-body.of-primary {
    padding: 16px 31px 24px 15px;
}

@media screen and (max-width: 1024px) {
    .lp-cardIndex-bodyGroup .lp-cardIndex-body.of-primary {
        padding: 16px 0 24px;
    }
    .lp-cardIndex-bodyGroup .lp-cardIndex-body.of-primary:last-child {
        padding: 0;
        border-bottom: 0;
    }
}

.lp-cardIndex-body {
    display: inline-block;
    width: 100%;
    min-height: 0%;
    padding: 16px 21px 24px;
    border: 1px solid #d9d9d9;
    border-top: 0;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .lp-cardIndex-body {
        padding: 16px 0 24px;
        border: 0;
    }
}

.lp-cardIndex-body > *:last-child {
    margin-bottom: 0;
}

a.lp-cardIndex-body:hover,
a.lp-cardIndex-body:focus {
    opacity: 0.8;
}

.lp-mediaIndex {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .lp-mediaIndex {
        flex-direction: row;
    }
}

.lp-mediaIndex > *:last-child {
    margin-bottom: 0;
}

.lp-mediaIndex-body {
    margin-bottom: 16px;
}

.lp-mediaIndex-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-mediaIndex-body {
        flex: 1;
        margin-bottom: 0;
    }
}

.lp-mediaIndex-titleGroup {
    margin-bottom: 8px;
}

.lp-mediaIndex-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-mediaIndex-title {
    align-items: center;
    color: #1b65c8;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 1240px) {
    .lp-mediaIndex-title .lp-label {
        min-width: 40px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaIndex-title {
        font-size: 2rem;
        line-height: 1.4;
    }
    .lp-mediaIndex-title .lp-label {
        display: inline-block;
        margin-bottom: 4px;
    }
}

.lp-mediaIndex-subtitle {
    display: block;
    color: #1b65c8;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .lp-mediaIndex-subtitle {
        font-size: 1.2rem;
        line-height: 1.75;
    }
}

.lp-mediaIndex-text {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .lp-mediaIndex-text {
        font-size: 1.5rem;
    }
}

.lp-mediaIndex-image {
    min-height: 0%;
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaIndex-image {
        width: calc(13rem + ((1vw - 0.36rem) * (10.54217)));
        margin-left: 10px;
    }
}

.lp-listButton {
    margin-bottom: 16px;
    text-align: center;
}

.lp-listButton > li {
    margin-bottom: 16px;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-button {
    width: 100%;
    max-width: 262px;
    margin: 0 auto 16px;
    padding: 12px 18px;
    background: #e60012;
    color: #fff;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-button {
        margin-bottom: 22px;
    }
}

.lp-button-text {
    display: inline-block;
    position: relative;
    padding-right: 26px;
}

.lp-button-text::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    content: "";
}

.lp-utility-backgroundColor-primary {
    background: #e78800 !important;
}

.lp-utility-hoverColor-primary a:hover, .lp-utility-hoverColor-primary a:focus {
    background: #e78800 !important;
}

.lp-utility-textColor-primary {
    color: #e78800 !important;
}

.lp-utility-textColor-secondary {
    color: #1b65c8 !important;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-largeScreen-line-right {
    border-right: 2px solid #ccc;
}

@media screen and (max-width: 1024px) {
    .lp-largeScreen-line-right {
        border-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-display-block {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-maxWidth-auto {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    [class*="heightLine"] {
        height: auto !important;
    }
}
