/*------------------------------------------------
common
------------------------------------------------*/
/*width: 100%;*/
#detail .detail_data,
#detail .detail_data h2,
.detail_a .detail_head,
.detail_a .detail_head dl dt,
.detail_a .detail_head dl dd,
.detail_a .detail_img,
.detail_b .d_price dl,
.detail_b .d_price dl dt,
.detail_b .d_price dl dd,
.detail_b .d_price a,
.detail_b .d_contacts p,
.detail_b .d_contacts ul li a,
.detail_c,
.detail_c .main_body,
.detail_c .sub_body,
.detail_c h3,
.detail_c .youtube_view .iframe,
#detail_recommend,
#detail_recommend h4,
#detail_recommend dl dt,
#detail_recommend dl dd,
#detail_recommend dl dd img,
#detail_recommend dl .d_reco_btn a,
#price_detail,
#price_detail h4,
#price_detail dl,
#price_detail dl dt{
  width: 100%;
}

/*display: flex; / flex-wrap: wrap;*/
#detail h2,
#detail .detail_data,
.detail_a,
.detail_a .detail_head,
.detail_a .detail_head dl,
.detail_a .detail_head dl dt,
.detail_a .detail_head dl dd,
.detail_b .d_price dl,
.detail_b .d_price dl dt,
.detail_b .d_price dl dd,
.detail_b .d_price dl dt p,
.detail_b .d_price dl dd p,
.detail_b .d_price ul,
.detail_b .d_price ul li,
.detail_b .d_price a,
.detail_b .d_contacts p,
.detail_b .d_contacts ul,
.detail_b .d_contacts ul li,
.detail_b .d_contacts ul li a,
.detail_c,
.detail_c dl,
.detail_c dl dt,
.detail_c dd,
#detail_recommend,
#detail_recommend dl,
#detail_recommend dl dt,
#detail_recommend dl dd,
#detail_recommend dl .d_reco_btn a{
  display:flex;
  flex-wrap: wrap;
}

/*align-items: center*/
#detail h2,
.detail_a .detail_head dl,
.detail_a .detail_head dl dt,
.detail_a .detail_head dl dd,
.detail_b .d_price a,
.detail_b .d_contacts .d_free_call,
.detail_b .d_contacts ul li a,
.detail_c dl dt,
#detail_recommend dl dt,
#detail_recommend dl dd,
#caution{
  align-items: center;
}

/*align-items: flex-start*/
#detail .detail_data,
.detail_c{
  align-items: flex-start;
}

/*align-items: flex-end*/
.detail_b .d_price dt p,
.detail_b .d_price dl .d_b_t_op,
.detail_b .d_price dl .d_b_price_op{
  align-items: flex-end;
}

/*justify-content: center*/
.detail_a .detail_head dl,
.detail_a .detail_head dl dt,
.detail_a .detail_head dl dd,
.detail_b .d_price a,
.detail_b .d_contacts .d_free_call,
.detail_b .d_contacts ul li a,
.detail_c dl dt,
#detail_recommend dl dt,
#detail_recommend dl dd,
#detail_recommend dl .d_reco_btn a{
  justify-content: center;
}


/*justify-content: flex-start*/
#detail h2,
#detail_recommend{
  justify-content: flex-start;
}

/*justify-content: flex-end*/
.detail_data .detail_b,
.detail_b .d_price dl .d_b_price_a,
.detail_b .d_price dl .d_b_price_op,
.detail_b .d_price dl .d_b_price_b,
.detail_b .d_price dl .d_b_price_c{
  justify-content: flex-end;
}

/*justify-content: space-between*/
.detail_b .d_contacts ul{
  justify-content: space-between;
}

/*h*/

.detail_data .detail_b h3,
.detail_data .detail_c h3{
  text-indent: 1em;
}

.detail_data .detail_b h3 span,
.detail_data .detail_c h3 span{
  font-size: 12px;
  margin-left: 10px;
}


/*magin: 0 auto;*/
#detail{
  margin: 0px auto;
}

/*padding: 5px 0;*/
.detail_a .detail_head dl dt,
.detail_b div h3,
.detail_b .d_contacts ul li a,
.detail_c div h3,
.detail_c .main_body dt,
.detail_c .main_body dd,
.detail_c .sub_body dt,
.detail_c .sub_body dd{
  padding: 5px 0;
}


