@charset "utf-8";
/* CSS Document */
.img-title_box {
	background-image: url("../images/school/title-img.jpg");
}
.content {
	padding-top: 52px;
	padding-bottom: 48px;
}
h4 {
	font-size: 25px;
	font-weight: bold;
	border-left: 4px solid #0044a6;
	padding-left: 16px;
	line-height: 1.3em;
	margin-bottom: 18px;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 36px;
	margin-bottom: 12px;
}
table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}
table th,
table td {
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 15px 36px 15px;
}
table th {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	background-color: #d9e8f1;
	white-space: nowrap;
}
table td {
	text-align: justify;
	font-size: 13px;
	background-color: #fff;
}

.access {
	margin-top: 74px;
}
.access .title {
	max-width: 880px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.access iframe {
	width: 100% !important;
	height: 413px !important;
}
.access .txt01 {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	margin-top: 45px;
}
.access .txt02 {
	text-align: center;
	font-size: 15px;
	font-weight: 900;
	margin-top: 20px;
}

#access {
	padding-top: 85px;
	margin-top: -85px;
}
.nx_link {
	margin-top: 75px;
    color: #030303;
    text-align: center;
    border-left: none;
	padding-left: 0;
	display: flex;
	align-items: center;
}
.nx_link:before, .nx_link:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
.nx_link:before {
	margin-right: 10px;
}
.nx_link:after {
	margin-left: 10px;
}
.nx_link p{
    font-size: 18px;
    font-weight: 700;
}
.nx_link_blue {
	text-align: center;
}
.nx_link_blue a{
	font-size: 16px;
	color: #00F;
	border-bottom: 1px solid;
}
.nx_link_blue a:hover, .nx_link_blue a:visited{
	opacity: .6;
}



@media screen and (max-width: 768px) {

	#access {
		padding-top: 105px;
		margin-top: -105px;
	}





















}


@media screen and (max-width: 420px) {  
	.content {
		padding-top: 6.8vw;
		padding-bottom: 6.2vw;
	}
	h4 {
		font-size: 5vw;
		border-left-width: 1vw;
		padding-left: 3vw;
		margin-bottom: 3.8vw;
	}
	table th,
	table td {
		padding: 2.2vw 3vw 2.2vw;
	}
	table th {
		font-weight: bold;
		text-align: center;
		font-size: 3.5vw;
	}
	table td {
		font-size: 3.2vw;
	}

	.access {
		margin-top: 10vw;
	}
	.access .title {
		margin-bottom: 4vw;
	}
	.access iframe {
		height: 60vw !important;
	}
	.access .txt01 {
		font-size: 4.2vw;
		margin-top: 4vw;
	}
	.access .txt02 {
		font-size: 3.5vw;
		margin-top: 3vw;
	}

	#access {
		padding-top: 15.2vw;
		margin-top: -15.2vw;
	}















}