@charset "UTF-8";

/*CVエリア*/
.section-cv .container .cv-guide[data-max-width="764"] {
  max-width: 764px;
  width: 100%;
}
.section-cv .container .cv-guide .btn-contact {
  min-width: auto;
  width: 358px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section-cv .container .cv-guide .btn-contact {
    width: 100%;
  }
}
.section-cv.v20240222 .container .cv-guide .cv-board svg#icon-mobile {
  width: 26px;
  height: 26px;
  left: 1.6em;
}
@media screen and (max-width: 767px) {
  .section-cv.v20240222 .container .cv-guide .cv-board svg#icon-mobile {
    width: 20px;
    height: 20px;
    left: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .section-cv.v20240222 .container .cv-guide .btn-blank::after {
    display: block;
    width: 16px;
  }
}
.section-cv.v20240222 .container .cv-guide .btn-white-gray.btn-custom,
.section-cv.v20240222 .container .cv-guide .btn-custom {
  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;
  min-height: 68px;
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .section-cv.v20240222 .container .cv-guide .btn-white-gray.btn-custom,
  .section-cv.v20240222 .container .cv-guide .btn-custom {
    min-height: 94px;
  }
}

.fs-40 {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .fs-40 {
    font-size: 36px;
    line-height: 0.8;
  }
}

.box-sm {
  background: #f2f2f2;
}
.discount-box .box-header {
  line-height: 3;
}

.triangle-arrow {
  position: relative;
}

/*装飾*/

.black-ruled-line {
  text-decoration: line-through;
}

.triangle-arrow::before {
  content: '';
  display: block;
  position: absolute;
  transform: translateX(-50%);
  top: -30px;
  left: 50%;
  border-top: 30px solid #F5D200;
  border-bottom: 30px solid transparent;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}

.black-arrow {
  position: relative;
}

.black-arrow::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 2px;
  width: 14px;
  height: 8px;
  background-color: #333;
}

.black-arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 14px;
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/*アコーディオン下線調整*/

.under-line {
  border-bottom: 1px solid #E2E2E2;
}

.collapse-container.is-open::after {
  border-bottom:none;
}

/*anc-link*/
.anc-link {
  position: relative;
}

.anc-link::after {
  content: '';
  position: absolute;
  top: 5px;
  right: -20px;
  display: inline-block;
  background: url(/common_v10/images/icn-link-anchor-text.svg) no-repeat center center / contain;
  width: 1em;
  height: 1em;
  margin: auto;
}

.anc-link:link,
.anc-link:visited
.anc-link:hover,
.anc-link:active {
  text-decoration: none;
  color: #333;
}
