@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: #fcfcfc;
	color: #111010;
	width: 100%;
	letter-spacing: .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;
}

#main {
	/*overflow: hidden;
	background: #fcfcfc;*/
	margin : 0 auto;
}

#header {
	background: url(../images/header.png) no-repeat center bottom #57392c;
	text-align: center;
	height: 680px;
}

#header2 {
	background: url(../images/header2.png) no-repeat center bottom #57392c;
	text-align: center;
	height: 680px;
}

#header3 {
	background: url(../images/header3.png) no-repeat center bottom #57392c;
	text-align: center;
	height: 680px;
}
#header4 {
	background: url(../images/header4.png) no-repeat center bottom #57392c;
	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 0;
	background: #347ea4;
	font-size : 16px;
	line-height : 1.5;
	color: #FFF;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
}

#footer a {
	color: #fff;
}

#footer p {
	margin: 0 auto;
	padding: 0;
}
#footer .copy{
	font-size: 14px;
	/*margin-top: 10px;*/
}

.container {
	margin : 0 auto;
	padding : 80px 0px 40px;
	text-align: left;
	background: #fcfcfc;
	/*background: #fff;*/
}
.container .cnt{
	margin : 0 auto;
	max-width: 1000px;
}

.ttl{
	margin-bottom: 80px;
	z-index: 1;
}
.ttl3{
	background: #50a60c;
}

.bg_dark{
	background: url(../images/bg_dark.png) center no-repeat fixed;
	color: #fff;
}

.bg_dark .wrap{
	background: rgba(0,0,0,.6);
	margin: -150px auto 40px;
	padding: 100px 0 0;
}
.bg_dark2{
	background: url(../images/bg_dark2.png) center no-repeat;
	background-size: cover;
	color: #fff;
}

.bg_dark2 .wrap{
	padding: 0;
	margin : 0px auto;
	max-width: 800px;
	color: #dedede;
	font-size: 1.2em;
	line-height: 1.4;
	letter-spacing: 3px;
	text-align: center;
}
.bg_dark2 .wrap p {
	margin: 0px auto 60px;
	padding: 0;
	position: relative;
}
.bg_dark2 .wrap p:not(:last-child):after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-top: solid 8px #dedede;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.bg_gray{
	background: #e2e2e2;
	padding: 0;
}
.bg_gray .cnt{
	background: url(../images/bg_gray.png) center left no-repeat;
	background-size: contain;
	padding: 0;
	text-align: right;
}
.bg_gray .cnt img{
	display: inline-block;
}
.bg_advent{
	background: url(../images/bg_advent.png) center top no-repeat;
}
.bg_note{
	background: url(../images/bg_note.png) center repeat;
}
.bx_note{
	background: url(../images/bg_note.png) center repeat;
}
.bg_result{
	background: url(../images/bg_result.png) center top no-repeat fixed;
}
/*.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;
}

a.link:link{
	color: #00e;
	text-decoration: underline;
}


.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(../images/header_sp.png) no-repeat bottom center #57392c;
		background-size: contain;
		height: 870px;
	}
	#header2{
		background: url(../images/header2_sp.png) no-repeat bottom center #57392c;
		background-size: contain;
		height: 870px;
	}
	#header3{
		background: url(../images/header3_sp.png) no-repeat bottom center #57392c;
		background-size: contain;
		height: 870px;
	}
	#header4{
		background: url(../images/header4_sp.png) no-repeat bottom center #57392c;
		background-size: contain;
		height: 870px;
	}
	.bg_dark{
		background: url(../images/bg_dark.png) center no-repeat ;
		background-size: cover;
	}
	.bg_dark .wrap{
		background: none;
	}
	.bg_result{
		background: url(../images/bg_result_sp.png) center top repeat-y;
		background-size: contain;
	}
	.blog_bg{
		padding: 60px 10px;
		width: 100%;
	}
	.note{
		width: 100%;
	}
	.bg_dark2 .wrap{
		text-align: left;
	}
	.bg_dark2 .wrap p:not(:last-child){
		margin-bottom: 80px;
	}
	.bg_dark2 .wrap p:not(:last-child):after{
		border: solid 16px transparent;
		border-top: solid 18px #dedede;
		bottom: -85px;
	}

}

