@charset "shift_jis"; 

/*********************************************************
共通設定*/


/**************
見出し
***************/
/*h1…ロゴ*/
h1{
	position:absolute;
	top:5px;
	left:0;
	width:290px;
  z-index: 1002;
	}
h1 img{ max-height:70px;}

/*ページネーム*/
h2{
	clear:both;
	font-weight:bold;
	font-size:1.5em;
	line-height:1;
	text-align:center;
	color:#333333;
	}
.lr-line{position:relative;}
	.lr-line:before{
		content: "";
    display: block;
    border-top: solid 1px #333333;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
		}
	.lr-line span{
    background: #fff;
    padding: 0 4%;
    position: relative;
    z-index: 5;
		}




/*タイトル*/
h3{
	position:relative;
	background:#fbedf7 url(../images/common/h3_bg.png);
	padding:1.5em 0;
	font-family:Arial, Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:2.6em;
	line-height:1.2em;
	text-align:center;
	z-index:-2;
	}
	h3 span{
		display:block;
		color:#dd5f80;
		font-size:0.5em;
		line-height:2em;
		}
	h3 span.h3_imgL{
		position:absolute;
		top:0;
		left:0;
		height:100%;
		z-index:-1;
		}
	h3 span.h3_imgR{
		position:absolute;
		top:0;
		right:0;
		height:100%;
		z-index:-1;
		}
	h3 span.h3_imgL img,
	h3 span.h3_imgR img{
		height:100%;
		width:auto;
	}
	h3 span.h3_imgR img{
		float:right;
	}

	/*topPicup*/
	h3.h3_picup{
		padding-top:2em;
		padding-bottom:6em;
		margin-bottom:-5em;
	}


/*サブタイトル*/
h4{
	background:#f587a3;
	color:#ffffff;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.3em;
	padding:10px;
	}

h5{
	font-weight:bold;
	font-size:1.1em;
	line-height:1.3em;
	padding:10px;
	border-bottom:#dd5f80 solid 2px;
}
@media all and (-ms-high-contrast:none){
	.lr-line span{
		display:inline-block;
		padding-top:10px;
		}


	h4{padding:13px 10px 7px;}
}

@media only screen and (max-width:1280px){
	h3.h3_picup{
		padding-top:2em;
		padding-bottom:4em;
		margin-bottom:-3em;
	}

}
@media only screen and (max-width:980px){
	h1{
		position:relative;
		top:0;
	}
	h3{padding:1em 0;}
	h3.h3_picup{
		padding-bottom:1.5em;
		margin-bottom:20px;
	}

}

@media only screen and (max-width: 768px){
	h1 {width:210px;}
	h1 img{ max-height:50px;}
	h3{
		font-size:1.8em;
		line-height:1.2em;
		text-shadow: 1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff, -1px -1px 3px #fff;
		}

}

@media only screen and (max-width: 480px){
	h2{	font-size:1.1em;line-height:1;}
	h3{ font-size:1.6em; line-height:1.2em; padding:0.5em 0;}
}

/**************
共通
***************/
.contents{padding:60px 0;}
@media only screen and (max-width:980px){
	.contents{padding:40px 0;}
}
@media only screen and (max-width: 768px){
	.contents{padding:30px 0;}
}
@media only screen and (max-width: 480px){
	.contents{padding:20px 0;}
}

/*バナー*/
.bnr img{margin:auto;}


