@charset "UTF-8";

.service-needs__inner .mt40 {
  margin-top: 40px;
}
.benefits_box {
  margin-top: 10px;
}
.benefits_box table {
  border-collapse: collapse;
  margin: 0 auto 20px;
  padding: 0;
  width: 880px;
  table-layout: fixed;
  font-size: 14px;
}
.benefits_box table thead tr {
  background-color: #eee;
}
.benefits_box table tr{
  border: 1px solid #ddd;
}
.benefits_box table th {
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.benefits_box table th:first-child {
  border-right: 1px solid #ddd;
  width: 25%;
}
.benefits_box table th:nth-child(2) {
  width: 75%;
}
.benefits_box table td {
  padding: 10px;
  font-size: 14px;
}
.benefits_box table td:first-child {
  border-right: 1px solid #ddd;
}
.benefits_box table td:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.benefits_box table td div:nth-child(3) {
  width: 145px;
}
.benefits_text + .benefits_btn_wrap {
  margin-top: 20px;
}
.benefits_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding-top: 20px;
  padding: 50px;
  background: #f4f4f4;
}
.benefits_btn {
  background: #319b03;
  color: #fff;
  padding: 20px;
  border-radius: 4px;
  display: block;
  width: 225px;
  text-align: center;
  font-size: 1.5rem;
}
.member_notes {
  padding-top: 10px;
  font-size: 13px;
  text-align: center;
}
.benefits_modalFrame {
  box-sizing: border-box;
  height: fit-content;
  max-width: 800px;
  padding: 20px;
  background: #fff;
  z-index: 20000;
  text-align: left !important;
  max-height: calc(100% - 100px);
  padding: 30px;
  overflow: auto;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.how_to_redeem_link {
  text-decoration: underline;
  cursor: pointer;
}
.how_to_redeem {
  font-size: 15px;
}
.bl_questionPanelUnit {
  width: 70%;
  margin: 0 auto;
}
.bl_questionPanel {
  position: relative;
  border-bottom: 2px solid #ececec;
}
.bl_questionPanel:first-child {
  border-top: 2px solid #ececec;
}
.bl_questionPanel input {
  display: none;
}
.bl_questionPanel .bl_questionPanel_ttl {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px 20px;
}
.bl_questionPanel .bl_questionPanel_ttl .bl_questionPanel_ttl_inner {
  max-width: calc(100% - 40px);
}
.bl_questionPanel .bl_questionPanel_ttl .bl_questionPanel_ttl_inner::before {
  content: "Q.";
  color: #92ce78;
  font-size: 30px;
  font-weight: bold;
  margin-right: 20px;
}
.bl_questionPanel .bl_questionPanel_ttl:after {
  content: "";
  border: none;
  border-right: solid 4px #92ce78;
  border-bottom: solid 4px #92ce78;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.bl_questionPanel input:checked~.bl_questionPanel_ttl {
  padding-right: 18px;
}
.bl_questionPanel input:checked~.bl_questionPanel_ttl::after {
  border-right: none;
  border-bottom: solid 4px #92ce78;
  width: 25px;
  height: 0;
  transform: rotate(0deg);
}
.bl_questionPanel .bl_questionPanel_answer {
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  height: 0px;
  background-color: #FDFDFD;
  transition: padding-top 0.2s;
}
.bl_questionPanel input:checked~.bl_questionPanel_answer {
  height: auto;
  transition: padding-bottom 0.2s;
  padding: 20px 50px 20px 20px;
  align-items: center;
}
.bl_questionPanel .bl_questionPanel_answer::before {
  content: "A.";
  color: #999;
  font-size: 30px;
  font-weight: bold;
  margin-right: 20px;
}
.bl_questionPanel_answer_inner {
  font-size: 16px;
}
.how_to_redeem_title {
  font-size: 22px;
}
.redeem_wrap {
  display: flex;
  flex-wrap: wrap;
}
.redeem_wrap .redeem_wrap_box {
  width: 49%;
  border: solid 1px #319b03;
  padding: 10px;
  margin: 10px 10px 0 0;
}
.redeem_wrap .redeem_wrap_box:nth-child(even) {
  margin-right: 0;
}
.redeem_wrap_box :nth-child(2), .redeem_wrap_box :nth-child(3), .benefits_box {
  margin-top: 10px;
}
.mt60 {
  margin-top: 60px !important;
}