@charset "utf-8";
/*----------------------------
このCSSファイルに、スタイル指定を記述していきます。
----------------------------*/

/*ベーススタイル*/
body {
    color: #222;
    font-family: sans-serif;
    line-height: 1.5;
    min-width: 100px;
    min-height: 1000px;
 }
 
 a {
     color: #0069ff;    
 }

 img {
     max-width: 100%;
     vertical-align: top;
         /*元は無し*/
 }

/*ヘッダーレイアウト関連*/
.inner {
  padding: 0 15px;
  margin: 0 auto;    
}

@media screen and (min-width:768px) {
  .inner {
    max-width: 1200px;
  }
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

/*PC_MV切り替え*/
@media screen and (min-width:768px) {
  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }
}


/* ヘッダーブロック ここから */
.ly_header {
  padding-top: 0px;
  /*border-bottom: 1px solid #ddd;*/
}

.ly_header_inner {        /*ヘッダーメニュー*/
  max-width: 1230%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;     /*0*/
  margin-left: auto;       /*0*/
  box-sizing: border-box;

/*.header { */
  position: fixed;
  top: 0px;
  width: 100%;
  /*padding: 10px;*/   
  background: rgba(255, 255, 255);
  z-index: 200;
}  

/*サイトロゴとナビゲーションの並び*/
.header-logo-menu {
  display: flex;
  flex-direction: row;   /* flex-direction: row;*/
  justify-content: space-between;
  padding-top: 5px;              /*ロゴ高さ*/
}

/*サイトロゴの表示*/
.logo-area {
  width: 200px;
  margin: 5;  
  text-align: left;
}

@media screen and (min-width:768px) {
  .logo-area {
    width: 250px;
  }
}

/*ハンバーガーメニュー*/
.gnav-toggle {
  position: relative;
  margin-top: 12px;
}


/*チェックボックス等は非表示に*/
.gnav-hidden {
  display: none;
}

/*アイコンのスペース*/
#gnav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#gnav-open span,
#gnav-open span::before,
#gnav-open span::after {
  content: '';
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  cursor: pointer;
}

#gnav-open span::before {
  bottom: -8px;
}

#gnav-open span::after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#gnav-close {
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*チェックがついたら表示させる*/
#gnav-input:checked ~ #gnav-close {
  display: block;
  opacity: 0.5;
}

#gnav-input:checked ~ #gnav-content {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

/*メニューの中身*/
#gnav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 70%;    /*70%*/
  max-width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease-in-out;
  transform: translateX(-105%);
}

.gnav-menu {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 20px 10px 0 10px;
  align-items: right;

  flex-direction: column;
  align-items: center;
  padding-top: 50px;    /*50px*/
  text-transform: uppercase;  
  /*ulリスト点を消す*/
  list-style: none;
}   

.gnav-item {
  /*display: flex;
  justify-content: space-between;
  align-items: flex-end;  */



  border-bottom: 2px dotted #eee;
  margin: 10px;    /*10px*/
  padding-bottom: 2px;
  text-decoration: none;
}

.gnav-item a {
  color: #eee;
  font-size: 12px;
  display: block;
  width: 500px;    /*200px*/
  text-align: center;
  /*リンク下線を消す*/
  text-decoration: none;
}

.gnav-item a::first-line {
  font-size: 16px;
  font-weight: bold;
}

.bl_vertPosts_ttl {
  position: relative;
}

.bl_vertPosts_tel {       /*ヘッダー電話番号問い合わせ*/
  position: fixed;   /*absolute*/
  top: 50px;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .bl_vertPosts_tel {
    display: none;
  }
}
/*ヘッダー電話番号問い合わせ*end/

/*ヘッダーMV表示*/
@media screen and (min-width:768px) {
  .gnav-menu {
    flex-direction: row;
    padding-top: 35px;
    margin: 0; 
  }

  .gnav-item {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
  }

  .gnav-item a {
    color: #333;    /*#333*/
    width: 150px;
  }

  .gnav-item a:hover {
    color: #85a7cc;
  }
}
/*ヘッダーend*/

/*新型コロナ感染症について・料金el_lv1Heading_Info*/
.el_lv1Heading_Info {
  padding:  10px 10px;
  background-color: #e25c00;
  text-align: center;
  font-size:  1.00rem;
  margin-top: 60px;  /*80px*95px*/  
  margin-bottom: -20px;
  margin-right: 0px;       /*-7*/
  margin-left: 0px;        /*-7*/
  font-weight: normal;
  color:  #fff;
  /*リンク下線を消す*/
  text-decoration: none;
}

