@charset "utf-8";

/* CREDIT
--------------------------- */
html {
    font-size: .875em;
    line-height: 1.57142857;
}

#container {
  max-width: 1500px;
	height: 100%;
	margin: 0 auto 80px;
}
@media screen and (min-width: 581px) and (max-width: 1279px){
  #container {
    font-size: 1.09375vw;
  }
}
#container .wrap {
  display: block;
  max-width: 1170px;
	margin: auto;
}
#container  .txt_red {
  color: #c3002f;
}

#header {
  clear: both;
  max-width: 1280px;
  margin: 0 auto -1px;
  padding: calc(60/1170 * 100%) 3.667% 1px;
}
#header .header {
  text-align: center;
}
#header .header h1 {
  margin-bottom: calc(15/1170 * 100%);
  font-size: calc(36/14 * 1em);
  /* font-size: 2.5714285714em; */
  line-height: 1.0;
}
#header .header > span {
  display: block;
  margin-bottom: calc(25/1170 * 100%);
  font-size: calc(18/14 * 1em);
}

#header .pageNav {
  position: relative;
  z-index: 2;
  margin-top: calc(25/1170 * 100%);
  margin-bottom: calc(25/1170 * 100%);
  padding: 0 15px;
  text-align: center;
}
#header .pageNav ul.cfx {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .pageNav ul.cfx li {
  font-size: calc(14/14 * 1em);
  width: auto;
  border: 0;
  margin: 0;
  padding: 0 1.2em 1em;
  position: relative;
}
#header .pageNav ul.cfx li a.anchor {
  color: #343434;
  text-decoration: none;
}
#header .pageNav ul.cfx li a.anchor:after {
  position: absolute;
  left: calc(50% - 0.5em);
  top: 70%;
  width: 1em;
  height: 1em;
  color: #c1c1c1;
  font-size: 1.1em;
}
#header .pageNav ul.cfx li a.anchor:hover:after {
  color: #c3002f;
}
#header .pageNav ul.cfx li a.anchor span {
  font-family: 'Verdana', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS PGothic', 'sans-serif';
}
_::-webkit-full-page-media, _:future, :root #header .pageNav ul.cfx li a.anchor span {
  white-space: nowrap;
}

.section {
  clear: both;
  margin-top: calc(50/1170 * 100%);
  padding: 0 3.667%;
}
.section > .wrap > .headerWrap > .header {
  position: relative;
  padding-top: 1.8%;
  margin: 0 0 1.2857142857em;
  margin-bottom: calc(25/1170 * 100%);
  background: transparent;
}
.section > .wrap > .headerWrap > .header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 6.837%;
    height: 4px;
    background-color: #c3002c;
}
.section > .wrap > .headerWrap > .header .logo {
  width: 100%;
  position: relative;
}
.section > .wrap > .headerWrap > .header .logo img {
  display: block;
  position: absolute;
  top: -4em;
  right: 0;
  width: 30%;
  max-width: 280px;
}
.section > .wrap > .headerWrap > .header h2 {
  display: table-cell;
  font-size: calc(35/14 * 1em);
  font-weight: 500;
  line-height: 1.1;
  vertical-align: middle;
  letter-spacing: 0.03em;
}
.section > .wrap > .headerWrap > .header p {
  margin-top: 1em;
  font-size: calc(18/14 * 1em);
  line-height: 1.8;
}

.content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;;
    justify-content: flex-start;
    margin-bottom: calc(50/1170 * 100%);
}
.content+.tab-inner {
    margin-bottom: calc(50/1170 * 100%);
}
.content .inner {
  width: 100%;
}

#sec1 {

}

#sec2 .content .inner {
  padding: 2em 15px;
}
#sec2 .inner img.image {
  margin: auto;
  width: 100%;
  max-width: 800px;
}

