@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
@media screen and (min-width: 480px) {
.pcnone{
	display: none;
	}}

body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff2923d;	/*背景色*/
	-webkit-text-size-adjust: none;

}
h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
h1{margin: 0px;padding: 3px;font-size: 70%;
	background-color: #57bff0;
	color:#fff;
	text-align:right;


}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

p.question {
        cursor: pointer;
}
p.question:hover {
        text-decoration: underline;
}
p.answer {
        display: none;
        background: #f9c61b52;

        padding: 10px;
}


/* 記事一覧のfigure */
#main .article figure {
	float: left;
	height: 140px;
	width: 140px;
	margin: 0;
}

/* 記事一覧のimg */
#main .article figure img {
	border-radius: 5px;
	height: 140px;
	width: 140px;
}

/* 記事一覧の詳細部分 */
.article-info {
	display: inline-block;
	float: right;
	width: 500px;
}

/* 記事一覧のタイトル */
.article-info h1 {
	margin-top: 0px;
	margin-bottom: 1.2rem;
}

/*ブログアイキャッチ設定
---------------------------------------------------------------------------*/
.eyecatch
	{
	 display: block;
    float: left;
    width: 140px;
    height: 140px;
    padding: 10px;

	}


/*受講生の声　設定
---------------------------------------------------------------------------*/
.note {
  width: auto;
  font-size: 16px;
  color: #2222229e;
  padding:2rem 0rem 5rem;
  background-color: #eefdff;
  background-image: linear-gradient( rgba(152,196,255,.3) .1em, transparent .1em );
  background-size: auto 2rem;
  line-height: 2rem;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 20px;
}
.note > p {
	padding: 0;
	margin: -6px 0 -1.2rem; }
.note > p:first-letter { margin-left: 1rem; }

/*パンくずリスト設定
---------------------------------------------------------------------------*/

.breadcrumb {
  padding-left:0;
  margin-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #52b5ee;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}



/*instructorページ
---------------------------------------------------------------------------*/

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	float: left;
	margin-bottom: 15px;
	margin-left: 7px;
	background-color: #FFF;	/*背景色*/
	/*-webkit-box-shadow: 0px 0px 30px #37c4ff inset;	/*内側への影。右・下・ぼかし幅・色を設定*/
	/*box-shadow: 0px 0px 30px #37c4ff inset;			/*同上*/
	border: 1.5px solid #57BFF0;	/*枠線の幅、線種、色*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/

	transition: 0.5s;			/*同上*/

	display: block;
    width: 130px;
    height: 203px;


}
/*2カラム時のボックス設定*/
body.c2 #main .list section a {
	padding: 16px;	/*ボックス内の余白*/
}
/*スタッフ名*/
#main .list section h4 {
	color: #57BFF0;	/*文字色*/
	font-size: 140%;
}
/*サムネイル内のアイコン位置*/
#main .list section .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#main .list section a:hover {
	background:#C8E3F0;	/*背景色*/
	color:;	/*文字色*/
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin: 0px 10px;
}
/*左側ボックス*/
#main .staff .left {
	float: left;	/*左に回り込み*/
	width: 180px;	/*幅*/
	padding-bottom: 15px;
}
#main .staff .left p {
	padding: 0px;
}
/*右側ボックス*/
#main .staff .right {
	width: 350px;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 15px;
}
/*テーブル内の左側*/
#main .staff .right .ta1 th {
	width: 100px;	/*幅*/
}
/*テーブル内の余白*/
#main .staff .right .ta1 td,
#main .staff .right .ta1 th{
	padding: 2px 10px;
}


#main .staff .left .thumbnail li{
	float:left;

}

#main .staff .left .thumbnail li{
	float:left;
	width: 20%;

}


/*リンク集ページ設定
---------------------------------------------------------------------------*/
.linksyu{
	text-align: center;
	margin-top: 20px;
	
}
@media screen and (max-width: 480px) {
.linksyu {
	display: none;
	}	/*表示させない設定*/
}

.linksyu_sp{
	text-align: center;
	margin-top: 20px;
	
}




