@charset "UTF-8";

/* common */
#main * {
  box-sizing: border-box;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.text_bold {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.font12 {
  font-size: 12px;
}

a:hover {
  opacity: 0.6;
}

.lyt_boxs {
  margin: 50px 0 0;
}

.sp_inline {
  display: none;
}

@media screen and (max-width:414px) {
  .lyt_boxs {
    margin: 30px 0 0;
  }

  .sp_inline {
    display: inline;
  }

  .pc_inline {
    display: none;
  }

  .payment_fig {
    margin: 20px 0 10px 0;
  }
}

.item_bold {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.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;
  line-height: 1;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #333;
  margin: 4px 0 18px 0;
}

@media screen and (max-width:414px) {
  .head_first {
    background-size: 40px;
    margin-bottom: 15px;
  }

  .head_first span {
    font-size: 18px;
    padding: 0 0 0 50px;
  }

  .head_lv2 {
    font-size: 19px;
  }

}

.h2_title1 {
  font-size: 28px;
  line-height: 1.78;
  color: #0088d3;
  width: 354px;
  border-top: solid 6px #0088d3;
  margin: 0 auto;
  text-align: center;
}



.section {
  margin-bottom: 0;
}

/* menu */
.menu_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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_wrap .menu_item2 ul li {
  margin: 0 10px 6px 0;
}

.menu_wrap .menu_item2 ul li p {
  font-size: 16px;
  color: #0088d3;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 16px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.menu_wrap .menu_item2 ul li:nth-child(1) p {
  padding-top: 18px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.menu_wrap .menu_item2 ul li:nth-last-child(-n+3) p {
  font-size: 20px;
}

.menu_wrap .menu_item2 ul 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 ul li:nth-last-child(1) p:nth-child(2) {
  font-size: 19px;
  padding-left: 10px;
  padding-top: 11px;
}

.menu_wrap .menu_item2 ul li:nth-child(1) {
  background-image: url(/HFC/auto/images/index_balloon.png);
  width: 154px;
  height: 57px;
  position: relative;
}

.menu_wrap .menu_item2 ul li:nth-child(2) {
  background-image: url(/HFC/auto/images/credit_balloon.png);
  width: 214px;
  height: 57px;
}

.menu_wrap .menu_item2 ul li:nth-child(3) {
  background-image: url(../images/credit_balloon_active.png);
  width: 214px;
  height: 63px;
  margin-bottom: 0;
}

.menu_wrap .menu_item2 ul 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 ul li:nth-child(1) span {
  position: absolute;
  top: 12px;
  left: 17px;
}

@media screen and (max-width:414px) {
  .section1 .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;
  }

}



/* section2 */
.section2 {
  margin: 16px 0 0;
}

.blue_wrap {
  background: #efeeff;
}

.section_head {
  font-size: 28px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #9085ff;
  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: #9085ff;
  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;
  }
}

/* 特徴 */
.i_sarani {
  padding: 20px;
  text-align: center;
}

.i_sarani img {
  width: 80px;
}
.specialsArea_wrap{
  padding: 20px 0 50px;
}
.specialsArea{
  background: #efeeff;
  padding: 20px 0;
  margin: 0 auto;
}
.specials_box_wrap {
  border: 2px solid #9085ff;
  width: 940px;
  margin: 20px auto 0;
}
.specials_items {
  background: #fff;
  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: #9085ff;
  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 {
  padding: 14px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  width: 537px;
  color: #333;
}

.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: #333;
}
@media screen and (max-width:414px) {
  .specialsArea_wrap{
    padding: 20px 10px 50px;
  }
  .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;
}

.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;
    width: 100%;
    height: 44px;
    background: #0088d3;
    border-bottom: 4px solid #0074b4;
  }

  .btn_specials_more .text_wrap {
    height: 44px;
    width: 100%;
  }

  .btn_specials_more .text_wrap span {
    font-size: 16px;
  }

}


.anchor_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 748px;
  margin: 30px auto 0;
}

.anchor_items li {}

.anchor_items li a {
  width: 172px;
  padding: 0 20px 0 10px;
  border: 2px solid #9085ff;
  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: #333;
  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 {
    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 a .text_wrap span {
    font-size: 11px;
  }

  .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 a:after {
    width: 19px;
    height: 19px;
    right: 8px;
  }

  .anchor_items li a {
    width: 100%;
    font-size: 12px;
  }

  .anchor_items li a.item3 span {
    font-size: 10px;
  }
}


/* 商品概要 */
.outline_wrap {}

.outline_table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #9085ff;
}

