.senmonshoku{
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p,li,dt,dd{
	font-size:28px;
	color:#484848;
	line-height:1.5em;
}
h2{
	background-color:inherit;
	padding: 0;
	margin: 0;
}
.senmonshoku h2 img{
	text-align:center;
	width: 100%;
}

.senmonshoku .inner img{
	text-align:center;
	width: 100%;
}

@media screen and (max-width: 736px) {
p,li,dt,dd{
		font-size:14px;
	}
}

.header{
	margin-bottom:40px;
}
/*.header h2{
	background-color:inherit;
	background-image:none;
	text-indent:0;
	line-height:0;
	margin-top:0;
	padding:0;
}
.header h2 img{
	width:100%;
	max-width:735px;
}
.header p{
	font-size: 28px;
	color: #484848;
	line-height: 1.5em;
	margin: 0 10px;
}*/

@media screen and (max-width:736px) {
.header{
	margin-bottom:20px;
}

/*----------------------------------------------------*/
.senmonshoku .top{
	margin-bottom:20px;
}
.senmonshoku .list{
	border: 2px dashed #F93;
	padding: 0 10px 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.senmonshoku .list p.center{
	text-align: center;
	color: #F93;
	font-weight: bold;
	line-height: 1.3;
	font-weight: bold;
	font-size: 20px;
	letter-spacing:0.2em;
	margin: -12px 20px 10px 20px;
	padding: 0 5px;
}
.senmonshoku .list p span{
	background: #fff;
	padding:0 30px;
}
.senmonshoku .list p span:before{
	font-family: 'FontAwesome';
	content: '\f00b';
	color: #F93;
	padding-right: 10px;
	font-size:20px;
	font-weight: normal;
}
.senmonshoku .list ol{
	counter-reset:li;
}
.senmonshoku .list ol li{
	font-weight:  bold;
	padding-left: 0;
	margin-left: 40px;
	margin-bottom: 10px;
}
.senmonshoku .list ol li:last-child{
	
}
.senmonshoku .list ol li:before{
	counter-increment: li;
	content: counter(li) "";
	width: 30px;
	height: 30px;
	/*border: 1px solid #F93;*/
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 10px;
	
	color: #FFF;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	background-color: #F93;
	margin-left: -40px;
}
.senmonshoku .list ol li a{
	color: #484848;
}

@media screen and (max-width:736px) {
.senmonshoku .list{
	margin-top: 20px;
	margin-bottom: 20px;
}
/*.senmonshoku .list ol li{
	padding: 0 0 10px;
}*/

}

/*----------------------------------------------------*/
.senmonshoku .inner{
	margin-bottom: 40px;
	/*padding-bottom:30px;*/
	border: 3px solid #dae000;
}
.senmonshoku .inner h3{
	display: block;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	background-color: #f2f5c1;
	line-height:1.5em;
	padding: 20px 10px;
	background: -webkit-gradient(linear, left top, right bottom, from(#eef371), color-stop(0.25, #eef371), color-stop(0.25, #f2f5c1),color-stop(0.5, #f2f5c1), color-stop(0.5, #eef371), color-stop(0.75, #eef371), color-stop(0.75, #f2f5c1), to(#f2f5c1));
	background: -moz-linear-gradient(-45deg, #eef371 25%, #f2f5c1 25%, #f2f5c1 50%, #eef371 50%, #eef371 75%, #f2f5c1 75%, #f2f5c1);
	background: linear-gradient(-45deg, #eef371 25%, #f2f5c1 25%, #f2f5c1 50%, #eef371 50%, #eef371 75%, #f2f5c1 75%, #f2f5c1);
	background-size: 15px 15px;
}
.senmonshoku .inner .box{
	padding: 10px 10px 0;
	overflow: hidden;
	zoom: 1;
}
.senmonshoku .inner .box p{
	margin-bottom:20px;
}
.senmonshoku .inner .box p:last-child{
	/*margin-bottom:0;*/
}
.senmonshoku .inner .box p.entryPtn1{
	width: 90%;
	padding: 10px;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, #2ac57c, #3dd08b);	color: #FFF;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 0 auto 20px;
}
.senmonshoku .inner .box p.entryPtn2{
	width: 80%;
	padding: 10px;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, #3399FF, #2dafee);
	color: #FFF;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 0 auto 20px;
}

@media screen and (max-width:736px) {
.senmonshoku .inner{
	margin-bottom: 20px;
}
.senmonshoku .inner h3{
	font-size: 16px;
}
.senmonshoku .inner .box p{
	margin-bottom:10px;
}
.senmonshoku .inner .box p.entryPtn1,.senmonshoku .inner .box p.entryPtn2{
	margin: 0 auto 10px;
}

}

/*----------------------------------------------------*/
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 3px solid #3dd08b;
	border-radius: 10px;
	padding: 10px;
	margin:0 auto 30px;
	/*width:600px;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_box:before {
	border-color: rgba(255, 147, 30, 0);
	border-top-color: #3dd08b;
	border-width: 19px;
	margin-left: -19px;
}
.arrow_box p{
	font-weight:bold;
}
.arrow_box p strong{
	font-size:32px;
	color:#2ac57c;
}
.senmonshoku .inner img.img4{
	/*width:	inherit;*/
	width: 60%;
}

@media screen and (max-width:736px) {
.arrow_box p strong{
	font-size:16px;
}
}

/*----------------------------------------------------*/
.senmonshoku .inner .box .hyo{
	margin: 0 0 20px;
}
.senmonshoku .inner .box .hyo p{
	color: #0CF;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom:10px;
}
.senmonshoku .inner .box table{
	border-collapse: collapse;
	background-color: #FFF;
	border:2px solid #eeeeee;
	width: 100%;
	font-size:14px;
	line-height:1.8em;
}
.senmonshoku .inner .box table th{
	background-color: #0CF;
	border: 2px solid #c6c6c6;
	color: #FFF;
	text-align: center;
	padding: 5px;

}
.senmonshoku .inner .box table td{
	background-color: #FFFFE6;
	border: 2px solid #c6c6c6;
	color: #484848;
	padding: 5px;
}
.senmonshoku .inner .box table td strong{
	text-align:center;
	display:block;
}

@media screen and (max-width:736px) {
.senmonshoku .inner .box .hyo{
	margin: 0 0 10px;
}
}

/*.senmonshoku .inner .box ul.school{

}
.senmonshoku .inner .box ul.school li{
	padding:20px;
	font-weight:bold;
	position:relative;
}
.senmonshoku .inner .box ul.school li:nth-child(even) {
 background-color: #f7f7d0;
}
.senmonshoku .inner .box ul.school li a{
	padding: 7px 10px;
	color: #FFF;
	background-color: #FF8F59;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	margin-left:20px;
	position:absolute;
	top:50%;
	right:20px;
	margin-top: -17px;
}*/


/*----------------------------------------------------*/
.senmonshoku .inner .scBox{
	padding: 20px 20px 0;
	overflow: hidden;
	zoom: 1;
	border-top: 1px dotted #DAE000;
}
.senmonshoku .inner .scBox p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #FFFFE6;
}
.senmonshoku .inner .scBox img{
	width:70%;
	margin:0 auto 20px;
	display:block;
}
.scBox ul.btnBox {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px 0;
	text-align: center;
	margin: 20px auto;	
	width:100%;
	padding:0;
}
.scBox ul.btnBox a {
	display: table-cell;
	vertical-align: middle;
	padding:10px;
	/*box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;*/
	position: relative;
	color: #FFF;
	text-align:center;
}
.scBox ul.btnBox a.school {
	background-color: #49c654;
	box-shadow: 0 4px 0 #27ad35;
}
.scBox ul.btnBox a.pamph {
	background-color: #F78C2E;
    box-shadow: 0 4px 0 #EF4D08;
}
.scBox ul.btnBox li{
	color: #FFF;
	line-height:1.3em;
	font-weight:bold;
	font-size:28px;
}
.scBox ul.btnBox li::after {
	font-family: 'FontAwesome';
	content: '\f105';
	color: #FFF;
	font-size: 40px;
	position: absolute;
	top: 50%;
	right:10px;
	margin-top: -10px;
}

@media screen and (max-width:736px) {
.senmonshoku .inner .scBox{
	padding:10px 10px 0;
}
.senmonshoku .inner .schoolBox p{
	margin-bottom:5px;
}
.senmonshoku .inner .schoolBox img{
	margin:0 auto 10px;
}
.scBox ul.btnBox {
	margin: 10px auto;	
}
.scBox ul.btnBox li{
	font-size:14px;
}
.scBox ul.btnBox li::after {
	font-size:20px;
}
}
.year{
	text-align:center;
	font-weight:bold;
	border-top:2px solid #dae000;
	border-bottom:2px solid #dae000;
	padding:10px;
	margin:20px;
	background-color:#fdfdef;
}

@media screen and (max-width:736px) {
.year{
	margin:10px;
}

}


/*----------------------------------------------------*/
