@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:    207px; } 
#head2 { background: url("../images/ftv_02.png") no-repeat top center; height:     245px; } 
#head3 { background: url("../images/ftv_03.png") no-repeat top center; height:    266px; } 
#head4 { background: url("../images/ftv_04.png") no-repeat top center; height:    146px; } 
#head5 { background: url("../images/ftv_05.png") no-repeat top center; height:    465px; } 


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

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

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

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

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

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

#texts2 {

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

#texts3 {

	text-align:left;
	width:850px;
	margin:0 auto;
	color: #6b4e04;
	padding-top:30px;
	text-shadow: 3px 2px 2px white;
}

#texts4 {

	text-align:left;
	width:850px;
	margin:0 auto;
	color: #4f4d4d;
	padding-top:10px;
	text-shadow: 3px 2px 2px white;
}

#textwhite {

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

.tb01{
	width:800px;
	margin:10px auto 0px;
	border-top:1px solid #f5dfe2;
	border-left:1px solid #f5dfe2;
}

.tb01 .title{
	border-bottom:1px solid #f5dfe2;
	border-right:1px solid #f5dfe2;
	padding:6px;
	background-color:#faede6;
	width:35%;
}

.tb01 td{
	border-bottom:1px solid #f5dfe2;
	border-right:1px solid #f5dfe2;
	padding:6px;
	text-align:center;
	background-color:#FFFFFF;
}
	
.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;
}




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

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

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

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

.red {
	color:#f24497;
}

.smallkakaku {
	font-size: 20px;
}

.photobox {
	display: flex;
}

.big {
	color: #f24497;
	font-size:45px;
	
}




.white {
  color: #fff;
}

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

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

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

