/* EvernoteインポートページのCSS */

.evernote-top{
    background-color: #f3f4f5;
    text-align: center;
}
.target-user{
    font-size: 24px;
    font-weight: 700;
    padding: 70px 0 40px;
}

.target-user span{
    background: linear-gradient(transparent 70%, #D5ECFF 30%);
}

.top-des{
    font-size: 34px;
    line-height: 60px;
    font-weight: 700;
}

.evernote-to-stock{
    width: 400px;
    height: auto;
    padding: 40px 0;
}

.evernote-painblock{
    max-width: 1100px;
    margin: 80px auto;
}

.evernote-pain-des{
    font-size: 34px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
}
.evernote-pain-img{
    width: 302px;
    height: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
}

.evernote-pain-img img{
    width: 189px;
    height: auto;
    vertical-align: bottom;

}

.pain-detail {
    width: 302px;
    height: 85px;
    padding: 0 10px;
    margin: 20px auto;
    background-color: #f3f4f5;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
}

.pain-detail p {
    padding-top: 13px;
}

.pain-detail span {
    color: #ff0000;
}

.migration{
    max-width: 1100px;
    margin: 0 auto;
}

.migration-des{
    font-size: 34px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
}

.video-block {
    margin: 0 auto 32px;
    max-width: 760px;
    text-align: center;
}

.price-comparison{
    max-width: 1100px;
    margin: 50px auto 90px;
}

.price-card-wrap{
    max-width: 800px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.price-card{
    width: 47%;
    text-align: center;
    padding: 30px 0;
    border-radius: 17px;
}

.price-comparison-des {
    font-size: 34px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
}

.price-comparison-detail {
    font-size: 20px;
    text-align: center;
    line-height: 34px;
}

.price-comparison-detail a {
    color: #77C2FD;
    font-weight: 700;
    padding: 0 5px;
}

.plan_per{
    font-size: 20px;

}

.price-e,
.price-s{
    position: relative;
    padding-bottom: 28px;
}

.price-e::before{
    content: '';
    position: absolute;
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/evernote-icon.png);
    background-size: cover;
    width: 30px;
    height: 36px;
    top: -4px;
    left: 70px;
}

.price-s::before{
    content: '';
    position: absolute;
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/stock_mark.png);
    background-size: cover;
    width: 41px;
    height: 46px;
    top: -10px;
    left: 38px;
}

.how-to-import{
    max-width: 1100px;
    margin: 0 auto 80px;
}

.how-to-import .evernote-to-stock{
    display: block;
    width: 600px;
    margin: 0 auto;
}

.how-to-import a {
    color: #77C2FD;
    font-weight: 700;
    padding: 0 5px;
}

.how-to-import-des{
    font-size: 34px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    padding: 10px 0;
}

.discover-area {
    width: 32%;
    padding: 5px;
}

.discover-content {
    padding: 0px;
}

.s-br-sp{
    display: none;
}

.evernote_mark_l{
    width: 23px;
    padding-right: 8px;
}

.evernotetostock{
    width:100%;
    margin:0 auto;
    padding-bottom:45px;
    font-size: 20px;
}

.how-to-import a.button{
    color: #fff;
}

.evernote-more-des{
    text-align:center;
    margin-bottom:20px;
    font-size:20px;
    padding-top: 10px;
}

.note-img-block {
    margin: 0 auto 32px;
    max-width: 960px;
    text-align: center;
    width: 90%;
}

.note-img-block img {
    width: 95%;
    height: auto;
}

.note-img-block{
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto;
    
}
.note-img-wrap p{
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 2px;
    line-height: 60px;
}

.note-img-wrap span{
    background: linear-gradient(transparent 60%, #D5ECFF 40%);
}

.note-img-block .to-stock-decoration{
    width: 140px;
    margin: 40px 0 20px;
}

.stock-note-decoration{
    position: relative;
    width: 95%;
    height: 10px;
    display: block;
    margin: 0 auto;
   
}

.stock-note-decoration:before{
    content: '';
    position: absolute;
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/stock-note-decoration.png);
    background-size: cover;
    width: 93px;
    height: 88px;
    top: -65px;
    left: -76px;
    transform:rotate(-90deg);  
}

