@charset "utf-8";
/***共通***/

/***パンくず***/
.pan_list {
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pan_list p:not(:last-of-type) {
    margin-right: 10px;
}
.pan_list p:not(:last-of-type)::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
}

.pan_list p a {
    text-decoration: underline;
}


@media screen and (max-width: 800px) {


}

/***サブページ***/
.sub_page_sec {
    padding: 50px 0;
}

.sub_page_sec .sub_title {
    margin-bottom: 30px;
}


.sub_page_sec .sub_title .sub_page_title {
    border-bottom: 2px solid var(--gray);
    font-size: 2.8rem;
}

.sub_page_sec .sub_title .date {
    text-align: right;
}

.accident_status_sec h2 {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.accident_status_sec .wrapper .box:not(:last-child) {
    margin-bottom: 50px;
}

.accident_status_sec table {
    width: 100%;
}


.accident_status_sec table th,
.accident_status_sec table td {
    padding: 10px 10px;
    font-size: 2rem;
    border: 1px solid var(--gray);
}

.accident_status_sec table th {
    text-align: center;
    background-color: var(--light-theme-color);
}

.accident_status_sec table tbody th {
    font-weight: normal;
}



.accident_status_sec table tbody td {
    background-color: white;
    text-align: right;
}


.accident_status_sec .box_1 table th,
.accident_status_sec .box_1 table td {
    width: calc(100% / 4);
}


.accident_status_sec .box_2 table th,
.accident_status_sec .box_2 table td {
    width: calc(100% / 2);
}



.accident_status_sec .box_3 table th,
.accident_status_sec .box_3 table td {
    width: calc(100% / 5) - 70px / 5;
}

.accident_status_sec .box_3 table th[rowspan="3"] {
    width: 70px;
    vertical-align: middle;
}


@media screen and (max-width: 800px) {


}
/***交通事故発生商法***/

.traffic_accident_sec .most_box {
    margin-bottom: 50px;
}

.traffic_accident_sec h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}


.most_box dl:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray);
}

.most_box .flex {
    display: flex;
}

.most_box .flex dt {
    margin-right: 20px;
}

.breaking_news_list li {
    border-bottom: 1px solid var(--gray);
    padding: 5px 0;
}

.sidebar .breaking_news_list {
    border: 1px solid var(--gray);
    border-top: none;
    padding: 10px;
    background-color: var(--light-theme-color);
}



@media screen and (max-width: 800px) {


}

/***お知らせ一覧***/
.sub_news_sec h1 {
    position: relative;
    font-size: 3rem;
    margin-bottom: 40px;
    display: block;
    background-color: var(--theme-color);
    padding: 5px;
    border-radius: 6px;
}



/***お知らせサイドバー***/
.side_inner{
    padding: 10px;
    background-color: white;
}
.side_news_list > li {
    padding: 5px 0;
}
.side_news_list > li:not(:last-of-type) {
    border-bottom: 1px solid var(--gray);
}

.side_news_list > li .date {
    font-size: 1.2rem;
}

.side_news_list > li .title {
    font-weight: bold;
}
@media screen and (max-width: 800px) {


}

/***お知らせ個別***/


@media screen and (max-width: 800px) {


}


/***協会の活動***/


.about_two_column {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 80px;
}

.about_two_column .about_menu {
    width: 400px;
}

.about_two_column .main_box {
    flex: 1;
}
.about_two_column .about_menu .tab-container .tab {
    display: block;
    padding: 10px;
    border: 1px solid var(--theme-color);
    background-color: var(--light-theme-color);
    cursor: pointer;
}
.about_two_column .about_menu .tab-container .tab.active {
    background-color: var(--theme-color);
}
.about_two_column .about_menu p {

   
    font-size: 2rem;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.about_two_column .about_menu p::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 0;
}



.tab-content {
    display: none;
}
.tab-content.show {
    display: block;
}


.about_title {
    margin-bottom: 30px;
    border-left: 5px solid var(--theme-color);
    padding-left: 6px;
}

.about_content > * {
    margin-bottom: 10px;
}


.about_benefits {
    text-align: center;
    margin-bottom: 80px;
}

.about_benefits .big {
    font-weight: bold;
    font-size: 3.4rem;
    margin-bottom: 10px;
}

.about_benefits h2 {
    max-width: 500px;
    margin: 0 auto 20px;
    padding: 15px;
    border: 3px solid var(--theme-color);
    background-color: white;
}

.about_benefits ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.about_benefits ul li {
    width: calc(100% / 3 - 60px / 3);
}

.about_benefits ul li figure {
    margin-bottom: 10px;
}
.about_benefits ul li p {
    font: 1.8rem;
    font-weight: 600;
}
.about_price .box {
    background-color: white;
    padding: 20px;
    border: 1px solid var(--theme-color);
}

