@charset "utf-8";

/*-------------------------------------------------
  下層用ベースCSS
  作成者：Hidemi Iwazaki
  作成日：2009/11/11
  最終更新日：2009/11/11
--------------------------------------------------*/


/*メインコンテンツ
----------------------------------------*/
#maincontainer {
	margin:0 auto;
	width:800px;
	clear:both;
}

#contentscontainer p,
#contentscontainer ul,
#contentscontainer dl {
	margin-top: 10px;
}
#contentscontainer p{
	text-align:justify;
	text-justify:inter-ideograph;
}


/*----- パンナビ -----*/
#pannavi{
	font-size:80%;
	margin:10px 0 0 0;
}

/*下層用メインコンテンツ
----------------------------------------*/
#contentscontainer{
	min-height:380px;
	padding-bottom:50px;
}
* html #contentscontainer{
	height:380px;
}

/*----- タイトル画像 -----*/
#maintitle{
	margin-top:1px;
}
#maintitle-eng{
	padding-top:1px;
	border-top:5px solid #000094;
}

/*１カラム用
----------------------------------------*/
#kasou-1colcont{
	padding-top:12px;
}

/*２カラム用
----------------------------------------*/
#kasou-2colcont{
	background-image:url(/imgs/kasou/bg_leftcontents.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

/*----- 下層用受験生ページバナー -----*/
#juken-banner{
	padding:6px 0 15px 0;
	background-color:#FFFFFF;
}


/*----- 右コンテンツ（ページ内容） -----*/
#rightcontents {
	width: 550px;
	padding:12px 0 0 0;
	float:left;
}

/*----- 左コンテンツ（サブメニュー） -----*/
#leftcontents{
	float: right;
	width:225px;
	padding-bottom:10px;
}

/*サブメニュー*/
#submenu {
	width: 179px;
	padding:3px 0 0 23px;
}
#submenu dt {
	padding:15px 0 3px 7px;
	width:172px;
	color:#000094;
	font-weight:bold;
	border-bottom:2px solid #000094;
}
#submenu dd,
#submenu li {
	background-image:url(/imgs/kasou/li_submenu.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:0 0 1px 0;
}
#submenu dd a,
#submenu li a{
	display:block;
	background-image: url(/imgs/kasou/ic_submenu.gif);
	background-repeat: no-repeat;
	background-position: 9px 0.6em;
	text-decoration:none;
	padding:4px 15px 4px 28px;
	width: 136px;
	color: #000000;
}
#submenu dd a:visited{
	color: #666666;
}
#submenu dd a:hover{
	background-color: #B4D8F5;
	color: #000000;
}

ul#submenu{
}

/*前のページ、ページトップへ戻る
----------------------------------------*/
#backtoparea{
	width:800px;
	height: 22px;
	float:left;
}

.backtopend {
	float:left;
	text-indent: -9999px;
	text-decoration: none;
	font-size:1px;/*文字サイズの崩れ防止*/
	line-height:1px;/*文字サイズの崩れ防止*/
	clear:right;
}

#kasou-2colcont .backtopend {
	width:550px;
}
#kasou-eng .backtopend {
	width:800px;
}


.backtopend li{
	display:inline;
}
#kasou-2colcont .backtopend .back a {
	background-image: url(/imgs/common/bt_backpage.gif);
	background-repeat: no-repeat;
	float: left;
	width:87px;
	height:22px;
	overflow: hidden;

}
#kasou-2colcont .backtopend .top a {
	background-image: url(/imgs/common/bt_pagetop.gif);
	background-repeat: no-repeat;
	float: right;
	width:125px;
	height:22px;
	overflow: hidden;
}

#kasou-eng .backtopend .back a {
	background-image: url(/imgs/common/bt_backpage_eng.gif);
	background-repeat: no-repeat;
	float: left;
	width:59px;
	height:22px;
	overflow: hidden;

}
#kasou-eng .backtopend .top a {
	background-image: url(/imgs/common/bt_pagetop_eng.gif);
	background-repeat: no-repeat;
	float: right;
	width:86px;
	height:22px;
	overflow: hidden;
}