/*2ndImg*/
.secondImg{ background:#d3edfd;}
.secondImg img{ width:100%;}

/*サブメニュー*//*下記以外はdrawer.cssで記述*/
.subNavi{
	background: #f587a3;
	padding: 20px 0;
	}
.subNavi ul > li a {
	color:#ffffff;
	}
/*
.subNavi ul > li a:before{
	color:#dd5f80;
	}
*/
@media only screen and (max-width: 768px){
	.subNavi{ display:none;}
}


/*ボタン*/
.btn_blue a{
	display:block;
	background:#1f5999;
	padding:30px 5px;
	color:#fff;
	font-size:1.4em;
	line-height:1;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(border-radius.htc); /* IE */
	}

.btn_blue a:hover,
.btn_blue a:active{
	background:#0a3b71;
	}

.btn_pink a{
	display:block;
	background:#e544a6;
	padding:30px 5px;
	color:#fff;
	font-size:1.4em;
	line-height:1;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(border-radius.htc); /* IE */
	}

.btn_pink a:hover,
.btn_pink a:active{
	background:#b51a78;
	}

.btn_red a{
	display:block;
	background:#cc0000;
	padding:30px 5px;
	color:#fff;
	font-size:1.4em;
	line-height:1;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(border-radius.htc); /* IE */
	}

.btn_red a:hover,
.btn_red a:active{
	background:#aa0000;
	}

.btn_yellow a{
	display:block;
	background:#ffc601;
	padding:30px 5px;
	color:#fff;
	font-size:1.4em;
	line-height:1;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(border-radius.htc); /* IE */
	}

.btn_yellow a:hover,
.btn_yellow a:active{
	background:#ff9901;
	}




/**************
ヘッダー
***************/
#header{
	position:relative;
	width:100%;
	margin:0;
	clear:both;
	float:none;
	padding:15px 0 0;
	background:#ffffff;
	z-index:5001;
	}


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

@media only screen and (max-width: 768px){
	#header{
	padding:10px 0;
	}
}

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


.r9info{
	position:absolute;
	left:300px;
	bottom:18px;
	z-index:99;
	font-size:0.9em;
	line-height:1.3em;
	}
.r9info a{
	color:#333;
	}
.r9info br{ display:none;}
@media only screen and (max-width: 1470px){
	.r9info{bottom:12px;}
	.r9info br{ display:block;}
}
@media only screen and (max-width: 1420px){
		.r9info{
			bottom:inherit;
			top:30px;
			}
}
@media only screen and (max-width: 980px){
	.r9info{
		left:inherit;
		top:15px;
		right:70px;
		}
	.r9info br{ display:block;}
}
@media only screen and (max-width: 480px){
	.r9info{
		position:relative;
		right:inherit;
		left:0;
		top:5px;
		}
	.r9info br{ display:none;}
}





/**************
フッター
***************/
#footer{
	position:relative;
	width:100%;
	margin:0;
	clear:both;
	float:none;
	background:#f587a3;
	color:#ffffff;
	padding:40px 0;
	}
#footer a{
	color:#ffffff;
	text-decoration:none;
	}
.f-logo{
	float:left;
	width:290px;
	margin-right:20px;
	}
.f-logo img{ max-height:70px;}
.f-address{
	float:left;
	font-size:0.9em;
	line-height:1.5em;
	margin-top:25px;
	margin-right:20px;
	}
.f-insta{
	float:left;
	font-size:3em;
	line-height:1;
	margin-top:20px;
	}
.f-insta span{ display:none;}
.f-btn{
	float:right;
	}
.f-btn li{
	display:inline-block;
	width:150px;
	text-align:center;
	margin-left:2px;
	border:#ffffff solid 1px;
	}
.f-btn li a{
	display:block;
	color:#cccccc;
	text-decoration:none;
	font-size:0.84em;
	line-height:1;
	padding:7px 0;
	}
.f-btn li a:hover,
.f-btn li a:active{
	background:#dd5f80;
}

.f-btn i{
	display:inline-block;
	margin-right:3px;
	}
	
/**/
.sakai_med_logo{ max-width:300px;}
/**/
.copyright{
	padding:20px 0;
	font-size:0.7em;
	line-height:1;
	text-align:center;
}

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

	#footer{
		padding:20px 0;
	}
	.f-logo,
	.f-address,
	.f-insta,
	.f-btn{ float:none; clear:both; width:100%; text-align:center;margin-top:0; margin-bottom:5px; margin-right:0;}
	.f-insta span{display:inline-block; margin-left:5px; vertical-align:middle; font-size:1.2rem; line-height:1;}
	.f-btn{
		margin-top:5px;
		float:left;
		}
	.f-btn > *{ margin-bottom:5px;}
	.f-logo img{ margin:auto;}
	.sakai_med_logo {margin:auto;}
	.sakai_med_logo img{ margin:auto; width:80%;}
}

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

/*サイトマップ*/
.sitemap{
	clear:both;
	}
.sitemap > dl{
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:10px;
	}
.sitemap > dl:nth-child(4n){margin-right:0;}
.sitemap:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	}
.sitemap dt{
	padding:10px;
	font-weight:bold;
	border-bottom:#ffffff solid 1px;
	margin-bottom:10px;
	}