/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/

text-decoration: none;

}
a:hover {
	color: #57bff0;			/*マウスオン時の文字色*/
	text-decoration: underline;
}

/*container
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;		/*上下、左右へのボックス内の余白*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 100px;	/*高さ*/
}
/*ロゴ画像*/
header #logo {
	width: 64%;	/*ロゴ画像の幅*/
	float: left;	/*左に回り込み*/
	margin-top: 0px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-left: 30px;	/*ロゴの左にあける余白。*/
}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	float: right;		/*右に回り込み*/
	margin-top: 12px;	/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-right: 30px;	/*ブロックの右にあける余白。*/
	text-align: center;	/*文字をセンタリング*/
}
/*TEL*/
.tel {
	letter-spacing: 0.2em;	/*文字間隔を広くする設定。通常がいいならこの行削除。*/
	font-size: 20px;		/*文字サイズを大きく*/
	color: #57bff0;			/*文字色*/
}
/*TELの受付時間の小文字部分*/
.tel span {
	display: block;
	font-size: 11px;	/*文字サイズを小さく*/
	letter-spacing: 0.1em;	/*文字間隔*/
	color: #666;			/*文字色*/
}



/*更新情報ティッカー
---------------------------------------------------------------------------*/
.ticker {
    margin: 0 auto;
    padding: 5px;
	margin-bottom: 5px;
    text-align: left;
    border: #ccc 1px solid;
    position: relative;
    overflow: hidden;
	border-radius: 5px;

}

.ticker ul {
    width: 100%;
    position: relative;

}

.ticker ul li {
    width: 100%;
    display: none;

}


/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/


#menubar {
	clear: both;overflow: hidden;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 16.66%;	/*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
}
#menubar li a {
	display:  block;text-decoration: none;
	text-align: center;
	color: #57bff0;		/*文字色*/
	font-weight: bold;	/*太字に*/
	border-right: 1px solid #dcdcdc;	/*メニューの右側の線の幅、線種、色*/
	line-height: 1.6;	/*行間を少し狭く*/
	padding: 14px 0;	/*上下、左右へのメニュー内への余白*/
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #dcdcdc;	/*メニューの線の幅、線種、色*/
}
/*装飾文字の設定*/
#menubar li a span {
	text-shadow: none;display: block;
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	color: #999;	/*文字色*/
}
/*マウスオン時*/
#menubar li a:hover {
	background: #57bff0;	/*背景色*/
	color: #fff;
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}


/*スマホ用メニューを表示させない*/
@media screen and (max-width: 480px) {
	#menubar{display:none;}

	}



/*PC・タブレット版トップ以外のページで、サブメニュー画像を非表示にする
---------------------------------------------------------------------------*/
@media screen and (min-width: 480px) {
#main h2.sponly{display:none;}
		}


@media screen and (min-width: 480px) {
#menu {display: none;}	/*表示させない設定*/
}


/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	padding-top: 30px;		/*上に空けるボックス内の余白*/
	padding-bottom: 30px;	/*下に空けるボックス内の余白*/
}

@media screen and (min-width: 480px) {
	#contents{
	clear: both;overflow: hidden;
	padding-top: 30px;		/*上に空けるボックス内の余白*/
	padding-bottom: 30px;	/*下に空けるボックス内の余白*/
		border-top: 48px solid #57bff0;
	}}

/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;	/*左に回り込み*/
	width: 80%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #contents-in {
	float: none;
	width: auto;
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右に回り込み*/
	width: 75%;		/*ブロックの幅*/
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	margin-bottom: 10px;
    margin-top: 10px;
	padding: 10px 15px;	/*上下、左右への余白*/
	color: #FFF;	/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	background: #57bff0;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#72ccf6, #57bff0);		/*グラデーション*/
	border: 1px solid #57bff0;		/*枠線の幅、線種、色*/
	box-shadow: 1px 2px 7px rgba(0,0,0,0.4);	/*影の設定。右・下・ぼかし幅。0,0,0は黒の事で0.4は透明度40%の事。*/
}
/*h2タグの１文字目への追加設定*/
#main h2::first-letter {
	border-left: 3px solid #fff;	/*左の線の幅、線種、色*/
	padding-left: 10px;				/*線とテキストとの余白*/
}


