@charset "UTF-8";

/*================================================
 *  在校生専用ページ 学科試験・検定用
 ================================================*/



/*******テーブル共通*******/
section#shiken_area table + .notes {
	margin-top: 30px;
}


/*******普通車免許（AT・MT）の検定日*******/
section#shiken_area h2 {
	margin-top: 60px;
}


/*検定日テーブル*/
section#shiken_area .table_exam thead th:first-of-type {
	background-color: #fff;
	border-top: none;
	width: 200px;
	width: 18.18%;
}
section#shiken_area .table_exam thead th {
	font-weight: bold;
	padding: 1em 0;
}
section#shiken_area .table_exam thead th span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}





/*******アンカーナビ*******/
section#shiken_area #anchor_nav {
	margin: 120px auto 100px;
}




/*******アンカー下共通*******/
section#shiken_area  h3:nth-of-type(n+2) {
	margin-top: 120px;
	scroll-padding-top: 100px
}


section#shiken_area .table_exam_detail th {
	width: 200px;
}





/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {



/*******テーブル共通*******/
section#shiken_area table + .notes {
	margin-top: 5vw;
}


/*******普通車免許（AT・MT）の検定日*******/
section#shiken_area h2 {
	margin-top: 8vw;
}


/*検定日テーブル*/
section#shiken_area .table_exam thead th:first-of-type {
	width: 18vw;
}
section#shiken_area .table_exam thead th span {
	font-size: 3vw;
}





/*******アンカーナビ*******/
section#shiken_area #anchor_nav {
	margin: 13vw 0;
}





/*******アンカー下共通*******/
section#shiken_area  h3:nth-of-type(n+2) {
	margin-top: 15vw;
}











}