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

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100);

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	line-height: 1.8;
}

hr {
	display: none;
}

ul {
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
}

nav,
section,
footer {
	display: block;
}

strong {
	color: #0030FF;
}

p {
	text-align: justify;
}

/*リンク設定
----------------------------------------------*/
a {
	color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

a:hover {
	color: #0030FF;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none !important;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.noOp {
	color: #FFF;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
	background: none !important;
}

/*テキスト選択色
----------------------------------------------*/
::selection {
	background: #0030FF;
}

::-moz-selection {
	background: #0030FF;
}

/*メニュー
----------------------------------------------*/
nav {
	font-family: fieldwork, sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: 100;
}

/*共通設定
----------------------------------------------*/
.footer {
	background: #ffffff;
	min-height: 417px;
	padding: 80px 0 120px;
	border-top: solid 1px #ccc;
}

.footer-inner {
	width: 1100px;
	margin: 0 auto;
}

.footer-banners {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}

.footer-text {
	font-size: 12px;
	line-height: 1.8;
	color: #555555;
	text-align: center;
}

.footer-text p {
	margin: 6px 0;
	text-align: center;
}

/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
対応頑張る！！＼(^o^)／
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/


/*消したい
----------------------------------------------*/
.sp {
	display: none;
}

@media screen and (max-width: 977px) {
	a {
		color: #fff;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		text-decoration: none;
	}

	img,
	iframe {
		height: auto;
		width
		/***/
		: auto;
		margin: 0 auto;
	}

	.footer {
		background: #ffffff;
		min-height: 417px;
		padding: 80px 10px 120px 10px;
		border-top: solid 1px #ccc;
	}

	.footer-inner {
		width: 100%;
		margin: 0 auto;
	}

	.footer-banners {
		display: block;
		width: 100%;
		gap: 20px;
		margin-bottom: 20px;
	}

	.footer-banners img {
		width: 95%;
		padding: 10px;
		margin: auto;
	}

	.footer-banners.down img {
		margin-top: -20px;
	}

	.footer-text {
		font-size: 12px;
		line-height: 1.8;
		color: #555555;
		text-align: center;
	}

	.footer-text p {
		margin: 6px 0;
		text-align: center;
	}

	/*出したい
	----------------------------------------------*/
	.sp {
		display: block;
	}
}