@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-size : 20px;
	line-height : 2;
	background: url("../image/bg_01.png") repeat center #f5f4f4;
	color: #111010;
	width: 100%;
	letter-spacing: 1.5px;
}

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: #f5f4f4;*/
}

#header {
	background: url("../image/hd_bg.png") no-repeat center top #3d3b3b;
	text-align: center;
	height: 680px;
}
#header div{
	background: url("../image/hd.png") no-repeat center top;
	text-align: center;
	height: 680px;
}
/*
#header2 {
	background: url(../image/header2.png) no-repeat center bottom #64c402;
	text-align: center;
	height: 680px;
}

#header3 {
	background: url(../image/header3.png) no-repeat center bottom #64c402;
	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: #171616;
	font-size : 14px;
	line-height : 1.5;
	color: #FFF;
	width: 100%;
}

#footer p {
	margin: 0px;
	text-align: center;
	padding: 0;
}

#footer a {
	color: #FFF
}



#main {
	margin : 0 auto;
}
.uma_bg{
	background: url("../image/uma_bg.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;

}
.uma_bg .cnt_uma{
	margin : 0 auto;
	max-width: 1000px;
}
.subttl_01{
	position: relative;
}
.subttl_01 img{
	position: absolute;
	right: calc( 50% - 400px);
	bottom: -70px;
}
.subttl_01:before{
	display: inline-block;
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	background: url("../image/bg_01.png") repeat center #f5f4f4;
	transform: rotate(45deg);
	right: calc( 50% - 100px);
	bottom: -100px;

}



.container {
	margin : 0 auto;
	padding : 80px 0px 40px;
	text-align: left;

	/*background: #fff;*/
}
.container .cnt{
	margin : 0 auto;
	max-width: 1000px;
}

/*.note{
	background: url(../image/note_bg.png) center repeat;
}
.yellow_dot{
	background-color: #faf8ed;
    background-image: radial-gradient(#ffee93 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: #64c402;
	padding: 60px 0px;
	margin : 0px auto;
	text-align: center;
}
.blog_bg img{
	width: 800px;
}*/

.under{
	border-bottom: 1px solid #000;
	line-height: 2em;
}

.title{
	margin-bottom: 80px;
}

.container_law{
	padding: 80px 0;
}
.container_law p{
	margin-bottom: 0;
}
.container_law img{
	width: 100%;
}

@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/hd_sp.png") no-repeat top center #3d3b3b;
		background-size: contain;
		height: 930px;
	}
	#header div{
		display: none;
	}
	#footer{
		font-size: 80%;
		padding: 20px 10px;
	}
	/*#header2{
		background: url(../image/header2_sp.png) no-repeat bottom center #64c404;
		background-size: contain;
		height: 930px;
	}
	#header3{
		background: url(../image/header3_sp.png) no-repeat bottom center #64c404;
		background-size: contain;
		height: 930px;
	}*/

	/*.blog_bg{
		padding: 60px 10px;
		width: 100%;
	}
	.note{
		width: 100%;
	}*/

}

