@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;
}

@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: #13778f;
}

.lp-buttonConversion.of-secondary {
    background: #0065bb;
}

.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-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 16px -20px;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-grid {
        margin-left: calc(-1.6rem + ((1vw - 0.767rem) * (-0.78125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid {
        margin: -32px 0 16px -16px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-primary {
        margin: -24px 0 24px -16px;
    }
}

.lp-layout-grid.of-secondary {
    margin: -40px 0 24px -40px;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-grid.of-secondary {
        margin-left: calc(-2.4rem + ((1vw - 0.767rem) * (-3.125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-secondary {
        margin: -32px 0 24px -24px;
    }
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column {
    margin-top: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-grid-column {
        padding-left: calc(1.6rem + ((1vw - 0.767rem) * (0.78125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column {
        margin-top: 32px;
        padding-left: 16px;
    }
}

.lp-layout-grid-column.of-flex {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-flex {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column {
        margin-top: 24px;
        padding-left: 16px;
    }
}

.lp-layout-grid.of-secondary .lp-layout-grid-column {
    margin-top: 40px;
    padding-left: 40px;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-grid.of-secondary .lp-layout-grid-column {
        padding-left: calc(2.4rem + ((1vw - 0.767rem) * (3.125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid.of-secondary .lp-layout-grid-column {
        margin-top: 32px;
        padding-left: 24px;
    }
}

.lp-layout-grid-column.of-column-1 {
    width: 8.33333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-1 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-3 {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-3 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-4 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-5 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-6 {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-6 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-7 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-8 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-9 {
    width: 75%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-9 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-10 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-11 {
        width: 100%;
    }
}

.lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lp-layout-grid-column.of-column-12 {
        width: 100%;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.section {
    margin-bottom: 0;
}

#LoginForm > *:only-child {
    margin-bottom: 0;
}

.lp-jumbotron {
    background: linear-gradient(180deg, #fbfbfb 0%, #e3e8ef 100%);
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 48px 20px;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-content {
        padding: calc(4rem + ((1vw - 0.767rem) * (1.5625))) 20px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 24px 20px 40px;
    }
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 18px;
    font-size: 5.4rem;
    text-align: center;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-titleGroup {
        font-size: calc(4rem + ((1vw - 0.767rem) * (2.73438)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 16px;
        font-size: calc(2.8rem + ((1vw - 0.36rem) * (2.9484)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-jumbotron-titleGroup {
        font-size: 2.8rem;
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 8px;
    }
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 24px;
    font-size: 2rem;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-size: 1.8rem;
    }
}

.lp-jumbotron-image {
    flex: 1;
    margin-right: 40px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-image {
        margin-right: 0;
        padding-bottom: 16px;
    }
}

.lp-section.of-primary {
    background-color: #f6f6f6;
}

.lp-section-content {
    max-width: calc(1280px + (20px * 2));
    margin: 0 auto;
    padding: 72px 20px;
}

.lp-section-content.of-flexDirection-column {
    flex-direction: column;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-section-content {
        padding: calc(4.8rem + ((1vw - 0.767rem) * (4.6875))) 20px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-section-content {
        padding: 40px 20px;
    }
}

.lp-section-body + .lp-section-body {
    margin-left: 40px;
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    width: 100%;
    margin-bottom: 48px;
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1279px) {
    .lp-headingLevel2 {
        margin-bottom: calc(1.8rem + ((1vw - 0.767rem) * (1.17188)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2 {
        margin-bottom: 16px;
        text-align: center;
    }
}

.lp-headingLevel2-title {
    display: block;
    margin-bottom: 24px;
    color: #004b8d;
    font-size: 4.8rem;
}

@media only screen and (max-width: 1279px) {
    .lp-headingLevel2-title {
        margin-bottom: calc(1.8rem + ((1vw - 0.767rem) * (1.17188)));
        font-size: calc(3.2rem + ((1vw - 0.767rem) * (3.125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2-title {
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (1.4742)));
        font-size: calc(3rem + ((1vw - 0.36rem) * (0.4914)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-headingLevel2-title {
        margin-bottom: 12px;
        font-size: 3rem;
    }
}

.lp-headingLevel2-subtitle {
    display: block;
    margin-bottom: 24px;
    font-size: 2.8rem;
}

@media only screen and (max-width: 1279px) {
    .lp-headingLevel2-subtitle {
        margin-bottom: calc(1.8rem + ((1vw - 0.767rem) * (1.17188)));
        font-size: calc(2.4rem + ((1vw - 0.767rem) * (0.78125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-headingLevel2-subtitle {
        margin-bottom: 18px;
        font-size: 2.4rem;
    }
}

.lp-headingLevel2 > *:last-child {
    margin-bottom: 0;
}

.lp-textLead {
    margin-bottom: 24px;
    font-size: 2.8rem;
}

@media only screen and (max-width: 1279px) {
    .lp-textLead {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.08814)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-textLead {
        font-size: 1.8rem;
    }
}

.lp-card {
    margin-bottom: 32px;
    padding: 20px;
    background-color: #efefef;
}

@media only screen and (max-width: 1279px) {
    .lp-card {
        padding: calc(1.6rem + ((1vw - 0.767rem) * (0.78125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-card {
        padding: 20px 16px;
    }
}

.lp-card-title {
    margin-bottom: 12px;
    font-size: 2rem;
}

@media only screen and (max-width: 767px) {
    .lp-card-title {
        margin-bottom: 8px;
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-media {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

@media only screen and (max-width: 1279px) {
    .lp-media {
        margin-bottom: calc(4rem + ((1vw - 0.767rem) * (1.5625)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media {
        flex-direction: column;
        margin-bottom: 24px;
    }
}

.lp-media > *:last-child {
    margin-bottom: 0;
}

.lp-media-body + * {
    margin-left: 40px;
}

@media only screen and (max-width: 1279px) {
    .lp-media-body + * {
        margin-left: calc(2.4rem + ((1vw - 0.767rem) * (3.125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-body + * {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-body + .lp-media-body {
        margin-top: 32px;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-body.of-primary {
    flex-shrink: 0;
    width: 520px;
}

@media only screen and (max-width: 1279px) {
    .lp-media-body.of-primary {
        width: calc(28rem + ((1vw - 0.767rem) * (46.875)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-body.of-primary {
        width: 100%;
    }
}

.lp-media-text {
    margin-bottom: 24px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1279px) {
    .lp-media-text {
        margin-bottom: calc(1.8rem + ((1vw - 0.767rem) * (1.17188)));
        font-size: calc(1.6rem + ((1vw - 0.767rem) * (0.39063)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-media-text {
        font-size: 1.6rem;
    }
}

.lp-media-image {
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .lp-media-image {
        margin-top: 18px;
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}

.lp-mediaFeature > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature.of-flexDirection-columnReverse {
    flex-direction: column-reverse;
}

.lp-mediaFeature-body {
    flex: 1 0 auto;
    text-align: center;
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-title {
    font-size: 2rem;
    font-weight: bold;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature-title {
        font-size: calc(1.8rem + ((1vw - 0.767rem) * (0.39063)));
    }
}

.lp-mediaFeature.of-primary .lp-mediaFeature-title,
.lp-mediaFeature.of-secondary .lp-mediaFeature-title {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-title,
    .lp-mediaFeature.of-secondary .lp-mediaFeature-title {
        font-size: calc(1.5rem + ((1vw - 0.767rem) * (0.58594)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-title,
    .lp-mediaFeature.of-secondary .lp-mediaFeature-title {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature-title {
        font-size: 1.8rem;
    }
}

.lp-mediaFeature-image {
    margin-bottom: 24px;
    padding-top: 12px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature-image {
        padding-top: 8px;
    }
}

.lp-mediaFeature.of-primary .lp-mediaFeature-image,
.lp-mediaFeature.of-secondary .lp-mediaFeature-image {
    padding-top: 0;
}

.lp-mediaFeature.of-primary .lp-mediaFeature-image {
    padding-bottom: 6px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature.of-primary .lp-mediaFeature-image {
        padding-bottom: 4px;
    }
}

.lp-mediaFeature.of-secondary .lp-mediaFeature-image {
    padding-bottom: 16px;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaFeature.of-secondary .lp-mediaFeature-image {
        padding-bottom: calc(1.2rem + ((1vw - 0.767rem) * (0.78125)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaFeature.of-secondary .lp-mediaFeature-image {
        padding-bottom: 12px;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.lp-mediaAsset > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    max-width: 644px;
    text-align: center;
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-imageGroup {
    display: flex;
    align-items: center;
    margin-right: 32px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaAsset-imageGroup {
        justify-content: center;
        margin-right: 0;
        padding-bottom: 24px;
    }
}

.lp-mediaAsset-image.of-border {
    border: 1px solid #ccc;
}

.lp-mediaAsset-image + .lp-mediaAsset-image {
    margin-left: 24px;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaAsset-image {
        width: calc(6.4rem + ((1vw - 0.36rem) * (8.37867)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaAsset-image {
        width: 64px;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-mediaAsset-image.of-primary {
        width: calc(9rem + ((1vw - 0.36rem) * (11.96953)));
    }
}

@media only screen and (max-width: 360px) {
    .lp-mediaAsset-image.of-primary {
        width: 90px;
    }
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 32px -16px;
}

@media only screen and (max-width: 767px) {
    .lp-listButton.of-primary {
        margin-bottom: 24px;
    }
}

.lp-listButton > li {
    display: inline-block;
    margin-top: 16px;
    padding-left: 16px;
}

.lp-listButton-outer > *:last-child {
    margin-bottom: 0;
}

.lp-buttonConversion:link,
.lp-buttonConversion:visited {
    color: #fff;
}

.lp-listAnnotation {
    margin-bottom: 24px;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .lp-listAnnotation {
        text-align: left;
    }
}

.lp-listAnnotation > *:last-child {
    margin-bottom: 0;
}

.lp-listAnnotation-item {
    margin-bottom: 8px;
    font-size: 1.4rem;
}

.lp-textPhoneLink {
    margin-bottom: 24px;
}

.lp-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .lp-textPhoneLink-numberGroup {
        flex-direction: column;
    }
}

.lp-textPhoneLink-notes {
    flex: 1;
    margin-right: 24px;
    font-size: 2.4rem;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .lp-textPhoneLink-notes {
        margin-right: 0;
        font-size: 1.8rem;
    }
}

.lp-textPhoneLink-number {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
}

.lp-textPhoneLink-number > .AutoPhoneCall {
    flex-shrink: 0;
    color: #333;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .lp-textPhoneLink-number > .AutoPhoneCall {
        cursor: pointer;
        pointer-events: auto;
    }
}

.lp-icon {
    fill: #333;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
}

.lp-utility-fontColor-primary {
    color: #ce0400;
}

.lp-utility-fontColor-secondary {
    color: #004b8d;
}

.lp-utility-font-emphasis {
    color: #004b8d;
    font-size: 6.2rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1279px) {
    .lp-utility-font-emphasis {
        font-size: calc(4.8rem + ((1vw - 0.767rem) * (2.73438)));
    }
}

@media only screen and (max-width: 767px) {
    .lp-utility-font-emphasis {
        font-size: calc(3.4rem + ((1vw - 0.36rem) * (3.4398)));
        line-height: 1.2;
    }
}

@media only screen and (max-width: 360px) {
    .lp-utility-font-emphasis {
        font-size: 3.4rem;
    }
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-largeScreen-hide {
    display: none;
}

@media only screen and (max-width: 767px) {
    .lp-largeScreen-hide {
        display: block;
    }
}

.lp-largeScreen-show {
    display: block;
}

@media only screen and (max-width: 767px) {
    .lp-largeScreen-show {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .lp-largeScreen-lastChild {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-lastChild {
        margin-bottom: 0;
    }
}
