@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-inquiry .lp-buttonConversion-body, .lp-buttonConversion.of-tryangle .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-inquiry .lp-buttonConversion-body::before, .lp-buttonConversion.of-tryangle .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-tryangle .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-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price01 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_01.png") no-repeat center center;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price02 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_02.png") no-repeat center center;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price03 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_03.png") no-repeat center center;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price04 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_04.png") no-repeat center center;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-price05 .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_05.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-layout-grid {
    display: flex;
    max-width: 970px;
    margin: 0 auto;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid {
        flex-direction: column;
        align-items: center;
    }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333333333%;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: auto;
    }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
    margin-left: 22px;
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column:first-child {
    margin-left: 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-column-4 .lp-layout-grid-column {
        width: auto;
    }
    .lp-layout-grid.of-column-4 .lp-layout-grid-column:first-child {
        margin: 0 auto;
    }
}

.lp-layout-grid.of-primary {
    padding-bottom: 45px;
}

.lp-layout-grid.of-primary .lp-layout-grid-column {
    flex: 1 0 0%;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column {
        flex: 0 1 auto;
        margin-bottom: 35px;
    }
}

.lp-layout-grid.of-primary .lp-layout-grid-column:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) {
    margin: 0 20px;
    padding: 0 20px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) {
        margin: 0 0 35px 0;
        padding: 0;
    }
}

.lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::before, .lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::after {
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::before, .lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::after {
        content: none;
    }
}

.lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::before {
    left: -20px;
}

.lp-layout-grid.of-primary .lp-layout-grid-column:nth-child(2n) .lp-media-body::after {
    right: -20px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid.of-secondary .lp-layout-grid-column {
        max-width: 317px;
        margin: 0 auto;
        padding: 15px 10px 5px;
        border-bottom: 2px #ffc703 solid;
    }
    .lp-layout-grid.of-secondary .lp-layout-grid-column:first-child {
        padding-top: 26px;
    }
    .lp-layout-grid.of-secondary .lp-layout-grid-column:last-child {
        padding-right: 0;
        border-bottom: 0;
    }
}

.lp-section {
    background-color: #fff;
}

.lp-section.of-secondary {
    background: #fff7cc;
}

.lp-section .lp-headingLevel2 {
    display: block;
    max-width: 970px;
    margin: 0 auto 48px;
    font-size: 30px;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-section .lp-headingLevel2 {
        margin-bottom: 10px;
        padding-bottom: 7px;
    }
}

.lp-section .lp-headingLevel2 > span {
    display: inline-block;
    position: relative;
    padding: 0 40px 14px;
}

.lp-section .lp-headingLevel2 > span::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e60012;
    content: "";
}

.lp-section-content {
    margin: 0 auto;
    padding: 38px 20px 46px;
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        padding: 35px 30px 40px;
    }
}

.lp-section-content.of-secondary {
    padding: 36px 20px 38px;
}

@media screen and (max-width: 969px) {
    .lp-section-content.of-secondary {
        padding: 40px 20px 20px;
    }
}

.lp-jumbotron {
    background: #000;
}

.lp-jumbotron-content {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    max-width: 973px;
    min-height: 292px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: auto;
        padding-bottom: 25px;
    }
}

.lp-jumbotron-body {
    align-self: center;
    width: 485px;
    margin-bottom: 25px;
    padding: 20px;
    color: #fff;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        width: auto;
        margin-bottom: 0;
        padding: 0 30px;
    }
}

.lp-jumbotron-image {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        position: static;
        width: 310px;
        min-height: 100%;
        margin-bottom: 10px;
    }
}

.lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 22px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 20px;
    }
}

.lp-jumbotron-title {
    font-size: 52px;
    font-weight: normal;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: 6px;
        font-size: 40px;
    }
}

.lp-jumbotron-seriesName {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.lp-jumbotron-seriesName > em {
    margin-right: 10px;
    color: #e60012;
    font-weight: bold;
}

.lp-media.of-primary .lp-media-header {
    position: relative;
    max-width: 297px;
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    .lp-media.of-primary .lp-media-header {
        height: auto !important;
        margin-bottom: 6px;
    }
}

.lp-media.of-primary .lp-media-indexIcon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px 0 7px;
    background: #ffc703;
    font-size: 18px;
}

.lp-media.of-primary .lp-media-body {
    position: relative;
    min-height: 0%;
}

@media screen and (max-width: 969px) {
    .lp-media.of-primary .lp-media-body {
        position: static;
    }
}

.lp-media.of-secondary {
    display: flex;
    flex-direction: column;
    max-width: 226px;
}

@media screen and (max-width: 969px) {
    .lp-media.of-secondary {
        max-width: none;
    }
}

.lp-media.of-secondary .lp-media-body {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0%;
}

.lp-media.of-secondary .lp-media-header {
    width: 100%;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

@media screen and (min-width: 970px) {
    .lp-media.of-secondary .lp-media-header {
        min-height: 54px;
    }
}

@media screen and (max-width: 969px) {
    .lp-media.of-secondary .lp-media-header {
        height: auto !important;
        margin-bottom: 12px;
        font-size: 20px;
    }
}

.lp-media.of-secondary .lp-media-title {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    .lp-media.of-secondary .lp-media-title {
        height: auto !important;
    }
}

.lp-media.of-secondary .lp-media-textGroup {
    display: flex;
    flex-direction: column;
}

.lp-media.of-secondary .lp-media-textGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-media.of-secondary .lp-media-textGroup {
        margin-bottom: 16px;
    }
}

.lp-media.of-secondary .lp-media-image {
    min-height: 0%;
    margin-bottom: 15px;
    padding: 0;
    border-right: 0;
}

@media screen and (max-width: 969px) {
    .lp-media.of-secondary .lp-media-image > img {
        width: 100%;
    }
}

.lp-buttonConversion {
    font-size: 20px;
}

.lp-listButton {
    display: flex;
    justify-content: center;
}

.lp-mediaAsset {
    padding: 50px 30px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset {
        padding: 30px 30px 0;
    }
}

.lp-mediaAsset-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 970px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-content {
        flex-direction: column;
    }
}

.lp-mediaAsset-text {
    max-width: 370px;
    padding: 0 50px;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        max-width: 270px;
        margin: 0;
        padding: 0 calc(50 * 100vw / 969);
        font-size: 20px;
    }
}

.lp-mediaAsset-assetImage {
    order: -1;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-assetImage {
        width: 190px;
        min-height: 0%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-productImage {
        display: none;
    }
}