.outline_wrap th {
  width: 143px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.outline_wrap td {
  padding: 10px 0 10px 20px;
  color: #333;
  font-size: 14px;
  vertical-align: middle;
}

.outline_table th {
  background: #9085ff;
  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 #9085ff;
}

.outline_table2 caption {
  background: #9085ff;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #fff;
  padding: 7px 0;
  font-size: 16px;
}

.outline_table2 th {
  color: #9085ff;
  background: #efeeff;
  border-bottom: 1px solid;
  font-size: 14px;
  vertical-align: middle;
  padding: 10px 0 10px 20px;
}

.outline_table2 td {
  border-bottom: 1px solid;
  color: #333;
}


@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;
  }
}

.title_sub_sky span {
  line-height: 1;
  color: #333;
  border-left: #9085ff solid 6px;
}

/* クレジットのお支払例 */

.example_wrap {
  padding: 20px;
}

.repayment_wrap {}

@media screen and (max-width:414px) {
  .example_wrap {
    padding: 10px;
  }
}


/* 一部繰上返済・早期一括返済について */
.repayment_btn_wrap {
  padding: 20px 0;
  margin: 26px 0 0;
}

@media screen and (max-width:414px) {

  .repayment_btn_wrap {
    background: none;
    padding: 0;
    margin: 13px 0 0;
  }
}

/* セルフお見積 */

.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-image: url(/HFC/auto/images/red_balloon3.png);
  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;
    background-image: none;
  }

  .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: #0088d3;
}

/* 右側のボックス */

.item_zancre_more {
  padding: 2px 2px 2px 0;
  background: #0088d3;
  width: 256px;
}

.item_zancre_more .ajuster {
  background: #fff;
  padding: 13px;
}

a.btn_zancre_more {
  background: #0d88d3;
  border-bottom: 4px solid #0b74b4;
  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;
  }
}

/* credit */
.btn_sty02 {
    border: 2px solid #9085ff;
}
.btn_sty02 span {
  color: #9085ff;
  background: url(../images/arrow01.png) no-repeat 98% center;
}
.auto_sky_box .btn_sty02 span {
  height: 61px;
  line-height: 61px;
  padding: 0 0 0 20%;
  border-bottom: 3px solid #d9d6fe;
}
.btn_blank em {
  background: url(../images/ico_blank.png) no-repeat right center;
}
@media screen and (max-width:414px) {
  .auto_sky_box .btn_sty02 span {
    background-size: auto 9px;
    padding-right: 20px;
    font-size: 13px;
  }
}

/* 選べる4つのお支払い方法 */

.payment {
  border: solid 1px #9085ff;
  color: #333;
}

.payment table {
  width: 100%;
  margin: 2px;
}

.payment th {
  width: 178px;
  background: #9085ff;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 0 5px;
}

@media screen and (max-width:414px) {
  .payment th {
    width: 35%;
    font-size: 16px;
  }
}


.payment td {
  padding: 25px 20px;
}
@media screen and (max-width: 414px){
  .payment td {
    padding: 10px;
  }
}

.payment td .title_h {
  display: block;
  color: #9085ff;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 414px){
  .payment td .title_h {
    font-size: 14px;
  }
}

.payment td ul .dot {
  color: #008cd3;
  font-size: 130%;
}

.payment td ul .title {
  display: inline-block;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  min-width: 160px;
  width: 160px\0;
  /*only IE8*/
}

@media screen and (max-width: 414px){
  .payment td ul .title {
    min-width: auto;
  }
}

@media screen and (max-width: 414px){
  .payment td ul .info {
    display: block;
    margin-left: 17px;
  }
}

.payment td ul {
  margin: 20px 0 0 0;
}

.payment.pack li {
  line-height: 1.2;
}

.btn_img {
  background-image: url(../images/img_video.jpg);
}

.br_b {
  border-bottom: none;
}

/*------payment------*/
.payment td span.f_small {
  padding-top: 20px;
  display: block;
  color: #4a4a4a;
}

/*-------------------------------------------------
---- media screen
------------------------------------------------- */
@media screen and (max-width:414px) {
  .auto_sky_box .list_auto {
    margin-bottom: 10px;
  }

  .auto_sky_box .btn_sty02 span {
    height: auto;
    line-height: 1.5;
    padding-bottom: 3%;
    padding-top: 3%;
  }

}

/* End Media 414px */




#flow .col6 p {
  color: #4a4a4a;
  line-height: 1.42;
}



