@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------- */
/*ヘッダー*/ 
/* -------------------------------------------------------------------------- */
/*固定ナビ用　直下の高さ調整　重ならないようにする*/ 　　/*ヘッダーを固定する場合ははずす*/
/* @media (min-width: 1200px) {.page-header {padding: 0px;margin: 80px 0 0 0; overflow: hidden;}}
@media (min-width: 992px) and (max-width: 1199px){.page-header {padding: 0px;margin: 140px 0 0 0; overflow: hidden;}}
@media (min-width: 768px) and (max-width: 991px) {.page-header {padding: 0px;margin: 150px 0 0 0; overflow: hidden;}}
@media (min-width: 431px) and (max-width: 767px) {.page-header {padding: 0px;margin: 140px 0 0 0; overflow: hidden;}}
@media (max-width: 430px) {.page-header {padding: 0px;margin: 120px 0 0 0; overflow: hidden;}}*/


/*ロゴ----*/
@media (min-width: 1200px) {
	.navbar-brand {
		float: left;
		margin:5px 0 0 0;
		padding: 0px;		
		}
	
	.navbar-brand:hover, .navbar-brand:focus {
		text-decoration: none;
		}
		
	.navbar-brand img {
		width: 90%;
		margin:0;
		float: left;
		}	
}/*1200以上　終了タグ----------------------*/
	
@media (min-width: 992px) and (max-width: 1199px){
	.navbar-brand {
		float: left;
		margin:5px 0 0 0;
		padding: 0px 0px;
		}
	
	.navbar-brand:hover, .navbar-brand:focus {
		text-decoration: none;
		}
		
	.navbar-brand img {
		width: 90%;
		text-align: left;
		float: left;
		margin:0;
		}
  }/*992以上1199以下　終了タグ----------------------*/
  
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header{text-align: center;}
	.navbar-brand {
		margin:5px auto 5px auto;
		padding: 0px 0px;
		}
	
	.navbar-brand:hover, .navbar-brand:focus {
		text-decoration: none;
		}
		
	.navbar-brand img {
		width:60%;
		margin:0px auto;
		}
  }/*768以上991以下　終了タグ----------------------*/
  
  @media (max-width: 767px) {
  	.navbar-header{text-align: center;}
	.navbar-brand {
		margin:5px auto 5px auto;
		padding: 0px 0px;
		}
	
	.navbar-brand:hover, .navbar-brand:focus {
		text-decoration: none;
		}
		
	.navbar-brand img {
		width: 60%;
		margin:0px auto;
		}
  }/*767以下　終了タグ----------------------*/
  
  
/* -------------------------------------------------------------------------- */
/*ナビゲーション設定*/
/* -------------------------------------------------------------------------- */
/*ページトップ*/
#page-top {
    position: fixed;
    right: 20px;
    font-size: 80%;
	z-index: 10000000;
	}
