@charset "utf-8";
/*==================================================================================================

基本設定（480px以下）
==================================================================================================*/

/*########################################################################################

ヘッダー

########################################################################################*/
/*-----------------------------------------------------------------------------
■┓ヘッダー全体枠
┗┛
-----------------------------------------------------------------------------*/
/*########################################################################################

ログインページスタイル

########################################################################################*/
/*-----------------------------------------------------------------------------

■┓ログインボックス
┗┛
-----------------------------------------------------------------------------*/
.login_wrap {
	/*margin: 0 auto 32px;*/
	margin: 12px auto;
}
.login_wrap > .login_box {
	flex-direction: column;
}
.login_box > .left_container {
	border-right: none;
	border-bottom: 1px solid #ccc;
	padding: 24px;
	width: 100%;
}
.login_box > .left_container h2 {
	margin: 8px auto;
}
.login_box > .right_container {
	width: 100%;
}
.login_btn {
	margin: 24px auto 8px;
}
.howto,
.system_requirements {
	padding: 24px 20px;
}
.login_box > .bottom_container {
	padding: 24px 20px;
}
/*########################################################################################

 ID/パスワード取得 検索

########################################################################################*/
.contents {
	padding: 0;
}
.full_name {
	width: 100%;
		flex-direction: column;
}
.record_area {
	width: 100%;
}
.record_area input {
	width: 100%;
}
.backhome {
	justify-content: center;
}

/*-----------------------------------------------------------------------------
■┓テーブル組み換え用
┗┛
-----------------------------------------------------------------------------*/
table.sp_change_lengthway {
	width: 100%;
}
table.normal.check tbody th {
	white-space: normal;
}
table.sp_change_lengthway thead {
	display: none;
}
table.sp_change_lengthway thead,
table.sp_change_lengthway tbody,
table.sp_change_lengthway tr,
table.sp_change_lengthway th,
table.sp_change_lengthway td {
	display: block;
	text-align: left;
}
table.sp_change_lengthway tr td {
	border-top: none;
	border-bottom: none;
}
table.sp_change_lengthway tbody tr:last-of-type {
	border-bottom: 1px solid #ccc;
}

/*########################################################################################

フッター

########################################################################################*/
#footer .footer_nav .knp_contact_wrap {
	padding: 0 24px;
}
.contact_method {
	margin-bottom: 12px;
	flex-direction: column;
	align-items: flex-start;
}
.contact_method .tel {
	align-items: flex-start;
	flex-direction: column;
	line-height: 1;
	margin: 4px 0 12px;
}
.contact_method .tel i {
	margin-top: 4px;
}
.contact_method .tel .reception_time {
	margin: 4px 0 0 20px;
}
.contact_method .email {
	margin: 0 0 4px 0;
}