#main h2.title{
	padding: 0px 0px;	/*上下、左右への余白*/
	border: 0px solid #57bff0;		/*枠線の幅、線種、色*/
	box-shadow: 0px 0px 0px rgba(0,0,0,0.4);	/*影の設定。右・下・ぼかし幅。0,0,0は黒の事で0.4は透明度40%の事。*/
}

@media screen and (min-width:480px){
#main h2.recruit{
	display: none;
	padding: 0px 0px;	/*上下、左右への余白*/
	border: 0px solid #57bff0;		/*枠線の幅、線種、色*/
	box-shadow: 0px 0px 0px rgba(0,0,0,0.4);	/*影の設定。右・下・ぼかし幅。0,0,0は黒の事で0.4は透明度40%の事。*/
	}
}

#main h2.recruit{
	padding: 0px 0px;	/*上下、左右への余白*/
	border: 0px solid #57bff0;		/*枠線の幅、線種、色*/
	box-shadow: 0px 0px 0px rgba(0,0,0,0.4);	/*影の設定。右・下・ぼかし幅。0,0,0は黒の事で0.4は透明度40%の事。*/
	}

#main h2.sponly{
	padding: 0px 0px;	/*上下、左右への余白*/
	border: 0px solid #57bff0;		/*枠線の幅、線種、色*/
	box-shadow: 0px 0px 0px rgba(0,0,0,0.4);	/*影の設定。右・下・ぼかし幅。0,0,0は黒の事で0.4は透明度40%の事。*/
}




/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 4px 15px;	/*上下、左右への余白*/
	color: #57bff0;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	background: #f1f1f1;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #e3e3e3 50%);		/*グラデーション*/
	box-shadow: 1px 2px 7px rgba(0,0,0,0.3);	/*影の設定。右・下・ぼかし幅。0,0,0は黒の事で0.3は透明度30%の事。*/
	border: 1px solid #FFF;		/*枠線の幅、線種、色*/
}
/*h3タグの１文字目への追加設定*/
#main h3::first-letter {
	border-left: 3px solid #57bff0;	/*左の線の幅、線種、色*/
	padding-left: 10px;				/*線とテキストとの余白*/
}
/*コンテンツの段落タグ設定*/
#main p {
	padding: 10px 15px 10px 15px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}


/*一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	position: relative;overflow: hidden;
	margin-bottom: 20px;


}
#main .list a {
	text-decoration: none;display: block;overflow: hidden;
	padding: 18px;

	background-color: #FFFFFF;
}
/*マウスオン時の背景色*/
#main .list a:hover {
	background: #fff;
}
/*リンクを貼った際に出る「→」マーク*/
#main .list a::before {
	content: "→";	/*出力する文字。変更しても構いませんが機種依存文字は化けるので使わないで下さい。*/
	font-size: 12px;	/*文字サイズ*/
	display: block;
	position: absolute;
	right: 10px;	/*ボックスの右から10pxの場所に配置*/
	bottom: 10px;	/*ボックスの下から10pxの場所に配置*/
	width: 30px;	/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;
	background: #ccc;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.2);	/*背景グラデーション。0,0,0は黒の事で、0.3は透明度30%の事。*/
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*角丸のサイズ。50%にすると円になる。*/
}
/*マウスオン時の「→」マーク*/
#main .list a:hover::before {
	background: #57bff0;	/*背景色*/
}
/*ボックス内のh4タグ設定*/
#main .list h4 {

	margin-bottom: 0.5em;
	color: #57bff0;	/*文字色*/
}
/*ボックス内のp(段落)タグ設定*/
#main .list p {
	padding: 0px !important;
}
/*ボックス内の画像*/
#main .list figure {


	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/

}