/*padding: 10px*/
.detail_a .detail_head dl dd,
.detail_b .d_b_data,
.detail_b .d_contacts .d_free_call{
  padding: 10px;
}

/*font*/
.detail_a .detail_head dl dt,
.detail_a .detail_head dl dd,
.detail_a .detail_head dl dd span,
.detail_b div h3,
.detail_c div h3{
  font-size: 18px;
}

.detail_a .detail_head dl dt,
.detail_a .detail_head dl dd,
.detail_a .detail_head dl dd span,
.detail_b div h3,
.detail_b .d_price dt p,
.detail_b .d_price dl dd .d_b_price_op span,
.detail_b .d_contacts p span,
.detail_b .d_contacts .d_free_call{
  font-weight: bold;
}

/*border*/
.detail_a .detail_head dl,
.detail_b .d_price,
.detail_b .d_contacts,
.detail_b .d_sales_point{
  border: 1px solid #1C2045;
}

.detail_b .d_price a,
.detail_b .d_contacts ul .addFavorite,
.detail_b .d_contacts ul .print a{
  border: 1px solid #9f9fa0;
}

.detail_b .d_contacts ul .print a:hover{
  border: 1px solid #036eb8;
}

.detail_b .d_contacts ul .addFavorite:hover{
  border: 1px solid #f8b62c;
}

/*background*/
.detail_a .detail_head .d_h dt,
.detail_b div h3,
.detail_c div h3{
  background: #1C2045;
}

.detail_a .detail_head .used_review dt,
.detail_b .d_contacts ul .addFavorite:hover{
  background: #F39700;
}

.detail_b .d_contacts ul .addFavorite_b{
  background: #e73828;
}

.detail_b .d_contacts ul .d_con_btn:hover{
  background: #172a88;
}

.detail_b .d_contacts ul .d_con_btn,
.detail_b .d_contacts ul .print a:hover,
#price_detail h4{
  background: #036eb8;
}

#detail_recommend dl dt{
  background: #182447;
}

#price_detail{
  background: #edf9fc;
}

/*color*/
.detail_a .detail_head .d_h dt,
.detail_b div h3,
.detail_b .d_contacts ul .d_con_btn a,
.detail_b .d_contacts ul .print a:hover,
.detail_b .d_contacts ul .addFavorite:hover,
.detail_b .d_contacts ul .addFavorite_b,
.detail_c div h3,
#detail_recommend dl dt,
#price_detail h4{
  color: #fff;
}

.detail_b .d_price dl dt,
.detail_b .d_price dl dd .d_b_t_op,
.detail_b .d_price dl dd .d_b_price_op{
  color: #000;
}

.detail_a .detail_head dl dd span,
.detail_b .d_price dl dt .d_b_price_a,
.detail_b .d_price dl dt .d_b_price_c,
.detail_b .d_price dl dd .d_b_price_op span,
.detail_b .d_contacts p span{
  color: #C30D22;
}

.detail_b .d_price dl dd p,
.detail_b .d_contacts .d_free_call{
  color: #172a88;
}

.detail_b .d_price a,
.detail_b .d_contacts ul .addFavorite,
.detail_b .d_contacts ul .print a{
  color: #9f9fa0;
}

/*-----------------------------------------------
detail
------------------------------------------------*/
#detail{
  width: 1000px;
}

#detail h2{
  padding: 30px 0px;
  font-size: 26px;
}



/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #detail{
    width: 95%;
    padding: 0%;
  }

  #detail h2{
    line-height: normal;
    font-size: 18px;
    padding: 10px 0px;
  }
}
/*-----sp_cording_end-----*/


/*-----------------------------------------------
fix-menu
------------------------------------------------*/
/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .fix-menu{
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }

  .fix-menu ul{
    width: 100%;
    display: flex;
  }

  .fix-menu ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    
  }

  .fix-menu ul .popup_a{
    width: 15%;
    height: 100%;
    background: #182447;
    text-align: center;
    
  }

  .fix-menu ul .popup_a a,
  .fix-menu ul .popup_a a p{
    width: 100%;
    height: 60px;
    font-size: 34px;
    line-height: 60px;
  }


  .fix-menu ul .popup_b{
    width: 45%;
    line-height: 60px;
    background: #EA5404;
    text-align: center;
  }

  .fix-menu ul .popup_b a{
    font-size: 22px;
  }

  .fix-menu ul .popup_b img{
    height: 30px;
    margin-right: 5px;
  }

  .fix-menu ul .popup_c{
    width: 40%;
    line-height: 60px;
    text-align: center;
    background: #036eb8;
  }

  .is-fixed {
    display: none!important;
  }
}

