@charset "UTF-8";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
	/*font-size: 60%;*/
}

#body {
	margin: 0 auto;
	padding: 0;
	font-family: Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
	font-size : 20px;
	line-height : 1.8;
	background: #f4f4f4;
	color: #1e1e1e;
	width: 100%;
	letter-spacing: .5px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

div,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

img{
	/* pc */
	pointer-events: none;
	/* smartphone*/
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}
picture{
	display: block;
	margin: 0 auto 80px;
	text-align: center;
}
.wrap {
	overflow: hidden;
	background: #fcfcfc;
}

#header {
	background:
	 url("../image/header.png") no-repeat center top,
	 url("../image/hd_bg.png") no-repeat center top #000;
	text-align: center;
	height: 680px;
}


.black_dot,
.grey_dot{
	background-position: 0 0;
	background-size: 4px 4px;
	color: #fff;
}
.black_dot{
	background-color: #000;
	background-image: radial-gradient(#3e3a39 33%, transparent 33%);
}
.grey_dot{
	background-color: #20262c;
	background-image: radial-gradient(#565c61 33%, transparent 33%);
}
.grey_bg{
	background: #343434;
	color: #fff;
}
.bg_white{
	background: #f4f4f4 url(../image/bg_white.png) center repeat;
	color: #1e1e1e;
	
}
.bg_black{
	background: #1f1f1f url(../image/bg_black.png) center repeat;
	color: #f4f4f4;
}
/*.voice{
	background-color: #454c53;
	background-image: radial-gradient(#6A7075 33%, transparent 33%);
	background-position: 0 0;
	background-size: 4px 4px;
	color: #fff;
}*/
#tokusyo{
	background-color: #000;
	background-image: radial-gradient(#3e3a39 33%, transparent 33%);
	background-position: 0 0;
	background-size: 4px 4px;
	color: #fff;
}
/*  */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

#main {
	margin : 0 auto;
	/*background: #430205;*/
	/*max-width: 1000px;*/
}

.container {
	margin : 0 auto;
	padding : 80px 0px;
	text-align: left;
	/*background: #fff;*/
}
.container .cnt{
	margin : 0 auto;
	max-width: 1000px;
}

#footer {
	padding: 10px 0px;
	background: #1e1e1e;
	font-size : 14px;
	line-height : 1.5;
	color: #f4f4f4;
	width: 100%;
}

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

#footer a {
	color: #f4f4f4
}
.ttl{
	margin: 0 auto 80px;
	text-align: center;

}

.under{
	border-bottom: 1px solid #1e1e1e;
	line-height: 2em;
}
.title{
	margin-bottom: 80px;
}

.container_law{
	background: #ffc3ca;
}
@media screen and (max-width: 640px){
	#body {
		font-size : 230%;
		color: #231815;
		/*width: 1000px;*/
		width: 900px;
	}
	#header{
		background: url("../image/header_sp.png") no-repeat top center #1e1f1e;
		background-size: contain;
		height: 980px;
	}
	#main {
		margin : 0px;
		overflow: hidden;
	}
	#main p{
		padding: 0 30px;
	}

}
