@charset "UTF-8";

/* 2019.02.12 ADD */
/*お申し込みはこちら学科別 toppage*/

.btn_shiryo2 {
	float: right;
	width: 214px;
	height: 81px;
	background: url(/img/btn_top_02.png) no-repeat 0 0;
	padding:0 0 0 11px;
	position: relative;
}

.btn_shiryo2 ul {
	margin:12px 0 10px 21px;
	}

.btn_shiryo2 ul li {
	width:86px;
	height:58px;
	float:left;
	}

.btn_shiryo2 ul li.shiryo_01 {
	background:url(../../img/btn_top_d0201_on.png)
	}

.btn_shiryo2 ul li.shiryo_03 {
	background:url(../../img/btn_top_t0203_on.png)
	}

.btn_shiryo2 ul li a {
	display:block;
	}

.btn_shiryo2 ul li a:hover img {
	visibility:hidden !important;
	cursor:pointer !important;
	}

/* お申し込みはこちら学科別 side */
.btn_shiryo_side2 {
	width: 210px;
	height: 81px;
	background: url(../img/lnav/btn_side_02.png) no-repeat 0 0;	
	position:relative;
}
.btn_shiryo_side2 #btn_dp1 {
	position:absolute;
	top: 12px;
	left:32px;	
}
.btn_shiryo_side2 #btn_tsu {
	position:absolute;
  top: 12px;
	left:117px;	
}

/* ---------ページ下部 資料請求ボタン 2019.2--------- */

#footer #innerfooter #bnr_school_info2 {
	position: fixed;
	left: 50%;
	bottom: 0px;
	z-index:1000;
	margin-left:-470px; /* ネガティブマージン 通信学科なし36px*/
	width: 945px; /* 画像の幅 */
	height: 60px; /* 画像の高さ */
	/*border: 1px solid #FF0033;*/
	/*padding-left: 380px;*/
	background-image: url(../img/bnr/brawser_bottom_bnr_bg3.png);
	background-repeat: no-repeat;
	/*background-position: 380px 0px;*/
}

#bnr_school_info2 #btn_intro {
	position:absolute;
	left:5px;
	top: 3px;
	/*left:387px*/
}
#bnr_school_info2 #btn_dp1 {
	position:absolute;
	left:404px;
	top: 5px
	/*left:580px;*/
}

#bnr_school_info2 #btn_tsu {
	position:absolute;
	left:674px;
	top: 5px
	/*left:820px;*/
}

/* ---------ページ下部 資料請求ボタン 2019.2↑--------- */
.text_center {
	text-align: center !important;
}

ul.disc {
	list-style-type: disc;
	margin-left: 22px;
}

.border_box {
	border: 1px solid #999999;
	padding: 8px 10px;
}

/* 頭 白丸 */
.listMaru{
margin:0 0 1em;
list-style:none;
}
.listMaru > li{
position:relative;
padding-left:1.3em;
}
.listMaru > li:before{
position:absolute;
left:0;
content:"\25CB";
}

/* ---------学校説明会等各種イベント--------- */
.img_point img {
  transition: .2s;
}

.img_point img:hover {
  opacity: 0.7;
}
