@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-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
  font-size:18px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;
}

#head_01 { background: url("../images/head_01.png") no-repeat top center; height:    1010px; } 
#head_02 { background: url("../images/head_02.png") no-repeat top center; height:    450px; } 
#head_03 { background: url("../images/head_03.png") no-repeat top center; height:    893px; } 
#head_04 { background: url("../images/head_04.png") no-repeat top center; height:    533px; } 
#head_05 { background: url("../images/head_05.png") no-repeat top center; height:    540px; } 
#head_06 { background: url("../images/head_06.png") no-repeat top center; height:    1485px; } 
#head_07 { background: url("../images/head_07.png") no-repeat top center; height:    668px; } 
#head_08 { background: url("../images/head_08.png") no-repeat top center; height:    790px; } 
#head_09 { background: url("../images/head_09.png") no-repeat top center; height:    1152px; } 
#head_10 { background: url("../images/head_10.png") no-repeat top center; height:    1289px; } 
#head_11 { background: url("../images/head_11.png") no-repeat top center; height:    639px; } 
#head_12 { background: url("../images/head_12.png") no-repeat top center; height:    1515px; } 
#head_13 { background: url("../images/head_13.png") no-repeat top center; height:    1437px; } 
#head_14 { background: url("../images/head_14.png") no-repeat top center; height:    873px; } 
#head_15 { background: url("../images/head_15.png") no-repeat top center; height:    805px; } 
#head_16 { background: url("../images/head_16.png") no-repeat top center; height:    1139px; } 
#head_17 { background: url("../images/head_17.png") no-repeat top center; height:    1082px; } 
#head_18 { background: url("../images/head_18.png") no-repeat top center; height:    844px; } 
#head_19 { background: url("../images/head_19.png") no-repeat top center; height:    763px; } 
#head_20 { background: url("../images/head_20.png") no-repeat top center; height:    631px; } 
#head_21 { background: url("../images/head_21.png") no-repeat top center; height:    901px; } 
#head_22 { background: url("../images/head_22.png") no-repeat top center; height:    635px; } 
#head_23 { background: url("../images/head_23.png") no-repeat top center; height:    599px; } 
#head_24 { background: url("../images/head_24.png") no-repeat top center; height:    777px; }
#head_25 { background: url("../images/head_25.png") no-repeat top center; height:    1037px; }
#head_26 { background: url("../images/head_26.png") no-repeat top center; height:    848px; } 
#head_27 { background: url("../images/head_27.png") no-repeat top center; height:    705px; } 
#head_28 { background: url("../images/head_28.png") no-repeat top center; height:    571px; } 
#head_29 { background: url("../images/head_29.png") no-repeat top center; height:    930px; } 
#head_30 { background: url("../images/head_30.png") no-repeat top center; height:    255px; } 
#head_31 { background: url("../images/head_31.png") no-repeat top center; height:    748px; } 
#head_32 { background: url("../images/head_32.png") no-repeat top center; height:    1351px; } 
#head_33 { background: url("../images/head_33.png") no-repeat top center; height:    1027px; } 
#head_34 { background: url("../images/head_34.png") no-repeat top center; height:    725px; } 
#head_35 { background: url("../images/head_35.png") no-repeat top center; height:    780px; } 
#head_36 { background: url("../images/head_36.png") no-repeat top center; height:    471px; }







#form1 { background: url("../images/form1.png") no-repeat top center; height:    340px; } 
#form2 { background: url("../images/form2.png") no-repeat top center; height:    274px; } 


#wrap {

	background-image: url("../images/wrap.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#wrapform {

	background-image: url("../images/wrapform.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}


#container {

	text-align:left;
	width:1000px;
	margin:0 auto;
	
	
}

#text {

	text-align:left;
	width:850px;
	margin:0 auto;
	
	
}

#textwhite {

	text-align:left;
	width:850px;
	margin:0 auto;
	color: #fff;
	
}

#texts2 {

	text-align:left;
	width:750px;
	position: relative;
	margin-top:170px;
	margin-left:400px;
	
	
}

#texts3 {

	text-align:left;
	width:850px;
	margin-top:250px;
	margin-left:170px;
	
	
}


.container {

	text-align:left;
	width:1200px;
	margin:0 auto;
	
	
}

.white {
  color: #fff;
}

.text-center {
　text-align: center;
}

#footer {  
	background-color: #1d1d1d;line-height:2;
}
--------------------------- */

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