#main .list figure {

	font-size:14px;


}
/*マウスオン時のボックス内の写真設定。ボックスにoption2スタイルが指定された場合の画像の設定。*/
.list.option2 a:hover figure img,
.list.option2 figure img {
	opacity: 0.3 !important;	/*半透明にする設定*/
}
/*登録日情報*/
#main .list .date {
	display: block;
	font-size: 15px;	/*文字サイズ*/
	color: #D44043;		/*文字色*/

}

/*一覧ページの各ボックス内のテーブル（※CMS用）
---------------------------------------------------------------------------*/
#main .list table {
	font-size: 12px;	/*文字サイズ*/
	width: 63%;			/*テーブル幅*/
	margin-bottom: 5px;
	background: #fff;	/*背景色*/
}
#main .list table,
#main .list table td,
#main .list table th{
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
}
#main .list table td,
#main .list table th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
#main .list table th{
	width: 20%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #edf0f5;	/*背景色*/
}
/*白い説明用ブロック*/
#main .list table td {
	width: 30%;	/*幅*/
}

/*詳細ページの画像切り替え（imgchg_pack.js）※一般のhtmlテンプレートで利用。
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	position: relative;
}
/*大きな画像の１行目*/
#item-image #item_image1 {
	z-index:2;
	position:relative;
	overflow:hidden;
}
/*大きな画像の２行目*/
#item-image #item_image2 {
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
/*サムネイル画像*/
.thumbnail {
	width: 80px;	/*画像の幅*/
	height: 80px;	/*画像の高さ*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
}
.thumbnail:hover {
	border: 1px solid #999;	/*マウスオン時の枠線の幅、線種、色*/
}

/*subコンテンツ（左側のブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 22.5%;	/*ブロックの幅*/
}

/*sideコンテンツ（右側のブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*右に回り込み*/
	width: 18%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #side {
	display: none;
}

/*sub,side共通設定
---------------------------------------------------------------------------*/
/*h2見出しタグ設定*/
#sub h2,
#side h2 {
	text-align: center;	/*文字をセンタリング*/
	border-top: 3px solid #57bff0;		/*上の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #cfcfcf;	/*下の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左の線の幅、線種、色*/
	padding: 8px 0px;	/*上下、左右への余白*/
	margin-bottom: 10px;
	background: #fff;	/*背景色*/
	color: #57bff0;	/*文字色*/
}
/*段落タグ（p）設定*/
#sub p,
#side p {
	padding-bottom: 20px;	/*段落タグの下に空けるスペース*/
	line-height: 1.6;		/*行間を少し狭く*/
}

/*box1設定（sub,sideで使っています）
---------------------------------------------------------------------------*/
/*box1設定*/
#sub .box1,
#side .box1 {
	background: #eee;			/*背景色*/
	border: 1px solid #dedede;	/*枠線の幅、線種、色*/
	padding: 10px;				/*ボックス内の余白*/
	margin-bottom: 20px;		/*ボックスの下にあけるスペース*/
}
/*box1の中にある段落タグをなくす設定*/
#sub .box1 p,
#side .box1 p {
	margin-bottom: 0px;
}
/*box1の中にある段落タグが続いた場合に間に空けるスペース*/
#sub .box1 p + p,
#side .box1 p + p {
	margin-bottom: 10px;
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub .submenu,
#side .submenu {
	border-top: 1px solid #cfcfcf;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左側の線の幅、線種、色*/
	margin-bottom: 20px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	text-decoration: none;display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding: 0 10px;	/*上下、左右のボックス内の余白*/
	background: #FFF;	/*背景色*/
}
/*マウスオン時*/
#sub .submenu li a:hover,
#side .submenu li a:hover {
	background: #57bff0;	/*背景色*/
	color: #fff;	/*文字色*/
}
/*h2見出しにsubmenuが続いた場合*/
#sub h2 + .submenu,
#side h2 + .submenu {
	border-top: none;	/*メニューの一番上の線を消す設定*/
	margin-top: -10px;	/*h2見出しの下の余白を相殺する*/
}
/*box1内のsubmenu*/
#sub .box1 .submenu,
#side .box1 .submenu {
	margin-bottom: 0;	/*下に余分な余白ができるのをなくす*/
}
/*box1内でsubmenuが続いた場合にsubmenu間にとるスペース。この指定がないとくっついてしまいます。*/
#sub .box1 .submenu + .submenu,
#side .box1 .submenu + .submenu {
	margin-top: 10px;
}

