div#common_footer_wrapper {
  background-color: #000;
}
.only_PC {
  display: inline;
}
.only_SP {
  display: none;
}
.indent_PC {
  margin-left: min(1vw, 15px);
}
.pc_on {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_on {
    display: none;
  }
  .only_PC {
    display: none;
  }
  .only_SP {
    display: inline;
  }
  .indent_PC {
    margin-left: 0;
  }
  .faq_answer .indent_faq_SP {
    margin-left: min(3.2vw, 24px);
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .common_footer_wrapper {
    font-size: 14px;
  }
}
.common_footer_section_faq {
  margin: auto;
  padding: 2% 2% 4%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common_footer_section_faq {
    padding: 1% 2% 0;
  }
}
.common_footer_wrapper .faq_section {
  text-align: left;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}
.common_footer_wrapper .faq_common_footer_section_list {
  /* max-width: 1246px; */
  margin: auto;
  color: #000;
}
@media screen and (max-width: 768px) {
  .common_footer_wrapper .faq_common_footer_section_list {
    max-width: 750px;
    margin-top: 5.5%;
  }
}
.common_footer_wrapper .faq_item {
  border-bottom: 1px solid #ced5d6;
  /* max-width: 1074px; */
}
.common_footer_wrapper .faq_question {
  padding: 1.5% 0px 1.5% 3%;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}
.common_footer_wrapper .faq_question::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/leminolp_icon_2_pc_off.webp") no-repeat center center / cover;
}
.common_footer_wrapper .faq_question.is-active::before {
  background: url("../images/leminolp_icon_2_pc_on.webp") no-repeat center center / cover;
}
.common_footer_wrapper .faq_question::after {
  display: none!important;
  content: 'Q.';
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 2.5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .common_footer_wrapper .faq_question {
    padding: 4% 0% 4% 8%;
    font-size: 15px;
  }
  .common_footer_wrapper .faq_question::after {
    top: min(4.66666vw, 35px);
    left: min(6.66666vw, 50px);
    transform: translateY(0);
    display: none;
  }
  .common_footer_wrapper .faq_question::before {
    width: 5.33333vw;
    height: 5.33333vw;
    max-width: 40px;
    background: url("../images/leminolp_icon_2_sp_off.webp") no-repeat center center / cover;
  }
  .common_footer_wrapper .faq_question.is-active::before {
    width: 5.33333vw;
    height: 5.33333vw;
    max-width: 40px;
    background: url("../images/leminolp_icon_2_sp_on.webp") no-repeat center center / cover;
  }
}
.common_footer_wrapper .faq_question::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(5.33333vw, 40px);
  height: min(5.33333vw, 40px);
  background: url("../images/leminolp_icon_2_sp_off.webp") no-repeat center / cover;
}
.common_footer_wrapper .faq_question.is-active::before {
  background-image: url("../images/leminolp_icon_2_sp_on.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .common_footer_wrapper .faq_question::before {
    width: 20px;
    height: 20px;
    background-image: url("../images/leminolp_icon_2_pc_off.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .common_footer_wrapper .faq_question.is-active::before {
    background-image: url("../images/leminolp_icon_2_pc_on.webp");
  }
}
.common_footer_wrapper .faq_answer {
  padding: 0 0 2.3% 3.4%;
  position: relative;
  color: #000;
}
.common_footer_wrapper .faq_answer::before {
  display: none!important;
  content: 'A.';
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .common_footer_wrapper .faq_answer {
    padding: 0px 2% 5% 3%;
    position: relative;
    font-size: 15px;
  }
  .common_footer_wrapper .faq_answer::before {
    left: min(6.66666vw, 50px);
    display: none!important;
  }
  .common_footer_wrapper .faq_section {
    font-size: min(3.33333vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .pb8 {
    padding-bottom: 8%;
  }
}