@charset "UTF-8";

/*================================================
 *  運転免許試験場用
 ================================================*/

/*******共通*******/
section:not(#main_area):not(#access_area) {
	padding-top: 120px;
}


/*箇条書き*/
section .notes .unit_txt > ul > li + li {
	margin-top: 0.5em;
}



/*窓口*/
section .madoguchi_box {
	background-color: #f0f0f0;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	height: 190px;
	width: 260px;
	padding-bottom: 10px;
}
section .madoguchi_box dt {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1.35;
	height: 2.35em;
}
section .madoguchi_box dd {
	font-size: 22px;
}
section .madoguchi_box dd img {
	display: block;
	margin: 15px auto 10px;
}
section .madoguchi_box dd .textcrop {
	display: inline-block;
}
section .madoguchi_box dd em {
	font-size: 54px;
	margin-right: 0.1em;
}
section .madoguchi_box dd span {
	font-size: 36px;
	margin-right: 0.1em;
}


/*箇条書き＋窓口*/
section .notes_madoguchi .madoguchi_box {
	flex-shrink: 0;
	margin-left: 20px;
}



/*******メインエリア*******/
section#main_area h2 {
	margin-top: 60px;
}

section#main_area .inner {
	margin-top: 100px;
}

section#main_area .inner h4 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

@media screen and (min-width: 1000.1px) {
	section#main_area .inner .madoguchi_list .madoguchi_box {
		width: calc((100% - 20px * 3) / 4);
	}
}
@media screen and (max-width: 1000px) {
	section#main_area .inner .madoguchi_list {
		width: 540px;
		margin: 0 auto;
	}
	section#main_area .inner .madoguchi_list .madoguchi_box:nth-of-type(n+3) {
		margin-top: 20px;
	}
}


/*******アンカーナビ*******/
#anchor_nav {
	padding-top: 120px;
}





/*******アクセス*******/
section#access_area {
	padding-top: 100px;
}

section#access_area figure + figure {
	margin-top: 60px;
}
section#access_area figure .unit_img {
	width: 450px;
	width: calc(50% - 100px);
}
section#access_area figure figcaption {
	padding-right: 20px;
}
section#access_area figure figcaption h4 {
	font-weight: bold;
	margin-bottom: 0.5em;
}
section#access_area figure figcaption > ol > li + li {
	margin-top: 0.5em;
}

section#access_area figure.map_box figcaption h4 {
	font-size: 24px;
}


section#access_area figure.access_box figcaption h4 {
	font-size: 20px;
}




/*******普通免許の場合*******/
section#standard_area .checklist_box {
	margin-bottom: 100px;
}

/*再受験*/
section#standard_area .table_saijuken {
	margin: 1em 0;
}
section#standard_area .table_saijuken th {
	width: 200px;
}




/*******その他の免許の場合*******/

section#other_area .headtitle_bdl:first-of-type {
	margin-top: 100px;
}


/*適性試験*/
section#other_area .table_tekisei thead th:first-of-type {
	width: 350px;
}
section#other_area .table_tekisei tbody th {
	border-right: 1px solid;
}












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




/*******共通*******/
section:not(#main_area):not(#access_area) {
	padding-top: 13vw;
}

/*窓口*/
section .madoguchi_box {
	border-radius: 3vw;
	width: 100%;
	padding-bottom: 0;
}
section .madoguchi_box dt {
	font-size: 4vw;
}
section .madoguchi_box dd {
	font-size: 4.5vw;
}
section .madoguchi_box dd img {
	margin: 3vw auto 1vw;
	width: 5.2vw;
}
section .madoguchi_box dd em {
	font-size: 10.6vw;
}
section .madoguchi_box dd span {
	font-size: 7.2vw;
}



/*箇条書き＋窓口*/
section .notes_madoguchi .madoguchi_box {
	display: block;
	margin: 6vw 0 0;
	height: auto;
	padding: 7vw 0;
}
section .notes_madoguchi .madoguchi_box dt {
	display: block;
	height: auto;
}




/*******メインエリア*******/
section#main_area h2 {
	margin-top: 60px;
}

section#main_area .inner {
	margin-top: 13vw;
}

section#main_area .inner h4 {
	font-size: 5.6vw;
	margin-bottom: 8vw;
}

section#main_area .inner .madoguchi_list {
	width: 100%;
}
section#main_area .inner .madoguchi_list .madoguchi_box {
	height: 41.5vw;
	width: 41.5vw;
}
section#main_area .inner .madoguchi_list .madoguchi_box:nth-of-type(n+3) {
	margin-top: 4vw;
}


/*******アンカーナビ*******/
#anchor_nav {
	padding-top: 13vw;
}





/*******アクセス*******/
section#access_area {
	padding-top: 13vw;
}

section#access_area figure + figure {
	margin-top: 10vw;
}
section#access_area figure .unit_img {
	width: 100%;
}
section#access_area figure figcaption {
	padding: 7vw 0 0;
}

section#access_area figure.map_box figcaption h4 {
	font-size: 4vw;
}

section#access_area figure.access_box figcaption h4 {
	font-size: 4vw;
}





/*******普通免許の場合*******/
section#standard_area .checklist_box {
	margin-bottom: 13vw;
}

/*再受験*/
section#standard_area .table_saijuken th {
	width: 100%;
}






/*******その他の免許の場合*******/

section#other_area .headtitle_bdl:first-of-type {
	margin-top: 12vw;
}

/*適性試験*/
section#other_area .table_tekisei thead th:first-of-type {
	width: 25vw;
}










}