@charset "utf-8";


/*各講座リンクの設定*/

.list {
	width: 100%;
	margin: 0 1% 15px 0;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #aaa;
}
.list a{
	color: #ab0a09;
	font-size: 16px;
	line-height: 1.4;
}

.list p {
	padding: 0px;
	margin: 0px 5px 0 5px;
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}


.button {
	 display       : inline-block;
	font-size     : 18pt;        /* 文字サイズ */
	text-align    : center;      /* 文字位置   */
	cursor        : pointer;     /* カーソル   */
	padding       : 5px 20px;   /* 余白       */
	background    : #666;     /* 背景色     */
	color         : #FFF;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
	transition    : .3s;         /* なめらか変化 */
	border        : 1px solid #999999;    /* 枠の指定 */
}
.button:hover {
	box-shadow    : none;        /* カーソル時の影消去 */
	color         : #666;     /* 背景色     */
	background    : #FFF;     /* 文字色     */
}

/* トップコンテンツ     */
.top-cont{
	width: 100%;
	margin-bottom: 50px;
}
.top-cont img{
	width: 100%;
}
.top-cont h1{
	font-size: 40px;
	line-height: 1.2em;
	font-weight:600;
	text-align: center;
	margin-bottom: 10px;
}
.top-cont h2{
	font-size: 28px;
	line-height: 1.4em;
	font-weight:400;
	text-align: center;
	margin-bottom: 10px;
}
.top-cont h3{
	font-size: 18px;
	line-height: 1.4em;
	font-weight:400;
	margin-bottom: 10px;
	padding: 0 10%;
}

/* トップのバナー     */
.top-bnr{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.float_message{
	width: 100%;
	position: absolute;
	bottom: -100px;
	left: 0;
	background: rgba(164, 0, 0, 0.75) ;
	padding: 1px;
	transition: 0.3s;
}
#main .float_message p{
	color: #FFF;
	font-size:24px;
	line-height: 1.0;
	font-weight: 600;
	text-align: center;
	margin: 20px 0;
	padding: 0;
}
.top-bnr:hover .float_message{
	bottom: 0;
	left: 0;
	transition: 0.3s;
}

#main section.list article h4 {
	font-size: 120%;
	font-weight: bold;
	color: #4152D4;	
	padding: 290px 10px 10px 2%;
}

.link-btm{
	width: 50%;
	max-width: 70%;
	color: #FFF;
	font-size: 2.4vw;
	font-weight: 600;
	line-height: 1.2em;
	padding: 10px 0;
	background: rgba(164, 0, 0, 0.75);
	text-align: center;
	font-feature-settings: "palt";
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	position: fixed;
	bottom: 70px;
	left: 25%;
	z-index: 1000;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 50px;
}
#sub h2 {
	background-color: #ddd;	
	color: #555;	/*文字色*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*上下、左右への余白*/
	border: 1px solid #8c8c8c;	
}

/*メニュー（※サブコンテンツ内）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub #submenu {
	margin-bottom: 15px;	/*ブロックの下にスペースを空ける設定*/
}
/*メニュー１個ごとの設定*/
#sub #submenu ul li a {
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	display: block;
	 background-color:#fff;
	border-bottom: 1px dotted #999;	/*下線の幅、線種、色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub #submenu ul li a {
	padding: 5px 5px;
	text-decoration: none;
	text-align: left;
}
#sub #submenu ul li a:hover {
	background-color: #dbdfff;	/*マウスオン時の背景色*/
}

#menu ul {
   margin:0;
   padding:0;
}



.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #142ff6;
}
.color2 {
	color: #FF0033;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}


/* =====学院紹介====== */
.profphoto {
	width: 220px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: center;
	overflow: hidden;
	float: left;
	height: auto;
}
.proftxt {
	width:calc(100% - 250px);
	text-align: left;
	height: auto;
	float: none;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 28px;
	margin-left: 240px;
}

/* =====OB紹介====== */
.profphoto_ob {
	width: 196px;
	margin-top: 6px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	float: left;
	height: auto;
}

.proftxt_ob {
	width: calc(100% - 206px);
	text-align: left;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 28px;
}

#map_canvas {
  width: 96%;
  height: 450px;
  margin: 10px 2%;
}

/* =====faq====== */
#faq p{
	padding: 7px 10px 10px 0px;
}
.faq_q, .faq_a {
	width :100%;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
 .faq_a {
	margin-bottom: 30px;
}
.q_image, .a_image {
	width : 30px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
.q_txt, .a_txt {
	width :90%;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: nomal;
}
.q_txt {
	font-weight: bold;
}

/* =====講座====== */
.englishtitle{
	font-size: 13px;
	padding-left: 1em;
}
#main section .illust, #main section .illust2{
	color: #000;
	font-size: 0.8rem;
	font-weight: bold;
	width:100%;
	margin-bottom: 20px;
}
#main section .illust img{
	width:100%;
	max-width: 465px;
	margin-bottom: 5px;
}
#main section .illust2 img{
	width:100%;
	margin-bottom: 5px;
}