.el_lv1Heading_Info > a {
  color: #eee;
}

/*新型コロナ感染症について・料金el_lv1Heading_Info end*/
.el_lv1Heading_Info > span {
  position: relative;
  display: inline-block;
  transform: translateY(-20%);
  color: #e25c00;
}

.el_lv1Heading_Info > span::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 80px;
  height: 1px;
  background-color: currentColor;
  transform: translateX(-50%);
}
/*見出し車種クラスend*/

/*広告コンテンツ2カラム_広告カルーセル*/

  .ly_cont_cont {
    max-width: 1230px;
    padding-right: 15px;       /*15*/
    padding-left: 15px;        /*15*/
    margin-right: auto;        /*10*/
    margin-left: auto;           /*0*/
    margin-top: -80px;  /*30Px*/
    /*box-sizing: border-box; */
  }

  .el_lv2Heading_img {  
    padding-bottom: 10px;
    border-bottom: 4px solid #e25c00;
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10;
  }

  .el_lv3Heading_img {    /*今、ブランドにLinkedIn見出し線あり*/
    padding-bottom: 6px;
    border-bottom: 2px solid #e25c00;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
  }

  .el_lv4Heading {   /*最新記事見出し線あり*/
    padding-left: 6px;
    border-left: 2px solid #e25c00;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 768px) { 
    .ly_cont_cont {
        max-width: 1230px;
        padding-right: 15px;       /*15*/
        padding-left: 15px;        /*15*/
        margin-right: auto;        /*10*/
        margin-left: auto;           /*0_margin-bottom: -280px*/
        /*box-sizing: border-box;  */
        margin-bottom: -380px;    /*-380px*/
      }


    .ly_cont_cont_ {
        margin-right: auto;       
        margin-left: auto;          
        /*margin-top: 350px;*/  
      }    
    }  
    
    /*追加**ポストリスト駅前レンタカー情報--> */
    .ly_cont_el_ {
      display: flex;
      justify-content: left;
      margin-bottom:50px;   
    }

    .bl_vertPosts_ttl {
      position: relative;
      color: #54b613;
      z-index: 100;
    }
 
    /*ニュースティッカー*/
    @media screen and (max-width:768px) {
      .topics_t {
     display: flex;
     justify-content: center;   
     margin-top: -200px;
     margin-bottom: -550px;
  }
    }
    
    .topics_t {
      max-width: 1230px;
        padding-right: 15px;       /*15*/
        padding-left: 15px;        /*15*/
        margin-right: auto;        /*10*/
        margin-left: auto;           /*0_margin-bottom: -280px*/
        /*box-sizing: border-box;  */
     
   }

  @media screen and (min-width:768px) {
      .topics_t {
     display: flex;
     justify-content: center;   
     margin-top: -200px;
     margin-bottom: -550px;
  }

 }   
    

