@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .canter_sec-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.canter_sec-inner p,
.canter_sec-inner ul {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.6rem;
}

.heading_gold_border {
  margin-bottom: 40px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 5px solid #9C8A46;
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .heading_gold_border {
    margin-bottom: 36px;
    font-size: 2.4rem;
  }
}

.heading_03 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .heading_03 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .heading_03-sub {
    font-size: 1.6rem;
  }
}

.btn_square {
  display: block;
  margin: 0 auto 12px;
  width: 100%;
  max-width: 480px;
  border-radius: 10px;
  background: #D70000;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
  padding: 28px 0;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn_square[href^="#"], .btn_square:visited, .btn_square[href^="#"]:visited, .btn_square:active, .btn_square[href^="#"]:active {
  color: #fff;
}
@media screen and (hover: hover) {
  .btn_square:hover, .btn_square[href^="#"]:hover {
    color: #fff;
    opacity: 0.7;
  }
}
.btn_square.gray {
  background: #656565;
  pointer-events: none;
}
.btn_square.arrow::after {
  --w: 14px;
  --h: 14px;
  content: "";
  display: inline-block;
  width: var(--w);
  height: var(--h);
  margin-left: 8px;
  background: url(/ja/product/canter/common/images/ico_arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_square.catalog::before {
  --w: 20px;
  --h: 15px;
  content: "";
  display: inline-block;
  width: var(--w);
  height: var(--h);
  margin-right: 8px;
  background: url(/ja/product/canter/common/images/ico_book_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.canter_float_cv_area {
  --gap: 65px;
  font-family: "Roboto", "Noto Sans JP", "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}
@media screen and (max-width: 768px) {
  .canter_float_cv_area {
    --gap: 15px;
    align-items: stretch;
  }
}
.canter_float_cv_area-close {
  top: calc(50% - var(--s) / 2 - 30px);
  left: calc(50% - var(--s) / 2 + 47vw);
}
.canter_float_cv_area .btn_square {
  margin: 0;
  max-width: 398px;
}
@media screen and (max-width: 768px) {
  .canter_float_cv_area .btn_square {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0;
    font-size: 1.2rem;
  }
}
.canter_float_cv_area .btn_square:visited, .canter_float_cv_area .btn_square[href^="#"]:visited, .canter_float_cv_area .btn_square:active, .canter_float_cv_area .btn_square[href^="#"]:active {
  color: #fff;
}
.canter_float_cv_area .btn_square:hover, .canter_float_cv_area .btn_square[href^="#"]:hover {
  color: #fff;
  opacity: 0.7;
}

.checkbox_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type=checkbox].agree_checkbox {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: #D9D9D9;
  cursor: pointer;
}
input[type=checkbox].agree_checkbox:checked {
  background-image: url(/ja/product/canter/images/newera-canter/ico_check_b.svg);
  background-size: 60% 80%;
  background-repeat: no-repeat;
  background-position: center;
}

html:has(input[type=checkbox].agree_checkbox:checked) .btn_application {
  background: #D70000;
  pointer-events: auto;
}

.checkbox_label {
  padding-left: 10px;
  color: #262626;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .quote_column_03 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .quote_column_03-item {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .quote_column_03-item {
    margin-bottom: 20px;
  }
}

.btn_quote {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: 280px;
  height: 70px;
  color: #fff;
  background: linear-gradient(90deg, rgb(218, 218, 218) 0%, rgb(218, 218, 218) 7%, rgb(38, 38, 38) 7%, rgb(38, 38, 38) 100%);
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.25) inset;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn_quote {
    width: 240px;
    background: linear-gradient(90deg, rgb(218, 218, 218) 0%, rgb(218, 218, 218) 8%, rgb(38, 38, 38) 8%, rgb(38, 38, 38) 100%);
    font-size: 1.6rem;
  }
}
.btn_quote::before {
  --w: 20px;
  --h: 15px;
  content: "";
  display: inline-block;
  width: var(--w);
  height: var(--h);
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_quote.download::before {
  margin-right: 0;
  background-image: url(/ja/product/canter/common/images/ico_download_w.svg);
}
.btn_quote.mail::before {
  background-image: url(/ja/product/canter/common/images/ico_mail_w.svg);
}
.btn_quote.shop::before {
  background-image: url(/ja/product/canter/common/images/ico_pin_w.svg);
}
.btn_quote:visited {
  color: #fff;
}
.btn_quote:hover {
  color: #fff;
  opacity: 0.7;
}

.step_lead_txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .step_column_04 {
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .step_column_04-item {
    width: 220px;
  }
}
.step_column_04-item:last-child .step_figure::after {
  content: none;
}
.step_column_04-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .step_column_04-item-contents {
    display: flex;
    flex-direction: column-reverse;
  }
}

.step_ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .step_ttl {
    margin-bottom: 20px;
  }
}

.step_figure {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .step_figure {
    margin-top: 20px;
  }
}
.step_figure::after {
  --w: 34px;
  --h: 24px;
  content: "";
  position: absolute;
  margin: auto;
  width: var(--w);
  height: var(--h);
  background-image: url(/ja/product/canter/images/newera-canter/ico_step_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .step_figure::after {
    top: 0;
    right: -22px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .step_figure::after {
    right: 0;
    bottom: -18px;
    left: 0;
    transform: rotate(90deg);
  }
}
.step_figure-img {
  border: 1px solid #949494;
}

@media screen and (min-width: 769px) {
  .appeal_column_02 {
    display: flex;
    flex-flow: row nowrap;
    gap: 40px;
  }
  .appeal_column_02-item:last-child {
    width: 570px;
  }
}

.btn_circle_black {
  display: block;
  margin: 40px auto 0;
  width: 317px;
  background: #262626;
  padding: 20px 0;
  color: #fff;
  border-radius: 9999px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.btn_circle_black::after {
  --w: 14px;
  --h: 14px;
  content: "";
  display: inline-block;
  width: var(--w);
  height: var(--h);
  margin-left: 8px;
  background: url(/ja/product/canter/common/images/ico_arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_circle_black:hover {
  color: #fff;
}

.anchor_link_whitespace_150 {
  margin-top: -150px;
  padding-top: 150px;
}/*# sourceMappingURL=index.css.map */