@charset "UTF-8";

.lp-layouyt-container {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 10px;
}

.lp-layouyt-container.of-primary {
    margin-bottom: 60px;
}

@media only screen and (max-width: 969px) {
    .lp-layouyt-container {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layouyt-container {
        width: 100%;
        margin: 0 auto;
    }
}

.lp-buttonConversion {
    display: inline-block;
    background: #dc002f;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 14px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body-text {
    text-align: center;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #ccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion-outer {
    text-align: center;
}

.lp-buttonConversion-outer.of-primary {
    margin: 0 0 50px;
}

.lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-image {
        margin: -24px 0 -24px 6px;
    }
}

.lp-jumbotron {
    overflow: hidden;
    background: linear-gradient(90deg, #1a3b5c 10%, #296194 50%, #1a3b5c 90%);
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: calc(970px + 40px);
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
}

.lp-jumbotron-body {
    width: 485px;
    margin: 60px 0 180px 45px;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 20px;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.3;
}

.lp-jumbotron-title > em {
    display: block;
    font-size: 4.2rem;
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 30px;
    font-size: 1.6rem;
    font-weight: normal;
}

.lp-jumbotron-series > em {
    display: block;
    font-size: 1.8rem;
}

.lp-jumbotron-image {
    min-height: 0%;
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        margin-left: 25px;
    }
    .lp-jumbotron-title {
        font-size: calc((30 * 100vw) / 970);
    }
    .lp-jumbotron-title > em {
        font-size: calc((40 * 100vw) / 970);
    }
    .lp-jumbotron-image {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .lp-jumbotron-body {
        margin: 0 0 40px;
    }
    .lp-jumbotron-titleGroup {
        text-align: center;
    }
    .lp-jumbotron-title {
        margin: -20px 0 18px;
    }
    .lp-jumbotron-series {
        margin-bottom: 25px;
    }
    .lp-jumbotron-image {
        width: 300px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-content {
        width: 100%;
        padding: 0 20px;
    }
    .lp-jumbotron-body {
        width: 100%;
    }
    .lp-jumbotron-title {
        font-size: 2rem;
    }
    .lp-jumbotron-title > em {
        font-size: 3rem;
    }
    .lp-jumbotron-series > em {
        font-size: 1.6rem;
    }
    .lp-jumbotron-image {
        width: 240px;
    }
}

.lp-layout-grid {
    display: flex;
}

.lp-layout-grid.of-primary {
    margin-bottom: 40px;
}

.lp-layout-grid.of-column-12 .of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 .of-column-4 {
    width: 33.3333333333%;
}

.lp-layout-grid.of-column-12 .of-column-8 {
    width: 66.6666666666%;
}

.lp-layout-grid.of-marginLeft-primary {
    margin-left: -30px;
}

.lp-layout-grid.of-marginLeft-primary > .lp-layout-grid-column {
    margin-left: 30px;
}

.lp-layout-grid.of-lineup {
    margin-bottom: 40px;
    margin-left: -23px;
}

.lp-layout-grid.of-lineup .lp-layout-grid-column {
    margin-left: 25px;
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-column.of-marginBottom-primary {
    margin-bottom: 5px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-lineup {
        margin-bottom: 60px;
        margin-left: calc((-23 * 100vw) / 970);
    }
    .lp-layout-grid.of-lineup .lp-layout-grid-column {
        margin-left: calc((25 * 100vw) / 970);
    }
    .lp-layout-grid .of-marginLeft-primary {
        margin-left: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-layout-grid {
        flex-direction: column;
        align-items: center;
    }
    .lp-layout-grid.of-column-12 .of-column-8 {
        width: auto;
    }
    .lp-layout-grid.of-column-12 .of-column-6 {
        width: auto;
    }
    .lp-layout-grid.of-column-12 .of-column-4 {
        width: 100%;
        text-align: center;
    }
    .lp-layout-grid.smallScreen-column-reverse {
        flex-direction: column-reverse;
    }
    .lp-layout-grid .of-primary {
        flex-direction: row;
    }
    .lp-layout-grid.of-marginLeft-primary {
        margin-left: 0;
    }
    .lp-layout-grid.of-marginLeft-primary > .lp-layout-grid-column {
        margin-left: 0;
    }
    .lp-layout-grid.of-connection {
        flex-direction: column-reverse;
    }
    .lp-layout-grid.of-connection .lp-layout-grid-column > *:last-child {
        margin-bottom: 0;
    }
    .lp-layout-grid.of-lineup {
        margin-left: 0;
    }
    .lp-layout-grid.of-lineup .lp-layout-grid-column {
        margin-left: 0;
    }
    .lp-layout-grid.of-lineup.of-column-12 .of-column-4 {
        width: calc(320px + -20px);
    }
    .lp-layout-grid-column > *:last-child {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.of-primary {
        flex-direction: column;
        align-items: center;
    }
    .lp-layout-grid.of-primary > *:first-child {
        margin-bottom: 15px;
    }
    .lp-layout-grid.of-lineup {
        flex-direction: column;
        align-items: center;
    }
}

.lp-headingLevel2 {
    display: flex;
    align-items: center;
    max-width: 970px;
    margin: 0 auto;
    font-size: 3rem;
    text-transform: uppercase;
}

.lp-headingLevel2-outer {
    margin-bottom: 30px;
    padding: 5px 60px;
    border-top: 2px solid #9bd2ff;
    background: #37b5fe;
    box-shadow: 0 3px 6px 0 #dadada;
}

.lp-headingLevel2-icon {
    position: relative;
    max-width: 145px;
    margin-right: 62px;
    font-size: 1.4rem;
    text-transform: initial;
}

.lp-headingLevel2-icon > em {
    margin-left: 10px;
    font-size: 4.6rem;
    vertical-align: middle;
}

.lp-headingLevel2-icon::after {
    position: absolute;
    top: 50%;
    right: -38px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background: url("../../img/landing_page/pr_gt2_short/pr_gt2_short_ico_01.png") no-repeat;
    content: "";
}

.lp-headingLevel2-text {
    flex: 1;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2-outer {
        padding: 5px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel2 {
        display: block;
        width: 100%;
        font-size: 2.4rem;
    }
    .lp-headingLevel2-outer {
        padding: 6px 20px 14px;
    }
    .lp-headingLevel2-icon {
        display: block;
        width: 100px;
        font-size: 1.2rem;
    }
    .lp-headingLevel2-icon > em {
        font-size: 3rem;
    }
    .lp-headingLevel2-icon::after {
        right: -5px;
        height: 20px;
        margin-top: -10px;
    }
}

.lp-headingLevel3 {
    max-width: 950px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 2.4rem;
    text-transform: uppercase;
}

.lp-headingLevel3-body {
    flex: 1;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel3 {
        font-size: calc((24 * 100vw) / 970);
    }
}

@media only screen and (max-width: 768px) {
    .lp-headingLevel3 {
        font-size: 1.8rem;
    }
    .lp-headingLevel3-body {
        flex: auto;
    }
}

.lp-headingLevel4 {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.lp-headingLevel4.of-emphasis {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 15px;
    font-size: 2rem;
}

.lp-headingLevel4.of-emphasis .lp-iconEmphasis {
    margin-right: 0;
    margin-bottom: 15px;
}

.lp-icon {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 8px;
    border: 1px solid #333;
    font-size: 1.6rem;
    font-weight: normal;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel4 {
        margin-bottom: 25px;
    }
    .lp-headingLevel4.of-emphasis {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .lp-icon {
        margin-top: 10px;
        margin-left: 0;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(970px + 40px);
    margin: 30px auto 0;
    padding: 0 20px;
}

.lp-mediaAsset-text {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}

.lp-mediaAsset-body {
    max-width: 595px;
    padding: 20px 0 0 36px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        font-size: calc((30 * 100vw) / 970);
    }
    .lp-mediaAsset-body {
        width: calc((595 * 100vw) / 970);
    }
    .lp-mediaAsset-body.of-primary {
        width: fit-content;
    }
}

@media only screen and (max-width: 768px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
    .lp-mediaAsset-body {
        width: 100%;
        padding: 20px;
    }
    .lp-mediaAsset-body.of-primary > .lp-mediaAsset-text {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: 1.8rem;
        text-align: center;
    }
    .lp-mediaAsset-image {
        margin-bottom: 10px;
    }
    .lp-mediaAsset-body {
        padding: 0;
    }
}

.lp-section {
    position: relative;
    margin-top: -137px;
    padding-bottom: 60px;
    overflow: hidden;
    background: #f5f5f5;
}

.lp-section-text {
    margin-bottom: 25px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .lp-section {
        margin-top: 0;
    }
}

.lp-media {
    display: flex;
}

.lp-media-image {
    width: 100%;
    min-height: 0%;
    margin-bottom: 0;
}

.lp-media-image.of-width-auto {
    width: auto;
}

.lp-media-title {
    margin-bottom: 0;
}

.lp-media-body {
    padding: 0 30px 30px 0;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-primary > .lp-media-body {
    width: 66.66%;
}

.lp-media.of-primary > .lp-media-image {
    width: 33.33%;
}

.lp-media.of-secondary {
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.lp-media.of-secondary .lp-media-title {
    order: 1;
    font-size: 1.8rem;
}

.lp-media.of-secondary .lp-media-text {
    order: 3;
    max-width: 255px;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.lp-media.of-secondary .lp-media-image {
    order: 2;
}

.lp-media.of-tertiary {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}

.lp-media.of-tertiary .lp-media-body {
    padding: 0;
}

.lp-media.of-tertiary .lp-media-title {
    max-width: 280px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
}

.lp-media.of-tertiary.of-quaternary {
    margin-bottom: 30px;
}

.lp-media.of-tertiary.of-quaternary .lp-media-body {
    max-width: 650px;
}

.lp-media.of-tertiary.of-arrow {
    position: relative;
}

.lp-media.of-tertiary.of-arrow::after {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 13px;
    height: 24px;
    transform: translateY(-50%);
    background: url("../../img/landing_page/pr_gt2_short/pr_gt2_short_ico_02.png") no-repeat;
    content: "";
}

.lp-media.of-quaternary {
    margin-bottom: 20px;
}

.lp-media.of-quaternary .lp-media-body {
    width: 66.66%;
}

.lp-media.of-quaternary .lp-media-image {
    width: 33.33%;
}

@media only screen and (max-width: 768px) {
    .lp-media {
        flex-direction: column-reverse;
        align-items: center;
    }
    .lp-media-body {
        width: 100%;
        padding-right: 0;
    }
    .lp-media-image {
        margin-bottom: 20px;
    }
    .lp-media.of-primary {
        width: auto;
    }
    .lp-media.of-primary > .lp-media-body{
        width: 100%;
    }
    .lp-media.of-primary .lp-media-image {
        width: 240px;
    }
    .lp-media.of-secondary {
        width: 100%;
    }
    .lp-media.of-secondary .lp-media-image {
        margin-bottom: 10px;
    }
    .lp-media.of-secondary .lp-media-text {
        width: 255px;
    }
    .lp-media.of-tertiary .of-emphasis {
        flex-direction: row;
    }
    .lp-media.of-tertiary .lp-iconEmphasis {
        margin-bottom: 0;
    }
    .lp-media.of-tertiary .lp-media-image {
        width: 100%;
    }
    .lp-media.of-quaternary {
        margin-bottom: 0;
    }
    .lp-media.of-quaternary .lp-media-body {
        max-width: 100%;
    }
    .lp-media.of-quaternary .lp-media-image {
        width: auto;
    }
    .lp-media.of-arrow {
        padding-bottom: 20px;
    }
    .lp-media.of-arrow::after {
        top: auto;
        right: 50%;
        bottom: 0;
        transform: rotate(90deg) translateX(-50%);
    }
}

.lp-cardExample {
    display: flex;
    margin-left: 30px;
    padding: 20px 20px 5px;
    background: #d4d4d4;
}

@media only screen and (max-width: 768px) {
    .lp-cardExample {
        flex-direction: column;
        margin-left: 0;
    }
}

.lp-listDefinition dt,
.lp-listDefinition dd {
    padding-left: 20px;
    color: #5c5c5c;
}

.lp-listDefinition dt {
    position: relative;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
}

.lp-listDefinition dt::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 8px;
    height: 1px;
    background: #5c5c5c;
    content: "";
}

.lp-listDefinition dd {
    margin-bottom: 20px;
    color: #5c5c5c;
    font-size: 1.4rem;
}

.of-emphasis {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .of-emphasis {
        flex-direction: column;
        align-items: flex-start;
    }
}

.lp-iconEmphasis {
    display: flex;
    margin-right: 20px;
    padding: 3px 15px;
    transform: skewX(-17deg);
    background: #ce0010;
    white-space: nowrap;
}

.lp-iconEmphasis-body {
    transform: skewX(17deg);
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
}

@media only screen and (max-width: 969px) {
    .lp-iconEmphasis {
        margin-bottom: 10px;
    }
}

.lp-cardProduct {
    display: flex;
    height: auto;
    margin-bottom: 15px;
    background: #fff;
}

.lp-cardProduct.of-color-primary {
    background: #256195;
    color: #fff;
}

.lp-listUnordered {
    margin-bottom: 15px;
}

.lp-listUnordered li {
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
    text-align: left;
}

.lp-listUnordered li::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 8px;
    height: 1px;
    background: #5c5c5c;
    content: "";
}

.lp-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #e60013;
    background: #fff;
    text-align: center;
}

.lp-card-body {
    display: flex;
    flex-direction: column-reverse;
}

.lp-card-image {
    margin-bottom: 0;
    padding: 5px 0 10px;
}

.lp-card-link {
    margin-bottom: 0;
}

.lp-card-link a {
    display: inline-block;
    margin: 0 0 0 -4px;
    padding: 0 0 0 13px;
    background: url("../../img/common/mkr_triangle_gray_r.png") no-repeat 4px 0.4em;
    color: #1a5c9a;
    font-size: 1.2rem;
    text-align: left;
    text-decoration: none;
}

.lp-buttonLink {
    padding: 3px 9px;
    border: solid 1px #39759b;
    background: #277fb3 linear-gradient(to top left, #2d92cc, #277fb3);
    box-shadow: 1px 1px 1px #ccc;
    text-decoration: none;
}

.lp-buttonLink-outer {
    margin-bottom: 0;
}

.lp-buttonLink-text {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.smallScreen-show {
    display: none;
}

.lp-figure {
    max-width: 100%;
    min-height: 0%;
}

@media screen and (max-width: 969px) {
    .smallScreen-hide {
        display: block;
    }
    .smallScreen-show {
        display: none;
    }
    .smallScreen-marginBottom-primary {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 768px) {
    .smallScreen-show {
        display: block;
    }
    .smallScreen-hide {
        display: none;
    }
    .smallScreen-width-primary {
        max-width: 320px;
    }
    .smallScreen-width-secondary {
        width: 320px;
    }
}

@media screen and (max-width: 320px) {
    .smallScreen-width-secondary {
        width: 280px;
    }
}

@media screen and (max-width: 768px) {
    .lp-utility-margin-auto {
margin: 0 auto;
    }
}
