

/* **********************************
 *  フッター
 * ********************************* */
footer .container{
  max-width: 1020px;
  width: 100%;
}
footer .hdr2 {
  background: #d3e6f4;
  padding-top: 5px;
  padding-bottom: 0;
  border-top: 10px solid #448aca;
}
footer .gnav > ul > li.current-menu-item > a:after, 
footer .gnav > ul > li:hover > a:after {
  background: #0000cd;
  bottom: calc(100% + 5px);
  top: inherit;
  left: 0;
}
footer .gnav > ul > li > a{
  margin-bottom: 5px;
}
footer .gnav .children, 
footer .gnav .sub-menu{
  top: calc(100%);
}
footer .ftr2{
  padding-bottom: 10px;
}
footer .ftr2 .info{
  width: 50%;
}
footer .ftr2 .insta{
  width: 50%;
}
footer .ftr2 .large{
  font-size: 18px;
  margin: 10px 0 24px;
}
footer .ftr2 p{
  line-height: 1.5;
}
footer .ftr2 .small{
  font-size: 14px;
  margin: 20px 0 0;
}
footer .ftr2 .btn{
  width: 266px;
  font-size: 14px;
  padding: 3px;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  background: #0000cd;
}
footer .ftr2 .btn a{
  padding: 8px 0;
  display: block;
  border: 1px solid #fff;
  font-weight: bold;  
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .ftr2 .insta .i_ttl{
  margin-bottom: 10px;
  border-bottom: 1px solid #0000cd;
}

footer .copy{
  font-size: 14px;
  padding: 12px 0;
  background: #e5e5e5;
}

/* アクセス */
.access_box .pg_ttl{
  padding: 20px 0;
  background: url(/img/footer/access_ttl.svg) no-repeat;
  background-position: center;
}
.access_box > .bg{
  padding: 50px 0;
  background: url(/img/footer/ftr_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.access_box .listbox{  
  justify-content: space-around;
}
.access_box .item{
  max-width: 365px;
  padding: 12px 5px;
  background: rgba(255,255,255,0.85);
}
.access_box .item h3{
  font-size: 16px;
  margin-bottom: 15px;
  color: #0000cd;
  font-weight: bold;
}
.access_box .item .right{
  margin: 10px 0;
  text-align: right;
}
.access_box .item .right a{
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #0000cd;
  background: #fff;
  color: #0000cd;
  display: inline-block;
  font-weight: bold;
}
.access_box .item .info{
  padding: 0 10px;
}

/* **********************************
 *  下層
 * ********************************* */
.common .pg_ttl{
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

/* **********************************
 *  中古車買取
 * ********************************* */
.pg_slug_kaitori .container{
  max-width: 1020px;
  width: 100%;
}

/* 共通メニュー */
.car_menu{
  margin-bottom: 80px;
  background: url(/img/kaitori/dot.png) repeat-x;
  background-position: center 98%;
}
.car_menu ul{
  padding: 20px 0 0;
  border-top: 1px solid #bfbfbf;
}
.car_menu li{
  width: 270px;
  padding-bottom: 20px;
}
.car_menu li.active{
  border-bottom: 7px solid #448aca;
}
.car_menu li a{
  padding: 10px;
  display: block;
  text-align: center;
  border: 1px solid #c9c9c9;
  position: relative;
}
.car_menu li a:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #0000cd transparent;
  display: block;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.car_menu li a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.car_menu li .large{
  font-size: 24px;
  font-weight: bold;
}
.car_menu li .small{
  font-size: 14px;
}

.pg_slug_kaitori .reason .catch{
  margin: 0 0 30px; 
}
.pg_slug_kaitori .reason ul{
  margin: 50px 0;
  background: url(/img/kaitori/img1.jpg) no-repeat;
  background-position: -2% bottom;
}
.pg_slug_kaitori .reason li{
  max-width: 645px;
  margin-bottom: 30px;
  margin-left: auto;
}
.pg_slug_kaitori .reason li h4{
  font-size: 30px;
  margin-bottom: 15px;
}
.pg_slug_kaitori .reason li h4 i{
  margin-right: 20px;
  display: inline-block;
  vertical-align: text-bottom;
}
.pg_slug_kaitori .reason li p{
  padding-left: 20px;
}

.section{
  margin-bottom: 0;
}
.fukidashi_ttl{
  font-size: 28px;
  padding: 10px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #0000cd;
  position: relative;
}
.fukidashi_ttl:after{
  content: url(/img/kaitori/fukidashi.png);
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -39px;
}

.car_accept{
  margin-bottom: 50px;
}
.car_accept .img{
  width: 40%;
}
.car_accept .txt{
  width: 60%;
  padding-left: 40px;
}
.car_accept .txt .large{
  font-size: 18px;
  margin-bottom: 10px;
}
.car_accept .txt .tel{
  margin: 20px 0;
}

.pg_slug_kaitori .form .bg{
  padding: 20px;
  background: #eeeeee;
  border-radius: 5px;
  text-align: center;
}
.pg_slug_kaitori .form .bg p{
  text-align: left;
  display: inline-block;
}
.pg_slug_kaitori .form .s_ttl{
  margin: 50px 0 30px;
  border-bottom: 1px solid #bfbfbf;
}
.pg_slug_kaitori .form .s_ttl span{
  font-size: 20px;
  padding: 5px 25px;
  margin-bottom: 10px;
  border-left: 5px solid #002e73;
  display: block;
}
.pg_slug_kaitori .form dl{
  border-right: 1px solid #bfbfbf;
  display: flex;
}
.pg_slug_kaitori .form dt,
.pg_slug_kaitori .form dd{
  min-height: 48px;
  font-size: 14px;
  padding: 0 15px;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pg_slug_kaitori .form dt{  
  width: 15%;
  padding: 12px 0;
  background: #eeeeee;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.pg_slug_kaitori .form dt span{
  font-size: 10px;
  padding: 0 5px;
  font-weight: normal;
  border-radius: 5px;
  background: #e30014;
  color: #fff;
  position: absolute;
  right: 6px;
}
.pg_slug_kaitori .form dd{
  width: 85%;
}
.pg_slug_kaitori .form dd input{
  width: 310px;
  height: 32px;
  padding: 5px 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
.pg_slug_kaitori .form dd .state input,
.pg_slug_kaitori .form dd .trouble input,
.pg_slug_kaitori .form dd .distance input,
.pg_slug_kaitori .form dd .checkdate input,
.pg_slug_kaitori .form dd .gas input,
.pg_slug_kaitori .form dd .handle input{
  width: 180px;
  margin-right: 10px;
}
.pg_slug_kaitori .form dd .option{
  width: 100%;
  margin: 8px 0;
}
.pg_slug_kaitori .form textarea{
  width: 100%;
  height: 163px;
  padding: 5px 10px;  
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
.pg_slug_kaitori .form .flex dl{
  width: 50%;
}
.pg_slug_kaitori .form .flex > dl:nth-child(1),
.pg_slug_kaitori .form .flex > dl:nth-child(2){  
  border-top: 1px solid #bfbfbf;
}
.pg_slug_kaitori .form .flex dt{  
  width: 30%;
}
.pg_slug_kaitori .form .flex > dl:nth-child(2n) dt{
  border-left: 0;
}
.pg_slug_kaitori .form .flex dd{  
  width: 70%;
  padding: 0 0 0 15px;
}
.form .container > .center{
  margin: 40px 0;
  text-align: center;
}
.form .small{
  font-size: 14px;
}
.form .small a{
  color: #073ebb;
  text-decoration: underline;
}
.form .center{
  margin: 40px 0;
  text-align: center;
}
.contact_form_btns {
  padding: 0;
}
.contact_form_btns input[type="submit"]{
  max-width: 470px;
  width: 100%;
  font-size: 18px;
  background: #313131;
  color: #FFF;
  border: 0;
  padding: 20px;
  margin: 0 10px;
  text-indent: 3em;
}
.contact_form_btns input.wpcf7-back {
  max-width: 470px;
  width: 100%;
  font-size: 18px;
  background: #CCC;
  padding: 20px;
  margin: 0 10px;
  text-indent: -2em;
}

/* **********************************
 *  中古車販売
 * ********************************* */
.stock_items .item .img{
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  display: block;
}
.stock_items .item .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stock_items .item .txt_ellipsis{
  position: relative;
}
.stock_items .item .txt_ellipsis:after{
  width: 150px;
  height: 1px;
  background: #383838;
  margin: 8px auto;
  content: "";
  display: block;
}
.stock_items .item {
  margin-bottom: 50px;
}

/* **********************************
 *  新車販売
 * ********************************* */
.newcar_point .catch{
  margin-bottom: 50px;
  text-align: center;
}
.newcar_point .img{
  margin-bottom: 50px;
}
.newcar_point .list li{
  margin-bottom: 20px;
}
.newcar_point .list li h4{
  font-size: 30px;
  margin-bottom: 15px;
}
.newcar_point .list li h4 i{
  margin-right: 30px;
}

/* **********************************
 *  お知らせ
 * ********************************* */
.news.post_list{
  margin-bottom: 180px;
}
.news.post_list .item{
  padding: 0;
  margin-bottom: 40px;
  display: block;
  border-bottom: 10px solid #e5e5e5;
  border-top: 0;
}
.news.post_list .item .flex{
  margin-bottom: 20px;
}
.news.post_list .item .date{
  width: 20%;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #383838;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news.post_list .item .title {
  width: 78%;
  padding: 10px;
  border-bottom: 1px dotted #383838;
}
.news.post_list .item .content{
  min-height: 200px;
  padding-bottom: 40px;
}
.news.post_list .item .content:after{
  content: "";
  display: block;
  clear: both;
  float: none;
}

/* **********************************
 *  404
 * ********************************* */
.golink{
  margin: 80px 0;
}
.golink a{
  max-width: 400px;
  font-size: 18px;
  padding: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #448aca;
  color: #fff;
}
.golink a:hover{
  text-decoration: none;
  opacity: 0.7;
}

.center{
  text-align: center;
}

/* **********************************
 *  個人情報保護方針
 * ********************************* */
.privacy_content{
  padding: 30px;
  margin-bottom: 180px;
  box-shadow: 0 0 5px 0 #6b6b6b;
}
.privacy_content dl{
  margin-top: 30px;
}
.privacy_content dt{
  font-weight: bold;
}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.contact_form2{
  margin-bottom: 180px;
}
.contact_form2 .form table{
  width: 100%;
  margin-bottom: 50px;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}
.contact_form2 .form th,
.contact_form2 .form td{
  height: 60px;
  padding: 10px 15px;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.contact_form2 .form th{  
  width: 25%;
  padding: 17px 0 17px 80px;
  background: #eeeeee;
  justify-content: center;
  font-weight: bold;
  text-align: left;
  position: relative;
  vertical-align: top;
}
.contact_form2 .form th span{
  font-size: 10px;
  padding: 0 5px;
  margin-top: 4px;
  font-weight: normal;
  border-radius: 5px;
  background: #e30014;
  color: #fff;
  position: absolute;
  right: 6px;
}
.contact_form2 .form td{
  width: 75%;
}
.contact_form2 .form td input{
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
.contact_form2 .form td .your-name input,
.contact_form2 .form td .tel input,
.contact_form2 .form td .your-email input{
  max-width: 450px;
}
.contact_form2 .form td .todouhuken select{
  max-width: 225px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background: url(/img/contact/triangle.svg) no-repeat #fff;
  background-position: 95% center;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  -webkit-appearance: initial;
}
.contact_form2 .form td textarea{
  width: 100%;
  height: 248px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
}
.contact_form2 .form .center .bold span{
  font-size: 10px;
  padding: 0 5px;
  margin-left: 10px;
  font-weight: normal;
  border-radius: 5px;
  background: #e30014;
  color: #fff;
  display: inline-block;
  vertical-align: text-top;
}
.contact_form2 .form .center .bold{
  margin-right: 40px;
  display: inline-block;
}