@media (min-width: 1200px) {#page-top{bottom: 10px;}}
@media (min-width: 992px) and (max-width: 1199px){#page-top{bottom: 10px;}}
@media (min-width: 768px) and (max-width: 991px) {#page-top{bottom: 10px;}}
@media (max-width: 767px) {#page-top{bottom: 10px;}}

#page-top a {
    background-color: rgba(10,10,10,0.85);
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	}

#page-top a:hover {
    text-decoration: none;
    background-color: rgba(230,0,18,0.6);
	}
	
#page-top .icon{font-size: 1.6em;}


/*各校お問合せダイヤルボタン　フッター部分に表示　　1200以上、992以上1199以下、768以上991以下は非表示　---------- */
@media (max-width: 767px) {
.infoNavi-bottomBox {
    position: fixed;
    bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000000;
	margin: 0;
	width:100%;
	}
	
.infoNavi-bottomBox .infoNavi-bottom {
	margin: 0;
    width: 50%;
	float: left;
	padding: 0 2px;
	box-sizing:border-box; /* CSS3, IE8~, Opera8~ */
    -moz-box-sizing: border-box; /* Mozilla系 */
    -webkit-box-sizing: border-box; /* Safari, Chrome系 */
	font-size: 1.6em;
	line-height: 1.2;
	}

.infoNavi-bottomBox .infoNavi-bottom  a {
    background-color: rgba(229,0,18,0.85);
    text-decoration: none;
    color: #ffffff;
    padding: 10px 10px;
	margin: 0;
    text-align: center;
	display: block;	
	}

.infoNavi-bottomBox .infoNavi-bottom  a:hover {
    text-decoration: none;
    background-color: rgba(229,0,18,0.85);
	}
	
.infoNavi-bottomBox .infoNavi-bottom .icon{font-size: 1.6em; margin-right: 0.2em; line-height: 0;}
.infoNavi-bottomBox .infoNavi-bottom .icon2{font-size: 1em; margin-right: 0.2em;}

}/*767以下　終了タグ----------------------*/


/*ヘッダーコンタクトエリア------------------------------------------------------*/
@media (min-width: 1200px) {
		.headerContactArea{
			background: #efefef;
			float: right;
			padding: 10px;
			margin-bottom: 10px;
			}
		
		.headerContactArea ul{
			margin: 0 auto;
			padding: 0;
			}
		
		.headerContactArea li{
			list-style-type:none;
			width:251px;
			height:50px;
			float:left;
			margin: 0 5px;
			}
			
		.headerContactArea li a{
			display:block;
			height:100%;
			text-indent:-9999px;
			}
			
		.headerContactArea li a:hover   { background: #ffffff; filter: alpha(opacity=30);-moz-opacity:0.30;opacity:0.30;}		
		.headerContactArea li.dial{background-image: url(../../images/header_dial.svg);}		
		.headerContactArea li.contact{background-image: url(../../images/header_contact.svg);}
}/*1200以上　終了タグ----------------------*/


@media (min-width: 992px) and (max-width: 1199px){
		.headerContactArea{
			background: #efefef;
			float: right;
			padding: 10px;
			margin-bottom: 6px;
			}
		
		.headerContactArea ul{
			margin: 0 auto;
			padding: 0;
			}
		
		.headerContactArea li{
			list-style-type:none;
			width: 200px;
			height: 42px;
			
			float:left;
			margin: 0 5px;
			}
			
		.headerContactArea li a{
			display:block;
			height:100%;
			text-indent:-9999px;
			}
			
		.headerContactArea li a:hover   { background: #ffffff; filter: alpha(opacity=30);-moz-opacity:0.30;opacity:0.30;}		
		.headerContactArea li.dial{background-image: url(../../images/header_dial.svg);background-size:100% auto;
}		
		.headerContactArea li.contact{background-image: url(../../images/header_contact.svg);background-size:100% auto;
}
}/*992以上1199以下　終了タグ----------------------*/

@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width: 767px) {}




/*共通*/
/* ------------------------------------------------------------- */
/*アイコン間隔*/
.navbar-nav .icon{
	margin-right:5px;
	}
	
/*デフォルト*/
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	}
	

	
/*ナビゲーション  1200以上------------------------------------- */
@media (min-width: 1200px) {
	/*ナビゲーション　背景色*/
	.navbar-default {
		background-color: rgba(255,255,255,0.95);
		border-bottom: 1px solid #afafaf;
		}
		
	.navbar-nav {
		margin: 0 auto;
		padding: 0;
		}

	.navbar-collapse ul{
		margin: 0 auto;
		max-width: 1200px;
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
		padding: 0;
		}
	
	/*ホームボタン*/
	.navbar-nav .home{
		background: #e50012;
		font-size:1.0em;
		padding: 0;
		margin: 0;
		}
		
	.navbar-nav .small01{
		font-size:0.75em;
		padding: 0;
		display: inline-block;
		}

	.navbar-nav > li{
	float: left;
		line-height: 1;
		letter-spacing: normal; /* 文字間を通常に戻す */
		padding: 0px 0px;
		}
		
	.navbar-nav > li:not(:first-child) {
		width: 11.875%;
		}
		
		.navbar-nav > li:first-child {
		width: 5%;
		}
		
	/*ナビゲーション　ボタンテキストサイズ*/	
	.navbar-nav > li > a {display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 0px 7px;
		font-size:0.95em;
		height: 46px;
		width: 11.875%;
		}

	
	.navbar-nav > li > .dropdown-menu {
		margin-top: -21px;
		}
	
	/*ナビゲーション　ボタン間隔*/		
	.navbar-nav > li:not(:last-child) {
		border-right: 1px #ffffff solid;
		}
		
		.navbar-nav > li:first-child {
		border-left: 1px #ffffff solid;
		}
			
	/*ナビゲーション　背景色*/
	.navbar-default {
		background-color:#ffffff;
		/*border-color: #cccccc;*/
		}
		
		
	/*ナビゲーション　フォーカス時背景色*/
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #e50012;
		filter: alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
		}
		
	/*ナビゲーション　リンクカラー*/
	.navbar-default .navbar-nav > li > a{
		color: #ffffff;
		/*background-color: #333333;*/
		}
			
	/*ここよりデフォルト*/
	.navbar-toggle {
		display: none;
		}
			
	.navbar-header {
		/*float: left;*/
		}
			
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #e50012;
		}
			
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		}
			
	.navbar-collapse.in {
		overflow-y: visible;
		}
			
	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
		}
		
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		}
		
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
		}
		
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
		}
		
	.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
  		}
}/*1200以上　終了タグ----------------------*/


