@charset "Shift_JIS";

/* **********************************************************************
 *
 *       Title:   sougou_nisa_shinsei_pc.css
 *
 ********************************************************************** */

/* *******************************
  * HW_0101_ひふみWebサービスログイン
 ********************************* */

.login_form {
	margin: 32px 0;
	padding: 24px;
	border-radius: 8px;
	font-size: var(--text3);
	background: var(--background_secondary);
}

.login_form fieldset {
	justify-content: space-between;
}

.login_form fieldset legend {
	width: calc(100% - 656px);
}

.login_form fieldset .inputarea {
	width: 656px;
	gap: 8px;
}

.login_unknown {
	margin-top: 16px;
	text-align: center;
}

/* *******************************
  * HW_0104_ログイン_ログインパスワードの再設定_再設定メール送信失敗
 ********************************* */

.login_inner {
	margin: 32px 0;
	padding: 24px;
	border: 1px solid var(--line_secondary);
	border-radius: 8px;
}

.login_inner._error {
	border-color: var(--text_error);
	color: var(--text_error);
}

.login_inner .login_inner_tit {
	margin: 0 0 8px;
	font-size: var(--text3);
	font-weight: bold;
}

.login_inner li {
	margin-bottom: 8px;
}

.login_inner li:last-child {
	margin-bottom: 0;
}

/* *******************************
  * HW_0107_ログイン_ひふみWebログインに関するご質問
 ********************************* */

.login_faq dt {
	margin: 0 0 16px;
	padding: 0 0 0 48px;
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
}

.login_faq .login_faq_num {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.0rem;
	font-weight: bold;
}

.login_faq dd {
	padding: 0 0 0 48px;
	position: relative;
}

.login_faq ~ .contact_cards {
	margin-top: 32px;
}