/* 全体 */
.regi_page {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-direction: column;
    margin: 16px;
}

.regi_page_form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-direction: column;
}

.regi_hiddin_container {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-direction: column;

}

.regi_button_container_hidden{
    display: none;
}

.regi_page_title {
    font-size: 20pt;
    line-height: 150%;
    font-weight: 900;
    color: #545454;
}

.regi_hint {
    font-size: 10pt;
    color: #a9a9a9;
	margin: 0 !important;
}

.regi_hint_hidden{
    display: none;
}


.regi_comfirmation_infos_container {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.regi_comfirmation_container {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.comfirmation_data {
    margin: 0 !important;
    line-height: 125%;
	color: #545454;
	font-weight: 600;
	font-size: 14pt

}

/* 入力フォーム */
.regi_rabeled_input_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.regi_dual_input_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.regi_input_label {
    margin: 0 !important;
    line-height: 125%;
    font-size: 14pt;
	font-weight: 600;
	color: #545454;
}

.regi_input {
    box-sizing: border-box;
    border-radius: 4px;
    border-color: #FE9A3B;
    border-width: 4px;
    border-style: solid;
    padding: 8px;
    font-size: 12pt;
    width: 100%;
    color: #545454;
    flex-shrink: 1;
}

.regi_input::placeholder{
    color: #A6A6A6; /* 任意の色 */
}
.regi_input:focus{
  outline: 2px solid #D97A1D;
}

.regi_input_short {
    width: 75%;
}

/* ナビゲーション */
.step_navigator {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.step_navigator_inner {
    width: 75%;
    display: flex;
    flex-direction: row;
	justify-content: center;
}

/* ナビゲーションの玉 */
.step_navigator_sphere_container,
.step_navigator_sphere_container_passed,
.step_navigator_sphere_container_non_active {
    background-color: #FE9A3B;
    flex-grow: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.step_navigator_sphere_container_passed {
    box-sizing: border-box;
    background: #FFFFFF00;
    border-color: #FE9A3B;
    border-style: dashed;
    border-width: 3px;
}

.step_navigator_sphere_container_non_active {
    box-sizing: border-box;
    background: #FFFFFF00;
    border-color: #FE9A3B;
    border-style: solid;
    border-width: 3px;
}

.step_navigator_sphere_inner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step_navigator_sphere_step_massage,
.step_navigator_sphere_step_massage_passed {
    color: #FFFFFF;
    font-size: 6pt;
    font-weight: 900;
    margin-top: 2px;
}

.step_navigator_sphere_step_count,
.step_navigator_sphere_step_count_passed {
    color: #FFFFFF;
    font-size: 10pt;
    line-height: 100%;
    font-weight: 900;
}

.step_navigator_sphere_step_massage_passed {
    margin-top: 0;
}

.step_navigator_sphere_step_count_passed,
.step_navigator_sphere_step_massage_passed {
    color: #FE9A3B;
}

/* ナビゲーションの矢印 */
.step_navigator_arrow_container {
    display: flex;
    align-items: center;
    background: #FFFFFF00;
    flex: 1;
    border-radius: 8px;
}

.step_navigator_arrow_dashed,
.step_navigator_arrow_solid {
    border-top: 4px dashed #FF9933;
    max-width: 200px;
    flex: 1;
    margin-right: -4px;
}

.step_navigator_arrow_solid {
    border-top: 4px solid #FF9933;
}

/* ボタン */
/* ボタンのコンテナ */
.regi_button_container {
    width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}


/* ボタン本体 */
.buttons_positive,
.buttons_negative {
    background-color: #FE9A3B;
    width: 104px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	position: relative;
}

.buttons_orverlay{
	width: 100%;
	height: 100%;
	z-index : 20;
	position: absolute;
}
.buttons_negative {
    box-sizing: border-box;
    background-color: #FFFFFF00;
    border-width: 4px;
    border-color: #FE9A3B;
    border-style: solid;
}

.button_negative_message,
.button_positive_message {
    color: #FE9A3B;
    padding: 8px 0;
    text-align: center;
    font-size: 14pt;
    font-weight: 600;
}

.button_positive_message {
    color: #FFFFFF;
}

/* 都道府県選択 */
.regi_select_prefectrue {
    box-sizing: border-box;
    font-size: 10pt;
    border-radius: 4px;
    border-color: #FE9A3B;
    border-width: 4px;
    border-style: solid;
    padding: 8px 32px 8px 12px;
    /* 右側に余白（アイコン分） */
    width: 75%;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="5" viewBox="0 0 11 5" fill="none"><path d="M5.75 4.65869L0.553848 0.158691L10.9462 0.158691L5.75 4.65869Z" fill="%23FE9A3B"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px 5px;
    color: #000;
    cursor: pointer;
}

/* 住所の開閉 */
.input_hiddener {
    width: 75%;
    height: 48px;
    /* 必要なら明示 */
    border-radius: 24px;
    /* 高さの半分にするのが基本 */
    display: flex;
    justify-content: center;
    background-color: #FE9A3B;
    cursor: pointer;
}

.input_hiddener_message {
    font-size: 16pt;
    font-weight: 700;
    padding: 8px 0px;
    color: #FFF;
}

/* ハイライトラベル */
.regi_highlighted_label_bg {
    background-color: #FEE35C;
    border-radius: 4px;
    width: 168px;
}

.regi_highlighted_label_message {
    line-height: 125%;
    font-size: 12pt;
    color: 545454;
    margin: 0px 4px;
    font-weight: 600;
}

/* チェックボックス */
.regi_terms_pp_check_container {
    width: 80%;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.regi_terms_pp_message {
    margin: 0 !important;
    font-weight: 600;
}

.terms_pp_link {
    color: #FE9A3B;
}

/* cb本体 */
.counterfait_check_box {
    display: none;
}

.fake_check_box_disselected {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background-color: #FFFFFF00;
    position: relative;
    border: 4px solid #FE9A3B;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-shrink: 0;
	flex-grow: 0;
}

.checked_content {
    display: none;
    position: absolute;
    top: -4px;
    right: -4px;
}

.checked .checked_content {
    display: flex;
}

/* 回転アニメート */
.registar_waiting_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.registar_waiting_overlay_hidden {
  display: none !important;
}

.regi_waiting_spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #FE9A3B;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}