@charset "utf-8";

/*
-----------------------------------------------
brなど
----------------------------------------------- */
@media screen and (max-width: 769px) {
.bigpconly{
display:none;
}
}


@media screen and (min-width: 768px) {
.sponly{
display:none;
}
}

@media screen and (max-width: 767px) {
.pconly{
display:none;
}
}

@media screen and (min-width: 769px) {
.sp-tabonly{
display:none;
}
}

@media screen and (min-width: 767px) {
.sponly-notab{
display:none;
}
}

@media screen and (max-width: 767px) {
.pc-tabonly{
display:none;
}
}


/*---------------------------------------------
	下層共通
---------------------------------------------*/
.tac-all {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.in-box01 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.in-box02 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.in-box03 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.mx-img {
  max-width: 100% !important;
  width:auto !important;
  height: auto !important;
}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}

.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}


.container01 {
  display: flex;
  flex-wrap: wrap;
}

.container02 {
  display: flex;
  flex-wrap: nowrap;
}

.container03 {
  display: flex;
  flex-wrap: wrap-reverse;
}

.al-item01 {
  align-items: flex-end
}

.c-type01 {
  justify-content: space-between;
}

.c-type02 {
  justify-content: space-around;
}

.c-type03 {
  justify-content: flex-start;
}

.c-type04 {
  justify-content: center;
}

.con2 {
  width: 47%;
  margin-bottom: 40px;
}

.con3 {
  width: 31%;
  margin-bottom: 40px;
}

.c-type03 .con3 {
  margin-right: 3.5%;
}

.c-type03 .con3:nth-of-type(3n) {
  margin-right: 0;
}

/*---------------------------------------------
	下層共通 TAB 
---------------------------------------------*/
@media screen and (max-width: 768px) {

.in-box01,
.in-box02,
.in-box03 {
  width: 100%;
}
}

/*---------------------------------------------
	下層共通 SP
---------------------------------------------*/
@media screen and (max-width: 767px) {

.mt10{margin-top:10px;}
.mt20{margin-top:15px;}
.mt40{margin-top:20px;}
.mt50{margin-top:30px;}
.mt80{margin-top:50px;}

.mb20{margin-bottom:15px;}
.mb30{margin-bottom:20px;}
.mb40{margin-bottom:20px;}
.mb50{margin-bottom:30px;}
.mb60{margin-bottom:40px;}
.mb80{margin-bottom:50px;}

}

/*---------------------------------------------
	入所案内
---------------------------------------------*/
.information-box{
background:#ededed;
margin-left:auto;
margin-right:auto;
width:700px;
padding:20px;
}


.infm-txt{
width:60%;
}

.infm-img{
width:35%;
}

.infm-img img{
display:block;
margin-bottom:15px;
}

.infm-dl{
border-bottom:dotted 1px #999;
padding:8px;
}

.infm-dl:first-child{
padding:0 8px 8px 8px;
}

.infm-dl dt{
width:31%;
}

.infm-dl dd{
width:69%;
}

.gm-btn{
display:inline-block;
}

.gm-btn a{
display:block;
text-decoration:none !important;
line-height;1.1;
padding:0.4em 1em;
border-radius:6px;
background:#ff0000;
color:#fff !important;
}

.gm-btn a:hover{
background:#ff9999;
}

.gm-btn i{
font-size:120%;
}

.h-type01{
  padding: 0.7rem 2rem;
  border-left: 8px solid #ff0000;
  background: #f4f4f4;
  font-weight:700;
  font-size:18px;
  color:#666;
  margin-bottom:15px;
}

.operation-txt{
width:60%;
}

.operation-img{
width:35%;
}

.lh15{
line-height:1.5 !important;
}

.h-type02{
display:inline-block;
color:#ff0000;
padding:0.4em 1em;
font-size:16px;
font-weight:700;
background:#faecec;
margin-bottom:8px;
}

.operation-box{
  margin-top:20px;
  background: #f4f4f4;
  padding:15px 15px 8px 15px;
}



/*---------------------------------------------
	入所案内 TAB 
---------------------------------------------*/
@media screen and (max-width: 768px) {
.information-box{
width:88%;
padding:20px;
}

}


/*---------------------------------------------
	入所案内 SP
---------------------------------------------*/
@media screen and (max-width: 767px) {


.infm-txt{
width:100%;
margin-bottom:20px;
}

.infm-img{
width:100%;
}

.operation-txt{
width:100%;
margin-bottom:20px;
}

.operation-img{
width:100%;
}

}




