/* ////////////////////////////////////////////////////////////////////

data

//////////////////////////////////////////////////////////////////// */
#sec01 .table-type01 th{
	width:12em;
}
#sec01 .location{
	margin-bottom:10px;
}
#sec01 .location:last-child{
	margin-bottom:0;
}
#sec01 .location .cate{
	font-weight:bold;
}
#sec01 .location .tel br{
	display:none;
}
@media screen and (max-width:568px){
#sec01 .location .tel br{
	display:block;
}
}