@charset "UTF-8";

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        margin: -16px 0 16px -16px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid {
        margin: 0;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.of-column-2 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.333333%;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-2 {
    width: 66.666666%;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column.of-column-2 {
        width: 100%;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column.of-colmun-3 {
    width: 100%;
}

.lp-layout-grid-column {
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid-column {
        margin-top: 16px;
        padding-left: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid-column {
        margin: 0;
        padding: 0;
    }
}

.lp-layout-grid.of-series {
    flex-wrap: nowrap;
    margin: 0;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.of-series {
        margin: 0;
    }
}

.lp-layout-grid.of-series .lp-layout-grid-column {
    display: flex;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 640px) {
    .lp-layout-grid.of-borderBottom-solid .lp-layout-grid-column {
        padding-bottom: 20px;
        border-bottom: solid 1px #ddd;
    }
}

.lp-layout-grid.of-borderBottom-solid > *:last-child {
    padding-bottom: 0;
    border: 0;
}

.lp-headingLevel2 {
    margin-bottom: 5px;
    font-size: 3.6rem;
    line-height: 1.3;
}

@media only screen and (max-width: 640px) {
    .lp-headingLevel2 {
        font-size: 2.4rem;
    }
}

.lp-text {
    font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
    .lp-text {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 640px) {
    .lp-text .lp-largeScreen-line-break {
        display: block;
    }
}

.lp-icon {
    margin-bottom: 20px;
}

@media only screen and (max-width: 969px) {
    .lp-icon {
        width: calc((57 * 100vw) / 970);
        margin-bottom: calc((20 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-icon {
        width: 57px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-icon.of-primary {
        width: calc((120 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-icon.of-primary {
        width: 120px;
    }
}

.lp-listButton {
    display: flex;
    align-items: center;
    margin-left: -10px;
}

.lp-listButton.of-justify-center {
    justify-content: center;
}

.lp-listButton > li {
    margin-left: 10px;
}

@media only screen and (max-width: 640px) {
    .lp-listButton {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .lp-listButton > li {
        margin-bottom: 8px;
        margin-left: 0;
    }
    .lp-listButton > li:last-child {
        margin-bottom: 0;
    }
}

.lp-buttonConversion {
    display: inline-block;
    margin: 0 0 16px;
    background: #f30b19;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}

.lp-buttonConversion-body {
    display: block;
    padding: 10px 56px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 16px;
}

.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-text {
    text-align: center;
}

.lp-buttonConversion.of-download .lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #ccc;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    width: 16px;
    min-width: 16px;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-jumbotron {
    background: linear-gradient(to bottom, #6a7177, #979d9f);
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 0;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        padding: 30px 20px;
    }
}

.lp-jumbotron-body {
    flex: 1;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex: none;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    max-width: 480px;
    margin-right: 20px;
    margin-left: 40px;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-image {
        width: 100%;
        min-height: 0%;
        margin: 0 0 20px;
    }
}

.lp-jumbotron-titleGroup {
    position: relative;
    margin-bottom: 30px;
    padding-top: 62px;
    overflow: hidden;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    text-shadow: 0 0 5px #555, 0 0 5px #555;
}

.lp-jumbotron-titleGroup::before {
    position: absolute;
    top: 13px;
    left: 50%;
    width: 212px;
    height: 34px;
    transform: translateX(-50%);
    background: url("../../img/landing_page/lp_bt-w100_pr_rwd/lp_bt-w100_pr_bg_02.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 10px;
    font-size: 5.5rem;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        font-size: 3.4rem;
    }
}

.lp-jumbotron-series {
    font-size: 2.6rem;
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-series {
        font-size: 2rem;
    }
}

.lp-section {
    background: #fff;
}

.lp-section.of-primary {
    background: #eff0f2;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 0;
}

@media only screen and (max-width: 969px) {
    .lp-section-content {
        padding: calc((40 * 100vw) / 970) 20px;
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-content {
        padding: 30px 20px;
    }
}

.lp-section-header {
    margin: 0 auto 10px;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-section-header {
        margin: 0 auto calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-section-header {
        margin-bottom: 20px;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-media {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

@media only screen and (max-width: 969px) {
    .lp-media {
        padding-left: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media {
        flex-direction: column;
        padding-left: 0;
    }
}

.lp-media > *:last-child {
    margin-bottom: 0;
}

.lp-media-body {
    flex: 1;
    max-width: 550px;
}

@media only screen and (max-width: 640px) {
    .lp-media-body {
        flex: none;
        width: 100%;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    min-height: 0%;
    margin-left: 50px;
}

@media only screen and (max-width: 969px) {
    .lp-media-image {
        max-width: calc((334 * 100vw) / 970);
        margin-left: calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-image {
        max-width: 70%;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.lp-media-image.of-margin-adjust > img {
    margin-bottom: -40px;
}

@media only screen and (max-width: 969px) {
    .lp-media-image.of-margin-adjust > img {
        margin-bottom: calc((-40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-image.of-margin-adjust > img {
        margin-bottom: -30px;
    }
}

.lp-media-title {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 3.2rem;
    line-height: 1.2;
}

@media only screen and (max-width: 640px) {
    .lp-media-title {
        font-size: 2.2rem;
    }
}

.lp-media-title::before {
    position: absolute;
    top: 15px;
    left: 3px;
    width: 10px;
    height: 16px;
    background: url("../../img/landing_page/lp_bt-w100_pr_rwd/lp_bt-w100_pr_bg_01.gif") no-repeat;
    background-size: contain;
    content: "";
}

@media only screen and (max-width: 640px) {
    .lp-media-title::before {
        top: 7px;
        left: 3px;
        width: 10px;
        height: 16px;
    }
}

.lp-media-text {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        margin-bottom: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media-text {
        margin-bottom: 8px;
        font-size: 1.6rem;
    }
}

.lp-media.of-row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
    .lp-media.of-row-reverse {
        flex-direction: column;
    }
}

.lp-media.of-row-reverse .lp-media-image {
    margin-right: 90px;
    margin-left: 0;
}

@media only screen and (max-width: 969px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: calc((65 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-media.of-row-reverse .lp-media-image {
        margin-right: 0;
    }
}

.lp-mediaSpec {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-mediaSpec {
        max-width: 360px;
        margin: 0 auto;
    }
}

.lp-mediaSpec-body {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.lp-mediaSpec-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSpec-image {
    min-height: 0%;
}

.lp-mediaSpec-title {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 8px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 969px) {
    .lp-mediaSpec-title {
        padding: calc((8 * 100vw) / 970);
        font-size: calc((18 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaSpec-title {
        padding: 8px;
        font-size: 1.8rem;
    }
}

.lp-mediaSpec-title.of-primary {
    background: #badc55;
}

.lp-mediaSpec-title.of-secondary {
    background: #ffba00;
}

.lp-mediaSpec-title.of-tertiary {
    background: #69d4ef;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    flex: 1;
    max-width: 640px;
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-body {
        flex: none;
        width: 100%;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin-right: 30px;
    margin-left: 50px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        margin-right: calc((30 * 100vw) / 970);
        margin-left: calc((50 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        margin: 0 0 20px 0;
    }
}

.lp-mediaAsset-text {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        font-size: calc((30 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-mediaAsset-text {
        font-size: 1.8rem;
        text-align: center;
    }
}

.lp-listSpec {
    margin-bottom: 10px;
    letter-spacing: -0.4em;
}

@media only screen and (max-width: 969px) {
    .lp-listSpec {
        margin-bottom: calc((10 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listSpec {
        margin-bottom: 15px;
    }
}

.lp-listSpec dt {
    display: inline-block;
    width: 28%;
    margin: 7px 0 0;
    padding: 7px 0 10px;
    border-bottom: 1px solid #313131;
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    vertical-align: bottom;
}

@media only screen and (max-width: 969px) {
    .lp-listSpec dt {
        margin: calc((7 * 100vw) / 970) 0 0;
        padding: calc((7 * 100vw) / 970) 0 calc((10 * 100vw) / 970);
        font-size: calc((16 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listSpec dt {
        margin: 7px 0 0;
        padding: 7px 0 10px;
        font-size: 1.6rem;
    }
}

.lp-listSpec dd {
    display: inline-block;
    width: 66%;
    margin: 7px 0 0 16px;
    padding: 7px 0 10px;
    border-bottom: 1px solid #313131;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-listSpec dd {
        margin: calc((7 * 100vw) / 970) 0 0 calc((16 * 100vw) / 970);
        padding: calc((7 * 100vw) / 970) 0 calc((10 * 100vw) / 970) calc((10 * 100vw) / 970);
        font-size: calc((28 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-listSpec dd {
        margin: 7px 0 0 16px;
        padding: 7px 0 10px;
        font-size: 2.8rem;
    }
}

.lp-figure {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-figure {
        width: 100%;
    }
}

.lp-figure-caption {
    flex: 1 0 auto;
    min-width: 160px;
    margin-top: -32px;
    padding: 33px 12px 18px;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}

.lp-figure-caption > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
    .lp-figure-caption {
        min-width: 100%;
        padding: 33px 16px 18px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 640px) {
    .lp-figure-caption {
        margin-top: -22px;
        padding: 23px 10px 8px;
        font-size: 1.4rem;
    }
}

.lp-figure-caption.of-primary {
    background: #badc55;
}

.lp-figure-caption.of-secondary {
    background: #ffba00;
}

.lp-figure-caption.of-tertiary {
    background: #69d4ef;
}

.lp-figure-image {
    position: relative;
    min-height: 0%;
}

.lp-extraSmallScreen-show {
    display: none;
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .lp-extraSmallScreen-hide {
        display: none;
    }
}