/*ナビゲーション  992以上1199以下------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px){
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 600px;
		}
		
	/*ナビゲーション　マージン　ボタン高さ*/
	.navbar-nav {
		margin: 5px 0px 10px 0px;
	}
	
	/*ナビゲーション　背景色*/
	.navbar-default {
		background-color: rgba(255,255,255,0.95);
		border-bottom: 1px solid #e50012;
		}
		
	/*ホームボタン*/
	.navbar-nav .home{
		background: #99e7ff;
		font-size:1.3em;
		line-height: 1.2;
		text-align: center;
		}

	/*ナビゲーション　リンクテキストカラー*/
	.navbar-default .navbar-nav > li > a {
		color: #333333;
		}

	/*ナビゲーション　xs　展開時ボタン背景・文字・ライン色*/
	.navbar-default .navbar-nav a {
   	 	border-bottom: 1px dotted #333333;
 	 	font-size:1.6em;
		line-height: 3;
		padding: 0 10px;
			}		

	/*ナビゲーション　トリガーボタン　直下ライン色*/
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
  		border-color: #e50012;
		}
		
	/*ナビゲーション　フォーカス時背景色*/
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  		color: #333333;
  		background-color:#afdeff;
		}

	/*ナビゲーション　ドロップダウン展開時リンクカラー*/
  	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    	color: #000000;
  		}
		
	/*ナビゲーション　トリガーナビゲーション - */
	/*------------------------------------------------------------------ */
	/* クリックエリアと位置を指定 ---------------------- */
	.navbar-toggle {
		position: absolute;			
		width: 38px; /* クリックエリアの横幅*/
		height: 38px; /* クリックエリアの高さ*/
		cursor: pointer;
		border-width:2px;
		border-color: #e50012;
		border-radius: 3px;
		text-align: center;
		}
		
	.navbar-toggle:after {
		position:relative;
		content: "menu";
		font-size: 1.0em;
		color: #e50012;
		text-align: center;
		top:27px;
		left: 0;
		right: 0;
		}

	/* 3本線の1本ごとに共通するスタイルを指定 -------------- */
	.navbar-toggle .icon-bar {
		position: absolute;
		top: 0px;
		left: 1px;
		display: block;
		width: 32px; /* 横幅 */
		height: 3px; /* 1本辺りの高さ */
		background: #e50012; /* 線の色 */

		/* 適用するプロパティ、変化する時間、変化する速度 */
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		}

	/* 3本線の各線の位置を指定 ---------------------- */
	.navbar-toggle  .line_01 { top:  6px; }
	.navbar-toggle  .line_02 { top: 15px; }
	.navbar-toggle  .line_03 { top: 24px; }
	
	/* 最上部の線のスタイル ---------------------- */									
	/* 			.navbar-toggle.is-active .line_01 {
	/* 					top: 17px; /* 上から2番目の線の位置に変更 */
	/* 
	/* 					/* 線を45度回転 */
	/* 				-webkit-transform: rotate(45deg);
	/* 				transform: rotate(45deg);
	/* 				}
	/* 
	/* 				/* 上から2番目の線のスタイル ---------------------- */
	/* 			.navbar-toggle.is-active .line_02 {
	/* 				opacity: 0; /* 不透明度を下げて線を消す */
	/* 					}
	/* 
	/* 				/* 最下部の線のスタイル ---------------------- */
	/* 				.navbar-toggle.is-active .line_03 {
	/* 					top: 17px; /* 上から2番目の線の位置に変更 */
	/* 
	/* 					/* 線を135度回転 */
	/* 					-webkit-transform: rotate(135deg);
	/* 					transform: rotate(135deg);
	/* 					}
	
    /*ナビゲーション　トリガーナビゲーションここまで - */
	/*------------------------------------------------------------------ */	
	
	/*ここよりデフォルト*/	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    	color: #18bc9c;
    	background-color: transparent;
  		}
		
  	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    	color: #fff;
		background-color: #1a252f;
		}
		
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    	color: #ccc;
		background-color: transparent;
		}		
}/*992以上1199以下　　終了タグ----------------------*/


/*ナビゲーション  768以上991以下------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 600px;
		}
		
	/*ナビゲーション　マージン　ボタン高さ*/
	.navbar-nav {
		margin: 5px 0px 10px 0px;
	}
	
	/*ナビゲーション　背景色*/
	.navbar-default {
		background-color: rgba(255,255,255,0.95);
		border-bottom: 1px solid #e50012;
		}
		
	/*ホームボタン*/
	.navbar-nav .home{
		background: #99e7ff;
		font-size:1.3em;
		line-height: 1.2;
		text-align: center;
		}

	/*ナビゲーション　リンクテキストカラー*/
	.navbar-default .navbar-nav > li > a {
		color: #333333;
		}

	/*ナビゲーション　xs　展開時ボタン背景・文字・ライン色*/
	.navbar-default .navbar-nav a {
   	 	border-bottom: 1px dotted #333333;
 	 	font-size:1.6em;
		line-height: 3;
		padding: 0 10px;
			}		

	/*ナビゲーション　トリガーボタン　直下ライン色*/
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
  		border-color: #e50012;
		}
		
	/*ナビゲーション　フォーカス時背景色*/
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  		color: #333333;
  		background-color:#afdeff;
		}

	/*ナビゲーション　ドロップダウン展開時リンクカラー*/
  	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    	color: #000000;
  		}
		
	/*ナビゲーション　トリガーナビゲーション - */
	/*------------------------------------------------------------------ */
	/* クリックエリアと位置を指定 ---------------------- */
	.navbar-toggle {
		position: absolute;			
		width: 38px; /* クリックエリアの横幅*/
		height: 38px; /* クリックエリアの高さ*/
		cursor: pointer;
		border-width:2px;
		border-color: #e50012;
		border-radius: 3px;
		text-align: center;
		}
		
	.navbar-toggle:after {
		position:relative;
		content: "menu";
		font-size: 1.0em;
		color: #e50012;
		text-align: center;
		top:27px;
		left: 0;
		right: 0;
		}

	/* 3本線の1本ごとに共通するスタイルを指定 -------------- */
	.navbar-toggle .icon-bar {
		position: absolute;
		top: 0px;
		left: 1px;
		display: block;
		width: 32px; /* 横幅 */
		height: 3px; /* 1本辺りの高さ */
		background: #e50012; /* 線の色 */

		/* 適用するプロパティ、変化する時間、変化する速度 */
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		}

	/* 3本線の各線の位置を指定 ---------------------- */
	.navbar-toggle  .line_01 { top:  6px; }
	.navbar-toggle  .line_02 { top: 15px; }
	.navbar-toggle  .line_03 { top: 24px; }
	
	/* 最上部の線のスタイル ---------------------- */									
	/* 			.navbar-toggle.is-active .line_01 {
	/* 					top: 17px; /* 上から2番目の線の位置に変更 */
	/* 
	/* 					/* 線を45度回転 */
	/* 				-webkit-transform: rotate(45deg);
	/* 				transform: rotate(45deg);
	/* 				}
	/* 
	/* 				/* 上から2番目の線のスタイル ---------------------- */
	/* 			.navbar-toggle.is-active .line_02 {
	/* 				opacity: 0; /* 不透明度を下げて線を消す */
	/* 					}
	/* 
	/* 				/* 最下部の線のスタイル ---------------------- */
	/* 				.navbar-toggle.is-active .line_03 {
	/* 					top: 17px; /* 上から2番目の線の位置に変更 */
	/* 
	/* 					/* 線を135度回転 */
	/* 					-webkit-transform: rotate(135deg);
	/* 					transform: rotate(135deg);
	/* 					}
	
    /*ナビゲーション　トリガーナビゲーションここまで - */
	/*------------------------------------------------------------------ */	
	
	/*ここよりデフォルト*/	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    	color: #18bc9c;
    	background-color: transparent;
  		}
		
  	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    	color: #fff;
		background-color: #1a252f;
		}
		
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    	color: #ccc;
		background-color: transparent;
		}		
}/*768以上991以下　終了タグ----------------------*/