/* =====course====== */
#course {
	width: 100%;
	float: right;
	padding-bottom: 10px;
}
.course-select{
	width: 100%:
	margin: 0;
	padding: 0;
}
.course-select img{
	display: inline-block;
	width: 33%;
	margin: 0;
	padding: 0;
}
#section_head{
	width: 700px;
	height: 70px;
	position: relative;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#section_head .link_head{
	position: absolute;
	left: 0px;
	top: 3px;
}

#section_lv1 img, #section_lv2 img, #section_lv3 img, #section_lv5 img, #section_lv6 img, #section_lv7 img, #section_lv9 img{
	width: 100%;
	max-width: 990px;
}


#section_lv1{
	width: 100%;
}
#section_lv2{
	width: 100%;
	text-align: center;
}
#section_lv2 img{
	display: inline-block;
	width: 32%;
	margin: 0;
	padding: 0;
}
#section_lv2 img:hover{
	opacity: 0.5;
}

#section_lv3{
	width: 100%;
}

#section_lv4{
	background: url(../images/course/bg_07.jpg) left top no-repeat;
	width: 700px;
	height: 85px;
	position: relative;
	overflow: hidden;
}
#section_lv4 .link_01{
	position: absolute;
	left: 146px;
	top: 0px;
}
#section_lv4s{
	display: none;
}

#section_lv5, #section_lv6, #section_lv7{
	width: 97%;
	margin: 0 auto;
	margin-bottom: 10px;
}

#section_lv8{
	width: 100%;
	text-align: center;
}
#section_lv8 img{
	max-width: 600px;
	display: inline-block;
}
#section_lv8 .link_01{

}

#section_lv8s{
	display: none;
}
#section_lv9{
	width: 100%;
}
#section_lv9 img{
	display: inline-block;
	width: 49%;
}
#main .list{
    position: inital;
}

