@charset "UTF-8";


/* common */

#main * {
  box-sizing: border-box;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.arr-icon{
  margin: 0 5px;
  transform: translateY(-7%);
}

.lyt_boxs {
  margin: 50px 0 0;
}

@media screen and (max-width:414px) {
  .lyt_boxs {
    margin: 30px 0 0;
  }
}

.text_bold {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.text_bold * {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.auto_detail {
  border-top: none;
}

.auto_detail {
  padding: 24px 0 0px 0;
}

.section {
  margin-bottom: 24px;
}

.head_first {
  background: url(/HFC/common/images/ico_car02.png) no-repeat left 5px;
  background-size: 70px auto;
  margin-bottom: 24px;
}

.head_first span {
  font-size: 30px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #000;
  padding: 0 0 0 90px;
}

.head_lv2 {
  font-size: 30px;
  padding: 0 0 8px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #000;
}

.example_head {
  font-size: 26px;
  text-align: center;
  position: relative;
  color: #008ad2;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  padding: 9px 0 0;
}

.example_head:after {
  content: "";
  display: block;
  width: 300px;
  height: 4px;
  background: #0088d3;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.item_bold {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.text_notice {
  font-size: 12px;
}

@media screen and (max-width:414px) {
  .text_notice {
    font-size: 10px;
  }

  .head_first {
    background-size: 40px;
    margin-bottom: 15px;
  }

  .head_first span {
    font-size: 18px;
    padding: 0 0 0 50px;
  }

  .head_lv2 {
    font-size: 19px;
    padding: 0;
    margin-bottom: 19px;
  }

  .example_head {
    font-size: 17px;
    text-align: center;
    position: relative;
    color: #008ad2;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
    padding: 9px 0 0;
  }

  .example_head:after {
    content: "";
    display: block;
    width: 186px;
    height: 2px;
    background: #0088d3;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

}

/* menu */

/* menu */
.menu_wrap {
  background: #0088d3;
}

.menu_wrap .menu_item1 p {
  font-size: 16px;
  color: #FFF;
  line-height: 2.5;
  text-align: center;
}

.menu_wrap .menu_item2 {
  padding: 0 30px;
}

.menu_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 1px;
}

.menu_wrap .menu_item2 .menu_items li {
  /* float: left; */
  margin: 0 10px 6px 0;
}

.menu_wrap .menu_item2 .menu_items li p {
  font-size: 16px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #0088d3;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 16px;
}

.menu_wrap .menu_item2 .menu_items li:nth-child(1) p {
  padding-top: 18px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.menu_wrap .menu_item2 .menu_items li:nth-last-child(-n+3) p {
  font-size: 20px;
}

.menu_wrap .menu_item2 .menu_items li:nth-last-child(1) p {
  font-size: 13px;
  line-height: 1.42;
  color: #FFF;
  float: left;
  padding-left: 15px;
  padding-top: 7px;
}

.menu_wrap .menu_item2 .menu_items li:nth-last-child(1) p:nth-child(2) {
  font-size: 19px;
  padding-left: 10px;
  padding-top: 11px;
}

.menu_wrap .menu_item2 .menu_items li:nth-child(1) {
  background-image: url(/HFC/auto/images/index_balloon.png);
  width: 154px;
  height: 57px;
  position: relative;
}

.menu_wrap .menu_item2 .menu_items li:nth-child(2) {
  background-image: url(../images/credit_balloon_active.png);
  width: 214px;
  height: 63px;
  margin-bottom: 0;
}

.menu_wrap .menu_item2 .menu_items li:nth-child(3) {
  background: url(/HFC/auto/images/credit_balloon.png) no-repeat;
  width: 214px;
  height: 57px;
  margin-bottom: 0;
}

.menu_wrap .menu_item2 .menu_items li:nth-child(4) {
  background-image: url(/HFC/auto/images/red_balloon.png);
  width: 288px;
  height: 57px;
  margin: 0 0 0 19px;
}

.menu_wrap .menu_item2 .menu_items li:nth-child(1) span {
  position: absolute;
  top: 12px;
  left: 17px;
}

@media screen and (max-width:414px) {
  .menu_wrap {
    margin-left: -2%;
    width: 104%;
  }

  .menu_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu_wrap p {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  }

  .menu_wrap .menu_item2 {
    padding: 0 2%;
  }

  .menu_wrap .menu_item2 .menu_items li {
    position: relative;
    background: none !important;
    margin: 0;
  }

  .menu_wrap .menu_item2 .menu_items li:nth-child(1) {
    width: 14.6%;
    height: auto;
    padding-bottom: 0;
  }

  .menu_wrap .menu_item2 .menu_items li p {
    font-size: 10px;
    padding-bottom: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .menu_wrap .menu_item2 .menu_items li:nth-child(2) {
    width: 22.5%;
    height: auto;
    margin-bottom: 0;
  }

  .menu_wrap .menu_item2 .menu_items li:nth-child(2) p {
    font-size: 12px;
  }

  .menu_wrap .menu_item2 .menu_items li:nth-child(3) {
    width: 22.5%;
    height: auto;
    margin: 0;
  }

  .menu_wrap .menu_item2 .menu_items li:nth-child(3) p {
    font-size: 12px;

  }

  .menu_wrap .menu_item2 .menu_items li:nth-child(4) {
    width: 35.5%;
    height: auto;
    margin: 0;
  }

}

.bnrArea_warap {
  margin: 30px 0;
}

@media screen and (max-width:414px) {
  .bnrArea_warap {
    margin: 25px 0 0;
  }
}

/* section2 */
.section2 {
  margin: 16px 0 0;
}

.blue_wrap {
  background: #dff5ff;
}

.section_head {
  font-size: 28px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #0088d3;
  position: relative;
  line-height: 1.5;
  text-align: center;
  padding: 16px 0;
}

.section_head:after {
  content: "";
  display: block;
  width: 354px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #0088d3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width:414px) {
  .section_head {
    font-size: 14px;
    text-align: left;
    padding: 1em;
    line-height: 1.35;
  }

  .section_head:after {
    content: none;
  }
}



/* 残くれ　3.5％ */
.zankure_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse
}

.zankure_wrap .item_video {
  background: #008cd7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 500px;
  height: 267px;
}

.zankure_wrap .item_image {}

@media screen and (max-width:414px) {
  .zankure_wrap {
    display: block;
  }

  .zankure_wrap .item_video {
    display: block;
    height: auto;
    width: 100%;
    padding: 10px;
  }

}



/* ページアンカー */

.anchor_items_wrap {
  padding: 30px 0 0;
}


.anchor_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto;
}

.anchor_items li {}

.anchor_items li a {
  width: 172px;
  padding: 0 20px 0 10px;
  border: 2px solid #0d88d3;
  background: #fff;
  display: block;
  position: relative;
}

.anchor_items li a .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;

}

.anchor_items li a .text_wrap span {
  color: #4a4a4a;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  font-size: 14px;
}

.anchor_items li a.item3 span {
  font-size: 12px;
}

.anchor_items li a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/i_under_arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:414px) {
  .anchor_items_wrap {
    padding: 5px 10px;
  }

  .anchor_items {
    display: block;
    width: 100%;
  }

  .anchor_items:after {
    content: "";
    display: block;
    clear: both;
  }

  .anchor_items li {
    width: 50%;
    float: left;
  }

  .anchor_items li a .text_wrap {
    height: 53px;
  }

  .anchor_items li:nth-child(1) {
    padding: 0 2% 0 0;
  }

  .anchor_items li:nth-child(2) {
    padding: 0 0 0 2%;
  }

  .anchor_items li:nth-child(3) {
    padding: 4% 2% 0 0;
  }

  .anchor_items li:nth-child(4) {
    padding: 4% 0 0 2%;
  }

  .anchor_items li:nth-child(5) {
    padding: 4% 2% 0 0;
  }

  .anchor_items li a:after {
    width: 19px;
    height: 19px;
    right: 8px;
  }

  .anchor_items li a {
    width: 100%;
    font-size: 12px;
  }

  .anchor_items li a .text_wrap span {
    font-size: 11px;
  }

  .anchor_items li a.item3 span {
    font-size: 10px;
  }

}






