/*767以下　ナビゲーション　展開時の背景色は、閉じているときと同じ*/
/* ------------------------------------------------------------- */
@media (max-width: 767px)  {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 600px;
		
		}
		
	/*ナビゲーション　マージン　ボタン高さ*/
	.navbar-nav {
		margin: 5px 0px 10px 0px;
	}
	
	/*ナビゲーション　背景色*/
	.navbar-default {
		background-color: rgba(255,255,255,0.95);
		border-bottom: 1px solid #e50012;
		}
		
	/*ホームボタン*/
	.navbar-nav .home{
		background:#99e7ff;
		font-size:1.3em;
		line-height: 0.8;
		text-align: center;
		}

	/*ナビゲーション　リンクテキストカラー*/
	.navbar-default .navbar-nav > li > a {
		color: #333333;
		}

	/*ナビゲーション　xs　展開時ボタン背景・文字・ライン色*/
	.navbar-default .navbar-nav a {
   	 	border-bottom: 1px dotted #333333;
 	 	font-size:1.6em;
		line-height: 2.3;
		padding: 0 10px;
			}		

	/*ナビゲーション　トリガーボタン　直下ライン色*/
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
  		border-color: #e50012;
		}
		
	/*ナビゲーション　フォーカス時背景色*/
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  		color: #333333;
  		background-color:#afdeff;
		}

	/*ナビゲーション　ドロップダウン展開時リンクカラー*/
  	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    	color: #000000;
  		}
		
	/*ナビゲーション　トリガーナビゲーション - */
	/*------------------------------------------------------------------ */
	/* クリックエリアと位置を指定 ---------------------- */
	.navbar-toggle {
		position: absolute;			
		width: 38px; /* クリックエリアの横幅*/
		height: 38px; /* クリックエリアの高さ*/
		cursor: pointer;
		border-width:2px;
		border-color: #e50012;
		border-radius: 3px;
		text-align: center;
		}
		
	.navbar-toggle:after {
		position:relative;
		content: "menu";
		font-size: 1.0em;
		color: #e50012;
		text-align: center;
		top:27px;
		left: 0;
		right: 0;
		}

	/* 3本線の1本ごとに共通するスタイルを指定 -------------- */
	.navbar-toggle .icon-bar {
		position: absolute;
		top: 0px;
		left: 1px;
		display: block;
		width: 32px; /* 横幅 */
		height: 3px; /* 1本辺りの高さ */
		background: #e50012; /* 線の色 */

		/* 適用するプロパティ、変化する時間、変化する速度 */
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		}

	/* 3本線の各線の位置を指定 ---------------------- */
	.navbar-toggle  .line_01 { top:  6px; }
	.navbar-toggle  .line_02 { top: 15px; }
	.navbar-toggle  .line_03 { top: 24px; }
	
	/* 最上部の線のスタイル ---------------------- */									
	/* 			.navbar-toggle.is-active .line_01 {
	/* 					top: 17px; /* 上から2番目の線の位置に変更 */
	/* 
	/* 					/* 線を45度回転 */
	/* 				-webkit-transform: rotate(45deg);
	/* 				transform: rotate(45deg);
	/* 				}
	/* 
	/* 				/* 上から2番目の線のスタイル ---------------------- */
	/* 			.navbar-toggle.is-active .line_02 {
	/* 				opacity: 0; /* 不透明度を下げて線を消す */
	/* 					}
	/* 
	/* 				/* 最下部の線のスタイル ---------------------- */
	/* 				.navbar-toggle.is-active .line_03 {
	/* 					top: 17px; /* 上から2番目の線の位置に変更 */
	/* 
	/* 					/* 線を135度回転 */
	/* 					-webkit-transform: rotate(135deg);
	/* 					transform: rotate(135deg);
	/* 					}
	
    /*ナビゲーション　トリガーナビゲーションここまで - */
	/*------------------------------------------------------------------ */	
	
	/*ここよりデフォルト*/	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    	color: #18bc9c;
    	background-color: transparent;
  		}
		
  	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    	color: #fff;
		background-color: #1a252f;
		}
		
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    	color: #ccc;
		background-color: transparent;
		}		
}/*767以下　ナビゲーション　終了タグ----------------------*/



/* トリガーの位置 ---------------------- */
@media (min-width: 768px) and (max-width: 991px){.navbar-toggle {top: 0px;right: 0;margin-left: 0px;}		
}/*終了タグ----------------------*/

@media (max-width: 767px) {.navbar-toggle {top: -3px;right: 0;margin-left: 0px;}
}/*終了タグ----------------------*/
	


/* -------------------------------------------------------------------------- */
/*ヘッダーエリア*/
/* -------------------------------------------------------------------------- */

