@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:30px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;
}

#head1 { background: url("../images/ftv_01.png") no-repeat top center; height:    99px; } 
#head2 { background: url("../images/ftv_02.png") no-repeat top center; height:    308px; } 
#head3 { background: url("../images/ftv_03.png") no-repeat top center; height:    353px; } 
#head4 { background: url("../images/ftv_04.png") no-repeat top center; height:    230px; } 
#head5 { background: url("../images/ftv_05.png") no-repeat top center; height:    175px; } 

#title1 { background: url("../images/title1.png") no-repeat top center; height:    138px; padding-bottom: 50px; } 

#title2 { background: url("../images/title2.png") no-repeat top center; height:    287px; padding-bottom: 50px; } 
#wrap2_01 { background: url("../images/wrap2_01.png") no-repeat top center; height:    76px; } 
#profile1 { background: url("../images/profile1.png") no-repeat top center; height:    316px; } 
#profile2 { background: url("../images/profile2.png") no-repeat top center; height:    306px; }
#profile3 { background: url("../images/profile3.png") no-repeat top center; height:    451px; }
#wrap2_02 { background: url("../images/wrap2_03.png") no-repeat top center; height:    72px; } 

#title3 { background: url("../images/title3.png") no-repeat top center; height:    354px; margin-top: 50px; margin-bottom: 50px;} 
#voice1 { background: url("../images/voice_01.png") no-repeat top center; height:    506px; } 

#title4 { background: url("../images/title4.png") no-repeat top center; height:    298px;  margin-bottom: 50px;} 
#voice2 { background: url("../images/voice_02.png") no-repeat top center; height:    1013px; } 

#voice3 { background: url("../images/voice_03.png") no-repeat top center; height:    371px; } 
#voice4 { background: url("../images/voice_04.png") no-repeat top center; height:    216px; } 

#title5 { background: url("../images/title5.png") no-repeat top center; height:    228px; margin-top: 50px; } 
#voice5 { background: url("../images/voice_05.png") no-repeat top center; height:    767px; margin-top: 50px;} 
#voice6 { background: url("../images/voice_06.png") no-repeat top center; height:    669px; } 
#voice7 { background: url("../images/voice_07.png") no-repeat top center; height:    843px; } 
#voice8 { background: url("../images/voice_08.png") no-repeat top center; height:    729px; margin-top: 50px;} 
#voice9 { background: url("../images/voice_09.png") no-repeat top center; height:    604px; } 
#voice10 { background: url("../images/voice_10.png") no-repeat top center; height: 589px; } 

#title6 { background: url("../images/title6.png") no-repeat top center; height:    291px;  } 
#benefit { background: url("../images/benefitphoto.png") no-repeat top center; height: 491px; } 

#title7 { background: url("../images/title7.png") no-repeat top center; height:    381px; margin-top: 50px; } 
#prezent1 { background: url("../images/prezent_01.png") no-repeat top center; height: 483px; } 
#prezent2 { background: url("../images/prezent_02.png") no-repeat top center; height: 576px; } 

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

#title9 { background: url("../images/title_09.png") no-repeat top center; height:    277px; margin-top: 50px; }
#message { background: url("../images/message.png") no-repeat top center; height:    178px; margin-top: 50px; margin-bottom: 50px; }

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

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

.bg-1 {
	background-image: url("../images/bg-1.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size:cover;
}

.bg-2 {
	background-image: url("../images/bg-2.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size:cover;
}

.grey {
	background-color: #ebebeb;
	height:    200px;
}

.triangle {
width:0;
height:0;
border-style:solid;
border-width: 45px 46px 0 46px;
border-color: #ebebeb transparent transparent transparent;
margin:0 auto;

}

#wrap {

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

#wrap2 {

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

#wrap3 {

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

#container {

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

.line{
  border-bottom: 3px solid rgb(239, 238, 238);
  width: 720px;
  margin-top: 3px;
  padding-left: 15px;

}

.text {

	text-align:left;
	width:800px;
	margin:0 auto;
	font-size: 30px;
	padding-left: 150px;
	
}

.texts2 {

	text-align:left;
	width:800px;
	margin:0 auto;
	font-size: 30px;
	
	
}


.texts3 {

	text-align:center;
	width:800px;
	margin:0 auto;
	font-size: 18px;
	margin-top: 30px;
	font-family: "serif";
}

.texts4 {

	text-align:left;
	width:800px;
	margin:0 auto;
	font-size: 30px;
	margin-top: 50px;
}

#textwhite {

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




.container {

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

.white {
  color: #fff;
}

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

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#255896;
	width: 920px;
	margin:0 auto;
	text-align: left;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	
}
.content {		/*本文*/
	height: 0;
	margin:0 auto;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	width: 920px;
	text-align: left;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.under {
  background: linear-gradient(transparent 50%, #faf103  50%);
}

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

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

