@charset "utf-8";

/* メインビジュアルの帯の色 */
.p-mv__bg {
  background: rgba(1, 62, 154, 0.8);
}

/* リンク、その他のカラーここから */
.p-linkBtn__link,
.p-about__link,
.p-date__link {
  color: #4489AB;
}
.p-linkBtn__link::before,
.p-date__h3::before,
.p-info__h3::before {
  background: #4489AB;
}
.p-about__p::before {
  border-right: 4px solid #4489AB;
  border-bottom: 4px solid #4489AB;
}
.c-label {
  border: 1px solid #4489AB;
}
/* リンク、その他のカラーここまで */


/* 見出し関連のカラーここから */
.p-date__h2,
.p-event__h2,
.p-info__h2 {
  background: #4489AB;
}
/* 見出し関連のカラーここまで */


/* 申し込みボタン */
.c-applyBtn {
  background: #ff9d00;
}
.timetable table{
	width:100%;
	table-layout: fixed;
	word-wrap: break-word;
}
.timetable th,.timetable td{
	border-collapse:collapse;
	border:1px solid #999;
	padding:2%;
	font-size:13px;
	font-weight:normal;
}
.timetable th{width:25%;}
.timetable td:first-of-type{
	width:30%;
	text-align:center;
	white-space: nowrap;
}
.timetable td:nth-of-type(2){
	width:45%;
}


.p-info__text span{
	color:#4489AB;
	font-weight:700;
}
.p-about__p{
	white-space: nowrap;
}

.school_link a{
	display:inline-block;
	background:rgba(68, 137, 171, 0.8);
	color:#fff;
	border-radius:5px;
	padding:5px;
margin:0 0 30px;
}

.p-info__box div{
	display:block;
	margin:30px auto;
}

.p-info__box div img{
	display:block;
	margin:15px auto;
}
.google_map{
position:relative;
width:100%;
height:0;
padding-top:75%;
}
.google_map iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.u-spOnly{
	display:none;
}
@media screen and (max-width: 768px) {
	.school_link a{
	margin:0 0 10px;}
	
.timetable th,.timetable td{font-size:12.5px;}
.timetable th{width:19%;text-align:center;}
.timetable td:first-of-type{
	width:36%;
}
.timetable td:nth-of-type(2){
	width:45%;
}.u-spOnly{
	display:block;
}

}