/* 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: 142px;
}

.step_wrap > .flex_item:not(:first-child) {
  margin-left: 14px;
}

.step_wrap > .flex_item p {
  margin: 10px 0 0;
}

.step_btn_wrap {
  margin: 20px 0 0;
  padding: 20px;
}

.bg_line {
  color: #333;
}

.bg_line .f_small {
  font-size: 12px;
}

@media screen and (max-width:414px) {
  .bg_line .f_small {
    font-size: 10px;
  }

  .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
  }


}



/* お支払い例 */
.car_tab_wrap {
  margin-top: 18px;
}

.car_tab_wrap .car_tab {
  border-bottom: solid 6px #9085ff;
}

.car_tab_wrap .car_tab li {
  width: 220px;
  float: left;
}

.car_tab_wrap ul 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_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: #333;
}

.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 span {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.car_info_wrap .car_info .car_value_wrap p:nth-child(1) {
  font-size: 14px;
  line-height: 1.42;
  color: #FFF;
  background-color: #333;
  text-align: center;
  padding: 9px 0;
  border: solid 1px #333;
}

.car_info_wrap .car_info .car_value_wrap p:nth-child(2) {
  font-size: 24px;
  text-align: center;
  border: solid 1px #333;
  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: #c00;
}

.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 {
  margin-top: -45px;
  white-space: normal;
  margin-bottom: 1.2em;
}

/*table*/
.pay_table_title_01 {
  width: 188px;
}

@media screen and (max-width: 414px) {
  .payment_amount_color {
    width: 22%;
  }
}

.credit_color {
  width: 337px;
  border-right: solid 2px #9085ff;
  background: #9085ff;
  color: #fff;
}

@media screen and (max-width: 414px) {
  .credit_color {
    width: 40%;
  }
}

.pay_table_wrap {
  color: #333;
}

.pay_table_wrap tr td:nth-child(2) {
  border: solid 2px #9085ff;
}

@media screen and (max-width: 414px) {
  .pay_table_wrap tr td:nth-child(2) {
    font-size: 12px;
    padding: 2px 0;
  }
}

.pay_table_wrap tr:nth-child(2) td:nth-child(1) {
  border-top: none;
}

.pay_table_wrap tr:nth-child(2) td:nth-child(2) {
  border-top: none;
}

.pay_table_wrap tr:nth-child(5) td:nth-child(2) {
  padding: 4px 0;
}

.pay_table_wrap tr:nth-child(6) td:nth-child(2) {
  padding: 6px 0;
  font-size: 14px;
}

.pay_table_wrap tr:nth-child(6) td:nth-child(2) span {
  font-size: 17px;
}

@media screen and (max-width: 414px) {
  .pay_table_wrap tr td:nth-child(1) span {
    float: right;
  }

  .pay_table_wrap tr:nth-child(6) td:nth-child(2) {
    font-size: 12px;
  }
}

.font_red {
  color: #cc0000;
}

@media screen and (max-width: 414px) {
  .pay_table_wrap tr td:nth-child(2) .font_red {
    font-size: 12px !important;
  }
}

/*table_end*/


/* このクルマをカンタンお見積 */
.quote {
  font-size: 20px;
  margin: 46px auto 18px;
  text-align: center;
}

.quote_mg{
  margin-top: 10px;
}

@media screen and (max-width: 414px) {
  .quote_mg {
    margin-top: 0
  }
}

.quote a {
  width: 388px;
  display: inline-block;
}

.quote p {
  background-image: url(/HFC/auto/images/red_balloon2.png);
  margin: 0 auto;
  padding: 14px 0 13px 31px;
  color: #FFF;
  text-align: left;
}

.quote_hoka {
  text-align: center;
}

.quote_intro {
  margin-top: 46px;
  text-align: center;
}

.quote_intro .head {
  color: #9085ff;
  font-size: 16px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
}

.quote_intro .main {
  color: #333;
  margin-top: 10px;
  font-size: 14px;
}

.note_wrap {
  margin: 16px 0 0;
}

.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;
  color: #333;
}

