@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,main,small,span,strike,strong,sub,summary,sup,tt,table,tbody,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  font-weight: 500;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 13px;font-feature-settings : "pkna";}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none !important;}}@media(max-width:768px){.sp_none{display:none !important;}}@media(min-width:480px){.sp_s{display:none}}@media print,screen and (min-width:769px){.span_1{width:8.33333333333%}.span_2{width:16.6666666667%}.span_3{width:25%}.span_4{width:33.3333333333%}.span_5{width:41.6666666667%}.span_6{width:50%}.span_7{width:58.3333333333%}.span_8{width:66.6666666667%}.span_9{width:75%}.span_10{width:83.3333333333%}.span_11{width:91.6666666667%}.span_12{width:100%}.gutters .span_1{width:6.5%}.gutters .span_2{width:15%}.gutters .span_3{width:23.5%}.gutters .span_4{width:32%}.gutters .span_5{width:40.5%}.gutters .span_6{width:49%}.gutters .span_7{width:57.5%}.gutters .span_8{width:66%}.gutters .span_9{width:74.5%}.gutters .span_10{width:83%}.gutters .span_11{width:91.5%}.gutters .span_12{width:100%}}

main {display: block;}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 100px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 1080px;
  }
  section {
    padding: 200px 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 97;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 14px;
  letter-spacing: 0.2em;
}
nav .sub-menu {
  background: #fff;
  background-image: linear-gradient(to top, #fff 0%, #ace0f9 100%);
}
@media only screen and ( max-width : 768px ) {
  .mean-nav .mask {
    background: rgba(0,0,0,.6);
    top: 58px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
  }
  #header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 58px;
    background: #fff;
    overflow: hidden;
  }
  .h_logo {
    width: 150px;
    position: absolute;
    top: 18px;
    left: 10px;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
    z-index: 2;
  }
  .mean-nav .container {
    padding: 0;
  }
  .nav .sub-menu li:last-child {
    border-bottom: none;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
    background: #fff;
    height: 60px;
  }
  .h_logo img {
    width: 300px;

  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 50;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background-image: linear-gradient(-20deg, #fff 0%, #87CEEB 100%);
  font-size: 14px;
  margin-top: 1em ;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 20px 0;
    margin-top: 1em ;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 10px;
    width: 150px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 30px 0;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */


#main p {
  word-break: break-all;
}

section {
  text-align: center;
}

#sec01 {
  background: fff;
}
#sec02 {
  background: #99c1f3;
}
#sec03 {
  background: #7ea7d9;
}
#sec04 {
  background: #618bbe;
}
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}
@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 60%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 80px;
  }
  .btn {
    width: 300px;
  }
}

.wrapper
{
	width: 660px ;
	margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;			/* 上下左右の余白を0にしておく */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:768px)
{
	.wrapper
	{
		width: auto ;
		padding: 0 10px ;
	}
}


.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.box14{
    padding: 0.2em 0.5em;
    margin: 2em 2em;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.box14 p {
    margin: 0; 
    padding: 0;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #87CEEB;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 15px;
    background: #87CEEB;
    color: #000000;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    font-size: 1.0em;
    padding: 15px 20px;
    margin: 0;
}



.centering		/* センタリング */
{
    text-align: center;
}



/* 円の基本形 */

.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column wrap; 
  vertical-align: top;
}


.circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column wrap; 
  vertical-align: top;
  
transition:1.0s;
-moz-transition:3.0s;
-webkit-transition:1.0s;


}



.circle:hover {
 /* 変化後の色 */
 background: 	white;
 /* 回転させる */
 -moz-transform: rotate(-360deg);
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}


.size_normal{
  width: 60px;
  height: 60px;
}
.letter3 {
  font-size: 2em;
  line-height: 1.5em;
}
.letter4 {
  font-size: 2em;
  line-height: 1.5em;
  color: gray;
}
.letter5 {
  font-size: 1.3em;
  line-height: 1.5em;
}
.insatsu {
  font-size: 1.4em;
  line-height: 1.5em;
}


.letter_small {
  font-size: 0.9em;
  line-height: 0em;
  color: black;
}
.letter_middle {
  font-size: 1.1em;
  line-height: 1.4em;
  color: black;
}

