@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-jumbotron {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    background: #000;
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron {
        margin-bottom: 40px;
        background: #fff;
    }
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    min-height: 524px;
    margin: 0 auto;
    background: url("../../../img/landing_page/lp_ed_bz-x_biological/lp_ed_bz-x_biological_bg_img_01.png") no-repeat center;
    background-size: contain;
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-content {
        min-height: calc((524 * 100vw) / 1920);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-content {
        justify-content: center;
        min-height: auto;
        background-position: top;
    }
}

.lp-jumbotron-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 1499px) {
    .lp-jumbotron-inner {
        width: auto;
        padding: calc((30 * 100vw) / 1500) calc((105 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-inner {
        flex-direction: column-reverse;
        width: 100%;
        margin: calc((140 * 100vw) / 970) 0 0;
        padding: 0 20px;
        background: none;
    }
}

.lp-jumbotron-textGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lp-jumbotron-title {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
    font-size: 3.8rem;
    text-align: center;
}

@media only screen and (max-width: 1499px) {
    .lp-jumbotron-title {
        font-size: calc((38 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: 2.2rem;
    }
}

.lp-jumbotron-series {
    display: flex;
    align-items: center;
    order: 1;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
}

.lp-jumbotron-seriesText {
    max-width: 500px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 1499px) {
    .lp-jumbotron-seriesText {
        font-size: calc((18 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-seriesText {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-icon {
    margin-right: 7px;
    padding: 0 10px;
    background: #ce0010;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}

@media only screen and (max-width: 1499px) {
    .lp-jumbotron-icon {
        font-size: calc((16 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-icon {
        font-size: 1.4rem;
    }
}

.lp-jumbotron-body {
    width: 740px;
    margin-left: 30px;
}

@media only screen and (max-width: 1499px) {
    .lp-jumbotron-body {
        width: calc((700 * 100vw) / 1500);
        margin-left: calc((30 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-body {
        width: 100%;
        margin-left: 0;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-listButton {
    margin-bottom: 40px;
}

.lp-listButton > li {
    margin-bottom: 30px;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-section-header {
    max-width: calc(1240px + 40px);
    margin: 0 auto 50px;
    padding: 0 20px;
}

@media only screen and (max-width: 969px) {
    .lp-section-header {
        margin-bottom: 30px;
        padding: 0;
    }
}

.lp-section-header > *:last-child {
    margin-bottom: 0;
}

.lp-section-body {
    max-width: calc(1240px + 40px);
    margin: 0 auto 90px;
}

@media only screen and (max-width: 969px) {
    .lp-section-body {
        padding: 0 20px;
    }
}

.lp-section-body > *:last-child {
    margin-bottom: 0;
}

.lp-headingLevel2 {
    margin-bottom: 50px;
    font-size: 5rem;
    font-weight: normal;
    text-align: center;
}

.lp-headingLevel2 > em {
    color: #008ed6;
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 > em {
        color: #fff;
    }
}

@media only screen and (max-width: 1499px) {
    .lp-headingLevel2 {
        font-size: calc((50 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel2 {
        margin-bottom: 30px;
        padding: 10px 20px;
        background: #008ed6;
        color: #fff;
        font-size: 2rem;
    }
}

.lp-headingLevel3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 3.6rem;
    font-weight: normal;
}

.lp-headingLevel3::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 713px;
    height: 2px;
    border-bottom: 2px solid #008ed6;
    content: "";
}

@media only screen and (max-width: 1499px) {
    .lp-headingLevel3::after {
        width: calc((713 * 100vw) / 1400);
    }
}

@media only screen and (max-width: 1499px) {
    .lp-headingLevel3::after {
        content: none;
    }
}

@media only screen and (max-width: 1499px) {
    .lp-headingLevel3 {
        font-size: calc((36 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 1499px) {
    .lp-headingLevel3 {
        border-bottom: 2px solid #008ed6;
    }
}

@media only screen and (max-width: 969px) {
    .lp-headingLevel3 {
        margin-bottom: 10px;
        padding-bottom: 7px;
        font-size: 2rem;
    }
}

.lp-media {
    margin-bottom: 90px;
}

@media only screen and (max-width: 969px) {
    .lp-media {
        margin-bottom: 24px;
    }
}

.lp-media-content {
    display: flex;
    margin: 0 75px 0 125px;
}

@media only screen and (max-width: 1499px) {
    .lp-media-content {
        margin: 0 calc((105 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media-content {
        flex-direction: column;
        margin: 0;
    }
}

.lp-media-text {
    margin-bottom: 20px;
    font-size: 2rem;
}

@media only screen and (max-width: 969px) {
    .lp-media-text {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
}

.lp-media-body {
    flex: 1;
}

@media only screen and (max-width: 969px) {
    .lp-media-body {
        flex: none;
        margin-bottom: 30px;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    min-height: 0%;
}

.lp-media-image .lp-figure {
    margin-bottom: 22px;
}

.lp-media-image > *:last-child {
    margin-bottom: 0;
}

.lp-media.of-primary .lp-media-image {
    width: 430px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1499px) {
    .lp-media.of-primary .lp-media-image {
        width: calc((460 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-primary .lp-media-image {
        width: 100%;
        text-align: center;
    }
}

.lp-media.of-primary .lp-media-body {
    margin-right: 70px;
}

@media only screen and (max-width: 1499px) {
    .lp-media.of-primary .lp-media-body {
        margin-right: calc((70 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-primary .lp-media-body {
        margin-right: 0;
    }
}

.lp-media.of-primary .lp-step.of-column-3 .lp-step-column {
    max-width: 212px;
}

@media only screen and (max-width: 969px) {
    .lp-media.of-primary .lp-step.of-column-3 .lp-step-column {
        max-width: 100%;
    }
}

.lp-media.of-secondary .lp-headingLevel3::after {
    left: 0;
    width: 497px;
}

.lp-media.of-secondary .lp-media-body {
    margin-left: 60px;
}

@media only screen and (max-width: 1499px) {
    .lp-media.of-secondary .lp-media-body {
        margin-left: calc((60 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-secondary .lp-media-body {
        margin-left: 0;
    }
}

.lp-media.of-secondary .lp-media-image {
    width: 604px;
}

@media only screen and (max-width: 1499px) {
    .lp-media.of-secondary .lp-media-image {
        width: calc((604 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-media.of-secondary .lp-media-image {
        width: 100%;
    }
}

.lp-media.of-row-reverse .lp-media-content {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 969px) {
    .lp-media.of-row-reverse .lp-media-content {
        flex-direction: column;
    }
}

.lp-layout-grid {
    display: flex;
    margin-bottom: 15px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        margin-bottom: 22px;
    }
}

.lp-layout-grid-column {
    display: flex;
    max-width: 100%;
    min-height: 0%;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid-column {
        display: block;
    }
}

.lp-layout-grid.of-column-3 {
    margin-left: -32px;
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 33.3333333333%;
    padding-left: 32px;
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 .lp-layout-grid-column {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid.of-column-3 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-layout-grid {
        flex-direction: column;
    }
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

.lp-step {
    display: flex;
    margin-bottom: 15px;
}

@media only screen and (max-width: 969px) {
    .lp-step {
        flex-direction: column;
    }
}

.lp-step-column {
    display: flex;
    position: relative;
}

.lp-step-column::after {
    position: absolute;
    top: 50%;
    right: -24px;
    width: 14px;
    height: 22px;
    transform: translateY(-50%);
    background: url("../../../../img/landing_page/lp_ed_bz-x_biological/lp_ed_bz-x_img_arrow_01.png");
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-step-column::after {
        top: auto;
        bottom: -23px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
}

@media only screen and (max-width: 969px) {
    .lp-step-column {
        margin-bottom: 22px;
    }
}

.lp-step-column:last-child::after {
    content: none;
}

.lp-step.of-column-3 {
    margin-left: -32px;
}

.lp-step.of-column-3 .lp-step-column {
    width: 33.3333333333%;
    padding-left: 32px;
}

@media only screen and (max-width: 969px) {
    .lp-step.of-column-3 .lp-step-column {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 969px) {
    .lp-step.of-column-3 {
        margin-left: 0;
    }
}

.lp-step > *:last-child {
    margin-bottom: 0;
}

.lp-figure {
    width: 100%;
}

@media only screen and (max-width: 969px) {
    .lp-figure {
        text-align: center;
    }
}

.lp-figure.of-column {
    display: flex;
    flex-direction: column-reverse;
    max-width: 180px;
}

@media only screen and (max-width: 969px) {
    .lp-figure.of-column {
        flex-direction: row-reverse;
        max-width: 100%;
    }
}

.lp-figure.of-column .lp-figure-body {
    display: flex;
    flex: 1 0 auto;
    width: 100%;
}

@media only screen and (max-width: 969px) {
    .lp-figure.of-column .lp-figure-body {
        flex: 1;
        align-self: stretch;
    }
}

.lp-figure.of-column .lp-figure-body > *:last-child {
    margin-bottom: 0;
}

.lp-figure.of-column .lp-figure-caption {
    width: 100%;
    padding: 5px 10px;
    background: #008ed6;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 969px) {
    .lp-figure.of-column .lp-figure-caption {
        display: flex;
        align-items: center;
        text-align: left;
    }
}

.lp-figure.of-column .lp-figure-image {
    min-height: 0%;
}

@media only screen and (max-width: 969px) {
    .lp-figure.of-column .lp-figure-image {
        max-width: 180px;
    }
}

@media only screen and (max-width: 359px) {
    .lp-figure.of-column .lp-figure-image {
        max-width: 140px;
    }
}

.lp-figure.of-arrow {
    position: relative;
}

.lp-figure.of-arrow::after {
    position: absolute;
    top: 50%;
    right: -24px;
    width: 14px;
    height: 22px;
    transform: translateY(-50%);
    background: url("../../../../img/landing_page/lp_ed_bz-x_biological/lp_ed_bz-x_img_arrow_01.png");
    content: "";
}

@media only screen and (max-width: 969px) {
    .lp-figure.of-arrow::after {
        top: auto;
        bottom: -23px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
}

.lp-mediaAsset {
    padding: 40px 0 60px;
    background: #ebebeb;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset {
        padding: 40px 0;
    }
}

.lp-mediaAsset-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(1240px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-content {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    max-width: 700px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-body {
        max-width: 100%;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    font-size: 3.6rem;
}

@media only screen and (max-width: 1499px) {
    .lp-mediaAsset-text {
        font-size: calc((36 * 100vw) / 1500);
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        font-size: 3rem;
    }
}

.lp-mediaAsset-image {
    min-height: 0%;
    margin-right: 40px;
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        margin-right: calc((40 * 100vw) / 970);
    }
}

@media only screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        margin: 0 0 15px 0;
    }
}

.lp-text-lineBreak {
    display: block;
}
