@charset "utf-8";
/* CSS Document */
/*layout*/
body {
	width: 100%;
	background-color: #FFF;
  font-size: 15px;
  line-height: 1.8;
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
/*--- リンク ---*/
a:link, a:visited {
	color: #339966;
	text-decoration: none;
}

a:hover, a:active {
	color: #339966;
	text-decoration:underline;
}

a:hover img {
	filter: alpha(opacity=80);
	opacity:0.8;
}
img {
  vertical-align: bottom;
}

#header {
  width: 1000px;
  height: 80px;
  margin: 0px auto;
  position: relative;
}
#header h1 {
  position: absolute;
  left: 0px;
  top:10px;
}

/*--- メイン画像 ---*/
#mainimg {
  background:url('../img/main_bg.jpg') no-repeat center bottom;
	background-size:cover;
  height: 720px;
}
#mainimg .rog {
  text-align: center;
  padding-top: 35px;
}
#mainimg h2 {
  text-align: center;
  padding-top: 0px;
}
#mainimg .basyo {
  text-align: center;
  padding-top: 5px;
}


/*--- コンテンツ ---*/
.contents {
  width: 1000px;
  margin: 50px auto;
}
.ttl {
  font-size: 24px;
  margin-top: 60px;
  text-align: center;
}
.ttl span {
  font-size: 14px;
  color: #339966;
  display: block;
  margin-bottom: 40px;
}

.ttl2 {
  background-color: #339966;
  font-weight: bold;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 50px 0px 20px;
  font-size: 16px;
}

/*--- イントロ ---*/
.intro {
  width: 1000px;
  margin: 50px auto;
}
.intro .textArea {
  width: 660px;
  float: left;
}
.intro .textArea p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.intro .picArea {
  width: 300px;
  float: right;
}

/*--- お願い ---*/
.onegai {
  background-color: #d9efe4;
  font-size: 13px;
  padding: 20px;
}

/*-- 共通ボックス --*/
.boxArea {
  background-color: #f3f2f2;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 10px;
}
.boxArea .title {
  font-size: 22px;
  margin-bottom: 10px;
}

.boxArea .txt {
  float: left;
  width: 610px;
}
.boxArea .img {
  float: right;
  width: 310px;
}


/*--- 特典1 ---*/
.tok1Area {
  width: 1000px;
  margin: 50px auto;
}
.tok1Area .textArea {
  width: 600px;
  float: left;
}
.tok1Area .textArea p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.tok1Area .picArea {
  width: 355px;
  float: right;
}

/*--- 特典2 ---*/
.tok2Area {
  width: 1000px;
  margin: 50px auto;
}
.tok2Area p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.8;
}

/*--- 講師 ---*/
#lecturer {
  background:url('../img/lecturer_bg.jpeg') no-repeat center bottom;
	background-size:cover;
  padding: 50px 0px;
  height: 640px;
}
#lecturer .lecinnr {
  width: 1000px;
  margin: 0px auto;
}
.lecinnr .textArea {
  width: 730px;
  float: right;
}
.lecinnr .textArea .title {
  font-size: 20px;
  margin-bottom: 30px;
}
.lecinnr .textArea p {
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.lecinnr .picArea {
  width: 220px;
  float: left;
  text-align: center;
}

/*--- 製品 ---*/
.maggiArea {
  background-color: #ffffff;
  padding: 40px;
  margin: 30px 0px 40px 0px;
  font-size: 18px;
  border-radius: 6px;
}
.maggiArea .title {
  font-size: 22px;
  margin-bottom: 20px;
}
.maggiArea .maggiinnr {
  overflow: hidden;
  margin-bottom: 80px;
}
.maggiArea .leftArea {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
.maggiArea .rightArea {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
.maggiArea .title {
  font-size: 16px;
}

#footer {
  background-color: #339966;
}
#footer .copy {
  width: 1000px;
  padding: 6px 0px;
  margin: 0px auto;
  font-size: 12px;
  color: #FFFFFF;
}

