@charset "UTF-8";

/*================================================
 *  各種講習案内用
 ================================================*/

/*******共通*******/
section + section {
	padding-top: 120px;
}

/*タイトル 予約制*/
section h3 .img_yoyaku {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0,-50%);
}

/*画像＋テキスト*/
section .intro_box {
	margin-bottom: 100px;
}
section:not(#elder_area) .intro_box .unit_img {
	width: 450px;
	width: calc(50% - 100px);
	margin-left: 60px;
}
section .intro_box .unit_txt h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 0.8em;
}
section .intro_box .unit_txt p + ul {
	margin-top: 0.5em;
}


/*受講までの流れ*/
section .flow_box {
	padding: 80px 8rem;
}
section .flow_box .flow_list {
	max-width: 940px;
	margin: 0 auto;
}
section .flow_box .flow_list dt {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
section .flow_box .flow_list dd + dt {
	margin-top: 50px;
}
section .flow_box .flow_list dt span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	width: 30px;
	height: 30px;
	padding-top: 0.1em;
	margin-right: 20px;
}
section .flow_box .flow_list dt em {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
section .flow_box .flow_list dd {
	padding: 20px 0 0 50px;
}


section .flow_box .flow_list dd .table_yoyaku {
	margin-top: 1em;
}
section .flow_box .flow_list dd .table_yoyaku th {
	background-color: var(--color-main);
	color: #fff;
	font-weight: bold;
	width: 230px;
}


section .flow_box .flow_list dd .table_beginner {
	margin-top: 1em;
}
section .flow_box .flow_list dd .table_beginner thead th:first-of-type {
	width: 39.3%;
}
section .flow_box .flow_list dd .table_beginner tbody th {
	border-right: 1px solid;
}


/*持ち物*/
section .items_list ul + ul {
	margin-top: 0.5em;
}



/*******高齢者講習*******/
section#elder_area {
	padding-top: 100px;
}

section#elder_area .intro_box .unit_img {
	width: 340px;
	text-align: left;
	margin-left: 60px;
}












/*******ペーパードライバー講習*******/
/*教習について*/
section#paper_area .tabel_kyoshu {
	margin-top: 30px;
}
section#paper_area .tabel_kyoshu th {
	width: 200px;
}




/*******企業向け安全運転講習*******/
section#bizsafety_area .tabel_program {
	margin-bottom: 40px;
}
section#bizsafety_area .tabel_program th {
	width: 240px;
}

section#bizsafety_area .btn_arrow {
	font-size: 24px;
	font-weight: bold;
	width: 340px;
	padding: 0 1.15em;
	margin: 1em 0;
}




/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {



/*******共通*******/
section + section {
	padding-top: 15vw;
}

/*タイトル 予約制*/
section h3 .img_yoyaku {
	right: 3.5vw;
	width: 20vw;
}

/*画像＋テキスト*/
section .intro_box {
	margin-bottom: 12vw;
}
section .intro_box .unit_img {
	width: 100%!important;
	margin: 0 0 6vw!important;
}
section .intro_box .unit_txt h4 {
	font-size: 4.8vw;
}


/*受講までの流れ*/
section .flow_box {
	position: relative;
	left: -7vw;
	width: 100vw;
	padding: 10vw 0;
}
section .flow_box .flow_list dd + dt {
	margin-top: 10vw;
}
section .flow_box .flow_list dt span {
	font-size: 5.6vw;
	width: 6.6vw;
	height: 6.6vw;
	margin-right: 4vw;
}
section .flow_box .flow_list dt em {
	font-size: 4.8vw;
	line-height: 6.6vw;
}
section .flow_box .flow_list dd {
	padding: 4vw 0 0 10.6vw;
}


section .flow_box .flow_list dd .table_yoyaku td {
	padding-left: 1em;
	padding-right: 1em;
}
section .flow_box .flow_list dd .table_yoyaku td .txt_tel {
	margin-right: -0.5em;
}
section .flow_box .flow_list dd .table_yoyaku td .txt_tel [class*="icon-"] {
	font-size: 7.5vw;
}
section .flow_box .flow_list dd .table_yoyaku td .txt_tel em {
	font-size: 8.5vw;
}

section .flow_box .flow_list dd .table_beginner thead th:first-of-type {
	width: 30vw;
}



/*******高齢者講習*******/
section#elder_area {
	padding-top: 13vw;
}

section#elder_area .intro_box .unit_img {
	text-align: center;
}
section#elder_area .intro_box .unit_img img {
	width: 68vw;
}














/*******ペーパードライバー講習*******/
/*教習について*/
section#paper_area .tabel_kyoshu {
	margin-top: 5vw;
}



/*******企業向け安全運転講習*******/
section#bizsafety_area .tabel_program {
	margin-bottom: 10vw;
}


section#bizsafety_area .btn_arrow {
	font-size: 4.8vw;
	width: 68vw;
}







}