@charset "utf-8";

#shortform_apply{max-width:95%;margin:0 auto 50px;color:#20242a;box-sizing:border-box}
#shortform_apply *{box-sizing:border-box}
.shortform_apply_head{padding:34px 28px;text-align:center;border:1px solid #e4e8ed;border-radius:16px;background:#fff}
.shortform_apply_year{display:inline-block;margin-bottom:8px;padding:5px 11px;border-radius:999px;background:#183f7a;color:#fff;font-weight:700;line-height:1}
.shortform_apply_head h2{margin:0;line-height:1.45;word-break:keep-all}
.shortform_apply_head p{margin:10px 0 0;color:#6e7681;line-height:1.7}
.shortform_apply_status{line-height:30px;align-items:center;justify-content:center;gap:12px;margin:16px 0 0;padding:13px 18px;border-radius:10px;text-align:center}
.shortform_apply_status.is_open{background:#eef8f2;color:#18794e}
.shortform_apply_status.is_closed{background:#f7f8fa;color:#5f6670}
.shortform_reception_status{margin:16px 0 0;padding:20px;border:1px solid #dce4ef;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.shortform_reception_title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.shortform_reception_title strong{font-weight:700;color:#183f7a}
.shortform_reception_title span{color:#7a838e;font-size:90%}
.shortform_reception_numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.shortform_reception_numbers.is_two{grid-template-columns:repeat(2,1fr)}
.shortform_reception_numbers>div{padding:16px 12px;border-radius:10px;background:#f6f8fb;text-align:center}
.shortform_reception_numbers span{display:block;margin-bottom:6px;color:#66707c}
.shortform_reception_numbers strong{display:block;color:#20242a;font-size:1.5em;line-height:1.1}
.shortform_reception_numbers strong em{margin-left:3px;font-size:.55em;font-style:normal;font-weight:500}
.shortform_reception_numbers strong.text_value{font-size:1.15em;line-height:1.4}
.shortform_reception_numbers .remaining{background:#eef8f2}
.shortform_reception_numbers .remaining strong{color:#18794e}
.shortform_reception_progress{height:8px;margin-top:14px;overflow:hidden;border-radius:999px;background:#edf0f4}
.shortform_reception_progress span{display:block;height:100%;border-radius:999px;background:#183f7a}
.shortform_reception_note{margin:12px 0 0;color:#777f89;font-size:90%;line-height:1.6}
.shortform_summary{margin:0;border-top:2px solid #333;border-bottom:1px solid #d3d9e0; font-size:95%}
.shortform_summary dl{margin:0;padding:0}
.shortform_summary dl>div{display:grid;grid-template-columns:200px minmax(0,1fr);border-bottom:1px solid #e4e8ed}
.shortform_summary dl>div:last-child{border-bottom:0}
.shortform_summary dt{padding:0.8em;background:#f9f9f9;font-weight:600; text-align:center}
.shortform_summary dd{margin:0;padding:0.8em;line-height:1.65}

.shortform_summary ul{padding:10px 0}
.shortform_summary ul li{padding:0.5em 0}


.shortform_sub_text{display:inline-block;margin-left:8px;color:#7b838d}
.shortform_notice_box{margin:20px 0 0;padding:22px 24px;border:1px solid #e4e8ed;border-radius:12px;background:#fbfcfd; font-size:88%}
.shortform_notice_box h3{margin:0 0 10px}
.shortform_notice_box ul{margin:0;padding-left:20px}
.shortform_notice_box li{margin:5px 0;line-height:1.65}
.shortform_form_section{margin:34px 0 0; font-size:88%}
.shortform_section_title{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;color:#183f7a; position:relative; padding-left:14px; padding-bottom:15px;}
.shortform_section_title:before{content:'|'; position:absolute; left:0; top:0;  font-weight:800; color:#183f7a}
.shortform_section_title h3{margin:0}
.shortform_section_title p{margin:0;color:#7b838d}
.shortform_section_title p span,.shortform_form_label span,.shortform_form_label b{color:#d33;font-weight:700}
.shortform_form_section>.shortform_form_row:nth-child(1 of .shortform_form_row){border-top:1px solid #183f7a}
.shortform_form_row{display:grid;grid-template-columns:190px minmax(0,1fr);border-bottom:1px solid #e4e8ed}
.shortform_form_label{display:flex;align-items:center;min-height:70px;padding:16px 18px;background:#f9f9f9;font-weight:600;line-height:1.45}
.shortform_form_label label,.shortform_form_label span{font-weight:inherit;}
.shortform_form_field{min-width:0;padding:13px 16px;background:#fff; display:grid;align-content:center;}
.shortform_input,.shortform_select{width:100%;min-height:44px;padding:0 13px;border:1px solid #d3d9e0;border-radius:7px;background:#fff;color:#20242a;font:inherit;outline:none}
.shortform_input:focus,.shortform_select:focus{border-color:#183f7a;box-shadow:0 0 0 3px rgba(139,45,66,.08)}
.shortform_file{width:100%;padding:10px 0;font:inherit}
.shortform_help{margin:7px 0 0;color:#747c86;line-height:1.55}
.shortform_radio_group{display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px;min-height:70px}
.shortform_radio_group label{display:inline-flex;align-items:center;gap:7px;cursor:pointer}
.shortform_radio_group input{margin:0}
.shortform_agree_box{margin-top:12px;border:1px solid #dfe4ea;border-radius:10px;overflow:hidden;background:#fff}
.shortform_agree_box h4{margin:0;padding:15px 18px;border-bottom:1px solid #e4e8ed;background:#faf7f8}
.shortform_agree_text{max-height:280px;padding:18px;overflow-y:auto;color:#505861;line-height:1.7}
.shortform_agree_text p{margin:0 0 7px}
.shortform_agree_text p:last-child{margin-bottom:0}
.shortform_agree_check{display:flex;align-items:flex-start;gap:8px;padding:14px 18px;border-top:1px solid #e4e8ed;background:#fff;line-height:1.5;cursor:pointer}
.shortform_agree_check input{flex:0 0 auto;margin-top:3px}
.shortform_rules{max-height:360px}
.shortform_captcha{padding:18px;border-top:2px solid #183f7a;border-bottom:1px solid #e4e8ed;background:#fff}
.shortform_final_notice{margin:26px 0 0;padding:18px 20px;border-radius:10px;background:#fff8ef;border:1px solid #f2dfc5;line-height:1.65}
.shortform_final_notice strong{display:block;margin-bottom:5px}
.shortform_final_notice p{margin:3px 0}
.shortform_submit_wrap{display:flex;justify-content:center;margin:28px 0 0}
.shortform_submit_btn,.shortform_home_btn{display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:50px;padding:0 24px;border:1px solid #183f7a;border-radius:9px;background:#183f7a;color:#fff;text-decoration:none;font:inherit;font-weight:600;cursor:pointer}
.shortform_submit_btn:hover,.shortform_home_btn:hover{background:#702235;color:#fff}
.shortform_submit_btn.is_disabled{border-color:#c9ced5;background:#c9ced5;cursor:not-allowed}
.shortform_honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.shortform_apply_done{padding:30px 0}
.shortform_done_box{max-width:720px;margin:0 auto;padding:50px 30px;border:1px solid #e4e8ed;border-radius:16px;background:#fff;text-align:center}
.shortform_done_mark{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;margin-bottom:18px;border-radius:50%;background:#183f7a;color:#fff;font-size:30px;font-weight:700}
.shortform_done_box h2{margin:0 0 14px}
.shortform_done_box p{margin:6px 0;color:#626a74;line-height:1.7}

@media(max-width:768px){
#shortform_apply{max-width:100%;}
    .shortform_apply_head{padding:25px 18px}.shortform_apply_head h2{font-size:20px}.shortform_apply_head p{font-size:14px}.shortform_apply_status{align-items:flex-start;flex-direction:column;gap:4px;text-align:left;font-size:13px}.shortform_reception_status{padding:16px}.shortform_reception_title{margin-bottom:12px}.shortform_reception_numbers{gap:6px}.shortform_reception_numbers>div{padding:13px 6px}.shortform_reception_numbers span{font-size:12px}.shortform_reception_numbers strong{font-size:20px}.shortform_reception_numbers strong.text_value{font-size:15px}.shortform_summary dl>div{grid-template-columns:1fr}.shortform_summary dt{padding:11px 14px;font-size:14px}.shortform_summary dd{padding:12px 14px;font-size:14px}.shortform_sub_text{display:block;margin:4px 0 0}.shortform_notice_box{padding:18px 16px;font-size:14px}.shortform_section_title{align-items:flex-start;flex-direction:column;gap:5px}.shortform_section_title h3{font-size:18px}.shortform_section_title p{font-size:13px}.shortform_form_row{grid-template-columns:1fr}.shortform_form_label{min-height:auto;padding:11px 14px;font-size:14px}.shortform_form_field{padding:12px 14px}.shortform_input,.shortform_select{font-size:16px}.shortform_file{font-size:14px}.shortform_help{font-size:13px}.shortform_radio_group{align-items:flex-start;flex-direction:column;min-height:auto;font-size:14px}.shortform_agree_box h4{padding:13px 14px;font-size:14px}.shortform_agree_text{padding:14px;font-size:13px}.shortform_agree_check{padding:13px 14px;font-size:13px}.shortform_final_notice{padding:15px 16px;font-size:13px}.shortform_submit_btn,.shortform_home_btn{width:100%;font-size:15px}.shortform_done_box{padding:36px 20px}.shortform_done_box h2{font-size:20px}.shortform_done_box p{font-size:14px}
}
