@charset "UTF-8";
.faqInner_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-top: 45px;
}
.faqInner_wrap::before{
  align-items: center;
  background-color: #f0b0c8;
  border-radius: 5px;
  content: "A";
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  padding-bottom: 4px;
  position: absolute;
  margin-right: 10px;
  top: 0;
  left: 0;
}
.faqInner{
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  width: 48%;
}
.faqInner > p{
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 100%;
  flex-shrink: 1
}
.faq_lv4Title{
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq_text{
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
.faq_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.faq_list_item{
  border: 1px solid #f75993;
  list-style: none;
  width: 49%;
  margin-bottom: 10px;
}
.faq_list_item br{
  display: none;
}
.faq_list_item a{
  align-items: center;
  color: #f75993;
  display: flex;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 10px;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.faq_wrap{
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.faq_wrap#care{
  padding-top: 126px;
  margin-top: -126px;
}
.faq_summary{
  align-items: center;
  background-image: url(/images/sp/common/arrow_footer_guide.svg);
  background-position: right 8px top 0.6em;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  display: flex;
  list-style: none;
  line-height: 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 8%;
  margin-bottom: 20px;
}
.faq_wrap[open] .faq_summary{
  background-image: url(/images/sp/common/arrow_footer_guide_close.svg);
}
summary::-webkit-details-marker {
  display:none;
}
.faq_summary::before{
  align-items: center;
  background-color: #f75993;
  border-radius: 5px;
  content: "Q";
  color: #fff;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  padding-bottom: 4px;
  margin-right: 10px;
}
.faq_answer{
  margin-bottom: 20px;
  margin-right: 6%;
  position: relative;
}
.faq_answer::before{
  align-items: center;
  background-color: #f0b0c8;
  border-radius: 5px;
  content: "A";
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 600;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  padding-bottom: 4px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_answer > p{
  font-size: 1.6rem;
  line-height: 3rem;
  margin-left: 40px;
}
.faq_answer_image{
  margin-left: 40px;
}
.faq_answer > p + .faq_answer_image{
  margin-top: 20px;
}