.lp_fv {
    position: relative;
}

.lp_fv .lp_fv_btn {
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
}

.lp_fv .lp_fv_plan {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 545px;
    width: 35%;
}

.page.lp {
    padding-top: 0;
    padding-bottom: 0;
}

.common_inner {
    max-width: 850px;
}

.bloc {
    padding: 40px 0;
}

.bloc.bg_pink {
    background: #F4E1F5;
}

.page.lp .common_inner h3 {
    font-size: 24px;
    line-height: 1.5;
}

.page.lp .common_inner p {
    font-size: 18px;
    line-height: 2;
}

.page.lp .common_inner p.lg {
    font-size: 20px;
    font-weight: bold;
}
.page.lp .common_inner p.lg span {
    color: #EB0A64;
}

.page.lp .common_inner a {
    color: #1851C0;
    text-decoration: underline;
    font-size: 16px;
}

.bloc_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bloc_box+.bloc_box {
    margin-top: 32px;
}

.bloc_box .image {
    width: 45%;
}

.bloc_box .contents {
    width: 50%;
}

.bloc_box .contents h4 {
    font-size: 20px;
    color: #EB0A64;
    margin: 0 0 20px;
}

.bloc_box:nth-of-type(even) {
    flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
    .lp_fv .lp_fv_btn {
        position: absolute;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 400px;
        width: 70%;
    }
    
    
    .lp_fv .lp_fv_plan {
        position: absolute;
        bottom: 15px;
        right: 50%;
        transform: translateX(50%);
        max-width: 545px;
        width: 90%;
    }
    .page.lp .common_inner h3 {
        font-size: 20px;
    }
    
    .page.lp .common_inner p {
        font-size: 16px;
        line-height: 2;
    }
    .page.lp .common_inner p.lg {
        font-size: 18px;
        font-weight: bold;
    }
    .bloc_box {
        display: block;
    }
    
    .bloc_box+.bloc_box {
        margin-top: 25px;
    }
    
    .bloc_box .image {
        width: 60%;
        margin: 0 auto 20px;
    }
    
    .bloc_box .contents {
        width: 100%;
    }
    
    .bloc_box .contents h4 {
        font-size: 18px;
        color: #EB0A64;
        margin: 0 0 20px;
    }
    
    .bloc_box:nth-of-type(even) {
        flex-direction: row-reverse;
    }
}
.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.emigration h3 span {
    display: inline-block;
    font-weight: 900;
    margin-right: 5px;
}

.emigration p {
    font-size: 15px;
    line-height: 2.1;
}

.emigration p.caption {
    margin-bottom: 30px;
}

.emigration p.caption span {
    display: inline-block;
    background: #EB0A64;
    color: #ffffff;
    font-weight: 900;
}

.emigration p.caption a {
    text-decoration: underline;
}

.emigration p.caption a:hover {
    text-decoration: none;
}

.emigration img {
    width: 100%;
    margin-bottom: 30px;
}

.emigration {
    background: #fff;
    padding: 20px;
    margin: 0 0 20px;
}

.emigration .price_box {
    background: #F4E1F5;
    margin-bottom: 20px;
}

.emigration .price_box:last-of-type {
    margin-bottom: 0;
}

.emigration .price_box .title {
    background: #EB0A64;
    padding-top: 20px;
    padding-bottom: 20px;
}

.emigration .price_box .title h4 {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
}

.emigration .price_box .title h4 span {
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    padding-left: 5px;
    padding-right: 5px;
}

.emigration .price_box span.select {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    margin-top: 20px;
}

.emigration .price_box .content {
    padding: 20px 20px 20px 20px;
}

.emigration .price_box .content ul {
    justify-content: space-between;
    align-items: stretch;
}

.emigration .price_box .content ul li {
    width: calc(50% - 10px);
    background: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.emigration .price_box:nth-of-type(1) .content ul li,
.emigration .price_box:nth-of-type(2) .content ul li {
    width: 100%;
    background: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.emigration .price_box:nth-of-type(2) .content p {
    background: #eeeeee;
    margin: 15px 0 0 0;
    padding: 15px 15px 15px 15px;
    text-align: center;
    font-size: 13px;
}

.emigration .price_box .content ul li h5 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
}

.emigration .price_box .content ul li h6 {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    padding: 0 15px 0 15px;
}

@media screen and (max-width: 800px) {
    .emigration p {
        font-size: 13px;
    }

    .emigration p.caption {
        margin-bottom: 20px;
    }

    .emigration p.caption span {
        display: inline;
    }

    .emigration img {
        margin-bottom: 20px;
    }

    .emigration .price_box {
        margin-bottom: 15px;
    }

    .emigration .price_box .title h4 {
        font-size: 16px;
    }

    .emigration .price_box .title h4 span {
        font-size: 24px;
    }

    .emigration .price_box span.select {
        font-size: 12px;
    }

    .emigration .price_box .content ul {
        flex-wrap: wrap;
    }

    .emigration .price_box .content ul li {
        width: 100%;
        font-size: 13px;
    }

    .emigration .price_box .content ul li+li {
        margin-top: 10px;
    }

    .emigration .price_box:nth-of-type(1) .content ul li,
    .emigration .price_box:nth-of-type(2) .content ul li {
        font-size: 13px;
    }

    .emigration .price_box .content ul li h5 {
        font-size: 13px;
    }
}

.training p {
    font-size: 15px;
    line-height: 2.1;
}

.training p.caption {
    margin-bottom: 30px;
}

.training img {
    width: 100%;
    margin-bottom: 30px;
}

.training .info {
    margin-top: 40px;
    background: #fff;
    border: 2px solid #EB0A64;
    padding: 20px 20px 20px 20px;
    position: relative;
}

.training .info::before {
    content: "CHECK";
    position: absolute;
    top: -15px;
    left: 20px;
    color: #EB0A64;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
}

@media only screen and (max-width: 800px) {
    .training p {
        font-size: 13px;
    }

    .training p.caption {
        margin-bottom: 20px;
    }

    .training img {
        margin-bottom: 20px;
    }
}

/*# sourceMappingURL=style.css.map */