/*広告コンテンツ2カラム_広告カルーセルend*/

  /*広告_4カラム*/
  .ly_card_inner {
    max-width: 1230px;
    padding-right: 15px;       /*15*/
    padding-left: 15px;        /*15*/
    margin-right: auto;        /*10*/
    margin-left: auto;           /*0*/
    box-sizing: border-box;
   }  
     
     .bl_cardUnit {
       display: flex;
       flex-wrap: wrap;   /*wrrp*/
     }
     
     .bl_cardUnit.bl_cardUnit__col4 {
       margin-bottom: -20px;
     }
     
     .bl_cardUnit__col4 > .bl_card {
       width:  23.78%;           /*23.78%*/  
       margin-right: 1%;  /*1.62602%*/
       margin: 0 auto;      /*元は無し*/
       margin-top: -5px;
       margin-bottom: 20px;      /*20px*/
       padding-top: 5px;
       box-shadow: 1px 1px 5px 1px #555,        /*3px 3px 6px -2px #555,*/
       3px 3px 8px rgba(255,255,255,0.8) inset; 
     }
     /*画像サイズ*/
     .bl_card_imgWrapper {
       width: 98%;
       align-items: center;
       margin: 0 auto;
       } 
     
     .bl_cardUnit__col4 > .bl_card:nth-of-type(4n) {
       margin-right: 0;
     }
     .bl_card_body {
       align-items: center;
       margin: 10px;    /*文字中央寄せ_og*/
     }
     
     @media screen and (max-width: 768px) {
       .bl_cardUnit.bl_cardUnit__col4 {
         margin-bottom: -20px;
       }
     
       .bl_cardUnit > .bl_card {
         width: 100%;     /*100*/
         margin-bottom: 20px;
       }
     }
      /*広告_4カラムend*/

      /*見出し車種クラス・料金el_lv1Heading*/
      .el_lv1Heading {
        padding:  30px 10px;
        background-color: #e25c00;
        color:  #fff;
        font-size:  1.75rem;
        text-align:  center;
        margin-top: 50px;    /*50px*/
        margin-bottom: -30px;
        font-weight: normal;
      }
      
      .el_lv1Heading > span {
        position: relative;
        display: inline-block;
        transform: translateY(-20%);
      }
      
      .el_lv1Heading > span::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 80px;
        height: 1px;
        background-color: currentColor;
        transform: translateX(-50%);
      }
  /*見出し車種クラス・料金end*/ 

  /*コンテンツ1カラム車種料金_価格表*/
  .ly_media_inner {
    max-width: 1230PX;
    padding-right: 15px;     /*0*/
    padding-left: 15px;       /*0*/    
    margin-right: auto;      /*20*/
    margin-left: auto;       /*20*/
    /*box-sizing: border-box; */
  }

 .bl_crossTable {
    border: 1px solid #ddd;
  }
  
  .bl_crossTable table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
  }
  
  .bl_crossTable th {
    padding: 15px;
    background-color: #efefef;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    vertical-align: middle;
  }
  
  .bl_crossTable td {
    padding: 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
  }
  
  .bl_crossTable th:last-child,
  .bl_crossTable td:last-child {
    border-right-width: 0;
  }
  
  .bl_crossTable tbody tr:last-child th,
  .bl_crossTable tbody tr:last-child td {
    border-bottom-width: 0;
  }
  /*リンクずらし*/
  #el_lv1Heading_classPrice555 {
    margin-top: 0px;   /*0px*/
    margin-bottom: 0px;  /*50px*/
    padding-top: 0px;   /*20px*/
    padding-bottom: 30px;    /*100px*/
  }

  /*リンクダミーel_lv1Heading555*/
  .el_lv1Heading555 {
    padding: 30px 50px;    /*30px 10px*/
    background-color:  black;  /*black*/
    opacity: 0.0;    /*バックグランド消し*/
    color:  #fff;
    font-size:  1.75rem;
    text-align:  center;
    margin-top: 0px;    /*50px*/
    margin-bottom: -30px;
    font-weight: normal;
  }
  
  @media screen and (max-width: 768px) {
    .bl_crossTable {
      border-right-width: 0;
      overflow-x: auto;
    }
  
    .bl_crossTable table {
      width: auto;
      min-width: 100%;
    }
  
    .bl_crossTable th,
  .bl_crossTable td {
      white-space: nowrap;
    }
  
    .bl_crossTable th:last-child,
  .bl_crossTable td:last-child {
      border-right-width: 1px;
    }
  
    .bl_crossTable_mdSticky {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      font-size: 7px;    /*font-size_元は無し*/
    }
    /*フレキシブルで画像サイズdown*/
    .bl_media_imgWrapper {
      display: inline-block;
      text-align: center;
      width: 50%;
    }
  }

  /*シングルカラム_価格表end*/
  
