/* 医院様専用のCSS */

@media print, screen and (max-width: 639px) {
    .main-copy {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /* height: auto; */
    }
}

.main-copy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 500px;
    height: 200px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 30px 15px;
}