body{
	width: 100%;
	font-family: "メイリオ", Meiryo, "A-OTF 新ゴ Pro", A-OTF Shin Go Pro , "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	color: #1F1F1F;
}

a:hover{
opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

a img:hover {
	opacity:0.8;
	}

.ganboge {
	background:#00C400;
    -webkit-border-bottom: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*-webkit-animation: regbtnganboge 0.5s infinite alternate;
    animation: regbtnganboge 0.5s infinite alternate;*/
}


@keyframes regbtnganboge {
	0% {
	    box-shadow: 0 0 2px 2px #00C400;
	}
	99%, 100% {
	    box-shadow: 0 0 4px 8px #BFFF00;
	}
}

/*___________________ 画像 _____________________*/
.gazo0{
	margin: 0px auto 0px;
	display: block;
}
.gazo20{
	margin: 0px auto 20px;
	display: block;
}
.gazo25{
	margin: 0px auto 25px;
	display: block;
}
.gazo30{
	margin: 0px auto 30px;
	display: block;
}
.migi{
	float: right;
	margin: 0px 0px 10px 25px;
	display: block;
}

.phoframe{
	display: inline;
	padding: 5px;
	margin-right:10px;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 5px 2px #CCCCCC;
}

.center{
	align: center;
}

.hidari{
	float: left;
	margin: 0px 15px 15px 0px;
	display: block;
}
.right{
	float: right;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

/*___________________ 文字 _____________________*/

.b12{font-size: 1.2em;font-weight:bold;}
.b14{font-size: 1.4em;font-weight:bold;}
.b16{font-size: 1.6em;font-weight:bold;}
.b20{font-size: 2.0em;font-weight:bold;}
.b24{font-size: 2.4em;font-weight:bold;}
.b30{font-size: 3.0em;font-weight:bold;}
.b32{font-size: 3.2em;font-weight:bold;}
.b36{font-size: 3.4em;font-weight:bold;}

.yellow {color:#f7d946;}
.pink {color:#ff3e82;}
.pink2 {color:#ff64a0;}
.orange {color:#ff6600;}
.blue {color:#1fb1d0;}
.green {color:#2CBF13;}
.purple {color:#a13cb7;}

.aka{
	color: #B20000;
}

.akab{
	font-weight: bold;
	color: #B20000;
}
.aka_m{
	font-size: 23px;
	font-weight: bold;
	color: #B20000;
}
.ao{
	color: #0000B2
}

.kiiro{
	background-color: #FFFF00;
	font-weight: bold;
}
.kiiro-half {
	background-image: linear-gradient(transparent 60%, #ffff00 60%);
}

#okane{
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro , "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	margin: 0px auto 15px;
	display: block;
}

.fb24{
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro , "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px auto 15px;
	display: block;
}

.fb32{
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro , "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px auto 15px;
	display: block;
}

.font_markerred {
	background:#FF0;
	color:#C00;
}

/*___________________ コンテンツ _____________________*/
#contents_wrap{
	background-image: url(../images/bg_program.png);
	background-repeat: repeat;
	background-position: center 0;
	background-attachment: fixed;
	width: 100%;
	margin: 0px auto 0px;
	display: block;
}
#contents{
	background:#fff;
	width: 900px;
	margin: 0px auto 0px;
	display: block;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	padding-top: 20px;
}

.box{
	width: 760px;
	margin: 0px auto 30px;
	overflow: hidden;
	display: block;
}

.kaisai{
	margin: 0px auto 50px;
	overflow: hidden;
	display: block;
}


.osusume1{
	width: 700px;
	border: solid 1px #CECEBF;
	padding-top: 20px;
	margin: 0px auto 50px;
	overflow: hidden;
	display: block;
}
.osusume1 p{
	width: 640px;
	margin: 0px auto 20px;
	overflow: hidden;
	display: block;
}
.osusume2{
	width: 700px;
	border: solid 3px #eee;
	padding-top: 20px;
	margin: 0px auto 50px;
	overflow: hidden;
	display: block;
}
.osusume2 p{
	width: 640px;
	margin: 0px auto 20px;
	overflow: hidden;
	display: block;
}
#present_wrap{
	background-image: url(../images/senchaku_bg1.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 790px;
	padding-top: 22px;
	margin: 0px auto 65px;
	display: block;
}
#present{
	background-image: url(../images/senchaku_bg2.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	width: 755px;
	line-height: 1.5em;
	padding: 0px 0px 30px 35px;
	margin: 0px auto;
	display: block;
}
.present1{
	width: 690px;
	padding: 15px 15px;
	margin-right: 3px;
	margin-bottom: 20px;
	display: block;

    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-radius: 6px;

	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	border-right:solid 1px #ccc\9; /* ie8 */
	border-bottom:solid 2px #ccc\9; /* ie8 */
}

.present1 p{
	margin-bottom:10px;
	line-height:1.8em;
}

.present1 .ptitle{
	font-size:125%;
}

.present1 .ptitle span{
	font-size:100%;
	color:#C00;
}


.present1 img{
	margin-right:20px;
	margin-bottom: 7px;
	float: left;
}
.present1 span{
	font-size: 15px;
}

.present1 span.red{
	background: #C00;
	padding:5px;
	color:#FFF;
	font-weight:bold;
}


.case{
	width: 700px;
	border: solid 2px #B1B1B1;
	padding: 25px 0 20px;
	margin: 0px auto 20px;
	overflow: hidden;
	display: block;
}
.case h3{
	width: 638px;
	margin: 0px auto 20px;
	display: block;
}
.case p{
	width: 638px;
	margin: 0px auto;
	overflow: hidden;
	display: block;
}
.check{
	width: 100%;
	margin: 0px auto 0px;
	display: block;
	padding-left:0;
}

.check li{
	background-image: url(../images/check.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	list-style-type: none;
	width: 85%;
	font-size: 25px;
	font-weight: bold;
	padding: 0px 0 3px 45px;
	margin: 0 auto 20px;
	display: block;
	line-height:1.7;
	border-bottom: solid 1px #CCC;
}


.check dt{
	background-image: url(../images/check.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 600px;
	font-size: 23px;
	font-weight: bold;
	padding: 0px 0 3px 40px;
	margin: 0px auto 0px;
	display: block;
}
.check dd{
	width: 600px;
	padding: 0px 0 5px 40px;
	margin: 0px auto 20px;
	display: block;
}

.suisen{
	width: 700px;
	border: solid 1px #AAAAAA;
	padding: 45px 0 10px;
	margin: 5px auto 45px;
	overflow: hidden;
	display: block;
}
.suisen h3{
	width: 620px;
	margin: 0px auto 25px;
	display: block;
}
.suisen p{
	width: 620px;
	margin: 0px auto 30px;
	display: block;
}
.youtube{
	width:640px;
	margin: 0px auto 50px;
}

.youtube h3{
 text-align:center;
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro , "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	margin: 0px auto 15px;
	display: block;
}

#voice_wrap{
	width: 720px;
	border: solid 2px #BBBBBB;
	padding-top: 35px;
	margin: 2px auto 50px;
	display: block;
}
.voice{
	width: 655px;
	border-bottom: dotted 1px #555555;
	padding-bottom: 25px;
	margin: 2px auto 35px;
	overflow: hidden;
	display: block;

}
.voice h2{
	margin-bottom: 25px;
	display: block;
	font-size:24px;
	line-height:1.2em;
	font-weight:bold;
}

.voice .katagaki{
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:10px;
}

.voice h3{
	margin-bottom: 25px;
	display: block;
	font-size:21px;
	line-height:1.5em;
	font-weight:bold;
}

.voice1{
	float: left;
	width: 655px;
	font-size: 18px;
	line-height: 28px;
	margin:15px auto;
	display: block;
}
.voice1 a{
	color: #333333;
	text-decoration: none;
}

.prof{
	background-color: #F9F9F9;
	width: 700px;
	border: solid 1px #AAAAAA;
	padding: 0px 0 10px;
	margin: 5px auto 45px;
	overflow: hidden;
	display: block;
}
.prof h3{
	width: 620px;
	margin: 0px auto 25px;
	display: block;
}
.prof p{
	width: 620px;
	margin: 0px auto 30px;
	display: block;
}

.date{
    box-shadow: inset 0 0 170px #CCC;
	border-collapse: collapse;
	width: 700px;
	font-size: 18px;
	line-height: 31px;
	border: solid 3px #AAA;
	margin: 0px auto 50px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	border-right:solid 1px #ccc\9; /* ie8 */
	border-bottom:solid 2px #ccc\9; /* ie8 */
}

.date .tr1{
	border-bottom: solid 1px #AAA;
}
.date .tr2{
}
.date th{
	background-color: #E8D68E;
	width: 150px;
	text-align: left;
	vertical-align: top;
	border-right: solid 1px #AAA;
	padding: 15px 10px;

}
.date td{
	width: 500px;
	padding: 15px 10px;
	background-color: #fff;
}

/*___________________ 申し込みボタン _____________________*/

.btn_wrap {
	width:624px;
	margin: 0px auto 50px;
	display: block;
}

/*___________________ フッター _____________________*/

footer{
	width: 860px;
	text-align: center;
	padding: 20px 0;
	margin: 0px auto;
	display: block;
}
footer ul{
	list-style-type: none;
	margin: 0 auto 20px;
	display: block;
}
footer ul li{
	color: #1F1F1F;
	display: inline;
}
footer ul li a{
	color: #1F1F1F;
	text-decoration: none;
}
small{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #1F1F1F;
	margin: 0px auto 0px;
	display: block;
}

/*___________________ トップ _____________________*/


#page-top {
	background-color: #333333;
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity:0.8;
	color: #fff;
	padding: 3px 3px;
	border-radius: 50%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 80px;
  line-height: 80px;
	text-align: center;
	display: block;
	opacity:0.8;
	font-size:12px;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.5;
}

.mb50{
	margin-bottom: 50px;
}

.c-line-catch{
	background-color: #2CBF13;
	font-size:50px;
	text-decoration: underline;
	color: #fff;
	line-height: 1.2;
	padding: 2rem 0;
	text-align: center;
	width: 840px;
	margin:0 auto 30px;
}


.line-cover {
	width: 860px;
	margin:0 auto;
	}

dl.line {
	display:block;
	float:left;
	width:calc(50% - 16px);
	padding:0;
	margin:0 5px;
	border:3px solid #48d12f;
	}

dl.line dt {
	padding:10px 20px;
	background:url(../images/bg.png) repeat-x;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
	color:#FFF;
	text-align:center;
	}

dl.line dt h3 {
	font-size:24px;
	}

dl.line dd {
	padding:20px 10px;
	text-align:center;
	font-size:0.8em;
	line-height: 1.8;
	}

dl.line dd img {
	width:50%;
	margin:auto;
	}

/*dl.line dd ol {
	margin:auto;
	margin-top:30px;
	width:92%;
	padding:10px 1% 10px 4%;
	list-style-position: inside;
	border:1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	}*/

	dl.line dd .waku{
		margin:auto;
	margin-top:30px;
		width:92%;
		padding:10px 1% 10px 4%;
		list-style-position: inside;
		border:1px solid #CCC;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		}
	}
dl.line dd ol{
	text-align: left;
}
dl.line dd ol li {
	font-size:1.2em;
	line-height: 1.4;
	color: #333;
	text-align:left;
	}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.spbr{
	display:none;
}

.presentBox {
  width: 850px;
  margin: 80px auto;
}
.presentSection {
  margin: 30px auto;
}
.white {
  margin: 30px auto;
  padding: 0 0;
  width: 800px;
}
.shadow {
  border: 5px solid #CCC;

  margin: 30px auto;
  padding: 30px 0;
  width: 800px;
  /*border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);*/
}
.white p,
.shadow p {
  line-height: 1.8;
  width: 700px;
  margin: 15px auto;
  padding: 15px;
}

.check li:last-child {
  margin-bottom: 0;
  border: none;
}
.c-bonus01-wrap{
	width: 900px;
padding-top: 240px;
	background: url(../images/bonus01-bg.jpg)no-repeat center top;
	background-size: 100%;
	box-sizing: border-box;
	padding-bottom: 30px;
	text-align: center;
}

.c-bonus03-wrap{
	width: 900px;
padding-top: 400px;
	background: url(../images/bonus03-bg-ttl.jpg)no-repeat center top,url(../images/bonus03-bg-body.jpg)no-repeat center top 290px;
	background-size: 100%;
	box-sizing: border-box;
	padding-bottom: 30px;
	text-align: center;
}


@media screen and (max-width: 640px) {

	body{
		width: 100%;
		font-size: 32px;
		line-height: 1.5;
		margin:0 auto;
	}

	#contents{
		background-image:none;
		background: #fff;
		box-shadow:none;
	}


	img{
		width: 90%;
	    margin-left:auto;
	    margin-right:auto;
		height:auto;
		display:block;
		padding-bottom:15px;
	}

	h1 img{
		width: 100% !important;
	    margin-left:auto;
	    margin-right:auto;
		height:auto;
		display:block;
	}

	h2 img{
		width: 100% !important;
	    margin-left:auto;
	    margin-right:auto;
		height:auto;
		display:block;
	}

	.fb24{
		font-size: 35px;
	}

	.fb32{
		font-size: 40px;
	}

.b36{font-size: 2.4em;font-weight:bold;}

	img.per100{
		width: 100% !important;
	    margin-left:auto;
	    margin-right:auto;
		height:auto;
		display:block;
	}

	.box{
		width:90%;
	    margin-left:10px auto;
	}
	.osusume1{
		width:90%;
	    margin-left:auto;
	    margin-right:auto;
	}
	.osusume1 p{
		width:90%;
		margin: 0px auto 20px;
		overflow: hidden;
		display: block;
	}
	table.date{
		width:90%;
	    margin-left:auto;
	    margin-right:auto;
	}

	table.date th,table.date td{
		font-size: 25px;
	}

	.migi{
		max-width:320px;
	    margin-left:auto;
	    margin-right:auto;
	}

	.hidari {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    float:none;
	}



	.btn_wrap {
		width:90%;
	    margin-left:auto;
	    margin-right:auto;
		display: block;
	}

	.greybd {
		width:90%;
	    margin: 15px auto;
	    padding: 15px;
	    border: 5px solid #CCC;
	    box-sizing: border-box;
	}

	.img3 div {
	    display:block;
	    float: none;
	    width: 90%;
		margin:5px auto 15px;
		font-size: 21px;
	}

	.img3 div img {
		width:80%;
	    margin-left:auto;
	    margin-right:auto;
	}

	.gt-24-b{
		font-size: 30px;
	}

	.check dt {
	    font-size: 34px;
	}

	.check{
		width:90%;
		margin: 0px auto 20px;
	}
	.check li{
		width:calc(100% - 35px);
		margin: 0px auto 20px;
		font-size:25px;
	    background-position: 0 0.1em;
	}

	.voice1 {
	    font-size: 30px;
	    line-height: 1.5em;
	}

	.voice h2{
		font-size:50px;
	}

	.voice .katagaki{
		font-size:30px;
	}

	.voice h3{
		font-size:35px;
	}

	.present1 img {
		max-width:100%;
		margin:10px auto;
	    display: block;
	    float:none;
	}
	.present1 p{
		font-size: 30px;
		line-height: 1.5;
		margin-bottom:10px;
		line-height:1.8em;
	}

.present1 .ptitle{
	font-size:125%;
}
.c-bonus03-wrap{
	background-size: 100%;
}
.c-bonus03-wrap img{
	width: 90%;
}
footer small{
	font-size: 0.8em;
}

	.nobr{
		display:none;
	}

	.spbr{
		display:block;
	}
}
