@charset "UTF-8";
@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Raleway:700,400);

/* Footer */
footer {
	background: #2b3c4c;
	padding: 0 0 35px;
	font-family:Avenir, "ヒラギノ角ゴシック", 'Hiragino Sans', "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}
footer a {
	color: #fff;
}
#footerContactIn .contactCW a {
	font-size: 22px;
	font-size: 2.2rem;
}
#footerContactIn span.contactCW a:hover,
.footerNav a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: underline;
}
#footerContact {
	background-color: #13b5ea;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}
#footerContactIn {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}
#footerContactIn p:first-child {
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 2px 30px 0;
	background-color: #007393;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 48px;
}
#footerContactIn p {
	display: inline-block;
	margin: 0;
	padding: 2px 0 0;
	vertical-align: middle;
}
#footerContact .fa-phone,
#contact .fa-phone {
	font-size: 22px;
	font-size: 2.2rem;
}
#footerContact .phoneNum {
	margin: 0 0 0 -0.3em;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
}
#footerIn {
	width: 1000px;
	margin: 0 auto;
}
.footerNav {
	padding: 35px 0 0;
	color: #dadadb;
	font-size: 14px;
	font-size: 1.4rem;
}
#footerIn ul.footerNav {
	text-align: center;
}
.footerNav li {
	display: inline-block;
	text-align: center;
}
.footerNav li a {
	color: #dadadb;
}
#footerComInfo {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 35px auto 5px;;
	padding: 0 0 30px;
	border-bottom: solid 1px #9daab5;
	color: #9daab5;
}
#footerComInfo p {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}
#footerLogo img {
	width: auto;
	height: 74px;
	margin: 0 0 20px;
}
#footerComInfo ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#footerComInfo > ul li img {
	width: auto;
	height: 55px;
	margin: 0 0 0 10px;
}
#footerComInfo > ul li.sa img {
	width: auto;
	height: 74px;
}
ul.footerNav span,
#footerComInfo p span {
	margin: 0 0 0 -0.6em;
}
#footerComInfo a:link,
#footerComInfo a:visited {
	color: #9daab5;
}
small {
	margin: 0 auto;
	color: #9daab5;
}
small a {
	color: #9daab5;
}
.brSp {
	display: none;
}

@media screen and ( max-width:640px ) {
		#footerContact {
			padding: 20px 0 18px;
		}
		#footerContactIn {
			width: 90%;
			height: 100%;
		}
		#footerContactIn p:first-child {
			margin: 0;
		}
		#footerContact span.phoneNum {
			margin: 0;
			font-size: 31px;
			font-size: 3.1rem;
			letter-spacing: 0.06em;
		}
		#footerContact p {
			width: 100%;
			padding: 0;
			line-height: 1.2;
			text-align: center;
		}
		#footerContact p span.contactCW a {
			display: inline-block;
			width: 80%;
			margin: 10px 0 0;
			padding: 12px 0 10px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			background-color: #fff;
			color: #23acd2;
			font-size: 18px;
			font-size: 1.8rem;
		}
		#footerIn {
			width: 90%;
		}
		#footerComInfo {
			display: block;
			padding: 0 0 40px;
			text-align: center;
		}
		#footerComInfo p {
			display: block;
			margin: 0;
			text-align: center;;
		}
		#footerComInfo ul {
			display: block;
			margin: 40px 0 0;
		}
		#footerComInfo > ul li img {
			margin: 20px 0 0;
		}
		#footerComInfo > ul li.sa img {
			width: auto;
			height: 90px;
		}
		#footerComInfo > ul li.top100 img,
		#footerComInfo > ul li.sem img {
			width: 70%;
			height: auto;
		}
		.none,
		#gNav #headerContact p#headerCW,
		#footerContactIn p:first-child {
			display: none;
		}
	}