.letter_large {
  font-size: 5em;
  line-height: 1em;
}
.pink1 {
  color: pink;
  border: 4px solid pink;
}

.pink2 {
  color: #fff;
  border: 4px solid pink;
  background: pink;
}

.sky1 {
  color: skyblue;
  border: 4px solid skyblue;
}

.sky2 {
  color: #fff;
  border: 4px solid skyblue;
  background: skyblue;
}

.beige1 {
  color: light beige;
  border: 4px solid beige;
}

.beige2 {
  color: #000;
  border: 4px solid beige;
  background: beige;

}


.mono1 {
  color: light beige;
  border: 4px solid #c0c0c0;
}



.leaf1 {
  color: green;
  border: 4px solid green;
}

.leaf2 {
  color: #fff;
  border: 4px solid green;
  background: green;
}

.w2 {
  color: #fff;
  border: 4px solid green;
  background: green;
}

.white1 {
  color: white;
  border: 4px solid white;
}


 /* 印刷時の改ページ */
.page-break-before  {
page-break-before:always
}

 /* 印刷させない */
@media print{
#test {
	display:none;
	}
}

/* 緑字の見出し */
.green-index
{
	margin: 32 ;		/* スペース */
	padding: 0px 0px 0px 20px ;		/* 余白 */
	font-size: 20px ;	/* 文字サイズ */
	line-height: 3 ;	/* 行の高さ */
	font-family: "メイリオ",sans-serif; 
	font-weight: bold; 
	color: #399900 ;
}