/*sub,sideコンテンツ内のおすすめ一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list, #side .list {
	position: relative;overflow: hidden;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#sub .list a, #side .list a {
	text-decoration: none;display: block;overflow: hidden;
	padding: 10px;	/*ボックス内の余白*/
	border-top: 1px solid #cfcfcf;	/*上の線の幅、線種、色*/
	background: #fff;	/*背景色*/
}
/*最後ボックスの設定*/
#sub .list:last-of-type a, #side .list:last-of-type a {
	border-bottom: 1px solid #cfcfcf;	/*上の線の幅、線種、色*/
	margin-bottom: 20px;	/*下に空けるスペース*/
}
/*ボックス内のh4タグ設定*/
#sub .list h4, #side .list h4 {
	font-weight: bold;
}
#sub .list p, #side .list p {
	padding: 0 !important;
}
/*ボックス内の写真設定*/
#sub .list figure img, #side .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 30%;		/*写真の幅*/
	margin-right: 5px;	/*写真の右側に空ける余白*/
}
/*h2見出しにlistブロックが続いた場合*/
#sub h2 + .list a,
#side h2 + .list a {
	border-top: none;	/*メニューの一番上の線を消す設定*/
	margin-top: -10px;	/*h2見出しの下の余白を相殺する*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #57bff0;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 85%;	/*文字サイズ*/
}
footer a {color: #fff;}
footer a:hover {color: #fff;}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
	max-width: 1200px;
	margin: 0 auto;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}
#copyright a {text-decoration: none;}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	margin-bottom: 15px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	color: #57bff0;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 20px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt {
	color: #57bff0;	/*文字色*/
	padding-top: 15px;
}
.faq dt a {
	color: #57bff0;
}
/*回答の設定*/
.faq dd {
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
	padding-bottom: 15px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f6f5f2;	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 80px;	/*アイコンからテキストにする場合はここの幅を大きく変更して下さい。pxでなく%での指定もOKです。*/
	height: 40px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}
.ta1 td .specialtext {
	float: left;
	width: 45%;
}

/*inputボタン
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 3px;
	background: #fff;
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;	/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 50px;	/*下から50pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 30px;
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}



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

	body.is-fixed-pagetop .nav-fix-pos-pagetop a{

    display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;	/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 115px;	/*下から50pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 30px;
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	}
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option1, span.option2 {
	text-align: center;
	display: block;
	font-size: 10px;	/*文字サイズ*/
	width: 120px;		/*幅*/
	position: absolute;
	right: 0px;	/*ボックスに対して右から0pxの場所に配置*/
	top: 0px;	/*ボックスに対して上から0pxの場所に配置*/
	transform: rotate(45deg) translate(36px,-15px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	color: #FFF;	/*文字色*/
	background: #999;	/*背景色*/
}
/*option1への追加設定*/
span.option1 {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1, h2 span.option2 {
	width: auto;
	position: static;
	transform: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	padding: 0px 5px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.nakanoicon {
	background: #3AA829;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 88%;
	line-height: 1.5;
	padding: 0px 8px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: middle;
}

.ooyamaicon {
	background: #0084FF;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 88%;
	line-height: 1.5;
	padding: 0px 8px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: middle;
}
.asakaicon {
	background: #E82A2A;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 88%;
	line-height: 1.5;
	padding: 0px 8px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: middle;
}
/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #57bff0;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {
display: none;

}
.sh2 {
display: none;

}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){



/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	width: 100%;		/*ロゴ画像の幅*/
	margin-top: 36px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-left: 0px;	/*ロゴの左にあける余白。*/
}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: none;
	position: absolute;
	top: 42px;	/*上から42pxの場所に配置*/
	right: 2%;	/*右から3%の場所に配置*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding-top: 0px;
}

/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	width: auto;
}

/*sub,sideコンテンツ内のおすすめ一覧ブロック
---------------------------------------------------------------------------*/
/*ボックス内の写真設定*/
#sub .list figure img, #side .list figure img {
	width: 20%;		/*写真の幅*/
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side,body.s-n #footermenu {display: none;}
.sh {
	display:none;
	}
