/* button */
/* button */
/* button */
/* --- Reusable Hero Action Button --- */
/* Main container for the button (the <a> tag) */
.hero-action-button {
  /* Layout and Positioning */
  position: relative; /* Crucial for positioning the text on top */
  display: flex; /* Using flex to align content, though not strictly needed with absolute positioning */
  align-items: center;
  /* Sizing and Spacing (taken from the old ".sub-container1 li:nth-child(4) a") */
  max-width: 918px;
  margin: 0px auto 0px auto; /* Centered horizontally with top/bottom margin. Change 'auto' to '0' for left-alignment. */
  /* Appearance */
  text-decoration: none; /* Removes the default link underline */
}
/* The background image of the button */
.hero-action-button__background {
  display: block; /* Removes extra space below the image */
  width: 100%; /* Ensures the image fills the container's width */
}
/* The text container (the <span> tag) */
.hero-action-button__text {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 32px;
  white-space: nowrap;
  letter-spacing: 0px;
  /* Text Styling */
  color: #ffffff;
  white-space: nowrap; /* Prevents text from breaking into a new line */
}
/* The highlighted part of the text (the <i> tag) */
.text-highlight {
  color: #ffe100; /* Highlight color (yellow) */
  font-style: normal; /* Removes the default italic style from the <i> tag */
  font-weight: 600; /* Makes the text bold */
}

/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */

@media (max-width: 1020px) {
  .hero-action-button__text {
    left: 51%;
    font-size: 22px;
  }
  .hero-action-button {
    position: relative;
    display: flex;
    align-items: center;
    /* max-width: 876px; */
    margin: 0px auto 0px auto;
    text-decoration: none;
    width: 80%;
  }
}
@media (max-width: 900px) {
  .hero-action-button {
    width: 102%;
  }
}
@media (max-width: 700px) {
  .hero-action-button__text {
    left: 51%;
    font-size: 19px;
  }
}
@media (max-width: 550px) {
  .hero-action-button {
    width: 100%;
    width: 368px;
  }
  .hero-action-button__text {
    left: 53%;
    font-size: 13px;
  }
  .your-ec-wrapper .report-section .first-tobe-done li:nth-child(2) br {
    display: none;
  }
  .your-ec-wrapper .report-section .first-tobe-done li:nth-child(2) {
    font-weight: 600;
  }
}
@media (max-width: 400px) {
  .hero-action-button {
    width: 100%;
    width: 350px;
  }
  .report-button {
    padding-left: 18px;
    padding-right: 18px;
  }
  .report-button {
    letter-spacing: 1px;
  }
  .text-highlight {
    position: relative;
    left: 4px;
  }
  .hero-action-button__text {
    left: 52%;
  }
}
@media (max-width: 340px) {
  .hero-action-button__text {
    left: 53%;
    font-size: 11px;
  }

  .hero-action-button {
    width: 100%;
    width: 310px;
  }
}
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
/* Start あなたのEC、 “いまどの冒険ステージ”？ ko down ko button ko lagei */
