@charset "Shift_JIS";

@media screen and ( max-width:768px ) {

body {
	text-align: left;
	font-size: 1em;
	line-height: 1.8;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333;
	font-size: 13px;
}

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------
  header
------------------------------------------------------*/

footer {
	background-color: #2d3c5f;
	color: #FFF;
}

footer .inner {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	padding: 5%;
	box-sizing: border-box;
}

footer .copyright {
	background-color: #131d39;
	color: #cccccc;
	text-align: center;
	font-size: 10px;
	padding: 10px;
}

footer .footerLogo {
	float: none;
	width: 30%;
	margin: 0 auto 10px;
}

footer address {
	float: none;
	text-align: center;
	margin: 0;
	font-size: 10px;
}

}
