@charset "utf-8";

/**
 *
 * 学校案内: 沿革
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/

.end{text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}

.tac{text-align: center;
	color: #ee287c;
	font-weight: bold;
	margin-bottom: 30px;}

/*----------------------------------------------------------------------
	.mv
----------------------------------------------------------------------*/
.mv .present {
	position: absolute;
	bottom: 17px;
	left: 50%;
	margin-left: 197px;
	z-index: 1;
}
.mv .girl {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: 220px;
	z-index: 1;
}

@media all and (max-width: 767px){
	.mv {
		overflow: visible;
	}
	.mv .present,
	.mv .girl {
		margin: 0;
	}
	.mv .present {
		bottom: -13px;
		left: auto;
		right: 7px;
	}
	.mv .present img {
		width: 89px;
	}
	.mv .girl {
		right: auto;
		left: 0;
	}
	.mv .girl img {
		width: 76px;
	}
}

/*----------------------------------------------------------------------
	.event-list
----------------------------------------------------------------------*/
.event__num {
	background-image: url(../images/high_school/schedule_num_bg.png);
}
.event__inner::before {
	border-color: #ee287c;
}
.event__inner .event-disable {
	background-color: rgba(238, 40, 124, .88);
}
.event .lecture {
	background: #ffdfeb;
	color: #ee287c;
}
.event .closing span {
	color: #ee287c;
}
.event .btn a {
	border-color: #f28db2;
}
.event .btn:nth-child(2) a {
	background: #f28db2;
}
.event .btn:nth-child(1) span {
	background-image: url(../images/common/ico_arw_p.png);
}
.event .apply__btn a {
	background-color: #f28db2;
}

/*----------------------------------------------------------------------
	.sec-schedule
----------------------------------------------------------------------*/
.sec-schedule .note-box {
	border-color: #f28db2;
}
.sec-schedule .note-box dt {
	background: #f28db2;
}

/*----------------------------------------------------------------------
	.space
----------------------------------------------------------------------*/
.space-img {
	background-image: url(../images/high_school/schdule_bottom_img_pc.jpg);
}

@media all and (max-width: 767px){
	.space-img {
		background-image: url(../images/high_school/schdule_bottom_img_sp.jpg);
	}
}

/*----------------------------------------------------------------------
	.sec-program
----------------------------------------------------------------------*/
.sec-program .program__info .ttl {
	color: #ee287c;
}

.sec-program .program__img {
	border-color: #ee287c;
}

/*#Page .sec-program .program__img::before {
	background-image: url(../images/high_school/ico_arw.png);
}

@media all and (max-width: 767px){
	#Page .sec-program .program__img::before {
		background-image: url(../images/high_school/ico_arw_sp.png);
	}
}*/

/*----------------------------------------------------------------------
	.lecture-box
----------------------------------------------------------------------*/
.lecture-box__hdg {
	border-color: #ee287c;
}

/*----------------------------------------------------------------------
	.sec-access
----------------------------------------------------------------------*/
.sec-access .schedule-tbl tr {
	border-color: #f28db2;
}

/*----------------------------------------------------------------------
	.sec-apply
----------------------------------------------------------------------*/
.sec-apply__hdg {
	border-color: #ee287c;
}

.octext{
	text-align: center;
	font-size: 120%;
	border: 2px solid #f28db2;
	padding: 10px;
	background: #FFFFFF;
}