#sec3 .col_flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: calc(30/1170 * 100%);
}
#sec3 .col_flex img.image {
  margin-right: 2%;
  width: 32%;
}
#sec3 .col_flex img.image:nth-child(3) {
  margin-right: 0;
}
#sec3 .attention {
  margin-top: calc(35/1170 * 100%);
}
#sec3 .check img.image {
  width: 100%;
  max-width: 1170px;
}
#sec3 .attention p {
  font-size: .84em;
  margin-bottom: .75em;
}

#sec4 .content .inner {
  padding: 2em 0;
}
#sec4 .inner img.image {
  margin: auto;
  width: 100%;
  max-width: 1170px;
}
#sec4 .attention p {
  font-size: .84em;
  margin-bottom: .75em;
}

#sec5 .qa {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#sec5 .col_qa {
  width: 48.5%;
  margin-bottom: 2.4em;
}
#sec5 .col_qa .question {
  display: flex;
  align-items: center;
  font-size: 1.28em;
}
#sec5 .col_qa .question > span {
  color: #666;
  font-size: 1.6em;
  font-family: 'vardana', sans-serif;
  font-weight: 700;
  padding-right: .333em;
}
#sec5 .col_qa .answer {
  display: block;
  margin-top: 1em;
  padding: 0.84em 1em;
  font-size: 1.14em;
  background-color: #c1c1c1;
  background-color: rgb(193 193 193 / 28%);
  border-radius: 10px;
}
#sec5 .col_qa dl.answer dt {
  width: 2em;
  color: #c4012c;
  font-size: 1.5em;
  font-family: 'vardana', sans-serif;
  font-weight: 700;
  line-height: 1;
}
#sec5 .col_qa dl.answer dd {
  margin-top: -1.4em;
  margin-left: 2em;
}
#sec5 .col_qa dl.answer dd .attention {
  margin-top: .6em;
  font-size: 0.75em;
  line-height: 1.4;
}

#sec6 ul.usersvoice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: .5em;
}
#sec6 ul.usersvoice li {
  width: 48.5%;
  margin-bottom: 1.64em;
  padding: 1.14em 1em 1.14em 5.4em;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 1.2em 1.14em;
  background-size: 3.2em auto;
  font-size: 1.15em;
  color: #333;
  line-height: 1.65;
  letter-spacing: -0.025em;
}
#sec6 ul.usersvoice li.icon.man {
  background-image: url(/CREDIT/BVC/IMAGES/bvc_img_s6_man.png);
}
#sec6 ul.usersvoice li.icon.women {
  background-image: url(/CREDIT/BVC/IMAGES/bvc_img_s6_woman.png);
}
#sec6 .attention {
 font-size: 0.84em;
}

#sec7 .header ul {
  margin-top: 1.8em;
}
#sec7 .header ul li {
  margin: 0 0 .25em;
  font-size: calc(18/14 * 1em);
}
#sec7 table {
  width: 100%;
  margin: 1em 0;
}
#sec7 table.tbl1 th,
#sec7 table.tbl1 td {
  margin: 1em 0;
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
  line-height: 1.4;
  vertical-align: middle;
}
#sec7 .tbl1 th, #sec7 .tbl1 td {
	padding: 1em 3em;
	width: 15%;
	text-align: center;
}
#sec7 .tbl1 th {
	width: 15%;
	padding: 1em 0.5em;
	background: #8a8a8a;
	color: #fff;
}
#sec7 .tbl1 th.left, #sec7 .tbl1 td.left {
  width: 30%;
  text-align: left;
  vertical-align: middle;
  padding-left: 3em;
}
#sec7 .tbl1.type2 th.left, #sec7 .tbl1.type2 td.left {
  width: 60%;
}
#sec7 h3 {
  margin-top: 2em;
  font-size: calc(18/14 * 1em);
}

#sec7 .attention {
 font-size: 0.84em;
}

