.aporu.modal {
    z-index: 9999;
    text-align: center;
    margin: -120px 0 0 -220px;
    width: 400px;
    height: 200px;
}

.aporu.modal a:hover {
    color: #FFFFFF !important;
    opacity: 1;
}

.aporu.modal p, .aporu.modal a {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.aporu.modal p {
    font-size: 14px;
    line-height: 31px;
}

.aporu.modal a {
    font-size: 36px;
    line-height: 78px;
}

@media screen and (min-width: 769px) {
    .aporu.modal a {
        font-size: 14px !important;
        line-height: 31px;
    }
}