@charset "UTF-8";

@media screen and (max-width: 834px) {
  .benefits_box table {
      width: 100%;
  }
  .bl_questionPanelUnit {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (min-width: 641px) {
  .greeting_text {
    display: block;
    padding-left: 38px;
  }
  .benefits_text {
    display: block;
    padding-left: 38px;
    text-indent: -1em;
  }
}

@media screen and (max-width: 640px) {
  .benefits_text {
    text-indent: -1em;
    margin-left: 1em;
    padding-right: 10px;
  }
  .benefits_modalFrame {
    padding: 10px;
  }
  .redeem_wrap .redeem_wrap_box {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .bl_questionPanelUnit {
    width: 100%;
  }
  .bl_questionPanel .bl_questionPanel_ttl {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.6;
    text-indent: -2.5em;
    margin-left: 2.5em;
  }
  .bl_questionPanel .bl_questionPanel_ttl .bl_questionPanel_ttl_inner::before {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
  }
  .bl_questionPanel .bl_questionPanel_answer::before {
    font-size: 22px;
    margin-right: 10px;
  }
  .bl_questionPanel input:checked~.bl_questionPanel_answer {
    padding: 10px 20px 10px 10px;
  }
  .bl_questionPanel_answer_inner {
    font-size: 14px;
  }
  .bl_questionPanel input:checked~.bl_questionPanel_ttl {
    padding-right: 5px;
  }
  .benefits_btn_wrap {
    display: block;
    gap: 0;
    padding: 20px;
    background: #f4f4f4;
  }
  .benefits_btn {
    background: #319b03;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    display: block;
    width: auto;
    text-align: center;
  }
  .member_notes {
    padding-top: 10px;
    font-size: 13px;
    text-align: center;
  }
  .how_to_redeem_title {
    font-size: 18px;
  }
}

@media screen and (max-width: 612px) {
  .benefits_box table th {
    padding: 10px;
  }
  .benefits_box table th:first-child {
    width: 30%;
  }
  .benefits_box table th:nth-child(2) {
    width: 70%;
  }
  .benefits_box table td:nth-child(2) {
    display: block;
    line-height: 1.5;
  }
  .benefits_box table td div:nth-child(3) {
    width: auto;
  }
}