.content.banner .bnr_image {
  display: block;
  width: 100%;
}
.content .inner .subtitle {
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: .5em;
    line-height: 1;
}
.content .inner .description {
  font-size: calc(18/14 * 1em);
}
.content.bvc {
  margin-top: 4em;
  font-size: 1.2em;
}
.content.bvc .subtitle {
  margin-top: 0.5em;
}
.content.bvc .col_l,.content.bvc .col_r {
  display: block;
  width: 50%;
}
.content.bvc .label {
  border: 1px solid #343434;
  display: inline-flex;
  line-height: 1;
  padding: 0.4em .6em;
}
.content.bvc p {
  margin: 1.45em 0;
  font-size: 1.12em;
  line-height: 1.8;
}
.content.bvc p .txt_red {
  font-size: 1.2em;
  font-weight: 700;
}
.content.bvc a.icon-right-arrow {
  margin-top: 3em;
  padding: .85em 1em .85em 1.5em;
  font-size: 0.92em;
}
.content.bvc a.icon-right-arrow:after {
  padding-left: 1.5em;
  font-size: 0.8em;
}
.content.bvc img {
  width: 100%;
}

.borderTop {
  border-top: 1px solid #c1c1c1;
  margin-bottom: calc(50/1170 * 100%);
  padding-top: calc(60/1170 * 100%);
}
.link_detail {
  margin: 1.25em 0 0;
}
.link_detail a {
  display: inline-block;
  color: #000;
  outline: none;
}
.link_detail a:hover,.link_detail a:active {
  text-decoration: underline;
  color: #c3002f;
  outline: none;
}
.link_detail.icon-right-arrow:after {
  color: #c3002f;
  font-size: 0.8em;
}

#clickmobi, #insurance {
  margin-top: calc(60/1170 * 100%);
}

#banners {}
#banners .wrap {
  border-top: 1px solid #c1c1c1;
  padding-top: 6em;
}
#banners ul.bnrs {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#banners ul.bnrs li {
  width: 31.5%;
  max-width: 370px;
  margin: 0 2.75% 2.75% 0;
}
#banners ul.bnrs li:nth-child(3n) {
  margin-right: 0;
}
#banners ul.bnrs li a {
  display: block;
}
#banners ul.bnrs li a img {
  width: 100%;
}



/* -----------------------------*/
/* CREDIT/ BVC/ car page  */
/* -----------------------------*/

.car_detail {
    margin-top: 2em;
}
.car_detail .menu.pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    border: solid 1px #c1c1c1
}
.car_detail .menu.pc li {
  width: 33.333%;
  background: #f6f6f6;
  display: table;
}
.car_detail .menu.pc li+li {
    border-left: solid 1px #c1c1c1
}
.car_detail .menu.nav3 li {
  width: 33.333%;
}
.car_detail .menu.nav2 li {
  width: 49.999%;
}
.car_detail .menu.nav1 li {
  width: 100%;
}
.car_detail .menu.nav1 {
  height:1px;
  overflow:hidden;
  border-bottom: none;
}

