.bc{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 4rem;font-family:-apple-system,SF Pro Text,Segoe UI,system-ui,sans-serif;color:#22242B}.bc h1{margin:0 0 .25rem;color:#2B3990;border-top:3px solid #2b3990;border-bottom:3px solid #2b3990;padding:10px 2px;font-size:1.35rem}.bc h2{color:#2B3990;font-size:1.05rem}.bc h2,.bc h3{margin:1rem 0 .25rem}.bc h3{font-size:1rem;color:#22242B}.bc__muted{color:#75756F;font-size:.9rem}.bc__error{background:#FBEEE8;border:1px solid #b0421f;color:#B0421F;border-radius:10px}.bc__error,.bc__notice{padding:.6rem .9rem;margin:.5rem 0;cursor:pointer}.bc__notice{background:#FFF6E0;border:1px solid #c78b0a;color:#8a6d1a;border-radius:10px}.bc__row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin:.75rem 0}.bc__row--right{justify-content:flex-end}.bc__row input[type=text]{flex:1 1;min-width:12rem;padding:.5rem .6rem}.bc__row input[type=text],.bc__tab{border:1px solid #c9ced4;border-radius:10px;background:#fff}.bc__tab{color:#2B3990;padding:.5rem .9rem;cursor:pointer}.bc__tab--active{background:#2B3990;color:#F7F5EE;border-color:#2B3990}.bc button:not(.bc__tab){background:#2B3990;color:#F7F5EE;border:0;padding:.5rem .9rem;border-radius:10px;cursor:pointer}.bc button:not(.bc__tab):hover{background:#1F2B6E}.bc button:disabled{opacity:.5;cursor:default}.bc input,.bc select,.bc textarea{border:1px solid #c9ced4;border-radius:10px;padding:.45rem .6rem;font:inherit;background:#fff;color:#22242B}.bc__split{display:grid;grid-template-columns:minmax(340px,1fr) minmax(360px,1fr);grid-gap:1.25rem;gap:1.25rem;align-items:start}.bc__table{width:100%;border-collapse:collapse;font-size:.92rem;background:#fff;border:1px solid #c9ced4;border-radius:12px;overflow:hidden}.bc__table td,.bc__table th{text-align:left;border-bottom:1px solid #e3e0d6;padding:.5rem .6rem}.bc__table th{color:#75756F;font-weight:600;background:#F7F5EE}.bc__table tbody tr{cursor:pointer}.bc__table tbody tr:hover{background:#F7F5EE}.bc__sel{background:#E8EAF4}.bc__detail{border:1px solid #c9ced4;border-radius:16px;padding:1rem;background:#fff;box-shadow:0 1px 2px rgba(34,36,43,.05)}.bc__checklist ul{list-style:none;padding-left:0;margin:.25rem 0}.bc__checklist li{padding:.2rem 0}.bc__badge{background:#E8EAF4;color:#2B3990;border-radius:10px;font-size:.72rem;padding:.05rem .5rem;margin-left:.4rem}.bc__timeline{list-style:none;padding-left:0;font-size:.85rem}.bc__timeline li{padding:.15rem 0;border-bottom:1px dashed #e3e0d6}.bc__form{display:grid;grid-gap:.8rem;gap:.8rem;max-width:620px}.bc__form label{display:grid;grid-gap:.25rem;gap:.25rem;font-weight:600;font-size:.92rem}.bc__form input,.bc__form textarea{padding:.65rem .7rem;border:1px solid #c9ced4;border-radius:10px;font:inherit;min-height:44px;box-sizing:border-box}.bc__form fieldset{border:1px solid #c9ced4;border-radius:12px;padding:.6rem .8rem;background:#fff}.bc__form legend{font-weight:600;font-size:.92rem;padding:0 .3rem}.bc__form button[type=submit]{min-height:48px;font-size:1rem;font-weight:600}.bc__radio{display:flex!important;align-items:center;gap:.45rem;font-weight:400!important;padding:.3rem 0}.bc--apply{max-width:720px}.bc--apply .bc__form{background:#fff;border:1px solid #c9ced4;border-radius:16px;padding:1rem 1.1rem;box-shadow:0 1px 2px rgba(34,36,43,.05)}.bc__hp{position:absolute!important;left:-9999px;top:-9999px;height:1px;width:1px;overflow:hidden}.bc__card{background:#fff;border:1px solid #c9ced4;border-radius:16px;padding:1rem 1.1rem;margin-top:14px;box-shadow:0 1px 2px rgba(34,36,43,.05)}.bc__card>h2:first-child{margin-top:0}.bc__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px 14px;gap:10px 14px;align-items:end;margin:.6rem 0}.bc__field{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:#75756F;min-width:0}.bc__field input,.bc__field select,.bc__field textarea{width:100%;box-sizing:border-box;height:38px;padding:.45rem .6rem;font-size:14px;font-weight:400;color:#22242B}.bc__field textarea{height:auto;min-height:38px}.bc__field--wide{grid-column:1/-1}.bc__grid>button{height:38px;width:100%;box-sizing:border-box;padding:0 .6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;grid-column:-2}.bc__grid>span{padding-bottom:9px}@media (max-width:900px){.bc__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.bc__grid{grid-template-columns:1fr}}@media (max-width:900px){.bc__split{grid-template-columns:1fr}}