@-webkit-keyframes scrolling {
  0% {
    bottom: 50px;
    height: 0;
  }
  49% {
    bottom: 0;
    height: 50px;
  }
  51% {
    height: 50px;
  }
  100% {
    height: 0;
  }
}
@keyframes scrolling {
  0% {
    bottom: 50px;
    height: 0;
  }
  49% {
    bottom: 0;
    height: 50px;
  }
  51% {
    height: 50px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes arrowmove {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}
button {
  cursor: pointer;
  background-color: transparent;
  background: 0 0;
  border-style: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: 1em;
  overflow: visible;
  text-transform: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-family: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  resize: vertical;
  margin: 0;
  padding: 0;
  -webkit-appearance: button;
}
button:focus {
  -webkit-tap-highlight-color: transparent;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

body {
  position: relative;
  line-height: 1.5;
  font-family: ShinGoPro-Regular, sans-serif !important;
  font-weight: 400;
  letter-spacing: 1px;
  width: 100%;
  overflow-x: hidden;
}

sup {
  vertical-align: super;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

br {
  font-family: sans-serif !important;
}

.l_inner {
  max-width: 1140px;
  margin: auto;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

@media screen and (max-width: 768px) {
  .l_inner {
    max-width: none;
  }
}
.sec .l_inner {
  padding: 0 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec .l_inner {
    padding: 0 6vw;
  }
}
.box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .box_flex {
    display: block;
  }
}
.s-center {
  text-align: center;
}

.s-right {
  text-align: right;
}

.s_ls-01 {
  letter-spacing: .08rem;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}
.only-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
.s-left {
  text-align: left;
}

.ttl_hero {
  font-size: 30px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .ttl_hero {
    font-size: 5.85vw;
  }
}
.ttl_sec img {
  width: 100%;
}

.txt-n {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .txt-n {
    font-size: 3.86vw;
  }
}
.txt-th {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .txt-th {
    font-size: 2.9vw;
  }
}
.txt-ss {
  font-size: 11px;
  letter-spacing: .16rem;
}

@media screen and (max-width: 768px) {
  .txt-ss {
    font-size: 2.4vw;
  }
}
.txt-s {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .txt-s {
    font-size: 3.38vw;
  }
}
.txt-m {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .txt-m {
    font-size: 4.34vw;
  }
}
.txt-brand {
  font-size: 115%;
}

.txt_lead {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  letter-spacing: .2rem;
}

@media screen and (max-width: 768px) {
  .txt_lead {
    font-size: 4.34vw;
  }
}
.txt_note-02 {
  margin-top: 20px;
  color: #505050;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .txt_note-02 {
    margin-top: 4vw;
  }
}
.txt_note-01 {
  margin-top: 20px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .txt_note-01 {
    margin-top: 4vw;
  }
}
.txt-red {
  color: #c3002f;
}

.txt-w {
  color: #fff;
}

.txt-space {
  letter-spacing: .16rem;
}

.txt_underline {
  text-decoration: underline;
}

b .txt-brand {
  font-size: 118%;
}

.btn {
  position: relative;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}
.btn::after {
  content: '';
  background-image: url(/SP/NOTE/BVC/IMG/btn_arrow02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  .btn {
    font-size: 18px;
    border-radius: 10px;
    padding: 2.19298vw 2.63158vw;
  }
  .btn::after {
    right: 2.63158vw;
    width: 3.59649vw;
    height: 1.75439vw;
  }
}
@media screen and (min-width: 1140px) {
  .btn {
    padding: 25px 50px;
  }
  .btn::after {
    right: 45px;
    width: 41px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 3.86473vw;
    border-radius: 2vw;
    padding: 4vw 2.41546vw 4vw 7.24638vw;
  }
  .btn::after {
    right: 7.24638vw;
    width: 7.48792vw;
    height: 4.83092vw;
  }
}
.link {
  color: #fff;
  display: block;
}
.link:hover {
  opacity: .8;
}

.link-01 {
  background-color: #c3002f;
}

.link-02 {
  background-color: #000;
}

.link-03 {
  background-color: #890222;
}

.link-map {
  position: relative;
  color: #fff;
  background-color: #c3002f;
}
.link-map::before {
  content: '';
  background-image: url(/SP/NOTE/BVC/IMG/ico-search02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  .link-map {
    text-align: center;
  }
  .link-map::before {
    left: 2.63158vw;
    width: 3.59649vw;
    height: 2.89474vw;
  }
  .link-map:hover {
    opacity: .8;
  }
}
@media screen and (min-width: 1140px) {
  .link-map::before {
    left: 45px;
    width: 41px;
    height: 33px;
  }
}
@media screen and (max-width: 768px) {
  .link-map {
    border-radius: 2vw;
    padding: 4vw 7.24638vw 4vw 19.32367vw;
  }
  .link-map::before {
    left: 7.24638vw;
    width: 7.24638vw;
    height: 6.03865vw;
  }
}
.content {
  position: relative;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 0;
}

.header_logo {
  position: absolute;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .header_logo {
    top: 25px;
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    top: 7.72947vw;
    left: 8.21256vw;
  }
}
.header_symbol,
.header_typography {
  fill: #FFFFFF;
}

.header_symbol {
  width: clamp(70px, 6.25vw, 140px);
}

.header_typography {
  width: 28.98551vw;
  max-width: 120px;
}

.hero_container {
  position: relative;
}

.hero_img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero_img picture img {
  width: 100%;
  max-width: none;
}

.hero_links {
  width: 100%;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .hero_links {
    padding: 29px 25px 120px;
  }
}
@media screen and (max-width: 768px) {
  .hero_links {
    padding: 0 6vw 120px;
  }
}
.hero_links_inner {
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.hero_links_link {
  width: 100%;
  text-align: center;
  border: 2px solid #cbcbcb;
  font-weight: 700;
  letter-spacing: 0;
}
.hero_links_link > a {
  text-decoration: none;
  color: #000;
  height: 100%;
  font-weight: 700;
}
.hero_links_link:nth-of-type(1) {
  border-radius: 8px 0 0 8px;
}
.hero_links_link:nth-of-type(3) {
  border-radius: 0 8px 8px 0;
}

@media screen and (min-width: 769px) {
  .hero_links_link {
    height: 60px;
    font-size: clamp(12px, 1.11111vw, 16px);
    background: url(/SP/NOTE/BVC/IMG/ico-arrow.svg) right 24px center/15px 10px no-repeat #f0f0f0;
  }
}
@media screen and (max-width: 768px) {
  .hero_links_link {
    font-size: 2.657vw;
    letter-spacing: 0;
    height: 21.73913vw;
    background: url(/SP/NOTE/BVC/IMG/ico-arrow.svg) bottom 3.8vw center/3.62319vw 2.41546vw no-repeat #f0f0f0;
  }
}
@media screen and (min-width: 769px) {
  .hero_links_link > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .hero_links_link > a {
    display: inline-block;
    padding-top: 4.34783vw;
  }
}
@media screen and (max-width: 340px) {
  .hero_links_link > a {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  .hero_links_link:nth-of-type(1) {
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .hero_links_link:nth-of-type(3) {
    padding-right: 20px;
  }
}
.hero_bnr {
  display: block;
}

@media screen and (min-width: 769px) {
  .hero_bnr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .hero_bnr {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 100vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .hero_bnr {
    top: 600px;
  }
}
.hero_bnr-link {
  display: block;
}
.hero_bnr-link picture {
  display: block;
}

@media screen and (min-width: 769px) {
  .hero_bnr-link {
    width: 570px;
    -webkit-transform: translateY(270px);
            transform: translateY(270px);
  }
  .hero_bnr-link:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 768px) {
  .hero_bnr-link {
    max-width: 345px;
    width: 83.33333vw;
    -webkit-transform: translateY(12.07729vw);
            transform: translateY(12.07729vw);
  }
}
.hero-scroll {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.hero-scroll_inner {
  height: 100%;
  position: absolute;
  -webkit-animation-name: arrowmove;
          animation-name: arrowmove;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (min-width: 769px) {
  .hero-scroll_inner {
    width: 15px;
    height: 116px;
    left: 0;
    margin-bottom: 25px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .hero-scroll_inner {
    width: 9px;
    height: 76px;
    left: 6vw;
    margin-bottom: 18px;
  }
}
.hero-scroll_pic > img {
  display: block;
  width: 100%;
  height: auto;
}

.area_userAct01 {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.area_userAct01 .link {
  padding: 20px 24px 20px 60px;
}
.area_userAct01 .link-01 {
  letter-spacing: 0;
  padding-left: 60px;
  border-top-left-radius: 50px;
  background: url(/SP/NOTE/BVC/IMG/ico-catalog.svg) left 25px top 52%/22px 20px no-repeat #c3002f;
}
.area_userAct01 .link-02 {
  letter-spacing: .1em;
  border-left: 2px solid #fff;
  background: url(/SP/NOTE/BVC/IMG/ico-calc.svg) left 25px center/21px 24px no-repeat #c3002f;
}
.area_userAct01.is-fixed {
  position: fixed;
}

@media screen and (max-width: 768px) {
  .area_userAct01 {
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  .area_userAct01 .link {
    padding: 4.58937vw 3.86473vw 4.10628vw 10.86957vw;
    font-size: 3.86473vw;
  }
}
@media screen and (max-width: 768px) {
  .area_userAct01 .link-01 {
    padding-left: 13.28502vw;
    border-top-left-radius: 45px;
    background-image: url(/SP/NOTE/BVC/IMG/ico-catalog.svg);
    background-position: left 5.31401vw top 5.31401vw;
    background-size: 5.31401vw 4.83092vw;
    background-repeat: no-repeat;
    background-color: #c3002f;
  }
}
@media screen and (max-width: 768px) {
  .area_userAct01 .link-02 {
    background: url(/SP/NOTE/BVC/IMG/ico-calc.svg) left 3.62319vw center/5.07246vw 5.7971vw no-repeat #c3002f;
  }
}
.sec_01 {
  text-align: center;
  padding-top: 75px;
  margin-top: 75px;
  position: relative;
}
.sec_01 .txt_lead {
  padding: 38px 0 58px;
}
.sec_01 .ico_check {
  margin-bottom: 80px;
  position: relative;
  display: block;
}
.sec_01 .ico_check:before {
  content: "";
  display: block;
  width: 3.5rem;
  border-top: 6px solid #000;
  position: absolute;
  bottom: -30px;
}
.sec_01 .box_flex {
  border: 1px solid #979797;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  margin-top: 105px;
}
.sec_01 .box_bg {
  background: #f0f0f0;
  position: relative;
  width: 338px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
.sec_01 .box_bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  top: 0;
  right: -100px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50.5%, #f0f0f0)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50.5%, #f0f0f0)) no-repeat bottom right/100% 50%;
  background: linear-gradient(to bottom left, transparent 50%, #f0f0f0 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #f0f0f0 50.5%) no-repeat bottom right/100% 50%;
}
.sec_01 .img-02 {
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .sec_01 {
    padding-top: 12.7vw;
    margin-top: 12.7vw;
  }
  .sec_01 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_01 .txt_lead {
    padding: 12vw 0 9.6vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_01 .box_flex {
    margin-top: 16.9vw;
    border-radius: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_01 .box_bg {
    text-align: center;
    line-height: 2;
    padding-top: 11.3vw;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_01 .box_bg:after {
    height: 17.87vw;
    right: 0;
    top: auto;
    bottom: -17.87vw;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50.5%, #f0f0f0)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50.5%, #f0f0f0)) no-repeat top right/50% 100%;
    background: linear-gradient(to top right, transparent 50%, #f0f0f0 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, transparent 50%, #f0f0f0 50.5%) no-repeat top right/50% 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_01 .img-02 {
    margin-top: 17.87vw;
  }
}
.sec_02 {
  margin-top: 149px;
}
.sec_02 .only-pc {
  display: inline;
}
.sec_02 .txt_lead {
  margin: 37px 0 73px;
}
.sec_02 .txt_note-02 {
  margin-top: 6px;
}
.sec_02 .area_payment {
  color: #505050;
}
.sec_02 .area_payment .txt_note-02 {
  margin: 35px 0 80px;
}
.sec_02 .area_pic img {
  margin-bottom: 26px;
}
.sec_02 .area_detail {
  position: relative;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
.sec_02 .area_detail .area_aco {
  text-align: center;
}
.sec_02 .area_detail .txt_lead {
  padding: 30px 0;
  margin: 0;
}
.sec_02 .area_detail {
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
}
.sec_02 .area_aco {
  display: none;
  padding-bottom: 53px;
}
.sec_02 .area_aco .box_flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_02 .box_note {
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
}
.sec_02 .box_note .txt-ss {
  color: #505050;
}
.sec_02 .area_detail_hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  cursor: pointer;
  color: #000000;
}
.sec_02 .box_note_hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  cursor: pointer;
  color: #000000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_02 .box_item {
  position: relative;
}
.sec_02 .box_img > img {
  width: 100%;
}
.sec_02 .box_link {
  position: absolute;
  left: 50%;
  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;
  background-color: #C3002F;
  color: #FFFFFF;
  font-weight: 700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec_02 .box_link.__sim {
  background-color: #FFFFFF;
  border: 1px solid #C3002F;
  color: #C3002F;
}
.sec_02 .box_table_pc {
  margin-top: 30px;
}
.sec_02 .box_table_pc.x-over img {
  max-width: 581px;
}
.sec_02 .box_table_cont {
  overflow-x: scroll;
  padding-bottom: 4.83092vw;
}
.sec_02 .box_table_head {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 42.7536231884058vw;
}
.sec_02 .box_table_head > img {
  width: 42.7536231884058vw;
  height: 211.3526570048309vw;
  background-color: #fff;
}
.sec_02 .box_table_body > img {
  width: 137.1980676328502vw;
  height: 211.3526570048309vw;
  max-width: none;
  margin-right: 6vw;
}
.sec_02 .box_table_body.x-over img {
  width: 72.70531400966184vw;
  height: 211.5942028985507vw;
  max-width: none;
  margin-right: 6vw;
}
.sec_02 .btn_arrow {
  margin-left: 15px;
}
.sec_02 .btn_arrow img {
  vertical-align: middle;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 20px;
}
.sec_02 .tab_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_02 .tab_head::before {
  content: '';
  position: absolute;
  background-color: #c3002f;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.sec_02 .tab_btn {
  width: calc(50% - 5px);
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.sec_02 .tab_btn.is-open {
  background-color: #c3002f;
  pointer-events: none;
}
.sec_02 .tab_btn.is-open .tab_txt {
  color: #fff;
}
.sec_02 .tab_btn:hover {
  background-color: #c3002f;
}
.sec_02 .tab_btn:hover .tab_txt {
  color: #fff;
}
.sec_02 .tab_txt {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.sec_02 .tab_item {
  display: none;
}
.sec_02 .box_lead {
  display: block;
  background-color: #c3002f;
  text-align: center;
}
.sec_02 .table-01 {
  width: 100%;
  color: #333;
  height: 100%;
}
.sec_02 .table-01 .box_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_02 .table-01 th {
  background-color: #c3002f;
  color: #fff;
  text-align: left;
  padding: 20px 30px;
  line-height: 2;
}
.sec_02 .table-01 th .txt-s {
  letter-spacing: .16rem;
}
.sec_02 .table-01 th b {
  font-size: 118%;
}
.sec_02 .table-01 td {
  background-color: #f0f0f0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
  padding: 5px 8px;
  width: 20%;
  height: 50px;
  letter-spacing: 0;
}
.sec_02 .table-01 td .txt-brand {
  line-height: 1;
}
.sec_02 .table-01 tr > td:first-child {
  text-align: center;
  background-color: #eae0e1;
}
.sec_02 .table-01 tr > td:last-child {
  padding-right: 5px;
}
.sec_02 .table-01 tr.table-col4-under td:nth-child(2), .sec_02 .table-01 tr.table-col4:not(.s-center) td:nth-child(2), .sec_02 .table-01 tr.table-col5 td:nth-child(3), .sec_02 .table-01 tr:not(.s-center) > td:last-child {
  text-align: right;
}
.sec_02 .table-01 tr.table-col2 > td:last-child {
  padding-right: 23%;
}
.sec_02 .table-01 tr:not(.table-col2) td:last-child {
  background-color: #eae0e1;
}
.sec_02 .table-01 tr.table-col5 td:nth-child(2) {
  text-align: center;
  background-color: #eae0e1;
}
.sec_02 .table-02 {
  letter-spacing: .13rem;
}
.sec_02 .table-02 tr > td:last-child {
  padding-right: 20px;
}
.sec_02 .table_bd {
  background-color: #fff;
  -webkit-box-shadow: 2px 0 0 #c3002f inset,0 2px 0 #c3002f inset,-2px 0 0 #c3002f inset,0 -2px 0 #c3002f inset;
          box-shadow: 2px 0 0 #c3002f inset,0 2px 0 #c3002f inset,-2px 0 0 #c3002f inset,0 -2px 0 #c3002f inset;
}
.sec_02 .table_bg {
  background: url(/SP/NOTE/BVC/IMG/bg_table.png) no-repeat left 43% center/contain, -webkit-gradient(linear, left top, right top, color-stop(0, #c3002f), color-stop(40%, #c3002f), color-stop(40%, #eae0e1));
  background: url(/SP/NOTE/BVC/IMG/bg_table.png) no-repeat left 43% center/contain, linear-gradient(to right, #c3002f 0, #c3002f 40%, #eae0e1 40%);
}
.sec_02 .btn_arrow {
  margin-left: 15px;
}
.sec_02 .btn_arrow img {
  vertical-align: middle;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 20px;
}
.sec_02 .area_slide-01 {
  -webkit-column-gap: 28px;
          column-gap: 28px;
}

@media screen and (max-width: 768px) {
  .sec_02 {
    -webkit-column-gap: 2.491103202846975vw;
            column-gap: 2.491103202846975vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .only-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .txt_lead {
    margin: 8.2vw 0 12vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .area_detail {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .area_detail {
    margin-top: 10.86957vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .txt_note-02 {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .area_payment .txt_note-02 {
    margin: 9.6vw 0 19.3vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .area_detail .txt_lead {
    padding: 7.48vw 0;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .area_detail .txt-ss {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .area_detail .txt-ss {
    margin-top: 7.24638vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .area_aco {
    margin-right: -6vw;
    padding-bottom: 12.8vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .area_aco .box_flex {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .area_slide-01 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .box_note {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .box_note .txt-ss {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .box_note .txt-ss {
    margin-top: 3.62319vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .box_note .area_aco {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .area_detail_hdg {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .sec_02 .box_note_hdg {
    padding-right: 3.62319vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .area_detail_hdg > img,
  .sec_02 .box_note_hdg > img {
    margin-right: 18px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .area_detail_hdg > img,
  .sec_02 .box_note_hdg > img {
    width: 4.1vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .box_note_hdg {
    font-size: 13px;
    height: 53px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .box_note_hdg {
    font-size: 3.1401vw;
    height: 12.80193vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .box_note_hdg > img {
    margin-right: 18px;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .area_detail_hdg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    height: 98px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .area_detail_hdg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 4.34783vw;
    height: 23.6715vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .area_detail_hdg > img {
    margin-left: 18px;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .area_slide-01 {
    -webkit-column-gap: 2.491103202846975vw;
            column-gap: 2.491103202846975vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .tab_head {
    padding-top: 2.41546vw;
    margin-bottom: -2.41546vw;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .tab_body {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .tab_txt {
    padding: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .tab_txt {
    padding: 3.62319vw 4.83092vw;
    font-size: 2.89855vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .tab_txt .en {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .tab_txt .en {
    font-size: 3.38164vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .box_lead {
    margin-top: 40px;
    padding: 30px;
  }
  .sec_02 .box_lead > img {
    width: 914px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .box_lead {
    margin-bottom: 4.83092vw;
    padding: 4.83092vw 2.41546vw;
  }
  .sec_02 .box_lead > img {
    width: 82.1256vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .box_item {
    width: 100%;
    max-width: none;
    margin-bottom: 9.6vw;
    margin-right: 6.03865vw;
    margin-left: 6.03865vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .box_link {
    bottom: 3.914590747330961vw;
    width: 50%;
    height: 3.50569vw;
    border-radius: 8px;
    font-size: 1.57895vw;
    -webkit-box-shadow: 0 4px 0 0 #67000E;
            box-shadow: 0 4px 0 0 #67000E;
  }
  .sec_02 .box_link:hover {
    bottom: calc(3.914590747330961vw - 4px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sec_02 .box_link.__sim {
    bottom: 2vw;
    -webkit-box-shadow: 0 4px 0 0 #C3002F;
            box-shadow: 0 4px 0 0 #C3002F;
  }
  .sec_02 .box_link.__sim:hover {
    bottom: calc(2vw - 4px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1140px) {
  .sec_02 .box_link {
    bottom: 44px;
    font-size: 18px;
    height: 40px;
  }
  .sec_02 .box_link:hover {
    bottom: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sec_02 .box_link.__sim {
    bottom: 20px;
  }
  .sec_02 .box_link.__sim:hover {
    bottom: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .box_link {
    bottom: 7.246376811594203vw;
    width: 65.94202898550725vw;
    height: 9.66183vw;
    border-radius: 1.93237vw;
    font-size: 4.34783vw;
    -webkit-box-shadow: 0 0.96618vw 0 0 #67000E;
            box-shadow: 0 0.96618vw 0 0 #67000E;
  }
  .sec_02 .box_link.__sim {
    bottom: 5vw;
    -webkit-box-shadow: 0 0.96618vw 0 0 #C3002F;
            box-shadow: 0 0.96618vw 0 0 #C3002F;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .box_table_sp {
    position: relative;
    margin-top: 2.41546vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .box_item img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .box_item2 {
    width: calc((100% / 2) - 25px);
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .box_item3 {
    width: calc((100% / 3) - 25px);
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .box_img {
    margin-bottom: 3.14vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .table-01 th .txt-s {
    letter-spacing: .04rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .table-01 th {
    font-size: 2.65vw;
    text-align: center;
    padding: 6vw 3.4vw;
    letter-spacing: .04rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .table-01 td {
    width: auto;
    height: auto;
    padding: 2.6vw 1vw;
    letter-spacing: -.01rem;
  }
  .sec_02 .table-01 td .txt-n {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .table-01 tr > td:last-child {
    padding-right: 1vw;
    width: 25.5%;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .table-01 tr.table-col2 > td:last-child {
    padding-right: 24vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .table-01 tr.table-col4-under td:first-child {
    width: 14.5%;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .table-01 tr.table-col4-under td:nth-last-child(2) {
    min-width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .table-01 tr.table-col4-under td:nth-last-child(2) {
    width: 22.5%;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .table-01 tr.table-col5 td:first-child {
    width: 14.5%;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .table-02 tr > td:last-child {
    width: 30.67vw;
  }
}
@media screen and (min-width: 769px) {
  .sec_02 .table_bg {
    min-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .table_bg {
    background: url(/SP/NOTE/BVC/IMG/bg_table.png) no-repeat left 42% center/contain, -webkit-gradient(linear, left top, right top, color-stop(0, #c3002f), color-stop(39%, #c3002f), color-stop(39%, #eae0e1));
    background: url(/SP/NOTE/BVC/IMG/bg_table.png) no-repeat left 42% center/contain, linear-gradient(to right, #c3002f 0, #c3002f 39%, #eae0e1 39%);
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .btn_arrow {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_02 .btn_arrow img {
    width: 4.1vw;
  }
}
.sec_03 {
  padding-top: 75px;
  margin-top: 75px;
}
.sec_03 .txt_lead {
  margin: 32px 0 60px;
}
.sec_03 .box_item {
  width: 32.5%;
  max-width: 360px;
}
.sec_03 figure {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .sec_03 {
    padding-top: 12.7vw;
    margin-top: 12.7vw;
  }
  .sec_03 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_03 .txt_lead {
    margin: 12.3vw 0 8.45vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_03 .box_item {
    width: 100%;
    max-width: none;
    margin-bottom: 9.6vw;
  }
  .sec_03 .box_item.s-end {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_03 figure {
    margin-top: 14.4vw;
  }
}
.sec_04 {
  margin-top: 129px;
}
.sec_04 .txt_note-01 {
  margin-right: 70px;
}
.sec_04 .box_item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec_04 .box_item {
    margin-top: 6.03864vw;
  }
}
.sec_04 .area_review {
  padding: 10px 60px 0;
}

@media screen and (max-width: 768px) {
  .sec_04 {
    margin-top: 21.7vw;
  }
  .sec_04 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_04 .txt_note-01 {
    margin: 14vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_04 .area_review {
    padding: 9.6vw 0 0;
  }
}
.sec_05 {
  margin-top: 150px;
}
.sec_05 .box_flex {
  max-width: 932px;
  width: 83.2%;
  margin: 70px auto 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_05 .box_img_flex {
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_05 .box_img {
  width: 48.3%;
  max-width: 541px;
}
.sec_05 .box_item {
  width: 38.6%;
  max-width: 360px;
}
.sec_05 figure {
  width: 59.2%;
  max-width: 552px;
}
.sec_05 .btn {
  margin-top: 25px;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec_05 {
    margin-top: 22.94vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_05 .box_flex {
    width: auto;
    margin: 13.5vw 0 24vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_05 .box_img_flex {
    display: block;
    width: auto;
    margin: 5vw 0 24vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_05 .box_img {
    text-align: center;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_05 .box_img_bottom {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_05 .box_item {
    width: auto;
    max-width: none;
    margin-top: 9.6vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_05 figure {
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .sec_05 .btn {
    padding: 4vw 7.24638vw;
    max-width: none;
  }
}
.sec06 {
  background: #f0f0f0;
}
.sec06 .l_inner {
  padding: 35px 10px 60px;
  color: #505050;
}
.sec06 .l_inner p {
  margin-top: 28px;
  letter-spacing: 1px;
}
.sec06 .l_inner a {
  color: #505050;
  text-decoration: underline;
}
.sec06 .l_inner a:hover {
  text-decoration: none;
}
.sec06 .l_inner .txt-ss {
  letter-spacing: 1px;
}
.sec06 figure {
  position: relative;
  top: 0;
  left: 0;
}
.sec06 .area_userAct02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec06 .area_userAct02 .box_item {
  width: 100%;
  padding: 110px 0 0;
  height: 340px;
}
.sec06 .area_userAct02 p {
  font-size: 20px;
  margin-top: 40px;
}
.sec06 .area_btn {
  padding: 40px 0 60px;
}
.sec06 .area_btn .only-pc {
  display: inline;
}
.sec06 .area_btn .btn {
  display: block;
  margin-top: 30px;
}
.sec06 .area_catalog {
  margin: auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.sec06 .area_catalog .box {
  position: absolute;
  left: 63.88%;
  top: 50%;
  width: 25%;
  max-width: 360px;
  min-width: 260px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.sec06 .logo_elgrand, .sec06 .logo_serena, .sec06 .logo_x-trail {
  width: 80%;
  margin: 0 auto 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec06 .l_inner {
    padding: 4.5vw 6vw 15.27vw;
  }
  .sec06 .l_inner p {
    margin-top: 5.7vw;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .area_userAct02 .box_item {
    width: auto;
    height: 72.46vw;
    padding: 21.9vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .area_userAct02 p {
    margin-top: 9.6vw;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .area_btn {
    padding: 4.66vw 6vw 9.66vw;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .area_btn .only-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sec06 .area_btn .btn {
    max-width: 580px;
    width: 47.2%;
    min-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .area_btn .btn {
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .area_catalog .box {
    width: auto;
    padding: 0 6vw 9.66vw;
    position: static;
    text-align: center;
    max-width: none;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .area_catalog .btn {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .logo_elgrand, .sec06 .logo_serena, .sec06 .logo_x-trail {
    width: 69vw;
    margin: 9.6vw auto 7.2vw;
  }
}
.footer {
  background-color: #000;
  color: #fff;
}
.footer .l_inner {
  padding: 106px 10px 107px;
  position: relative;
  font-size: 17px;
}
.footer .l_inner p {
  font-family: ShinGoPro-Light, sans-serif !important;
}
.footer .btn_top {
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  right: 0;
}
.footer .btn_top:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .footer .l_inner {
    padding: 25.6vw 13.76vw;
  }
  .footer .l_inner p {
    font-size: 4.34783vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .btn_top {
    width: 9.66vw;
    height: 9.66vw;
    right: 13.76vw;
    top: -4.83vw;
  }
}
@media screen and (min-width: 769px) {
  .area_campaign {
    padding-top: 20px;
    margin-top: -20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .area_campaign {
    padding-top: 4.83092vw;
    margin-top: -4.83092vw;
    margin-bottom: 14.49275vw;
  }
}
.area_campaign .campaign-txt {
  color: #000;
  line-height: 2;
  letter-spacing: .2em;
}
.area_campaign .campaign-graph {
  display: block;
}
.area_campaign .campaign-note {
  color: #505050;
}
.area_campaign .campaign-note > dd {
  display: block;
  letter-spacing: .16rem;
  line-height: 1.71429;
}

@media screen and (min-width: 769px) {
  .area_campaign .campaign-txt {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .area_campaign .campaign-txt {
    font-size: 3.86473vw;
    margin-top: 4.83092vw;
  }
}
@media screen and (min-width: 769px) {
  .area_campaign .campaign-graph {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .area_campaign .campaign-graph {
    margin-top: 9.66184vw;
  }
}
@media screen and (min-width: 769px) {
  .area_campaign .campaign-note {
    font-size: 14px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .area_campaign .campaign-note {
    font-size: 2.657vw;
    margin-top: 9.66184vw;
  }
}
@media screen and (min-width: 769px) {
  .area_campaign .campaign-note > dd {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .area_campaign .campaign-note > dd {
    margin-top: 1.20773vw;
  }
}
@media screen and (min-width: 769px) {
  .area_campaign .txt-space {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .area_campaign .txt-space {
    margin-top: 7.24638vw;
  }
}
@media screen and (min-width: 769px) {
  .campaign-btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .campaign-btn {
    margin-top: 7.24638vw;
  }
}
.campaign-btn .btn {
  background-color: #c3002f;
}

@media screen and (min-width: 769px) {
  .campaign-btn .btn {
    max-width: 580px;
  }
}
.note-bvc .note_logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .note-bvc .note_logo {
    width: 70%;
    margin-bottom: 40px;
  }
  .note-bvc .note_logo.crossover_logo {
    width: 95.81967%;
  }
}
@media screen and (max-width: 768px) {
  .note-bvc .note_logo {
    width: 55.55556vw;
    margin-top: 9.66184vw;
    margin-bottom: 6.03865vw;
  }
  .note-bvc .note_logo.crossover_logo {
    width: 76.6618207860262vw;
  }
}
#jsAco:hover {
  cursor: pointer;
}

.slick-dotted.slick-slider {
  margin-bottom: 14.66vw;
}

.slick-dots li button {
  height: 18px;
  width: 18px;
  border: 3px solid #000;
  border-radius: 50%;
  background: #fff;
}
.slick-dots li.slick-active button {
  background: #c3002f;
}
.slick-dots li button:before {
  display: none;
}

.two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1139px) {
  .two_columns {
    gap: 3.50877vw;
  }
}
@media screen and (max-width: 768px) {
  .two_columns {
    gap: 1.20772vw;
  }
}

.q_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 104px;
}
@media screen and (max-width: 1139px) {
  .q_box {
    width: 9.1228vw;
  }
}
@media screen and (max-width: 768px) {
  .q_box {
    width: 16.66666vw;
  }
}

.a_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 98px;
}
@media screen and (max-width: 1139px) {
  .a_box {
    width: 8.59649vw;
  }
}
@media screen and (max-width: 768px) {
  .a_box {
    width: 14.49275vw;
  }
}

.arrow_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  border: 1px solid #242424;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 0 0 #242424;
          box-shadow: 0 4px 0 0 #242424;
}
.arrow_box sup {
  position: relative;
  top: 0.25em;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .arrow_box sup {
    top: 0.1em;
  }
}

.arrow_box:after,
.arrow_box:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .arrow_box:after,
  .arrow_box:before {
    top: 18.11594vw;
  }
}

dt.two_columns {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
dt.two_columns .arrow_box {
  padding: 25px 35px;
  background: #F0F0F0;
  font-size: 22px;
  font-weight: bold;
  color: #C3002F;
}
@media screen and (max-width: 1139px) {
  dt.two_columns .arrow_box {
    padding: 2.19298vw 3.07017vw;
    font-size: 1.92982vw;
  }
}
@media screen and (max-width: 768px) {
  dt.two_columns .arrow_box {
    padding: 5vw 7.24637vw;
    font-size: 4.34782vw;
  }
}
dt.two_columns.box_item:not(:first-child) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #BCBCBC;
}
@media screen and (max-width: 1139px) {
  dt.two_columns.box_item:not(:first-child) {
    margin-top: 5.26315vw;
    padding-top: 5.26315vw;
  }
}
@media screen and (max-width: 768px) {
  dt.two_columns.box_item:not(:first-child) {
    margin-top: 9.66183vw;
    padding-top: 9.66183vw;
  }
}

dd.two_columns .arrow_box {
  padding: 25px 60px;
  background-color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 1139px) {
  dd.two_columns .arrow_box {
    padding: 2.19298vw 5vw;
    font-size: 1.92982vw;
  }
}
@media screen and (max-width: 768px) {
  dd.two_columns .arrow_box {
    padding: 5vw 6.24637vw;
    font-size: 3.8647vw;
    line-height: 1.5;
  }
}
dd.two_columns .arrow_box:after {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  dd.two_columns .arrow_box:after {
    top: 17.14975vw;
  }
}
dd.two_columns .arrow_box:before {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 1px;
  border-right-color: transparent;
  border-left-color: #242424;
}
@media screen and (max-width: 768px) {
  dd.two_columns .arrow_box:before {
    top: 17.14975vw;
  }
}
dd.two_columns .arrow_box .arrow_shadow {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 1px;
  border-right-color: transparent;
  border-left-color: #242424;
}
@media screen and (max-width: 768px) {
  dd.two_columns .arrow_box .arrow_shadow {
    top: 18.11594vw;
  }
}
dd.two_columns .arrow_box .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(195, 0, 47, 0.2)));
  background: linear-gradient(transparent 55%, rgba(195, 0, 47, 0.2) 55%);
}
dd.two_columns .arrow_box > a {
  color: #C3002F;
  border-bottom: 1px solid #C3002F;
}

.arrow_box:after {
  border-top-width: 1px;
  border-bottom-width: 10px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -10px;
  border-right-color: #F0F0F0;
}

.arrow_box:before {
  border-top-width: 1px;
  border-bottom-width: 12px;
  border-left-width: 22px;
  border-right-width: 22px;
  margin-top: -11px;
  margin-right: 1px;
  border-right-color: #242424;
}

.arrow_shadow {
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  right: 100%;
  top: 34px;
  border-top-width: 2px;
  border-bottom-width: 11px;
  border-left-width: 22px;
  border-right-width: 22px;
  margin-top: -11px;
  margin-right: 1px;
  border-right-color: #242424;
}
@media screen and (max-width: 768px) {
  .arrow_shadow {
    top: 19.32367vw;
  }
}

.follow_content {
  width: 555px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  padding: 5px;
}
.follow_content .follow_content_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.follow_content .follow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.follow_content .follow_list .list-item {
  background-color: #eee;
  margin-right: 5px;
}
.follow_content .follow_list .list-item:last-child {
  margin-right: 0;
}
.follow_content .follow_list .list-item a {
  display: block;
  padding: 15px 12px;
}
.follow_content .follow_list .list-item a:hover {
  opacity: .8;
}
.follow_content .follow_list .list-item a img {
  margin: 0 auto;
}
.follow_content .follow_txt {
  width: 412px;
  position: absolute;
  top: -56px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .follow_content {
    width: 100%;
    padding: 0;
  }
  .follow_content .follow_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .follow_content .follow_list .list-item {
    width: 24.84879032%;
    height: 12.3vw;
    margin-right: 0;
  }
  .follow_content .follow_list .list-item:nth-child(1) a img {
    width: 48.68154158%;
  }
  .follow_content .follow_list .list-item:nth-child(2) a img {
    width: 48.68154158%;
  }
  .follow_content .follow_list .list-item:nth-child(3) a img {
    width: 58.41784989%;
  }
  .follow_content .follow_list .list-item:nth-child(4) a img {
    width: 58.41784989%;
  }
  .follow_content .follow_list .list-item a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .follow_content .follow_txt {
    width: 65vw;
    top: -8.5vw;
    left: 1vw;
  }
}

.note-add {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .note-add {
    margin-bottom: 5.7vw;
  }
}

/*# sourceMappingURL=style.css.map */