/*---------------------------------------------
	学校案内
---------------------------------------------*/
.school-txt{
width:55%;
}

.school-img{
width:41%;
}

.school-txt02{
width:79%;
}

.school-img02{
width:18%;
}

.inst-img{
width:240px;
}

.inst-txt{
width:630px;
}

.bdr1{
border-bottom:solid 1px  #ccc;
padding-bottom:20px;
margin-bottom:20px;
}

.bdr1:last-of-type{
border-bottom:none;
}

.inst-txt div{
margin-bottom:20px;
}

.h-type03{
  padding: 0.3em 1.0em;
  display:inline-block;
  background: #ff0000;
  font-weight:700;
  font-size:14px;
  color:#fff;
  margin:0px !important;
  margin-bottom:6px !important;
}


/*---------------------------------------------
	学校案内 TAB 
---------------------------------------------*/
@media screen and (max-width: 768px) {

}


/*---------------------------------------------
	学校 SP
---------------------------------------------*/
@media screen and (max-width: 767px) {

.school-txt{
width:100%;
margin-bottom:20px;
}

.school-img{
width:100%;
}

.school-txt02{
width:67%;
}

.school-img02{
width:30%;
}


.inst-img{
width:100%;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
padding-left:25%;
padding-right:25%;
}

}



/*
-----------------------------------------------
よくあるご質問
----------------------------------------------- */
.h-type05{
background:#f41731;
color:#fff;
padding:0.5em 1em;
font-weight:700;
font-size:20px;
}

.faq-box{
padding:20px;
border:solid 1px #999;
margin-bottom:60px;
}

.q-txt{
font-size:20px;
font-weight:500;
background:#f41731;
color:#fff;
line-height:1.0;
padding:6px 0px 8px 0;
width:1.7em;
text-align:center;
}

.a-txt{
font-size:20px;
font-weight:500;
background:#4876ad;
color:#fff;
line-height:1.0;
padding:6px 0px;
padding:6px 0px 8px 0;
width:1.7em;
text-align:center;
}

.a-box{
position:relative;
background:#efeae4;
padding:10px;
}

.a-bun p{
margin-left:3em !important;
margin-bottom:10px;
}

.a-txt{
position:absolute;
top:10px;
left:10px;
}

.q-box{
position:relative;
margin-bottom:24px;
}

.q-txt{
position:absolute;
top:0px;
left:0px;
}

.q-bun{
color:#f41731;;
font-weight:700;
margin-left:3em;
margin-right:50px;
font-size:17px;
}

.accordion-container {
  position: relative;
  cursor: pointer
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
text-decoration:underline;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #ccc;
}

.article-title{
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: 0;
}

#accordion{
margin-bottom:20px;
}

.faq-h{
font-size:22px;
font-weight:700;
padding-bottom:10px;
margin-bottom:30px;
border-bottom:dotted 1px #999;
}

/*
-----------------------------------------------
FAQ　SP
----------------------------------------------- */
@media screen and (max-width: 767px) {

#faq-ttl:before{
  content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
  width:45px;/*画像の幅*/
  height:45px;/*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  position:absolute;
  left:-50px;
  top:3px !important;
}


.faq-h{
font-size:18px;
line-height:1.5;
text-align:left;
font-weight:700;
padding-bottom:5px;
margin-bottom:15px;
border-bottom:dotted 1px #999;
}

.q-bun{
color:#bc473a;
font-weight:700;
margin-left:3em;
margin-right:30px;
font-size:15px;
}

.a-bun p{
font-size:14px;
margin-left:3em !important;
margin-bottom:10px;
}

.faq-box{
border-radius:10px;
padding:15px 15px 0px 15px;
border:solid 1px #113e66;
margin-bottom:30px;
}

}

/*
-----------------------------------------------
休校日・教習時限
----------------------------------------------- */

.timetable ul li {
	list-style-type: disc;
	margin-left: 30px;
	line-height: 2;
}
.nighttime {
	background-color: #ff6c77;
}
.timetable tbody tr th {
	width: 15%;
}
.timetable tr td:nth-of-type(1){
	width: 20%;
}
/*
-----------------------------------------------
FAQ　SP
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.timetable tr td {
		font-size: 75%;
	}
}
/*
-----------------------------------------------
トラックドライバー
----------------------------------------------- */

.job-para {
	display: inline-block;
	margin-left: 15px;
}
.job-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.job P {
	text-align: left;
    background: #EAE5E6;
	color: #333;
	font-size: 1.8rem;
	font-weight: 600;
	padding-left: 15px;
}
.job {
	width: 45%;
}
.job ul {
	padding-left: 15px;
}
.job ul li {
	margin-bottom: 5px;
}
.attention p{
	margin-left: 5%;
}
/*
-----------------------------------------------
トラックドライバー SP
----------------------------------------------- */

@media screen and (max-width: 767px){
	.job {
	width: 95%;
		margin: 0 auto 30px auto;
}
	.job p {
		font-size: 1.6rem;
	}
	.job ul {
		font-size: 1.4rem;
	}
	.job ul li {
		margin-bottom: 10px;
	}
	.attention-list {
		font-size: 1.2rem;
	}
}

/*
-----------------------------------------------
アクセス
----------------------------------------------- */

.access-container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 30px 0;
}
.access-container-p {
	width: 75%;
	text-align: center;
}
.access-text {
	text-align: left;
}
.access-container-i {
	width: 25%;
}
.access-map-container {
	text-align: center;
}
.access-map {
	width: 60%;
	display: inline-block;
	text-align: center;
}

