@charset "utf-8";

/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #ffffff;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:20pt; font-weight:bold;}
.impact2  {color:red;}
.impact3  {background:yellow; color:#000;}
#impact4  {underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}


img{ border: none;}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	
  background-color: #030400;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
  font-size:43px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;
}

#head1 { background: url("../images/header_01.png") no-repeat top center; height:    317px; } 
#head2 { background: url("../images/header_02.png") no-repeat top center; height:    271px; } 
#head3 { background: url("../images/header_03.png") no-repeat top center; height:    322px; } 
#head4 { background: url("../images/header_04.png") no-repeat top center; height:    518px; } 
#head5 { background: url("../images/header_05.png") no-repeat top center; height:    549px; } 

#sb1 { background: url("../images/sb1.png") no-repeat top center; height:    1435px; } 
#sb2 { background: url("../images/sb2.png") no-repeat top center; height:    1910px; } 
#sb3 { background: url("../images/sb3.png") no-repeat top center; height:    62px; } 
#sb4 { background: url("../images/sb4.png") no-repeat top center; height:    896px; } 
#sb5 { background: url("../images/sb5.png") no-repeat top center; height:    765px; } 
#sb6 { background: url("../images/sb6.png") no-repeat top center; height:    2915px; } 
#sb7 { background: url("../images/sb7.png") no-repeat top center; height:    3103px; } 
#sb8 { background: url("../images/sb8.png") no-repeat top center; height:    3335px; } 
#sb9 { background: url("../images/sb9.png") no-repeat top center; height:    459px; } 
#sb10 { background: url("../images/sb10.png") no-repeat top center; height:    1633px; } 
#sb11 { background: url("../images/sb11.png") no-repeat top center; height:    1649px; }


#bun1 { background: url("../images/bun1.png") no-repeat top center; height:    580px; } 
#bun2 { background: url("../images/bun2.png") no-repeat top center; height:    462px; } 
#bun3 { background: url("../images/bun3.png") no-repeat top center; height:    987px; } 


#voice1 { background: url("../images/voice1.png") no-repeat top center; height:    3050px; } 
#voice2 { background: url("../images/voice2.png") no-repeat top center; height:    2306px; } 
#voice3 { background: url("../images/voice3.png") no-repeat top center; height:    1667px; } 
#voice4 { background: url("../images/voice4.png") no-repeat top center; height:    2958px; } 
#voice5 { background: url("../images/voice5.png") no-repeat top center; height:    1965px; } 
#voice6 { background: url("../images/voice6.png") no-repeat top center; height:    3123px; } 
#voice7 { background: url("../images/voice7.png") no-repeat top center; height:    1780px; } 
#voice8 { background: url("../images/voice8.png") no-repeat top center; height:    2638px; } 

#form { background: url("../images/form.png") no-repeat top center; height:    300px; } 
#form2 { background: url("../images/form2.png") no-repeat top center; height:    800px; } 



#footer {  
	background-color: #afafac;
}
--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