/*-----sp_cording_end-----*/


/*-----------------------------------------------
detail_data_a
------------------------------------------------*/
.detail_data .detail_a{
  width: 65%;
}

.detail_a .detail_head{
  margin-bottom: 16px;
  }

.detail_a .detail_head .d_h{
  width: 40%;
}

.detail_a .detail_head .used_review{
  width: 20%;
}

.detail_a .detail_img{
  height: auto;
}


/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .detail_data .detail_a{
    width: 100%;
  }
}
  
/*-----sp_cording_end-----*/



/*-----------------------------------------------
detail_b
------------------------------------------------*/

.detail_data .detail_b{
  width: 33%;
  margin-left: 2%;
}

/*.d_price */
.detail_b .d_price dl .d_b_price_a{
  width: 55%;
  font-size: 28px;
  line-height: 33px;
}

.detail_b .d_price a{
  margin-top: 10px;
  padding: 5px 0;
  border-radius: 5px;
}

.detail_b .d_price dl a:hover{
  border: 1px solid #b2dff6;
  background: #b2dff6;
  color: #fff;
  border-radius: 5px;
}


.detail_b .d_price dl dt{
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dcdcdd;
}

.detail_b .d_price dl .d_b_price_op,
.detail_b .d_price dl .d_b_price_b{
  width: 70%;
}

.detail_b .d_price dl dd .d_b_price_op span{
  font-size: 18px;
  line-height: 20px;
}

.detail_b .d_price dl .d_b_t_op,
.detail_b .d_price dl .d_b_t{
  width: 30%;
}

.detail_b .d_price dl dt .d_b_y{
  width: 15%;
}

.detail_b .d_price dl dd .d_b_y{
  width: 10%;
}

.detail_b .d_price dl dt .d_b_t,
.detail_b .d_price dl dt .d_b_y{
  font-size: 20px;
}

.detail_b .d_price dl .d_b_price_c{
  width: 65%;
  font-size: 28px;
  line-height: 33px;
}

/*.d_contacts */
.detail_b .d_contacts .d_free_call{
  font-size: 28px;
  height: auto;
}

.detail_b .d_contacts .d_free_call img{
  margin-right: 10px;
}

.detail_b .d_contacts ul li{
  width: 48%;
}

.detail_b .d_contacts ul .d_con_btn{
  border-top-left-radius: 15px 50%;
  border-top-right-radius: 15px 50%;
  border-bottom-left-radius: 15px 50%;
  border-bottom-right-radius: 15px 50%;
}

.detail_b .d_contacts ul .d_other_btn{
  margin-top: 10px;
}

.detail_b .d_contacts ul .d_other_btn a{
  height: 100%;
}

.detail_b  .d_sales_point{
  font-size: 14px;
  height: 295px;
}

.detail_b  .d_sales_point .d_b_data{
  overflow: auto;
  height: 244px;
}

.detail_b  .d_sales_point li{
  width: 100%;
}


/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .detail_data .detail_b{
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .detail_b .d_contacts .d_free_call{
    font-size: 32px;
  }

  .detail_b .d_contacts ul .d_con_btn{
    border-top-left-radius: 30px 50%;
    border-top-right-radius: 30px 50%;
    border-bottom-left-radius: 30px 50%;
    border-bottom-right-radius: 30px 50%;
  }

  .detail_b .d_price a,
  .detail_b .d_contacts ul li a{
    padding: 20px 0;
  }

}

/*-----sp_cording_end-----*/


/*-----------------------------------------------
detail_c
------------------------------------------------*/

/*.main_body */
.detail_c .main_body,
.detail_c .sub_body,
.detail_c .staff_comment,
.detail_c .youtube_view{
  margin-top: 20px;
}

.detail_c .main_body dt,
.detail_c .sub_body dt{
  background: #dcdcdd;
}

.detail_c .main_body dt,
.detail_c .sub_body dt{
  width: 20%;
}

.detail_c .main_body dd,
.detail_c .sub_body dd{
  text-indent: 1em;
  width: 30%;
}

.detail_c .staff_comment,
.detail_c .youtube_view{
  width: 50%;
}

