@charset "UTF-8";

.footer-text {
	display: none;
}

#exam #mv {
  background: url(../images/mv.jpg) no-repeat center 0;
  background-size: cover;
  height: 220px;
  width: 100%;
}

#exam #mv h2 {
	text-align: center;
	padding-top: 7rem;
}

#exam #mv span {
	text-align: center;
	display: none;
}

#exam #exam-attention {
	color: crimson;
	font-size: 2rem;
	margin-bottom: 2rem;
}

#exam #exam-attention .fa {
	margin-right: 1rem;
}

/*table*/

#exam table.qualification-table,
#exam table.admissions-table {
	width: 100%;
	margin: 0 auto 5rem auto;
	border-top: 1px solid lightsteelblue;
	border-left: 1px solid lightsteelblue;
}

#exam table.admissions-table th {
	text-align: center;
	padding: 1%;
	border-right: 1px solid lightsteelblue;
	border-bottom: 1px solid lightsteelblue;
	background: #cef2f9;
	color: #00AFCC;
	font-weight: bold;
	vertical-align: middle;
}

#exam table.qualification-table th,
#exam table.qualification-table td,
#exam table.admissions-table td {
	text-align: left;
	padding: 1%;
	background: #fff;
	border-right: 1px solid lightsteelblue;
	border-bottom: 1px solid lightsteelblue;
}

#exam table.admissions-table caption {
    caption-side: bottom;
}

#exam table.admissions-table .col01 {
	width: 16%;
}
#exam table.admissions-table .col02 {
	width: 42%;
}

#exam table.admissions-table strong {
	font-size: 1.5rem;
	font-weight: bold;
}

#exam table.admissions-table em {
	font-size: 1.3rem;
	font-weight: bold;
	margin-left: 5px;
}

#exam table.qualification-table th {
	width: 30%;
}

#exam table.session-table {
	width: 100%;
	margin: 0 auto 5rem auto;
	border-top: 1px solid lightsteelblue;
	border-left: 1px solid lightsteelblue;
}

#exam table.session-table td {
	text-align: left;
	padding: 1%;
	background: #fff;
	border-right: 1px solid lightsteelblue;
	border-bottom: 1px solid lightsteelblue;
	width: 80%;
}

#exam table.session-table th {
	text-align: center;
	padding: 1%;
	border-right: 1px solid lightsteelblue;
	border-bottom: 1px solid lightsteelblue;
	background: #eee;
	color: #00AFCC;
	font-weight: bold;
	vertical-align: middle;
	width: 20%;
}

#exam table.session-table th.session-date {
	font-size: 1.8rem;
	background: #fffacf;
	width: 100%;
}

#exam table.session-table span.attention {
	color: crimson;
}

#exam table.session-table th.open-class-date {
	font-size: 1.8rem;
	background: #cef2f9;
	width: 100%;
}

#exam ul.session-list li {
	padding: 1%;
	border-left: 3px solid lightsteelblue;
	border-bottom: 1px dotted lightsteelblue;
	background: #fff;
	color: #00AFCC;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 2%;
}

#exam ul.session-list li:last-child {
	margin-bottom: 5rem;
}

#exam ul.session-list .session-note {
	color: #333;
	font-size: 1.2rem;
}

#exam ul.session-list .session-end {
	color: #fff;
	background-color: crimson;
	font-size: small;
	display: inline-block;
	padding: 0.2% 0.5%;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#exam .open-school-btn {
	width: 80%;
	margin: 4rem auto 5rem auto;
	overflow: hidden;
}

#exam .open-school-btn .textL {
	width: 60%;
}

#exam .open-school-btn .photoR {
	width: 40%;
	text-align: right;
}

#exam .episodeBlock1 {
	position: relative;
	padding: 1rem 0 2rem 5.5rem;
}

#exam .toggle i {
	margin-right: 1rem;
}

#exam #faq-school .toggle {
	background-color: mediumseagreen;
	padding-right: 3rem;
}

#exam #faq-school .basic-tlM {
	color: mediumseagreen;
	border-color: mediumseagreen;
}

#exam #faq-school .circle-answer {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	font-weight: bold;
	font-size: 1.5rem;
	background-color: gold;
	position: absolute;
	top: 1rem;
	left: 0;
}


#exam #faq-exam .toggle {
	background-color: sandybrown;
}

#exam #faq-exam .basic-tlM {
	color: sandybrown;
	border-color: sandybrown;
}

#exam #faq-exam .circle-answer {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	font-weight: bold;
	font-size: 1.5rem;
	background-color: salmon;
	position: absolute;
	top: 1rem;
	left: 0;
}

#exam #faq-school strong,
#exam #faq-exam strong {
	font-weight: bold;
}

#exam #cost .total-cost {
	background-color: cornsilk;
	color: goldenrod;
	font-size: 1.5rem;
	font-weight: bold;
}

#exam #cost th {
	width: 30%;
	text-align: left;
}

#exam .access-map {
	width: 90%;
	height: 600px;
	margin-left: 5%;
	margin-bottom: 5%;
}

#exam .alignR {
	text-align: right;
}

#exam .exam_box {
	width: 80%;
	margin: 10px auto;
	padding: 5px;
	border: 1px solid lightsteelblue;
}
#exam .btn-right.access {
	margin-bottom: 5rem;
}


/* === SP ====================== */
@media screen and (max-width: 748px) {
 	#exam #mv {
    background-size: cover;
	height: auto;
  	}
	#exam #mv h2 {
	padding: 2.5rem 0;
		color: #fff;
	}
  	#exam #mv h2 img {
	width: 40%;
	padding-top: 0rem;
	}
	#exam #mv span {
	font-size: 2.5rem;
	font-weight: bold;
	padding-bottom: 1rem;
	border-bottom: 2px solid #fff;
	display: inline;
	}
	#exam #mv img {
		display: none;
	}
	#exam table.session-table td {
	width: 70%;
	}
	#exam table.session-table th {
	width: 30%;
	}
	#exam table.session-table th.session-date {
	font-size: 1.5rem;
	}
	#exam table.session-table th.open-class-date {
	font-size: 1.5rem;
	}
	#exam table.basic-table1 th {
	width: 30%;
	}
	#exam table.basic-table1 td {
	width: 70%;
	}
	#exam .open-school-btn .textL {
	width: 100%;
	}
	#exam .open-school-btn .photoR {
	width: 100%;
	text-align: center;
	}
	#exam .lead-text-exam {
	padding-bottom:0!important;
	}
	#exam .photoC {
	padding-bottom: 4rem;
	}
	#exam #cost th {
	width: 50%;
	}
	#exam .access-map {
	width: 90%;
	height: 300px;
	margin-left: 5%;
	margin-bottom: 5%;
	}
}