/*コンテンツ1カラム_マーケティング戦略策定*/

      .ly_cont {
        max-width: 1230px;
        padding: 60px 15px;
        margin-right: auto;
        margin-left: auto;
        margin-top: -30px;
        box-sizing: border-box;
      }
      
      .hp_bgcBase {
        background-color: #fafad2 !important;
        margin: 0 auto;
      }

      .bl_media {
        display: flex;
        align-items: center;
      }
      
      .bl_media_imgWrapper {
        flex: 0 1 27.58333%;
        margin: 0 3.33333% 0 0;
      }
      
      .bl_media_imgWrapper > img {
        width: 90%;
      }
      
      .bl_media_body {
        flex: 1;
      }
      
      .bl_media_body > *:last-child {
        margin-bottom: 0;
      }
      
      .bl_media_ttl {
        margin-bottom: 10px;
        font-size: 1.125rem;
        font-weight: bold;
        margin-top: 0;
      }
      
      .bl_media_txt {
        margin-top: 0;
      }
      
      @media screen and (max-width: 768px) {
        .bl_media {
          display: block;
        }
      
        .bl_media_imgWrapper {
          margin-right: 0;
          margin-bottom: 20px;
        }
      }
  
  /*コンテンツ2カラム_新店開店*/
  .ly_cont.ly_cont__col {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
  }
  
  .ly_cont_main {
    flex: 1;
    margin-right: 3.25203%;
  }
  
  .ly_cont_side {
    flex: 0 0 260px;
  }

  .el_lv2Heading {  
    padding-bottom: 10px;
    border-bottom: 4px solid #e25c00;
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10;
  }

  .el_lv3Heading {    /*今、ブランドにLinkedIn見出し線あり*/
    padding-bottom: 6px;
    border-bottom: 2px solid #e25c00;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: -5;  /*-50*/
    margin-bottom: 0;
  }

  .el_lv4Heading {   /*最新記事見出し線あり*/
    padding-left: 6px;
    border-left: 2px solid #e25c00;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
  }
  /*コンテンツ2カラム_新店開店end*/
  
  
  @media screen and (max-width: 768px) {
    .ly_cont.ly_cont__col {
      flex-direction: column;
    }
  
    .ly_cont_main {
      margin-right: 0;
      margin-bottom: 60px;
    }
  }

 /*ポストリスト新着情報*/
  .bl_vertPosts {
    padding-left: 0;
    list-style-type: none;
  }
  
  .bl_vertPosts_item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  
  .bl_vertPosts_item:first-child {
    padding-top: 0;
  }
  
  .bl_vertPosts_header {
    margin-bottom: 10px;
  }
  
  .bl_vertPosts_date {
    font-size: .875rem;
  }
  
  .bl_vertPosts_ttl {
    text-decoration: none;
  }
  
  .bl_vertPosts_ttl:focus,
  .bl_vertPosts_ttl:hover {
    text-decoration: underline;
  }

  /*ポストリスト新着情報end*/
  
  
  /*フッター*/
.ly_footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222;
}

 .hp_btGray {
  background-color:#777 !important;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 130px;
}  

.ly_footer_inner {
  max-width: 1230PX;
  padding-right: 15px;     /*0*/
  padding-left: 15px;       /*0*/    
  margin-right: auto;      /*20*/
  margin-left: auto;       /*20*/
  box-sizing: border-box;
}

.bl_footerNav {
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-size: 15px;      /*12*/
}

.bl_footerNav_item,.bl_footerNav_item_none {   /*bl_footerNav_item_none追加*/
  flex: 1;
  text-align: center;    
}

.bl_footerNav_item > *:last-child {
  margin-bottom: 0;
}

.bl_footerNav_item:last-child .bl_footerNav_link::after {
   content: none;
}

.bl_footerNav_link, .bl_footerNav_link_none {    /*bl_footerNav_link_none追加*/
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);

  /*font-sizeオリジナル↓*/
  font-size: 15px;
  text-decoration: none;
}

.bl_footerNav_link:focus,
.bl_footerNav_link:hover {
  text-decoration: underline;
}

.bl_footerNav_link::after {    /*リンク横線*/
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: currentColor;
  transform: translateY(-50%);
}

.bl_footerChildNav {
  padding-left: 0;
  list-style-type: none;
}

.bl_footerChildNav_item { 
  margin-bottom: 0px;   /*10px*/
}

.bl_footerNav_link_none {
  color: black; 
}    

.bl_footerChildNav_link {
  color:rgb(255, 255, 255);
  font-size: 13px;
  text-decoration: none;
}

.bl_footerChildNav_link:focus,
.bl_footerChildNav_link:hover {
  text-decoration: underline;
}

.el_footerCopyright {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 12px;
  text-align: center;
}

/*.bl_footerMedia_logo {
  display: inline-block;
  color: #ddd;
}   */

/**/
.bl_footerAddress {
display: inlin-block;
color: rgb(255, 255, 255);
padding-bottom: 0;
text-align: center;
}


.bl_footerChildNav_address {
  display: inlin-block;
  color: rgb(255, 255, 255);
  margin: 0;
  text-align: center;
}
/*フッターロゴ_Kオリジナル右寄せ*/
.bl_footerMedia_logo {      /*bl_footerRogo_right*/
display: flex;
justify-content: flex-start;
margin-left: 20px;
padding-top: -170px;
}

.bl_footerChildNav_addressRight {
/*display: none;*/
display: flex;
justify-content: flex-end;
}

.bl_footerAddress {
font-size: 20px;
}

.bl_footerChildNav_address {
font-size: 20px;
}

