@charset "UTF-8";

@import "../../../css/etc.css";


/* olでのリセットをやめる */
ol.maruNum {
  counter-reset: none !important;
}

/* ページ全体でリセットをかける */
body {
  counter-reset: my-counter;
}

/*/==========================================================
/ 
/ まずはETCカードを手に入れよう！
/
==========================================================/*/

dt .liArr02 li,  .liArr02 li,  .iArr02 {
	padding-left: 14px;
	background: url("../../../img/common/icn_arrow_02.png") no-repeat 0 0.6em;
	background-size: 9px 9px;
	margin-bottom: 1em;
}

#etc-ifo-debcrd{


}

.l-cont-body div.section {
	width: 800px;
	margin: 0 auto;
}
.imgR {
	float: right;
}

div.step_double2 {
	display: table;
	width: 100%;
}

div.step_double2 div.double {
	display: table-cell;
	width: 50%;
}
.alC {
	text-align: center;
}

.fukidashi-left {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 20px;
	min-width: 120px;
	max-width: 100%;
	color: #000;
	font-size: 16px;
	background: #e6f4fc;
	border-radius:10px;
}

.fukidashi-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -29px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e6f4fc;
}

.fukidashi-left p {
	margin: 0;
	padding: 0;
}
.fukidashi-bottom {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #17ade8;
	box-sizing: border-box;
	border-radius:10px;
}

.fukidashi-bottom:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.fukidashi-bottom:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #17ade8;
	z-index: 1;
}

.fukidashi-bottom p {
	margin: 0;
	padding: 0;
}

.box-dotted {
	box-sizing: border-box;
	background-color:#e6eef6;
	border: 2px dotted #17ade8;
	border-radius:10px;
	padding:10px;
}

div.table {
	display:table;
}
div.table div.td {
	display:table-cell;
	vertical-align:top;
}

ol.maruNum {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}
ol.maruNum li {
	/*font-size: 16px;*/
	line-height: 1.5;
	padding-left: 25px;
	margin-left:0;
	position: relative;
	color: #106599;
	font-weight: 600;
}
ol.maruNum li.accent {
	counter-increment: my-counter;
}
ol.maruNum li:before {
	content: counter(my-counter);
/*	counter-increment: my-counter;*/
	background-color: #106599;
	border: 1px solid #106599;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18px;
	width: 18px;
	color: #fff;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.fBlue {
	color: #106599;
}

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


/* for Sp --------------------*/
@media screen and ( max-width:768px) {

	.l-cont-body div.section {
		width: auto;
	}
	div.table {
		display: flex;
	}
	div.table div.td:first-child {
		flex-basis: 50%;
	}
	div.step_double2 div.double {
		display: unset;
		width: unset;
	}
	div.step_double2 {
		display: block;
		text-align: center;
	}
	ol.maruNum li:before {
		top: 4px;
	}


}
