@charset "UTF-8";

#LoginForm {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    #LoginForm {
        margin-top: -2px;
    }
}

.lp-layout-container {
    max-width: 860px;
    margin: 0 auto;
}

@media screen and (max-width: 860px) {
    .lp-layout-container {
        padding: 0 20px;
    }
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-section {
    padding: 40px 0 32px;
}

@media screen and (max-width: 767px) {
    .lp-section {
        padding: 30px 0 24px;
    }
}

.lp-section.of-primary {
    background: #f3f3f3;
}

.lp-section:last-child {
    padding-bottom: 0;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 28px -30px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        margin: -16px 0 16px -16px;
    }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .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 screen and (max-width: 767px) {
    .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 screen and (max-width: 767px) {
    .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-column-3 {
    width: 100%;
}

.lp-layout-grid-column {
    width: 100%;
    margin-top: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid-column {
        margin-top: 16px;
        padding-left: 16px;
    }
}

.lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron {
    max-width: 1100px;
    margin: 0 auto;
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    padding: 25px 0 35px;
}

@media screen and (max-width: 1100px) {
    .lp-jumbotron-content {
        padding: 25px 20px 35px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        flex-direction: column;
        padding: 15px 20px 30px;
    }
}

.lp-jumbotron-body {
    flex: 1;
    max-width: 796px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        flex: inherit;
        width: 100%;
        max-width: inherit;
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    position: relative;
    margin-bottom: 14px;
    padding-left: 98px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 1100px) {
    .lp-jumbotron-title {
        padding-left: calc(98vw * 100 / 1100);
        font-size: calc(40vw * 100 / 1100);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 8px;
        padding-top: 75px;
        padding-left: 0;
        font-size: 2.9rem;
    }
}

.lp-jumbotron-title::before {
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 80px;
    height: 80px;
    background: url("../../img/landing_page/lp_mku_ufi/lp_mku_ufi_img_02.png") no-repeat;
    background-size: cover;
    content: "";
}

@media screen and (max-width: 1100px) {
    .lp-jumbotron-title::before {
        width: calc(80vw * 100 / 1100);
        height: calc(80vw * 100 / 1100);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title::before {
        top: 0;
        left: 50%;
        width: 68px;
        height: 68px;
        transform: translateX(-50%);
    }
}

.lp-jumbotron-description {
    max-width: 650px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-description {
        max-width: inherit;
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        max-width: 262px;
        min-height: 0%;
        margin-top: 24px;
    }
}

.lp-headingLevel2 {
    margin-bottom: 10px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 {
        font-size: 2.6rem;
    }
}

.lp-media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
    .lp-media {
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }
}

.lp-media-body {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .lp-media-body {
        flex: inherit;
        width: 100%;
    }
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

.lp-media-image {
    margin-right: 28px;
}

@media screen and (max-width: 767px) {
    .lp-media-image {
        min-height: 0%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        flex: inherit;
        width: 100%;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaAsset-text {
    font-size: 3rem;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-text {
        font-size: 2rem;
        line-height: 1.3;
    }
}

.lp-mediaAsset-image {
    margin-right: 36px;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        max-width: 292px;
        min-height: 0%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.lp-text {
    margin-bottom: 24px;
}

.lp-figure {
    text-align: center;
}

.lp-figure img {
    box-shadow: 0 0 15px #d6d6d6, 0 0 15px #d6d6d6;
}

@media screen and (max-width: 767px) {
    .lp-figure img {
        box-shadow: 0 0 10px #d6d6d6, 0 0 10px #d6d6d6;
    }
}

.lp-listButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
}

.lp-listButton > li {
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .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-bottom: 10px;
    background: #f30b19;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion {
        font-size: 1.4rem;
    }
}

.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;
    height: 13px;
    background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}

.lp-list {
    margin-bottom: 24px;
}

.lp-list > li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 16px;
}

.lp-list > li:last-child {
    margin-bottom: 0;
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 8px;
    height: 2px;
    background: #999;
    content: "";
}