.auto_logo img {
  border: solid 2px #008CD7;
}

.auto_sky_box .title_auto_sky img {
  margin-bottom: 15px;
}

#payment_box {
  border: 2px solid #008CD7;
}

#benefits .benefits_box {
  border: 1px solid #008CD7;
  padding: 2%;
}

#benefits .benefits_box .img_ico {
  float: left;
  width: 10%;
  margin-bottom: 1%;
}

#benefits .txt_box {
  float: right;
  width: 89%;
  padding: 1.5% 0;
}

#benefits .txt_box span {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  font-size: 24px;
  color: #008cd3;
  display: block;
}

#benefits .detail {
  padding: 3% 3% 0% 3%;
  background-color: #faf8f3;
  clear: both;
}

#benefits .detail p {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  font-size: 18px;
  padding-bottom: 5px;
  color: #008cd3;
  border-bottom: 1px solid #008cd3;
  margin-bottom: 2%;
}

#benefits .detail ul {
  text-align: center;
}

#benefits .detail li {
  float: left;
  margin: 0 2% 0 2.5%;
}

.bg_grey {
  text-align: center;
}

#qa_box .zankure-open-close {
  border: 1px solid #a8a8a8;
  background: url(../images/arrow02.png) no-repeat 99% center;
  background-size: auto 20px;
  cursor: pointer;
  display: block;
}

#qa_box .zankure-open-close.open {
  background-image: url(../images/arrow01.png);
}

#qa_box .zankure-open-close span {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #008ada;
  font-size: 16px;
  display: block;
  border-bottom: 2px solid #d9d9d9;
  padding: 13px 35px 10px 55px;
  background: url(../images/bg_q.png) no-repeat 20px 12px;
  background-size: 25px auto;
}

#qa_box .acordion_tree {
  display: none;
  background-color: #faf8f3;
  padding: 20px;
}

#qa_box .a {
  background: url(../images/bg_a.png) no-repeat left 3px;
  background-size: 25px auto;
  padding: 3px 0 0 35px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #008ada;
  font-size: 16px;
  margin-bottom: 10px;
}

#qa_box .img {
  width: 40%;
}

#qa_box .msg {
  width: 58%;
}

#qa_box .txt_c {
  margin-bottom: 15px;
}

.btn_img {
  background-image: url(../images/img_btn.jpg);
  background-position: 8% center;
}

p.txt_d {
  padding-top: 40px;
  font-size: 85%;
  border-top: 1px solid #dedcdc;
  margin-top: 40px;
}

/*-------------------------------------------------
---- media screen
------------------------------------------------- */
@media screen and (max-width:414px) {
  .auto_sky_box .list_auto {
    margin-bottom: 10px;
  }

  .auto_sky_box .mb_ti {
    margin-bottom: 0px;
  }

  .auto_sky_box .title_auto_sky span {
    margin-bottom: 0;
  }

  .auto_sky_box .title_auto_sky img {
    width: 30px;
  }

  #benefits .benefits_box .img_ico {
    width: 20%;
  }

  #benefits .txt_box {
    width: 77%;
  }

  #benefits .txt_box span {
    font-size: 14px;
  }

  #benefits .detail {
    padding: 3%;
  }

  #benefits .detail p {
    margin-bottom: 10px font-size: 12px;
  }

  #flow .col6 p {
    font-size: 85%;
  }

  #qa_box .zankure-open-close {
    background-position: 98% 15px;
    background-size: auto 13px;
    display: block;
  }

  #qa_box .zankure-open-close span {
    font-size: 85%;
    background-size: 15px auto;
    background-position: 10px 13px;
    padding-left: 30px;
  }

  #qa_box .acordion_tree {
    padding: 10px;
  }

  #qa_box .a {
    font-size: 100%;
    padding-left: 20px;
    background-size: 15px auto;
  }

  #qa_box .qa {
    margin-bottom: 2%;
  }

  #qa_box .img {
    margin-bottom: 15px;
  }

  #qa_box .img,
  #qa_box .msg {
    width: 100%;
    float: none;
  }

  .btn_img {
    background-position: 10px center;
    background-size: 50px auto;
    font-size: 80%;
  }

  .btn_sty01 em {
    font-size: 10px;
    display: block;
  }

  #outline .tb_style {}

  #outline .tb_style th,
  #outline .tb_style td {}
}

/* End Media 414px */




/* ここからカーのタブ切り替え */




.zankure_btn_wrap,
.credit_btn_wrap {
  padding: 17px;
  background: #fff;
}

.section2 .bg_sky .credit_wrap .zankure_box .zankure_btn {
  background-image: url("/HFC/auto/images/credit_btn.jpg");
  padding: 11px 0 11px 100px;
}

