.senmonshoku{
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.senmonshoku p,.senmonshoku li,.senmonshoku dt,.senmonshoku dd{
	font-size:14px;
	color:#484848;

}
.senmonshoku .top{
	margin-bottom:20px;
}
.senmonshoku .list{
	border: 2px dashed #F93;
	padding: 0 20px 20px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.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 15px 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{
	padding: 0 0 20px;
	/* font-size: 16px; */
	font-weight:  bold;
}
.senmonshoku .list ol li:last-child{
	padding: 0; 
}
.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: 15px;
	margin-left: 0;
	color: #FFF;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	background-color: #F93;
}
.senmonshoku .list ol li a{
	color: #484848;
}

.senmonshoku .inner{
	margin-bottom: 30px;
	padding-bottom:30px;
	border: 3px solid #dae000;
}
.senmonshoku .inner h2{
	display: block;
	text-align:center;
	font-size: 18px;
	/*color: #484848;*/
	font-weight: bold;
	letter-spacing:0.1em;
	background-color: #f2f5c1;
	padding:20px;
/*	background-color: #fff6e9;
	background-image: -webkit-linear-gradient(-45deg, #feedd3 25%, transparent 25%, transparent 50%, #feedd3 50%, #feedd3 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #feedd3 25%, transparent 25%, transparent 50%, #feedd3 50%, #feedd3 75%, transparent 75%, transparent);
	background-size: 15px 15px;*/
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:30px 30px 0;
	/* overflow:hidden; */
	/* zoom:1; */
}
.senmonshoku .inner .box h3{
	margin-bottom:10px;
	color: #e2417c;
	font-size:16px;
	font-weight:bold;
}
.senmonshoku .inner .box h3::before {
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    color: #e2417c;
    font-size: 14px;
    font-weight:400;
}
.senmonshoku .inner .box p{
	margin-bottom:20px;
}
.senmonshoku .inner .box p b{
	/*color:#f93;*/
	/* font-size:16px; */
}
.senmonshoku .inner .box p:last-child{
	margin-bottom:0;
}
.senmonshoku .inner .box img{
	text-align:center;

}
.senmonshoku .inner .box p.entryPtn1{
	width: 500px;
	padding: 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	/*background: -webkit-linear-gradient(top, #2ac57c, #3dd08b);	*/
	background-color: #2ac57c;
	background-image: -moz-linear-gradient(top, #2ac57c, #3dd08b);
	background-image: -ms-linear-gradient(top, #2ac57c, #3dd08b);
	background-image: -webkit-linear-gradient(top, #2ac57c, #3dd08b);
	background-image: 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: 350px;
	padding: 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	/*background: -webkit-linear-gradient(top, #3399FF, #2dafee);*/
	background-color: #3399FF;
	background-image: -moz-linear-gradient(top, #3399FF, #2dafee);
	background-image: -ms-linear-gradient(top, #3399FF, #2dafee);
	background-image: -webkit-linear-gradient(top, #3399FF, #2dafee);
	background-image: linear-gradient(top, #3399FF, #2dafee);
	color: #FFF;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 0 auto 20px;
}




/*ふきだし*/
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 3px solid #3dd08b;
	border-radius: 10px;
	padding: 20px 30px;
	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:16px;
	color:#2ac57c;

}






.senmonshoku .inner .box .hyo{
	margin: 10px 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:10px;
}
.senmonshoku .inner .box table th:nth-child(1){
	width:18%;
}
.senmonshoku .inner .box table td{
	background-color: #FFFFE6;
	border: 2px solid #c6c6c6;
	color: #484848;
	padding: 10px;
}
.senmonshoku .inner .box table td strong{
	text-align:center;
	display:block;
}



.senmonshoku .inner .box ul.tokucho{
	margin-bottom:20px;
}
.senmonshoku .inner .box ul.tokucho li{
	/*color: #2ac57c;*/
	font-weight:bold;
	line-height:1.8em;
}
.senmonshoku .inner .box p.tokucho{
	color: #3399FF;
	font-weight:bold;
	margin-bottom:5px;
}


.senmonshoku .inner .box ul.school{
	
}
.senmonshoku .inner .box ul.school li{
  	display: flex;
	padding:20px;
	font-weight:bold;

}
.senmonshoku .inner .box ul.school li:nth-child(even) {
 background-color: #f7f7d0;
}
.senmonshoku .inner .box ul.school li span{
  display: flex;
  align-items: center;
  flex: 1;
  margin-right:20px;
  line-height:1.5em;

}
.senmonshoku .inner .box ul.school li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height:38px;

	padding:7px 0;
	color: #FFF;
	background-color: #FF8F59;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.senmonshoku .inner .box ul.school li a:hover{
	opacity:0.8;
}
.senmonshoku .inner .box ul.school li a.school{
	background-color: #49c654;
}
.senmonshoku .inner .box ul.school li a.pamph{
	background-color: #FF8F59;
	margin-left:10px;
}

.box p.year{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	border-top:2px solid #dae000;
	border-bottom:2px solid #dae000;
	padding:10px;
	background-color:#fdfdef;
}



.senmonshoku .scBtn a{
	width:80%;
	margin: 0 auto 10px;
	text-align:center;
	font-size:18px;
	line-height:normal;
	font-weight:bold;
	letter-spacing:0.15em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	color:#FFF;
	display:block;
	padding:15px;
	box-sizing:border-box;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f78c2e;
 	box-shadow: 0 4px 0 #e56419;
}
.senmonshoku .scBtn a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f002';
	padding-right:5px;
}
.senmonshoku .scBtn a:hover{
 opacity:0.8;
}


/*.senmonshoku .inner{
	margin-top:53px;
	margin-bottom:20px;
}
.senmonshoku .inner .box1 h3{
	position: relative;
	top: -33px;
	margin: 0 0 15px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:0.1em;
}
.senmonshoku .inner .box1{
	margin-bottom: 20px;
	padding: 0 20px 20px;
	border: 8px solid #b4da62;
}
.inner .box1 h3 span{
	display: inline-block;
	position: relative;
	padding: 15px 50px;
	background: #8abf16;
}*/





	/*box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;*/