.about
{
	margin: 32 ;		/* スペース */
	padding: 0px 0px 0px 20px ;		/* 余白 */
	font-size: 20px ;	/* 文字サイズ */
	line-height: 3 ;	/* 行の高さ */
	font-family: "メイリオ",sans-serif; 
	color: #399900 ;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:678px)
{
.about
{
	margin: 32 ;		/* スペース */
	padding: 0px 0px 0px 20px ;		/* 余白 */
	font-size: 16px ;	/* 文字サイズ */
	line-height: 3 ;	/* 行の高さ */
	font-family: "メイリオ",sans-serif; 
	color: #399900 ;
}
}

/* 講師近影 */
.kousiphoto
{
	width: 300px ;
	height: auto ;
	float:right;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:678px)
{
/* 講師近影 */
.kousiphoto
{
	width: 170px ;
	height: auto ;
	float:right;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}
}

table.sample1 {
width: 520px;
}

		/* お問い合わせのセル全体にリンクをかける */
table.Tbsample {
margin: 1em;
width: auto;
}

table.Tbsample td {
width:100%;
border: 1px solid #c7c7bc;
background-color: #ececec;
vertical-align:middle;
font-size: 18px;
color: #93b881;
}

table.Tbsample td a {
display:block;
width:100%;
height:100%;
}
table.Tbsample td a:hover {
background-color: #d1ffa3;
}
/* 自習室写真 */
.jishusitu
{
	width: 300px ;
	height: auto ;
	float:right;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
}


/* タブレット写真 */
.tablet
{
	width: 300px ;
	height: auto ;
	float:none;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
}


/* スマホだけに適用するCSS */
@media screen and (max-width:678px)
{
/* タブレット写真 */
.tablet
{
	width: 200px ;
	height: auto ;
	float:none;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
}
}

/* スマホだけに適用するCSS */
@media screen and (max-width:678px)
{
/* 自習室写真 */
.jishusitu
{
	width: 200px ;
	height: auto ;
	float:right;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}
}


.table-co	/* コースメニューのテーブル */
{
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    line-height: 1.8;
}



.table-co td	/* コースメニューのテーブルのtd */
{
    width: 100%;
    padding: 10px 10px;
    vertical-align: center;
    background:#99ccff;
    font-size: 18px;
}


.table-sp	/* コースのテーブル */
{
    width: 100%;
    border-collapse: separate;
    text-align: left;
    line-height: 2;
    
}
.table-sp th	/* コースのテーブルのth */
{
    width: 25%;
    padding: 10px 10px;
    vertical-align: center;
    background: #eee;
    font-size: 13px;
border: 1px solid #ccc;
}
.table-sp td	/* コースのテーブルのtd */
{
    width: 100%;
    padding: 10px 10px;
    vertical-align: center;
    background: #fff;
    font-size: 13px;
    border: 1px solid #ccc;
}

/*よくある質問のテーブル*/
.table-faq
{
    width:100%;
    margin-top:10px; 
    border-collapse: separate;
    border-spacing: 3px;
    border-color:#6699cc;
    border-width:2px;
    border-style:solid;
    line-height: 2;
    font-size:15px;/*文字の大きさ*/
}
.table-faq th	/* よくある質問のth */
{
    width: 100%;
    padding: 10px 10px 10px 30px;
    vertical-align: center;
    background: #e6e6fa;
    font-size: 15px;
    text-align: left; 
}
.table-faq td	/* よくある質問のtd */
{
    width: 100%;
    padding: 10px 10px 10px 30px;
    vertical-align: center;
    font-size: 15px;
}

/* カレンダー */
.calendar
{
	width: 560px ;
	height: 500px ;
    display: block;
    margin: 0px auto;
}
/* スマホだけに適用するCSS */
@media screen and (max-width:678px)
{
/* カレンダー */
   .calendar
{
	width: 300px ;
	height: 400px ;
    display: block;
    margin: 0px auto;
}
}


.tangoblack2		/* 英語で使う*/
{
    color: #4496d3;
    font-weight: bold;
    font-size: 20px;
    margin: 1.5em 0 0.8em 0;
}
.blueb		/* 青文字中 */
{
    color: blue;
    font-size: 19px;
    margin: 0;
    font-weight: 500; 
}

.green		/* 緑文字大 */
{
    color: green;
    font-size: 20px;
    margin: 0;
}

.greenm		/* 緑文字中 */
{
    color: green;
    font-size: 19px;
    margin: 0;
    font-weight: 500; 
}
.greenbold		/* 英語訳 */
{
    color: green;
    font-size: 21px;
    margin: 0;
    font-weight: 500; 
}


.greens		/* 緑文字小 */
{
    color: green;
    font-size: 15px;
    margin: 0;
}


.redsmall		/* 赤文字小 */
{
    color: #ff6060;
    font-size: 14px;
}




.underpink {		/* 蛍光ピンク */
  background: linear-gradient(transparent 0, pink 0);
  }
.undergreen {		/* 蛍光緑 */
  background: linear-gradient(transparent 0, #8effa1 0);
  }
.undergray {		/* 蛍光グレイ */
  background: linear-gradient(transparent 0, #cfcfcf 0);
  }
.undersky {		/* 蛍光水色 */
  background: linear-gradient(transparent 0, #7fffff 0);
  }


.bigblack		/* 黒文字大 */
{
	margin-top: 1em;
    color: black;
    font-size: 120%;
}

.bigblackb		/* 黒文字大 */
{
	margin: 1em 1em 0;
    color: black;
    font-size: 120%;
}

.redb		/* 赤文字大 */
{
    color: red;
    font-size: 20px;
    margin: 0;
}

.date		/* テキスト右寄せ */
{

    text-align: right;
	margin-right: 15px;		/* スペース */
}

.centering		/* センタリング */
{
    text-align: center;
}

.centeringb		/* センタリングして大きく */
{
    text-align: center;
    font-size: 20px;
}

.centeringc		/* センタリングしてやや大きく */
{
    text-align: center;
    font-size: 15px;
}


.rightb		/* 右寄せして大きく */
{
    text-align: right;
    font-size: 20px;
}

.rightc		/* 右寄せしてやや大きく */
{
    text-align: right;
    font-size: 15px;
}


.red		/* 赤文字大 */
{
    color: red;
    font-size: 17px;
}

.aka		/* 赤文字 */
{
    color: red;
}


.sugakured		/* 数学答え */
{
    color: red;
    font-size: 20px;
    margin-left: 10%;
}

.tangoblack		/* 単語答え */
{
    color: fff;
    font-size: 22px;
    margin-left: 10%;
}
.tangoblackb		/* そのた答え */
{
    color: fff;
    font-size: 18px;
    margin-left: 10%;
}

.tangoblackc		/* 英語基本問題答え */
{
    color: fff;
    font-size: 18px;
    line-height: -0.5em;
}

.tangoblackd		/*  */
{
    line-height: 3em;
    font-size: 18px;
}
@media screen and (max-width:678px)
{
.tangoblackd		/*  */
{
    font-size: 16px;
    margin-left: 10%;
}
}


.tangoblacke		/*  */
{
    font-size: 15px;
    margin-left: 20%;

}
}


.aka		/* 赤文字 */
{
    color: red;
}


.white		/* 白文字 */
{
    color: white;
}


.blue		/* 青文字 */
{
    color: blue;
    font-size: 15px;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.box26b {
    position: relative;
    margin: 2em 0;
    margin-bottom: 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26b .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26b p {
    margin: 0; 
    padding: 0;
}
.box26c { /* 数学で使っている */
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26c .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #4496d3;
    font-weight: bold;
}
.box26c p {
    margin: 0; 
    padding: 0;
    font-size: 18px;
}

.box26d { /* 体験授業の流れで使っている */
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26d .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #4496d3;
    font-weight: bold;
}
.box26d p {
    margin: 0; 
    padding: 0;
    font-size: 15px;
}

.box26e { /* 数学で使っている */
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px ;
    border-radius: 4px;
}
.box26e .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #4169e1;
    font-weight: bold;
}
.box26e p {
    margin: 0; 
    padding: 0;
    font-size: 18px;
}



.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}


#pageTop {/* ページトップ */
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 6px 0 0 6px;
  border-radius: 30px;
  width: 38px;
  height: 38px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* 下線 */
.kasen {text-decoration: underline;}



/* 下線赤 */
.kasenaka {background: linear-gradient(transparent 85%, #ff99ab 85%);}


/* ルビ */
ruby>rt {
    display: table-header-group;
    height: 25%;
    margin: 0;
    padding: 0 0.125em;
    border: none;
    font: inherit;
    font-size: 70%;
    text-align: center;
    line-height: 1em;
    }

/* 非対応環境向け括弧類 */
ruby>rp {
    display: none;
    }

.yaku/* 和訳 */
{
	margin: 32 ;		/* スペース */
	padding: 15px 0px 15px 20px ;		/* 余白 */
	font-size: 20px ;	/* 文字サイズ */
	line-height: 2 ;	/* 行の高さ */
	font-family: "メイリオ",sans-serif; 
	color: #000 ;
}


.eigosetsumei	/* 英語の解説のテーブル */
{
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
    text-align: left;
    line-height: 2;
}

.eigosetsumei td	/* 体験授業の流れのテーブルのtd */
{
    width: 100%;
    padding: 10px 10px;
    vertical-align: center;
    background:#f5f5dc;
}


/* フォント１５px */
.font15
{
	font-size: 15px;
}

/* フォント１９px */
.font19
{
	font-size: 19px;
}

/* アコ */

.displayNone {
display: none;
}
.accordion li {
border-bottom: 1px solid #ccc;
padding: 10px;
}
.accordion a {
display: block;
}
.contentWrap {
margin: 10px;
font-size: 20px;
}


.table-taiken	/* 体験授業の流れのテーブル */
{
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
    text-align: center;
    line-height: 2;
}

.table-taiken td	/* 体験授業の流れのテーブルのtd */
{
    width: 100%;
    padding: 10px 10px;
    vertical-align: center;
    background:#f5f5dc;
    font-size: 16px;
}
/* 文字に青い蛍光ペン */
.keikou {
  background: linear-gradient(transparent 70%, #a8eaff 50%);
  }

/* 文字にピンク蛍光ペン */
.keikoupink {
  background: linear-gradient(transparent 70%, #ff99ab 50%);
  }

/* とりさん画像w */
.torisan
{
	width: auto ;
	float:right;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 2em;
}

.daishibo
{

	font-size: 17px ;	/* 文字サイズ */
	line-height: 2 ;	/* 行の高さ */
}



/*----------------------------------------------------
  .demo02代名詞
----------------------------------------------------*/
table.table01 {
	width:100%;
	border-right:#3EB1C6 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#3EB1C6 solid 1px;
	border-bottom:#3EB1C6 solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 480px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}


/* もんたメソッド */
.monta {
    background-color:#ffffff;
    color:#ffffff;
}

.monta:hover, .monta:active{
    background-color:#ffffff;
    color:#ff4500;
}