.car_detail .menu.pc a {
  display: table-cell;
  padding: 1em;
  position: relative;
  text-decoration: none;
  color: #343434;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.car_detail .menu.pc a.select {
  background: #fff;
}
.car_detail .menu.pc .select a:after,
.car_detail .menu.pc a.select:after {
  content: "";
  background-color: #c3092e;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.car_detail .menu.pc .select a:before,
.car_detail .menu.pc a.select:before {
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.car_detail .menu.pc a:hover {
  /* color: #c3092e; */
}
.car_detail .menu.pc .select a:hover {
  color: #343434;
}
.car_detail .menu.sp {
  display: none;
  border-top: solid 1px #c1c1c1;
  text-decoration: none;
  color: #343434;
  font-weight: 700;
}



.car_detail .contents {
    padding: 1.5em 0 0;
    display: none;
    /*tab hide*/
}
.car_detail .contents .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}
.car_detail .contents .inner .image {
  max-width: 560px;
  padding: 3em 1em 1em;
}
.car_detail .contents .inner .detail {
    flex: 1
}
.car_detail .contents .inner .detail ul {
    padding: 0;
    margin: 0
}
.car_detail .contents .inner .detail ul li {
    padding: 0;
    margin: 0;
    list-style: none
}
.car_detail .contents .inner .detail ul li+li {
    margin-top: 10px
}
.car_detail .contents .inner .detail ul li a {
    display: inline-block;
    color: #343434;
    text-decoration: none
}
.car_detail .contents .inner .detail ul li a:hover {
    text-decoration: underline;
    color: #c3092e
}
.car_detail .contents .inner .detail ul li a:after {
    content: "";
    background-image: url('/SERVICE/IMG/SHARE/arrow.svg');
    background-size: 10px 14px;
    background-position: right center;
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
    margin-left: 15px;
    display: inline-block;
}
@media only screen and (max-width: 580px) {
  .car_detail {
      border-top: none;
      border-right: none;
      border-left: none;
      margin-top: 25px;
  }
  .car_detail .menu.pc {
      display: none;
  }
  .car_detail .menu.sp {
      padding: 20px 60px 20px 75px;
      background-position: 8px center;
      background-repeat: no-repeat;
      display: block;
      position: relative;
  }
  .car_detail .menu.sp:after {
      content: "";
      background-image: url('/SERVICE/IMG/SHARE/arrow_b.svg');
      background-size: 14px 14px;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      margin: auto;
  }
  .car_detail .menu.sp.select:after {
      transform: scale(-1, -1);
  }
  .car_detail .contents {
      border-top: dotted 1px #c1c1c1;
      padding: 20px 10px 20px 15px
  }
  .car_detail .contents .inner {
      display: block;
  }
}
@media only screen and (max-width:580px) {
  .car_detail .contents .inner .detail ul li a:after {
      margin-left: 10px
  }
}

.tabs-content {
  width: 100%;
}
main.bvc_detail #sec1 .content-wrapper .tabs-content {
  border-width: 0 0 0;
  background: none;
}
main.bvc_detail #sec1 .content-wrapper .tabs-content.bvc_car {
  border-width: 0 0 0;
  background: none;
}
.tabs-content .tab-inner .right {
  text-align: right;
}
.tabs-content .tab-inner .right a {
  display: inline-block;
  font-weight: 700;
}

.bvc_detail #sec1 .tab-inner__1 {
  text-align: left;
}
.bvc_detail #sec1 .col_flex {
  display: flex;
  align-items: flex-start;
  margin: 1em 0 1em;
}
.bvc_detail #sec1 .col_l,
.bvc_detail #sec1 .col_r {
  width: 50%;
  text-align: left;
}
.bvc_detail #sec1 .tab-inner__1 .col_l .hd_campaign {
  margin-bottom: -1em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}
.bvc_detail #sec1 .tab-inner__1 .col_l .hd_campaign > span {
  font-size: 0.5em;
}
.bvc_detail #sec1 .tab-inner__1 .col_l h3.hd {
  margin: 1.6em 0 0.24em;
  font-size: 2.24em;
  line-height: 1.4;
}
.bvc_detail #sec1 .tab-inner__1 .col_l h3.hd .txt_price {
  font-size: 1.4em;
}
.bvc_detail #sec1 .tab-inner__1 .col_l h3.hd .txt_red {
  font-weight: 700;
}
.bvc_detail #sec1 .tab-inner__1 .col_l  p {
  font-size: 1.75em;
  line-height: 1.4;
}
.bvc_detail #sec1 .tab-inner__1 .col_l p span {
  font-size: 1.2em;
  font-weight: 700;
}
.bvc_detail #sec1 .tab-inner__1 .col_l p sup {
  top: -0.8em;
}
.bvc_detail #sec1 .tab-inner__1 .btn {
  margin-top: 2.2em;
}
.bvc_detail #sec1 .tab-inner__1 .btn a.link_box {
  margin-top: 1.2em;
  font-size: 1.14em;
  font-weight: 700;
}
.bvc_detail #sec1 .tab-inner__1 .col_r .image {
  /* padding: 3em 2.4em 1em; */
}
.bvc_detail #sec1 .tab-inner__1 .col_r .caption {
  font-size: .92em;
	position: relative;
}
.bvc_detail #sec1 .tab-inner__1 .col_r#note1 + .attention {
  margin-top: 0.5em;
  font-size: 0.75em;
}
.bvc_detail #sec1 .tab-inner__1 .col_l .attention,
.bvc_detail #sec1 .tab-inner__1 .col_r .attention {
  margin-top: 0.5em;
  font-size: 0.75em;
}

