/*＝＝＝＝＝ 下層共通 ＝＝＝＝＝*/
.under-page{
  font-weight: 500;
}
.under-page *{
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit;
  text-decoration: none;
}
.under-page img{
  width: 100%;
  vertical-align: bottom;
}
.under-page .container{
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}
.under-page .mv{
  position: relative;
}
.under-page .mv h2.page-ttl{
  position: absolute;
  left: 0;
  bottom: 7.5%;
  width: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 80px;
  text-align: center;
}
.under-page .mv h2.page-ttl .en{
  display: block;
  line-height: 1;
}
.under-page .mv h2.page-ttl .jp{
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-top: .7em;
}
.under-page .page-text{
  text-align: center;
  font-size: 22px;
  line-height: 2;
}
.under-page .page-text-s{
  font-size: 20px;
  text-align: center;
  line-height: 1.95;
}
@media screen and (max-width: 768px){
  .under-page .mv h2.page-ttl{
    font-size: min(40px, 8.3vw);
    bottom: 11.5%;
  }
  .under-page .mv h2.page-ttl .jp{
    font-size: 10px;
    margin-top: .4em;
  }
  .under-page .page-text{
    font-size: 14px;
    width: 100vw;
  }
  .under-page .page-text-s{
    font-size: 13px;
  }
}