.stock-note-decoration::after{
    content: '';
    position: absolute;
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/stock-note-decoration.png);
    background-size: cover;
    width: 95px;
    height: 90px;
    top: -65px;
    right: -76px;
}

@media only screen and (max-width: 1100px) {
    .discover-area{
        float: none;
        margin: 0 auto;
        width: 480px;
    }
}

@media only screen and (max-width: 790px) {
    .price-card-wrap{
        flex-flow: column;
        width: 380px;
        margin: 0 auto;
    }
    .price-card{
        width: 100%;
        margin-top: 20px;
    }
    .top-des,
    .evernote-pain-des,
    .migration-des,
    .price-comparison-des,
    .how-to-import-des{
        font-size: 24px;
        line-height: 40px;
    }
    .price-comparison-detail{
        font-size: 20px;
    }
    .evernote-pain-des{
        letter-spacing: -0.7px;
    }
    .toparea-title {
        font-size: 18px;
        padding: 30px 0 0;
    }
    .toparea-title-bar{
        margin: 0px;
    }
    .toparea-title-bar:before{
        width: 50%;
    }
    .toparea-title-bar:nth-child(3):before{
        width: 50%;
        left: 20px;
    }
    .toparea-title-bar{
        -webkit-flex: 0 1 30px;
        flex: 0 1 30px; 
        position: relative;
        margin: 0px;
    }
    .evernote-painblock{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .price-comparison{
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .evernotetostock{
        padding-bottom: 0;
    }
    .how-to-import{
        margin-bottom: 40px;
    }
    .evernote_mark_l{
        width: 18px;
        padding-right: 5px;
    }
    .target-user{
        padding-top: 40px;

    }
    .note-img-wrap p{
        font-size: 18px;
        line-height: 24px;
        margin: 15px auto 5px;
    }
    .note-img-block .to-stock-decoration{
        width: 100px;
        margin: 20px 0 10px;
    }
    .stock-note-decoration::before{
        width: 61px;
        height: 59px;
        top: -33px;
        left: -57px;
    }
    .stock-note-decoration::after{
        width: 61px;
        height: 59px;
        top: -33px;
        right: -56px;

    }

}


@media only screen and (max-width: 480px) {
    .discover-area {
        width: 100%;
    }
    .video-wrap {
        display: block;
    }
    .plan_amount {
        width: 75% !important;
    }
    .target-user{
        padding-bottom: 25px;
    }
    .price-card-wrap{
        width: 100%;
    }
    .price-card{
        width: 95%;
        margin: 20px auto;
    }
    .price-e::before{
        width: 27px;
        height: 32px;
        top: 0;
        left: -10px;

    }
    .price-s::before{
        width: 32px;
        height: 34px;
        top: -5px;
        left: -19px;
    }
    .price-e{
        width: 200px;
        margin: 0 auto;
    }
    .price-s{
        width: 230px;
        margin: 0 auto;
    }
    .target-user{
        font-size: 20px;
        padding-top: 40px;
    }
    .evernote-top .top-des{
        font-size: 24px;
    }
    .s-br-sp{
        display: block;
    }
    .evernote-to-stock{
        padding: 25px 0;
    }
    .evernote-painblock{
        margin-top: 18px;
        margin-bottom: 0;
    }
    .price-comparison{
        margin-bottom: 10px;
    }
    .how-to-import a.button{
        color: #fff;
    }
    .evernote-to-stock{
        width: 320px;
    }
    .how-to-import-des{
        font-size: 24px;
        line-height: 32px;
    }
    .evernote-more-des{
        font-size: 16px;
    }
    .note-img-wrap p{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .note-img-block .to-stock-decoration{
        width: 70px;
        margin: 15px 0 0;
    }
    .note-img-block{
        width: 100%;
    }
    .stock-note-decoration::before{
        width: 53px;
        height: 51px;
        top: -27px;
        left: -26px;
        transform: rotate(273deg);
    }
    .stock-note-decoration::after{
        width: 53px;
        height: 51px;
        top: -21px;
        right: -30px;
        transform: rotate(8deg);
    }
    .evernotetostock{
        font-size: 16px;
    }
}