.section2 .bg_sky .credit_wrap .zankure_box .zankure_btn p {
  font-size: 18px;
  color: #FFF;
}

.section2 .bg_sky .credit_wrap .zankure_box .zankure_btn p span {
  font-size: 24px;
  line-height: 24px;
  padding-right: 6px;
}

/*-------クレジット---------*/
.section2 .bg_sky .credit_wrap .credit_box {
  width: 456px;
  float: right;
  border: solid 2px #0088d3;
}

.section2 .bg_sky .credit_wrap .credit_box .credit_text1 {
  font-size: 18px;
  line-height: 2.77;
  padding: 3px 0 5px;
  text-align: center;
  background-color: #4a4a4a;
  color: #FFF;
}

.section2 .bg_sky .credit_wrap .credit_box .credit_text2 {
  font-size: 12px;
  line-height: 1.5;
  background-color: #FFF;
  padding: 26px 6px 11px 6px;
}

.section2 .bg_sky .credit_wrap .credit_box .credit_btn {
  background-image: url("/HFC/auto/images/credit_btn.jpg");
  padding: 11px 0 11px 76px;
}

.section2 .bg_sky .credit_wrap .credit_box .credit_btn p {
  font-size: 18px;
  color: #FFF;
}

.section2 .bg_sky .credit_wrap .credit_box .credit_btn p span {
  font-size: 24px;
  line-height: 24px;
  padding-right: 6px;
}

/*-------2つのクレジットのお支払い例---------*/
.section2 .bg_sky .h2_title2 {
  font-size: 26px;
  line-height: 1.61;
  color: #0088d3;
  width: 355px;
  border-top: solid 6px #0088d3;
  margin: 0 auto;
  margin-top: 47px;
  text-align: center;
}


/* 2つのクレジットのお支払い例 */


.car_tab_wrap {
  margin-top: 18px;
}

.car_tab_wrap ul {
  border-bottom: solid 6px #0088d3;
}



ul.car_tab_bottom {
  display: none;
}

@media screen and (max-width:414px) {
  ul.car_tab_bottom {
    display: block;
    border-bottom: none;
  }

  .car_tab_wrap .car_tab.car_tab_bottom {
    border-top: 3px solid #0088d3;
  }

  .car_tab_wrap .car_tab.car_tab_bottom .fit .true {
    background-image: url(/HFC/auto/images/sp_fit_bottom_on.png);
    background-size: cover;
  }

  .car_tab_wrap .car_tab.car_tab_bottom .stepwgn .stepwgn_tab.true {
    background-image: url(/HFC/auto/images/sp_stepwgn_bottom_on.png);
    background-size: cover;
  }

  .car_tab_wrap .car_tab.car_tab_bottom .vezel .vezel_tab.true {
    background-image: url(/HFC/auto/images/sp_vezel_bottom_on.png);
    background-size: cover;
  }

  .car_tab_wrap .car_tab.car_tab_bottom .n-box .n-box_tab.true {
    background-image: url(/HFC/auto/images/sp_n-box_on.png);
    background-size: cover;
  }

  .car_tab_wrap .car_tab.car_tab_bottom .wr-v .wr-v_tab.true {
    background-image: url(/HFC/auto/images/sp_wr-v_on.png);
    background-size: cover;
  }

  .car_info_wrap .car_info .label_wrap .paid_color {
    margin-top: -20px !important;
    margin-bottom: 28px !important;
  }

}



.car_tab_wrap .car_tab li {
  width: 220px;
  float: left;
}

.car_tab_wrap .car_tab li:nth-last-child(-n+3) {
  margin-left: 20px;
}

.car_tab_wrap .car_tab .fit .true {
  background-image: url("/HFC/auto/images/fit_on.png");
  width: 220px;
  height: 131px;
}

.car_tab_wrap .car_tab .fit .true img {
  opacity: 0;
}

.car_tab_wrap .car_tab .stepwgn .true {
  background-image: url("/HFC/auto/images/stepwgn_on.png");
  width: 220px;
  height: 131px;
}

.car_tab_wrap .car_tab .stepwgn .true img {
  opacity: 0;
}

.car_tab_wrap .car_tab .vezel .true {
  background-image: url("/HFC/auto/images/vezel_on.png");
  width: 220px;
  height: 131px;
}

.car_tab_wrap .car_tab .vezel .true img {
  opacity: 0;
}

.car_tab_wrap .car_tab .n-box .true {
  background-image: url("/HFC/auto/images/n-box_on.png");
  width: 220px;
  height: 131px;
}

.car_tab_wrap .car_tab .n-box .true img {
  opacity: 0;
}

.car_tab_wrap .car_tab .wr-v .true {
  background-image: url("/HFC/auto/images/wr-v_on.png");
  width: 220px;
  height: 131px;
}

.car_tab_wrap .car_tab .wr-v .true img {
  opacity: 0;
}

.car_info_wrap {
  background-color: #FFF;
  padding: 21px 21px 57px 21px;
}

.car_info_wrap .car_info .car_img {
  float: right;
}

.car_info_wrap .car_info .car_text {
  font-size: 14px;
  line-height: 1.42;
  margin-top: 12px;
  color: #4a4a4a;
}

.car_info_wrap .car_info .car_text.car_text_supplement {
  font-size: 11px;
  margin-top: 0;
}



.car_info_wrap .car_info .car_value_wrap {
  margin-top: 17px;
  margin-bottom: 50px;
}

.car_info_wrap .car_info .car_value_wrap p {
  width: 348px;
}

.car_info_wrap .car_info .car_value_wrap p:nth-child(1) {
  font-size: 14px;
  line-height: 1.42;
  color: #FFF;
  background-color: #4a4a4a;
  text-align: center;
  padding: 9px 0;
  border: solid 1px #4a4a4a;
}

.car_info_wrap .car_info .car_value_wrap p:nth-child(2) {
  font-size: 24px;
  text-align: center;
  border: solid 1px #4a4a4a;
  padding: 8px 0 11px 0;
}

.car_info_wrap .car_info .car_value_wrap p:nth-child(2) span:nth-child(1) {
  font-size: 30px;
  line-height: 30px;
  color: #cb0201;
}

.car_info_wrap .car_info .car_value_wrap p:nth-child(2) span:nth-child(2) {
  font-size: 16px;
  vertical-align: text-bottom;
}

.car_info_wrap .car_info .label_wrap {
  width: 350px;
  float: left;
}

.car_info_wrap .car_info .label_wrap * {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  white-space: nowrap;
}

