@charset "utf-8";

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

a:link,a:visited {
	color: #2a5db0;
	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  {text-decoration: 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;
}

#head1 { background: url("../images/header_01.png") no-repeat top center; height:    140px; } 
#head2 { background: url("../images/header_02.png") no-repeat top center; height:    360px; } 
#head3 { background: url("../images/header_03.png") no-repeat top center; height:    130px; } 


#nayami1 { background: url("../images/nayami_1.png") no-repeat top center; height:    679px; } 
#nayami2 { background: url("../images/nayami_2.png") no-repeat top center; height:    302px; } 

#change1 { background: url("../images/change_1.png") no-repeat top center; height:    423px; } 
#change2 { background: url("../images/change_2.png") no-repeat top center; height:    560px; } 

#voice1 { background: url("../images/voice_1.png") no-repeat top center; height:    723px; } 
#voice2 { background: url("../images/voice_2.png") no-repeat top center; height:    612px; } 
#voice3 { background: url("../images/voice_3.png") no-repeat top center; height:    578px; } 
#voice4 { background: url("../images/voice_4.png") no-repeat top center; height:    637px; } 
#voice5 { background: url("../images/voice_5.png") no-repeat top center; height:    567px; } 
#voice6 { background: url("../images/voice_6.png") no-repeat top center; height:    588px; } 
#voice7 { background: url("../images/voice_7.png") no-repeat top center; height:    606px; } 

#family1 { background: url("../images/family_1.png") no-repeat top center; height:    454px; } 
#family2 { background: url("../images/family_2.png") no-repeat top center; height:    691px; } 

#reason1 { background: url("../images/reason_1.png") no-repeat top center; height:    577px; } 
#reason2 { background: url("../images/reason_2.png") no-repeat top center; height:    439px; } 
#reason3 { background: url("../images/reason_3.png") no-repeat top center; height:    497px; } 

#contents { background: url("../images/contents.png") no-repeat top center; height:    542px; } 

#message1 { background: url("../images/message_1.png") no-repeat top center; height:    183px; } 
#message2 { background: url("../images/message_2.png") no-repeat top center; height:    266px; } 

#reading1 { background: url("../images/reading_1.png") no-repeat top center; height:    672px; } 
#reading2 { background: url("../images/reading_2.png") no-repeat top center; height:    684px; } 

#info { background: url("../images/info.png") no-repeat top center; height:    372px; } 


#form1 { background: url("../images/form_1.png") no-repeat top center; height:    142px; } 
#form2 { background: url("../images/form_2.png") no-repeat top center; height:    174px; } 
#form3 { background: url("../images/form_3.png") no-repeat top center; height:    172px; } 


#q1 { background: url("../images/q_1.png") no-repeat top center; height:    599px; } 
#q2 { background: url("../images/q_2.png") no-repeat top center; height:    732px; } 
#q3 { background: url("../images/q_3.png") no-repeat top center; height:    788px; } 
#q4 { background: url("../images/q_4.png") no-repeat top center; height:    580px; } 

#profile1 { background: url("../images/profile_1.png") no-repeat top center; height:    561px; } 
#profile2 { background: url("../images/profile_2.png") no-repeat top center; height:    51px; } 

#wrap1 {

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

#wrap2 {

	background-image: url("../images/wrap_2.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%;
}

#page {
	width: 440px;
	margin: 0 auto;
	background: transparent;

	box-shadow:
    -8px 0 15px rgba(0,0,0,0.08),
	8px 0 15px rgba(0,0,0,0.08);
}


#container {

	text-align:left;
	width:440px;
	margin:0 auto;

}

#text {

	text-align:left;
	width:350px;
	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: #c9cacc;
}
--------------------------- */

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

