@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:#fff441; 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:25px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
	 sans-serif;
    color: #366083;
}

#head1 { background: url("../images/head_01.png") no-repeat top center; height:    1168px; } 
#head2 { background: url("../images/head_02.png") no-repeat top center; height:    193px; } 
#head3 { background: url("../images/head_03.png") no-repeat top center; height:    311px; } 
#head4 { background: url("../images/head_04.png") no-repeat top center; height:    493px; } 
#head5 { background: url("../images/head_05.png") no-repeat top center; height:    225px; } 
#head6 { background: url("../images/head_06.png") no-repeat top center; height:    488px; } 
#head7 { background: url("../images/head_07.png") no-repeat top center; height:    245px; } 
#head8 { background: url("../images/head_08.png") no-repeat top center; height:    275px; } 
#head9 { background: url("../images/head_09.png") no-repeat top center; height:    245px; } 
#head10 { background: url("../images/head_10.png") no-repeat top center; height:    441px; } 
#head11 { background: url("../images/head_11.png") no-repeat top center; height:    204px; } 
#head12 { background: url("../images/head_12.png") no-repeat top center; height:    551px; } 
#head13 { background: url("../images/head_13.png") no-repeat top center; height:    587px; } 
#head14 { background: url("../images/head_14.png") no-repeat top center; height:    642px; } 
#head15 { background: url("../images/head_15.png") no-repeat top center; height:    203px; } 
#head16 { background: url("../images/head_16.png") no-repeat top center; height:    501px; } 
#head17 { background: url("../images/head_17.png") no-repeat top center; height:    546px; } 
#head18 { background: url("../images/head_18.png") no-repeat top center; height:    383px; } 
#head19 { background: url("../images/head_19.png") no-repeat top center; height:    582px; } 
#head20 { background: url("../images/head_20.png") no-repeat top center; height:    387px; } 
#head21 { background: url("../images/head_21.png") no-repeat top center; height:    248px; } 
#head22 { background: url("../images/head_22.png") no-repeat top center; height:    843px; } 
#form { background: url("../images/form.png") no-repeat top center; height:    390px; } 



#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:450px;
	margin:0 auto;
	
	
}

#textx {

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

#texty {

	text-align:left;
	width:450px;
	margin-top:-250px;
	margin-left:535px;
	
	
	
}

#text1 {

	text-align:left;
	width:400px;
	margin-left:600px;
	margin-top:px;
	
}

#textwhite {

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

#texts2 {

	text-align:left;
	width:430px;
	margin-left:55px;
	margin-top:px;
	
	
	
}

#texts3 {

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

p{
  line-height:35px;
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}



.white {
  color: #fff;
}

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

#footer {  
	background-color: #ba6582;
}

#c-footer {  
	background-color: #bfbfbf;
}


--------------------------- */

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

