@charset "shift_jis";

/* effect
----------------------------------------------------*/
table.text {
	width: 100%;
	margin-bottom: 20px;
}
thead {
	color: #fff;
	background-color: #162e4b;
}
table,td {
	border: 1px solid #ccc;
}
th,td {
	padding: 10px;
	text-align: left;
}
.effectUse h4 {
	margin-bottom: 10px;
	font-weight: normal;
}
.effectUse .text {
	margin-bottom: 0;
}
.effectUse .text:last-child {
	padding-left: 18px;
	text-indent: -8px;
}
.effectUse .text span {
	color: #162e4b;
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	line-height: 1;
	margin-top: 4px;
}
.componentTtl {
	font-weight: normal;
}
.component {
	table-layout: fixed;
	margin: 10px 0 20px;
}
.component th {
	border: 1px solid #ccc;
	font-weight: normal;
}
.iconIndent {
	padding-left: 1em;
	text-indent: -1em;
}
.counter li {
	counter-increment: table-ol;
	margin-bottom: 5px;
	padding-left: 20px;
	text-indent: -18px;
}
.counter li:before {
	padding-right: .5em;
	content: counter(table-ol) '.';
}
.contentsBtn {
	margin-top: 0;
}
.boxSectionBlue {
	background-color: #e1eeff;
	border: 1px solid #accbef;
	border-radius: 4px;
	padding: 12px;
	margin-top: 20px;
}