/*＝＝＝＝＝ レンタルページ ＝＝＝＝＝*/
main.rental .rental-car .page-text{
  margin: 55px 0 80px;
}
main.rental .rental-car table{
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
main.rental .rental-car th{
  background: #687fb4;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  padding: .8em 0;
}
main.rental .rental-car th.type{
  width: 13.6%;
}
main.rental .rental-car th.souti_fc-b, main.rental .rental-car th.souti_fc-bk, main.rental .rental-car th.souti_fc-txl2{
  width: 10.7%;
}
main.rental .rental-car th.axl, main.rental .rental-car th.winker, main.rental .rental-car th.grip, main.rental .rental-car th.board, main.rental .rental-car th.hojogu{
  width: calc((100% - 45.7%)/5);
}
main.rental .rental-car th.shiyou{
  width: 86.4%;
}
main.rental .rental-car th.souti{
  border-bottom: 1px solid #fff;
}
main.rental .rental-car th:not(.hojogu):not(.shiyou){
  border-right: 1px solid #fff;
}
main.rental .rental-car td{
  background: #e5e9f2;
  color: #042478;
  font-size: 17px;
  padding: .8em 0;
}
main.rental .rental-car td:not(.hojogu):not(.shiyou){
  border-right: 1px solid #042478;
}
main.rental .rental-car tr:not(.heading):not(:last-of-type) td{
  border-bottom: dotted 1px #042478;
}
main.rental .rental-car .table02{
  margin-top: 14px;
}
main.rental .rental-table p{
  text-align: center;
  font-size: 20px;
  margin: 25px 0 30px;
}
main.rental h3.label{
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  background: #042478;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: .3em 0 .4em;
  text-align: center;
  letter-spacing: .16em;
}
main.rental .car-type {
  margin-top: 95px;
}
main.rental .car-type .type_cont{
  margin-top: 95px;
}
main.rental .car-type h4{
  text-align: center;
  font-weight: 700;
  color: #042478;
  font-size: 35px;
  margin-bottom: 50px;
}
main.rental .car-type h4 span{
  display: block;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
main.rental .car-type .detail{
  display: flex;
  justify-content: space-between;
}
main.rental .car-type .car-main-img{
  width: 52.5%;
}
main.rental .car-type .data{
  width: 40%;
}
main.rental .car-type .box-text{
  text-align: center;
  font-size: 30px;
  letter-spacing: .4em;
  font-weight: 700;
  color: #042478;
  padding-bottom: 2px;
  border-bottom: solid 2px #042478;
  margin-bottom: .7em;
}
main.rental .car-type li{
  font-size: 25px;
  margin-bottom: .25em;
  white-space: nowrap;
}
main.rental .car-type li:before{
  display: inline-block;
  content: "";
   width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #f8b551;
  border-right: 0;
  margin-right: .3em;
  vertical-align: -1px;
}
main.rental .car-type .band{
  background: #e5e9f2;
  padding: 25px 0;
}
main.rental .car-type .container{
  max-width: 948px;
}
main.rental .car-type .img-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.rental .car-type .img-list .img-cont{
  width: 30.8%;
}
main.rental .car-type .img-list .img-cont:nth-of-type(n+4){
  margin-top: 25px;
}
main.rental .for-contact .page-text{
  margin: 95px 0 80px;
}
main.rental .for-contact a{
  display: block;
  font-size: 30px;
  color: #f8b551;
  width: 13em;
  margin: 0 auto 95px;
  text-align: center;
  border: 3px solid #f8b551;
  border-radius: .6em;
  line-height: 1;
  padding: .3em 0 .4em;
  letter-spacing: .05em;
}

.bo_none {
  border-right: none!important;
}
.mb10 {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px){
  main.rental .car-type .detail{
    width: 84%;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px){
  main.rental .rental-car .page-text{
    margin: 54px 0 20px;
  }
  main.rental .rental-car th{
    font-size: 12px;
  }
  main.rental .rental-car td{
    font-size: 11px;
  }
  main.rental .rental-table p{
    font-size: 12px;
    margin: 15px 0 20px;
  }
  main.rental h3.label{
    font-size: 16px;
  }
  main.rental .car-type {
    margin-top: 80px;
  }
  main.rental .car-type .type_cont{
    margin-top: 45px;
  }
  main.rental .car-type h4{
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.rental .car-type h4 span{
    font-size: 12px;
    margin-block-start: .2em;
  }
  main.rental .car-type .box-text{
    font-size: 16px;
  }
  main.rental .car-type li{
    font-size: 12px;
    white-space: wrap;
  }
  main.rental .car-type li:before{
    border-width: 6px 0 6px 4px;
  }
  main.rental .car-type .band{
    padding: 15px 0;
    margin-top: 20px;
  }
  main.rental .car-type .img-list .img-cont:nth-of-type(n+4){
    margin-top: 15px;
  }
  main.rental .for-contact .page-text{
    margin: 30px 0;
  }
  main.rental .for-contact a{
    font-size: 17px;
    margin-bottom: 40px;
  }
  main.rental .rental-car th.shiyou{
    width: 43.4%;
  }
}



/*＝＝＝＝＝ お問い合わせページ ＝＝＝＝＝*/
main.contact .mv{
  height: 262px;
  background: #042478;
  margin-bottom: 90px;
}
main.contact h3.border{
  text-align: center;
  font-size: 33px;
  color: #042478;
  letter-spacing: .18em;
  padding-bottom: 5px;
  border-bottom: solid #042478 6px;
  font-weight: 700;
  position: relative;
}
main.contact h3.border span{
  font-size: 20px;
  font-weight: 400;
  color: #ff0000;
  position: absolute;
  right: 0;
  bottom: 9px;
  letter-spacing: 0;
}
main.contact .page-text-s{
  margin: 50px 0 45px;
}
main.contact .tel_cont .tel-number{
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  margin-bottom: 80px;
}
main.contact .tel_cont .tel-number .icon{
  display: inline-block;
  width: 1.02em;
  margin-right: .28em;
  vertical-align: .06em;
}
main.contact .form_cont .form_wrap{
  text-align: center;
}
main.contact .form_cont .hidden-fields-container{
  opacity: 0!important;
}
main.contact .form_cont table{
  width: 100%;
  text-align: left;
}
main.contact .form_cont th{
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  width: 28%;
  box-sizing: border-box;
  padding-right: .5em;
  vertical-align: top;
  padding-top: 2px;
}
main.contact .form_cont th .required{
  color: #ff0000;
  font-weight: 400;
}
main.contact .form_cont td{
  width: 72%;
  padding-bottom: 25px;
}
main.contact .form_cont td > *{
  display: block;
  width: 88%;
}
main.contact .form_cont td input, main.contact .form_cont td select, main.contact .form_cont textarea{
  display: block;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 0;
  box-shadow: none;
  border: solid 1px #000;
  font-size: initial;
}
main.contact .form_cont td .textarea{
  height: 14.35em;
}
main.contact .form_cont input[type="submit"]{
  background: #f8b551;
  border:none;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1em;
  padding: .4em 1em .5em 2em;
  color: #fff;
  margin: 90px auto 150px;
  cursor: pointer;
}
main.contact .screen-reader-response ul{
  display: none!important;
}
main.contact .screen-reader-response > p, main.contact .wpcf7-not-valid-tip{
  color: #ff0000;
}
@media screen and (max-width: 768px){
  main.contact .mv{
    height: 28vw;
    margin-bottom: 55px;
  }
  main.contact h3.border{
    font-size: 16px;
    border-width: 0 0 3px;
    letter-spacing: .06em;
  }
  main.contact h3.border span{
    font-size: 10px;
    bottom: 6px;
    right: 0;
  }
  main.contact .page-text-s{
    margin: 25px 0 20px;
  }
  main.contact .tel_cont .tel-number{
    font-size: 26px;
    margin-bottom: 65px;
  }
  main.contact .form_cont table{
    width: 90%;
    margin: 0 auto;
  }
  main.contact .form_cont th{
    display: block;
    width: 100%;
    padding: 0 0 5px;
    text-align: left;
    font-size: 14px;
  }
  main.contact .form_cont td{
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
  main.contact .form_cont td > *{
    width: 100%;
    font-size: 14px;
  }
  main.contact .form_cont input[type="submit"]{
    font-size: 16px;
    margin: 50px auto 60px;
  }
}
@media screen and (max-width: 360px){
  main.contact h3.border{
    font-size: 15px;
  }
  main.contact h3.border span{
    right: -2%;
  }
}

/*＝＝＝＝＝ 注文フォームページ ＝＝＝＝＝*/
main.order .mv{
  height: 262px;
  background: #042478;
  margin-bottom: 150px;
}
main.order .lead .cont_box{
  margin-bottom: 50px;
}
main.order .lead .box-ttl{
  font-size: 25px;
  width: 7.88em;
  text-align: center;
  background: #042478;
  color: #fff;
  font-weight: 700;
  padding: .2em 0 .3em;
  margin-bottom: .8em;
}
main.order .lead li{
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
main.order .lead .order-mh li:before{
  display: inline-block;
  content: "";
  width: .6em;
  height: .6em;
  background: #000;
  border-radius: .6em;
  margin-right: .5em;
  vertical-align: middle;
}
main.order .lead p{
  font-size: 20px;
  font-weight: 400;
}
main.order .form_cont .hidden-fields-container{
  opacity: 0!important;
}
main.order .border{
  text-align: right;
  color: #ff0000;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: .5em;
  border-bottom: solid #000 2px;
}
main.order .form_wrap{
  text-align: center;
}
main.order .form_wrap table{
  border-collapse: collapse;
   width: 100%;
  text-align: left;
}
main.order .form_wrap tr.row th, main.order .form_wrap tr.row td{
  padding: 50px 0;
  border-bottom: solid #000 2px;
}
main.order .form_wrap tr.row th{
  width: 21%;
}
main.order .form_wrap tr.row td{
  width: 79%;
}
main.order .form_wrap tr td > *{
  padding-right: 25px;
}
main.order .form_wrap tr:not(.row) th{
  width: 100%;
  padding: 25px 0 20px;
}
main.order .form_wrap tr:not(.row) td{
  padding-bottom: 25px;
   border-bottom: solid #000 2px;
   width: 100%;
}
main.order .form_wrap th{
  font-size: 20px;
  font-weight: 400;
  box-sizing: border-box;
  vertical-align: top;
}
main.order .form_cont th .required{
  color: #ff0000;
  font-weight: 400;
}
main.order .form_cont td input, main.order .form_cont td select, main.order .form_cont textarea{
  display: block;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 0;
  box-shadow: none;
  border: solid 1px #000;
  font-size: initial;
}
main.order .form_cont td select{
  width: 50%;
}
main.order .form_cont .free td input{
  width: 50%;
  border-width: 0 0 1px 0;
}
main.order .form_cont input[type="submit"]{
  background: #f8b551;
  border:none;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1em;
  padding: .4em 1em .5em 2em;
  color: #fff;
  margin: 90px auto 150px;
  cursor: pointer;
}
main.order .form_cont td label{
  display: block;
  font-size: 20px;
  font-weight: 400;
}
main.order .form_cont td label input{
  width: 1.5em;
  height: 1.5em;
  border-radius: 1.5em;
  display: inline-block;
  margin-right: .4em;
  vertical-align: -.2em;
}
main.order .form_cont td label:first-of-type{
  margin-bottom: .8em;
}
@media screen and (max-width: 768px){
  main.order .mv{
    height: 28vw;
    margin-bottom: 35px;
  }
  main.order .lead .cont_box{
    margin-bottom: 30px;
  }
  main.order .lead .box-ttl{
    font-size: 14px;
  }
  main.order .lead li, main.order .lead p{
    font-size: 12px;
  }
  main.order .border{
    font-size: 14px;
  }
  main.order .form_wrap tr:not(.row) th{
    padding: 15px 0 10px;
  }
  main.order .form_wrap tr:not(.row) td{
    padding-bottom: 15px;
  }
  main.order .form_wrap tr.row th, main.order .form_wrap tr.row td{
    display: block;
    width: 100%;
  }
  main.order .form_wrap tr.row th{
    border-bottom: none;
    padding: 15px 0 10px;
  }
  main.order .form_wrap tr.row td{
    padding: 0 0 15px;
  }
  main.order .form_wrap th{
    font-size: 14px;
  }
  main.order .form_wrap td{
    font-size: 14px;
  }
  main.order .form_cont td input, main.order .form_cont td select, main.order .form_cont textarea, main.order .form_cont td label{
    font-size: 14px;
  }
  main.order .form_cont td select, main.order .form_cont .free td input{
    width: 100%;
  }
  main.order .form_wrap tr td > *{
    padding-right: 0;
  }
  main.order .form_cont input[type="submit"]{
    font-size: 16px;
    margin: 50px auto 60px;
  }
}

/*＝＝＝＝＝ お知らせ一覧ページ ＝＝＝＝＝*/
main.news-page .mv{
  height: 262px;
  background: #042478;
}
main.news-page .news-list_wrap{
  width: 90%;
  max-width: 860px;
  margin: 168px auto 150px;
  border-top: 2px solid #000;
}
main.news-page .news-list_cont{
  border-bottom: 2px solid #000;
  padding: 50px 0;
}
main.news-page .news-list .cat-label{
  font-size: 25px;
  font-weight: 700;
  width: 7.88em;
  text-align: center;
  line-height: 1;
  padding: .3em 0 .4em;
  color: #fff;
  margin-bottom: 24px;
}
main.news-page .news-list .cat-label.info{
  background: #f8b551;
}
main.news-page .news-list .cat-label.record{
  background: #042478;
}
main.news-page .news-list .data_cont{
  display: flex;
  justify-content: space-between;
}
main.news-page .news-list .thumbnail{
  width: 46%;
  height: 250px;
}
main.news-page .news-list .thumbnail img{
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
main.news-page .news-list .text_cont{
  width: 50%;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
main.news-page .news-list .text_box{
  width: 100%;
}
main.news-page .news-list .date{
  font-size: 25px;
  margin-bottom: .3em;
}
main.news-page .news-list .post-ttl{
  font-size: 25px;
}
main.news-page .news-list .link{
  font-size: 20px;
  width: 8.55em;
  margin: 0 0 0 auto;
}
main.news-page .news-list .link a{
  display: block;
  text-align: center;
  padding: .25em 0 .3em;
  border: 1px solid #000;
}
main.news-page .news-list .link a:before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: .45em solid transparent;
  border-bottom: .45em solid transparent;
  border-left: .8em solid #000;
  border-right: 0;
  margin-right: .25em;
}
@media screen and (max-width: 768px){
  main.news-page .mv{
    height: 28vw;
  }
 main.news-page .news-list_wrap{
  margin: 50px auto;
 }
 main.news-page .news-list_cont{
  padding: 25px 0;
 }
 main.news-page .news-list .cat-label{
  font-size: 14px;
  margin-bottom: 12px;
 }
 main.news-page .news-list .thumbnail, main.news-page .news-list .thumbnail img{
  height: 26vw;
 }
 main.news-page .news-list .date{
  font-size: 14px;
  margin-bottom: .1em;
 }
 main.news-page .news-list .post-ttl{
  font-size: 14px;
  line-height: 1.3;
 }
 main.news-page .news-list .link{
  font-size: 12px;
 }
}


/*＝＝＝＝＝ お知らせ詳細ページ ＝＝＝＝＝*/
main.post-page .mv{
  height: 262px;
  background: #042478;
}
main.post-page .post{
  width: 90%;
  max-width: 860px;
  margin: 110px auto 85px;
}
main.post-page h3{
  font-size: 29px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  line-height: 1.4;
}
main.post-page .data{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
main.post-page .date{
  font-size: 25px;
  font-weight: 700;
}
main.post-page .cat-label{
  font-size: 25px;
  font-weight: 700;
  width: 7.88em;
  text-align: center;
  line-height: 1;
  padding: .3em 0 .4em;
  color: #fff;
}
main.post-page .cat-label.info{
  background: #f8b551;
}
main.post-page .cat-label.record{
  background: #042478;
}
main.post-page .link{
  font-size: 23px;
  width: 12.17em;
  margin: 90px auto 0;
}
main.post-page .post-cont{
  line-height: 1.5;
}
main.post-page .link a{
  display: block;
  text-align: center;
  padding: .25em 0 .3em;
  border: 1px solid #000;
}
main.post-page .link a:after{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: .45em solid transparent;
  border-bottom: .45em solid transparent;
  border-left: .8em solid #000;
  border-right: 0;
  margin-left: .1em;
  vertical-align: -.05em;
}
@media screen and (max-width: 768px){
  main.post-page .mv{
    height: 28vw;
  }
  main.post-page .post{
    margin: 35px auto 60px;
  }
  main.post-page h3{
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  main.post-page .date{
    font-size: 14px;
  }
  main.post-page .cat-label{
    font-size: 14px;
  }
  main.post-page .link{
    font-size: 14px;
    margin-top: 45px;
  }
}
