@charset "utf-8";


/* ========================================================

	method.css #method

*======================================================== */

/* font-size===========================================

11px -> 83.4%
12px -> 91.7%
13px -> 100%
14px -> 108.4%
15px -> 116.7%
16px -> 125%
17px -> 133.4%
18px -> 141.7%
19px -> 150%
20px -> 158.4%
21px -> 166.7%
22px -> 175%
23px -> 183.4%
24px -> 191.7%
25px -> 200%
26px -> 208.4%
27px -> 217% 

===================================================== */

/*--------------------------------------------------------

	.methodArea
	
----------------------------------------------------------*/
.methodArea{
	color: #333333;
}
	#mSchool.methodArea{/*全国の教室で学ぶ*/
		min-height: 183px;
		height: auto;
		height: 183px;
		background: url(../method/img/img_m_study03.gif) 447px top no-repeat;
	}

/*キャッチ*/
.methodArea .methodTtl{
	font-size: 2.0rem;
	line-height: 1.3em;
}

.methodArea img[class="fRight"]{
	margin-left: 50px;
}

/*soArea*/
.soArea table td dl dt{
	font-weight: bold;
}

.soArea table td dl dd{
	margin-bottom: 2px;
}

/*リスト*/
.methodList li{
	background: url(../common/marker02.png) left 4px no-repeat;
	padding-left: 17px;
	margin-bottom: 5px;
}
	.methodList li:last-child{
		margin-bottom: 0px;
	}

/*テーブル*/
.tblmethod{
	width:100%;
	color: #2C1300;
	border-collapse: collapse;
	/*table-layout: fixed;*/
}

.tblmethod th,
.tblmethod td{
	text-align: center;
	border: #665544 solid 1px;
	padding: 10px 10px 7px;
}
	.tblmethod th{
		font-weight: normal;
		background-color: #FFCCCC;
	}
	.tblmethod td{
		text-align: center;
	}
		.tblmethod td.bg{
			background-color: #FFEEEE;
		}
		.tblmethod td.bgC01,
		.tblmethod td.bgC02,
		.tblmethod td.bgC03,
		.tblmethod td.bgC04,
		.tblmethod td.bgC05{
			font-size: 1.4rem;
		}
		.tblmethod td.bgC01{color: #FFFFFF; background-color: #66AADD;}/*漢字*/
		.tblmethod td.bgC02{color: #FFFFFF; background-color: #EA8181;}/*かな*/
		.tblmethod td.bgC03{color: #FFFFFF; background-color: #99BB44;}/*実用*/
		.tblmethod td.bgC04{color: #FFFFFF; background-color: #FFA500;}/*ペン*/
		.tblmethod td.bgC05{}/*支部長教室*/
		.tblmethod td.bgC06{color: #000000; background-color: #efd800;}/*生徒手本指導コース*/
		.tblmethod td.bgC07{color: #FFFFFF; background-color: #4A00B5;}/*生徒手本指導コース*/


/*学習スタイルメニュー*/
.methodMenu{
	margin: 0px -33px 0px 0px;
}

.methodMenu li{
	float: left;
	margin: 0px 11px 0px 0px;
}

.methodMenu li a:hover{
	opacity: 0.6;
}


/*btnMore*/
.btnMore ul li{
	float: left;
	width: 50%;
}

.btnMore ul li a{
	display: block;
	margin-right: 10px;
}
	.btnMore ul li:nth-child(even) a{
		margin-right: 0px;
	}


/*btnMschool*/
.btnMschool{
	text-align: center;
	margin: 30px 0px 50px;
}
.btnMschool a:hover{
	opacity: 0.6;
}

/*開設*/
.openBox{
	display: inline-block;
    text-align: center;
	border: #4A00B5 solid 1px;
	padding: 10px 20px 10px 18px;
}
.openBox .openBox__balloon{
    position: relative;
    display: inline-block;
    color: #4A00B5;
    font-size: 1.2rem;
    line-height: 1.0;
    background-color: #E5D3FF;
    padding: 5px 7px 3px;
    margin-right: 10px
}
    .openBox .openBox__balloon::after{
        position: absolute;
        content: "";
        top: calc(50% - 3px);
        right: -5px;
        border-color: transparent transparent transparent #E5D3FF;
        border-style: solid;
        border-width: 3px 0 3px 5px;
    }
    
.openBox strong{
    color: #4A00B5;
    font-size: 1.4rem;
}

/*無料体験実施中！*/
.trialBox{
	color: #D80000;
	font-weight: bold;
	text-align: center;
	border: #D80000 solid 2px;
	padding: 10px 10px 8px;
}

/*ライトボックス*/
.lightBoxList{
	margin: 0px -5px 0px 5px;
}

.lightBoxList li{
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
}

.lightBoxList li .lbTtl{
	color: #333333;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	background-color: #EEEEEE;
	padding: 8px 5px 6px;
	margin-bottom: 5px;
}

.lightBoxList li .lbTxt{
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	padding-top: 8px;
}

/*タイトル*/
.blockTtl{
	color: #B20000;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	border-top: #E29F9F dotted 1px;
	border-bottom: #E29F9F dotted 1px;
	padding: 8px 0px 4px;
	margin-bottom: 12px;
}

/*注釈*/
.noteBox{
	display: inline-block;
	border: #FFCCCC solid 1px;
	padding: 5px 18px 5px 15px;
}