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



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


.subtitle1 { background: url("../images/subtitle1.png") no-repeat top center; height:    186px; } 
.subtitle2 { background: url("../images/subtitle2.png") no-repeat top center; height:    187px; } 
.subtitle3 { background: url("../images/subtitle3.png") no-repeat top center; height:    579px; } 
.subtitle4 { background: url("../images/subtitle4.png") no-repeat top center; height:    226px; } 

.therapy1 { background: url("../images/therapy1.png") no-repeat top center; height:    421px; } 
.therapy2 { background: url("../images/therapy2.png") no-repeat top center; height:    454px; } 
.therapy3 { background: url("../images/therapy3.png") no-repeat top center; height:    550px; } 
.therapy4 { background: url("../images/therapy4.png") no-repeat top center; height:    623px; } 
.therapy5 { background: url("../images/therapy5.png") no-repeat top center; height:    623px; } 
.therapy6 { background: url("../images/therapy6.png") no-repeat top center; height:    799px; }

.feature1 { background: url("../images/feature1.png") no-repeat top center; height:    758px; }
.feature2 { background: url("../images/feature2.png") no-repeat top center; height:    588px; }
.feature3 { background: url("../images/feature3.png") no-repeat top center; height:    753px; }
.feature4 { background: url("../images/feature4.png") no-repeat top center; height:    718px; }
.feature5 { background: url("../images/feature5.png") no-repeat top center; height:    879px; }

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

.voice1 { background: url("../images/voice1.png") no-repeat top center; height:    438px; }
.voice2 { background: url("../images/voice2.png") no-repeat top center; height:    1032px; }
.voice3 { background: url("../images/voice3.png") no-repeat top center; height:    1026px; }
.voice4 { background: url("../images/voice4.png") no-repeat top center; height:    1282px; }
.voice5 { background: url("../images/voice5.png") no-repeat top center; height:    721px; }
.voice6 { background: url("../images/voice6.png") no-repeat top center; height:    1221px; }
.voice7 { background: url("../images/voice7.png") no-repeat top center; height:    1287px; }

.corporate1 { background: url("../images/corporate1.png") no-repeat top center; height:    262px; }
.corporate2 { background: url("../images/corporate2.png") no-repeat top center; height:    991px; }

.three1 { background: url("../images/three1.png") no-repeat top center; height:    236px; }
.three2 { background: url("../images/three2.png") no-repeat top center; height:    493px; }
.three3 { background: url("../images/three3.png") no-repeat top center; height:    403px; }
.three4 { background: url("../images/three4.png") no-repeat top center; height:    666px; }

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

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

#wrap {

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

#coursewrap {

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

#megamiwrap {

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


#text {

	text-align:left;
	width:850px;
	margin:0 auto;
	text-shadow: 5px 3px 3px white;
	
	
}

.white { background-color: #ffffff;
	
}

.fixed::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
}

.ftv.fixed::before {
	background-image: url("../images/ftvback.png");
	z-index: -1;
}

.yellow.fixed::before {
	background-image: url("../images/yellow.png");
	z-index: -2;
}


.box {
	width:800px;
	margin:0 auto;
}

.box2 {
	width:500px;
	margin:0 auto;
	margin-left: 25px;
}

.kirakira {
	width:700px;
	margin:0 auto;
}

.money {
	font-size: 48px;
	font-style: italic;
}

.small {
	font-size: 35px;
	color: #f24497;
}

.container {

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

.shiro {
  background-color: #fff;
}

.triangle{
width:0;
height:0;
border-style:solid;
border-width: 68px 72px 0 72px;
border-color: #FFFFFF transparent transparent transparent;
margin:0 auto;
}

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

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

