@charset "utf-8";

.column2{
	margin-bottom:30px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ttl_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.hd01{
	background-position:left 3px;
	-webkit-background-size:auto 24px;
	background-size:auto 24px;
	padding-left:30px;
	margin-bottom:20px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■co_map
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#co_map{
	margin-bottom:10px;
}
#co_map .areamap img{
	width:100%;
	height:auto;
}
#co_map ul{
	overflow:hidden;
	margin-top:20px;
}
#co_map ul li{
	float:left;
	width:49%;
	margin-bottom:10px;
}
#co_map ul li:nth-of-type(2n+1){
	clear:left;
	margin-right:2%;
}
#co_map ul li a{
	background:#ccc;
	position:relative;
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	text-decoration:none;
	padding:5px 10px;
	
}
#co_map ul li a:after{
	content: "";	
	position: absolute;
	top: 50%;
	right: 5%;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	margin: -4px 0 0 0;
}
#co_map ul li.red a{
	background-color:#cd1818;
}
#co_map ul li.blue a{
	background-color:#0059a6;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■co_block
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.co_block{
	margin-bottom:40px;
}
.co_block .hd02{
	margin-bottom:15px;
}
.co_block .googleMap img,
.co_block .googleMap iframe{
	height:180px;
}
.etcTop{
	margin-top:10px;
}

/*--------------------------------
	slide_box
--------------------------------*/
.slide_box{
	float:none;
	width:100%;
	height:auto;
}
#slide{
	height:auto;
}
.bx-viewport:before{
	width:100%;
	height:100%;
}

/*--------------------------------
	text_box
--------------------------------*/
.text_box{
	width:auto;
	margin-top:0;
}
.text_box .hd03{
	font-size:15px;
	margin-top:10px;
	margin-bottom:10px;
}
.hd-circle:before{
	top:7px;
}


