@charset "utf-8";
/* CSS Document */


/*センター一覧のtable幅の調整*/
.tbl-center{
    margin-bottom: 60px;
}

.tbl-center th:nth-child(1) {
    width:30%;
}
.tbl-center th:nth-child(2) {
    width:33%;
}
.tbl-center th:nth-child(3) {
    width:17%;
}
.tbl-center th:nth-child(4) {
    width:20%;
}

/*センター一覧の拠点/区分の調整*/
.icon_setumei{
	margin-top: 20px;
}
.icon_setumei img{
	max-width: 30px;
	margin:0 10px 0 0;
}
.classification{
	display: flex;
	align-items: center;
}
.classification:nth-child(1){
	margin-bottom: 5px;
}
.classification img{
	max-width: 30px;
	margin-right: 10px;
}


/*センター間の情報共有*/
.c-flex.-horizon-card {
  padding-inline: 0;
}


@media (min-width: 920px) {}