/*
*
* campaign_winter.css
*
*/
/* --------------------------------
  faq
-------------------------------- */
.faq {
  padding: calc(78 * var(--base-font, 1) / 10) 0;
  background-color: #eaf4fd;
}

.faq_heading {
  display: block;
  position: relative;
  margin: 0 auto calc(23 * var(--base-font, 1) / 10);
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  color: #224087;
  font-size: calc(22 * var(--base-font, 1) / 10);
}

.faq_heading-deco {
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(21 * var(--base-font, 1) / 10);
  height: calc(30 * var(--base-font, 1) / 10);
}
.faq_heading-deco img {
  display: block;
  width: 100%;
}
.faq_heading-deco_left {
  bottom: calc(5 * var(--base-font, 1) / 10);
  left: calc(-5 * var(--base-font, 1) / 10);
  transform: translateX(-100%);
}
.faq_heading-deco_right {
  right: calc(-5 * var(--base-font, 1) / 10);
  bottom: calc(5 * var(--base-font, 1) / 10);
  transform: scale(-1, 1) translateX(-100%);
}

.question_acc {
  overflow: hidden;
  border-radius: calc(10 * var(--base-font, 1) / 10);
  background-color: #fff;
}
.question_acc + .question_acc {
  margin-top: calc(20 * var(--base-font, 1) / 10);
}

.question_acc_answer {
  display: none;
  background-color: #fff;
}
.question_acc_answer_open {
  display: block;
}

.question_acc_answer_inner {
  position: relative;
  padding: calc(0 * var(--base-font, 1) / 10) calc(51 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10) calc(41 * var(--base-font, 1) / 10);
}

.question_acc_answer_text {
  letter-spacing: 0;
  color: #333;
  font-size: calc(14 * var(--base-font, 1) / 10);
  font-weight: 500;
  line-height: 1.5;
}
.question_acc_answer_text + .question_acc_answer_text {
  margin-top: calc(21 * var(--base-font, 1) / 10);
}

.question_acc_answer_note {
  display: block;
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 1.5;
}

.question_acc_answer_link {
  text-decoration: underline;
  color: #0379d6 !important;
  font-weight: 500;
}
.question_acc_answer_link:hover {
  text-decoration: none;
}

.question_acc_answer_highlight {
  padding: 0 calc(3 * var(--base-font, 1) / 10);
  background: #fffb00;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 1.7;
}

.question_acc_question_mark {
  position: absolute;
  top: 50%;
  right: calc(13 * var(--base-font, 1) / 10);
  border-radius: 100vmax;
  width: calc(26 * var(--base-font, 1) / 10);
  height: calc(26 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
  background-color: #0379d6;
}
.question_acc_question_mark::before,
.question_acc_question_mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(13 * var(--base-font, 1) / 10);
  height: calc(2 * var(--base-font, 1) / 10);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.question_acc_question_mark::after {
  transition: transform 0.3s ease-out;
  transform: translate(-50%, -50%) rotate(90deg);
}

.question_acc_question {
  position: relative;
  padding: calc(15 * var(--base-font, 1) / 10) calc(54 * var(--base-font, 1) / 10) calc(17 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
  transition: opacity 0.8s ease;
  letter-spacing: 0;
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-weight: bold;
  line-height: 1.5;
}
.question_acc_question:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .question_acc_question:hover {
    opacity: 0.6;
  }
}
.question_acc_question.active .question_acc_question_mark::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.question_acc_question_icon {
  position: absolute;
  top: calc(20 * var(--base-font, 1) / 10);
  left: calc(12 * var(--base-font, 1) / 10);
  width: calc(18 * var(--base-font, 1) / 10);
  height: calc(18 * var(--base-font, 1) / 10);
}
.question_acc_question_icon img {
  display: block;
  width: 100%;
}
.question_acc_question_icon_a {
  top: calc(2 * var(--base-font, 1) / 10);
}

.faq_sec-wrap + .faq_sec-wrap {
  padding-top: calc(54 * var(--base-font, 1) / 10);
}

/* --------------------------------
  anchor
-------------------------------- */
.anchor {
  padding: 0 0 calc(80 * var(--base-font, 1) / 10);
  background-color: #fff;
}

.anchor_heading-deco {
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(21 * var(--base-font, 1) / 10);
  height: calc(30 * var(--base-font, 1) / 10);
}
.anchor_heading-deco img {
  display: block;
  width: 100%;
}
.anchor_heading-deco_left {
  bottom: calc(5 * var(--base-font, 1) / 10);
  left: calc(-8 * var(--base-font, 1) / 10);
  transform: translateX(-100%);
}
.anchor_heading-deco_right {
  right: calc(-8 * var(--base-font, 1) / 10);
  bottom: calc(5 * var(--base-font, 1) / 10);
  transform: scale(-1, 1) translateX(-100%);
}

.anchor_heading-large {
  display: block;
  position: relative;
  margin: 0 auto calc(8 * var(--base-font, 1) / 10);
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  color: #224087;
  font-size: calc(32 * var(--base-font, 1) / 10);
}

.anchor_heading-wrap {
  padding: calc(22 * var(--base-font, 1) / 10) 0 calc(21 * var(--base-font, 1) / 10);
  background-color: #eaf4fd;
}

.anchor_heading {
  display: block;
  text-align: center;
  letter-spacing: 0;
  font-size: calc(16 * var(--base-font, 1) / 10);
  line-height: 1.4;
}

.anchor_contents {
  width: 100%;
}

.anchor_button-list {
  display: grid;
  margin-top: calc(43 * var(--base-font, 1) / 10);

  gap: calc(16 * var(--base-font, 1) / 10);
  grid-template-columns: repeat(2, 1fr);
}

.anchor_button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: calc(10 * var(--base-font, 1) / 10);
  border: calc(2 * var(--base-font, 1) / 10) solid #224087;
  border-radius: calc(10 * var(--base-font, 1) / 10);
  min-height: calc(80 * var(--base-font, 1) / 10);
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: #224087 !important;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff !important;
  font-size: calc(14 * var(--base-font, 1) / 10);
  font-weight: bold;
  line-height: 1.3;
}
@media (any-hover: hover) {
  .anchor_button:hover {
    background-color: #fff !important;
    color: #224087 !important;
  }
  .anchor_button:hover .anchor_button-icon svg path {
    fill: #224087 !important;
  }
}

.anchor_button-icon {
  position: absolute;
  top: 50%;
  right: calc(3 * var(--base-font, 1) / 10);
  width: calc(17 * var(--base-font, 1) / 10);
  height: calc(16 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
}
.anchor_button-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.anchor_button-icon svg path {
  transition: fill 0.3s ease;
}