/*
-----------------------------------------------
アクセス SP
----------------------------------------------- */

@media screen and (max-width: 767px){
.access-container-i {
	width: 50%;
	margin-top: 30px;
}
	}

/*
-----------------------------------------------
プライバシーポリシー
----------------------------------------------- */

.ml30 {
	margin-left: 30px;
}
.ml15 {
	margin-left: 15px;
}
.privacy ul li{
	list-style-type: disc;
	margin-left: 40px;
}
.privacy h4 {
	font-weight: 600;
	margin: 20px 15px;
}


/*
-----------------------------------------------
オープンキャンパス
----------------------------------------------- */
.opc-flow p{
font-weight:700;
font-size:16px;
color:#e23185;
margin-top:10px;
}

.opc-comment{
border-radius:10px;
background:#ec7bb1;
padding:15px;
font-weight:700;
font-size:18px;
color:#fff !important;
position: relative;
display: inline-block;
}

.opc-comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -70px;
  margin-top: -25px;
  border: 30px solid transparent;
  border-right: 55px solid #ec7bb1;
}

.opc-comment p{
font-size:14px !important;
font-weight:500 !important;
color:#fff !important;
}

.opc-btn{
display:inline-block;
}

.opc-btn a{
font-size:18px;
font-weight:500;
display:block;
text-decoration:none !important;
line-height;1.1;
padding:0.6em 1.5em;
border-radius:6px;
background:#ff0000;
color:#fff !important;
}

.opc-btn a:hover{
background:#ff9999;
}

.no-con {
  width: 31%;
  margin-bottom: 40px;
}


/*
-----------------------------------------------
オープンキャンパス SP
----------------------------------------------- */
@media screen and (max-width: 767px){
.opc-flow .con3{
width:48%;
margin-right: 4%;
margin-bottom:25px;
}

.c-type03 .con3:nth-of-type(3n) {
margin-right: 4% !important;
}

.c-type03 .con3:nth-of-type(2n) {
margin-right: 0 !important;
}

.opc-flow .con3 p{
line-height:1.5 !important;
}

.no-con{
width:100%;
}


.opc-comment:before {
display:none !important;
}

}



/*
-----------------------------------------------
キャンペーン
----------------------------------------------- */
.link-docu-box{
background:#fcdfe7;
padding:15px 30px;
}




/*---------------------------------------------
	HAYASHI
---------------------------------------------*/

/*---------------------------------------------
	学校向け講習
---------------------------------------------*/
.school_box01 {
  width: 100%;
  max-width: 1000px;
  margin: 5% auto 0;
}

.school_box01 p {
  font-size: 115% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 1rem !important;
}

.school_box02 {
  margin-bottom: 0;
}

/*---------------------------------------------
	学校向け講習 SP
---------------------------------------------*/
@media screen and (max-width: 960px) and (max-width: 480px) {
  .school_box01 {
    margin: 5% auto 7%;
  }
  .school_box01 p {
    font-size: 100% !important;
  }
}

/*---------------------------------------------
	適性診断 
---------------------------------------------*/
.standard_tbl06 {
  margin-bottom: 2%;
}