.sitemap dd{
	padding-left:10px;
	font-size:0.86em;
	}
.sitemap dd a:before{
	display:inline-block;
	vertical-align:middle;
	font-family: FontAwesome;
	content: '\f138';
	margin-right:5px;
	}
.sitemap dd a:hover,
.sitemap dd a:active{
	color:#cccccc !important;
	text-decoration:underline !important;
	}

@media only screen and (max-width: 980px){
	.sitemap{ display:none;}
}


/*********************************************************
TOP
*/

/**インフォメーション*******************************/
.newsWrap{}

.newsWrap h3{
		background:none;
		padding:0;
		float:left;
		text-align:left;
		width:300px;
		}

.newsCateBtn{
	float:right;
	width : 75% ;
	width : -webkit-calc(100% - 300px) ;
	width : calc(100% - 300px) ;
	text-align:right;
	/*font-size:0;*/
	padding-top:10px;
	}

.newsCateBtn.secondNews{
	float:none;
	width:100% !important;
	text-align:center;
	padding-top:0:
	}

.newsCateBtn li{
	display:inline-block;
	vertical-align: top;
	width:18%;
	max-width:140px;
	/*margin-left:-1px;*/
	margin-bottom:5px;
	text-align:center;
	font-size:14px;
	line-height:1;
	min-height:30px;
	}
.newsCateBtn li a{
	display:block;
	background:#ffffff;
	border:#cccccc solid 1px;
	padding:8px 0px;
	color:#333333;
	text-decoration:none;
	height:100%;
	}
.newsCateBtn li a:hover,
.newsCateBtn li a:active{
	background:#eeeeee;
	color:#dd5f80;
	}

