@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: 100%;
	margin: auto;
}
#container  .txt_red {
  color: #c3002f;
}
.link_detail a {
  display: inline-block;
  color: #343434;
  outline: none;
}
.link_detail.icon-right-arrow:after {
  color: #c3002f;
  font-size: 0.8em;
}

#header {
  clear: both;
  margin: 0 auto;
  padding: 14vw 4vw 0;
}
#header .header {
  text-align: center;
}
#header .header h1 {
  margin-bottom: calc(14/375 * 100vw);
  font-size: 26px;
  font-size: 6.75vw;
  line-height: 1.4;
}
#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: 8vw;
  margin-bottom: 10vw;
  text-align: center;
}
#header .pageNav ul.cfx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#header .pageNav ul.cfx li {
  position: relative;
  font-size: 13px;
  font-size: 3.5725vw;
  width: auto;
  border: 0;
  margin: 0 0 1em;
  padding: 0 .5em 1em;
}
#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;
}
_::-webkit-full-page-media, _:future, :root #header .pageNav ul.cfx li a.anchor span {
  white-space: nowrap;
}
.section {
  clear: both;
  margin-top: 14vw;
  padding: 0 4vw;
}
.section > .wrap > .headerWrap > .header {
  position: relative;
  padding-top: 5vw;
  margin-bottom: 6vw;
}
.section > .wrap > .headerWrap > .header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 18%;
  height: 4px;
  background-color: #c3002c;
}
.section > .wrap > .headerWrap > .header .logo {
  width: 100%;
  position: relative;
}
.section > .wrap > .headerWrap > .header .logo img {
  display: block;
  margin: 1.5em 0;
}
.section > .wrap > .headerWrap > .header h2 {
  display: table-cell;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.1;
  vertical-align: middle;
}
.section > .wrap > .headerWrap > .header p {
  margin-top: 1em;
  font-size: 1.24em;
  line-height: 1.6;
}
.content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

#sec1 {

}

#sec2 .content .inner {
  padding: 1em 0;
}
#sec2 .inner img.image {
  margin: auto;
  width: 100%;
  max-width: 700px;
}

#sec3 .col_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sec3 .col_flex img.image {
  width: 100%;
  margin: 1em 0;
}
#sec3 .col_flex img.image:nth-child(3) {
  margin-right: 0;
}
#sec3 .attention {
  margin-top: 0.75em;
}
#sec3 .check {
  margin-top: 2em;
}
#sec3 .check img.image {
  width: 100%;
  margin-bottom: 1em;
}
#sec3 .attention p {
  font-size: .75em;
  margin-bottom: .75em;
}

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

#sec5 .qa {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#sec5 .col_qa {
  width: 100%;
  margin-bottom: 1.4em;
}
#sec5 .col_qa .question {
  display: flex;
  align-items: flex-start;
  font-size: 1em;
}
#sec5 .col_qa .question > span {
  color: #666;
  font-size: 1em;
  font-family: 'vardana', sans-serif;
  font-weight: 700;
  padding-right: .333em;
}
#sec5 .col_qa .answer {
  display: block;
  margin-top: 0.8em;
  padding: 0.8em;
  font-size: 1em;
  background-color: #c1c1c1;
  background-color: rgb(193 193 193 / 28%);
  border-radius: 10px;
}
#sec5 .col_qa dl.answer dt {
  width: 1.2em;
  color: #c4012c;
  font-size: 1em;
  font-family: 'vardana', sans-serif;
  font-weight: 700;
  line-height: 1;
}
#sec5 .col_qa dl.answer dd {
  margin-top: -1.4em;
  margin-left: 1.2em;
  font-size: .92em;
}
#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: 100%;
  margin-bottom: 1.4em;
  padding: 0.5em 0.4em 0.6em 4.0em;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 1em 0.75em;
  background-size: 2.25em auto;
  /* font-size: 0.92em; */
  color: #333;
  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.75em;
}

#sec7 .header ul {
  margin-top: 1.8em;
}
#sec7 .header ul li {
  margin: 0 0 .25em;
  font-size: 1em;
}
#sec7 table.tbl1 {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
  font-size: 0.75em;
  line-height: 1.4;
  vertical-align: middle;
}
#sec7 .tbl1 th, #sec7 .tbl1 td {
  padding: .5em .45em;
  width: 15%;
	text-align: center;
}
#sec7 .tbl1 th {
	width: 15%;
	padding: 0.5em .25em;
	background: #8a8a8a;
	color: #fff;
}
#sec7 .tbl1 th.left, #sec7 .tbl1 td.left {
  width: 20%;
  vertical-align: middle;
}
#sec7 .tbl1.type2 th.left, #sec7 .tbl1.type2 td.left {
  width: 33.333%;
}
#sec7 h3 {
  margin-top: 2em;
}
#sec7 .attention {
 font-size: 0.75em;
}

