@charset "UTF-8";

/* ---------------------------------------------------
| リクルートモーダルCSS
--------------------------------------------------- */
.modal {
    z-index:10100;
}
.modal-dialog {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.modal-header {
/*    background: #2e6eb1; */
    background: #2188dd;

}
.modal-header .modal-title {
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
}
.modal-header .close {
    color: #fff;
}
.modal-body {
    font-size: 0.9em;
    line-height: 1.4;
    margin: 0;
}

.modal-body p {
    margin-top: 1em;
    margin-bottom: 0em;
    color:#000;
}

.modal-alert {
    font-weight: 600;
    color: #C00;
}

.modal-btn {
    color: #fff;
    display: inline-block;
    padding: 0.375rem 1.75rem;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 1.25rem;
    font-size: 1.2rem;
}