#main .list img {
	width:240px;
	float: left;
	margin-right: 10px;
}
#main .list h4{
		color: #333;
		padding: 5px;
    position: inital;
    top: 0;

}
#main .list p{
		margin-top:10px;

}
/*-----form------*/
input.name {
	width: 100px;
}
input.adress {
	width: 90%;
}
input.tele {
	width: 200px;
}
/* =====資料請求====== */
#thanks{
	width: 100%;
	max-width: 700px;
	margin: 50px auto;
}
#thanks img{
	width: 100%;
}
#thanks_move{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
/* =====お試し講座====== */
#main .education h2{
	background-color: #FFF;	
	font-size: 1.4rem;
	line-height: 1.0em;
	font-weight: bold;
	padding-left: 5px;
	clear: both;
	color: #555;
	border-left: 5px solid #00BBFF;	
	margin-top: 10px;
	margin-bottom:10px;
}
#main .education h3{
	background-color: #FFF;	
	font-size: 1.2rem;
	line-height: 1.2em;
	font-weight: bold;
	clear: both;
	color: #555;
	border-bottom: 1px solid #8c8c8c;
	margin:20px 0 10px;
}
/* =====お試し講座終了問題====== */
#main form h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}
#main form p{
	margin-bottom: 0;
	padding-bottom:0;	
}
.ex_question{
	width: 100%;
	margin: 10px 0 30px;
	padding: 10px;
	background: #F0F0F0;
	box-sizing: border-box;
}
.verify_ex_question{
	width: 100%;
	margin: 10px 0 30px;
	padding: 0;
	box-sizing: border-box;
}
#main form .verify_ex_question p{
	padding: 10px;
	background: #F0F0F0;
}
.anser{
	width: 100%;
	margin-bottom: 10px;
	padding-left: 30px;
	box-sizing: border-box;
	float: left;
}
.ex_anser_check{
	padding: 20px 20px;
	background:rgb(255, 238, 238);
}
.verify_ex_anser_check{
	padding: 20px 20px;
	background:rgb(255, 238, 238);
}
.ex_anser_mark{
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.ex_anser_mark img{
	vertical-align: middle;
}
.ex_anser_list{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
.ex_anser{
	width: 100%;
	margin-bottom: 20px;
}
.ex_anser input{
	margin-right:10px;
	cursor: pointer;
}
.ex_anser_call{
	text-align: center;
}
.ex_anser_call input{
	font-size: 120%;
	cursor: pointer;
}
.border_gray{
	border: 1px solid #AAA;
}

.border_gray{
	border: 1px solid #AAA;
}
.verify_base_gray{
	padding: 0 10px 10px;
	background: #F0F0F0;
	margin-bottom: 20px;
}
.verify_border_gray{
	border: 1px solid #AAA;
}
/* =====資料請求====== */
.contact{
	width: 100%;
	margin-bottom: 20px;
}
.contact_inner{
	width: 100%;
	margin-bottom: 20px;
}
.contact_inner .long{
	width: 70%;
}
.contact_inner .middle{
	width: 50%;
}
.contact_inner .short{
	width: 30%;
}
.require{
	font-size: 0.8em;
	color: red;
}

/* =====ブログ====== */
.ameblo{
	width: 100%;
	margin: 10px auto 30px;
	background-color: rgb(255, 255, 255);
	padding: 5px 20px 30px;
	box-sizing: border-box;
}
.ameblo dl{
	overflow: auto;	
	margin: 0;
	color: #003366;
	line-height: 1.4em;	
}

/*日付設定*/
.ameblo dt {
	font-weight: bold;	
	float: left;
	width: 10em;
	padding-top: 6px;
	padding-bottom: 6px;
}
/*記事設定*/
.ameblo dd {
	padding-left: 10em;
	padding-top: 6px;
	padding-bottom: 6px;
}

@media only screen and (max-width: 940px) {
}
@media only screen and (max-width: 640px) {
	#main h2{
	font-size: 86%;
	}
	#faq p{
	padding: 7px 3px 10px 3px;
	}
	.q_txt, .a_txt {
	width :100%;
	}
	.list a {
	display: block;
	float: none;
	width: 100%;
	}
	.q_image, .a_image{
	padding: 0 3px;
	}
	.list a:last-child  {
	margin: 0 0 15px;
	width: 100%;
	}
	#main section.list article img {
	width: 35%;
	margin-right: 10px;
	}
	
	#main section.list article{
		height: initial;
	}
	#main section.list article h4{
		font-size: 120%;
		padding: 20px 10px 10px 2%;
	}
	#main section.list article p{
		font-size: 14px;
	}
	.spmenu ul li a {
	font-size: 90%;
	}
	#map_canvas {
	height: 300px;
	}
	.ex_anser_mark{
	width: 100%;
	}
	.ex_anser_list{
	width: 100%;
	}
	.contact_inner .long, .contact_inner .middle, .contact_inner .short{
	width: 99%;
	}
	/* =====ブログ====== */
	.ameblo {
	margin: 10px auto 30px;
	padding: 0;
	}
	.ameblo dl{
	overflow: auto;	
	margin: 0;
	color: #003366;
	line-height: 1.4em;	
	}

	/*日付設定*/
	.ameblo dt {
	float: initial;
	padding-top: 6px;
	padding-bottom: 0;
	}
	/*記事設定*/
	.ameblo dd {
	padding-left: 0;
	padding-top: 3px;
	padding-bottom: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.link-btm{
	width: 80%;
	max-width: initial;
	border-radius: 10px;
	left: 10%;
	}
	
	.float_message{
	bottom: 0;
	}
	#main .float_message p{
	font-size: 16px;
	margin: 5px 0;
	}
	.list img {
	width: 100%!important;
	float: none;
	margin-right: 0;
	}
	.list a{
	text-align: center;
	}
		
	#main .list{
    position: relative;
	}
	#main .list h4{
		color: #FFF;
    position: absolute;
    top: 0;
    filter: drop-shadow(1px 1px 3px #000);
	}
	#main .list .list-text{
    position: absolute;
    top: 50px;
	}
	#main .list .list-text p{
		color: #FFF;
    filter: drop-shadow(0px 0px 3px #000);
	}
	#main .list a{
    position: absolute;
    bottom: 7px;
		left: 2%;
		width: 96%;
		margin: 0 auto;
		color: #ab0a09;
		font-size: 16px;
		line-height: 1.4;
		/*background: rgba(255, 255, 255, 0.6);*/
		border-radius:0;
	}
	#main section.list article h4{
		font-size: 100%;
		padding: 0;
	}
	#main section.list article p{
		font-size: 12px;
		margin: 0;
	}
	#section_lv2 img{
	width: 100%;
	}
	.profphoto {
	float: none;
	}
	.proftxt {
	width: 96%;
	margin: 0 auto;
	}
	.profphoto_ob {
	width: 250px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	float: none;
	margin-bottom: 15px;
	}
	.proftxt_ob {
	width:100% ;
	/*font-size: 16px;*/
	}
	#section_lv9 img{
	width: 99%;
	}
}