/* タブレットだけに適用するCSS */
@media screen and ( max-width:768px )
{
	
	@charset "utf-8";

/* index.html */
body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-size:18px;
	font-family:’flopdesign-kana’,’ヒラギノ角ゴ Pro W3′,’Hiragino Kaku Pro’,’メイリオ’,Meiryo,’ＭＳ Ｐゴシック’,’MS P’,sans-serif ;
	line-height:1.5;
	color:#404040;
}
h1{
	margin:20px auto 0 auto;
	padding:0;
	font-size:38px;
	font-weight:bold;
	color:#0066cc;
	text-align:center;
}
h2{
	margin:70px auto 0 auto;
	padding:0;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}
h3{
	margin:80px auto 0 auto;
	font-size:28px;
	font-weight:bold;
	text-align: left;
	color:#000;
}
p{
	margin:0;
	padding:40px 0 0 0;
}
div{
	margin:0;
	padding:0;
}
img{
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
	height:auto;
}
.imgsd{
	border:1px solid #d4d4d4;
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
    box-shadow: 2px 2px 10px 0 #999;
}
.imgleft{
	float:none;
	text-align:center;
	margin:40px 20px 20px 0;
}
.imgright{
	float:none;
	text-align:center;
	margin:40px 0px 20px 20px;
}
table{
	margin:0;
	padding:0;
	border:0;
	border-collapse: collapse;
}
table tr{
	margin:0;
	padding:0;
}
table tr th{
	margin:0;
	padding:0;
	white-space:nowrap;
}
table tr td{
	margin:0;
	padding:0;
}
ul{
	margin:40px 0 0 30px;
	padding:0;
	list-style: inherit;
}
li{
	margin:0 0 20px 0;
	padding:0;
}
/* main */
#main{
	width:auto;
	margin:30px auto 0 auto;
	padding:0 30px;
}
/* header */
#header{
	width:auto;
	margin-bottom:50px;
	padding:0;
	text-align:center;
}
.limit{
	text-align:center;
	font-weight:bold;
	font-size:5vw;
	padding:20px 0 0;
}
.headcopy{
	margin:60px 20px 0;
}
/* footer */
#footer{
	width:100%;
	min-width:auto;
	background-color:#e6e6e6;
	margin-top:150px;
	padding:10px 0;
	font-size:18px;
	text-align:center;
}
/* session */
#session{
}
.sbox1{
	width:auto;
	margin:0 auto;
	border:1px solid #d4d4d4;
	padding:20px;
	background-color:#ecf0fe;
}
.sbox2{
	width:auto;
	margin:0 auto;
	border:1px solid #d4d4d4;
	padding:20px;
	background-color:#fff;
}
#session table{
	border:0;
	border-bottom:2px dotted #ccc;
	border-collapse:collapse;
	width:auto;
	margin:0 auto;
}
#session table td{
	margin:0;
	padding:10px 10px 0 10px;
	vertical-align:top;
}
#session p{
	width:100%;
	margin:10px 0 30px 0;
	padding:0;
	line-height:1.7;
}
.snum{
	width:100%;
	font-size:30px;
	color:#000000;
	font-weight:bold;
	line-height:1.5;
	text-align: left;
}
ul.check{
	margin:30px 0 0 0;
	padding:0;
	list-style-type: none;
}
ul.check li{
	min-height:50px;
	margin:0 20px 20px 0;
	padding:0 0 0 50px;
	background: url(../img/check1.gif) no-repeat 0 5px;
}
ul.check li.check3{
	min-height:50px;
	margin:0 20px 20px 0;
	padding:0 0 0 50px;
	background: url(../img/check2.gif) no-repeat 0 5px;
}
ul.check li.check2{
	padding-top:10px;
}
.sesimg1{
	float:left;
	padding:20px 20px 20px 0;
}
.sesimg2{
	float:right;
	padding:20px 0 20px 20px;
}
/* tokuten2 */
#tokuten2{
	width:auto;
	margin:20px auto 0 auto;
	padding:30px 30px 30px 30px;
	border:0;
	border-radius: 10px;
	background-color:#ecf0fe;
}
#tokuten2 h3{
	width:auto;
	text-align:left;
	font-size:26px;
	font-weight:bold;
	margin:10px 0 0 0;
	border-bottom:2px dotted #666;
	padding-bottom:10px;
	line-height:1.5;
}
#tokuten2 p{
	width:auto;
	padding-top:20px;
	margin-left:0;
}
.tokimg1{
	float:left;
	padding:20px 20px 20px 0;
}
.tokimg2{
	float:right;
	padding:20px 0 20px 20px;
}
/*オファーテーブル*/
#off{
	display: none;
}
#off table{
	margin:40px auto 0 auto;
	border:0;
	border-collapse:collapse;
}
#off table th{
	padding-bottom:20px;
	font-size:30px;
	font-weight:bold;
	text-align:left;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#off table td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:7px 20px;
	font-weight:bold;
	font-size:22px;
	text-align:center;
	white-space:nowrap;
}
#off table td.off1{
	border-left:1px solid #000;
}
#off table td.off2{
	border-top:1px solid #000;
	background-color:#4d9cc7;
	font-weight:bold;
	color:#FFFFFF;
}
#off table td.off4{
	background: url(../img/yaj.gif) no-repeat 95px 10px;
}
#off table td.off5{
	border-top:4px solid #000;
	border-right:4px solid #000;
	border-bottom:0;
	border-left:4px solid #000;
	font-size:26px;
}
#off table td.off6{
	border-top:1px solid #000;
	border-right:4px solid #000;
	border-bottom:0;
	border-left:4px solid #000;
	font-size:26px;
}
#off table td.off7{
	border-top:1px solid #000;
	border-right:4px solid #000;
	border-bottom:4px solid #000;
	border-left:4px solid #000;
	font-size:30px;
}
#off table td.off8{
	padding:12px 15px 12px 65px;
	background: url(../img/yaj.gif) no-repeat 15px 12px;
}
#off table td.off9{
	background: url(../img/yaj.gif) no-repeat 87px 17px;
	border-top:1px solid #000;
	border-right:4px solid #000;
	border-bottom:4px solid #000;
	border-left:4px solid #000;
	font-size:40px;
}
/* schedule */
.sche{
	padding-top:20px;
}
.sche table{
	margin:20px auto 0 auto;
	width:600px;
}
.sche table th{
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	padding:2px 10px;
	background-color:#50bfd6;
	font-size:24px;
}
.sche table td{
	border:1px solid #000;
	padding:10px 10px;
}
.sche table td.sche1{
	text-align: center;
	background-color: #e7f4fe;
}
/* btn */
.btn{
	margin-top:150px;
	text-align: center;
}
.btn img{
	margin-bottom:20px;
}
/*qa*/
#qa{
	margin-top:40px;
}
#qa p{
  text-indent: -1.6em;
  padding-left: 2em;
  padding-top:0;
	line-height:2.0;
}
/*movie*/
.mov2{
	width:auto;
	margin:0 auto;
	border:1px solid #ccc;
	border-radius:10px;
	box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	background-color:#fbfdff;
}
.movtop2{
	width:auto;
	height:39px;
	background: none;
}
.movmain2{
	width:auto;
	background: none;
}
.movtitle2{
	width:auto;
	margin:0 10px;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
	color:#ff0000;
	font-weight:bold;
	font-size:28px;
	text-align:center;
	line-height:1.3;
}
.movline{
	border:1px solid #999999;
}
.movname2{
	padding:10px 0;
	text-align:center;
	color:#3d3d3d;
	font-weight:bold;
	font-size:20px;
}
.movatt2{
	width:auto;
	margin:20px auto 0 auto;
	padding-bottom:20px;
	text-align:right;
	color:#8c8a8a;
	font-size:12px;
}
.movbottom2{
	width:auto;
	height:16px;
	background: none;
	display:none;
}
/*--#voice-student----------------------------------------------------------*/


