@charset "UTF-8";



/* ----------フッター---------- */

/* 全体 */

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

.footer_leftmargin {
	margin-left: 100px;
}



/* ロゴ */

footer img {
	margin-bottom: 10px;
}

/* テキスト */

footer li:first-child {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
}

footer li:nth-child(2) {
	font-weight: bold;
	font-size: 15px;
	color: #F7B400;
}

footer .fa-phone {
	transform: scale(-1, 1);
}

footer li:nth-child(3) {
	font-size: 12px;
	margin-bottom: 5px;
}

footer li:last-child {
	line-height: 0;
}

footer ul br {
	display: none;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* ----------フッター---------- */

/* 全体 */

footer {
	width: 100%;
}

.footer_leftmargin {
	margin-left: 0;
}



/* ロゴ */

footer img {
	margin-bottom: 10px;
}

/* テキスト */

footer li:first-child {
	line-height: 1.8;
}

footer li:nth-child(3) {
	margin-top: 5px;
}

footer li:last-child {
	line-height: 1.2em;
}

footer ul br {
	display: block;
}

footer ul span {
	display: none;
}



}