#banners {
  margin-top: 10vw;
}
#banners .wrap {
  border-top: 1px solid #c1c1c1;
  padding-top: 20vw;
}
#banners ul.bnrs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  align-items: stretch;
}
#banners ul.bnrs li {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 6vw;
}
#banners ul.bnrs li a {
  display: block;
}
#banners ul.bnrs li a img {
  width: 100%;
}





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

.car_detail {

}
.car_detail .menu.pc {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  border: solid 1px #c1c1c1;
  border-width: 1px 1px 0;
}
.car_detail .menu {
  display: flex;
}
.car_detail .menu.pc li {
  width: auto;
  background-color: #f6f6f6;
}
.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;
  border: none;
}
.car_detail .menu.pc .select {
  background-color: #fff;
}
.car_detail .menu.pc li+li {
    border-left: solid 1px #c1c1c1
}
.car_detail .menu.pc a {
  display: grid;
  place-items: center;
  padding: 0.5em;
  position: relative;
  text-decoration: none;
  color: #343434;
  font-size: 3.25vw;
  text-align: center;
  height: 100%;
  min-height: 3.95em;
}
.car_detail .menu.pc a:hover {
    color: #c3092e
}
.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: 5px;
  right: 5px;
}
.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 .select a:hover {
    color: #343434;
}


.car_detail .menu.sp {
  position: relative;
  display: none;
  padding: 1em 1.5em;
  border: solid 1px #c1c1c1;
  border-width: 1px 1px 0;
  text-decoration: none;
  color: #343434;
}

.car_detail .contents {
  border-top: solid 1px #c1c1c1;
  padding: 2.4em 0 20px;
  display: none;
}
.car_detail .contents .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}
.car_detail .contents .inner .image {
  width: 100%;
  max-width: 560px;
  padding: 2em 0 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: "";
    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: 0;
  }
  .car_detail .menu.pc {
      display: block;
  }
  .car_detail .menu.sp {
      display: none;
      position: relative;
  }
  .car_detail .menu.sp .acd_icon {
    position: absolute;
    right: 1.5em;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #c3002f;
    line-height: 1;
    width: 1em;
    height: 2px;
    background-color: #c3002f;
    border-radius: 0.1em;
  }
  .car_detail .menu.sp .acd_icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: all .24s ease ;
  }
    .car_detail .menu.sp.select .acd_icon:before {
  	transform: rotate(180deg);
  }
  .car_detail .menu.sp.select:after {
      transform: scale(-1, -1);
  }
  .car_detail .contents {
      border-top: solid 1px #c1c1c1;
      padding: 20px 10px 20px 15px
  }
  .car_detail .contents .inner {
      display: block;
  }
  .car_detail .contents .inner .detail ul li a:after {
      margin-left: 10px
  }
} */
.tabs-content .tab-inner .right {
  margin-top: -6.5%;
  /* text-align: right; */
}
.tabs-content .tab-inner .right a {
  display: inline-block;
}

.bvc_detail #sec1 .tab-inner__1 .col_l .hd_campaign {
  margin-bottom: 0.5em;
  font-size: 1.24em;
  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: 0 0 0.24em;
  font-size: 1.24em;
  line-height: 1.4;
}
.bvc_detail #sec1 .tab-inner__1 .col_l h3.hd + div {
  font-size: 0.75em;
}
.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: 1em;
  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.pc_hide {
  margin-top: 2em;
  margin-bottom: 3em;
}
.bvc_detail #sec1 .tab-inner__1 .btn a.link_box {
  margin-top: 1em;
}
.bvc_detail #sec1 .tab-inner__1 .col_r .caption {
  font-size: .84em;
	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: 0px !important;
  width: 100%;
  max-width: 370px;
  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(0%, 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;
  font-family: 'Credit-Icon' !important;
  content: "\e905";
	text-align: right;
  color: #343434;
  font-size: 1em;
  line-height: 1;
}



.bvc_detail #sec1 .tab-inner__2 {
  margin-top: 3em;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
  font-size: 0.75em;
  line-height: 1.4;
  vertical-align: middle;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 th,