.newsCateBtn li a.cate { background:#d9f4ff; color:#333333; border:none;}
.newsCateBtn li a.cate1{ background:#ffe9f6; color:#333333; border:none;}
.newsCateBtn li a.cate2{ background:#fdedd6; color:#333333; border:none;}
.newsCateBtn li a.cate3{ background:#dfffdd; color:#333333; border:none;}
.newsCateBtn li a.cate4{ background:#fffcdb; color:#333333; border:none;}

.newsCateBtn li a.cate:hover,.newsCateBtn li a.cate:active { background:#a8e6ff; color:#cc0000;}
.newsCateBtn li a.cate1:hover,.newsCateBtn li a.cate1:active{ background:#ffbfe5; color:#cc0000;}
.newsCateBtn li a.cate2:hover,.newsCateBtn li a.cate2:active{ background:#ffd8a0; color:#cc0000;}
.newsCateBtn li a.cate3:hover,.newsCateBtn li a.cate3:active{ background:#aeffa9; color:#cc0000;}
.newsCateBtn li a.cate4:hover,.newsCateBtn li a.cate4:active{ background:#fff693; color:#cc0000;}



.news dl{
	clear:both;
	margin-bottom:20px;
	}
.news dl > *{
	float:left;
	margin-right:20px;
}

.news a{text-decoration:none;}
	
.news .newsDate{
	position:relative;
	width:100px;
	text-align:right;
	font-size:0.8em;
	}
.news .newsDate:before{
	position:absolute;
	top:50%;
	left:0;
	content:'';
	width:100%;
	height:1px;
	background:#999999;
	z-index:-1;
	}
.news .newsDate > span{
	display:inline-block;
	vertical-align:middle;
	background:#ffffff;
	padding-left:20px;
	padding-top:2px;
}
.news .newsCate{
	width:140px;
	border:#cccccc solid 1px;
	padding:5px 2px;
	text-align:center;
	font-size:14px;
	line-height:1;
	}

/*.news .newsCate.cate { background:#d9f4ff; color:#333333; border:none;}*/
.news .newsCate.cate1{ background:#ffe9f6; color:#333333; border:none;}
.news .newsCate.cate2{ background:#fdedd6; color:#333333; border:none;}
.news .newsCate.cate3{ background:#dfffdd; color:#333333; border:none;}
.news .newsCate.cate4{ background:#fffcdb; color:#333333; border:none;}

.news .newsTtl{
	width : 65% ;
	width : -webkit-calc(100% - 280px) ;
	width : calc(100% - 280px) ;
	margin-right:0;
	padding-top:2px;
	}
.news .newsTtl img{
	display:inline-block;
	margin-left:5px;
	vertical-align: text-top;
}

.topNews{
	max-height:300px;
	overflow-y:scroll;
	scrollbar-base-color: #eeeeee;         /*基本色*/
	scrollbar-face-color: #eeeeee;         /*ボタン部分*/
	scrollbar-track-color: #f7f7f7;        /*レール部分*/
	scrollbar-arrow-color: #eeeeee;        /*矢印*/
	scrollbar-highlight-color:#eeeeee;    /*内側のハイライト*/
	scrollbar-shadow-color: #eeeeee;       /*内側の影*/
	scrollbar-3dlight-color: #eeeeee;      /*外側のハイライト*/
	scrollbar-darkshadow-color: #eeeeee;   /*外側の影*/
}
.topNews::-webkit-scrollbar { width: 5px;}
.topNews::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.topNews::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.1); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
.topNews::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.3); 
}

.newsDtl{padding:0 10px; min-height:300px;}

.newsDtl table{
	table-layout:auto;
	max-width:100%;
	}
.newsDtl img{display:inline;}
@media all and (-ms-high-contrast:none){
	.newsCateBtn li a{
		padding:11px 3px 5px;
		}
	.news .newsCate{
		padding:8px 2px 2px;
		}
}
@media only screen and (max-width:980px){
	.newsCateBtn li{
		max-width:110px;
	}
	.news dl{
		border-bottom:#cccccc solid 1px;
		padding-bottom:10px;
	}
	.news .newsDate > span{
		}
	.news .newsTtl{
		clear:both;
		width:100%;
		margin-top:10px;
	}
}
@media only screen and (max-width: 768px){
	.newsWrap h3,
	.newsCateBtn{
		float:none;
		width:100% !important;
	}
	.newsWrap h3{text-align:center; margin-bottom:10px;}
	.newsCateBtn{ text-align:center;}
	.newsCateBtn li{
	}

	/*
	.news .newsDate{
		width : 50% ;
		width : -webkit-calc(100% - 160px) ;
		width : calc(100% - 160px) ;
	}
	*/
	/*
	.news .newsCate{
		float:right;
		margin-right:0;
		font-size:12px;
		line-height:1;
	}
	.news .newsDate > span{
		padding-top:5px;
	}
	*/
	.topNews{
		padding-right:10px;
	}

	/*学校紹介*/
	.newsCateBtn.aboutNav li{
		width:32%;
		}

}

@media only screen and (max-width: 480px){
	.newsCateBtn li{
		font-size:10px;
		line-height:1;
	}
	.news .newsCate{
		font-size:12px;
		line-height:1;
	}

}


/**ピックアップ*******************************/

.pickupWrap{
	background:#ffffff;
	padding:40px;
	/*順序 横・下・ぼかし・広がり・色*/
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	}

.pickupWrap ul{}
.pickupWrap li{
	}
.pickupWrap li a{
	display:block;
	text-decoration:none;
	color:#333333;
	}
.pickupImg {}
.pickupImg img{margin:auto;}
.pickupTtl{
	position:relative;
	font-weight:bold;
	font-size:1.2em;
	border-bottom:#333333 solid 1px;
	}
.pickupTtl:after{
	font-family: FontAwesome;
	content: '\f054';
	position:absolute;
	right:10px;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	}
.pickupTxt{
	font-size:0.86em;
	line-height:1.5em;
	}

.pickup01 .pickupTtl:after{color:#f78553;}
.pickup02 .pickupTtl:after{color:#1f5999;}
.pickup03 .pickupTtl:after{color:#e542a6;}
.pickup04 .pickupTtl:after{color:#a767e2;}
.pickup05 .pickupTtl:after{color:#709b67;}
.pickup06 .pickupTtl:after{color:#ffc600;}

.pickup01 a:hover .pickupTtl{color:#f78553;}
.pickup02 a:hover .pickupTtl{color:#1f5999;}
.pickup03 a:hover .pickupTtl{color:#e542a6;}
.pickup04 a:hover .pickupTtl{color:#a767e2;}
.pickup05 a:hover .pickupTtl{color:#709b67;}
.pickup06 a:hover .pickupTtl{color:#ffc600;}
.pickup01 a:active .pickupTtl{color:#f78553;}
.pickup02 a:active .pickupTtl{color:#1f5999;}
.pickup03 a:active .pickupTtl{color:#e542a6;}
.pickup04 a:active .pickupTtl{color:#a767e2;}
.pickup05 a:active .pickupTtl{color:#709b67;}
.pickup06 a:active .pickupTtl{color:#ffc600;}


@media only screen and (max-width:980px){
	.pickupWrap{
		box-shadow:none;
		padding:0;
	}

}

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

@media only screen and (max-width: 480px){
	.pickupTtl{font-size:1em;}
	.pickupTtl:after{ right:0;}
}


/*********************************************************
学校案内
*/

/*学校紹介*/
.youtube{
	position:relative;
	padding-top:56.25%;
}
.youtube iframe{
	position:absolute;
	top:0;
	left:0;
  width: 100% !important;
  height: 100% !important;
	}

/*floorマップ*/
.floor dl{
	position:relative;
	clear:both;
	}
.floor dt{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	}
.floor dd{
	position:relative;
	z-index:2;
	}
.floor dd img{ float:right;}

@media only screen and (max-width:1280px){
	.floor dt{
		width:50%;
		}
	.floor dd{
		float:right;
		width:60%;
		}
}
@media only screen and (max-width:768px){
	.floor dt,
	.floor dd{
		width:100%;
		float:none;
		display:block;
		position:relative;
	}
}

/*アクセス*/
.access{
	background:#fbedf7;
	padding:20px;
	}


/*********************************************************
学科紹介
*/

/*point*/
.point{
	clear:both;
	float:none;
	position:relative;
	padding-top:20px;
	padding-bottom:50px;
	}
.pointNo{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	}
.pointImg{
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
	}
.pointImg2{
	position:absolute;
	right:0;
	top:0;
	z-index:3;
	}

.point > dl{
	position:relative;
	min-height:400px;
	padding:100px 0 20px 120px;
	border:#ffffff solid 30px;
	}
.point > dl:before,
.point > dl:after{
	position:absolute;
	width:105%;
	width : -webkit-calc(100% + 60px) ;
	width : calc(100% + 60px) ;
	height:1px;
	left:-30px;
	background:#1f5999;
	content:'';
	}
.point > dl:before{top:-30px;}
.point > dl:after{bottom:-30px;}
.point dt{
	font-weight:bold;
	font-size:1.4em;
	line-height:1.5em;
	width:50%;
	margin-bottom:10px;
	}
.point dd{
	width:50%;
	}

	.point01{background:url(../images/department/point01bg.png)}
	.point > dl.point01:before,
	.point > dl.point01:after{background:#1f5999;}
	.point01 dt{ color:#1f5999;}


	.point02{background:url(../images/department/point02bg.png)}
	.point > dl.point02:before,
	.point > dl.point02:after{background:#ffc601;}
	.point02 dt{ color:#ffc601;}

	.point03{background:url(../images/department/point03bg.png)}
	.point > dl.point03:before,
	.point > dl.point03:after{background:#e543a6;}
	.point03 dt{ color:#e543a6;}

@media only screen and (max-width:980px){
	.pointNo{ width:25%; min-width:150px;}
	.pointImg{ max-width:60%;}
	.pointImg2{ max-width:50%;}
	.point > dl:before{ display:none;}
	.point > dl{padding:10% 0 20px 50px;}
}

@media only screen and (max-width: 768px){
	.point{ padding-bottom:0;}

	.point > dl{
		border-width:10px;
		padding:30px 20px 100px 15%;
		min-height:inherit;
		}
	.point > dl:before,
	.point > dl:after{
		width:100%;
		width : -webkit-calc(100% + 20px) ;
		width : calc(100% + 20px) ;
		}
	.point > dl:before{top:-10px;}
	.point > dl:after{bottom:-10px;}
	.point dt,
	.point dd{ width:100%;}

	.pointImg{
		position:relative;
		margin-top:-100px;
		float:right;
		}
		/*
	.pointImg2{
		top:inherit;
		right:inherit;
		bottom:70px;
		left:4%;
		}
		*/
}

@media only screen and (max-width: 480px){
	.point > dl{padding-left:80px;}
}

/*********************************************************
お問合せ
*/
.privacy{
	max-height:200px;
	overflow-y:scroll
	}
.privacy li{margin-bottom:10px;}



/*********************************************************
入学案内-看護師を目指す方へ
*/
.guidance{}
.guidance > p{
	position:relative;
	padding:30px 0 30px 50px;
	}
.guidance > p:before{
	position:absolute;
	top:0;
	left:0;
	display:block;
	content:'';
	height:100%;
	width:150px;
	z-index:-1;
	}
.guidance > p > a{
	position:relative;
	display:block;
	text-decoration:none;
	color:#333333;
	padding:30px;
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
	}
.guidance > p > a:after{
	position:absolute;
	right:10px;
	top:50%;
	font-family: FontAwesome;
	content: '\f054';
	font-size:1.5em;
	line-height:0;
	}
.guidance > p > a:hover,
.guidance > p > a:active,
.guidance > p > a:hover:after,
.guidance > p > a:active:after{
	color:#cc0000;
	}
.guidanceDtl{ padding-left:80px;}

/*****/
.guidanceTtl1{}
.guidanceTtl1:before{background:#e6f4fd;}
.guidanceTtl1 a{
	border-top:#1f5999 solid 1px;
	border-bottom:#1f5999 solid 1px;
	}
.guidanceTtl1 a:after{color:#1f5999;}

.guidanceTtl2{}
.guidanceTtl2:before{background:#fbedf7;}
.guidanceTtl2 a{
	border-top:#e544a6 solid 1px;
	border-bottom:#e544a6 solid 1px;
	}
.guidanceTtl2 a:after{color:#e544a6;}

.guidanceTtl3{}
.guidanceTtl3:before{background:#fff7d5;}
.guidanceTtl3 a{
	border-top:#ffc602 solid 1px;
	border-bottom:#ffc602 solid 1px;
	}
.guidanceTtl3 a:after{color:#ffc602;}

@media all and (-ms-high-contrast:none){
	.guidance > p > a{
		padding:35px 30px 25px;
		}
}
@media (-ms-high-contrast:none) and (max-width: 768px) {
	.guidance > p > a{
		padding:30px 30px 25px;
		}
}

@media only screen and (max-width: 480px){
	.guidance > p{padding:20px 0 20px 8%;}
	.guidance > p:before{width:25%;}
	.guidance > p > a{ padding:15px 20px 15px 5%;}
	.guidance > p span{display:inline-block;}
	.guidanceDtl{ padding-left:8%;}
}

/*********************************************************
合格実績
*/
.gokakuritsuL{
	position:relative;
	float:left;
	width:25%;
	padding-top:25%;
	background:#fcbbbb;
	color:#ffffff;
	/*横・下・ぼかし・色*/
	text-shadow: 0 0 5px #ff0000;
	font-weight:bold;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	behavior: url(border-radius.htc); /* IE */
	}
.gokakuritsuL > span{
	position:absolute;
	bottom: 50%;
	right:50%;
	width:100%;
	text-align:center;
	-webkit-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	font-size:1.4em;
	line-height:1.5em;
	}
.gokakuritsuL > span span{ display:block; font-size:2.4em;line-height:1.5em;}

.gokakuR{
	float:right;
	width:70%;
	}

.gokakuritsuR{
	position:relative;
	float:right;
	width:25%;
	padding-top:25%;
	background:#fcdf9a;
	color:#ffffff;
	/*横・下・ぼかし・色*/
	text-shadow: 0 0 5px #ff0000;
	font-weight:bold;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	behavior: url(border-radius.htc); /* IE */
	}
.gokakuritsuR > span{
	position:absolute;
	bottom: 50%;
	right:50%;
	width:100%;
	text-align:center;
	-webkit-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	font-size:1.4em;
	line-height:1.5em;
	}
.gokakuritsuR > span span{ display:block; font-size:2.4em;line-height:1.5em;}

.gokakuL{
	float:left;
	width:70%;
	}

@media only screen and (max-width: 768px){
	.gokakuL,
	.gokakuR{
		float:none;
		width:100%;
	}
	.gokakuritsuL,
	.gokakuritsuR{
		float:none;
		width:80%;
		padding-top:40%;
		margin-left:auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 480px){
	.gokakuritsuL,
	.gokakuritsuR{
		float:none;
		width:80%;
		padding-top:80%;
		margin-left:auto;
		margin-right:auto;
	}
}


/*********************************************************
オープンキャンパス
*/

/*日程*/
.oc_date{
	position:relative;
	margin-top:20px;
	padding:30px;
	border:#f78553 solid 1px;
	}
.oc_dateNo{
	position:absolute;
	top:-20px;
	left:0;
	z-index:1;
	}

.oc_date > dl{
	position:relative;
	padding:100px 0 80px 120px;
	background:url(../images/opencampus/datebg.png);
	color:#f78553;
	font-weight:bold;
	font-size:2.2em;
	line-height:1;
	}
.oc_date > dl:before{
	position:absolute;
	width:1px;
	height:50%;
	left:-31px;
	bottom:-30px;
	background:#ffffff;
	content:'';
	}
.oc_date dt{
	margin-bottom:10px;
	}
.oc_date dd{
	font-size:2.3em;
	line-height:1;
	margin-bottom:10px;
	}
.oc_date dd span{
	font-size:0.5em;
	}

/**/
.oc_btn{
	display:block !important;
	margin-bottom:0 !important;}
.oc_btn a{
	display:block;
	width:80%;
	background:#f78553;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	font-size:0.6em;
	line-height:1.2em;
	padding:10px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	behavior: url(border-radius.htc); /* IE */
}
.oc_btn a:hover,
.oc_btn a:active{
	background:#cc0000;
}
	

/*end*/
.oc_end{
	position:absolute;
	right:50px;
	top:50px;
	background:#cc0000;
	padding:10px;
	color:#ffffff;
	font-weight:bold;
}
@media all and (-ms-high-contrast:none){
	.oc_btn a{
		padding:13px 10px 7px;
	}
	.oc_end{
		padding:13px 10px 7px;
	}

}

@media only screen and (max-width:1140px){
	.oc_dateNo{ width:40%; min-width:150px;}
	.oc_date > dl{padding:10% 0 20px 80px;}
	.oc_end{
		top:30px;
		right:30px;
	}
}


@media only screen and (max-width:980px){
	.oc_date{padding:15px;}
	.oc_dateNo{ width:25%; min-width:150px;}
	.oc_date > dl{padding:10% 0 20px 70px;
		font-size:1.6em;
		line-height:1;
		}
	.oc_date > dl:before{
		left:-16px;
		}
	.oc_end{
		top:15px;
		right:15px;
	}
}

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

	.oc_date > dl{
		border-width:10px;
		padding:30px 20px 30px 20%;
		}
	.oc_date dt,
	.oc_date dd{ display:inline-block;}
	.oc_end{
		top:15px;
		right:15px;
		padding:5px;
	}

}

@media only screen and (max-width: 480px){
	.oc_date > dl{padding-left:80px;}
	.oc_date dt,
	.oc_date dd{ display:block;}
	.oc_end{
		top:5px;
		right:5px;
	}
}

.ocImgL{ position:relative; }
.ocImgL > div{
	position:absolute;
	bottom: 50%;
	right:0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	width:49%;
  padding: 20px;
	background:rgba(255,255,255,0.8);
	}

.ocImgR{ position:relative; }
.ocImgR img{float:right;}
.ocImgR > div{
	position:absolute;
	bottom: 50%;
	left:0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	width:49%;
  padding: 20px;
	background:rgba(255,255,255,0.8);
	}
.ocImgL dl,
.ocImgR dl{
  padding: 40px;
	background:url(../images/opencampus/datebg.png);
	text-shadow: 1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff, -1px -1px 3px #fff;
}
.ocImgL dt,
.ocImgR dt{
	color:#f78553;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
	}

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

	.ocImgL img,
	.ocImgR img{float:none; margin:auto; width:90%;}
	.ocImgL > div,
	.ocImgR > div{
		position:relative;
		bottom:inherit;
		left:inherit;
		right:inherit;
		top:-40px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
		width:80%;
		margin:auto;
	}
}
@media only screen and (max-width:768px){
	.ocImgL > div,
	.ocImgR > div{
		padding:10px;
	}
	.ocImgL dl,
	.ocImgR dl{
		padding: 20px;
	}
}
@media only screen and (max-width:480px){
	.ocImgL dl,
	.ocImgR dl{
		padding: 10px;
	}
}