.car_info_wrap .car_info .label_wrap .paid_color {
  white-space: normal;
  margin-bottom: 1.5em;
  margin-top: -45px;
}

.car_info_wrap .car_info .label_wrap .blue_label2 {
  margin-top: 10px;
}

.car_caution_wrap {
  margin: 0 0 25px 1em;
  text-indent: -1em;
}

.car_caution_wrap a {
  color: #cb0201;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  text-decoration: none;
}


.paybox_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.note_wrap {
  margin: 16px 0 0;
}

/*table*/
.pay_table_title_01 {
  width: 190px;
}

@media screen and (max-width: 414px) {
  .pay_table_title_01 {
    width: 29%;
  }
}

.pay_table_title_02 {
  width: 336px;
  border-left: solid 2px #0088d3;
  border-right: solid 2px #0088d3;
}

@media screen and (max-width: 414px) {
  .pay_table_title_02 {
    width: 44%;
  }
}

.pay_table_wrap tr:nth-child(3) td:nth-child(2) {
  border-top: none;
}

.pay_table_wrap tr:nth-child(6) td:nth-child(2) span {
  font-size: 10px;
}

@media screen and (max-width: 414px) {
  .pay_table_wrap tr:nth-child(6) td:nth-child(2) span {
    font-size: 7px;
  }
}

.pay_table_wrap tr td:nth-child(2) {
  border: solid 2px #0088d3;
}

@media screen and (max-width: 414px) {
  .pay_table_wrap tr td:nth-child(2) {
    font-size: 12px;
  }

  .pay_table_wrap tr td:nth-child(2) .font_red {
    font-size: 12px !important;
  }

  .pay_table_wrap tr:nth-child(7) .zankure_txt {
    font-size: 12px !important;
  }

}

.pay_table_wrap tr td:nth-child(1) {
  border-right: none;
}

.pay_table_wrap tr td:nth-child(1) span {
  float: right;
}

.pay_table_wrap tr:nth-child(1) th:nth-child(1) {
  border-right: none;
}

@media screen and (max-width: 414px) {
  .pay_table_wrap tr:nth-child(-n+5) td:nth-child(1) {
    padding: 5px 3px;
  }

  .pay_table_wrap tr td:nth-child(3),
  .pay_table_wrap tr td:nth-child(4) {
    font-size: 12px;
  }
}

/*table_end*/

.zankure_annotation p {
  font-size: 1rem;
  margin-top: 40px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  text-align: center;
  color: #0088d3;
}

.zankure .title_elm1 {
  background: #0088d3;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zankure .title_elm1 p {
  font-size: 15px;
}

.zankure .title_elm1 p span {
  font-size: 12px;
}

.zankure .title .item_titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2px 0 0;
}