.invisible {
  display: none;
}
.tooltip_open {
	position: relative;
	padding: 0 0.4em;
	color: #343434;
	text-decoration: underline;

}
.tooltip {
  position: absolute;
  top: 30px;
  left: 0 !important;
  min-width: 90%;
  max-width: 360px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 5px;
  padding: 1em 1.5em !important;
  box-shadow: 0 1px 20px -7px rgb(0 0 0 / 50%);
  /* transform: translate(-50%, 0); */
  z-index: 5;
}
.tooltip p {
	font-size: 0.84em;
	line-height: 1.4;
	position: relative;
}
.tooltip:before {
  position: absolute;
  background-color: transparent !important;
  border: 0px !important;
  width: 8px;
  height: 8px;
  line-height: 8px;
  left: 50%;
  margin-left: -4px;
  top: -8px;
}
.tooltip_close {
	display: block;
  padding: 1em 0 1em 1em;
  content: "\e905";
	text-align: right;
  color: #343434;
  font-size: 1em;
  line-height: 1;
}
.tooltip_close::before,
.tooltip_close::after {
  font-family: 'Credit-Icon' !important;
}

.bvc_detail #sec1 .tab-inner__2 {
  margin-top: 4em;
}
.bvc_detail #sec1 .tab-inner__2 table + p {
  font-size: .84em;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 {
  width: 100%;
  margin: 1em 0 0;
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
  line-height: 1.4;
  vertical-align: middle;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 td {
  width: 20%;
	padding: 1em 3em;
	text-align: left;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 th {
	padding: 1em 0.5em;
	background: #8a8a8a;
	color: #fff;
  padding-left: 3em;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 th.left > span {
  font-size: 1.42em;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 td:first-of-type {
  width: 40%;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 td:last-of-type {
  width: 30%;
  text-align: right;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2.cell5 td {
  width: 15%;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2.cell5 [colspan]+td,
.bvc_detail #sec1 .tab-inner__2 .tbl2.cell5 td:nth-child(n+3) {
  width: 10%;
  text-align: right;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2.cell5 td:last-of-type {
  width: 15%;/*10%*/
  text-align: right;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 tr.row_red th {
  border-color: #c3002f;
  border-width: 2px 0px 2px 2px;
  background-color: #fff;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 tr.row_red td {
  border-color: #c3002f;
  border-width: 2px 2px 2px 0px;
  background-color: #fff;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 td.cell_redline {
  border-right: 2px solid #c4012f;
  border-left: 2px solid #c4012f;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 td.cell_redline.top {
  border-top: 2px solid #c4012f;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 td.cell_redline.bottom {
  border-bottom: 2px solid #c4012f;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 tr.row_red td.cell_grayline {
  border-color: #c0c0c0;
  border-width: 1px;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 .txt_red {
  color: #c3002f;
  font-weight: 700;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 .txt_left {
  text-align: left;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 .txt_right {
  text-align: right;
}
.bvc_detail #sec1 .tab-inner__3 h3 {
  margin: 4em 0 01em;
  font-size: 1.12em;
}
.bvc_detail #sec1 .tab-inner__3 .col_flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.bvc_detail #sec1 .tab-inner__3 .col_flex .col_l,
.bvc_detail #sec1 .tab-inner__3 .col_flex .col_r {
  width: 48.5%;
}
.bvc_detail #sec1 .tab-inner__3 .tbl3 {
  width: 100%;
}
.bvc_detail #sec1 .tab-inner__3 .tbl4 {
  width: 100%;
}
.bvc_detail #sec1 .tab-inner__3 table th,
.bvc_detail #sec1 .tab-inner__3 table td {
  padding: 1em 2em;
}
.bvc_detail #sec1 .tab-inner__3 table th {
  width: 25%;
  text-align: center;
}
.bvc_detail #sec1 .tab-inner__3 table td {
  padding: 1em 2em;
  text-align: left;
  vertical-align: top;
}
.bvc_detail #sec1 .tab-inner__3 table ul li {
  line-height: 1.5;
}
.bvc_detail #sec1 .tab-inner__3 table ul li a {
  color: #343434;
  text-decoration: underline;
}
.bvc_detail #sec1 .tab-inner__3 table ul li a:active,
.bvc_detail #sec1 .tab-inner__3 table ul li a:hover {
  color: #c3002f;
  text-decoration: underline;
}
.bvc_detail #sec1 .tab-inner__3 .link_detail a {
  font-size: 1.15em;
}