/*扉ページ 説明文
----------------------------------------*/
.top-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.top-box {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .top-box {
	height: 1%;
}
.top-box {
	display: block;
	
	margin-top:10px;
}
/* Hides from IE-mac */

.top-box dl{
	border-bottom:1px solid #93B217;
	border-right:1px solid #93B217;
	padding:10px;
	margin:0 5px;
	float:left;
	width:238px;
	min-height:65px;
}
* html .top-box dl{
	height:65px;
}

.top-box dl dt {
	background-image: url(/imgs/kasou/ic_submenu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding:0 0 3px 17px;
}
.top-box dl dt a:link{
	color:#000094;
	font-weight:bold;
}
.top-box dl dt a:visited{
	color: #666666;
	font-weight:bold;
}
.top-box dl dt a:hover{
	color: #FF7B01;
	font-weight:bold;
}
.top-box dl dd{
	background-image:url(/imgs/kasou/li_submenu.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:5px;
}

/*受験生応援ページ各扉ページ リスト一覧
----------------------------------------*/
.cheer-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cheer-box {
	display: inline-table;
	min-height: 1%;

	border:1px solid #8EC5F0;
	padding:15px;
	margin-top:20px;
}

/* Hides from IE-mac \*/
* html .cheer-box {
	height: 1%;
}
.cheer-box {
	display: block;
}
/* Hides from IE-mac */


.cheer-box ul{
	margin:0!important;
}

.cheer-box ul li {
	border: none;
	margin: 0px;
	background-image: url(/imgs/common/ic_linklist.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding: 1px 5px 1px 16px;
	width:235px;
	float:left;
}

.cheer-box ul.list-one li {
	float:none;
	width:auto;
}


/*受験生の方 Q&A
------------------------------------------------*/
/*ClearFix*/
#tab-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#tab-list {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html #tab-list {
	height: 1%;
}
#tab-list {
	display: block;
}

#tab-list{
	margin:20px 0 0;
	border-bottom:1px solid #2674CA;
}
#tab-list li{
	display:inline;
}
#tab-list li a{
	display:block;
	float:left;
	width:auto;
	margin-right:6px;
	background-color:#DFDFDF;
	background-position:-134px 0;
	text-align:center;
	padding:11px 2px 10px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
#tab-list li a.tab-default,
#tab-list li a.tab-on,
#tab-list li a:hover{
	background-position:0 0;
	background-color:#000094;
	color:#FFF;
}



/*前のページ　次のページ
------------------------------------------------*/
.pagebute{
	margin:20px 0!important;
	text-align:center;
}


/*サイト内検索結果
------------------------------------------------*/
#searchresult table,
#searchresult table td{
	border:none;
}

/*ページ番号*/
#searchresult .gsc-cursor-box{
	text-align:center;
}
/*受講の案内*/
.juko_l {
	width: 48%;
	float: left;
}
.juko_r {
	width: 48%;
	float: right;
}

.dl-juko-l,
.dl-juko-l2 {
	width: 48%;
	float: left;
	border: 1px solid #5C78BB;
}
.dl-juko-r {
	width: 48%;
	float: right;
	border: 1px solid #000577;
}

.dl-juko-l dt,
.dl-juko-l2 dt {
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	background: #5C78BB;
}

.dl-juko-r dt {
	padding: 5px;
	font-weight: bold;
	color: #000577;
	background: #D9D9F4;
}
.dl-juko-l dd {
	padding: 5px;
	background-color: #F4F6FA;
}
.dl-juko-l2 dd {
	padding: 5px;
}
.dl-juko-r dd {
	padding: 5px;
}

.box_juko {
	background: #FAF0ED;
	border: 2px solid #F0988E;
	padding: 15px;
	margin: 20px 0;
	border-radius: 6px;
}

.text_juko_blue {
	color: #425787 !important;
}


/*pata-n 2*/
.dl-juko-flow {
	border: 1px solid #000577;
	margin: 15px 0;
}
.dl-juko-flow dt {
	padding: 5px;
	border-bottom: 1px dotted #000577;
	background: #D4ECF8;
	font-weight: bold;
	color: #040078;
}
.dl-juko-flow dd {
	padding: 5px;
}
/**/
.dl-box-kosyusystem dt, .dl-box-jukosya dt, .dl-box-aue dt {
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}
.dl-box-kosyusystem dt img, .dl-box-jukosya dt img, .dl-box-aue dt img {
	display: inline;
}
.dl-box-kosyusystem dd {
	margin: 0;
	padding: 0px 10px 10px;
}
.dl-box-jukosya dd, .dl-box-aue dd {
	margin: 0;
	padding: 5px 10px 15px;
}
.dl-box-kosyusystem dd {
	border: 1px solid #B5384A;
	background: #FFF7F8;
}
.dl-box-aue dt {
	text-align: right;
}
.dl-box-aue dd {
	border: 1px solid #000098;
	background: #FFF;
}
.dl-box-jukosya dd {
	border: 1px solid #31859C;
	background: #FFF;
}
div.box {
	display: table;
}
div.left_box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
div.right_box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.wd70 {
	width: 70%;
}
.rel {
	position: relative;
}
.v-center {
	position: absolute;
	top: 50%;
}
.hover {
	background-image: url(/imgs/common/ti_h3_hover.gif);
}

/*採用情報
---------------------------------*/
.box_saiyo {
	background: #FFFBDF;
	border: 1px solid #FFDA77;
	padding: 15px;
	margin: 20px 0;
}


/*イベント情報
---------------------------------*/
#event-cat-list:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#event-cat-list {
	/zoom:1;
} /* ie6,ie7 */