@media screen and (max-width: 768px) {
.bl_footerMedia_logo_area img {
  display: flex;
  justify-content: center;
  /*margin-right: 0px;*/
  /*margin-left: 0px;*/    /*50px*/
  width: 290px;
}

.bl_footerNav_link {
  font-size: 9.5px;
}

.bl_footerChildNav_link {
  color: rgb(255, 255, 255);
  font-size: 8.5px;
  text-decoration: none;
}

.bl_footerNav_link::after {    /*リンク横線*/
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: currentColor;
  transform: translateY(-50%);
  display: none;
}

.bl_footerNav_item {
  margin-right: -10px;
  margin-left: 0px;
}

/*非表示*/
.bl_footerNav_item_none {
  display: none;
}

.bl_footerChildNav_addressRight {
    display: flex;
    justify-content: center;
}

.bl_footerAddress {
  /*margin: 15px;*/
  font-size: 19.5px;
}

.bl_footerChildNav_link:focus,
.bl_footerChildNav_link:hover {
  text-decoration: none;
 }
/*mv時フッターボトム調整*/
 .hp_btGray {
  background-color:#242221 !important;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 160px;
 }  
}

/*smsリンク張り*/
.follow-me  {
  display: flex;
  justify-content: flex-end;
  padding-top: -70px;
  margin-left: -50px;
  color: #ddd;
  list-style: none;
}
/*mv_smsリンク張り*/
/*.follow-meMv {
  display: flex;
  justify-content: flex-start;
  padding-top: -70px;
  margin-left: 0px;  
  color: #ddd;
  list-style: none;
}    */    

.el_snsPosts_sns {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  margin-bottom: -10px;
  color: #ddd;
}
/*sns登録はこちら*/
.el_footer_sns {
  display: flex;
  justify-content: flex-end;
  margin-right: 18px;
  margin-bottom: -10px;
  color:rgb(255, 255, 255);
  font-size: 12px;
}
/*フッターend*/

/*ページスクロールロック*/
/*@media screen and (min-width: 768px) {
  .campaign_bese {
    max-width: 1200px;
    
  }
}

.campaign_Pctel {
  display: block;
}

.campaign_Mvtel {
  display: none;
}

@media screen and (max-width: 768px) {
  .campaign_Pctel {
    display: none;
  }

  .campaign_Mvtel {
    display: block;
  }
}  */                 

.campaign_Pctel {          
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 30px;   /*30px*/
  width: 100%;
  background-color: #e25c00;
  box-shadow: 0 -4px 5px rgba(0.0.0.6);
  z-index: 100;
}

.campaign_Pctel_M {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
}

.el_lv1Heading_class_tel {
  display: inline-block;
  margin: 0 auto;
  padding: 0 auto;
  background-color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  color: #e25c00(243, 144, 16);
  font-size: 25px;
  text-decoration: none;
  list-style: none; 
 } 
 
/*mv*/
@media screen and (max-width: 768px) {  
  .campaign_Mvtel {
  position: fixed;
  left: 0;
  bottom: 100;
  padding: 30px;
  width: 100%;
  background-color: #e25c00;
  box-shadow: 0 -4px 5px rgba(0.0.0.6);
}

.campaign_Pctel_M {
  
  margin-right: 30px;
  margin-left: -20px;
  
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color: #ffffff;
}

.el_lv1Heading_class_tel {
  margin-right: 1px;
  margin-left: -15px;
  
  text-align: center;

  /*margin: 10px 0px 0px 0px;  
  padding: 5px -50px; 
  background-color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  color: #e25c00(243, 144, 16);
  font-size: 25px;
  text-decoration: none;
  list-style: none;   */ 
 }   
}                              
 
/*ページスクロールロックend*/

/*jquery読み込み*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #333;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

/*Loding画像中央配置*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }

  /*Lodingアイコンの大きさ設定*/
#splash_logo img {
  width:26px;
}

/*fadeUpをするアイコンの動き*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
  opacity: 0;
  transform: translateY(100px);  
  }

 to {
   opacity: 1;
    transform: translateY(0);
 } 
}

@media screen and (max-width: 768px) {

}
/*jquery読み込みend*/

/*positionのテスト*/
.el_imgWrapper_neco {position: relative;}
.el_imgWrapper_neco  {
  position: absolute;  
  top: 60px;
  left: 150px;
}