.bvc_detail #sec1 .tab-inner__4 {
  margin-top: 3em;
  text-align: center;
}
.bvc_detail #sec1 .tab-inner__4 .btn a.link_box.gray {
  display: inline-block;
  margin: 0 auto 1em;
  font-size: 1em;
  font-weight: 700;
}

.bvc_detail #bvc_summary {
  margin: 6em 0 6em 0;
}
.bvc_detail #bvc_summary > .wrap {
  border-bottom: 1px solid #c1c1c1;
}
#bvc_summary__acd {
  position: relative;
  width: 100%;
  padding: 1em;
  border-top: 1px solid #c1c1c1;
  /* border-bottom: 1px solid #c1c1c1; */
}
#bvc_summary__acd .acd_icon:after {
  position: absolute;
  font-family: 'Credit-Icon' !important;
  content: "\e906";
  right: 1em;
  top: 50%;
  color: #c3002f;
  font-size: 1em;
  line-height: 1;
  transform: translate(0, -50%);
}
#bvc_summary__acd.open .acd_icon:after {
	content: "\e905";
}
#bvc_summary__acd-content {
  display: none;
  padding-bottom: 4em;
}
#bvc_summary__acd-content #sec2 .inner img.image {
  margin: auto;
  width: 100%;
  max-width: 750px;
}
#bvc_summary__acd-content .btn {
  height: 3em;
}
#bvc_summary__acd-content .btn a.link_box {
  float: right;
}
#bvc_summary__acd-content .banner.images {
  clear: both;
  content: '';
  margin-top: 4em;
}
#bvc_summary__acd-content .banner.images a {
  display: block;
  margin: auto;
  max-width: 500px;
}

.bvc_detail #sec4.configurator .btn a {
  width: 500px;
  height: 4em;
  margin: auto;
  padding: 1.6em 8em 1.6em 5em;
  font-size: 1.42em;
  font-weight: 800;
  line-height: 1;
}
.bvc_detail #sec4.configurator .btn a:before {
  position: absolute;
  content: "\e901";
  width: 1em;
  height: 1em;
  top: 50%;
  left: 0.75em;
  margin-top: -.5em;
  font-size: 2.25em;
}

