

.three-d-secure-message {
    text-align: center;
    margin: 0 auto;
    color: red;
}
.three-d-secure-agree {
    margin-top: 30px;
    margin-bottom: 30px;
}
.three-d-secure-agree input {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    margin: 0 5px 2px 0;
}
.three-d-secure-agree span {
    display: inline-block;
    margin-left: 10px;
}
/* For PC */
@media screen and (min-width: 740px) {
    .three-d-secure-terms-of-use {
        height: 320px;
        border: 1px solid #c1d1d4;
        overflow: auto;
        padding: 10px;
        background-color: #f3f3f3;
    }
}
/* For SP */
@media all and (max-width: 739px) {
    .three-d-secure-terms-of-use {
        height: 430px;
        border: 1px solid #c1d1d4;
        overflow: auto;
        padding: 10px;
        background-color: #f3f3f3;
    }
}