.standard_tbl06 thead tr th:nth-child(1) {
  width: 20%;
}

.standard_tbl06 thead tr th:nth-child(2) {
  width: 60%;
}

.standard_tbl06 thead tr th:nth-child(3) {
  width: 20%;
}

.standard_tbl06 tbody tr td:nth-child(2) {
  text-align: left;
}

.tekisei_box01 {
  width: 97%;
  margin: 0 auto;
}

.tekisei_box01 ol li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

.tekisei_box01 .red_btn {
  text-align: center;
}

.tekisei_box01 .red_btn a {
  font-size: 120%;
  font-weight: bold;
  padding: 2.5% 7% 2.5% 5%;
  text-align: center;
  margin: 3% auto 1em;
}

.tekisei_box01 .red_btn a::after {
  top: 39%;
  right: 8%;
}

.tekisei_box02 {
  max-width: 900px;
  margin: 0 auto;
}

/*---------------------------------------------
	適性診断 SP
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .tekisei_box01 .red_btn a {
    font-size: 110%;
    padding: 4% 8% 4% 5%;
  }
  .tekisei_box01 .red_btn a::after {
    top: 36%;
    right: 2.5%;
  }
}

/*---------------------------------------------
	取消処分者向け講習
---------------------------------------------*/
.torikeshi_box01 {
  width: 100%;
  max-width: 1000px;
  margin: 5% auto 0;
}

.torikeshi_box01 h5 {
  color: #E60012;
  font-size: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-weight: bold;
}

.torikeshi_box01 p {
  font-size: 115% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 2rem !important;
}

.torikeshi_box01 p span {
  color: #FF000A;
}

.torikeshi_box02 {
  margin-bottom: 5%;
}

/*---------------------------------------------
	取消処分者向け講習 SP
---------------------------------------------*/
@media screen and (max-width: 960px) and (max-width: 480px) {
  .torikeshi_box01 {
    margin: 5% auto 7%;
  }
  .torikeshi_box01 h5 {
    font-size: 110%;
    padding: 0 10px;
  }
  .torikeshi_box01 p {
    font-size: 100% !important;
  }
  .torikeshi_box02 {
    margin-bottom: 5%;
  }
  .torikeshi_box02 tbody tr td {
    padding: 2%;
  }
}

/*---------------------------------------------
	高齢者向け講習
---------------------------------------------*/
.senior_box01 span {
  color: #FF000A;
  font-weight: bold;
}

/*---------------------------------------------
	高齢者向け講習 SP
---------------------------------------------*/
@media screen and (max-width: 960px) and (max-width: 480px) {
  .senior_box02 tbody tr td {
    padding: 2%;
  }
}

/*---------------------------------------------
	初心者向け SP
---------------------------------------------*/
@media screen and (max-width: 960px) and (max-width: 480px) {
  .beginner_box01 tbody tr td {
    padding: 2%;
  }
}

/*---------------------------------------------
	取消時講習
---------------------------------------------*/
.cancel_box01 table tbody tr td {
  padding: 1.5% 0;
}


/*---------------------------------------------
	法定講習
---------------------------------------------*/
.koshu-box h3{
font-weight:500 !important;
font-size:24px !important;
margin-bottom:8px !important;
}

.koshu-box{
margin-bottom:40px;
}

/*---------------------------------------------
	在校生
---------------------------------------------*/
.student-kiji h3,
.student-h01{
font-weight:500 !important;
font-size:22px !important;
padding-bottom:8px !important;
}

.student-kiji img{
width:100%;
max-width:100%;
height:auto;
}

.student-btn{
display:inline-block;
margin-right:15px;
}

.student-btn a {
	background: #E60012;
	padding:0.8em 1.5em;
	position: relative;
	display: block !important;
	color: #fff !important;
	text-decoration: none !important;
	margin-bottom: 5%;
	font-size:18px;
	border-radius:6px;
	line-height: 1.0;
}

.student-btn a:hover{
	background: #fb4865;
}

/*---------------------------------------------
	お知らせ
---------------------------------------------*/
.news-h01{
font-weight:700;
font-size:22px;
padding-bottom:5px;
}


