@charset "utf-8";

/* 会員登録モーダル */
.simplemodal-wrap{
    overflow: visible !important;
}
.simplemodal-wrap .section {
    padding: 20px 30px;
}
.simplemodal-wrap .section > *:first-child {
    margin-top: 0;
}
.simplemodal-wrap .section .c-heading {
    color: #ff0d0e;
}
.simplemodal-wrap .section .c-list {
    margin-top: 10px;
}

/* modal-sign-up-sns-buttons */
.modal-sign-up-sns-buttons .link {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}
.modal-sign-up-message {
    position: absolute;
    bottom: 20px;
    margin-top: 15px;
    font-size: 10px;
    color: #999;
}
