@charset "utf-8";

.contact_list{
	width:auto;
	height:auto;
	margin:auto;
	max-width:var(--max_width);
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - 40px/3) calc(33.3% - 40px/3) calc(33.3% - 40px/3) ;
	row-gap: 20px;
	column-gap: 20px;
	margin-top:var(--margin_top);
	margin-bottom:var(--margin_top);
}
@media (max-width:480px){
	.contact_list{
		grid-template-columns:auto;
	}
}

#quandi_map{
	display:block;
	width:auto;
	height:300px;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	max-width:var(--max_width);
	margin-bottom:var(--margin_top);
}
.ct_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}

.ct_ico{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width:80px;
	height:80px;
	overflow:hidden;
	margin:auto;
	position: relative;
	font-size: 3rem;
	color: var(--back_color);
}
.ct_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}