/*sitemap*/
.container_siteM {
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.nav_siteM {
  display: flex;
  justify-content: space-around;
}

.nav_siteM_sst {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
}

/*sitemap_end*/


/*info_html*/
.ly_info {
  padding-top: 0px;
  border-bottom: 1px solid #ddd;
}
.ly_info_inner {
  max-width: 1230%;
  padding-right: 20px;
  padding-left: 15px;
  margin-right: 5px;
  margin-left: 0px;
  box-sizing: border-box;
}
.bl_cta {
padding: 30px ;
margin-left: -15px;
margin-right: -15px;
background-color: rgba(221, 116, 44, .05);
border: 1px solid #e25c00;
text-align: center;
}

.bl_cta > *:last-child {
margin-bottom: 0;
}

.bl_cta_ttl {
padding-bottom: 10px;
margin-top: 30px;   /*-6*/
margin-bottom: 40px;
border-bottom: 1px solid currentColor;
color: #e25c00;
font-size: 1.5rem;
font-weight: bold;
}

/*privacy-policy.htmlプライバシーボリシー*/
.ly_info_inner {
  max-width: 1230%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 20px;
  margin-left: 20px;
  box-sizing: border-box;
}
.bl_cta_txt_prPolicy {
  display: block;
  padding-left: 0px;
  text-align: left;
  font-size: 15px;
}
.bl_cta_prPolicy {
  padding-right: 10px;
  padding-left: 15px;
  margin-right: 15px;
  margin-left: 15px;
}
/*プライバシーボリシー文字privacy-policy.html_end*/

/*hamamatsu.html.コメント*/
.bl_cta_txt_hamamatsu {
  padding-right: 10px;
  padding-left: 15px;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 25px;
}
.bl_cta_txt_hamamatsu > a {
  font-size: 18px;
}
.bl_cta_txt_hamamatsu > img {
  display: inline-block;
  width: 30%;
}
/*hamamatsu.html.コメントend*/

/*オプション*/
.md_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .md_only {
    display: block !important;
  }
}

.bl_priceTable table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.bl_priceTable_header {
  padding: 10px;
  background-color: #e25c00;
  border-right: 1px solid currentColor;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.bl_priceTable_header:last-child {
  border-right-width: 0;
}

.bl_priceTable_headerTtl {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
}

.bl_priceTable_price {
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.bl_priceTable_price span {
  font-size: 1rem;
}

.bl_priceTable_bodyTtl {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}

.bl_priceTable td {
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.bl_priceTable td:last-child {
  border-right: 1px solid #ddd;
}

.bl_priceTable tr:last-child > * {
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .bl_priceTable {
    overflow-x: auto;
  }

  .bl_priceTable table {
    width: auto;
    white-space: nowrap;
  }

  .bl_priceTable_bodyTtl {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 0 #ddd;
    font-size: .875rem;
  }
}

/*オプション_走行距離規定*/
.bl_vertTable {
  border: 1px solid #ddd;
}

.bl_vertTable table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
  color: white;
}
.bl_vertTable table > tbody {
  color: #000;
}

.bl_vertTable thead tr {
  background-color: #54b613;
}

.bl_vertTable th {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: middle;
}

.bl_vertTable td {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.bl_vertTable th:last-child,
.bl_vertTable td:last-child {
  border-right-width: 0;
}

.bl_vertTable tbody tr:last-child td {
  border-bottom-width: 0;
}

@media screen and (max-width: 768px) {
  .bl_vertTable {
    border-right-width: 0;
    overflow-x: auto;
  }

  .bl_vertTable table {
    width: auto;
    min-width: 100%;
  }

  .bl_vertTable th,
.bl_vertTable td {
    white-space: nowrap;
  }

  .bl_vertTable th:last-child,
.bl_vertTable td:last-child {
    border-right-width: 1px;
  }
}



/*オプション_end*/

/*terms.html_bl_cta_caution*/
.bl_cta_caution {
padding-right: 50px;
padding-left: 50px;
margin-left: -15px;
margin-right: -15px;
background-color: rgba(221, 116, 44, .05);
border: 1px solid #e25c00;
text-align: center;
}
.bl_caution1 {
  padding: 0 auto;
}
/*terms.html_bl_Nav_table_end*/

.bl_cardUnit bl_cardUnit__col44 {
  display: flex;
  justify-content: center;

}

/*フォームサイズ*/
@media screen and (max-width: 768px) {
  .frame_center {
    display: flex;
    justify-content: center;
    margin-right: -20px;
    margin-left: -25px;    /*50px*/
    width: 80%;
    height: 500px;
  }
}