div[id^="voice-student"] .part{
	background-color: #fbfdff;
	/* border */
border:1px solid rgb(204, 204, 204);


/* border-radius */
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
}

div[id^="voice-student"] .partsize{
	padding: 25px 20px 35px 20px;
}

div[id^="voice-student"] h3{
	font-size: 28px;
	color:red;
	text-align: center;
	font-weight: bold;
}

div[id^="voice-student"] .center{
	text-align: center;
}
div[id^="voice-student"] .name{
	font-size: 18px !important;
	text-align: right !important;
	font-weight: bold !important;
}

div[id^="voice-student"] .tyusyaku{
	font-size: 12px !important;
	text-align: right !important;
	color:#8c8a8a !important;
}

div[id^="voice-student"] ul,ol {
	list-style-type: none;
	padding: 20px 20px;
	}

div[id^="voice-student"] li:before{
content: url(../images/e_others_74.png) no-repeat 0 1px;
padding: 3px 30px;
font-size: 16px;
font-weight: bold;
}

div[id^="voice-student"] .point{
    position: relative;
    margin: 1.0em 0 0 0;
    padding: 0.4em 0 0.8em 1.5em;
    font-size: 1.143em;
        font-weight: bold;
   }

div[id^="voice-student"] .point:before{
    content: "";
    position: absolute;
    background: #343434;
    top: 50%;
    left: 0.5em;
    margin-top :-10px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #B92A2C inset;
    -moz-box-shadow: 1px 1px 1px #B92A2C inset;
    -webkit-box-shadow: 1px 1px 1px #B92A2C inset;
    -o-box-shadow: 1px 1px 1px #B92A2C inset;
    -ms-box-shadow: 1px 1px 1px #B92A2C inset;
}

