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

.head1 { background: url("../images/ftv_01.png") no-repeat top center; height:    157px; } 
.head2 { background: url("../images/ftv_02.png") no-repeat top center; height:     185px; } 
.head3 { background: url("../images/ftv_03.png") no-repeat top center; height:    113px; } 
.head4 { background: url("../images/ftv_04.png") no-repeat top center; height:    353px; } 
.head5 { background: url("../images/ftv_05.png") no-repeat top center; height:    300px; } 
.head6 { background: url("../images/ftv_06.png") no-repeat top center; height:    214px; } 

.form { background-color: #afbebf; height:  250px;}
.form2 { background-color: #6d6d6d; height:  250px;}

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

.nayami1 { background: url("../images/nayami1.png") no-repeat top center; height:    89px; padding-bottom:50px;} 
.nayami2 { background: url("../images/nayami2.png") no-repeat top center; height:    142px; padding-top:50px;} 
.nayami3 { background: url("../images/nayami3.png") no-repeat top center; height:    620px; } 


#coursetop { background: url("../images/course_top.png") no-repeat top center; height:    48px; } 
#coursebottom { background: url("../images/course_bottom.png") no-repeat top center; height:    43px; }

#megamitop { background: url("../images/megamiwrap_top.png") no-repeat top center; height:    50px; } 
#megamibottom { background: url("../images/megamiwrap_bottom.png") no-repeat top center; height:    60px; }

#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/venuswrap.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%;
}

#container {

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

#text {

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

.blue{
	 background: #afbebf;
}

.popular{
  position: relative;
}

.no1{
  position: absolute;
  top: -18px;
  left:calc(42% - 30px);
  background: #18a69d;
  width: 100px;
  font-size: 20px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

.inner{
  position: absolute;
  color:white;
  background-color: #f24497;
  left: 0;
  bottom: 0;
  display: block;
  width: 270px;
  padding: 10px 0;
}



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

.present.fixed::before {
	background-image: url("../images/presenthaikei.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;
}

