@charset "UTF-8";

* {
 margin: 0px;
padding: 0px;
	}
body {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	color: #333333;
	background-color: rgb(0,184,204);
	line-height: 20px;
}
.pc{
	display:block !important;
}
.sp{
	display:none !important;
}
img{
	display: block;
    max-width: 100%;
	text-align:center;
    margin: 0 auto;
}
.object{
	position: absolute;
	z-index: -1;
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 全体のくくり */
#wrapper {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}
/*=======================================


共通


=======================================*/

h2{
	font-weight: 800;
	padding-bottom: 3vw;
	font-family: 'Montserrat', 'M PLUS 1p', sans-serif;
	text-align: center;
	color: #fff9a7;
	line-height: 2.8rem;
}

@media screen and (min-width:10px)and (max-width:620px){
  h2{
     font-size: 26px;
	 	line-height: 2rem;

  }
  p{
  color: #ffffff;
  width: 280px;
  text-align:justify;
  font-size:1rem;
  font-weight:normal;
  line-height:1.5rem;
  margin: 0 auto;
  }
	.progin{
	text-align: center;
	width: 350px;
  margin: 0 auto;
  background-color: #f7efda;
  }
}

@media screen and (min-width:620px){
  h2{
     font-size: 32px;
  }
  p{
  color: #ffffff;
  width: 560px;
  text-align:justify;
  font-size:1rem;
  font-weight:normal;
  line-height:1.5rem;
  margin: 0 auto;
  }
	.progin{
	text-align: center;
	width: 700px;
  margin: 0 auto;
  background-color: #f7efda;
  }
}

h3{
	padding-bottom: 1vw;
	font-family: 'Montserrat', 'M PLUS 1p', sans-serif;
	font-size: 1.3rem;
	text-align: center;
	color: #ffffff;
	line-height: 1.6rem;
}

h4{
	padding-bottom: 3vw;
	font-family: 'Montserrat', 'M PLUS 1p', sans-serif;
	font-size: 1.2rem;
	text-align: center;
	color: #ffffff;
	line-height: 1.6rem;
}

p.indentback{
  text-indent: -1em;
  padding-left: 2em;
}

footer{
	font-size: 0.8rem;
	background-color:#ffffff ;
	color: rgb(0,184,204);
	margin-top: 20px;
	text-align:center;
	padding:10px;

}


/*=======================================


トップ


=======================================*/

.main {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 60px;
    background-image: url(/dcms_media/image/topbg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.culumn{
    width: 100%;
}
/*=======================================


特徴


=======================================*/

#feature{
	text-align: center;
	width: 100%;
  margin: 0 auto;
  background-color: #e74c98;
  }

#points{
  margin-bottom:60px;
}

.app{
	padding-top: 60px;
	padding-bottom: 100px;
}
/*=======================================


おすすめプログラム


=======================================*/

#prog{
	text-align: center;
	width: 100%;
  margin: 0 auto;
    margin-bottom: 60px;
  background-color: #f7efda;
  }


.container {
  display: flex;
  flex-direction: row;
   flex-wrap: wrap;
     margin: 0 auto;
text-align:center,
}

.item {
  margin:10px;
}

.prog-con{
	width: 329px;
	height: 450px;
	background-color: rgb(0,184,204);
	border-radius: 10px;
}

.prog-title{
	text-align: center;
    font-weight:bold;
	color:#fff;
	margin:20px;
}
.prog-tex{
	text-align: justify;
    font-size:12px;
	color:#fff;
	padding:24px;
	padding-top: 18px;
	line-height: 1.5em;
}
/*=======================================


受講の流れ

=======================================*/

#howto{
  width: 100%;
  margin: 0 auto;
  background-color: rgb(0,184,204);
  }
.step{
    margin-bottom:60px;

}

/*=======================================


料金表

=======================================*/

#fee{
	text-align: center;
	width: 100%;
  margin: 0 auto;
  background-color: #e74c98;
  }

/*=======================================


オンラインレッスンについて

=======================================*/

#aboutlesson{
	text-align: center;
	width: 100%;
  margin: 0 auto;
  background-color: rgb(0,184,204);
  }
.icon{
	margin-top:70px;
	margin-bottom:40px;
}