div[id^="voice-student"] p{
	margin-bottom: 0px !important;
	}
	
div[id^="voice-student"] img{
	width: 180px;
	height: 240px;
	padding: 5px 10px 10px 10px;
	}
	
/*--#voice-pro----------------------------------------------------------*/

#voice-pro{
	margin: 0;
	padding: 0;
}

#voice-pro .fontbred{
	font-size: 30px  !important;
	padding: 0px !important;
	color: #A52A2A;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px !important;
}


#voice-pro .hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

#voice-pro .name{
	font-size: 12px !important;
	text-align: right !important;
}

/* voice */
.voice{
	width:auto;
	margin:50px auto 0 auto;
}
.voice h3{
	margin-top:10px;
	margin-bottom:20px;
}
.voice p{
	padding:0 0 0 0;
	margin:0;
}
.fontbc{
	font-size: 18px !important;
	font-weight: bold;
	text-align: center !important;
	margin-top: 60px;
	margin-bottom: 13px;
}
.part p{
	padding-bottom:10px;
}
/*senchaku*/
/*#senchaku{
	width:auto;
	margin:40px auto 0px auto;
	padding:30px 30px;
	border:0;
	border-radius: 10px;
	background-color:#ecf0fe;
}
#senchaku p{
	padding-top:20px;
}
.sen1{
	text-align: center;
	font-weight:bold;
	color:#0000ff;
	font-size:30px;
	line-height:1.2;
}
.sen2{
	margin:20px 0 0 0;
	text-align: center;
	color:#000;
	font-weight: bold;
	font-size:24px;
	line-height:1.2;
}
.senimg{
	margin:20px 20px 20px 0;
	float:left;
	width:300px;
}
.senimg img{
	max-width:100%;
	height:auto;
}
#senchaku ul{
	margin:30px 0 0 0;
	padding:0;
}
#senchaku ul li{
	margin:0 0 10px 0;
	padding:0 0 0 1.3em;
	text-indent: -1.3em;
	list-style: none;
	font-weight: bold;
}*/

/*20180601修正*/
.head_txt01{
	font-size: 30px;
	margin: 30px 0 20px;
	font-weight: bold;
}
.head_txt02{
	font-size:22px;
}
/*0730修正*/
#senchaku_wrap{
	margin-top:50px;
}
.tokuten_ttl {
    padding-top: 20px;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: red;
}
.muryo_txt h2 {
    text-align:center;
}  
/*0831追加*/
.senchaku{
	margin:60px auto 0;
	padding:40px 0;
	background-color: #ecf0fe;
	color:#000;
}

