@charset "utf-8";

@media screen and (max-width: 1060px) {

}

@media screen and (min-width: 769px) {
  .only_pc {
    display: block;
  }

  .only_sp {
    display: none;
  }

  /*------------------------------------------------------------------------------------------
*
*
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
  #main_visual {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
    background-color: #f6f6f6;
  }

  #main_visual_inner {
    position: relative;
  }

  #main_visual_inner .pic_visual {

  }

  #main_visual_inner .pic_visual img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }

  #main_visual .pic_adf {
    position: absolute;
    max-width: 200px;
    min-width: 110px;
    width: 10.72vw;
    top: 76%;
    left: -1%;
    z-index: 10;
  }

  #main_visual .pic_adf img {
    width: 100%;
  }

  #main_visual .main-visual__logo {
    position: absolute;
    width: 35.6640625%;
    top: 50%;
    left: 52.03125%;
    z-index: 10;
    transform: translateY(-50%);
  }

  #main_visual .main-visual__logo img {
    width: 100%;
  }

  #main_visual .main-visual__caution {
    position: absolute;
    bottom: 4%;
    right: 0;
    z-index: 10;
    color: #fff;
    font-size: 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.2;
  }

  #main_visual .main_visual_overlay {
    max-width: 930px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #main_visual .main_visual_overlay::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
  }

  /* ------------------------------------------------------------
*
    #section_type
*
------------------------------------------------------------ */
  #section_type {
    margin: 0 auto 150px auto;
  }
  #section_type {
    margin: 0 auto;
    padding-bottom: 150px;
    background-color: #f8f8f8;
  }

  .type_wrap {
    margin-bottom: 30px;
  }

  .type_block {
    width: 930px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #9e9e9e;
  }

  .type_block:last-child {
    border-bottom: 1px solid #9e9e9e;
  }

  .type_title {
    margin: 0 auto 10px;
    padding: 30px 25px 0;
    font-size: 18px;
  }

  .section .type_name {
    margin: 0;
    padding: 0 20px 0 0;
    flex: 0 0 250px;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
  }

  .type_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 0 1 600px;
  }

  #section_type .type_heading {
    margin-bottom: 5px;
    padding: 0;
    font-size: 11px;
    line-height: 14px;
  }

  .type_value {
    font-size: 36px;
    line-height: 40px;
  }

  .type_value .small {
    font-size: 22px;
    vertical-align: baseline;
  }

  #section_type .caution {
    margin: 0px 17px 0 0;
    font-size: 13px;
    text-align: center;
    color: #da4058;
  }

  #section_type .detail {
    margin: 30px 0 0 0;
    text-align: center;
  }

  /* ------------------------------------------------------------
*
    #section_styling
*
------------------------------------------------------------ */
  #section_styling {
    margin: 0 0 155px 0;
    text-align: center;
  }

  .mb-Reset {
    margin: 0 0 0px 0 !important;
  }

  #section_styling .detail {
    margin: 0 0 50px 0;
  }

  #section_styling .pic_full {
    position: relative;
  }

  #section_styling .overlay,
  #section_styling .overlay1,
  #section_styling .overlay2,
  #section_styling .overlay3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #section_styling .relative {
    position: relative;
  }

  #section_styling .useful_point_list {
    position: absolute;
    left: 50%;
    top: 27px;
    margin-left: -372px;
  }

  #section_styling .useful_point_list li {
    display: inline-block;
    margin: 0 30px;
  }

  #section_styling .useful_point_list li img {
    width: auto;
  }

  /* ------------------------------------------------------------
*
    #section_interior
*
------------------------------------------------------------ */
  #section_interior {
    text-align: center;
  }

  .mb-Reset {
    margin: 0 0 0px 0 !important;
  }


  #section_interior .pic_full {
    position: relative;
  }

  #section_interior .overlay,
  #section_interior .overlay1,
  #section_interior .overlay2,
  #section_interior .overlay3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #section_interior .relative {
    position: relative;
  }

  #section_interior .useful_point_list {
    position: absolute;
    left: 50%;
    top: 27px;
    margin-left: -372px;
  }

  #section_interior .useful_point_list li {
    display: inline-block;
    margin: 0 30px;
  }

  #section_interior .useful_point_list li img {
    width: auto;
  }

  /* ------------------------------------------------------------
*
    #section_actire
*
------------------------------------------------------------ */
  #section_actire {
    margin: 0 0 155px 0;
    text-align: center;
  }

  .mb-Reset {
    margin: 0 0 0px 0 !important;
  }

  #section_actire .detail {
    margin: 0 0 50px 0;
  }

  #section_actire .pic_full {
    position: relative;
  }

  #section_actire .overlay,
  #section_actire .overlay1,
  #section_actire .overlay2,
  #section_actire .overlay3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #section_actire .relative {
    position: relative;
  }

  #section_actire .useful_point_list {
    position: absolute;
    left: 50%;
    top: 27px;
    margin-left: -372px;
  }

  #section_actire .useful_point_list li {
    display: inline-block;
    margin: 0 30px;
  }

  #section_actire .useful_point_list li img {
    width: auto;
  }

  /* ------------------------------------------------------------
*
    #section_rs
*
------------------------------------------------------------ */
  #section_rs {
    margin: 0 0 155px 0;
    text-align: center;
  }

  .mb-Reset {
    margin: 0 0 0px 0 !important;
  }

  #section_rs .detail {
  }

  #section_rs .pic_full {
    position: relative;
  }

  #section_rs .overlay,
  #section_rs .overlay1,
  #section_rs .overlay2,
  #section_rs .overlay3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #section_rs .relative {
    position: relative;
  }

  #section_rs .useful_point_list {
    position: absolute;
    left: 50%;
    top: 27px;
    margin-left: -372px;
  }

  #section_rs .useful_point_list li {
    display: inline-block;
    margin: 0 30px;
  }

  #section_rs .useful_point_list li img {
    width: auto;
  }

  /* ------------------------------------------------------------
*
    #section_likefit
*
------------------------------------------------------------ */
  #section_likefit {
    margin: 0 0 155px 0;
    text-align: center;
  }

  .mb-Reset {
    margin: 0 0 0px 0 !important;
  }

  #section_likefit .detail {
    margin: 0 0 50px 0;
  }

  #section_likefit .pic_full {
    position: relative;
  }

  #section_likefit .overlay,
  #section_likefit .overlay1,
  #section_likefit .overlay2,
  #section_likefit .overlay3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #section_likefit .relative {
    position: relative;
  }

  #section_likefit .useful_point_list {
    position: absolute;
    left: 50%;
    top: 27px;
    margin-left: -372px;
  }

  #section_likefit .useful_point_list li {
    display: inline-block;
    margin: 0 30px;
  }

  #section_likefit .useful_point_list li img {
    width: auto;
  }

  /* ------------------------------------------------------------
*
    #section_driving
*
------------------------------------------------------------ */
  #section_driving {
    margin: 0 0 155px 0;
    text-align: center;
  }

  .mb-Reset {
    margin: 0 0 0px 0 !important;
  }

  #section_driving .detail {
    margin: 0 0 50px 0;
  }

  #section_driving .pic_full {
    position: relative;
  }

  #section_driving .overlay,
  #section_driving .overlay1,
  #section_driving .overlay2,
  #section_driving .overlay3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #section_driving .relative {
    position: relative;
  }

  #section_driving .useful_point_list {
    position: absolute;
    left: 50%;
    top: 27px;
    margin-left: -372px;
  }

  #section_driving .useful_point_list li {
    display: inline-block;
    margin: 0 30px;
  }

  #section_driving .useful_point_list li img {
    width: auto;
  }

  /* ------------------------------------------------------------
*
    #section_ecology
*
------------------------------------------------------------ */
  #section_ecology {
    margin: 0 0 155px 0;
    text-align: center;
  }

  .mb-Reset {
    margin: 0 0 0px 0 !important;
  }

  #section_ecology .detail {
    margin: 30px 0 50px 0;
  }

  #section_ecology .pic_full {
    position: relative;
  }

  #section_ecology .overlay,
  #section_ecology .overlay1,
  #section_ecology .overlay2,
  #section_ecology .overlay3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #section_ecology .relative {
    position: relative;
  }

  #section_ecology .fuel_table table {
    width: auto;
    margin: 0 auto;
  }

  #section_ecology .useful_point_list {
    position: absolute;
    left: 50%;
    top: 27px;
    margin-left: -372px;
  }

  #section_ecology .useful_point_list li {
    display: inline-block;
    margin: 0 30px;
  }

  #section_ecology .useful_point_list li img {
    width: auto;
  }

  #section_ecology .fuel_table .jc08 {
    vertical-align: top;
    text-align: left;
    width: 100px;
    padding-top: 10px;
  }

  #section_ecology .fuel_table .num {
    line-height: 1;
    vertical-align: top;
  }

  /* ------------------------------------------------------------
*
    #section_seat_arrange
*
------------------------------------------------------------ */
  #section_seat_arrange {
    height: 900px;
    padding: 220px 0 0 0;
    background-image: url(../image/pic_seatarrange_bg_pc.jpg);
    background-size: 1500px;
  }

  /* ------------------------------------------------------------
*
    #section_fuel
*
------------------------------------------------------------ */
  #section_fuel {
    height: 1050px;
    padding: 350px 0 0 0;
    background-image: url(../image/pic_fuel_bg_pc.jpg);
    background-size: 1500px;
  }

  #section_fuel .desc {
    margin: 0 0 40px 0;
  }

  #section_fuel .fuel_table {
    margin: 0 0 40px 50px;
  }

  #section_fuel th,
  #section_fuel td {
    vertical-align: top !important;
  }

  #section_fuel .jc08 {
    padding: 8px 0 0 0;
  }

  #section_fuel .fuel {
    padding: 30px 0 0 0;
  }

  #section_fuel .ruby {
    margin: 0 0 0 5px !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: normal;
  }

  #section_fuel .sup {
    font-size: 30%;
  }

  /* ------------------------------------------------------------
*
    #section_safety
*
------------------------------------------------------------ */
  #section_safety {
    padding: 150px 0 105px 0;
    text-align: center;
    background-color: #f8f8f8;
  }

  #section_safety .detail {
    margin: 0 0 80px 0;
  }

  #section_safety .pic_full {
    margin: 0;
  }

  #section_safety .pic_full p {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  #section_safety .pic_full p.bg_d {
    opacity: 1;
    position: relative !important;
  }

  #section_safety .pic_full .bg {
    background-image: url(../image/pic_safety_bg.jpg);
    opacity: 1;
    z-index: 0;
  }

  #section_safety .pic_full .wave {
    background-image: url(../image/pic_safety_wave.png);
    z-index: 1;
  }

  #section_safety .pic_full .car {
    background-image: url(../image/pic_safety_car.png);
    z-index: 2;
  }

  #section_safety .pic_full .wheel {
    background-image: url(../image/pic_safety_car_wheel.png);
    z-index: 3;
  }

  #section_safety .pic_notes {
    width: 930px;
    margin: 0 auto 40px auto;
    font-size: 12px;
    text-align: right;
  }

  #section_safety .btm_caution {
    font-size: 12px;
    color: #da4058;
    font-weight: bold;
  }

  /* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
  #section_movie {
    margin: 60px 0;
  }

  #section_movie .img_slider {
    width: 930px !important;
  }

  #section_movie .section_inner {
    width: 940px;
  }

  #section_movie h3 {
    width: 880px;
    padding: 0;
    margin: 0 auto 25px auto;
    font-size: 24px;
    line-height: 1em;
  }

  #section_movie .modal_mov_open object,
  #section_movie .modal_mov_open iframe {
    width: 100%;
    height: auto;
  }

  /* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
  #section_news {
    margin: 0 0 80px 0;
  }

  #section_news .section_inner {
    width: 930px;
  }

  #section_news h3 {
    width: 880px;
    padding: 0;
    margin: 0 auto 25px auto;
    font-size: 24px;
    line-height: 1em;
  }
  
   #section_news img {
    image-rendering: -webkit-optimize-contrast;
  }
  
  
  /* ------------------------------------------------------------
*
    #usersvoice-induction-area
*
------------------------------------------------------------ */
  
    section.p-usersvoice_link{
       margin-top: -20px;
       margin-bottom: 60px;
    }
  

  /* ------------------------------------------------------------
*
    #section_btm_contents
*
------------------------------------------------------------ */
  #section_btm_contents {
    padding: 0 0 80px;
    margin: 0;
  }

  #section_btm_contents h4 {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 20px;
  }

  #section_btm_contents .section_inner {
    width: 880px;
    margin: 0 auto;
  }

  #section_btm_contents .row {
    clear: both;
    margin: 0 0 70px 0;
    overflow: hidden;
    padding-top: 10px;
  }

  #section_btm_contents .row_inner {
    width: 420px;
  }

  #section_btm_contents .user_voice,
  #section_btm_contents .honda_store {
    float: left;
  }

  #section_btm_contents .user_exp,
  #section_btm_contents .honda_cars {
    float: right;
  }

  #section_btm_contents .user .col_left {
    width: 130px;
    float: left;
  }

  #section_btm_contents .user .col_right {
    width: 270px;
    float: right;
  }