.bvc_detail #sec1 .tab-inner__2 .tbl2 td {
  padding: .8em 1em;
  text-align: left;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 th {
	background: #8a8a8a;
	color: #fff;
}
.bvc_detail #sec1 .tab-inner__2 .tbl2 th.left > span {
  font-size: 1em;
}
.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: 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: 3em 0 0.5em;
  font-size: 0.84em;
}
.bvc_detail #sec1 .tab-inner__3 .col_flex {
  display: block;
}
.bvc_detail #sec1 .tab-inner__3 .col_flex .col_l,
.bvc_detail #sec1 .tab-inner__3 .col_flex .col_r {
    width: 100%;
}
.bvc_detail #sec1 .tab-inner__3 .tbl3 ,
.bvc_detail #sec1 .tab-inner__3 .tbl4 {
  width: 100%;
  font-size: 0.74em;
}
.bvc_detail #sec1 .tab-inner__3 table th,
.bvc_detail #sec1 .tab-inner__3 table td {
  padding: 1em;
}
.bvc_detail #sec1 .tab-inner__3 table th {
  width: 20%;
  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: 2.2;
}
.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: .84em;
}

.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: 3em 0 0;
}
.bvc_detail #bvc_summary > .wrap {
  border-bottom: 1px solid #c1c1c1;
}
#bvc_summary__acd {
  position: relative;
  width: 100%;
  padding: 1em 1.5em;
  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;
  font-size: .84em;
  padding-bottom: 4em;
}
#bvc_summary__acd-content #sec2 .inner img.image {
  margin: auto;
  width: 100%;
  max-width: 690px;
}
#bvc_summary__acd-content .btn {
  margin-top: 2em;
}
#bvc_summary__acd-content .btn a.link_box {
}
#bvc_summary__acd-content .banner.images {
  margin-top: 2em;
}
#bvc_summary__acd-content .banner.images a {
  display: block;
  margin: auto;
  max-width: 370px;
}

.bvc_detail #sec4.configurator .btn a {
  max-width: 400px;
  height: 4em;
  margin: auto;
  padding: 1.6em 2em 1.6em 5em;
  font-size: 1.2em;
  font-weight: 700;
  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: wrap;
  align-items: center;
  max-width: 400px;
  margin: 0 auto 0;
  background: #f6f6f6;
}
.bvc_detail #sec4 .banner .col_l {
  width: 100%;
}
.bvc_detail #sec4 .banner .col_r {
  width: 100%;
  padding: 1em 1.5em 1em;
  font-size: 1em;
  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, #sec4 .banner.col2 > a {
  background-color: transparent;
}
.bvc_detail #sec4 .banner.col2 .col {
  background: #f6f6f6;
  flex: 0 0 100%;
}
.bvc_detail #sec4 .banner.col2 .col + .col {
  margin-top: 2em;
}

.bvc_detail #sec5.support {
  padding: 3em 0 2em;
  background: #eeeeee;
}
.bvc_detail #sec5.support h3 {
  margin-bottom: 1em;
  font-size: 26px;
  font-size: 6.75vw;
  line-height: 1;
  text-align: center;
}
.bvc_detail #sec5.support ul.support_nav {
  margin: 0 4vw;
  padding: 0 1.5em;
  background: #fff;
}
.bvc_detail #sec5.support ul.support_nav li {
  position: relative;
  height: 4.2em;
  border-bottom: 1px solid #c1c1c1;
}
.bvc_detail #sec5.support ul.support_nav li:last-child {
  border-bottom: none;
}
.bvc_detail #sec5.support ul.support_nav li::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  font-family: 'Credit-Icon' !important;
  speak: never;
  font-size: 1em;
  content: "\e907";
  color: #c3002f;
}
.bvc_detail #sec5.support ul.support_nav li a {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  padding: 1.2em 1.5em 1.2em 0;
  margin: 0;
  color: #343434;
  line-height: 1;
}
.bvc_detail #sec5.support ul.support_nav li a .icon {
  display: block;
  margin-right: .65em;
  font-size: 2em;
  color: #c3002f;
}
.bvc_detail #sec5.support ul.support_nav li .label {
  color: #343434;
}



.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: 1em;
}

.camp-banner{
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  width: 92vw;
  padding-bottom: 16vw;
  position: relative;
}
.camp-banner h2{
  margin: 0 0 4vw;
}
.camp-banner p.attention{
  padding: 0 0 0 1em;
  text-align: left;
  margin: 4vw 0 0;
  line-height: 160%;
}
.camp-banner p.attention span{
  position: absolute;
  left: 0;
}

.bvc-banner {
  margin: 4.0em 0 4.0em;
}
.bvc-banner .bnr-img img {
  /*max-width: 100%;*/
  width: 100%;
}
.bvc-banner > p {
  margin: 1.0em 0 0;
}
.bvc-banner > p span {
  color: #c3002f;
}
.bvc-banner > p a {
  text-decoration: underline;
  color: #343434;
}