@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
|
|１．追記する時には使用するページ名、ファイル名も書いておく。
|２．基本設定を追記する時は、使用ページに影響がないか注意する。
|
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*==================================================================================================
|
|基本設定
|
==================================================================================================*/
img {
	max-width: 100%;
	height: auto;
}
/* ----------
テーブルスクロール
-----------------------------*/
.tbl_scroll { /* テーブル、オーバーフローで横スクロールバー表示 */
	overflow-x: auto;
	margin-bottom: 1em;
	width: 100%;
}
.tbl_scroll > table {
	margin-bottom: 0;
}
/* ----------
テーブル
-----------------------------*/
/* normal */
table.normal {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}
table.normal th ,
table.normal td {
	padding: 16px ;
	border: 1px solid #ccc;
}
table.normal th {
	background: #efefef;
}
table.normal thead th {
	background: #999;
	border: 1px solid #fff;
	border-top: 1px solid #999;
	color: #fff;
}
table.normal thead th:nth-child(1) {
	border-left: 1px solid #999;
}
table.normal thead th:nth-last-child(1) {
	border-right: 1px solid #999;
}
table.normal tbody th {
	background: #efefef;
	text-align: left;
	vertical-align: middle;
}
/*==================================================================================================
|
|推奨環境で使用
|・/share/requirements.jsp
|・/share/eng/requirements.jsp
==================================================================================================*/
.procedure_syslocale {
	margin-top: 24px;
}
.flow_box {
	display: flex;
		justify-content: space-between;
		align-items: center;
	margin-bottom: 60px;
	position: relative;
}
.flow_box > div:nth-child(1) {
	flex-shrink: 0;
	margin-right: 24px;
	text-align: center;
	width: 45%;
}
.flow_box > div:nth-child(2) {
	flex-grow: 1;
}
.flow_box::after {
	border-width: 20px 32px 0 32px;
	border-style: solid;
	border-color: #ccc transparent transparent transparent;
	content: "";
	display: block;
	position: absolute;
		top: calc(100% + 20px);
		left: calc(50% - 32px);
}
.procedure_syslocale > div.flow_box:last-child {
	margin-bottom: 40px;
}
.procedure_syslocale > div.flow_box:last-child::after {
	display: none;
}
.flow_box.step1 img {/* 「Winキー」＋「R」 */
	width: 136px;
}
.flow_box img {
	border: 1px solid #999;
}
.flow_box img.no_border {
	border: none;
}
/*==================================================================================================
|
|プライバシーポリシーで使用
|セキュリティポリシーで使用
|・/share/privacy.jsp
|・/share/eng/privacy.jsp
|・/share/security.jsp
|・/share/eng/security.jsp
==================================================================================================*/
/* ----------
ナンバー
-----------------------------*/
ol.policy {
	margin: 2em 1.5em;
}
ol.policy li,
ol.policy li > span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}
ol.policy li * {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}