.sh2 {
	display:none;
	}
.pc {display:none;}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){



h1 {
    margin: 0px;
    padding: 3px;
    font-size: 50%;
    background-color: #57bff0;
    color: #fff;
    text-align: left;
}

#main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/

	transition: 0.5s;			/*同上*/

	display: block;
    width: 38vw;
    height: 52vw;
	padding: 3vw;

}

img {
    border: none;

    height: auto;
    vertical-align: middle;
}

/*全体の設定
---------------------------------------------------------------------------*/
body {

	line-height: 1.5;	/*行間*/
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
/*mainコンテンツのh2,h3タグ設定*/
#main h2, #main h3 {
	font-size: 14px;	/*文字サイズ*/
}


header{
		height:50px;
	}

header #logo{

	width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
	}
/*一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	padding: 10px;		/*ボックス内の余白。ここを変更する際は、下の「.list a」のpaddingとmarginの数字も合わせる。marginの方はマイナス記号を忘れずに。*/
}
#main .list a {
	padding: 8px;
	margin: -5px;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
	/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;	/*左側に線を入れる*/

}


/*メニューブロック設定*/



nav#menu {
    height: 140px;
	margin:10px 0;
	box-shadow: none;

}
nav#menu ul {
	width: auto;
	margin-right: auto;
	margin-left:auto;

}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	display: block;
	width: 23.5vw;
	height: 70px;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefc), to(#57bff0));
    background-image: -webkit-linear-gradient(#fefefc, #8CD0F0 49%, #8CD0F0 50%, #57bff0);
    background-image: linear-gradient(#fefefc, #8CD0F0 49%, #8CD0F0 50%, #57bff0);*/
	text-align: center;
	float:left;
	border-right: 1.1px solid #FFF;
	border-bottom: 3px solid #FFF;
}
nav#menu ul li a {
	display: block;
	padding: 50px 0px 0px 0px;	/*メニュー内の余白。上、右、下、左*/
	background-repeat: no-repeat;
    background-position: center 5px, 0 0;
	background-size: 45px 43px, auto auto;
	text-decoration: none;
	color: #FFF;
	font-size: 4vw;

}
	nav#menu ul li:nth-child(1) a{
background-color: #57bff0;
	background-image: url(../images/home.png);



	}
	nav#menu ul li:nth-child(2) a{
background-color: #93d83b;
	background-image: url(../images/access.png);


	}

	nav#menu ul li:nth-child(3) a{
background-color: #f9c61b;
	background-image: url(../images/plan.png);

	}
	nav#menu ul li:nth-child(4) a{
background-color: #f09457;
	background-image: url(../images/tokuchou.png);

	}


	nav#menu ul li:nth-child(5) a{
background-color: #f09457;
	background-image: url(../images/qa.png);

	}

	nav#menu ul li:nth-child(6) a{
background-color: #f9c61b;
	background-image: url(../images/instructor.png);



	}

	nav#menu ul li:nth-child(7) a{
background-color: #ff6dae;
	background-image: url(../images/about.png);


	}

		nav#menu ul li:nth-child(8) a{
background-color: #8457bd;
	background-image: url(../images/mail.png);

	}



/*英語表記の設定*/
nav#menu ul li a span {
	display: none;	/*表示させない設定*/
}



/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 120px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}
.ta1 td .specialtext {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}


.sh {
max-width: 49%;
    height: auto;
    display: inline-block;
    position: relative;
	margin-bottom: 20px;



}

}


.sh2{

    height: auto;
    display: inline-block;
    position: relative;

}

/*画面幅350px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:350px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {


}

}


/*アニメーション関連
---------------------------------------------------------------------------*/

