@charset "utf-8";
/* CSS Document */
header {
  height: auto;
  min-height: 180px;
}
@media print, screen and (min-width:768px) {
  header {
    min-height: 140px;
  }
}

.breadcrumbs {
    position: absolute;
    top: 580px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 6px 15px 0;
    text-align: left;
    line-height: 1.1;
    font-size: 10px;
}

@media print, screen and (min-width:768px) {
    .breadcrumbs {
        top: 840px;
        padding: 0 20px;
    }
}
@media print, screen and (min-width:992px) {
    .breadcrumbs {
        top: 760px;
    }
}

 #bus_body_camera{
  position: relative;
  top: -210px;
 }

@media print, screen and (min-width:768px){
 
  #bus_body_camera{
  position: static;
 }
}

/*------------------------------------------------pagetitle*/
#pagetitle{
 background: url("https://www.webjapan.co.jp/wp-content/uploads/2025/08/bg_bus_driver_mainimage.jpg") right center no-repeat;
 background-size: cover;
 height: auto;
 padding: 50px 15px;
 display: flex;
 justify-content: center;
 align-items: center;
}

#pagetitle .tx_box{
 width: 100%;
 background: rgba(255, 255, 255, 0.6);
 padding: 30px 20px;
}

#pagetitle .tx_box ul.cate_box{
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
}

#pagetitle .tx_box ul.cate_box li{
 font-size: 16px;
 font-weight: bold;
 color: #edd600;
 background: #000;
 padding: 10px;
 border-radius: 50px;
 margin-bottom: 20px;
 width: 48%;
}

#pagetitle .tx_box .pagetitle_tx{
 margin-bottom: 30px;
}

#pagetitle .tx_box .pagetitle_tx p{
 font-size: 16px;
 font-weight: bold;
 color: #000;
 margin-bottom: 20px;
}

#pagetitle .tx_box .pagetitle_tx h1{
 position: static;
 font-size: 24px;
 font-weight: bold;
 color: #000;
 text-shadow: none;
}

#pagetitle .tx_box .link_box li:not(:last-child){
 margin-bottom: 20px;
}

#pagetitle .tx_box .link_box li a{
 display: block;
 font-weight: bold;
 color: #fff;
 background: #003da6;
 padding: 10px 15px;
 border-radius: 50px;
} 

#pagetitle .tx_box .link_box li a:hover{
 opacity: 0.7;
}

@media print, screen and (min-width:768px) {
 #pagetitle{
 background: url("https://www.webjapan.co.jp/wp-content/uploads/2025/08/bg_bus_driver_mainimage.jpg") bottom center no-repeat;
  background-size: cover;
  height: 560px;
}
 #pagetitle .tx_box{
  width: 70%;
 }

 #pagetitle .tx_box .pagetitle_tx p{
 font-size: 20px;
}

#pagetitle .tx_box .pagetitle_tx h1{
 position: static;
 font-size: 36px;
}
 #pagetitle .tx_box .link_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 #pagetitle .tx_box .link_box li{
  width: 48%;
 }
 #pagetitle .tx_box .link_box li:not(:last-child){
 margin-bottom: 0;
}
}

@media print, screen and (min-width:1200px){
 #pagetitle .tx_box{
  width: 50%;
 }
  #pagetitle .tx_box ul.cate_box{
  margin-bottom: 30px;
 }
  #pagetitle .tx_box ul.cate_box li{
  width: 24%;
  margin-bottom: 0;
 }
}



/*------------------------------------------------pankuzu*/
#ai_camera .pankuzu {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
#ai_camera .pankuzu a {
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
  #ai_camera .pankuzu {
    font-size: 12px;
  }
}

/*------------------------------------------------common*/
h2{
 font-size: 26px;
 font-weight: bold;
 color: #003da6;
 margin-bottom: 30px;
}

h3{
 font-size: 22px;
 font-weight: bold;
 color: #006A9D;
 margin-bottom: 30px;
}

@media print, screen and (min-width:768px) {
 h2{
 font-size: 36px;
}

h3{
 font-size: 28px;
}
}

/*------------------------------------------------sec_01*/
#sec_01 p{
 text-align: left;
}

/*------------------------------------------------sec_02*/
#sec_02 ul li{
 margin-bottom: 30px;
 border: 1px solid #006a9d;
}
#sec_02 ul li h3{
 font-size: 22px;
 color: #fff;
 background: #006A9D;
 margin-bottom: 20px;
 padding: 8px 10px;
}

