@charset "UTF-8";

.layout-main {
    padding-top: 20px;
    background: linear-gradient(#ffebaf, #fff 720px, #fff);
}

@media screen and (max-width: 969px) {
    .layout-main {
        padding-top: 0;
        background: none;
    }
}

.lp-layout-container {
    max-width: 932px;
    margin: 0 auto;
}

@media screen and (max-width: 969px) {
    .lp-layout-container {
        max-width: inherit;
    }
}

@media screen and (max-width: 969px) {
    .lp-layout-container.of-primary {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px 0 20px -20px;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid {
        margin-top: -10px;
    }
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column {
    width: 50%;
    max-width: 410px;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid.of-column-2 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid-column {
    margin-top: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 640px) {
    .lp-layout-grid-column {
        margin-top: 10px;
    }
}

.lp-headingLevel1 {
    margin-bottom: 20px;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1.3;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel1 {
        margin-bottom: 15px;
        font-size: calc(60vw * 100 / 969);
    }
}

@media screen and (max-width: 640px) {
    .lp-headingLevel1 {
        margin-bottom: 15px;
        font-size: calc(26vw * 100 / 360);
    }
}

.lp-card .lp-headingLevel1 {
    max-width: 670px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 969px) {
    .lp-card .lp-headingLevel1 {
        max-width: inherit;
        margin-bottom: 15px;
        padding: 15px 0 0 15px;
    }
}

.lp-headingLevel1-newLine {
    display: block;
}

.lp-headingLevel1 b {
    color: #e26a36;
    font-size: 8rem;
    text-decoration: underline;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel1 b {
        font-size: calc(80vw * 100 / 969);
    }
}

@media screen and (max-width: 640px) {
    .lp-headingLevel1 b {
        font-size: calc(36vw * 100 / 360);
    }
}

.lp-headingLevel2 {
    margin-bottom: 12px;
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2 {
        font-size: 2.6rem;
    }
}

.lp-headingLevel2-newLine {
    display: block;
}

.lp-headingLevel2 b {
    color: #e26a36;
    font-size: 4rem;
    text-decoration: underline;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2 b {
        font-size: 3.4rem;
    }
}

.lp-headingLevel3 {
    margin-bottom: 8px;
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .lp-headingLevel3 {
        font-size: 2rem;
    }
}

.lp-headingLevel3 b {
    color: #e26a36;
}

.lp-card {
    margin-bottom: 36px;
    padding: 40px 65px;
    border: 1px solid #cfcfcf;
    background: #fff;
}

@media screen and (max-width: 969px) {
    .lp-card {
        margin-bottom: 24px;
        padding: 0 20px;
        border: 0;
    }
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-cardEmphasis {
    margin-bottom: 25px;
    background: #fbe7cd;
}

@media screen and (max-width: 969px) {
    .lp-card .lp-cardEmphasis {
        margin-right: -20px;
        margin-bottom: 15px;
        margin-left: -20px;
    }
}

.lp-cardEmphasis-title {
    margin-bottom: 0;
    padding: 10px;
    background: #e26a36;
    color: #fff;
    font-size: 2rem;
}

.lp-cardEmphasis-body {
    padding: 10px;
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
}

.lp-media-body {
    font-size: 2rem;
}

@media screen and (max-width: 640px) {
    .lp-media-body {
        font-size: 1.6rem;
    }
}

.lp-media-image {
    min-height: 0%;
    margin-bottom: 12px;
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body {
    flex: 1;
    font-size: 3rem;
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-body {
        flex: auto;
        font-size: 2rem;
    }
}

.lp-mediaAsset-image {
    min-height: 0%;
    padding-right: 40px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-image {
        max-width: 340px;
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaAsset-image {
        max-width: inherit;
    }
}

.lp-mediaFlow {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .lp-mediaFlow {
        flex-direction: column;
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaFlow-image {
        width: 100%;
        max-width: 320px;
    }
}

@media screen and (max-width: 640px) {
    .lp-mediaFlow-image {
        width: auto;
        min-height: 0%;
    }
}

.lp-mediaFlow-image + .lp-mediaFlow-image {
    position: relative;
    padding-left: 130px;
}

@media screen and (max-width: 640px) {
    .lp-mediaFlow-image + .lp-mediaFlow-image {
        padding-top: 64px;
        padding-left: 0;
    }
}

.lp-mediaFlow-image + .lp-mediaFlow-image::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 43px;
    transform: translateY(-50%);
    border-width: 36px 46px;
    border-style: solid;
    border-color: transparent transparent transparent #e26a36;
    content: "";
}

@media screen and (max-width: 640px) {
    .lp-mediaFlow-image + .lp-mediaFlow-image::before {
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 46px 36px;
        border-color: #e26a36 transparent transparent transparent;
    }
}

.lp-utility-textWeight-bold {
    font-weight: bold;
}
