.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/*FAQ SP*/
.faq {
  margin-bottom: 5rem;
}

.faq_item {
  margin-bottom: 3rem;
}

.faq_item_q {
  background-color: #fff;
  border-bottom: 1px solid #eb4d4d;
  cursor: pointer;
  padding: 2rem 2rem 2rem 0;
  position: relative;
  min-height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq_item_q::before {
  position: absolute;
  top: 2.1rem;
  left: 0;
  width: 5.4rem;
  height: 3.4rem;
  content: "";
  background: url(../img/ico_q.png) no-repeat top center;
  background-size: 2.3rem 3.4rem;
}

.faq_item_q .txt {
  font-size: 1.7rem;
  line-height: 1.5257353;
  color: #eb4d4d;
  margin-left: 5.4rem;
  padding: 0 2.6rem 0 1.1rem;
  border-left: 1px solid #dfdfdf;
  position: relative;
  width: 100%;
}

.faq_item_q .txt::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  content: "";
  background: url(/common/img/arr_red03.png) no-repeat top center;
  background-size: 1rem 0.6rem;
}

.faq_item_q.rotate .txt::before {
  background-image: url(/common/img/arr_red04.png);
}

.faq_item_a {
  background-color: #fff;
  padding: 1.5rem 2rem 1.5rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq_item_a::before {
  position: absolute;
  top: 2.1rem;
  left: 0;
  width: 5.4rem;
  height: 2.5rem;
  content: "";
  background: url(../img/ico_a.png) no-repeat top center;
  background-size: 2.5rem 2.5rem;
}

.faq_item_a .txt {
  font-size: 1.4rem;
  line-height: 1.7857143;
  color: #202020;
  margin-left: 5.4rem;
  padding-left: 1.1rem;
  border-left: 1px solid #dfdfdf;
}

.faq_item_a .txt a {
  text-decoration: underline;
  color: inherit;
}

.faq_item_a .txt a.faq-txt-btn {
  position: relative;
  background: #eb4d4d;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.2222223;
  padding: 0.9rem 0;
  width: 98%;
  max-width: 40rem;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  text-align: center;
  border: none;
  outline: none;
  margin-top: 1.2rem;
  -webkit-box-shadow: 0 6px 0 0 #bb2323;
  box-shadow: 0 6px 0 0 #bb2323;
}

.faq_item_a .txt a.faq-txt-btn::after {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 1rem;
  margin-top: -0.4rem;
  background: url(/common/img/arr_white01.png) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  right: 1.5rem;
}

/*# sourceMappingURL=faq_sp.css.map */