/*仕様基準仕様書*/
.standardSpecTable,
.standardSpecTable th,
.standardSpecTable td {
  border-collapse: collapse;
  border:1px solid #646464;
  color: #000000;
  padding: 2px;
}
.standardSpecTable td {
  font-size: 65%;
}
.standardSpecTable th {
  text-align: left;
  font-size: 65%;
  background-color:#e6ffee;
}
.standardSpecTable th.head {
  font-size: 65%;
  background-color:#42995d;
  color: #ffffff;
}

.susume p {
	padding: 15px;
	margin-left: 20px;
}

.susume h2 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border-left: 20px solid #42995d
}

.susume h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 5px;
	border-left: 10px solid #42995d
}

.susume ul,
.susume ol {
	margin-left: 20px;
}

.susume ol {
	list-style: decimal;
	padding-left: 2rem;
}

.susume ul li {
	list-style: none; /* デフォルトのマーカーを非表示 */
	position: relative;
	padding-left: 1.2em; /* マーカー用のスペースを確保 */
	margin-bottom: 0.5em; /* リスト項目間の余白 */
}

.susume ul li::before {
	content: "■"; /* マーカーの形状 */
	color: #42995d;
	position: absolute;
	left: 0;
	top: 0.1em; /* 位置を微調整 */

}

.susume ul li ul li::before {
	content: "●"; /* マーカーの形状 */

}

.susume ul li ul li ul li::before {
	content: "〇"; /* マーカーの形状 */

}

.eneReference {
	font-size: small;
	margin-left: auto;
	margin-right: auto;
}

.eneReference thead tr th {
	text-align: center;
	background-color:#42995d;
	color: #ffffff;
} 

.eneReference,
.eneReference th,
.eneReference td {
	border-collapse: collapse;
	border:1px solid #646464;
	color: #000000;
	padding: 2px;
}

.eneReference td{
	background-color: #ffffff;
}

.eneReference th{
	background-color:#bdf1c2;
}


.carousel {
	max-width: 500px;
}

.carouselbtn {
	writing-mode: vertical-rl;
	text-orientation: mixed;
}