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

#head { background: url("../images/header.png") no-repeat top center; height:    136px; } 
#ftv1 { background: url("../images/ftv_01.png") no-repeat top center; height:    369px; } 
#ftv2 { background: url("../images/ftv_02.png") no-repeat top center; height:    281px; } 
#ftv3 { background: url("../images/ftv_03.png") no-repeat top center; height:    214px; } 
#ftv4 { background: url("../images/ftv_04.png") no-repeat top center; height:    216px; } 
#ftv5 { background: url("../images/ftv_05.png") no-repeat top center; height:   114px; } 
#ftv6 { background: url("../images/ftv_06.png") no-repeat top center; height:   96px; } 
#tokuten1 { background: url("../images/present_01.png") no-repeat top center; height:  270px; } 
#tokuten2 { background: url("../images/present_02.png") no-repeat top center; height: 242px; } 
#tokuten3 { background: url("../images/present_03.png") no-repeat top center; height: 238px; } 
#tokuten4 { background: url("../images/present_04.png") no-repeat top center; height: 244px; }

#form { background-color: #db6680;}

#profile2{ background: url("../images/profilewrap2.png") no-repeat top center; height: 97px; }
#profile1{ background: url("../images/profile_01.png") no-repeat top center; height: 179px; }
#profile3{ background: url("../images/profile_03.png") no-repeat top center; height: 495px; }

#koe1 { background: url("../images/koe_01.png") no-repeat top center; height: 307px; }
#koe2 { background: url("../images/koe_02.png") no-repeat top center; height: 753px; }
#koe3 { background: url("../images/koe_03.png") no-repeat top center; height: 348px; }
#koe4 { background: url("../images/koe_04.png") no-repeat top center; height: 417px; }

#wrap {

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

#wrapprofile {
	background-image: url("../images/profilewrap.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;
	
	
}


#texts4 {

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

#textwhite {

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

#texts2 {

	text-align:left;
	width:450px;
	margin:0px 30px 0px 80px;
	
	
}

#texts3 {

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


.container {

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


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

.back {
	background-image: url("../images/haikei.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size:cover;

}

.back2 {
	background-image: url("../images/haikei2.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size:cover;

}

.center {
	text-align: center;
}

.box {
	display: flex;
	margin:0 auto;
}

.akaji {
	color: #ef4792;
	font-weight: bold;
}

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

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