/*---------------------------------------------
	会社案内
---------------------------------------------*/
.company-container {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.company-container-p {
	width: 75%;
}

.company-container-i {
	width: 25%;
}
.company .bold {
	font-weight: 600;
}
.company h4 {
	width: 95%;
}
.company table tr th,.company table tr td{
	text-align: left!important;
}
/*---------------------------------------------
	会社案内 SP
---------------------------------------------*/
@media screen and (max-width: 767px){
	.company-container {
		flex-wrap: wrap-reverse;
	}
	.company-container-p {
		width: 100%;
	}
.company-container-i {
	width: 50%;
	margin: 0 auto 30px auto;
}
	}

/*---------------------------------------------
	リンク集
---------------------------------------------*/
.link-list {
	text-align: center;
}
.link-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.link-list ul li {
	width: 50%;	
	margin-bottom: 40px;
}
.link-list ul li a img {
	width: 60%;
	
}



/*---------------------------------------------
	必要書類
---------------------------------------------*/

.need ul li {
	list-style: circle;
}
.need .red {
	color: red;
}
.modal {
	width: 100%;
}
.ml50 {
	margin-left: 50px;
}

/*---------------------------------------------
	施設紹介
---------------------------------------------*/
.facility ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.facility ul li {
	width: 20%;
	margin-right:6.6%;
	margin-bottom:30px;
}
.facility ul li p {
	text-align: left;
}
.facility ul li a {
	text-decoration: none!important;
}

.facility ul li:nth-of-type(4n){
margin-right:0;
}

/*---------------------------------------------
	施設紹介 SP
---------------------------------------------*/
@media screen and (max-width: 767px){
.facility ul li {
	width: 48%;
	margin-right:4%;
}
.facility ul li p {
	text-align: left;
}
.facility ul li a {
	text-decoration: none!important;
}

.facility ul li:nth-of-type(2n){
margin-right:0 !important;
}

}

/* --------------------------
        ページャー
---------------------------*/

.pager{
	text-align:center;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}

/* --------------------------
       お知らせ一覧
---------------------------*/
#news-list dt,
#news-list dd{
display:inline-block;
vertical-align:top;
}


#news-list dt span{
  width: 90px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  margin-right: 5%;
  box-sizing: border-box;
}

#news-list dl{
margin-bottom:20px;
padding-bottom:20px;
border-bottom:dotted 1px #ccc;
}

#news-list dt{
width:250px;
}

#news-list dd{
width:630px;
}

/* --------------------------
       追加スタイル
---------------------------*/
.w-type01 a{
font-size:100% !important;
width:24em !important;
margin-bottom:10px;
}

.bus_btn{margin-right:20px;}

.bus_btn a {
  font-size:110%;
  background: #e60012;
  color:#fff !important;
  text-decoration:none !important;
  width:13em;
  display:block;
  text-align:center;
  padding:0.7em 1.0em;
  }
  

.bus-hanshin,
.bus-amadora{
font-size:160%;
font-weight:700;
margin-bottom:10px;
}

.bus-hanshin span,
.bus-amadora span{
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  padding: 5px 15px;
  display: inline-block !important;
  font-size:80% !important;
  margin-right:20px;
}

.bus-hanshin span {
  background: #00a82c;
  color: #fff;
}

.bus-amadora span {
  background: #ffff33;
}

.bus-ul01 li{
list-style-type:disc;
margin-left:30px;
line-height:1.6;
margin-bottom:8px;
}

.bus-dl01{
margin-bottom:20px;
padding-bottom:15px;
border-bottom:dotted 1px #999;
}

.bus-dl01 dt{
display:inline-block;
background:#f7e8ea;
padding:0.2em 1.5em;
margin-bottom:6px;
font-weight:500;
color:#555;
font-size:110%;
}


.bus-dl01 dd:before{
content:"・"
}

.bus-time .bus_btn{
display:inline-block;
}

.bus-ul02{
margin-bottom:20px;
font-size:14px;
padding:16px 24px;
background:#eceaea;
}

.bus-ul02 li{
display:inline-block;
line-height:2.4;
}

.bus-ul02 li:after{
content:"→";
margin-left:10px;
margin-right:5px;
}

.bus-ul02 li:last-child:after{
content:"";
margin-left:0;
margin-right:0;
}

#cboxCurrent{
display:none !important;
}

#cboxTitle{
padding-top:20px;
float:none !important;
display:block !important;
}

.kyufu{
display:inline-block;
margin:15px 0;
}

.kyufu a{
  font-size:100%;
  background: #e60012;
  color:#fff !important;
  text-decoration:none !important;
  display:block;
  text-align:center;
  padding:0.5em 1.0em;
} 

.noriba-p{
font-weight:bold;
font-size:110%;
}

