@charset "utf-8";
/* CSS Document */

/* 全体の印刷幅を70%に変更 */
body{zoom: 0.70;-webkit-print-color-adjust: exact;}
#header{position:inherit;}
#footer .f_wrap{padding:0 3% 50px;}
/* "予約はこちらボタンを非表示 */
.reserved_fixed{display:none;}
/* フッターの電話アイコン、メールアイコンを表示 */
#footer .f_wrap p span.tel_icon{background-image:url("../image/tel_icon.svg");}
#footer .f_wrap p span.mail_icon{background-image:url("../image/mail_icon.svg");}
/* FLOWの「STEP1〜5」のアイコン表示 */
#contents.course .course_flow dl dt:nth-of-type(1)::before{background-image:url("../image/lesson/step1.svg?202503081645");}
#contents.course .course_flow dl dt:nth-of-type(2)::before{background-image:url("../image/lesson/step2.svg?202503081645");}
#contents.course .course_flow dl dt:nth-of-type(3)::before{background-image:url("../image/lesson/step3.svg?202503081645");}
#contents.course .course_flow dl dt:nth-of-type(4)::before{background-image:url("../image/lesson/step4.svg?202503081645");}
#contents.course .course_flow dl dt:nth-of-type(5)::before{background-image:url("../image/lesson/step5.svg?202503081645");}
/* 技能講習・特別教育の講習科目の背景色 */
#lesson .lesson_wrap .lesson_item .lesson_detail ul li a{padding:0 8px;display:block;background:#CEE0F5;border-radius:4px;color:#000000;}
/* 技能講習・特別教育の予約はこちらボタンのアイコン */
.lesson_detail .request_btn.skill_form span{background-image:url("../image/skill_mail_icon.svg");}
.lesson_detail .request_btn.special_form span{background-image:url("../image/special_mail_icon.svg");}
/* 各講習下層ページの表の色 */
#contents.course .bg_b{background:#00469B;color:#FFFFFF;}
#contents.course .bg_og{background:#EA6000;color:#FFFFFF;}
#contents.course table th.cl1{background:#D9E4F0;}/* 薄い青 */
#contents.course table th.cl2{background:#BCCEE6;}/* 少し濃い青 */
#contents.course table th.cl3{background:#00469B;color:#FFFFFF;}/* 青 */
#contents.course table th.cl4{background:#FFE3D0;}/* 薄いオレンジ */
#contents.course table th.cl5{background:#F8CCAC;}/* 少し濃いオレンジ */
#contents.course table th.cl6{background:#EA6000;color:#FFFFFF;}/* オレンジ */
#contents.course table th.cl7{background:#F4EFE6;}/* グレー */
.lesson_list_wrap .lesson_list_detail dd{background:#F4EFE6;}
/* ヘッダーの表示位置を最上部へ移動 */
.contact #form{margin-bottom:60px;}
/* LESSONタイトルの表示調整 */
.home #lesson .wrap{padding:0 3%;}
#lesson .lesson_wrap{margin-top:-24px;}
