@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
html {
	height: 100%
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
	font: inherit
}
del, ins {
	text-decoration: none
}
li {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: baseline
}
sub {
	vertical-align: baseline
}
legend {
	color: #000
}
select, input, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif
}
table {
	font-size: inherit;
	font: 100%
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.7em;
	font-size: 16px;
	font-weight: 500;
	background-color: #000;
	color: #fff;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal;
}
a {
	outline : 0;
	color: #e60012;
}
p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
input, select {
	margin: 2px 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 
.clear_both {
	clear: both;
}
.center {
	text-align: center;
}
strong {
	font-weight: bold;
}
img {
	display: block;
}
/* --------------------------------
	HTML5
-------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
.guard {
	pointer-events: none;
	cursor: default;
}
.sp {
	display: none;
}
.L {
	float: left;
}
.R {
	float: right;
	margin: 5px 0 10px 30px;
}
body {
	background: url('img/pc_bg.jpg') no-repeat center top fixed;
	background-size: 100% auto;
}
.logo {
	margin: 50px auto;
	width: 980px;
	padding: 150px 0 70px 140px;
}
.logo_tantei {
	position: absolute;
	top: 22px;
	left: 30px;
}
.catch {
	position: absolute;
	top: 26px;
	right: 30px;
}
#wrapper {
	margin: 0 auto;
	width: 1140px;
	background-color:rgba(0,0,0,0.9);
}
#wrapper img {
	width: 100%;
}
.container {
	margin: 0 auto;
	width: 980px;
	padding: 80px 0;
}
.copy {
	color: #333;
	font-size: 10px;
	line-height: 1.2em;
	margin: 18px auto;
	text-align: center;
}
@media (max-width: 768px) {
body {
	background-image: none;
	background-color: #000;
}
.logo {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#wrapper {
	width: 100%;
	background-color:rgba(0,0,0,1);
}
.container {
	width: 90%;
	padding: 40px 0 20px;
}
.copy {
	color: #444;
	margin: 10px auto;
}
}
/* ------------------------------
	レスポンシブ
------------------------------ */
.sp {
	display: none;
}
.grid_2 {
	width: 50%;
	padding: 0 2% 2%;
}
.L {
	float: left;
}
.R {
	float: right;
}

@media (max-width: 768px) {
.sp {
	display: block;
}
#menu li.sp {
	display: block;
}
.pc {
	visibility: hidden;
	display: none;
}
.grid_2 {
	width: 100%;
	padding: 0 4%;
}
}

/* 印刷時調整 ---------------- */

@media print {
#corner {
	display: none !important;
}
#intro ul.thumb img {
	opacity: 1 !important;
}
}