.bvc_detail #sec4 .banner,#sec4 .banner > a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 50em;
  margin: 0 auto 0;
  background: #f6f6f6;
}
.bvc_detail #sec4 .banner .col_l {
  width: 40%;
}
.bvc_detail #sec4 .banner .col_r {
  width: 60%;
  padding: 1em 1em 1em 2em;
  font-size: 1.2em;
  color: #343434;
}
.bvc_detail #sec4 .banner .bnr_image {
  display: block;
  width: 100%;
}
.bvc_detail #sec4 .banne .inner .description {
  font-size:1em;
}
.bvc_detail #sec4 .banner .link_detail {
  margin: 1.25em 0 0;
}
.bvc_detail #sec4 .banner.col2 {
  flex-wrap: wrap;
  max-width: 100%;
  background-color: #fff;
  justify-content: space-between;
}
.bvc_detail #sec4 .banner.col2 .col {
  flex: 0 0 49%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #f6f6f6;
}
.bvc_detail #sec4 .banner.col2 .col_l {
  width: 40%;
}
.bvc_detail #sec4 .banner.col2 .col_r {
  width: 60%;
  font-size: 1.1em;
}
.bvc_detail #sec4 .banner.col2 .link_detail {
  margin: 1.0em 0 0;
}


.bvc_detail #sec5.support {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #f6f6f6;
}
.bvc_detail #sec5.support h3 {
  text-align: center;
  font-size: 2.6em;
}

.bvc_detail #sec5.support ul.support_nav {
  max-width: 100%;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.bvc_detail #sec5.support ul.support_nav li {
  border: none;
  display: flex;
  min-height: 7.1428571429em;
  height: auto;
  margin: 0 2%;
  padding: 0;
  border: 0;
  border-top: 0;
  flex-flow: column;
  width: 20% !important;
}
.bvc_detail #sec5.support ul.support_nav li a {
  text-align: left;
  padding: .75em 25px .75em 15px;
  margin: 0;
  min-height: auto;
  height: auto;
  display: block;
}
.bvc_detail #sec5.support ul.support_nav li::after {
  display: block;
  content: '';
  border-bottom: 3px solid #c3002f;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(.445, .05, .55, .95);
  position: static;
  width: 100%;
}
.bvc_detail #sec5.support ul.support_nav li:hover::after {
  transform: scaleX(1);
}
.bvc_detail #sec5.support ul.support_nav li a .icon {
  display: block;
  text-align: center;
  font-size: 3.575em;
  padding-top: .7142857143em;
}
.bvc_detail #sec5.support ul.support_nav li .label {
  display: block;
  text-align: center;
  padding-top: .8em;
  margin-left: 0;
  width: auto;
  color: #343434;
  font-size: 1em;
}

.bvc_detail #banners {
  margin-top: 0;
}
.bvc_detail #banners .wrap {
  border-top: 1px solid #c1c1c1;
}
.bvc_detail #banners ul.bnrs {
  /* padding-top: 0; */
}

.bvc_detail #sec7.attention {
  margin-top: 4em;
}
.bvc_detail #sec7.attention h3 {
  font-weight: 700;
  font-size: 1.04em;
}

.bvc_detail #sec7.attention p {
  font-size: .84em;
  line-height: 1.8;
}
.bvc_detail #sec7.attention .btn a {
  margin-top: 2em;
  font-size: 1.2em;
}

.camp-banner{
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0 120px;
  text-align: center;
}
.camp-banner h2{
  margin: 0 0 35px;
}
.camp-banner p.attention{
  position: relative;
  margin: 20px 20px 0;
  padding: 0 0 0 1em;
  text-align: left;
  line-height: 200%;
  font-size: 1.15em;
}
.camp-banner p.attention span{
  position: absolute;
  left: 0;
}

.bvc-banner {
  display: flex;
  margin: 0 0 4.0em;
}
.bvc-banner .bnr-img {
  width: 25%;
}
.bvc-banner .bnr-img img {
  /*max-width: 100%;*/
  width: 100%;
}
.bvc-banner > p {
  width: 75%;
  box-sizing: border-box;
  padding-left: 1.5em;
  font-size: calc(18/14 * 1em);
  margin: 0;
}
.bvc-banner > p span {
  color: #c3002f;
}
.bvc-banner > p a {
  text-decoration: underline;
  color: #343434;
}