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

/* 電話 */
#tel{
	background-color: #e6e6e6;
	color: #333;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	padding: 15px;
	margin: 0;
}
#tel p{
	margin: 0;
}
#tel p:first-child{
	margin-bottom: 10px;
}
#tel p:last-child{
	margin-top: 7px;
}
#tel a{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#tel a:before{
	margin-right: 5px;
	padding-bottom: 3px;
    content: "";
    display: inline-block;
    vertical-align: middle;
	width: 28px;
    height: 18px;
    background: url("../img/free_dial.png") no-repeat;
    background-size: contain;
}
/* フッターナビ */
#footer_navi{
	padding: 10px;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#footer_navi li{
	list-style: none;
	font-size: 12px;
	line-height: 1em;
	box-sizing: border-box;
	width: 49%;
	padding: 8px;
	border: 1px #e6e6e6 solid;
	margin-bottom: 6px;
	position: relative;
}
#footer_navi li:nth-child(11),
#footer_navi li:nth-child(12){
	margin-bottom: 0;
}
#footer_navi li:after{
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -3px;
}
#footer_navi a{
	display: block;
	color: #333;
	text-decoration: none;
}
#footer small{
	display: block;
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
@media screen and (max-width: 374px) {
	#footer_navi li.narrow a{
		width: 125%;
		-webkit-transform: scaleX(0.8);
		-moz-transform: scaleX(0.8);
		-ms-transform: scaleX(0.8);
		-o-transform: scaleX(0.8);
		transform: scaleX(0.8);
		margin-left: -12.5%;
		margin-right: -12.5%;
	}
}