.paperdriver-ul{
margin-bottom:20px;
}

.paperdriver-ul li{
list-style-type:disc;
margin-left:20px;
}

.bus-ban-txt{
width:33%;
}

.bus-ban-txt p{
font-size:110%;
}

.bus-ban-img{
width:65%;
}

.bus-ban-ttl{
font-size:180%;
font-weight:bold;
color:#ff0000;
border-bottom:solid 1px #ff0000;
padding-bottom:8px;
margin-bottom:10px;
}

.bus_muryo{
border-radius:8px;
border:solid 2px red;
padding:1.5% 2% 2% 2%;
}

.bus_muryo_h{
text-align:center;
color:red;
font-weight:bold;
font-size:19px;
}

.add-info{
font-size:85% !important;
line-height:1.5;
margin-top:8px;
color:red;
}

.tal{
text-align:left !important;
}

.floor-name{
  margin-bottom:10px;
  background: #ff0000;
  font-weight:700;
  font-size:20px;
  color:#fff;
  width:5em;
  display:inline-block;
  padding:0.3em;
  text-align:center;
}

ul.disc li{
list-style-type:disc;
font-size:90%;
margin-left:40px;
margin-bottom:4px;
}

.nagare-chui{
font-size:100%;
margin-top:10px;
}

/* --------------------------
      高校生資格
---------------------------*/

.summer-shikaku01{
padding:20px 20px 10px 20px;
background:#d9edf7;
margin-bottom:30px;
}

.summer-shikaku01 h4{
font-size:20px;
font-weight:bold;
color:#085fa9;
}

.summer-shikaku01 div{
margin-bottom:10px;
}

