@charset "UTF-8";

.section {
    margin-bottom: 0;
    overflow: hidden;
}

.lp-section-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 38px 0 55px;
}

@media screen and (max-width: 580px) {
    .lp-section-content {
        padding: calc(28vw * 100 / 360) calc(20vw * 100 / 360);
    }
}

.lp-headingLevel2 {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 580px) {
    .lp-headingLevel2 {
        margin-bottom: calc(10vw * 100 / 360);
        font-size: calc(20vw * 100 / 360);
    }
}

.lp-headingLevel2 > em {
    color: #e60012;
}

.lp-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 0 -46px;
}

@media screen and (max-width: 767px) {
    .lp-grid {
        justify-content: center;
    }
}

@media screen and (max-width: 580px) {
    .lp-grid {
        margin: 0;
        padding: 0 calc(20vw * 100 / 360);
    }
    .lp-grid > *:last-child {
        margin-bottom: 0;
    }
}

.lp-grid-column {
    width: 208px;
    margin: 0 0 24px 46px;
}

@media screen and (max-width: 580px) {
    .lp-grid-column {
        width: 100%;
        margin-bottom: calc(20vw * 100 / 360);
        margin-left: 0;
    }
}

.lp-grid-outer {
    display: flex;
    justify-content: center;
}

.lp-grid-outer > .lp-grid {
    width: 100%;
    max-width: calc(970px + 46px);
}

@media screen and (max-width: 1279px) {
    .lp-grid-outer > .lp-grid {
        max-width: calc(670px + 46px);
    }
}

@media screen and (max-width: 580px) {
    .lp-grid-outer > .lp-grid {
        max-width: none;
    }
}

.lp-media {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 580px) {
    .lp-media {
        flex-direction: row;
    }
}

.lp-media-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

@media screen and (max-width: 580px) {
    .lp-media-body {
        align-items: flex-start;
        justify-content: center;
        width: 100%;
    }
}

.lp-media-text {
    margin-bottom: 14px;
    text-align: center;
}

@media screen and (max-width: 580px) {
    .lp-media-text {
        max-width: 100%;
        font-size: calc(14vw * 100 / 360);
        text-align: left;
    }
}

.lp-media-image {
    flex-shrink: 0;
    order: -1;
    max-width: 113px;
    margin-bottom: 12px;
}

.lp-media-image > img {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 580px) {
    .lp-media-image {
        max-width: calc(80vw * 100 / 360);
        margin-right: calc(20vw * 100 / 360);
        margin-bottom: 0;
    }
}

.lp-grid-column > .lp-media {
    height: 100%;
}

.lp-jumbotron {
    background: #fed400;
}

.lp-jumbotron-content {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: center;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-content {
        padding: 0;
    }
}

.lp-jumbotron-body {
    max-width: 640px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-body {
        width: 100%;
        max-width: none;
        margin-bottom: 0;
        padding: calc(20vw * 100 / 360) calc(20vw * 100 / 360) calc(30vw * 100 / 360);
    }
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 25px;
    padding: 16px 0 18px;
    border-top: 3px #333333 solid;
    border-bottom: 1px #333333 solid;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-title {
        margin-bottom: calc(15vw * 100 / 360);
        padding: calc(12vw * 100 / 360) 0 calc(14vw * 100 / 360);
    }
}

.lp-jumbotron-titleText {
    display: block;
    margin-bottom: 8px;
    font-size: 40px;
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-titleText {
        font-size: calc(24vw * 100 / 360);
    }
}

.lp-jumbotron-titleSubText {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-titleSubText {
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-jumbotron-title > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 35px;
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(18vw * 100 / 360);
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-titleSeries {
        margin-bottom: calc(16vw * 100 / 360);
    }
}

.lp-jumbotron-titleSeriesText {
    font-size: 21px;
    text-align: center;
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-titleSeriesText {
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-jumbotron-titleSeriesText + .lp-buttonConversion-outer {
    margin-left: 60px;
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-titleSeriesText + .lp-buttonConversion-outer {
        margin-left: calc(16vw * 100 / 360);
    }
}

.lp-jumbotron-image {
    margin-left: auto;
}

.lp-jumbotron-image > img {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1279px) {
    .lp-jumbotron-image {
        margin-bottom: 35px;
        margin-left: 0;
    }
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-image {
        flex-shrink: 0;
        width: 100%;
        margin-bottom: 0;
    }
}

.lp-jumbotron-lead {
    font-size: 16px;
    line-height: 1.5;
}

.lp-jumbotron-leadGroup {
    padding: 16px 30px 15px;
    background: #ffe45e;
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-leadGroup {
        padding: calc(16vw * 100 / 360) calc(20vw * 100 / 360) calc(14vw * 100 / 360);
    }
}

.lp-jumbotron-logoGroup {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 580px) {
    .lp-jumbotron-logoGroup {
        flex-direction: column;
        align-items: flex-start;
    }
}

.lp-listLogo {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 580px) {
    .lp-listLogo {
        margin-left: 0;
    }
}

.lp-listLogo > li {
    margin-left: 8px;
}

.lp-listLogo > li:first-child {
    margin-left: 0;
}

.lp-listLogo.of-certification > li {
    margin-left: 20px;
}

.lp-listLogo.of-certification > li:first-child {
    margin-left: 0;
}

.lp-listLogo + .lp-listLogo {
    margin-left: 25px;
}

@media screen and (max-width: 580px) {
    .lp-listLogo + .lp-listLogo {
        margin-top: 10px;
        margin-left: 0;
    }
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    margin: 8px 0 10px;
    background: #f30b19;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

@media screen and (max-width: 580px) {
    .lp-buttonConversion {
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-buttonConversion-outer {
    display: block;
    font-size: 0;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px 6px 22px;
    word-break: keep-all;
}

.lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    max-width: 25px;
    height: 25px;
    margin-right: 9px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat center;
    background-size: contain;
    content: "";
}

@media screen and (max-width: 580px) {
    .lp-buttonConversion-body::before {
        width: calc(19vw * 100 / 360);
        height: calc(19vw * 100 / 360);
        margin-right: calc(4vw * 100 / 360);
    }
}

.lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #cccccc;
}

.lp-buttonConversion.of-border {
    border-bottom: 2px solid #b2b2b2;
}

.lp-buttonConversion.of-image-none {
    margin-top: 0;
    margin-bottom: 0;
}

.lp-buttonConversion.of-image-none .lp-buttonConversion-body {
    padding-right: 30px;
    padding-left: 21px;
}

@media screen and (max-width: 580px) {
    .lp-buttonConversion.of-image-none .lp-buttonConversion-body {
        padding-right: calc(13vw * 100 / 360);
        padding-left: calc(11vw * 100 / 360);
    }
}

.lp-buttonConversion.of-anker .lp-buttonConversion-body {
    padding: 9px 27px 9px 20px;
}

.lp-utility-textWeight-normal {
    font-weight: normal;
}

.lp-utility-textSpace-nowrap {
    white-space: nowrap;
}