.senchaku_inner{
	margin:0 auto;
	width:auto;
}
.senchaku .check_txtright{
	float:right;
	width:auto;
	margin-top:15px;
	padding:0 5px;
}
.senchaku .sen_img{
	text-align:center;
}
.sen_ttl00{
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
.sen_ttl04{
	text-align:center;
	font-weight:bold;
	font-size:26px;
	padding:0 0 5px;
}
.sen_ttl05{
	text-align:center;
	font-size:20px;
	padding:0 5px 20px;
}
.pre_box{
	width:auto;
	margin:0 auto;
	padding:0;
}
.pre_box .pt_none{
	padding:0 0 0 20px;
}
.pre_box p{
	padding:0 15px;
}
.pre_ttl01{
	text-align:center;
	font-weight:bold;
	font-size:48px;	
	color:red;
	padding:50px 0 0;
}
.pre_ttl02{
	text-align:center;
	font-size:32px;
	padding:38px 0 0;
}
.pre_ttl02 span{
	color:red;
}
.pre_ttl03{
	text-align:center;
	width:95%;
	padding:30px 0 50px;
	margin:0 auto;
}
.pre_img_left{
	width:100%;
	text-align:center;
	padding:0 0 40px;
	float:none;
	margin:0 auto;
}
.pre_img_right{
	width:100%;
	text-align:center;
	padding:0 0 40px 0;
	float:none;
	margin:0 auto;
}
.sensei_comment{
	width:auto;
	clear:both;
	padding:20px 0 0;
	margin:0 auto;
}
.sensei_comment p{
	clear:both;
	padding:15px 10px;
}
.sensei_txt{
	padding:20px 10px;
}
.sensei_box{
	float:none;
	padding:0 0 30px;
}
/*1101追加*/
.limit_yellow{
	margin:100px 0;
	padding:20px 0;
	font-weight:bold;
	font-size:3rem;
	background-color:#fbd956;
	text-align:center;
	color:red;
}
.sen_ttl02{
	text-align:center;
	padding:30px 0 0;
}
.sen_ttl02 img{
	width:70%;
}
.senchaku p{
	padding:40px 20px 0;
}
.senchaku .check{
	padding:0 20px;
}
/*1128追加*/
.head_top{
	height:0;
	padding-top: 66.68%;
	background: url("../img/head_bg.png") 0 0 no-repeat;
	background-size:contain;
	position: relative;
}
.head_top .head_limit{
	text-align:center;
	font-weight:bold;
	color:red;
	font-size:27px;
	position: absolute;
	top: 20px;
	right: 0;
 	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 80%;
}
.pd_none{
	padding:0;
}
.br_none{
	display:none;
}
.head_column{
	width:auto;
	margin:0 auto;
	padding:40px 0 0;
}
.head_column .head_box{
	width:auto;
	padding:0 20px 40px;
	float:none;
}
.head_column .head_box h2{
	margin:0;
	font-size:30px;
	text-align:center;
}
.jissensha_koe{
	width:auto;
	margin:0 auto;
	clear:both;
	padding:40px 20px 0;
}
.jissensha_koe h2{
	text-align:center;
	margin:0;
	padding:100px 0 0;
}
.jissensha_koe_ttl{
	text-align:center;
	padding:40px 0;
	font-size:24px;
}
.koe_movie01 h2{
	float:left;
}
.koe_movie02 h2{
	float:right;
}
.koe_movie01, .koe_movie02{
	padding:0 0 30px;
}
.imgleft ,.imgright ,.imgleft2{
    float: none;
    margin: 0 auto;
    text-align:center;
    padding:20px 0 0;
}
.sensei_txt2 {
    padding-top: 30px !important;
}
/*0107 add*/
.top_copy01{
	font-size:27px;
	padding:30px 10px;
}
.top_copy02{
	font-size:25px;
	padding:70px 0 0;
	font-weight:bold;
	color:#000;
}
.marketing_tool{
	padding:30px 0 0;
	text-align:center;
}
.ttl_roadmap{
	text-align:center;
	padding:30px 0 0;
}
.full_img{
	text-align:center;
}
#session .ses_ttl{
	width: 100%;
    font-size: 4.2vw;
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    text-align:center;
}
#session .ses_ttl span{
	font-size:5.5vw;
}
/*nittei*/
#nittei table{
	width:auto;
	min-width:100%;
	margin:20px auto 0 auto;
	border-collapse:collapse;
}
#nittei table th{
	padding:5px 10px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-color:#4d9cc7;
	font-weight:bold;
	white-space: nowrap;
	border:1px solid #585a59;
}
#nittei table td{
	padding:5px 10px;
	border:1px solid #585a59;
}
#nittei table td.ntd1{
	width:30px;
	font-weight: bold;
	white-space: nowrap;
}
/* 成型タグ */
.clear{clear:both;}