@media screen and (max-width: 414px) {
  .quote_intro {
    margin-top: 20px;
  }

  .quote_intro .head {
    font-size: 14px;
  }

  .quote_intro .main {
    margin-top: 10px;
    font-size: 14px;
  }

  .note ul li {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.paybox_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.example_head {
  font-size: 26px;
  text-align: center;
  position: relative;
  color: #9085ff;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  padding: 9px 0 0;
}

.example_head:after {
  content: "";
  display: block;
  width: 300px;
  height: 4px;
  background: #9085ff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.note_wrap .note li {
  font-size: 12px;
  margin-left: 0 !important;
  text-indent: -7px;
  padding-left: 7px;
}

.car_tab_bottom {
  display: none;
}

.quote2 {
  display: inline-block;
}

@media screen and (max-width:414px) {
  .note_wrap .note li {
    font-size: 10px;
  }

  .quote a {
    width: 100%;
    display: inline-block;
  }

  .car_info_wrap .car_info .pricing_table {
    float: none;
  }

  .car_info_wrap .car_info .label_wrap {
    float: none;
    margin-top: 10px;
  }


  .car_tab_wrap .car_tab li {
    width: 24%;
  }

  .car_tab_wrap .car_tab .fit .fit_tab {
    background-image: url("../images/sp_fit_off.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .fit .true {
    background-image: url("../images/sp_fit_on.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .stepwgn .stepwgn_tab {
    background-image: url("../images/sp_stepwgn_off.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .stepwgn .stepwgn_tab.true {
    background-image: url("../images/sp_stepwgn_on.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .vezel .vezel_tab {
    background-image: url("../images/sp_vezel_off.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_tab_wrap .car_tab .vezel .vezel_tab.true {
    background-image: url("../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("../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("../images/sp_n-box_on.png");
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .car_info_wrap {
    padding: 0 3.48% 20px 3.48%;
  }

  .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_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.7%;
  }

  .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%;
  }

  .car_info_wrap .car_info .label_wrap .paid_color {
    margin-top: -20px;
    margin-bottom: 28px;
    white-space: normal;
  }

  .car_info_wrap .car_info .label_wrap .black_label2 {
    margin-top: 3.74%;
    padding: 0;
    background: none;
  }

  .car_info_wrap .car_info .pricing_table {
    width: 100%;
    margin: 3.8% 0 0;
  }

  .car_info_wrap .car_info .pricing_table .pay_ment {
    margin-top: 0;
    width: 43%;
  }

  .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%;
    clear: both;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    height: 20px;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li p {
    font-size: 10px;
    line-height: 1.42;
    width: 100%;
    padding: 0 4px;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li:nth-child(3) p {
    font-size: 10px;
    line-height: 1.42;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li:nth-child(4) {
    height: 30px;
  }

  .car_tab_wrap .car_info .pricing_table .pay_ment ul li:nth-child(5) {
    padding: 7px 0;
    height: 33px;
  }

  .car_tab_wrap .car_info .pricing_table .credit {
    margin-top: 0;
    width: 57%;
  }

  .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: 0;

    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: 20px;
  }

  .car_tab_wrap .car_info .pricing_table .credit ul li p {
    font-size: 11px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  }

  .car_tab_wrap .car_info .pricing_table .credit ul li:nth-child(4) {
    height: 30px;
  }

  .car_tab_wrap .car_info .pricing_table .credit ul li:nth-child(5) p {
    font-size: 11px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  }

  .car_tab_wrap .car_info .pricing_table .credit ul li:nth-child(5) p span {
    font-size: 9px;
  }

  .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;
    height: 33px;
  }

  .car_tab_wrap ul li:nth-last-child(-n+3) {
    margin-left: 1.33%;
  }

  .quote {
    margin: 10px auto;
  }

  .quote2_2 {
    width: 50%;
    margin: 0 auto;
  }

  .example_head {
    font-size: 17px;
    text-align: center;
    position: relative;
    color: #9085ff;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
    padding: 9px 0 0;
  }

  .example_head:after {
    content: "";
    display: block;
    width: 186px;
    height: 2px;
    background: #9085ff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }


  .car_tab_bottom {
    display: block;
  }

  /* 下側のタブボタン */
  .car_tab_wrap .car_tab.car_tab_bottom {
    border-top: 3px solid #9085ff;
    border-bottom: none;
  }

  .car_tab_wrap .car_tab.car_tab_bottom .fit .true {
    background-image: url(../images/sp_fit_on.png);
    background-size: cover;
  }

  .car_tab_wrap .car_tab.car_tab_bottom .stepwgn .stepwgn_tab.true {
    background-image: url(../images/sp_stepwgn_bottom_on.png);
    background-size: cover;
  }

  .car_tab_wrap .car_tab.car_tab_bottom .vezel .vezel_tab.true {
    background-image: url(../images/sp_vezel_on.png);
    background-size: cover;
  }

  .car_tab_wrap .car_tab.car_tab_bottom .n-box .n-box_tab.true {
    background-image: url(../images/sp_n-box_on.png);
    background-size: cover;
  }
}

.zankure_annotation p {
  font-size: 1rem;
  margin-top: 40px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
	/* font-weight: bold; */
  text-align: center;
  color: #0088d3;
}

@media screen and (max-width:414px) {
  .zankure_annotation p {
    font-size: .8rem;
    margin-top: 5%;
  }
}

.merit_notice {
    text-align: right;
    display: block;
    font-size: 12px;
}
@media screen and (max-width:414px) {
  .merit_notice {
    text-align: left;
  }
}

.car_text_supplement{
  font-size: 0.8em;
}

.bg_green.payment_box{
  padding-bottom:20px;
}
.bg_green {
    padding: 20px 20px 7px 20px;
    background: #efeeff;
}
@media screen and (max-width:414px) {
  .bg_green {
    padding: 2%;
  }
}
.payment_box {
     text-align: center;
}
.payment_c li {
    margin: auto;
    float: none;
}

.payment_c li:first-child {
    margin-left: auto;
}

@media screen and (max-width:414px){
.bg_green.payment_box{
  padding-bottom:2%;
  }
}

.title_page_sky {
  color: #9085ff;
}
.payment_box p {
  color: #9085ff;
}
.btn_sty01 {
  border-bottom: 4px solid #d9d6fe;
  background: url(../images/arrow06_2.png) no-repeat 98% center #9085ff;
}
.blue_label div:nth-child(2),
.blue_label2 div:nth-child(2),
.blue_label3 div:nth-child(2) {
  color: #9085ff;
}
.blue_label,
.blue_label2,
.blue_label3 {
  border: solid 3px #9085ff;
}
.blue_label div:nth-child(1),
.blue_label2 div:nth-child(1),
.blue_label3 div:nth-child(1) {
  background: url(../images/bg_purple.png) right center no-repeat;
  background-size: cover;
}
.blue_arrow {
  border-color: #9085ff transparent transparent transparent;
}
.black_label2 {
  border: solid 2px #333;
}
.black_label2 div:nth-child(1) {
  background: url(../images/bg_black.png) right center no-repeat;
  background-size: cover;
}
.black_label2 div:nth-child(2) {
  color: #333;
}
.car_tab_wrap .car_tab .fit .true {
    background-image: url(../images/fit_off.png);
    width: 220px;
    height: 131px;
}
.car_tab_wrap .car_tab .stepwgn .true {
    background-image: url(../images/stepwgn_off.png);
    width: 220px;
    height: 131px;
}
.car_tab_wrap .car_tab .vezel .true {
    background-image: url(../images/vezel_off.png);
    width: 220px;
    height: 131px;
}
.car_tab_wrap .car_tab .n-box .true {
    background-image: url(../images/n-box_off.png);
    width: 220px;
    height: 131px;
}
.car_tab_wrap .car_tab .fit .true {
    background-image: url(../images/fit_on.png);
    width: 220px;
    height: 137px;
}
.car_tab_wrap .car_tab .stepwgn .true {
    background-image: url(../images/stepwgn_on.png);
    width: 220px;
    height: 137px;
}
.car_tab_wrap .car_tab .vezel .true {
    background-image: url(../images/vezel_on.png);
    width: 220px;
    height: 137px;
}
.car_tab_wrap .car_tab .n-box .true {
    background-image: url(../images/n-box_on.png);
    width: 220px;
    height: 137px;
}
@media screen and (max-width: 414px){
  .car_tab_wrap .car_tab .fit .true {
    background-image: url(../images/sp_fit_on.png);
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .car_tab_wrap .car_tab .stepwgn .true {
    background-image: url(../images/sp_stepwgn_on.png);
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .car_tab_wrap .car_tab .vezel .true {
    background-image: url(../images/sp_vezel_on.png);
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .car_tab_wrap .car_tab .n-box .true {
    background-image: url(../images/sp_n-box_on.png);
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .car_tab_wrap .car_tab.car_tab_bottom .fit .true {
    background-image: url(../images/sp_fit_on.png);
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .car_tab_wrap .car_tab.car_tab_bottom .stepwgn .true {
    background-image: url(../images/sp_stepwgn_on.png);
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .car_tab_wrap .car_tab.car_tab_bottom .vezel .true {
    background-image: url(../images/sp_vezel_on.png);
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .car_tab_wrap .car_tab.car_tab_bottom .n-box .true {
    background-image: url(../images/sp_n-box_on.png);
    background-size: cover;
    width: 100%;
    height: auto;
  }
}

.bnrArea_warap {
  margin: 30px 0;
}

.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;
}

.bnr_area2{
	margin: 50px 0;
}
@media screen and (max-width:414px){
	.bnr_area2{
		margin: 40px 0;
	}
}
