@charset "UTF-8";

.un_button_conf{
    width: 300px;
    height: 50px;
    background: linear-gradient(#e7a869, #da602e);
    color: #fff;
    border: solid 1px #c18c50;
    font-size: 16px;
    letter-spacing: 0.05em;
    border-radius: 3px;
    font-family: 'HiraMaruPro-W4', 'ヒラギノ丸ゴ Pro W4','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,sans-serif !important;
}
.un_button_conf:hover{ cursor: pointer;}
.apps-agreement .un_button_conf_margin{
    margin-bottom: 10px;
}
.un_button_back_wrap{
    display: inline-block;
}
.un_button_back_wrap:hover{ cursor: pointer; text-decoration: none;}
.un_button_back{
    width: 298px;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #bfccd9;
    background: linear-gradient(#d6e2ec, #88a8c7);
    color: #fff;
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* スクリーナー：エラー文と入力欄の余白を他項目に合わせる（form_cautionのmargin-bottomを詰める） */
#screener_other_area p.form_caution {
    margin-bottom: 0;
}
/* スクリーナー：URL/PASSラベルの上余白を詰める（15px→10px） */
#screener_other_area .screener_other_label {
    padding-top: 10px;
}
