@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%;
}

body {
	margin: 0 auto;
	padding: 0;
/*	font-family: Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
	font-size : 20px;
	line-height : 2;
	background: #000;
	color: #fff;
	width: 100%;
	letter-spacing: .5px;
	font-weight: 400;
}

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;
}

/*.wrap {
	overflow: hidden;
	background: #fefefe;
}*/

#header {
	background: url(../image/header.png) no-repeat center bottom #000;
	text-align: center;
	height: 680px;
}

#header2 {
	background: url(../image/header2.png) no-repeat center bottom #000;
	text-align: center;
	height: 680px;
}

#header3 {
	background: url("../image/header3.png") no-repeat center bottom #000;
	text-align: center;
	height: 680px;
}

/* “_–Å */
.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;}
}

#footer {
	padding: 10px 0px;
	background: #111010;
	font-size : 14px;
	line-height : 1.5;
	color: #FFF;
	width: 100%;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 0;
}
#footer a {
	color: #FFF;
}
#footer a:hover{
	color: #c2fffb;
}
#footer #copy{
	color: #21d2c5;
}

#main {
	margin : 0 auto;
	overflow: hidden;
	/*max-width: 1000px;*/
}

.container {
	margin : 0 auto;
	padding : 80px 0px 40px;
	text-align: left;
	/*background: #fff;*/
}
.container .cnt{
	margin : 0 auto;
	max-width: 1000px;
}
.bg_gray{
	background: #191919;
}
.note{
	background: url(../image/note_bg.png) center repeat;
}
.bg_dot{
	background-color: #000;
    background-image: radial-gradient(#141823 33%, transparent 33%);
    background-position: 0 0;
    background-size: 4px 4px;
}
/*.rlg_bg{
    background:repeating-linear-gradient(-45deg, #eceade, #eceade 1px, #faf8ed 0, #faf8ed 29px);
}*/
.blog_bg{
/*	background: #f2e716;*/
	padding: 60px 0px;
	margin : 0px auto;
	text-align: center;
	/*background-image: linear-gradient(0deg, transparent 9px, #bbb211 10px),linear-gradient(90deg, transparent 9px, #bbb211 10px);
	background-size: 10px 10px;*/
/*	background: url(../image/blog_bg.png) center repeat;*/
	background: #191919;
	background: url(../image/blog_bg2.png) center repeat;
	background-size: cover;
}
.blog_bg img{
/*	width: 800px;*/
	width: 600px;
}

.under{
	border-bottom: 1px solid #000;
	line-height: 2em;
}

.title{
	margin-bottom: 80px;
}

.container_law{
	padding: 80px 0;
}
.container_law p{
	margin-bottom: 0;
}

@media screen and (max-width: 640px){
	#body {
		font-size : 230%;
		width: 800px;
	}
	#main {
		margin : 0px auto;
		overflow: hidden;
	}
	#main p{
		padding: 0 30px;
	}
	#header{
		background: url(../image/header_sp.png) no-repeat bottom center #dee0e2;
		background-size: contain;
		height: 870px;
	}
	#header2{
		background: url(../image/header2_sp.png) no-repeat bottom center #dee0e2;
		background-size: contain;
		height: 870px;
	}
	#header3{
		background: url(../image/header3_sp.png) no-repeat bottom center #dee0e2;
		background-size: contain;
		height: 870px;
	}
	.blog_bg{
		padding: 60px 10px;
		width: 100%;
	}
	.blog_bg img{
		width: 800px;
	}
	.note{
		width: 100%;
	}
	#footer{
		font-size: 20px;
	}

}