.zankure .title .item_titles .elm1 {
  background: #0088d3;
  width: 50%;
  margin: 0 2px 0 0;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zankure .title .item_titles .elm2 {
  background: #0088d3;
  width: 50%;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.car_tab_wrap .car_info .pricing_table .zankure .title ul li {
  margin: 0;
  background: #0088d3;
  text-align: center;
  border: 0;
}

.car_tab_wrap .car_info .pricing_table .zankure .title ul li p {
  color: #FFF;
}

.car_tab_wrap .car_info .pricing_table .zankure .title ul li:nth-child(1) {
  float: none;
  width: 246px;
  padding: 6px 0px 6px 0px;
  box-sizing: border-box;
}

.car_tab_wrap .car_info .pricing_table .zankure .title ul li:nth-child(1) p {
  color: #FFF;
}

.car_tab_wrap .car_info .pricing_table .zankure .title ul li:nth-last-child(-n+2) {
  width: 122px;
  margin-top: 2px;
}

.car_tab_wrap .car_info .pricing_table .zankure .title ul li:nth-last-child(-n+2) p {
  font-size: 12px;
  padding: 6.5px;
}

.car_tab_wrap .car_info .pricing_table .zankure .title ul li:nth-child(2) {
  margin-right: 2px;
}

.car_tab_wrap .car_info .pricing_table .zankure .title ul li p {
  font-size: 15px;
  line-height: 15px;
}

.car_tab_wrap .car_info .pricing_table .zankure .title ul li p span {
  font-size: 12px;
}

.car_tab_wrap .car_info .pricing_table .zankure .zankure_1col li:nth-child(3) p {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.car_tab_wrap .car_info .pricing_table .zankure .zankure_1col li {
  border-bottom: 0;
  height: 38px;
}

.car_tab_wrap .car_info .pricing_table .zankure .zankure_1col .font_red {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.zankure_1col li,
.zankure_2col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zankure_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.car_tab_wrap .car_info .pricing_table .zankure .zankure_2col li:nth-child(1) {
  border-right: 1px solid #0088d3;
}

.car_tab_wrap .car_info .pricing_table .zankure .zankure_2col li:nth-child(2) {
  border-left: 1px solid #0088d3;
}

/* .zankure .zankure_2col li{
  width:50%;
} */

.car_tab_wrap .car_info .pricing_table .zankure.car_tab_wrap .car_info .pricing_table .zankure .zankure_2col li:nth-child(1) .zankure_2col li:nth-child(1) p {
  padding: 5px;
  line-height: 1.6;
}

.car_tab_wrap .car_info .pricing_table .zankure .zankure_2col li:nth-child(2) p {
  padding: 0.3em;
  line-height: 1.6;
}

/* .car_tab_wrap .car_info .pricing_table .zankure .zankure_2col li:nth-child(2){
  width: 122px;
  box-sizing: border-box;
  border-left: 0;
} */
.font_red {
  color: #CB0100;
  font-size: 16px !important;
}

.paid_color {
  line-height: 1.42;
}

.txt_b {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.note {
  font-size: 12px;
  padding: 0;
  text-indent: 0;
}

.note ul {
  border-bottom: 0 !important;
}

.note ul li {
  width: 522px !important;
  float: none !important;
  padding-left: 1em;
  text-indent: -1em;
}

.quote {
  font-size: 20px;
  margin: 46px auto 18px;
  width: 388px;
}

.quote p {
  background-image: url("/HFC/auto/images/red_balloon2.png");
  width: 388px;
  margin: 0 auto;
  padding: 14px 0 13px 31px;
  color: #FFF;
  box-sizing: border-box;
}

.quote_hoka {
  text-align: center;
}

.quote2 {
  text-align: center;
  display: inline-block;
}

.quote2 span {
  padding-right: 10px;
}

.quote2 span img {
  vertical-align: text-top;
}



.closed_btn {
  cursor: pointer;
}




.example_wrap {
  padding: 30px 20px 40px;
}


@media screen and (max-width:414px) {
  .example_wrap {
    padding: 30px 3.48% 20px;
  }

  .car_tab_wrap .car_tab li {
    width: 24%;
  }

  .car_tab_wrap .car_tab .fit .fit_tab {
    background-image: url("/HFC/auto/images/sp_fit_off.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .fit .true {
    background-image: url("/HFC/auto/images/sp_fit_on.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .stepwgn .stepwgn_tab {
    background-image: url("/HFC/auto/images/sp_stepwgn_off.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .stepwgn .stepwgn_tab.true {
    background-image: url("/HFC/auto/images/sp_stepwgn_on.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .vezel .vezel_tab {
    background-image: url("/HFC/auto/images/sp_vezel_off.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .vezel .vezel_tab.true {
    background-image: url("/HFC/auto/images/sp_vezel_on.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .n-box .n-box_tab {
    background-image: url("/HFC/auto/images/sp_n-box_off.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .n-box .n-box_tab.true {
    background-image: url("/HFC/auto/images/sp_n-box_on.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .wr-v .wr-v_tab {
    background-image: url("/HFC/auto/images/sp_wr-v_off.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .wr-v .true {
    background-image: url("/HFC/auto/images/sp_wr-v_on.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_info_wrap {
    padding: 0 3.48% 20px;
  }

  .car_info_wrap .car_info .car_img {
    float: none;
  }

  .car_info_wrap .car_info .car_text {
    font-size: 11px;
    line-height: 1.54;
    margin-top: 4%;
  }

  .car_info_wrap .car_info .car_text .car_text.car_text_supplement {
    font-size: 9px;
  }

  .car_info_wrap .car_info .car_value_wrap {
    margin-bottom: 25px;
  }

  .car_info_wrap .car_info .car_value_wrap p:nth-child(1) {
    font-size: 12px;
    line-height: 1;
    padding: 7px 0;
  }

  .car_info_wrap .car_info .car_value_wrap p {
    width: 99%;
  }

  .car_info_wrap .car_info .car_value_wrap p:nth-child(2) span:nth-child(1) {
    font-size: 19px;
    line-height: 1;
  }

  .car_info_wrap .car_info .car_value_wrap p:nth-child(2) {
    padding: 3.7% 0 3.7% 0;
    font-size: 15px;
    line-height: 1;
  }

  .car_info_wrap .car_info .car_value_wrap p:nth-child(2) span:nth-child(2) {
    font-size: 11px;
    vertical-align: text-top;
  }

  .car_info_wrap .car_info .label_wrap {
    width: 100%;
    float: none;
    margin-top: 10px;
  }

  .car_info_wrap .car_info .pricing_table {
    width: 100%;
    margin-left: 0;
  }

  .car_info_wrap .car_info .pricing_table .pay_ment {
    margin-top: 3.8%;
    width: 25%;
  }

  .car_info_wrap .car_info .pricing_table .pay_ment .title {
    padding: 10px 0;
  }

  .car_info_wrap .car_info .pricing_table .pay_ment .title p {
    font-size: 8px;
    line-height: 1;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li {
    padding: 0;
    width: 100%;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li p {
    font-size: 7px;
    line-height: 1.42;
    padding: 3.5px;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li:nth-child(3) p {
    font-size: 7px;
    line-height: 1.42;
    padding: 3.5px;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li:nth-child(3) p span {
    padding-left: 0;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li:nth-child(4) {
    padding: 0;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li:nth-child(4) p span {
    padding-left: 0;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li:nth-child(5) {
    padding: 7px 0;
  }

  .car_tab_wrap .car_info .pricing_table .credit {
    margin-top: 3.8%;
    width: 28%;
  }

  .car_info_wrap .car_info .pricing_table .credit .title {
    padding: 10px 0;
  }

  .car_info_wrap .car_info .pricing_table .credit .title p {
    font-size: 8px;
    line-height: 1;
  }

  .car_tab_wrap .car_info .pricing_table .credit ul li {
    width: 100%;
    padding: 10px;
  }

  .car_tab_wrap .car_info .pricing_table .credit ul li p {
    font-size: 8px;
  }

  .car_tab_wrap .car_info .pricing_table .credit ul li:nth-child(5) p {
    font-size: 9px;
  }

  .car_tab_wrap .car_info .pricing_table .credit ul li:nth-child(5) p span {
    font-size: 7px;
  }

  .car_tab_wrap .car_info .pricing_table .credit ul li:nth-child(4) {
    padding: 10px;
  }

  .car_tab_wrap .car_info .pricing_table .credit ul li:nth-child(5) {
    padding: 10px;
  }

  .car_tab_wrap .car_info .pricing_table .zankure {
    width: 47%;
    margin-top: 3.8%;
  }

  .zankure .title_elm1 {
    font-size: 7px;
  }

  .zankure_annotation p {
    font-size: .8rem;
    margin-top: 5%;
  }

  .car_tab_wrap .car_info .pricing_table .zankure ul li {
    width: 100%;
  }

  .car_tab_wrap .car_info .pricing_table .zankure .zankure_2col li:nth-child(1),
  .car_tab_wrap .car_info .pricing_table .zankure .zankure_2col li:nth-child(2) {
    width: 50%;
  }

  .car_tab_wrap .car_info .pricing_table .zankure .title ul li:nth-child(1) {
    width: 123px;
    padding: 3px 0;
  }

  .car_tab_wrap .car_info .pricing_table .zankure .title ul li:nth-child(1) p {
    font-size: 7px;
    line-height: 1;
  }

  .car_tab_wrap .car_info .pricing_table .zankure .title ul li p span {
    font-size: 7px;
  }


  .car_tab_wrap .car_tab li:nth-last-child(-n+3) {
    margin-left: 1.33%;
  }

  .car_tab_wrap .car_tab li {
    width: 24%;
  }


  .payment_fig {
    margin: 20px 0 0;
  }


  .quote {}

  .quote p {
    width: 100%;
  }



  .note {
    width: 100%;
    font-size: 10px;
  }

  .note ul li {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .quote {
    width: 100%;
    margin: 5% 0;
  }

  .quote2_2 {
    width: 56%;
    height: auto;
    margin: 0 auto;
  }

}




/*----------

セルフお見積


 ---------------*/

.mitsumoriArea_warap {
  padding: 20px;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.mitsumoriArea_warap .item_self a {
  width: 580px;
  height: 70px;
  background: url(/HFC/auto/images/red_balloon3.png) no-repeat;
  display: block;
}

.mitsumoriArea_warap .item_self a .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 0 0 0 28px;
}

.mitsumoriArea_warap .item_self a .text_wrap span {
  color: #fff;
  font-size: 21px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  line-height: 1;
}

/* クレジットシミュレーション */
.mitsumoriArea_warap a.item_simu {
  display: block;
  width: 330px;
  margin: 0 0 0 30px;
  position: relative;
}

.mitsumoriArea_warap a.item_simu:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(/HFC/auto/images/quote_btn.png) no-repeat;
  background-size: cover;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.mitsumoriArea_warap a.item_simu .text_wrap {
  padding: 0 0 0 30px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mitsumoriArea_warap a.item_simu .text_wrap span {
  display: block;
  color: #0088d3;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.mitsumoriArea_warap a.item_simu .text_wrap .elm1 {
  font-size: 14px;
}

.mitsumoriArea_warap a.item_simu .text_wrap .elm2 {
  font-size: 21px;
  padding-bottom: 2px;
  border-bottom: 1px solid #38a3de;
}

.mitsumoriArea_warap a.item_simu .text_wrap .elm2:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  margin: 0 0 0 4px;
  background: url(/HFC/auto/images/simulation_icn.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width:414px) {

  .mitsumoriArea_warap {
    display: block;
    padding: 15px 10px;
  }

  .mitsumoriArea_warap .item_self a {
    width: 100%;
    height: auto;
    /* background: #e10301; */
    /* border-bottom:2px solid #ae0201; */
    /* border-radius: 7px; */
    position: relative;
  }

  .mitsumoriArea_warap .item_self a .text_wrap {
    height: auto;
    padding: 0;
    display: none;
  }

  .mitsumoriArea_warap .item_self a .text_wrap span {
    font-size: 11px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .mitsumoriArea_warap .item_simu_wrap {
    text-align: center;
  }

  .mitsumoriArea_warap a.item_simu {
    width: auto;
    margin: 20px 0 0;
    display: inline-block;
    text-align: left;

  }

  .mitsumoriArea_warap a.item_simu .text_wrap {
    height: auto;
  }


  .mitsumoriArea_warap a.item_simu .text_wrap .elm1 {
    font-size: 9.3px;
  }

  .mitsumoriArea_warap a.item_simu .text_wrap .elm2 {
    font-size: 14px;
    line-height: 1;
  }

  .mitsumoriArea_warap a.item_simu .text_wrap .elm2:after {
    width: 15px;
    height: 11px;
  }

}

/* 残クレのボックス */

.zancre_more_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}

/* 左側のボックス */
.item_zancre {
  padding: 10px;
  background: #9085ff;
}

/* 右側のボックス */

.item_zancre_more {
  padding: 2px 2px 2px 0;
  background: #9085ff;
  width: 256px;
}

.item_zancre_more .ajuster {
  background: #fff;
  padding: 13px;
}

a.btn_zancre_more {
  background: #9085ff;
  border-bottom: 4px solid #7b71d9;
  display: block;
  height: 80px;
  position: relative;
}

a.btn_zancre_more:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn_zancre_more .text_wrap {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.btn_zancre_more .text_wrap span {
  color: #fff;
  font-size: 20px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  line-height: 1.1;
}



@media screen and (max-width:414px) {

  .zancre_more_wrap {
    display: block;
  }

  .item_zancre {
    padding: 0;
  }

  .item_zancre_more {
    width: 100%;
    margin: 10px 0 0;
    height: 44px;
    background: none;
    padding: 0;
  }

  .item_zancre_more .ajuster {
    padding: 0;
    background: none;
  }

  a.btn_zancre_more {
    height: 44px;
  }

  a.btn_zancre_more .text_wrap span {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  a.btn_zancre_more .text_wrap {
    height: 44px;
  }
}

/* 注意書き */
.nortice_items_wrap {
  margin: 18px 0 0;
}

.nortic_items > li {
  font-size: 12px;
  line-height: 1.66;
  color: #4a4a4a;
}

.nortic_items > li.list_indent {
  padding: 0 0 0 2em;
  text-indent: -2em;
}

.item_indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
  display: block;
}

.nortic_items li:not(:first-child) {
  margin: 24px 0 0;
}


@media screen and (max-width:414px) {
  .nortic_items > li {
    font-size: 9px;
  }
}






/* flow */

.step_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 36px 30px;
}

.step_wrap > .flex_item {
  width: 145px;
}

.step_wrap > .flex_item:not(:first-child) {
  margin-left: 12px;
}

.step_wrap > .flex_item p {
  margin: 10px 0 0;
}

.step_btn_wrap {
  margin: 20px 0 0;
  padding: 20px;
}

.bg_line .f_small {
  font-size: 12px;
}

@media screen and (max-width:414px) {
  .bg_line .f_small {
    font-size: 10px;
  }

  .dot_line {
    display: block;
    padding: 9px 0 0;
    background: url(../images/bg_dotline.png) repeat-x;
  }

  .step_wrap {
    display: block;
    padding: 0;
    background: none;
  }

  .step_wrap > .flex_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .step_wrap > .flex_item:not(:first-child) {
    margin-left: 0;
  }

  .step_wrap > .flex_item p {
    margin: 0;
  }

  .step_wrap > .flex_item .item_image {
    width: 130px;
  }

  .step_wrap > .flex_item p {
    width: 72%;
    padding: 2px 10px 10px;
    font-size: 12px;
  }

  .step_btn_wrap {
    background: none;
    padding: 0;
    margin: 20px 0 0;
  }

  .bg_line {
    display: block;
    padding: 9px 0 0;
    background: url(../images/bg_dotline.png) repeat-x
  }


}



/* 特徴 */
.i_sarani {
  padding: 20px;
  text-align: center;
}

.i_sarani img {
  width: 80px;
}
.specials_box_wrap {
  border: 2px solid #0088d3;
  width: 940px;
  margin: 20px auto 0;
  background: #faf8f3;
}
.specials_items {
  background: #faf8f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.specials_items.pd0{
  padding: 0;
}
.specials_items .item1 {
  width: 370px;
}

.specials_items .item1 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 16px;
}

.specials_items .item1 .head_icon {}

.specials_items .item1 .head_text {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  font-size: 24px;
  color: #0088d3;
  padding: 0 0 0 34px;
  line-height: 1.33;
  text-align: left;
}

.specials_items .item2 {
  width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.specials_items .item2_ajuster {
  padding: 15px 0;
}


.specials_items .item2_text1 {
  background: #fbf8f3;
  padding: 14px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  width: 537px;
}

.specials_items .item2_text1 span:nth-child(4) {
  vertical-align: super;
  font-size: 12px;
}

.specials_items .item2_text2 {
  margin-top: 1em;
}
.specialsArea_wrap .head{
  font-size: 22px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
    text-align: center;
    color: #000;
}
@media screen and (max-width:414px) {
  .specialsArea_wrap .head {
    text-align: left;
    font-size: 16px;
    line-height: 1.34;
  }
  .specials_box_wrap{
    width: 100%;
    position: relative;
    margin: 20px auto 0;
  }
  .specials_items {
    display: block;
    padding: 15px 10px 10px;
  }
  .specials_items.pd0{
    padding: 15px 10px 10px;
  }
  .specials_items .item1{
    width: 100%;
  }
  .specials_items .item2 {
    width: 100%;
  }
  .specials_items .item2_text1 {
    width: 100%;
    padding: 0;
  }
  .specials_items .item1 .icon {
    width: 50px;
  }
  .specials_items .item1 .head{
    padding: 0;
  }
  .specials_items .item1 .head_text {
    font-size: 18px;
    line-height: 1.2;
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width:414px) {
  .i_sarani {
    width: 80px;
    margin: 0 auto;
    padding: 15px 0;
  }

  .specialsArea {
    width: 100%;
    border: none;
    background: none;
    padding: 0;
  }

  .specialsArea_wrap .head {
    text-align: left;
    font-size: 16px;
    line-height: 1.34;
  }
}

/* サービスの特徴をもっと詳しく */

.btn_specials_more_wrap {
  margin: 30px 0 0;
}

.btn_specials_more {
  display: block;
  /* background-image: url(/HFC/auto/images/credit_btn.jpg); */
  width: 360px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  background: #0088d3;
  border-bottom: 4px solid #0074b4;
}

.btn_specials_more:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-left: none;
  border-bottom: none;
  right: 10px;
  top: 50%;
  position: absolute;
}

.btn_specials_more .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 100%;
}

.btn_specials_more .text_wrap span {
  color: #fff;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  font-size: 21px;
}

@media screen and (max-width:414px) {
  .btn_specials_more_wrap {
    margin: 20px 0 0;
  }

  .btn_specials_more {
    display: block;
    background-image: url(/HFC/auto/images/credit_btn.jpg);
    width: 100%;
    height: 44px;
  }

  .btn_specials_more .text_wrap {
    height: 44px;
    width: 100%;
  }

  .btn_specials_more .text_wrap span {
    font-size: 16px;
  }

}



/* 残クレのメリット */

.merit_content_wrap {
  padding: 20px;
}

.meritArea_wrap {
  margin: 50px 0 0;
}

.merit_box_wrap {
  border: 2px solid #0088d3;
  width: 940px;
  margin: 20px auto 0;
  background: #faf8f3;
}

.merit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.merit1 {
  margin-top: 0;
}

.merit_box .item1 {
  width: 390px;
  padding: 18px;
}

.merit_box .item1_text_top {
  background: #dff5ff;
  font-size: 14px;
  color: #4a4a4a;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */

  padding: 5px 0;
  text-align: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.merit_box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 0;
}

.merit_box .head_icon {
  width: 60px;
}

.merit_box .head_icon img {}

.merit_box .head_text {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  font-size: 24px;
  color: #0088d3;
  padding: 0 0 0 8px;
  line-height: 1.33;
}

.merit_box .body {
  text-align: center;
  background: #dff5ff;
  padding: 5px 0;
  margin: 15px 0 0;
}

.merit_box .body .elm1 {
  font-size: 14px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.merit_box .body .elm2 {
  font-size: 20px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  line-height: 1.44;
}

.merit2 .merit_box .body .elm2 {
  margin: 5px 0 0;
}

.merit_box .body .elm2 .f_small {
  vertical-align: text-top;
}

.merit_box .body .item_blue {
  color: #0088d3;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.merit_box .body .item_num {
  font-size: 26px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.merit_box .item2 {
  width: 540px;
}

.merit_box .item2 .item2_text {
  margin: 1em 0 0;
  font-size: 14px;
  line-height: 1.42;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.merit_notice {
  text-align: right;
  display: block;
  font-size: 12px;
}

/* メリット、シンプルな方 */

.merit_box_simple {
  background: #faf8f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.merit_box_simple .item1 {
  width: 370px;
}

.merit_box_simple .item1 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 16px;
}

.merit_box_simple .item1 .head_icon {}

.merit_box_simple .item1 .head_text {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  font-size: 24px;
  color: #0088d3;
  padding: 0 0 0 8px;
  line-height: 1.33;

}

.merit_box_simple .item2 {
  width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.merit_box_simple .item2_ajuster {
  padding: 15px 0;
}


.merit_box_simple .item2_text1 {
  background: #fbf8f3;
  padding: 14px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  width: 537px;
}

.merit_box_simple .item2_text1 span:nth-child(4) {
  vertical-align: super;
  font-size: 12px;
}

.merit_box_simple .item2_text2 {
  margin-top: 1em;
}


@media screen and (max-width:414px) {
  .merit_content_wrap {
    padding: 20px 10px 50px;
  }

  .meritArea_wrap {
    margin: 30px 0 0;
    padding-bottom: 30px;
  }

  .merit_box_wrap {
    width: 100%;
    position: relative;
    margin: 30px auto 0;
  }

  .merit_box .head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
  }

  .merit_box {
    display: block;
  }

  .merit_box .item1,
  .merit_box .item2 {
    width: 100%;
  }

  .merit_box .item1 {
    padding: 0;
    background: #fff;
  }

  .merit_box .item2 {
    padding: 12px 12px 0;
  }

  .merit_box .item2_text {
    font-size: 12px;
  }


  .merit_box_simple {
    display: block;
    padding: 15px 10px 10px;
  }

  .merit_box_simple .item1 {
    width: 100%;
  }

  .merit_box_simple .item1 .head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    ;
  }

  .merit_box_simple .item2_text1 {
    width: 100%;
    background: #dff5ff;
    text-align: center;
  }

  .merit_box_simple .item2_ajuster {
    width: 100%;
    padding: 10px 0 0;
  }

  .merit_box_simple .item2 {
    width: 100%;
  }

  .merit_box_simple .item1 .head_icon {
    width: 50px;
  }

  .merit_box_simple .item2_text2 {
    margin-top: .5em;
    font-size: 10px;
  }

  .merit_box_simple .item1 .head_text {
    font-size: 20px;
    line-height: 1.2;
  }

  .merit_notice {
    font-size: 12px;
    text-align: left;
  }
}




@media screen and (max-width:414px) {

  /* アコーディオン */
  .toggle_body {
    display: none;
  }

  .toggle_body.true {
    display: block;
  }

  .toggle_btn_wrap {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .toggle_btn_wrap.true .open_btn_wrap {
    display: none;
  }

  .toggle_btn_wrap .closed_btn_wrap {
    display: none;
  }

  .toggle_btn_wrap.true .closed_btn_wrap {
    display: block;
  }

  .toggle_btn_wrap .open_btn_wrap {
    text-align: center;
  }

  .toggle_btn_wrap .closed_btn_wrap {
    text-align: center;
    padding-top: 5.1%;
  }

  .toggle_btn_wrap img {
    width: 67px;
  }

  .toggle_btn_wrap .open_btn_wrap img {
    bottom: -17px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .toggle_btn_wrap .label_btn {
    background-color: #008ad2;
    width: 100%;
    font-size: 14px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
    color: #FFF;
    line-height: 1;
    padding: 9px 0;
  }
}


.outline_wrap {
  margin-top: 50px;
}

@media screen and (max-width:414px) {
  .outline_wrap {
    margin-top: 0;
  }
}




/* 商品概要 */
.outline_wrap {}

.outline_table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #0088d3;
}

.outline_table tr.alt span.f_small_ss a {
  padding-left: 10px;

}


.outline_wrap th {
  width: 143px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.outline_wrap td {
  padding: 10px 0 10px 20px;
  color: #4a4a4a;
  font-size: 14px;
  vertical-align: middle;
}

.outline_table th {
  background: #0088d3;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 10px 0 10px 30px;
  vertical-align: middle;
}

.outline_table2 {
  margin: 10px 0 0;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #0088d3;
}

.outline_table2 caption {
  background: #0088d3;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #fff;
  padding: 7px 0;
  font-size: 16px;
}

.outline_table2 th {
  color: #0088d3;
  background: #dff5ff;
  border-bottom: 1px solid;
  font-size: 14px;
  vertical-align: middle;
  padding: 10px 0 10px 20px;
}

.outline_table2 td {
  border-bottom: 1px solid;
}


@media screen and (max-width:414px) {
  .outline_table2 caption {
    font-size: 12px;
  }

  .outline_wrap th {
    width: 100px;
    font-size: 12px;
  }

  .outline_wrap td {
    font-size: 12px;
    padding: .5em .5em .5em 1em;
  }

  .outline_table th {
    padding: .5em .5em .5em 1.5em;
  }

  .outline_table2 th {
    padding: 1em;
  }


  .title_sub_sky {
    margin-bottom: 15px !important;
  }

  .title_sub_sky span {
    padding-left: 10px !important;
  }
}

/* 一部繰上返済・早期一括返済について */
.repayment_btn_wrap {
  padding: 20px 0;
  margin: 26px 0 0;
  background: #dff5ff;
  text-align: center !important;
}

@media screen and (max-width:414px) {

  .repayment_btn_wrap {
    background: none;
    padding: 0;
    margin: 13px 0 0;
  }
}



#slide_warp {
  width: 730px;
  border: #0088d3 solid 2px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}

#slide_warp.border_none {
  border: none;
}

#slide_warp .slick-prev,
#slide_warp .slick-next {
  text-indent: -9999px;
  width: 17px;
  height: 43px;
  margin-top: -21px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
}

#slide_warp .slick-prev {
  left: 13px;
  background: url(../../../top/images/arrow01.png) no-repeat left top;
}

#slide_warp .slick-next {
  right: 13px;
  background: url(../../../top/images/arrow02.png) no-repeat right top;
}

#slide_warp .slick-dots {
  position: absolute;
  right: 11px;
  bottom: 11px;
}

#slide_warp .slick-dots li {
  float: left;
  height: 8px;
  margin-left: 10px;
}

#slide_warp .slick-dots button {
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  border: none;
  cursor: pointer;
  background: url(../../../top/images/dot01.png) no-repeat left top;
}

#slide_warp .slick-dots .slick-active button {
  background-image: url(../../../top/images/dot02.png);
}


@media screen and (max-width:414px) {
  #slide_warp {
    border-width: 3px;
    border: 3px solid #0088d3;
  }

  /*------ main_warp ------*/
  #main_warp {
    padding-top: 10px;
    background: url(../images/bg_sp_main_warp.jpg) no-repeat scroll center top;
    background-size: 200% auto;
  }

  /*------ main_banner ------*/


  #slide_warp {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  #slide_warp .sp {
    overflow: hidden;
  }

  #slide_warp .slick-prev,
  #slide_warp .slick-next {
    width: 8px;
    height: 21px;
    margin-top: -10px;
    cursor: pointer;
    background-size: 8px auto;
    padding: 10px;
  }

  #slide_warp .slick-prev {
    left: 6px;
  }

  #slide_warp .slick-next {
    right: 6px;
  }

  #slide_warp .slick-dots {
    position: absolute;
    right: 5px;
    bottom: 5px;
  }

  #slide_warp .slick-dots li {
    float: left;
    height: 4px;
    margin-left: 5px;
  }

  #slide_warp .slick-dots button {
    text-indent: -9999px;
    width: 4px;
    height: 4px;
    border: none;
    cursor: pointer;
    background: url(../../../top/images/dot01.png) no-repeat left top;
  }
}

/* バナーエリア */
.bnr_area .pc{
  display: block;
}
@media screen and (max-width:414px) {
  .bnr_area .pc{
    display: none;
  }
}

.bnr_area .sp{
  display: none;
}
@media screen and (max-width:414px) {
  .bnr_area .sp{
    display: block;
  }
}

.bnr_area2{
	margin: 50px 0;
}
@media screen and (max-width:414px){
	.bnr_area2{
		margin: 40px 0;
	}
}

.fancybox-inner {
  height: 371px !important;
}
@media screen and (max-width: 414px) {
  .fancybox-inner {
    height: 50.72463768115942vw !important;
  }
}