@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap');
html { font-size: 62.5%; }
body{
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','Noto Serif JP','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  background-color: #120E0D ;
  color: white;
  font-size: 1.5rem;
  line-height: 3.0rem;

}
h1, h2, h3, h4, h5, h6 {
  margin-top: 50px;

  margin-bottom: 0;
}
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
p{
  margin-top: 20px;
  margin-bottom: 0;
  
}
a{
  color: white;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1110px;
}
.kvwrap{
  width: 100%;
}
.video_wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video_wrapper > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
#hamburger .btn-gNav {
  position: relative;
  /* top: 20px; */
  /* left: 20px; */
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
  margin-top: 20px;
}
.flexbox{
  display: flex;
  justify-content: center;

}
.top_link1.top_link.flexbox{
  display: flex;
}

.top_link1.top_link.flexbox > div{
  margin: 0 10px;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:20px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #fff;
  top: 6px;
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 6px;
  background :#fff;
  transform        : rotate(45deg);
}
#gNav{
  position: fixed;
  top: 0;
  /* right: -100%; */
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
#gNav.open{
  right: 0px;
  opacity: 1;
  visibility: visible;
}
#gNav .gNav-menu{
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}
#gNav .gNav-menu li{
  display: block;
  padding : 20px 30px;
}
#gNav .gNav-menu li a{
  color: #ddd;
  text-decoration: none;
}


  /* #gNav{
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
  } */
  #gNav .gNav-menu{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    /* position: fixed;
    top: 0;
    right: 0;
    padding-left: 50px; */
  }
  #gNav .gNav-menu li{
    padding-top: 5px;
  }
  header#masthead{
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    position: fixed;
    z-index: 100;
  }
  .site-header{
    position: fixed;
    width: 100%;
    z-index: 100;
}
  #hamburger{
    width: 100%;

  }
  .top_hr{
    background-size: 100% auto;
    background-repeat: repeat-y;
    height: 24px;
    width: 100%;
  
  }
  .head_zaiko_links{
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #040000;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .head_zaiko_link{
    
    background-color: white;
    display: block;
    line-height: 3.0rem;
    padding: 0 22px;
    color: #040000;
    border-radius: 20px;
    margin-right: 0;
    border: 1px solid #c5c5c5;
    font-weight: bold;
  }
  .head_zaiko_link_en{
    color: white;
    padding:0 20px;
    border-left: 1px solid #fff;
    line-height: 1.6rem;
    text-shadow: 1px 1px 1px #000;
  }
  .head_zaiko_link_en:first-child{
    border-left: none;
  }
.head_zaikobox {
    
    /* width: 280px; */
    margin-top: 20px;
  }
.head_zaiko_links  .head_zaiko_link{
  margin-top: 10px;
  font-weight: bold;
  }
  .navbar-expand-xl{
    align-items: flex-start;
  }
  .kv_logo{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);

  }
  .kv_scroll{
    position: absolute;
    /* top: calc(40% + 200px); */
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .kv_to_tv{
    position: absolute;
    top: 40%;
    left: calc(50% + 320px);
    transform: translate(-50%, -50%);

  }
  #content.site-content{
    padding-top: 0;
    padding-bottom: 200px;
  }
.home   #content.site-content{
    padding-top: 120px;
    padding-bottom: 200px;
  }
  