.detail_c .youtube_view iframe{
    width: 100%;
    height: 375px;
}

.detail_c .staff_comment dt{
  width: 20%;
  padding: 5px 0;
}

.detail_c .staff_comment dd{
  width: 80%;
  padding: 5px;
}

.detail_c .main_body dt,
.detail_c .main_body dd,
.detail_c .sub_body dt,
.detail_c .sub_body dd,
.detail_c .staff_comment dt,
.detail_c .youtube_view dt,
.detail_c .staff_comment dd,
.detail_c .youtube_view dd{
  border-bottom: 1px solid #9f9fa0;
}

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .detail_c .main_body dt,
  .detail_c .sub_body dt{
    width: 40%;
  }
  
  .detail_c .main_body dd,
  .detail_c .sub_body dd{
    text-indent: 1em;
    width: 60%;
  }

  .detail_c .staff_comment,
  .detail_c .youtube_view{
    width: 100%;
  }

  .detail_c .youtube_view iframe{
    height: 275px;
}

}

/*-----------------------------------------------
d_staff_comment
------------------------------------------------*/
.vehicle_data_c{
  width: 49.5%;
  overflow: hidden;
  text-align: left;
  padding-bottom: 50px; 
  float: left;
}

.d_staff_comment{
  height: 100px;
}

.d_staff_comment,
.d_staff_comment dt,
.d_staff_comment dd{
  height: 81px;
}

.d_staff_comment dt{
  width: 14%;
  float: left;
  background: none;
}

.d_staff_comment dt img{
  width: auto;
  height: 100%;
  padding: 5px 0;
}

.d_staff_comment dd{
  width: 86%;
  float: right;
  line-height: 20px;
  padding: 10px 0;
}


/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .vehicle_data_c{
    width: 100%;
  }

  .d_staff_comment dt{
    width: 25%;
  }

  .d_staff_comment dd{
    width: 75%;
  }
}

/*-----sp_cording_end-----*/

/*-----------------------------------------------
d_youtube
------------------------------------------------*/
.vehicle_data_d{
  width: 49.5%;
  overflow: hidden;
  text-align: left;
  float: right;
}


/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .vehicle_data_d{
    width: 100%;
    padding-bottom: 50px; 
  }

  .d_youtube iframe{
    height: 220px;
  }

  .d_youtube dt{
    width: 25%;
  }

  .d_youtube dd{
    width: 75%;
  }

}

/*-----sp_cording_end-----*/



/*-----------------------------------------------
detail_recommend(おすすめ車両)
------------------------------------------------*/

#detail_recommend{
  margin-top: 40px;
}

#detail_recommend h4{
  padding: 10px 0px;
  text-align: left;
}

#detail_recommend dl{
  width: 24%;
  margin: 0 0.5%;
}


#detail_recommend dl dt,
#detail_recommend dl :nth-child(3),
#detail_recommend dl :nth-child(4),
#detail_recommend dl :nth-child(5){
  padding: 5px 0;
}

#detail_recommend dl dd{
  border-bottom: 1px solid #dcdcdd;
}

#detail_recommend dl .d_reco_btn a{
  border: 1px solid #F39700;
  float: left;
  color: #F39700;
  padding: 5px 0;
}



#detail_recommend dl .d_reco_btn a:hover{
  background: #E86612;
  color: #fff;
}



/*-----sp_cording-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  #detail_recommend dl{
    width: 49%;
    margin-top: 20px;
  }

  #detail_recommend dl .d_reco_btn a{
    padding: 20px 0;
  }
  
}

/*-----sp_cording_end-----*/


/*-----------------------------------------------
price_detail
------------------------------------------------*/
#price_detail{
  margin-top: 40px;
}

#price_detail h4{
  padding: 5px 10px;
}

#price_detail dl{
  padding: 20px 20px 0px;
}

#price_detail dl dt{
  padding: 10px 0 5px;
  font-weight: bold;
}


#price_detail dl dd{
  width: 94%;
  padding-bottom: 20px;
  margin: 0 auto;
}



/*-----------------------------------------------
caution(注意)
------------------------------------------------*/
 #caution{
  margin-top: 40px;
  height: auto;
  padding: 26px;
  border: 3px solid #C30D22;
}

#caution li{
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
}

#caution li span{
  color: #C30D22;
}

#caution li span{
  color: #C30D22;
}
