@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;
}

#head1 { background: url("../images/header_01.webp") no-repeat top center; height:    162px; } 
#head2 { background: url("../images/header_02.webp") no-repeat top center; height:    227px; } 
#head3 { background: url("../images/header_03.webp") no-repeat top center; height:    185px; } 
#head4 { background: url("../images/header_04.webp") no-repeat top center; height:    202px; } 

#worry1 { background: url("../images/worry_01.webp") no-repeat top center; height:    133px; } 
#worry2 { background: url("../images/worry_02.webp") no-repeat top center; height:    125px; } 
#worry3 { background: url("../images/worry_03.webp") no-repeat top center; height:    159px; } 
#worry4 { background: url("../images/worry_04.webp") no-repeat top center; height:    145px; } 
#worry5 { background: url("../images/worry_05.webp") no-repeat top center; height:    344px; } 

#contents1 { background: url("../images/contents_01.webp") no-repeat top center; height:    135px; } 
#contents2 { background: url("../images/contents_02.webp") no-repeat top center; height:    393px; } 
#contents3 { background: url("../images/contents_03.webp") no-repeat top center; height:    402px; } 
#contents4 { background: url("../images/contents_04.webp") no-repeat top center; height:    229px; } 


#present1 { background: url("../images/present_01.webp") no-repeat top center; height:    221px; } 
#present2 { background: url("../images/present_02.webp") no-repeat top center; height:    111px; } 
#present3 { background: url("../images/present_03.webp") no-repeat top center; height:    254px; } 
#present4 { background: url("../images/present_04.webp") no-repeat top center; height:    171px; } 


#profile1 { background: url("../images/profile_01.webp") no-repeat top center; height:    144px; } 
#profile2 { background: url("../images/profile_02.webp") no-repeat top center; height:    274px; } 


#message1 { background: url("../images/message_01.webp") no-repeat top center; height:    111px; } 

#voice1 { background: url("../images/voice_01.webp") no-repeat top center; height:    159px; } 
#voice2 { background: url("../images/voice_02.webp") no-repeat top center; height:    173px; } 
#voice3 { background: url("../images/voice_03.webp") no-repeat top center; height:    74px; } 
#voice4 { background: url("../images/voice_04.webp") no-repeat top center; height:    406px; } 
#voice5 { background: url("../images/voice_05.webp") no-repeat top center; height:    197px; } 
#voice6 { background: url("../images/voice_06.webp") no-repeat top center; height:    90px; } 
#voice7 { background: url("../images/voice_07.webp") no-repeat top center; height:    501px; } 


#qa { background: url("../images/qa.webp") no-repeat top center; height:    44px; } 
#q { background: url("../images/q.webp") no-repeat top center; height:    24px; margin-left: -800px;} 
.q { background: url("../images/q.webp") no-repeat top center; height:    24px; margin-left: -800px;} 
#a { background: url("../images/a.webp") no-repeat top center; height:    22px; margin-left: -800px;} 
.a { background: url("../images/a.webp") no-repeat top center; height:    22px; margin-left: -800px;} 



#wrap {

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

#wrapmessage {

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

#wraporange {

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

#wrapvoice {

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


#wrapqa {

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

#wrapcta {

	background-image: url("../images/wrapcta.webp");
	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;
    font-size: 20px;
	
	
}

#textwhite {

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

#text2 {

	text-align:left;
	width:770px;
	margin-left: 140px;
    margin-top: -55px;
    font-size: 20px;
	
	
}

#texts3 {

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


.container {

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

.text {

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

.wrap {

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

.wrapcta {

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

.wrapqa {

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

.wrapvoice {

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

.text2 {

	text-align:left;
	width:770px;
	margin-left: 140px;
    margin-top: -55px;
    font-size: 20px;
	
	
}

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

#footer {  
	background-color: #377e78;
}
--------------------------- */

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