@media (min-width: 1200px) {.header_catch{margin:0;height:2%; background: #e50012;}.header_catch h1 {margin:0;padding:0;font-weight:normal;font-size: 0.8em;color:#ffffff;line-height: 2.5;}}
@media (min-width: 992px) and (max-width: 1199px){.header_catch{margin:0;height:2%; background: #e50012;}.header_catch h1 {margin:0;padding:0;font-weight:normal;font-size: 0.8em;color:#ffffff;line-height: 2.5;}}
@media (min-width: 768px) and (max-width: 991px) {.header_catch{margin:0;height:2%;background: #e50012;}.header_catch h1 {margin:0;padding:0;font-weight:normal;font-size: 1.0em;color:#ffffff;line-height: 2.5;}}
@media (max-width: 767px) {.header_catch{margin:0 0 0 0;height:1.4%; background: #e50012;}.header_catch h1 {margin:0;padding:0;font-weight:normal;font-size: 1.4em;color:#ffffff;line-height: 1.2;}}
  
.header_nav{
	text-align:right;
	margin:0.5% 0;
	font-size: 0.8em;
	list-style:none;font-weight:normal;
	}
	
.header_nav li{
	display:inline;
	margin-left:5%;
	}

.header_nav a{
  color:#fff0f0;
	}
	
.header_nav .icon{
	margin-right:5px;
	color:#2ea7e0;
	}
	
.header_nav a:link    { text-decoration: none; color:#2ea7e0;}
.header_nav a:visited { text-decoration: none; color:#2ea7e0;}
.header_nav a:active  { text-decoration: none; color:#2ea7e0;}
.header_nav a:hover   { text-decoration: underline; color:#2ea7e0;}



/* -------------------------------------------------------------------------- */
/*フッターエリア*/
/* -------------------------------------------------------------------------- */

/*1200以上---------------------------------------------------------- */
@media (min-width: 1200px) {
	/*フッターエリア*/
	.footerBg{
		margin:0;
		width:100%;
		background-color:#cccccc;
		height:460px;/*フッター固定のため高さを設定*/
    	position:absolute;
    	bottom:0;
		}

	/*フッター固定設定*/
	html,body{height:100%;}

	#wrap{
		width:100%; 
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%; 
		}

	#contentsArea{padding-bottom:460px; /*フッターの高さと同じ*/
		}

	/*コンテンツナビゲーション*/
	footer .contentsNav{
		margin:0 auto;
		padding:0;
		height:36px;
		}
	
	footer .contentsNav ul{
		width:100%;
		margin:0 auto;
		padding:0;
		}

	footer .contentsNav li{
		float:left;
		margin:0;
		padding:0;
		list-style: none;
		width:25%;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		box-sizing:border-box; /* CSS3, IE8~, Opera8~ */
		-moz-box-sizing: border-box; /* Mozilla系 */
		-webkit-box-sizing: border-box; /* Safari, Chrome系 */
		}
	
	footer .contentsNav li:last-child{
		float:left;
		margin:0;
		padding:0;
		list-style: none;	
		width:25%;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		box-sizing:border-box; /* CSS3, IE8~, Opera8~ */
		-moz-box-sizing: border-box; /* Mozilla系 */
		-webkit-box-sizing: border-box; /* Safari, Chrome系 */
		}	
	
	footer .contentsNav a{
		text-align:center;
		display:block;
		height:38px;
		text-decoration:none;
		margin:0;
		background-color:#333333;
		color:#ffffff;
		font-size:0.9em;
		padding:10px 0 5px 0;
		}
	
	footer .contentsNav ul li a:focus,
	footer .contentsNav ul li a:hover{
		background-color:#868585; text-decoration:none;
		}

	footer .contentsNav .icon{
		margin-right:5px;
		}

	/*フッター下部*/	
	.footerBottom{
		background-color:#9b9a9a;
		clear:both;
		margin:0;
		padding:20px 0 10px 0;
		height:380px;/*高さ設定*/
		overflow:hidden;
		}

	/*見出し*/	
	.footerBottom h3{
		clear:both;
		margin: 0 0 0.5em 1.5em;
		padding:0;
		font-size:1.0em;
		font-style:normal;
		font-weight:normal;
		line-height:0;
		display:block;
		color:#ffffff;
		text-align:left;
		text-decoration: underline;
		}
	
	.footerBottom h3 .icon{margin-right:5px;}
	
	.footerBottom h3 a:link    { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:visited { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:active  { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:hover   { text-decoration: underline; color:#ffffff;}
	
	/*各校舎ナビ*/
	footer .schoolBuildNav{
		max-width:1140px;
		margin:0;
		padding:0 0 2% 0;
		}
	
	footer .schoolBuildNav ul{
		width: 80%;
		margin:0 auto 0 auto;
		padding:0;
		list-style: none;
		overflow: auto;
		}

	footer .schoolBuildNav li{
		float:left;
		margin: 1px auto;
		padding:0;
		font-size:0.9em;
		line-height:2;
		width:16%;	
		border: 1px solid #bcbaba;
		background-color:#868585;
		}
	
	footer .schoolBuildNav a{
		text-align:center;
		display:block;
		height:30px;
		text-decoration:none;
		margin:0;
		padding:0;
		color:#ffffff;
		}
	
	footer .schoolBuildNav ul li a:focus,
	footer .schoolBuildNav ul li a:hover{
		background-color:#707070; text-decoration:none;
		}
	
	footer .schoolBuildNav .icon{margin-right:5px;}
	
	
	/* 教育グループリンク */	
	.footerGroup{text-align:left;}
	
	.footerGroup ul{	
		margin:0 0 2% -2.0em;
		padding:0 0 0 -5px;
		float:left;
		line-height:1.3;
		list-style-type: square;
		list-style-position: outside;
		}
	
	.footerGroup li{	
		margin:0 0 0.2em 3em;
		padding:0 0 0 0;
		font-size:0.75em;
		float:left;color:#ffffff;
		}
	
	.footerGroup li a:link    { text-decoration: none; color:#ffffff;}
	.footerGroup li a:visited { text-decoration: none; color:#ffffff;}
	.footerGroup li a:active  { text-decoration: underline; color:#ffffff;}
	.footerGroup li a:hover   { text-decoration: underline; color:#ffffff;}	

	/* 理念テキスト */	
	.rinen p{
		margin: 0.2em 0 1em 2.3em;
		padding:0;
		font-size:0.80em;
		font-style:normal;
		font-weight:normal;
		line-height:1.5;
		display:block;
		color:#ffffff;
		text-align:left;
		}


	/* コピーライト */	
	.copy{
		width:100%;
		background-color:#868585;
		display:block;
		text-align:center;
		font-size:0.8em;
		line-height:3;
		color:#ffffff;
		font-family: Verdana, Geneva," sans-serif";
		}

}/*1200以上の終了タグ---------------------------------------------------------- */


@media (min-width: 992px) and (max-width: 1199px){
	/*フッターエリア*/
	.footerBg{
		margin:0;
		width:100%;
		background-color:#cccccc;
		height:490px;/*フッター固定のため高さを設定*/
    	position:absolute;
    	bottom:0;
		}

	/*フッター固定設定*/
	html,body{height:100%;}

	#wrap{
		width:100%; 
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
		}

	#contentsArea{padding-bottom:490px; /*フッターの高さと同じ*/
		}

	/*コンテンツナビゲーション*/
	footer .contentsNav{
		margin:0 auto;
		padding:0;
		height:36px;
		}
	
	footer .contentsNav ul{
		width:100%;
		margin:0 auto;
		padding:0;
		}

	footer .contentsNav li{
		float:left;
		margin:0;
		padding:0;
		list-style: none;
		width:25%;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		box-sizing:border-box; /* CSS3, IE8~, Opera8~ */
		-moz-box-sizing: border-box; /* Mozilla系 */
		-webkit-box-sizing: border-box; /* Safari, Chrome系 */
		}
	
	footer .contentsNav li:last-child{
		float:left;
		margin:0;
		padding:0;
		list-style: none;	
		width:25%;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		box-sizing:border-box; /* CSS3, IE8~, Opera8~ */
		-moz-box-sizing: border-box; /* Mozilla系 */
		-webkit-box-sizing: border-box; /* Safari, Chrome系 */
		}	
	
	footer .contentsNav a{
		text-align:center;
		display:block;
		height:38px;
		text-decoration:none;
		margin:0;
		background-color:#333333;
		color:#ffffff;
		font-size:0.9em;
		padding:10px 0 5px 0;
		}
	
	footer .contentsNav ul li a:focus,
	footer .contentsNav ul li a:hover{
		background-color:#868585; text-decoration:none;
		}

	footer .contentsNav .icon{
		margin-right:5px;
		}

	/*フッター下部*/	
	.footerBottom{
		background-color:#9b9a9a;
		clear:both;
		margin:0;
		padding:20px 0 10px 0;
		height:410px;/*高さ設定*/
		overflow:hidden;
		}

	/*見出し*/	
	.footerBottom h3{
		clear:both;
		margin: 0 0 0.5em 1.5em;
		padding:0;
		font-size:1.2em;
		font-style:normal;
		font-weight:normal;
		line-height:0;
		display:block;
		color:#ffffff;
		text-align:left;
		text-decoration: underline;
		}
	
	.footerBottom h3 .icon{margin-right:5px;}
	
	.footerBottom h3 a:link    { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:visited { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:active  { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:hover   { text-decoration: underline; color:#ffffff;}
	
	/*各校舎ナビ*/
	footer .schoolBuildNav{
		max-width:1140px;
		margin:0;
		padding:0 0 2% 0;
		}
	
	footer .schoolBuildNav ul{
		width: 80%;
		margin:0 auto 0 auto;
		padding:0;
		list-style: none;
		overflow: auto;
		}

	footer .schoolBuildNav li{
		float:left;
		margin: 1px auto;
		padding:0;
		font-size:0.9em;
		line-height:2.4;
		width:16%;	
		border: 1px solid #bcbaba;
		background-color:#868585;
		}
	
	footer .schoolBuildNav a{
		text-align:center;
		display:block;
		height:30px;
		text-decoration:none;
		margin:0;
		padding:0;
		color:#ffffff;
		}
	
	footer .schoolBuildNav ul li a:focus,
	footer .schoolBuildNav ul li a:hover{
		background-color:#707070; text-decoration:none;
		}
	
	footer .schoolBuildNav .icon{margin-right:5px;}
	
	
	/* 教育グループリンク */	
	.footerGroup{text-align:left;}
	
	.footerGroup ul{	
		margin:0 0 2% -2.0em;
		padding:0 0 0 -5px;
		float:left;
		line-height:1.3;
		list-style-type: square;
		list-style-position: outside;
		}
	
	.footerGroup li{	
		margin:0 0 0.2em 3em;
		padding:0 0 0 0;
		font-size:0.95em;
		float:left;color:#ffffff;
		}
	
	.footerGroup li a:link    { text-decoration: none; color:#ffffff;}
	.footerGroup li a:visited { text-decoration: none; color:#ffffff;}
	.footerGroup li a:active  { text-decoration: underline; color:#ffffff;}
	.footerGroup li a:hover   { text-decoration: underline; color:#ffffff;}	

	/* 理念テキスト */	
	.rinen p{
		margin: 0.2em 0 1em 2.3em;
		padding:0;
		font-size:1em;
		font-style:normal;
		font-weight:normal;
		line-height:1.5;
		display:block;
		color:#ffffff;
		text-align:left;
		}


	/* コピーライト */	
	.copy{
		width:100%;
		background-color:#868585;
		display:block;
		text-align:center;
		font-size:0.8em;
		line-height:3;
		color:#ffffff;
		font-family: Verdana, Geneva," sans-serif";
		}
}/*992以上1199以下の終了タグ------------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991px) {
	/*フッターエリア*/
	.footerBg{
		margin:0;
		width:100%;
		background-color:#cccccc;
		height:460px;/*フッター固定のため高さを設定*/
    	position:absolute;
    	bottom:0;
		}

	/*フッター固定設定*/
	html,body{height:100%;}

	#wrap{
		width:100%; 
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
		}

	#contentsArea{padding-bottom:460px; /*フッターの高さと同じ*/
		}

	/*コンテンツナビゲーション*/
	footer .contentsNav{
		margin:0 auto;
		padding:0;
		height:36px;
		}
	
	footer .contentsNav ul{
		width:100%;
		margin:0 auto;
		padding:0;
		}

	footer .contentsNav li{
		float:left;
		margin:0;
		padding:0;
		list-style: none;
		width:25%;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		box-sizing:border-box; /* CSS3, IE8~, Opera8~ */
		-moz-box-sizing: border-box; /* Mozilla系 */
		-webkit-box-sizing: border-box; /* Safari, Chrome系 */
		}
	
	footer .contentsNav li:last-child{
		float:left;
		margin:0;
		padding:0;
		list-style: none;	
		width:25%;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		box-sizing:border-box; /* CSS3, IE8~, Opera8~ */
		-moz-box-sizing: border-box; /* Mozilla系 */
		-webkit-box-sizing: border-box; /* Safari, Chrome系 */
		}	
	
	footer .contentsNav a{
		text-align:center;
		display:block;
		height:38px;
		text-decoration:none;
		margin:0;
		background-color:#333333;
		color:#ffffff;
		font-size:0.9em;
		padding:10px 0 5px 0;
		}
	
	footer .contentsNav ul li a:focus,
	footer .contentsNav ul li a:hover{
		background-color:#868585; text-decoration:none;
		}

	footer .contentsNav .icon{
		margin-right:5px;
		}

	/*フッター下部*/	
	.footerBottom{
		background-color:#9b9a9a;
		clear:both;
		margin:0;
		padding:20px 0 10px 0;
		height:380px;/*高さ設定*/
		overflow:hidden;
		}

	/*見出し*/	
	.footerBottom h3{
		clear:both;
		margin: 0 0 0.5em 1.5em;
		padding:0;
		font-size:1.2em;
		font-style:normal;
		font-weight:normal;
		line-height:0;
		display:block;
		color:#ffffff;
		text-align:left;
		text-decoration: underline;
		}
	
	.footerBottom h3 .icon{margin-right:5px;}
	
	.footerBottom h3 a:link    { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:visited { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:active  { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:hover   { text-decoration: underline; color:#ffffff;}
	
	/*各校舎ナビ*/
	footer .schoolBuildNav{
		max-width:1140px;
		margin:0;
		padding:0 0 2% 0;
		}
	
	footer .schoolBuildNav ul{
		width: 80%;
		margin:0 auto 0 auto;
		padding:0;
		list-style: none;
		overflow: auto;
		}

	footer .schoolBuildNav li{
		float:left;
		margin: 1px auto;
		padding:0;
		font-size:0.9em;
		line-height:2.7;
		width:16%;	
		border: 1px solid #bcbaba;
		background-color:#868585;
		}
	
	footer .schoolBuildNav a{
		text-align:center;
		display:block;
		height:30px;
		text-decoration:none;
		margin:0;
		padding:0;
		color:#ffffff;
		}
	
	footer .schoolBuildNav ul li a:focus,
	footer .schoolBuildNav ul li a:hover{
		background-color:#707070; text-decoration:none;
		}
	
	footer .schoolBuildNav .icon{margin-right:5px;}
	
	
	/* 教育グループリンク */	
	.footerGroup{text-align:left;}
	
	.footerGroup ul{	
		margin:0 0 2% -2.0em;
		padding:0 0 0 -5px;
		float:left;
		line-height:1.3;
		list-style-type: square;
		list-style-position: outside;
		}
	
	.footerGroup li{	
		margin:0 0 0.2em 3em;
		padding:0 0 0 0;
		font-size:0.95em;
		float:left;color:#ffffff;
		}
	
	.footerGroup li a:link    { text-decoration: none; color:#ffffff;}
	.footerGroup li a:visited { text-decoration: none; color:#ffffff;}
	.footerGroup li a:active  { text-decoration: underline; color:#ffffff;}
	.footerGroup li a:hover   { text-decoration: underline; color:#ffffff;}	

	/* 理念テキスト */	
	.rinen p{
		margin: 0.2em 0 1em 2.3em;
		padding:0;
		font-size:1em;
		font-style:normal;
		font-weight:normal;
		line-height:1.5;
		display:block;
		color:#ffffff;
		text-align:left;
		}


	/* コピーライト */	
	.copy{
		width:100%;
		background-color:#868585;
		display:block;
		text-align:center;
		font-size:0.8em;
		line-height:3;
		color:#ffffff;
		font-family: Verdana, Geneva," sans-serif";
		}
}/*768以上991以下の終了タグ------------------------------------------------------ */

@media (max-width: 767px) {
	/*フッターエリア*/
	.footerBg{
		margin:0;
		width:100%;
		background-color:#cccccc;
		height:300px;/*フッター固定のため高さを設定*/
		position:absolute;
		bottom:0;
		}

	/*フッター固定設定*/
	html,body{height:100%;}

	#wrap{
		width:100%; 
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
		}

	#contentsArea{padding-bottom:300px; /*フッターの高さと同じ*/}


	/*コンテンツナビゲーション*/
	footer .contentsNav{
		margin:0 auto;
		padding:0;
		height:36px;
		}
	
	footer .contentsNav ul{
		width:100%;
		margin:0 auto;
		padding:0;
		}

	footer .contentsNav li{
		float:left;
		margin:0;
		padding:0;
		list-style: none;
		width:50%;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		box-sizing:border-box; /* CSS3, IE8~, Opera8~ */
		-moz-box-sizing: border-box; /* Mozilla系 */
		-webkit-box-sizing: border-box; /* Safari, Chrome系 */
		}		
	
	footer .contentsNav a{
		text-align:center;
		display:block;
		height:46px;
		text-decoration:none;
		margin:0;
		background-color:#333333;
		color:#ffffff;
		font-size:1.4em;
		padding:15px 0 5px 0;
		}
	
	footer .contentsNav ul li a:focus,
	footer .contentsNav ul li a:hover{
		background-color:#868585; text-decoration:none;
		}
	
	footer .contentsNav .icon{margin-right:5px;}

	/*フッター下部*/	
	.footerBottom{
		background-color:#9b9a9a;
		clear:both;
		margin:0;
		padding:20px 0 10px 0;
		height:200px;/*高さ設定*/
		overflow:hidden;
		}

	/*見出し*/	
	.footerBottom h3{
		clear:both;
		margin: 0 0 0.5em 0em;
		padding:0 5px 0 0;
		font-size:1.4em;
		font-style:normal;
		font-weight:normal;
		line-height:0;
		display:block;
		color:#ffffff;
		text-align:left;
		text-decoration: underline;
		}
	
	.footerBottom h3 .icon{margin-right:5px;}
	
	.footerBottom h3 a:link    { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:visited { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:active  { text-decoration: underline; color:#ffffff;}
	.footerBottom h3 a:hover   { text-decoration: underline; color:#ffffff;}

	
	/*各校舎ナビ*/
	footer .schoolBuildNav{
		margin:0;
		padding:0 0 5% 0;
		}
	
	footer .schoolBuildNav ul{
		width:100%;
		margin:0 auto 0 auto;
		padding:0;
		list-style: none;
		overflow: auto;
		}

	footer .schoolBuildNav li{
		float:left;
		margin: 1px 0px;
		padding:0;
		width:33.333333333333%;	
		border: 1px solid #bcbaba;
		background-color:#868585;
		box-sizing:border-box; /* CSS3, IE8~, Opera8~ */
		-moz-box-sizing: border-box; /* Mozilla系 */
		-webkit-box-sizing: border-box; /* Safari, Chrome系 */
		}
	
	footer .schoolBuildNav a{
		text-align:center;
		display:block;
		height:40px;
		font-size:1.2em;
		text-decoration:none;
		margin:0;
		padding:11px 0 3px 0;
		color:#ffffff;
		}
	
	footer .schoolBuildNav ul li a:focus,
	footer .schoolBuildNav ul li a:hover{
		background-color:#707070; text-decoration:none;
		}
	
	footer .schoolBuildNav .icon{margin-right:5px;}
	
	
	/* 教育グループリンク */	
	.footerGroup{text-align:left;}
	
	.footerGroup ul{	
		margin:0 0 2% -2.0em;
		padding:0 0 0 -5px;
		float:left;
		line-height:1.3;
		list-style-type: square;
		list-style-position: outside;
		}
	
	.footerGroup li{	
		margin:0 0 0 3em;
		padding:0 0 0 0;
		font-size:0.75em;
		float:left;color:#ffffff;
		}
	
	.footerGroup li a:link    { text-decoration: none; color:#ffffff;}
	.footerGroup li a:visited { text-decoration: none; color:#ffffff;}
	.footerGroup li a:active  { text-decoration: underline; color:#ffffff;}
	.footerGroup li a:hover   { text-decoration: underline; color:#ffffff;}
	

	/* 理念テキスト */	
	.rinen p{
		margin: 0.2em 0 1em 2.3em;
		padding:0;
		font-size:0.75em;
		font-style:normal;
		font-weight:normal;
		line-height:2;
		display:block;
		color:#ffffff;
		text-align:left;
		}


	/* コピーライト */	
	.copy{
		width:100%;
		background-color:#868585;
		display:block;
		text-align:center;
		font-size:0.8em;
		line-height:3;
		color:#ffffff;
		font-family: Verdana, Geneva," sans-serif";
		}
}/*767以下の終了タグ------------------------------------------------------ */


/* tab contents2----------------- */
.tabContents2{
	margin: 0 0 1.5em 0;
	padding: 0;
	}

/* タブメニュー ---------------------------------------------*/
.tabContents2-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	}

.tabContents2-nav li {
	display: inline-block;
	background: #eee;
	letter-spacing: normal; /* 文字間を通常に戻す */
	cursor: pointer;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc;
	box-sizing: border-box;
	color: #333333;
	text-align: center;
	}

@media (min-width: 1200px) {.tabContents2-nav li {padding: 14px 20px;font-size: 1.4em; margin: 0 -1px 0 0;}}
@media (min-width: 992px) and (max-width: 1199px){.tabContents2-nav li {padding: 8px 20px;font-size: 1.4em; margin: 0 -1px 0 0;}}
@media (min-width: 768px) and (max-width: 991px) {.tabContents2-nav li {padding: 10px 10px;font-size: 1.4em; margin: 0 -1px 0 0;}}
@media (max-width: 767px) {.tabContents2-nav li {padding: 15px 5px;font-size:1.4em;margin: -1px 0px 0 0;  width: 50%;}}

.tabContents2-nav li:hover {background: #e50012;color: #ffffff;}

.tabContents2-nav li.act {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc;
	box-sizing: border-box;
	background: #e50012;
	color: #ffffff;
	}



/* タブの中身 ---------------------------------------------*/
.tabContents2-box {
	margin: -1px 0 1.5em 0;
	padding: 1.0em;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc;
	box-sizing: border-box;
	width: 100%;
	float: left;
	}

.tabContents2-box div {display: none;margin: 0;}

.tabContents2-box div.act { display: block;}

.tabContents2-box img{ width:100%; margin: 0 0 20px 0;}