@charset "UTF-8";

#contents div.left {
    width: 100%;
    margin-bottom: 30px;
}

#contents div.left img {
    width: 100%;
}

#contents h2 {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 2rem;
}

#contents div.right {
    margin-bottom: 80px;
}

#contents div.right #greeting {
    margin-bottom: 30px;
}






@media print, screen and (min-width:1060px) {

    #contents div.left {
        width: 1000px;
        margin: 0 auto 80px auto;
    }

    #contents h2 {
        margin-bottom: 80px;
    }

    #contents div.right {
        margin-bottom: 150px;
    }
    
    #contents div.right #greeting {
        margin-bottom: 80px;
    }


}

@media print, screen and (min-width:1130px) {

    #contents div.right {
        text-align: center;
    }


}

@media print, screen and (min-width:1400px) {

    #contents {
        position: relative;
        margin-top: 150px;
    }

    #contents div.left {
        position: absolute;
        left: 0;
        top: 20px;
        width: 40%;
    }

    #contents div.right {
        width: 50%;
        margin-left: calc(40% + 50px);
        margin-bottom: calc((30vw * 460) / 1000);
    }
    
    
}