.txtb{font-weight:bold;}
.txtc{text-align: center;}
.txtu{text-decoration: underline;}
.txtred{color:#ff0000;}
.txtn{font-weight:normal;}

.sp10{margin-top:10px;}
.sp30{margin-top:30px;}
.nobr001{display: none;}
.nobr110{display: inline;}
	
.mtop0{margin-top: 0;}
.mtop20{margin-top: 20px;}
.mtop40{margin-top: 40px;}
.mtop60{margin-top: 60px;}
.mtop80{margin-top: 80px;}
.txtnml{font-weight: normal;}
.txtb{font-weight: bold;}
h2.h2nml{font-weight: normal;}
h2.h2mtophlf{margin-top: 30px;}
h2.h2mtop0{margin-top: 0;}
.disppc {display: inherit;}
.dispsp {display: none;}
.img01{
    padding:20px 20px;
    text-align:center;
}
.img02{
    padding:40px 20px;
    text-align:center;
}
.imghead {
    text-align:center;
    padding:30px 20px;
}
.imgbook {
    text-align:center;
    padding:30px 20px;
}
.imgbook img{
    width: 70%;
}
.boxmnone{
    width:auto;
    margin:0 auto;
    padding:0 20px;
}
h2.h2left{
    text-align: left;
    font-size: 25px;
}

/* 注意書き */
.pay{
	width:auto;
	margin:20px auto 0 auto;
	padding-bottom:20px;
	text-align:center;
	font-size:15px;}
	
/*20191128 add*/
.head_ttl02{
	font-weight: bold;	
	text-align:center;
	font-size:4vw;
	color:darkorange;
	padding-top:40px;
	line-height:1.3;	
}
.br100{display: none;}

.seminar_ttl01{
	text-align:center;
	font-size:4vw;
	color:#000;
}
.seminar_ttl02{
	text-align:center;
	padding:40px 0;
}
.seminar_ttl03{
	margin:0 auto 20px;
	padding:0;
	font-size:4.5vw;
	font-weight:bold;
	color:#003cf5;
	text-align:center;
}
/*tokuten*/
.wakuylw {
	margin-top: 30px;
	background-color: #001E4E;
    text-align:center;
    font-weight:bold;
	padding: 5px 0 5px 0;
}
.ttltoppre02 {
    font-size:7vw;
	line-height: 1.3;
    color:white;
    margin-top: 0;
}
.ttltoppre02 span {
    color: red;
}
.wakubg {
	width:100%;
    background: url(../img/bg.jpg) repeat-y 0 0px;
 	background-size: 100% auto;
	padding:30px 0 20px 0;
	color: white;
	margin-top: 0;
}
.boxmnone {
    width:auto;
    margin:0 auto;
    padding:0 20px;
}
.boxsenchaku {
    width:auto;
    margin:0 auto;
    padding:0 20px;
}
.ttlgentei {
    text-align:center;
    font-weight: bold;
    font-size:8vw;
    color: white;
    margin-top: 0;
}
.ttlgentei02 {
	text-align:center;
    font-weight: bold;
    font-size:5.5vw;
	line-height: 7.5vw;
    color: white;
}
.img01{
    padding:20px 0;
    text-align:center;
}
.mtop80{margin-top: 40px;}

ul.check2{
	margin:30px 0 0 0;
	padding:0;
	list-style-type: none;
}
ul.check2 li{
	min-height:50px;
	margin:0 20px 20px 0;
	padding:0 0 0 50px;
	background: url(../img/check.png) no-repeat 0 5px;
}
/*senchaku*/
.sen_ttl01{
	padding:0;
}
.sen_ttl02{
	font-weight:bold;
	color:red;
	font-size:6.5vw;
	text-align:center;
	padding:0 0 10px;
}
.sen_ttl03{
	font-weight:bold;
	color:#000;
	font-size:8vw;
	line-height:1.3;
	text-align:center;
	margin-top:20px;
	float:none;
}
/*オファーテーブル*/
.off{}
.off table {
    margin: 60px auto 0 auto;
    border: 0;
    border-collapse: collapse;
}
.off table tr {
    margin: 0;
    padding: 0;
}
.off table td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.3;
}
.off table td.off1 {
    border-left: 1px solid #000;
    color: black;
    white-space: normal;
}
.off table td.off2 {
    border-top: 1px solid #000;
    background-color: #4d9cc7;
    font-weight: bold;
    color: #FFFFFF;
    white-space: normal;
}


#change {
    margin-top: 80px;
}
change ul {
    margin: 40px 0 0 0px;
    padding: 0;
    list-style-type: none;
}
#change ul li {
    margin: 0 20px 20px 0;
    padding: 0 0 0 50px;
    background: url(../img/check2.gif) no-repeat 0 5px;
}
.sign {
    width: 40%;
    height: auto;
}
.limit02 {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    font-size: 6vw;
    text-decoration: underline;
    color: red;
    padding:0 0 10px;
}
.vd {
    width: 100%;
    height: 0px;
    margin: 80px auto 0 auto;
    padding-bottom: 56.25%;
    position: relative;
    text-align: center;
}
.vd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box{
	width:auto;
	margin:0 auto;
	padding:30px 20px;
}
.wakubl{
	width:100%;
	padding:0px 0;
	background-color: #ecf0fe;
}
.wakusenchaku{
	width:100%;
	padding:0px 0;
	background-color: #FFFEBB;
}
.mov_subttl {
	text-align:center;
	font-weight:bold;
	color:#000;
	margin-top: 40px;
	font-size:26px;
}

.vdname {
	margin-top:10px;
	text-align: center;
	font-size:24px;
	font-weight: bold;
}
}