.marker{background:linear-gradient(transparent 60%, #ff6 60%);}

.summer-h{
font-size:20px;
font-weight:bold;
color:red;
padding-bottom:4px;
border-bottom:dotted 1px #999;
margin-bottom:8px;
}


.btn-shikaku{
display:inline-block;
}

.btn-shikaku a{
display:block;
color:#fff !important;
font-size:20px;
height:50px;
line-height:50px;
padding:0 20px;
border-radius:6px;
background:red;
text-decoration:none !important;
}

.btn-shikaku a:hover{
opacity:0.7;
}


.summer-ul li{
display:inline-block;
margin-right:10px;
height:30px;
line-height:30px;
padding:0 1em;
color:#fff;
background:#0b4ab2;
margin-bottom:10px;
}

.summer01{
width:65%;
}

.summer02{
width:30%;
}

.no-confirm .yubin-p{
display:none;
}

.chui{
background:#fbe7eb;
padding:2% 4%;
margin-bottom:30px;
}

.chui h4{
font-size:20px;
font-weight:bold;
}

.fifty{
width:48%;
}

.fifty img:hover{
opacity:0.6;
}

.loan_ban{
display:inline-block;
}

.loan_ban img{
display:block;
border:solid 1px #999;
}

.loan_ban img:hover{
opacity:0.6;
}

.gakuwari_sub_img{
width:850px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

/*---------------------------------------------
	追加スタイル SP
---------------------------------------------*/
@media screen and (max-width: 767px){

.bus_btn{
width:90%;
margin-right:0px;
margin-bottom:20px;
font-weight:700;
}

.bus_btn a{
width:100%;
}

.bus-time .bus_btn{
margin-left:-10%;
}

.bus-dl01{
margin-top:20px;
}

.bus-ul02{
font-size:12px;
padding:14px 20px;
background:#eceaea;
}


.bus-ban-txt{
width:100%;
margin-top:20px;
}

.bus-ban-txt p{
font-size:100%;
}

.bus-ban-img{
width:100%;
}

.bus-ban-ttl{
font-size:150%;
font-weight:bold;
color:#ff0000;
border-bottom:solid 1px #ff0000;
padding-bottom:8px;
margin-bottom:10px;
}

.floor-name{
  font-size:16px;
}

.fifty{
width:100%;
}

.gakuwari_sub_img{
width:100%;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

}

/*---------------------------------------------
	オンライン学科追加 20230423
---------------------------------------------*/
.tac{
text-align:center;
}

.f20{font-size:20px;}
.f18{font-size:18px;}
.f17{font-size:17px;}
.f16{font-size:16px;}
.f15{font-size:15px;}
.f14{font-size:14px;}


.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}

.pb20{padding-bottom:20px;}

.flow-nbr{
font-size:20px;
font-weight:bold;
line-height:1.4;
}

.nbr-ic{
font-size:30px !important;
color:#ff3f41;
display:inline-block;
vertical-align:middle;
margin-right:10px;
}

.fw01{width:16%;}
.fw02{width:81%;}

.r20{
margin-right:20px;
}

.fw-ttl{
font-weight:bold;
font-size:20px;
color:#fff;
display:block;
height:40px;
line-height:40px;
background:#ff3f41;
width:7em;
text-align:center;
}


.btn-fw{
display:inline-block;
margin-right:20px;
}

.btn-fw a{
display:block;
color:#fff !important;
font-size:16px;
height:54px;
line-height:54px;
padding:0 20px;
border-radius:6px;
background:red;
text-decoration:none !important;
}

.btn-fw a:hover{
opacity:0.7;
}

.on-fw li{
width:22%;
position:relative;
margin-bottom:40px;
}

.on-fw li img{
border:solid 1px #777;
}

.on-fw .fw-li01:after{
content:url(../img/fw_ya.png);
position:absolute;
display:block;
right:-30px;
top:40%;
}

.fw-chui{
border:solid 2px #ff3f41;
border-radius:8px;
margin:50px 0;
padding:20px;
}

.fw-p01{
font-weight:bold;
color:#ff3f41;
font-size:24px;
}
.fw-p02{
font-weight:bold;
font-size:20px;
}

.fw-ol li{
font-size:16px;
margin-bottom:10px;
line-height:1.7;
}

.fw-ol{
margin-bottom:60px;
}


.fw-chui th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.fw-chui td {
  border: solid 1px #ccc;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .tbl-r03 {
    width: 90%;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 50%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 50%;
  }
  .tbl-r03 tbody tr {
    width: 100%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}


/*---------------------------------------------
	オンライン学科追加 SP 20230423
---------------------------------------------*/
@media screen and (max-width: 767px){

.f18{
font-size:15px !important;
}

.tac{
text-align:left;
}

.pconly{
display:none !important;
}

.flow-nbr{
font-size:16px;
}

.nbr-ic{
font-size:22px !important;
margin-right:5px;
}

.fw01{width:28%;}
.fw02{width:68%;}

.r20{
margin-right:0px;
margin-bottom:15px;
}

.fw-ttl{
font-size:15px;
color:#fff;
display:block;
height:28px;
line-height:28px;
}

.btn-fw{
display:inline-block;
margin-right:0;
margin-bottom:15px;
}

.btn-fw a{
font-size:14px;
height:40px;
line-height:40px;
padding:0 10px;
}



.on-fw li{
width:47%;
position:relative;
margin-bottom:40px;
}

.on-fw li img{
border:solid 1px #777;
}

.on-fw .fw-li01:after{
display:none;
}



.fw-chui{
border:solid 2px #ff3f41;
border-radius:6px;
margin:10px 0 25px 0;
padding:15px;
}

.fw-p01{
font-size:19px;
}
.fw-p02{
font-size:17px;
}

.fw-ol li{
font-size:14px;
margin-bottom:10px;
line-height:1.7;
}

.fw-ol{
margin-bottom:60px;
}


}



/*---------------------------------------------
	受験資格特例教習 追加 20240216
---------------------------------------------*/
.col_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.col_3>div {
  width: 31.5%;
  margin-bottom: 2%;
}

.kome_li{
margin-left:20px;
}

.kome_li li{
margin-left:1em;
}

.kome_li li:before{
content:"※";
margin-left:-1em;
}

.gray{background:#dfe0e2;}

@media screen and (max-width: 767px){
.col_3>div {
  width: 100%;
  margin-bottom: 2%;
}

.tokurei_th01{
width:40% !important;
}

}

/*---------------------------------------------
	申し込み
---------------------------------------------*/
.maru1:before{
content:"① ";
}

.maru2:before{
content:"② ";
}

.maru3:before{
content:"③ ";
}

.nbr_maru li{
margin-left:1.5em;
line-height:1.5;
margin-bottom:8px;
}

.nbr_maru li:before{
margin-left:-1.5em;
}


/*---------------------------------------------
	TOP 大阪府バナー 2024.07.18
---------------------------------------------*/
.ban_add{
  width: 90%;
  max-width: 900px;
margin-left:auto;
margin-right:auto;
margin-top:1.5%;
}

.ban_add img:hover{
opacity:0.7;
}

@media screen and (max-width: 768px){
.ban_add{
padding-bottom:3%;
}
}

.uketsuke{
border:solid 1px #ff6666;
display:block;
width:100%;
padding:8px 20px 0 20px;
background:#fbe5e7;
}

.uketsuke_under{
border:solid 1px #ff6666;
display:block;
width:60%;
padding:8px 20px 0 20px;
background:#fbe5e7;
margin-bottom:30px;
margin-left:20%;
}


.uketsuke_bike{
border:solid 1px #ff6666;
display:block;
max-width:700px;
padding:8px 20px 0 20px;
background:#fbe5e7;
margin:0 auto 50px !important;
}


@media screen and (max-width: 768px){
.uketsuke_under{
width:88%;
margin-left:0;
}
}

/*---------------------------------------------
	2024. 12.20 追加
---------------------------------------------*/
.mark_wrap{
margin:20px 0 40px;
}


.mark_info01 {
	background: linear-gradient(transparent 40%, #ffff99 0%);
	font-size: 1.7rem;
	font-weight: 700;
	padding-bottom: 0.4em;
	padding-left: 0.2em;
	padding-right: 0.3em;
	margin-bottom: 40px;
}
.mark_info02 {
	background: linear-gradient(transparent 40%, #ffff99 0%);
	padding-bottom: 0.4em;
	padding-right: 0.3em;
	margin-bottom: 1.5em;
}
.btn_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.btn_box li{
width:46%;
}

.red_btn02 a{
	background-color: #ff000a;
	position:relative;
	width: 100% !important;
	height: 80px;
	border-radius: 12px;
	display: block !important;
	border:solid 1px !important;
	color: #fff !important;
	text-align: center !important;
	text-decoration: none!important;
	margin:0 !important;
}

.red_btn02 a:hover{
opacity:0.6;
}

.tekisei_btn_wrap{
width:30%;
margin-left:auto;
margin-right:auto;
margin-bottom:100px;
}



.btn_ttl{
	font-size: 1.9rem;
	position: relative;
	display:block;
}

.btn_txt{
	display: block;
	line-height: 1.4em;
	font-size: 1.4rem;
}

.red_btn02 div{
 position: absolute;
 width:13em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}

/* .btn_ttl::before{
	content: "▶︎";
	position: absolute;
	width: 10px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	} */

.btn_box li{
	text-align: center;
}
.link001{
text-align:center !important;
font-size:1.3rem;
margin-top:10px;
}


.bene_box dt {
font-size:18px !important;
}

.bene_box dd {
font-size:16px !important;
margin-bottom:30px !important;
}

.kome_p{
margin-left:1em;
}
.kome_p:before{
content:"※";
margin-left:-1em;
}


@media screen and (max-width: 800px){
.btn_box li{
width:100%;
padding-left:10%;
padding-right:10%;
margin-bottom:30px;
}

.btn_ttl{
	font-size: 1.7rem;
	position: relative;
	display:block;
}

.btn_txt{
	display: block;
	line-height: 1.2em;
	font-size: 1.2rem;
}

.mark_info01 {
	font-size: 1.6rem;
}

.tekisei_btn_wrap{
width:80%;
margin-left:auto;
margin-right:auto;
margin-bottom:70px;
}

.bene_box dt {
font-size:16px !important;
}

.bene_box dd {
font-size:14px !important;
margin-bottom:24px !important;
}


}

/*---------------------------------------------
2025.10追加　免許ごとの案内
---------------------------------------------*/

.lisence_info,
.lisence_info_all{
border:solid 1px #999;
padding:15px 15px 2px;
margin-bottom:45px;
background:#fcf0f0;
font-feature-settings: "palt";
}

.lisence_info dt{
font-weight:700;
color:red;
font-size:17px;
}

.lisence_info dd{
font-size:15px;
line-height:1.6;
}


.lisence_info dt:before{
content:"●";
}

.lisence_info_all dl{
margin-bottom:20px;
}

.lisence_info_all dd{
font-size:14px;
line-height:1.6;
}

.lisence_info_all h4{
font-weight:700;
color:red;
font-size:17px;
margin-top:3px;
}

.lisence_info_all h4:before{
content:"●";
}

.lisence_info_all dt span{
font-size:14px;
height:26px;
line-height:24px;
border:solid 1px #777;
background:#fff;
padding:0 1em;
margin-right:8px;
display:inline-block;
}