@charset "utf-8";

/*---------------------------------------------------- */

/* ETC車載器の再度セットアップについて
---------------------------------------------------- */

div.double {
	width: auto !important;
}
.dot-area {
	padding: 25px 50px;
	margin:50px auto;
	border: 1px dotted #ABABAB;
}



div.table {
	display:table;
}
div.table div.td {
	display:table-cell;
	vertical-align:top;
}
.attention {
	background-color:#fffa91;
	padding:1em;
}
.attention ul.att-list li {
	position: relative;
}
.attention ul.att-list li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #e50012;
	border-radius: 100%;
}

ul.column-list li {
	position: relative;
	color:#eb3f4c;
}
ul.column-list li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #f4af8f;
	border-radius: 100%;
}
ul.needs-list li {
	position: relative;
}
ul.needs-list li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 100%;
}

ol.maruNum {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}
ol.maruNum li {
	font-size: 120%;
	line-height: 1.4em;
	padding-left: 33px;
	margin-left:0;
	position: relative;
	color:#006DA8;
	font-weight:bold;
}
ol.maruNum li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	/*background-color: #f33;*/
	border: 1px solid #006DA8;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
	width: 25px;
	color: #006DA8;
	font-size: 88%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	font-weight:bold;
	counter-increment: li;
	content: counter(li);
}

.needs{
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.siryo{
	width:60%;
	min-width:380px;
	border: 1px dotted #169CE4;
	margin: 0 auto 30px;
	padding: 15px 0 15px 15px;
	box-sizing:border-box;
}

.poster-col {
	width:60%;
	min-width:380px;
	background-color: #FFF5D6;
	margin: 20px auto 30px;
	overflow: hidden;
	padding: 15px 15px;
	box-sizing:border-box;
}
.fBlue2 {
  color: #3676bc;
}

@media screen and (max-width:480px) {

.dot-area {
	padding: 1em;
}

}