.about_price > .box:not(:last-of-type) {
    margin-bottom: 40px;
}

.about_price .box h3 {
    margin-bottom: 10px;
    font-size: 2.6rem;
}
@media screen and (max-width: 800px) {


    .about_two_column {
        flex-direction: column;
        margin-bottom: 30px;
    }

.about_two_column .about_menu {
    display: none;
}
.tab-content {
    display: block;
    margin-bottom: 50px;
}


.about_title {
    margin-bottom: 10px;

}


.about_benefits .big {
    font-size: 2.2rem;
}

.about_benefits h2 {
    padding: 10px;

}


.about_benefits ul li {
    width: calc(100% / 2 - 30px / 2);
}


    

}
/***車庫証明***/

.certificate_page_sec .content > * {
    margin-bottom: 20px;
}

.certificate_page_sec .content > h2,
.certificate_page_sec .content > h3,
.certificate_page_sec .content > h4 {
    margin-top: 50px;
}

.certificate_page_sec .content > h2 {
    padding-left: 10px;
    border-left: 5px solid var(--theme-color);
}

.certificate_page_sec .content > h3::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--theme-color);
    margin-right: 5px;
    transform: translateY(3px);
}

.certificate_page_sec .content ol {
    list-style:decimal;
    padding-left: 15px;
}

.certificate_page_sec .content table th,
.certificate_page_sec .content table td,
.parking_page_sec .content table th,
.parking_page_sec .content table td {
    padding: 15px;
    vertical-align: middle;
}

.certificate_page_sec .content table th,
.parking_page_sec .content table th {
    border: 1px solid var(--theme-color);
    background-color: var(--light-theme-color);

    font-size: 2rem;
    text-align: center;
    width: 30%;
}

.certificate_page_sec .content table td,
.parking_page_sec .content table td {
    border: 1px solid var(--theme-color);
    background-color: white;
}

@media screen and (max-width: 800px) {

    .certificate_page_sec .content span {
        font-size: 1.6rem !important;
    }


.certificate_page_sec .content table th {
    font-size: 1.6rem;
    width: 30%;
}

.certificate_page_sec .content table td {
    width: 70%;
}


.parking_page_sec .content table th,
.parking_page_sec .content table td {
    padding: 10px 5px;
    font-size: 1.4rem;
    width: 25%;
}
}

/***駐車場一覧***/

.content .city_box:not(:last-of-type) {
    margin-bottom: 80px;
}
.city_box h2 {
    margin-bottom: 10px;
}
.city_box .row_box {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid var(--gray);
}

.city_box .row_box:first-of-type {
    border-top: 1px solid var(--gray);
}
.city_box .row_box .box_1 {
    width: 40px;
}
.city_box .row_box .box_1 p {
    font-size: 2.6rem;
    font-weight: bold;
}

.city_box .row_box .box_2 {
    flex: 1;

}


.city_box .row_box .box_2 .town_name {
    position: relative;
    padding: 10px;
    background-color: white;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
.city_box .row_box .box_2 .town_name::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 2rem;
    position: absolute;
    right: 8px;
    top: 12px;
}
.city_box .row_box .box_2 .town_name.active::after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 2rem;
    position: absolute;
    right: 8px;
    top: 12px;
}
.city_box .row_box .box_2 .town_name ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.city_box .row_box .box_2 .town_list {
    display: none;
}
.city_box .row_box .box_2 .town_list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.city_box .row_box .box_2 .town_list table {
    width: 100%;
}
.city_box .row_box .box_2 .town_list th,
.city_box .row_box .box_2 .town_list td {
    padding: 10px;
    font-size: 1.4rem;
}

.city_box .row_box .box_2 .town_list .close_button {
    margin-top: 15px;
}

@media screen and (max-width: 800px) {
    .city_box .row_box {
        flex-direction: column;
    }

}

/***アクセス***/
.access_page_sec .content h2 {
    margin-bottom: 10px;
    border-left: 5px solid var(--theme-color);
    padding-left: 10px;
}
.access_page_sec .content table {
    margin-bottom: 30px;
}
.access_page_sec .content table th,
.access_page_sec .content table td{
    padding: 5px 0;
}

.access_page_sec .content table th {
    padding-right: 15px;
}
.access_page_sec .content .gmap {
    margin-bottom: 60px;
}
.access_page_sec .content .gmap iframe {
    width: 100%;
    height: 300px;
}

.access_page_sec .content .explain {
    margin-bottom: 30px;
    background-color: white;
    padding: 20px;
}
.access_page_sec .content h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.access_page_sec .content .image_column {
    display: flex;
    justify-content: space-between;

}