/*更新情報ティッカー
---------------------------------------------------------------------------*/
.ticker {
    margin: 0 auto;
    padding: 5px;
	margin-bottom: 5px;
    text-align: left;
    border: #ccc 1px solid;
    position: relative;
    overflow: hidden;
	border-radius: 5px;

}

.ticker ul {
    width: 100%;
    position: relative;

}

.ticker ul li {
    width: 100%;
    display: none;

}


/*パンくずリスト設定
---------------------------------------------------------------------------*/

.breadcrumb {
  padding-left:0;
  margin-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #52b5ee;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*ブログアイキャッチ設定
---------------------------------------------------------------------------*/
.eyecatch
	{
	    display: block;
    float: left;
    width: 140px;
    height: 140px;
    padding: 10px;

	}
}

/*---------------------------------------------------------------------------*/
/*ブログ記事一覧表示設定 (全体の指定) */
/*---------------------------------------------------------------------------*/

@media screen and (max-width:2400px){
.blog_wrapper{
	display:flex;
	align-items: center;
	width: 100%;
	border:1.5px solid #57bff0;
	margin-bottom: 10px;
}

.blog_left{
	width:25%;
	display:flex;
	align-items: center;
	margin:2%;
}

.blog_right{
	width:75%;
	padding:2% 0;
}

#blog .blog_right h3,
#blog .blog_right p{
	color:#57bff0;
	padding:0 0 0 5px;
	line-height:1.5;
	width:95%;

}

#blog .blog_right p:nth-of-type(2){
	margin-bottom:0;
}

.blog_left img{
	width:180px;
	object-fit: cover;
	object-position: center;
}

#blog .blog_right h3{
	background: inherit;
	font-size:24px;
	font-size: calc(1.3125rem + ((1vw - 9px) * 0.2941));
	text-align: left;
	box-shadow: none;
	border:none;
}

#main #blog h3::first-letter {
    border-left: none;
    padding-left: 0;
}
}
/*---------------------------------------------------------------------------*/
/*ブログ記事一覧表示設定 (全体指定 end) */
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*ブログ記事一覧表示設定 (900px以下の指定 ) */
/*---------------------------------------------------------------------------*/
@media screen and (max-width:800px){
.blog_wrapper{
	width:98%;
}

.blog_right{
	width:65%;
}

#blog .blog_right p{
	font-size:16px;
	margin-bottom:4%;
}

#blog .blog_right h3{
	font-size:22px;
	/* font-size: calc(1rem + ((1vw - 4px) * 0.8)); */
	font-size: calc(1rem + ((1vw - 4px) * 1.2));
	margin-bottom:4%;
}
}
/*---------------------------------------------------------------------------*/
/*ブログ記事一覧表示設定 (800px以下の指定 end) */
/*---------------------------------------------------------------------------*/


@media screen and (max-width:450px){
	/*---------------------------------------------------------------------------*/
/*ブログ記事一覧表示設定 (450px以下の指定) */
/*---------------------------------------------------------------------------*/

.blog_left{
	width:30%;
	display:flex;
	align-items: center;
	margin:5px;
}

.blog_right{
	width:65%;
}

#blog .blog_right p{
	font-size:10px;
	margin-bottom:7px;
}

#blog .blog_right h3{
	font-size:18px;
	margin-bottom:7px;
}
}
/*---------------------------------------------------------------------------*/
/*ブログ記事一覧表示設定 (450以下の指定 end)*/
/*---------------------------------------------------------------------------*/







/*YouTubeページの設定
---------------------------------------------------------------------------*/

.douga{
	width: 48%;
    float: left;
	margin: 3px;
}
	
	

.douga img{
	
}

/*蛍光マーカーのデザイン
---------------------------------------------------------------------------*/

.post-column-marker {
    font-weight: 700;
    background: linear-gradient(rgba(0,0,0,0) 70%,#ffff33 0%);
}

/*トップYOUTUBE埋め込み
---------------------------------------------------------------------------*/

.youtube-wrapper{
  width:100%;
  height:0;
  padding-bottom:56.25%;
  position:relative
}
.youtube-wrapper iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0
  left:0
}