.page  #content.site-content{
  padding-top: 0;
  padding-bottom: 200px;
}
.home  section.sec{
    padding: 180px 0;
  }
 section.sec{
      padding: 90px 0;
    }
  .col2_std_flex p{
    /* margin-top: 0; */
  }
  /* .top_sub_ttl{
    margin-top: 120px;

  }
  .top_desc{
    margin-top: 120px;

  } */
  .top_flex__text{
flex-direction: column;
align-items: baseline;
  }
  .top_sub_ttl p{
    font-size: 4.0rem;
    line-height: 4.4rem;
  }
  
  .col2_std_flex .top_flex__img{
    width: calc(53%);
  }
  .col2_std_flex {
justify-content: space-between;
  }
  .top_flex__text{
    
    width: calc(100% - 53% - 60px);
    position: relative
  }
  .top_ttl_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: auto;
  }
  .top_ttl_img1{
    
    top: -111px;
    width: 723px;
  }
  .top_link1{
    
    margin-top: 50px;
  }
  .tp_nm_cat{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .tp_nm_cat p{
    margin-top: 10px;
  }
.tp_nm_desc p{
  margin-top: 15px;
}
.top_nm_items{
  margin-top: 40px;
justify-content: space-between;
font-size: 1.2rem;
line-height: 1.8rem;
color: white;
}
.top_nm_items a{
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: white;

}
.top_newmedia_ttl{
  text-align: center;
  display: block;
  padding: 40px 0;
  border:1px solid #F4C952;
  margin-top: 120px;
}
.top_nm_item__link{
  width: calc(25% - 30px);
}
.tp_nm_img{
  width: 100%;
  margin-top: 10px;
}

.tp_nm_img img{
  width: 100%;
}
.tp_nm_time{

}
.more_btn{
  text-align: right;
}

a img{
  transition: 0.3s;
}
a img:hover{
  opacity: 0.6;
}
.top_desc p , .top_sub_ttl p{
  /* margin-top: 0; */
}
.top_link_btn{
  text-align: center;
  display: block;
  width: 100%;
}
.top_link_btn a.head_zaiko_link{
  display: inline-block;
  font-size: 2.3rem;
  
  margin-right: 0;
  width: 220px;
  line-height: 4.6rem;
  font-weight: bold;

}
.top_sub_ttl2 p{
  font-size: 3.0rem;
  line-height: 4.0rem;
}

.top_flex__text2{
  background-repeat: no-repeat;  
  background-position: top right;
}
.top_ttl_img2{
  top: -100px;
  width: 522px;
}

.top_flex__img{
  background-size: cover;
  background-position: center;
}
.top_flex__text{
  position: relative;
}
.buy_out_sec .top_flex__text::before{
  content: "";
  background-image: url(./assets/images/top/bo-bg.png);
  position: absolute;
  top: -267px;
  left: -61%;
  width: 262px;
  height: 549px;
  transform: translate(50%, 0);
  background-repeat: no-repeat;
  z-index: -1;
}
.top_sub_ttl3 {
  display: flex;
  margin-top: 195px;
  justify-content: space-between;
  width: 100%;
}
.top_sub_ttl3 p{
  font-size: 3.0rem;
  line-height:3.0rem;
  margin-top: 0;
}
.top_sub_ttl3 p span{
  display: block;
  font-size: 1.1rem;
  line-height:3.0rem;
}
.top_sub_ttl3__linkbox .head_zaiko_link{
  margin-right: 0;
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-weight: bold;
}
.top_sub_ttl3__linkbox {
  padding-top: 2px;
}
.buy_out_sec__nocost{
  text-align: center;
  font-size: 1.2rem;
  display: block;
  width: 100%;
  margin-top: 40px;
}

.buy_out_sec  .more_btn{
  margin-top: 40px;
}

.cs_sec .top_flex__text::before{
  content: "";
  background-image: url(./assets/images/top/cs_bg.png);
  position: absolute;
  top: -175px;
  right: -70px;
  width: 262px;
  height: 549px;
  /* transform: translate(50%, 0); */
  background-repeat: no-repeat;
  z-index: -1;
}

.cs_sec .top_sub_ttl2{

}
.cs_sec .top_ttl_img2 {
  left: -100px;
}
.top_spcar_section .top_ttl_img2 {
  top: 0;
  width: 844px;
}


.top_spcar_section .more_btn{
  margin-top: 40px;
}
.top_spcar_section .top_sub_ttl p{
  text-align: center;
  font-size: 4.0rem;
  line-height: 5.2rem;
}

.top_contact_sec .col2_std_flex{
  -webkit-box-pack: center;
  -ms-flex- pack: center;packpackpackpack
  justify-content: center;justify-contentjustify-contentjustify-content
}

.top_spcar_section .top_sub_ttl{
  display: block;
  width: 100%;
}
.top_contact_sec .top_desc1{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.top_contact_sec .top_desc1{
  text-align: center;
}
.mail_btn{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;

}
.top_contact_opentimebox,.top_contact_ttlimg,.top_contact_sec .top_link1{
  display: block;
  width: 100%;
  text-align: center;

}

.top_contact_sec .top_flex__text{
  width: 100%;
  margin-top: 40px;
}
.top_contact_sec .top_link1{
  
  margin-top: 40px;
}
body:not(.theme-preset-active) footer#colophon{
  background-color: transparent;
  color: white;
  text-align: center;
}
footer .container {
  text-align: center;
}
.footer_nav_lists{
  display: flex;
  list-style: none;
justify-content: center;
}
.footer_nav_lists li{
  border-right: 1px solid white;
  padding: 0 25px;
  line-height: 1.8rem;
}

.footer_nav_lists li:last-child{
  border-right: none;
}
footer#colophon {
  font-size: 100%;
}
.companyinfo ,.footer_nav,.site-info{
  margin-top: 40px;
}
.companyinfo p{
  margin-top: 0;
}
.site-info{font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin-bottom: 20px;
}
#vol_control{
  transition: all 0.3s;
  position: absolute;
  bottom: 30px;
  right: 30px;  
  width: 40px;
  height: 40px;
}
#vol_control:hover{
  cursor: pointer;
  opacity: 0.6;
}
.sound_off{
  background-image: url(./assets/images/top/vol_off.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.sound_on{
  background-image: url(./assets/images/top/vol_on.png);
  background-size: cover;
  background-repeat: no-repeat;
}
section.top_contact_sec{
  /* padding-bottom: 0; */
}
.page_kvwrap{
  width: 100%;
  height: 382px;
  background-size: cover;
  background-position: center;
}

h1, h2, h3, h4, h5, h6{
  color: white;
}

.text-center{
  text-align: center;
}
.about_ttlimg{
  margin-bottom: 80px;
}

.std_2col_boxes{
  display: flex;
  justify-content: space-between;
}
.std_2col_box{
  width: calc(50% - 30px);
  background-size: cover;
  background-position: center;
}
.std_2col_box > h3{
  margin-top: 0;
}
.std_2col_box > h3.mgt-m{
  margin-top: 60px;
}
h2{
  font-size: 4.0rem;
  line-height: 5.1rem;
}

h3{
  font-size: 2.9rem;
  line-height: 4.2rem;
}

.std_2col_boxes{
  margin-top: 20px;
}
.std_2col_box_sec{
  margin-top: 0;
}
.std_2col_box_sec h3{
  margin-top: 20px;
}
div.small_container{
  max-width: 920px;
  margin: 0 auto;
}
div.ssmall_container{
  max-width: 815px;
  margin: 0 auto;

}
.sr_s_ttl{
  font-size: 2rem;
  margin-top: 100px;
}
.indent{
  padding-left: 4em;
}
.sr_s_ttl_right{

  margin-top: 40px;
}
.sr_s_ttl span{
  color: #F6B892;
}
.sr_s_ttl + .sr_text{
  margin-top: 10px;
}
.sr_text >span{
  font-size: 1.4rem;
}
.showroom_gallary{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sr_g_items{
  width: calc(20% - 10px);
  margin-top: 10px;
}
.sr_g_items img{
  width: 100%;
}
.sr_pointboxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sr_pointbox{
  width: calc(50% - 25px);
  margin-top: 80px;
}
.sr_ttl{
  padding-left: 40px;
  font-size:2.5rem;
  line-height: 3.0rem;
  position: relative;
}

.sr_ttl::before{
  background-image: url(./assets/images/about/circle.png);
  position:absolute;
  content: "";
  width: 27px;
  height: 27px;
  left: 0;
  top: 4px;
  background-size: cover;
}
.showroom_service{
  margin-top: 180px;
}
.sr_text{
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.sr_ts_2cols{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sr_ts_2col{
  width: calc(50% - 25px);
}
.sr_ts_2col p{
  margin-top: 80px;
}
.sr_ts_2col p:first-child{
  margin-top: 0;
}
.sr_ts_2col{
  background-size: cover;
  background-position: center;
}
.sr_ts_2col p{
  font-size: 2.0rem;
  line-height: 3.0rem;
}
.sr_desc{
  margin-top: 80px;
}
.sr_desc p{
  margin-top: 0;
}
.showroom_totalsuport{
  margin-top: 180px;
}
.sr_ts_2cols{
  margin-top: 100px;
}
.border_tb{
  text-align: center;
  font-size: 2.0rem;
  line-height: 3.2rem;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.cp_flexboxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp_flexbox{
  width: calc(50% - 20px);
}
.cp_flexbox a{
  color: white;
}
.cp_flexbox p{
  font-size: 1.8rem;
  line-height: 3.6rem;
}
.cp_desc{
  font-size: 1.6rem;
  line-height: 3.1rem;
  margin-top: 40px;
  display: block;
  margin-bottom: 70px;
}

.mgt-m{
  margin-top: 60px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  margin-top: 120px;
  }
  .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }
  .mgt-0{
    margin-top: 0;
  }
  .recruit_flexboxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between  ;
  }
  .recruit_flexbox{
    width: calc(45% - 45px);
  }
  .recruit_flexbox:first-child{
    width: calc(55% - 45px);
  }
  .recruit_flexbox h5:first-child{
    margin-top: 0;
  }
  .recruit_flexbox {
    position: relative;
  }
  .recruit_ttl {
    position: relative;
    top: 90px;
    z-index: 10;
  }

.top_sub_ttl p{
  margin-top: 0%;
}
.top_sub_ttl1 {
  display: block;
  width: 100%;

}

.top_sub_ttl1 p{
  margin-left: 80px;
}

.top_desc{
  margin-top: 120px;
}
.top_desc p{
  margin-top: 0;
}
.more_btn{
  margin-top: 50px;
}

.top_sub_ttl{
  margin-top: 200px;
}
.top_sub_ttl1{
  margin-top: 310px;
}

.top_sub_ttl2 {
  margin-top: 80px;
} 
.top_stockcar_section .top_flex__text::before {
  content: "";
  background-image: url(./assets/images/top/stc_bg.png);
  position: absolute;
  top: -267px;
  right: -70px;
  width: 262px;
  height: 549px;
  /* transform: translate(50%, 0); */
  background-repeat: no-repeat;
  z-index: -1;
}
.top_stockcar_section .top_link_btn{
  margin-top: 260px;
}

.top_stockcar_section .top_desc{
  margin-top: 60px;
}

.buy_out_sec .top_desc{
  
  margin-top: 40px;
}
.cs_sec .top_sub_ttl2 {
  margin-top: 160px;
}
.cs_sec .top_desc1 {
  margin-top: 60px;
}
.more_btn.text-right{
  width: 100%;
}
.text-right{
  text-align: right;
}
.top_spcar_section .top_ttl_img2 {
  top: 60px;
  width: 844px;
}
.top_spcar_section .top_sub_ttl2 {
  margin-top: 360px;
}
.top_spcar_section .top_desc {
  margin-top: 90px;
}
.to_top{
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 100;

}
.sr_desc p{
  font-size: 2.3rem;
  line-height: 3.8rem;
  letter-spacing: 1px;
}
.recruit_ttl img{
  max-height: 158px;
}
.recruit_flexbox .border_tb{
  text-align: left;
}
.page_kvwrap{
  position: relative;
}
.stocks_logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.archive_st_ttlflexox {
  justify-content: space-between;
}
.archive_st_ttlflexox > div{
  width: calc(50% - 80px);

}
section.sec.archive_stock_ttl_sec {
  padding-top: 30px;
}
.archive_st_ttlbox{
  position: relative;
  top: -67px;
}
.stockcars_box{
  flex-wrap: wrap;
}
.stockcar_box{
  width: calc(25% - 30px);
  margin-right: 30px;
}
.stockcar_box:nth-child(4n){
  margin-right: 0;
}
.stockcar_img{
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
  border: 1px solid #EDFF15;
}
.stockcar_img:hover{
  opacity: 0.6;
}
.stockcar_pricebox > div{
  width: 50%;
}

.stockcar_pricebox__price > p{
  margin-top: 0;
  text-align: right;
  font-size: 2.4rem;
  line-height: 3.0rem;
}
.stockcar_pricebox__link a{
  padding: 6px 24px;
  background-color: white;
  border-radius: 27px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #001616;
  font-weight: bold;

}
.stockcar_pricebox{
align-items: center;
justify-content: space-between;
margin-top: 10px;
}
.stockcar_lists{
  list-style: none;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: white;
  margin-top: 10px;
  padding-left: 0;
}
.stockcar_box{
  margin-top: 120px;
}
.stockcars_box{
  margin-top: -80px;
}
.sold_out_flexbox .stockcar_pricebox__price p{
  text-align: left;
}
.stocks_slider{
  display: flex;
}
.mySwiper2{
  width: calc(100% - 140px);
  margin-right: 15px;
}
.mySwiper {
  width: 125px;
}
.stocks_slider{
  max-height: 560px;
  height: 560px;
}
.swiper-slide{
  background-size: cover;
  background-position: center;
}
.swiper-button-next_2{

}

.stock_car_info_table{
  display: flex;
  flex-wrap: wrap;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
.stock_car_info_table_head{
  background-color: #B6A898;

}
.stock_car_info_table_body{
  background-color: white;
}
.stock_car_info__card{
  width: calc( 20% - 2px);
  margin-right: 2.5px;
  margin-bottom: 2.5px;
}
.stock_car_info__card:nth-child(5n){
  margin-right: 0;
}
.stcok_car_info__heads{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.car_name{
  font-size: 2.1rem;
  line-height: 2.1rem;
  margin-top: 0;
}
.stock_car_price{
  font-size: 3.6rem;
}
.stcok_car_info__heads{
  margin-top: 40px;
}
.stock_car_detail_infos{
  display: flex;
  flex-wrap: wrap;
  
  align-items: center;  
  width: calc(100% - 400px);
}
.stock_car_bottom_infobox{
  display: flex;
  margin-top: 40px;
}
.stock_car_tellbox{
  margin-left: 50px;
}
.stock_car_detail_info{
  background-color: #B6A898;
  color: #000;
  margin-right: 2.5px;
  margin-bottom: 2.5px;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;

}
.stock_car_tellbox{
  width: 400px;
}
.stock_car_tellbox  .top_contact_opentimebox{
  font-size: 1.6rem;
}

.stock_car_tellbox img{
  /* height: 56px; */
}
.stock_car_tellbox figure{
  margin: 0;
}
.share_sns{
  margin-top: 20px;
  justify-content: right;
}
.share_fb{
  margin-right: 20px;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    color: #000;
  }
  h1, h2, h3, h4, h5, h6{
    
    color: #000;
  }
}
.stock_car_contact_box{
  margin-top: 20px;
}
.stock_car_contact_method a:first-child{
  margin-right: 10px;
}
.stock_car_contact_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stock_car_contact_box div:first-child{
  width: 60%;
}

.stock_car_contact_box div:nth-child(2){
  width: 40%;
}
.backto_archve{
  text-align: center;
}
.cotact_tell_text{
  margin-top: 0;
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 5px;
}
.home .cotact_tell_text{
  font-size: 1.8rem;
  line-height: 3rem;

}
.bnr_sec_img{
  background-color: #B6A898;
  color: #000000;
  border-radius: 30px;
  font-size: 2.0rem;
  line-height: 2.8rem;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
} 

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:767px){
  .inquiry th,.inquiry td {
   display:block!important;
   width:100%!important;
   border-top:none!important;
   -webkit-box-sizing:border-box!important;
   -moz-box-sizing:border-box!important;
   box-sizing:border-box!important;
  }
  .inquiry tr:first-child th{
   border-top:1px solid #d7d7d7!important;
  }
  /* 必須・任意のサイズ調整 */	
  .inquiry .haveto,.inquiry .any {	
  font-size:10px;
  }}
  /*見出し欄*/
  .inquiry th{
   text-align:left;
   font-size:1.6rem;
   color:#444;
   padding-right:5px;
   width:30%;
   background: #e1e1e1;
   border: solid 1px #d7d7d7;
   padding: 10px;
  }
  /*通常欄*/
  .inquiry td{
   /* font-size:13px; */
   border:solid 1px #d7d7d7;	
   background-color: #ede9e9;
   padding: 15px 15px ;
  }
  /*横の行とテーブル全体*/
  .entry-content .inquiry tr,.entry-content table{
   border:solid 1px #d7d7d7;	
  }
  /*必須の調整*/
  .haveto{
   font-size:7px;
   padding:5px;
   background:#ff9393;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   position:relative;
   bottom:1px;
  }
  /*任意の調整*/
  .any{
   font-size:7px;
   padding:5px;
   background:#93c9ff;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   position:relative;
   bottom:1px;
  }
  /*ラジオボタンを縦並び指定*/
  .verticallist .wpcf7-list-item{
   display:block;
  }
  /*送信ボタンのデザイン変更*/
  #formbtn{
   display: block;
   padding:1em 0;
   margin-top:30px;
   width:100%;
   background:#B6A898;
   color:#000;
   font-size:18px;
   font-weight:bold;	 
   border-radius:2px;
   border: none;
   transition: all 0.3s
  }
  /*送信ボタンマウスホバー時*/
  #formbtn:hover{
    opacity: 0.6  ;
  }
  input#formbtn{
    max-width: 300px;
    margin: 0 auto;
    margin-top: 0px;
  }
.contact_form_cstm{
  /* max-width: 680px; */
  margin: 0 auto;
  margin-top: 20px;
}
.contact_form_cstm p{
  font-size: 1.6rem;
}

.contact_form_cstm p a{
  color: white;
}
  h1.entry-title {
    font-size: 3.6rem;

    border-bottom: 1px solid #fff;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border: none;
  border-radius: 0;
}
.contact_form_cstm label{
  font-size: 1.6rem;
  color: #000;
}
.contact_form_cstm  p.contact_form_ttl{
  font-size: 2.0rem;
  line-height: 2.8rem;
}
.font-size-m{
  font-size: 2.0rem;
  
  line-height: 2.8rem;
}
.sitemap_img{
  width: 50%;
  max-width: 450px;
  margin-right: 60px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sitemap_img a{
  width: 100%;
  height: 100%;
  position: absolute;
}
.sitemap_flexbox{
  display: flex;

}
.modal_navcontent .sitemap_flexbox{
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  /* overflow: scroll; */

}

.modal_navcontent .sitemap_flexbox .sitemap_img{
  width: 447px;
}

.sitemap_contante p {
  margin-top: 0;
}
.sitemap_contante p a{
  color: #F4C952;
  font-size: 2.2rem;
  line-height: 4rem;
}

.sitemap_contante p:nth-child(2n) a{
  color: white  ;
}
.buyout_section .h2{
  text-align: center;
  font-size: 3.6rem;
  line-height: 6.0rem;
}
section.sec.buyout_section{
  padding-top: 0;
  margin-top: -110px;
}
.buyout_section h1{
  text-align: center  ;
}
.buyout_section h2{
  font-size: 3.6rem;
  line-height: 6rem;
  text-align: center;
}
.buyout_textboxes{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.buyout_textbox{
  width: calc(50% - 30px);
  font-size: 1.7rem;
  line-height: 3.6rem;


}
.buyout_textbox figure{
  margin: 0;
}
.bnr_sec1{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.bnr_sec_img{
  width: calc(33% - 10px);  
}
.bner_sec2{
  max-width: 1650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bner_sec_p{
  font-size: 2.4rem;
  line-height: 4.8rem;
}
.foaf_ttl{
  font-size: 3.0rem;
  line-height: 5.3rem;
}

.contact_form_cstm p{
  margin-top: 0;
}
.radio-2 ,.radio-3{
  display: block;
  padding: 15px 0 ;
}
.multi-input{
  padding: 15px 15px;
  color: #000;
  font-size: 1.6rem;
}
.multi-input input{
  border: 1px solid rgb(224, 224, 224);
}

.contact_form_cstm .acceptance-442 label span{
  color: white;
}
.acceptance-442{
  display: block;
  text-align: center;
}
.news_item{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.news_item > div{
  width: calc(50% - 20px);
}
.page-id-87 .entry-header{
  display: none;
}
.cs_wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.cs_wrap > div{
  width: calc(50% - 30px);
}
.cs_box p:first-child{
  margin-top: 0;
}
.cs_subbox{
  margin-top: 120px;
}
.cs_tell{
  margin: 0;
  margin-top: 80px;
}
.home .cs_tell{
  margin-top: 20px;
}
.cs_tell span{
  color: white;
  font-size: 3.0rem;
  line-height: 5.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.home .cs_tell span{
  color: white;
  font-size: 1.8rem;
  line-height: 3.0rem;
}
.cs_subbox + .cs_subbox{
  margin-top: 80px;
}
.cs_box .cs_subbox_2:first-child{
  margin-top: 0;
}
.cs_subbox_2{
  margin-top: 40px;
}
.cs_subbox_2 p{
  margin-top: 10px;
}
.cs_subbox_2 img{
  width: 100%;
}
section.sec.cs_sec{
  padding-top: 0;
}
.cs_atten{
  margin-top: 60px;
}
.top_newmedia_ttl h2{
  margin-top: 0;
}
.top_spcar_section .top_desc1 p{
  /* font-size: 2.0rem;
  line-height: 4.0rem; */
}
.top_spcar_section .col2_std_flex .top_flex__img{
  
  max-width: 540px  ;
}
.about_text{
  line-height: 2.6rem;
}
.cs_sec .top_desc1 p ,.buy_out_sec .top_desc1 p{
  line-height: 3.0rem;
}
.widget_block{
  list-style: none;
}
.contact_box_wp{
  max-width: 488px;
  margin: 0 auto;
}

.full-width_hr{
  height: 8px;
  width: 100%;
  left: 0;
  background-size: cover;
}
.fotter_logo img{
  max-width: 310px;
}
.fotter_logo{
  align-items: flex-end;
}
.footer_insta{
  margin-left: 20px;
}
.special_content{
  margin-top: 40px;
  padding: 20px;
  background-color: white;
  color: #000;

}
.companyinf_space{
  margin-right: 10px;
}
.top_contact_opentimebox {
  text-align: left;
  font-size: 2rem;
  margin-top: 5px;
}
.post-thumbnail{
  text-align: center;
  margin-top: 40px;
}
.new_info_box{
  display: flex;
  justify-content: space-between;
  margin-top: 180px;
}
  .news_ttl{
  font-size: 3.0rem;
  margin-top: 0;
}
.news_info_textbox p{
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.news_item{
  margin-top: 20px;
}
.news_imgbox{
  min-height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.news_item_tv .news_imgbox{
  min-height: auto;
}
.news_imgbox_link{
  position: absolute;
  width: 100%;
  height: 100%;
}
.news_imgbox img{
  object-fit: contain;
  width: 100%;
  height: 300px;
  object-position: center;
}
.news_link_to_single{
  width: 100%;
}
.news_text_content p:first-child {
  margin-top: 0;
}
.news_info_time{
  
  font-size: 3.0rem;
  margin-top: 0;
}
.site-main .posts-navigation{
  margin-top: 60px;
}
.news_hr{
  
  margin-top: 15px;
}
article.type-tv{
  margin-top: 100px;
}
.std_btn{
  margin-top: 20px;
  background-color: white;
  color: #000;
  
  line-height: 3.0rem;
  padding: 0 22px;
  border-radius: 20px;
  display: inline-block;
}
.link_text{
  text-decoration: underline;
}
.corprate_profile_en{
  text-align: center;
}
.about_en_sec .std_2col_box h3{
  font-size: 3.0rem;
  color: #F4C952;
}
.about_en_sec p{
  font-size: 2.1rem;
  line-height: 3.6rem;
}
.about_en_sec .about_text{
  font-size: 2.1rem;
  line-height: 3.6rem;
}
.about_en_sec .std_2col_box{
  width: calc(50% - 15px);
  
}
.about_en_sec .about_ttlimg p{

}

.about_en_sec  h2{
  font-size: 4.8rem;
  line-height: 6.0rem;
  color: #F4C952;
}
.about_en_sec .cp_flexbox{
  width: calc(100% - 493px);
  text-align: left;
  font-size: 2.6rem;
  line-height: 4.5rem;
  background-size: cover;
}
.about_en_sec .cp_flexbox:first-child{
  width: 463px
}
.about_en_sec .cp_flexboxes{
  margin-top: 180px;
}
.about_en_sec .cp_flexbox span{
  
  color: #F4C952;
}
.tp_nm_img img{

  object-fit: cover;
  width: 100%;
  height: 176px;
  object-position: center;
}
.post-thumbnail img{
  max-height: 400px;
  width: auto;

}

.single-post .entry-content img{
  max-height: 400px;
  width: auto;

}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.std_2col_box_img_box{
  width: 100%;
  height: 260px;
  margin-bottom: 60px;

}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #hamburger {
    width:auto;
}
.head_zaiko_links{
  display: flex;
  justify-content: center;
}
.head_zaiko_links .head_zaiko_link{
margin-top: 0;
}
.head_zaiko_link_en{
  line-height: 3.2rem;
}
.top_ttl_img2 {
  top: -100px;
  width: 100%;
}
.top_stockcar_section .top_flex__text::before {
  content: "";
  background-image: url(./assets/images/top/stc_bg.png);
  top: -267px;
  right: -0;
  width: 262px;
  height: 549px;
}
.cs_sec .top_flex__text::before {
  content: "";
  background-image: url(./assets/images/top/cs_bg.png);
  top: -175px;
  right: -0;
  width: 262px;
  height: 549px;
  background-repeat: no-repeat;
  z-index: -1;
}
.buy_out_sec .top_flex__text::before {
  content: "";
  background-image: url(./assets/images/top/bo-bg.png);
  position: absolute;
  top: -267px;
  left: 0;
  width: 262px;
  height: 549px;
  transform: translate(50%, 0);
  background-repeat: no-repeat;
  z-index: -1;
}
.top_spcar_section .top_ttl_img2 {
	top: 60px;
	width: 844px;
  max-width: 100%;
}
}
@media screen and (max-width: 767px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  body{
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 25px;
    margin-bottom: 0;
}
h2 {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
  h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
}
  p {
    margin-top: 10px;
    margin-bottom: 0;
}
section.sec {
  padding: 45px 0;
}
  .top_flex__text {
    width: 100%;
    position: relative;
}
.col2_std_flex{
  flex-wrap: wrap;
}
.col2_std_flex .top_flex__img {
  width: 100%;
  min-height: 360px;
  margin-top: 40px;
}
.top_newmedia_ttl {
  text-align: center;
  display: block;
  padding: 20px 0;
  border: 1px solid #F4C952;
  margin-top: 60px;
}
.top_nm_items{
  flex-wrap: wrap;
  margin-top: 0;
}
.top_nm_item__link {
  width: calc(50% - 5px);
}

.top_ttl_img1 {
  top: -51px;
  width: 100%;
}
.top_ttl_img2 {
  top: -50px;
  width: 100%;
}
.top_spcar_section .top_ttl_img2 {
  top: 30px;
  width: 100%;
}
.top_sub_ttl1 {
  margin-top: 0;
}
.home section.sec {
  padding: 90px 0;
}

.top_sub_ttl1 p {
  margin-left: 40px;
}
.top_sub_ttl p {
  font-size: 2.0rem;
  line-height: 2.2rem;
}
.top_desc {
  margin-top: 30px;
}
.top_link1 {
  margin-top: 25px;
}
.top_nm_item{
  margin-top: 40px;
}
.tp_nm_desc{
  display: none;
}
.more_btn {
  margin-top: 25px;
}
.cs_sec .top_flex__text::before{
  right: 0;
}
.top_stockcar_section .top_flex__text::before{
  right: 0;
}
.top_ttl_img{
  position: relative
}
.top_stockcar_section .top_link_btn {
  margin-top: 0px;
}
.top_sub_ttl2 {
  margin-top: 40px;
}
.top_stockcar_section .top_desc {
  margin-top: 30px;
}
.top_link_btn a.head_zaiko_link {
  font-size: 1.6rem;
  width: 165px;
  line-height: 2.6rem;
}
.buy_out_sec .top_flex__text::before{
  top: -107px;
  right: 0;
  transform: translate(0,0);
  left: auto;
}

.top_sub_ttl3{
  flex-wrap: wrap;
  margin-top: 0;
}
.top_sub_ttl3__linkbox{
  width: 100%;
}
.top_sub_ttl3__linkbox .head_zaiko_link {
  display: inline-block;
  margin-top: 20px;
}
.buy_out_sec .top_desc {
  margin-top: 30px;
}
.cs_sec .top_desc1 p, .buy_out_sec .top_desc1 p {
  line-height: 2.0rem;
}
.to_top {
  right: 10px;
  z-index: 100;
  max-width: 40px;
  /* display: none; */
}
.cs_sec .top_sub_ttl2 {
  margin-top: 0;
}
.cs_sec .top_desc1 {
  margin-top: 30px;
}
.top_spcar_section .top_ttl_img2 {
  top: 0;
  width: 100%;
}
.top_spcar_section .top_sub_ttl2 {
  margin-top: 30px;
}
.top_spcar_section .top_sub_ttl p {
  text-align: center;
  font-size: 2.0rem;
  line-height: 2.2rem;
}
.top_spcar_section .top_desc1 p {
  font-size: 1.2rem;
  line-height: 2.0rem;
}
.top_spcar_section .top_desc {
  margin-top: 30px;
}

.page #content.site-content {
    padding-top: 0;
    padding-bottom: 100px;
}
.footer_nav_lists li {
  padding: 0 10px;
}
#hamburger {
  width: auto;
}
.head_zaikobox {
  width: auto;
  margin-top: 22px;
}
.top_hr {
  height: 12px;
}
.modal_navcontent .sitemap_flexbox .sitemap_img {
  width: 160px;
  background-position: right;
}
.sitemap_contante p a {
  color: #F4C952;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.sitemap_img {
    margin-right: 30px;
}
.archive_st_ttlflexox > div {
  width: 100%;
}
.archive_st_ttlflexox{
  flex-wrap: wrap;

}
.archive_st_ttlbox img{
  height: 150px;
}
.stockcar_box {
  width: calc(50% - 5px);
  margin-right: 5px;
}
.stockcar_box:nth-child(2n){
  margin-right: 0;
}
.stockcar_pricebox__price > p {
  font-size: 1.6rem;
  line-height: 2.4em;
}
.stockcar_pricebox__link a {
  padding: 6px 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.stockcar_box {
  margin-top: 60px;
}
.std_2col_boxes{
  flex-wrap: wrap;
}
.std_2col_box{
  width: 100%;
}
.std_2col_box.std_2col_box_img{
  min-height: 300px;
  margin-top: 20px;
}
.sr_g_items {
  width: calc(50% - 10px);
  margin-top: 10px;
}
.sr_pointbox {
  width: calc(50% - 10px);
  margin-top: 40px;
}
.showroom_service h2,.showroom_totalsuport h2{
  font-size: 2.2rem;
  line-height: 3.0rem;
}
.sr_ts_2col p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.sr_ts_2col p {
  margin-top: 20px;
}
.sr_ts_2cols {
  margin-top: 50px;
}
.sr_ts_2col {
  width: calc(100%);
}
.sr_desc {
  margin-top: 40px;
}
.sr_ts_2col_img{
  margin-top: 40px;
  min-height: 420px;
}
.cp_flexbox {
  width: 100%;
}
.recruit_flexbox {
  width: 100%;
  margin-top: 40px;
}

.recruit_flexbox:first-child {
  width: 100%;
  margin-top: 0;
  min-height: 200px;
  background-size: cover;
}
.mgt-m {
  margin-top: 30px;
}

.std_2col_box > h3.mgt-m{
  margin-top: 30px;
}
.recruit_flexbox_ttlbox.recruit_flexbox{
  height: auto;
}
.showroom_service {
  margin-top: 90px;
}
.about_ttlimg {
  margin-bottom: 40px;
}
.archive_st_descbox p{
  margin-top: 40px;
}
.stockcar_img{
  height: 100px;
}
.stockcar_box {
  margin-top: 40px;
}
.stockcar_pricebox {
  margin-top: 5px;
}
.stockcar_lists {
  margin-top: 5px;

}
.stockcars_box {
  margin-top: 0;
}
.stocks_slider {
  max-height: none;
  height: auto;
}
.mySwiper {
  width: 125px;
}
.mySwiper2{
  width: 100%;
  margin-right: 0;
  height: 200px;
}
.stocks_slider {
  flex-wrap: wrap;
}
.mySwiper {
  margin-top: 10px;
  width: 100%;
  height: 70px;
}
.car_name {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 0;
}
.stock_car_price {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.stcok_car_info__heads .stcok_car_info__head{
  width: 30%;
}
.stcok_car_info__heads .stcok_car_info__head:first-child{
  width: 70%;
}
.stock_car_info__card {
  width: calc( 50% - 4px);
  margin-right: 2px;
  margin-bottom: 2px;
}
.stock_car_info__card:nth-child(5n) {
  margin-right: 2px;
}
.stock_car_info__card:nth-child(2n) {
  margin-right: 0;
}
.stock_car_bottom_infobox {
  margin-top: 20px;
  flex-wrap: wrap;
}
.stock_car_detail_infos {
  width: 100%
}
.stock_car_tellbox{
  width: 100%;
  margin-left: 0;
  margin-top: 40px;
}
.stock_car_contact_method{
  display: flex;
}
.stock_car_contact_method > a{
  width: calc(50% - 10px);
  justify-content: space-between;
}
.stock_car_contact_box div:first-child{
  width: 100%;
}
.stock_car_contact_box div:nth-child(2) {
  width: 100%;
  margin-top: 40px;
}
.stock_car_contact_box{
  flex-wrap: wrap;
}
.page_kvwrap {
  height: 270px;
}
:root {
  --swiper-navigation-size: 25px !important;
}
.buyout_section h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.buyout_textbox {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.buyout_textboxes{
  flex-wrap: wrap;
}
.buyout_textboxes{
  margin-top: 0;
}
.buyout_textbox{
  margin-top: 20px;
}
.bnr_sec1{
  margin-top: 30px;
  flex-wrap: wrap;
}
.bnr_sec_img {
  width: 100%;
  margin-top: 20px;
}
.bner_sec2{
  flex-wrap: wrap;
  justify-content: space-between;
}
.bner_sec2 figure{
  width: calc(50% - 10px);
}
p.bner_sec_p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: left !important;
}
.foaf_ttl {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.cs_wrap {
  margin-top: 0;
  flex-wrap: wrap;
}
.cs_wrap > div {
  width: 100%;
}
.cs_tell {
  margin: 0;
  margin-top: 40px;
}
.cs_subbox {
  margin-top: 40px;
}
.cs_subbox + .cs_subbox {
  margin-top: 40px;
}
.cs_box{margin-top: 40px;}

.about_en_sec .std_2col_box {
  width: 100%
}
.about_en_sec .std_2col_box h3 {
  font-size: 2.2rem;
  color: #F4C952;
}
.about_en_sec .about_text {
  font-size: 1.2rem;
  line-height: 2.0rem;
}
.about_en_sec p {
  font-size: 1.2rem;
  line-height: 2.0rem;
}
.sr_pointbox {
  width: 100%;
  margin-top: 40px;
}
.about_en_sec .cp_flexbox {
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 2.0rem;
  background-size: cover;
}
.fotter_logo img {
  max-width: 268px;
}
.navbar{
  flex-wrap: nowrap;
}
.showroom_totalsuport{
  
  margin-top: 90px;
}
    .about_en_sec .cp_flexboxes {
      margin-top: 40px;
  }
  .video_wrapper{
    /* background-image: url(./assets/images/kv_sp.jpg);
    background-size: cover;
    background-position: center; */
  }
  .cs_sec .top_ttl_img2 {
    left: 0;
}
section.sec.top_contact_sec {
  padding-top: 0;
}
.top_contact_opentimebox {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 5px;
}
section.sec.cs_sec {
  padding-top: 0;
}
.news_item > div {
  width: 100%;
  min-height: 235px;
  margin-top: 20px;
}
.new_info_box {
  margin-top: 60px;
  flex-wrap: wrap;
}
.type-tv  .news_ttl {
  font-size: 2.8rem;
  margin-top: 0;
}
.news_info_time {
  font-size: 1.8rem;
  margin-top: 15px;
}
.news_item_tv .news_imgbox {
  width: 100%;
  min-height: 235px;
  margin-top: 20px;
}
.news_link_to_single a{
  margin-top: 0;
}
.cp_flexbox p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.cp_desc {
  font-size: 1.2rem;
  line-height: 2.0rem;
  margin-top: 10px;
  display: block;
  margin-bottom: 40px;
}
.archive_st_ttlbox {
  position: absolute;
  top: -67px;
}
.archive_st_descbox {
  margin-top: 40px;
}
.stockcars_box{
  justify-content: left;
}
.share_sns img {
  width: 40px;
}
.stock_car_tellbox  .top_contact_opentimebox {
  font-size: 1.2rem;
}
.stock_car_contact_method{
  justify-content: space-between;
}
#content.site-content {
  padding-bottom: 40px;
}
.cotact_tell_text {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 2.0rem;
  margin-bottom: 5px;
}
.cs_tell span {
  font-size: 1.6rem;
  line-height: 3rem;
}
img.wp-image-105 {
  max-width: 175px;
}
img.wp-image-271 {
  max-width: 200px;
}
.indent{
  padding-left: 0;
}
.gmap {
  margin-top: 20px;
}
.recruit_ttl{
top: auto;
}
.recruit_flexbox.recruit_flexbox_ttlbox {
  min-height: auto;
}
.font-size-m {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#vol_control{
  /* display: none; */
}
}
.grecaptcha-badge { visibility: hidden; }