.access_page_sec .content .image_column figure {
    width: calc(100% / 3 - 30px / 3);
}

@media screen and (max-width: 800px) {


}

/***お問い合わせ***/
.contact-page .explain {
    text-align: center;
    margin-bottom: 20px;
}
.contact-page .contact-call {
    margin-bottom: 40px;
}
.contact-page .contact-call a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.contact-page .contact-call p,
.contact-page .contact-call i {
    font-size: 3.4rem;
}


.contact-page .contact-box {
    background-color: white;
    border: 2px solid var(--theme-color);
    padding: 20px;
    margin: 0 auto;
    max-width: 400px;
}

.contact-page .contact-box h3 {
    margin-bottom: 10px;
}

@media screen and (max-width: 800px) {


}
/***ライセンス***/
.license-page section {
    margin-right: auto;
    margin-left: auto;
}

.license-page h1 {
    margin-bottom: 30px;
}
.license-page a {
    color: #550CFF;
    word-break: break-all;
  }
  
  .license-top-explain span,
  .license-content span {
    color:#FF0000;
  }
  
  /*運転免許のご案内*/
  .license-page-top {
    margin-bottom: 120px;
  }
  
  /*免許メニュー*/
  .license-page-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 760px;
    margin: 0 auto;
  }
  
  .license-page-menu a {
    color: #000;
    background-color: var(--theme-color);
    padding: 14px 30px;
    min-width: 200px;
    margin: 0 5px 24px;
    text-align: center;
    position: relative;
    line-height: 1;
    font-size: 1.6rem;
  }
  
  .license-page-menu a::before {
    content:'\f107';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  

  @media screen and (max-width: 800px) {


}
  /*予約について*/
  .license-top-explain {
    background-color: white;
    border: 1px solid var(--theme-color);
    padding: 30px;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .license-top-explain > div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: 40px;
    margin-bottom: 25px;
  }
  
  
  
  .license-top-explain p,
  .license-top-explain dt,
  .license-top-explain dd,
  .license-top-explain a {
    font-size: 2rem;
  }
  .license-top-explain > div:first-of-type h2 {
    margin-right: 20px;
    border-bottom: 1px solid #707070;
  }
  
  .license-top-explain > p {
    margin-bottom: 20px;
  }
  
  .license-top-explain a {
    text-decoration: underline;
  }
  
  .license-top-explain > div:first-of-type p {
    font-size: 1.4rem;
  }
  
  .license-top-explain dd {
    margin-bottom: 20px;
  }


  @media screen and (max-width: 800px) {


}
  
  
  /*免許更新内容*/
  .license-content {
    margin-bottom: 100px;
    max-width: 1000px;
  }
  .license-content h2 {
    font-size: 2.6rem;
    font-weight: bold;
    border-left: 5px solid var(--theme-color);
    padding-left: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
  }
  
  .license-content-wrapper {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  
  .license-content table {
    width: 100%;
  }
  .license-content table th,
  .license-content table td {
    border: 1px solid #7a7a7a;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
  }
  .license-content table th {
    background-color: var(--theme-color);
  }
  .license-content table td {
    background-color: white
  }
  
/*   .license-content table td:first-of-type {
    background-color: var(--light-theme-color);
  } */
  
  /*講習時間割*/
  .license-timeschedule p span {
    text-decoration: underline;
  }
  
  
  .license-table-section {
    margin-top: 40px;
  }
  .license-table-section > p {
    font-size: 2.6rem;
    border-bottom: 2px solid #707070;
    margin-bottom: 30px;
  }
  
  
  .license-timetable {
    margin-bottom: 50px;
  }

  @media screen and (max-width: 800px) {


}
  
  /*3月まで*/
  .license-before-march {
    margin-bottom: 100px;
  }
  .license-before-march h3 {
    margin-bottom: 14px;
  }
  
  .license-before-march .license-timetable:nth-of-type(1) tbody tr:nth-of-type(8) td:first-of-type {
    background-color: white;
  }
  

  @media screen and (max-width: 800px) {


}
  /*4月から*/
  
  .license-after-april .license-page-menu {
    margin-bottom: 30px;
  }
  
  .license-after-april h3 {
    font-size: 2.8rem;
    margin-bottom: 14px;
  }
  
  .license-after-april h3 span:first-of-type {
    color: inherit;
    text-decoration: underline;
  }
  
  .license-after-april h3 span:last-of-type {
    font-size: 2rem;
    color: inherit;
    text-decoration: none;
  }
  
  
  .license-after-april > div > p {
    margin-bottom: 30px;
  }
  
  .license-after-april .acceptance-applicant h4 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  
  .license-after-april .acceptance-applicant .license-timetable 
  {
    margin-bottom: 60px;
  }
  
  .license-after-april .acceptance-applicant .license-timetable:last-of-type {
    margin-bottom: 0;
  }
  
  .license-after-april .acceptance-applicant td > div p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  
  /*郵送希望*/
  .bymail-applicant {
    margin-bottom: 100px;
  }
  
  .license-after-april .bymail-applicant .license-timetable tbody tr:nth-of-type(8) td:first-of-type {
    background-color: white;
  }
  
  
  @media screen and (max-width: 800px) {


}
  
  
  /*手続に必要なもの*/
  .license-need .license-content-wrapper {
    margin-bottom: 70px;
  }
  .license-need .license-content-wrapper > ul {
    margin-bottom: 60px;
  }
  .license-need .license-content-wrapper > ul > li > ul {
    padding-left: 30px;
  }
  @media screen and (max-width: 800px) {


}
  
  /*手数料*/
  .license-need-fee h3 {
    font-size: 2rem;
    margin-bottom: 6px;
  }
  
  .license-need-fee table tr > td:nth-of-type(1) {
    background-color: #F2F2F2;
  }

  @media screen and (max-width: 800px) {


}
  
  /*記載事項*/
  .license-need-change h3{
    margin-bottom: 5px;
  }
  .license-need-change dl {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  
  .license-need-change dl dt {
    position: relative;
  }
  
  .license-need-change dl dt::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    content:'■';
  }
  
  @media screen and (max-width: 800px) {


}
  
  /*講習について*/
  .license-about {
    margin-bottom: 0;
  }
  
  .license-about-box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .license-about-box h3 {
    padding: 10px;
    color: white;
    text-align: center;
    border: 1px solid #707070;
    border-bottom: none;
  }
  
  .license-about-box h3 b {
    text-decoration: underline;
  }
  .license-about-box p {
    padding: 25px;
    width: 100%;
    background-color: #E4FFE6;
    border: 1px solid #707070;
    border-top: none;
  }
  
  .license-about-box a {
    text-decoration: underline;
  }
  .license-about-70 {
    margin-bottom: 70px;
  }
  .license-about-70 h3 {
    background-color: #989898;
  }
  
  .license-about-75 h3 {
    background-color: #6C64C4;
  }
  
  
  @media screen and (max-width: 800px) {
    .license-page-top {
      margin-bottom: 60px;
    }
    .license-content {
      margin-bottom: 60px;
  }
    .license-top-explain > div:first-of-type {
      margin-left: 0;
  
    }
    .license-top-explain > div:first-of-type h2 {
      margin-right: 0;
    }
    .license-top-explain {
      padding: 5px;
    }
    .license-top-explain p,
    .license-top-explain dt, 
    .license-top-explain dd, 
    .license-top-explain a {
      font-size: 1.6rem;
      word-break: break-all;
    }
    .license-content-wrapper {
      width: 100%;
    }
  }



  /***企業一覧***/
  .member_table {
    width: 100%;
  }

  .member_table th,
  .member_table td {
    border: 1px solid var(--gray);
    padding: 10px;
    font-size: 1.6rem;
  }
  .member_table th {
    background-color: var(--light-theme-color);
  }

  .member_table td {
    background-color: white;
  }

  .member_table tr th:not(:last-of-type),
  .member_table tr td:not(:last-of-type) {
    width: 60px;
    text-align: center;
  }


  @media screen and (max-width: 800px) {


}

  /***安全運転管理者部会***/
  .manager_page h2 {
    margin-bottom: 20px;
    border-bottom: 2px solid var(--gray);
  }
  .manager_page .message {
    margin-bottom: 80px;
  }
  

  .manager_page .message .content {
    padding: 20px;
    background-color: white;
    border: 2px solid var(--theme-color);
  }

  .manager_page .manager_news {
    margin-bottom: 80px;
  }


  @media screen and (max-width: 800px) {


}

/***運転者安全講習会***/
.koshu_page_sec .introduction {
	margin-top: 24px;
}

.koshu_page_sec h3 {
	margin-bottom: 12px;
}
.koshu_page_sec .bg-green {
    background-color: #e6fff2;
}

.koshu_page_sec table th,
.koshu_page_sec table td {
    padding: 15px;
    vertical-align: middle;
}

.koshu_page_sec table th {
    border: 1px solid var(--theme-color);
    background-color: var(--light-theme-color);
    font-size: 2rem;
    text-align: center;
    width: 30%;
}

.koshu_page_sec table td {
    border: 1px solid var(--theme-color);
    background-color: white;
}

@media screen and (max-width: 800px) {
.koshu_page_sec table th {
    font-size: 1.6rem;
    width: 30%;
}
.koshu_page_sec .content table th {
    padding: 10px 5px;
    font-size: 1.4rem;
    width: 25%;
}
}