#event-cat-list{
	margin:20px 0 10px 0;
}
/*#event-cat-list li{
	float:left;
	margin-right:3px;
}*/
#event-cat-list li{
	display:inline;
}
#event-cat-list li a{
	display:block;
	float:left;
	width:62px;
	height:24px;
	margin-right:3px;
}
#event-cat-list li a img{
	filter: alpha(opacity=60); /* IE7以下用 */
	-ms-filter: “alpha(opacity=60)”; /* IE8用 */
	opacity:0.6; /* Firefox 1.5以上, Opera, Safari用 */
}
#event-cat-list li a:hover img{
	filter: alpha(opacity=90); /* IE7以下用 */
	-ms-filter: “alpha(opacity=90)”; /* IE8用 */
	opacity:0.9; /* Firefox 1.5以上, Opera, Safari用 */
}

#event-cat-list li.on a img{
	filter: alpha(opacity=100); /* IE7以下用 */
	-ms-filter: “alpha(opacity=100)”; /* IE8用 */
	opacity:1; /* Firefox 1.5以上, Opera, Safari用 */
}



/*月一覧*/
.selectmonth{
	margin:10px 0 0 0;
	padding-left:5px;
	border-bottom:1px solid #AAA;
}
.selectmonth li {
	width: 35px;
	float: left;
	text-align: center;
	border-radius:5px 5px 0 0;
	margin:0 2px;
	padding:3px 2px;	
	border-left: solid 1px #AAA;
	border-top: solid 1px #AAA;
	border-right: solid 1px #AAA;
	overflow: hidden;
	font-size:12px;
	background-color:#F3F3F3;
}
.selectmonth li:hover{
	background-color:#ACD7FD;
}

.selectmonth li.on{
	background-color: #000099;
	color:#FFF;
}
.selectmonth li.on a{
	color:#FFF;
	text-decoration:none;
}

/*イベントカレンダー
------------------------*/
.event-table{
	border:0;
	border-top:1px dotted #CCC;
}
.event-table thead th{
	border:0;
	border-left:1px solid #FFF;
}
.event-table tbody th{
	border:0;
	border-bottom:1px dotted #CCC;
	width:10%;
}
.event-table td{
	border:0;
	border-bottom:1px dotted #CCC;
	padding:10px 7px 10px 7px;
	vertical-align:top;
}
.event-table td.event-icon{
	vertical-align:top;
	width:76px;
	text-align:center;
	padding-top:11px;
}
.event-table td.event-taisyo{
	background-color:#F0F0F0;
	width:116px;
}


.event-detail-table{
	border:0;
	border-top:1px dotted #CCC;
}
.event-detail-table th{
	border:0;
	width:25%;
	text-align:left;
	padding:5px;
	border-bottom:1px dotted #CCC;
}
.event-detail-table td{
	border:0;
	border-bottom:1px dotted #CCC;
	padding:10px 7px 10px 7px;
	vertical-align:top;
}
.entry-event table th{
	background:#CFF9CE;
}
.entry-exam table th{
	background:#FFD1A4;
}
.entry-kouza table th{
	background:#D9E2FF;
}
.event-kanren-box{
	border-bottom:1px dotted #999;
	margin:10px 0 30px;
	padding:0 0 20px;
}


/*----- 位置設定 -----*/
.harf-l_new{
	float: left;
	width: 275px;
}
.harf-r_new{
	float: right;
	width: 275px;
}
/*----- 170410追加 使用箇所 /edu/gakubu/1st_school_experience_qa.html ----*/
.dl-list{
margin:0 0 20px;
}
.dl-list dt{
font-weight:bold;
font-size:110%;
padding:0 0 5px;
border-bottom:1px solid #333;
}
.dl-list dd{
padding:5px 0 5px;
}
.dt-q-color{
color:#0075c2;
}
.dd-a-color{
font-weight:bold;
font-size:110%;
color:#ee7800;
}
/*----- 2020.05.07追加 使用箇所 /intro/public/pamphlet.html ----*/
@media screen and (min-width:800px) {
.pc-wd400px{
width:400px;
}
}
@media screen and (max-width:400px) {
.pc-wd400px{
width:100%;
}
}
.expired-course{
	background:#ccc;
}

/*子育てに関するQ＆A
----------------------------------------*/
.ikuji_a{
  background-image:url(/cheer/faq/imgs/ic_a.gif);
	background-repeat: no-repeat;
	background-position:0 0;
  display: inline-block;
	padding:0 0 10px 32px;
}

.ikuji_q p{
	background-image:url(/cheer/faq/imgs/ic_q.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	padding: 0 0 0 32px;
min-height:26px;
}

/*2022/6/27　オープンキャンパスのご案内
----------------------------------------*/
.button_oc{
text-align: center;
}
.button_oc a {
    position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
  padding: 1em;
  max-width:450px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  background-color: #FF7F00;
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
        text-decoration: none;
box-sizing: border-box;
}
.button_oc a::after {
    position: absolute;
    right:16px;
    top:20px;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.button_oc a:hover {
  text-decoration: none;
  background-color: #FF9326;
  box-shadow: 0 0 10px rgba(0 0 0 / 0);
}