﻿@charset "utf-8";
/* =======================================

	Contents: system Contents

======================================= */
/*リンク先コンテンツ*/
.system h2 {
	font-size: 2rem;
	background-color: #12a7bb;
	color: #fff;
	padding: .5em 0 .2em .5em;
	line-height: 1.3em;
	margin: 1em 0 .5em 0;
}
.system h3 {
	line-height: 1.3em;
	border-top: solid 1px #848687;
	border-bottom:solid 1px #848687;
	padding:.5em 0 .5em .5em;
	margin: 2em 0 1em 0;
}
.system h3::before {
	font-size: 2rem;
	content: '\f138'; /*chevron-circle-right*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #848687;
	margin-right: .5em;
	vertical-align: middle;
}
.system h4 {
	font-weight: bold;
	padding-bottom: .2em;
	line-height: 1.3em;
	margin: 2em 0 0 0;
}
.system h4::before {
	content: '●';
	margin-right: .2em;
}
.sysKoumoku { display:none; } /*テーブル項目を非表示にする*/
.sysTable th {
	font-size: 1.6rem;
	display: block;
	color: #727672;
	background-color: #f0f0f0;
	border-bottom: solid 1px #848687;
	padding: 1em 1em;
}
.sysTable th::before {
	font-size: 1em;
	content: '\f138'; /*chevron-circle-right*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .5em;
	vertical-align: middle;
}
.sysTable td {
	display: block;
	backgrounnd-color: #f0f0f0;
	border-radius: 5px;
	padding: .7em 1em;
	margin-bottom: 3em;
}

/*PCのみ：スマホではインデント無*/
@media only screen and (min-width : 540px) {
.sysWrap {
	margin-left: 2.8em;
	margin-bottom: 5em;
}
}
/*ジャンプ後強調表示*/
.sysconActive {
	font-size: 1.4rem;
	position: relative;
	border: solid 4px #e47e13;
	border-radius: 10px;
	padding: 0 1em;
	margin-bottom: 2em;
	margin-top: 2em;
	z-index: 99999:
}
.sysconActive:after {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	background: #e47e13;
	color: #fff;
	padding: .5em;
	border-radius: 5px 5px 0 0;
	bottom: 100%;
	line-height: 1;
}
/*工場出荷時設定表示*/
dl.defV {
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	border:1px solid #ccc;
	border-radius: 5px;
}
.defV dt {
	font-size: 1.4rem;
	display: table-cell;
	background-color: #f0f0f0;
	font-weight: normal;
	padding: .5em;
	vertical-align: middle;
	border-radius: 5px 0 0 5px;
}
.defV dd {
	font-size: 1.4rem;
	display: table-cell;
	font-weight: normal;
	padding: .5em;
	border-left: solid 1px #ccc;
	vertical-align: middle;
	border-radius:0 5px 5px 0;
}
dl::after {
	display: block;
}
/*スマホのみ：横スクロールの仕込み*/
@media only screen and (max-width : 540px) {
	.defV dt {
		display: block;
		background: #f0f0f0;
		font-weight: normal;
		padding: .5em;
		border-radius: 5px 5px 0 0;
		font-size: 1.4rem;
	}
	.defV dd {
		font-size: 1.4rem;
		display: block;
		font-weight: normal;
		padding: .5em;
		border-radius: 0 0 5px 5px;
		border-top: solid 1px #ccc;
		border-left: none;
	}
}

/* =======================================

	Contents: systemList

======================================= */
.listFull {
	font-size: 1.4rem;
	overflow: hidden;
}
#fullopen, #fullclose {
	right: 0;
	text-align: center;
	width: 10em;
	padding: .5em;
	float: right;
	border: solid 1px #ccc;
}
#fullopen, #fullclose {
	cursor: pointer;
}
#fullclose { display: none; }
#fullopen:hover, #fullclose:hover {
	background: #f0f0f0;
}
.systemList ul {
	display: none;
	font-size: 1.4rem;
}
.systemList h2 {
	display: table;
	font-size: 1.8rem;
	width: 100%;
	min-height: 4em;
	background-color: #fff;
	margin-top: 1em;
	border-radius: 5px;
	border: solid 1px #848687;
}
.systemList h2:nth-of-type(1)  {
	margin-top: 1em;
}
.systemList h2 a {
	display: table-cell;
	vertical-align: middle;
	padding: .5em 1em;
	color: #848687;
	text-decoration: none;*/
}
.systemList h2 div {
	display: table-cell;
	vertical-align: middle;
	padding: .5em 1em;
	color: #848687;
	text-decoration: none;*/
}
.systemList ul {
	list-style: none;
}
.systemList li {
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.systemList li a {
	min-height: 3em;
	display: table-cell;
	background-color: #fff;
	padding: .5em 1em;
	border-radius: 5px;
	border: solid 1px #848687;
	text-decoration: none;
	color: #848687;
}
.systemList li a:hover, .systemList h2 a:hover {
	background-color: #f0f0f0;
}
.listWrap  {
	display: table;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #848687;
}
span.listWrap a {
	border: none;
	background-color: #fff;
	border-radius: 0px 5px 5px 0;
}
li.listParent ul {
	margin-top: 1em;
}
span.listButton {
	vertical-align: top;
	width: 3em;
	text-align: center;
	display: table-cell;
	cursor: pointer;
	border-right: solid 1px #848687;
	padding-top: .3em;
}
span.h2Button {
	vertical-align: middle;
	width: 3em;
	text-align: center;
	display: table-cell;
	cursor: pointer;
	border-right: solid 1px #848687;
}
span.h2Button:after {
	content: '\f0fe';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #848687;
	font-size: 1.2em;
}
h2.h2active .h2Button::after {
	content: '\f146';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #848687;
	font-size: 1.2em;
}
span.listButton:after {
	content: '\f0fe';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #848687;
	font-size: 1.2em;
}
.opactive .listButton:after {
	content: '\f146';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #848687;
	font-size: 1.2em;
}
/* =======================================

	Contents: system Listline

======================================= */
/*リストライン成形*/
.systemList h2 {
}
.systemList ul {
  margin-left: .8em;
}
.systemList ul ul {
  margin-top: .5em;
}
.systemList ul li {
  position: relative;
}
.systemList ul li::before {
  content: "";
  position: absolute;
  top: -.5em;
  left: -1.8em;
  height: calc(100% + 1em);
  border-left: 1px solid #848687;
}
.systemList ul li:last-child::before {
  height: calc(1.8em + .24em);
}
.systemList ul li::after {
  content: "";
  position: absolute;
  top: 1.5em;
  left: -1.8em;
  width: 1.8em;
  border-bottom: 1px solid #848687;
}