/* ------------------------------
    #section_est_btn
------------------------------ */
#section_btm_contents #section_est_btn{
}
.btn-estimate{
    width: 424px;
    height: 52px;
    margin: 0 auto 70px;
    text-align: center;
}
	
.btn-estimate a{
    width: 100%;
    height: 52px;
    display: flex;
	align-items: center;
	justify-content: center;
    font-size: 24px;
	font-weight: bold;
    letter-spacing: .03em;
    color: #fff !important;
    background-color: #0064a1;
}

.btn-estimate a .ico{
    margin: 0 15px 0 0;
	line-height: 0;
}

.btn-estimate a .ico img{
    width: 20px;
    height: 24px;
    position: relative;
}
	
.estimate_desc {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 16px;
}



  /* ------------------------------
    .user
------------------------------ */
  #section_btm_contents .user h5 {
    width: 260px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 8px 0;
    font-size: 15px;
    line-height: 1.266em;
  }

  #section_btm_contents .user .pic {
    width: 130px;
    height: 97px;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #section_btm_contents .user .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  #section_btm_contents .user .date {
    margin: 0 0 3px 0;
    font-size: 13px;
    color: #9c9c9c;
  }

  #section_btm_contents .user .desc {
    margin: 0 0 3px 0;
    font-size: 13px;
    line-height: 1.461em;
    height: 2.8em;
    overflow: hidden;
  }

  #section_btm_contents .user .more {
    font-size: 13px;
    line-height: 1.461em;
  }

  /* ------------------------------
    .store
------------------------------ */
  #section_btm_contents .store img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  #section_btm_contents .store .desc {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.461em;
  }

  #rt-personalize-area-a,
  #section_btm_contents .store .detail {
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0;
  }

  #rt-personalize-area-a a:after,
  #section_btm_contents .store .detail a:after {
    width: 17px;
    height: 17px;
    background-size: 17px;
    right: -22px;
  }

  /* quolity select */
  #section_btm_contents .quality h4 {
    margin: 0 0 10px 0;
  }

  #section_btm_contents .quality .honda_cars {
    padding-top: 45px;
  }

  /* ------------------------------
    .mail_magazine
------------------------------ */
  #section_btm_contents .mail_magazine {
    margin: 0 0 60px 0;
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #section_btm_contents .mail_magazine h4 {
    margin: 0 0 25px 0;
    font-size: 26px;
    line-height: 1.153em;
  }

  #section_btm_contents .mail_magazine .desc {
    width: 520px;
    float: left;
    font-size: 16px;
    line-height: 1.5em;
  }

  #section_btm_contents .mail_magazine .btn {
    width: 360px;
    float: left;
    text-align: center;
  }

  #section_btm_contents .mail_magazine .btn a {
    width: 360px;
    height: 50px;
    display: block;
    line-height: 50px;
    background-color: #4a4f54;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }

  /* ------------------------------
    #section_caution
------------------------------ */
  #section_caution {
    margin-top: -20px;
    margin-bottom: 0;
  }

  /* ------------------------------
    #news-topics
------------------------------ */
  #section_news .img_slider .title_line {
    padding: 0 5px 0 20px;
  }

  /* ------------------------------------------------------------
*
    #section_touring 190125
*
------------------------------------------------------------ */
  #section_touring {
    margin: 0 0 155px 0;
    text-align: center;
  }

  .mb-Reset {
    margin: 0 0 0px 0 !important;
  }

  #section_touring .detail {
    margin: 0 0 50px 0;
  }

  #section_touring .pic_full {
    position: relative;
  }

  #section_touring .overlay,
  #section_touring .overlay1,
  #section_touring .overlay2,
  #section_touring .overlay3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #section_touring .relative {
    position: relative;
  }

  #section_touring .useful_point_list {
    position: absolute;
    left: 50%;
    top: 27px;
    margin-left: -372px;
  }

  #section_touring .useful_point_list li {
    display: inline-block;
    margin: 0 30px;
  }

  #section_touring .useful_point_list li img {
    width: auto;
  }

  .section_v2 .section_top_container {
    height: 240px;
    margin-top: -120px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section_v2 .section_title {
    margin-bottom: 30px;
    text-align: center;
  }

  #section_btm_contents #section_uv {
    margin-top: -30px;
    margin-bottom: 70px;
  }

}

@media screen and (min-width: 1200px) {
  
}
