@charset "UTF-8";

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

/*/==========================================================
/ 
/ スマートIC実施箇所一覧
/
==========================================================/*/
#etc-smt-list{

}


#anker_navi > ul > li{
	flex:unset;
	width: calc(!50% - var(--mng-l));
}

.content-box-ex p{
	margin:0 0!important;
}


.sc_table table > caption{
	text-align:right;
	display:none;
}

/*.sc_table table td,
.sc_table table th{
	padding:var(--mgn-s) var(--mgn-s);
}*/


.sc_table table > thead > tr > th:nth-child(1),
.sc_table table > thead > tr > th:nth-child(2){
	white-space:nowrap;
}

.sc_table table th,
.sc_table table td{
	padding:0.5em 0.5em;
}


#SECTION01 dl{
	display:block;
	overflow:hidden;
}


#SECTION01 dl > dt,
#SECTION01 dl > dd{
	display:block;
	overflow:hidden;
	float:left;
}

#SECTION01 dl > dt{
	width: 2.5em;
	clear:both;
}
#SECTION01 dl > dd{
	width: calc(100% - 2.5em);
	margin-bottom:0.5em;
}



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


	.sc_table table{
		min-width:920px;
	}

	.sc_table .no-pc{
		display:block;
		overflow:hidden;
		font-size:var(--txt-ss);
		line-height: 155%;
		text-align: right;
	}


}
