@charset "utf-8";

/* ========== フッター ========== */
footer{
	border-top: 2px solid #62d6ae;
	text-align: center;
}

footer #foot_box{padding: 50px 30px;}
footer #foot_box p {margin-top: 20px;}

footer #foot_box p span {
	position: relative;
	display: inline-block;
	font-size: 13px;
	margin: 30px 0 20px;
}
footer #foot_box p span:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -17px;/*線の上下位置*/
	display: inline-block;
	width: 20px;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
}

footer #foot_box img[src$="common/img/tel.gif"]{width: 200px;}

footer .copy {
	padding: 10px;
	clear: left;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	background: #62d6ae;
}

/* ===================================================================
 タブレット・スマホ共通
=================================================================== */
@media screen and (max-width: 1100px) {

}
/* ===================================================================
スマホ
=================================================================== */
@media screen and (max-width: 750px){
footer #foot_box{padding: 30px;}
footer #foot_box p {margin-top: 15px;}

footer #foot_box p span:before {
	width: 15px;/*線の長さ*/
	height: 3px;/*線の太さ*/
}

}