#sec_02 ul li p{
 text-align: left;
 padding: 0 15px 15px;
}

@media print, screen and (min-width:768px){
 #sec_02 ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
 }
 #sec_02 ul li{
  width: 48%;
 }
}

/*------------------------------------------------sec_03*/
#sec_03 ul li:not(:last-child){
 margin-bottom: 40px;
}
#sec_03 ul li figure{
 margin-bottom: 20px;
}
#sec_03 ul li figure img{
 width: 100%;
 height: auto;
}
#sec_03 ul li p{
 text-align: left;
}
@media print, screen and (min-width:768px){
 #sec_03 ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 #sec_03 ul li:nth-child(2n){
  flex-direction: row-reverse;
 }
 #sec_03 ul li figure{
  width: 40%;
 }
 #sec_03 ul li .tx_box{
  width: 56%;
 }
 #sec_03 ul li .tx_box h3{
  text-align: left;
 }
}
/*------------------------------------------------sec_04*/
#sec_04 .sec_04_box01{
 margin-bottom: 50px;
}

#sec_04 .sec_04_box02 figure{
 margin-bottom: 30px;
}

#sec_04 figure img{
 width: 100%;
 height: auto;
}
/*------------------------------------------------sec_05*/
#sec_05 ul li{
 margin-bottom: 30px;
}
#sec_05 ul li figure{
 margin-bottom: 20px;
}

#sec_05 ul li figure img{
 width: 50%;
 height: auto;
}

@media print, screen and (min-width:768px){
 #sec_05 ul{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
 }
 #sec_05 ul li{
  width: 30%;
 }
 #sec_05 ul li:not(:nth-child(3n)), #sec_05 ul li:not(:last-child){
  margin-right: 30px;
 }
}
/*------------------------------------------------sec_06*/
#sec_06 figure{
 margin-bottom: 30px;
}

#sec_06 figure img{
 width: 100%;
 height: auto;
}

#sec_06 .over_scroll{
 overflow-x: scroll;
}

#sec_06 table{
 width: 100%;
 min-width: 720px;
 border: 1px solid #003da6;
}

#sec_06 table tr th, #sec_06 table tr td{
 padding: 10px;
}

#sec_06 table tr:first-child th{
 color: #fff;
 background: #003da6;
}

#sec_06 table tr:first-child th:not(:last-child){
 border-right: 1px solid #fff;
}

#sec_06 table tr:not(:first-child) th{
 background: #DCDCDC;
 border-right: 1px solid #003da6;
}
#sec_06 table tr:not(:last-child) th{
 border-bottom: 1px solid #003da6;
}

#sec_06 table tr td:not(:last-child){
 border-right: 1px solid #003da6;
}

#sec_06 table tr:not(:last-child) td{
 border-bottom: 1px solid #003da6;
}

@media print, screen and (min-width:768px){
 #sec_06 .flex_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
 }
 #sec_06 .flex_box figure{
  width: 40%;
 }
 #sec_06 .flex_box .over_scroll{
  width: 56%;
 }
 #sec_06 table{
  min-width: auto;
 }
}

/*------------------------------------------------fee*/
#fee ul{
 margin-bottom: 30px;
}
#fee table.tbl02 th{
 border: none;
}
#fee table.tbl02 td{
 text-align: left;
 background: none;
 border: none;
}
#fee table.tbl02 td:last-child{
 text-align: left;
 background: none;
 border: none;
}
#fee .subsidy_bn{
 margin-bottom: 30px;
}
#fee .subsidy_bn a:hover{
 color: #fff;
}

/*------------------------------------------------ショールーム*/
#scene .tit02 ,#scene p{
 text-align: left;
}



/*------------------------------------------------------------------------------------------------ よくある質問*/
/*Accordion*/
#accordion .toggle {
    display: none;
}
#accordion .Label { /*�^�C�g��*/
    padding: 1em;
    display: block;
    color: #fff;
    background: #019ac6;
    cursor: pointer;
}
#accordion .Label::before { /*�^�C�g�����̖��*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}
#accordion .Label, #accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    text-align: left;
}
#accordion .content { /*�{��*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
}
#accordion .content p {
    text-align: left;
}
#accordion .toggle:checked + .Label + .content { /*�J��*/
    height: auto;
    padding: 20px;
    transition: all .3s;
}
#accordion .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
}




