@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
|
|１．追記する時には使用するページ名、ファイル名も書いておく。
|２．基本設定を追記する時は、使用ページに影響がないか注意する。
|
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*==================================================================================================
|
|基本設定
|
==================================================================================================*/
/*-------------------
テーブル組み換え用
--------------------------------------------------*/
table.sp_change_lengthway {
	width: 100%;
}
table.sp_change_lengthway thead {
	display: none;
}
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;
}
/*==================================================================================================
|
|推奨環境で使用
|・/share/requirements.jsp
|・/share/eng/requirements.jsp
==================================================================================================*/
.procedure_syslocale {
	margin-right: auto;
	margin-left: auto;
	max-width: 320px;
}
.flow_box {
	flex-wrap: wrap;
}
.flow_box > div:nth-child(1) {
	flex-shrink: 1;
	margin: 0 0 16px 0;
	width: 100%;
}
.flow_box > div:nth-child(2) {
	width: 100%;
}
/*==================================================================================================
|
|プライバシーポリシーで使用
|セキュリティポリシーで使用
|・/share/privacy.jsp
|・/share/eng/privacy.jsp
|・/share/security.jsp
|・/share/eng/security.jsp
==================================================================================================*/
table.normal.poweredby td {
	font-size: 12px;
	font-size: 1.2rem;
}
