@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=block');

* {
	margin:0;
	padding:0;
	text-shadow:none;
	letter-spacing:-0.01px;
	font-weight:normal;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
    outline : none;
}

html {
	position:relative;
}

body {
	background:#000000;
}

body.lock {
	overflow:hidden;
}

a {
	outline:0;
	border:0;
	color:#0099ff;
	text-decoration:underline;
}

a img {
	transition:1.0s;
}

a img:hover {
	opacity:0.5;
}

img {
	vertical-align:top;
	border:0;
    outline : none;
}

ul,ol {
	list-style:none;
}

/* コンテント */

.content {
	width:1000px;
	margin:0 auto;
}

/* レシポンシブ */

.only_pc {
	display:block;
}

.only_sp {
	display:none;
}

/* ヘッダー */

#header {
	background:#000000;
	border-bottom: 1px #48494a solid;
	padding:24px 0;
}

#header #header_in {
	height:80px;
	text-align:center;
}

#header img {
	margin:0 auto;
	height:100%;
}

/* フッター */

#footer {
	background:#000000;
	border-top:1px #48494a solid;
	padding:24px 0;
}

#footer #footer_in {
	text-align:center;
}

#footer .copyright {
	font-size:12px;
	font-weight:500;
	text-align:center;
	color:#ffffff;
}

#footer .contact {
	text-align:center;
	margin:3px 0 0 0;
	font-size:14px;
	font-weight:500;
	color:#ffffff;
}

#footer .contact a {
	font-size:14px;
	font-weight:500;
	color:#ffffff;
}

@media screen and (max-width:640px) {

	/* レシポンシブ */

	.only_pc {
		display:none;
	}

	.only_sp {
		display:block;
	}

	/* コンテント */

	.content {
		width:auto;
	}

	/* ヘッダー */

	#header {
		padding:14px 0 8px 0;
	}

	#header #header_in {
		max-width:85px;
		height:auto;
	}

	#header img {
		width:100%;
		height:auto;
	}

	/* フッター */

	#footer {
		padding:24px 24px;
	}

	#footer .contact a {
		font-size:11px;
	}

}
