.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/*FAQ PC*/
.faq {
  margin-bottom: 4.5rem;
}

.faq_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq_item {
  width: 50%;
  padding-right: 2rem;
  margin-bottom: 4rem;
}

.faq_item:nth-child(2n) {
  padding-left: 2rem;
  padding-right: 0;
}

.faq_item_q {
  background-color: #fff;
  border-bottom: 2px solid #eb4d4d;
  cursor: pointer;
  padding: 2.5rem 2.5rem 2.5rem 0;
  position: relative;
  min-height: 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq_item_q::before {
  position: absolute;
  top: 2.8rem;
  left: 0;
  width: 8rem;
  height: 4.9rem;
  content: "";
  background: url(../img/ico_q.png) no-repeat top center;
  background-size: 3.3rem 4.9rem;
}

.faq_item_q .txt {
  font-size: 2rem;
  color: #eb4d4d;
  margin-left: 8rem;
  padding: 0 5.5rem 0 2.2rem;
  border-left: 2px solid #dfdfdf;
  position: relative;
  width: 100%;
}

.faq_item_q .txt::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 0.9rem;
  margin-top: -0.45rem;
  content: "";
  background: url(/common/img/arr_red03.png) no-repeat top center;
  background-size: 1.6rem 0.9rem;
}

.faq_item_q.rotate .txt::before {
  background-image: url(/common/img/arr_red04.png);
}

.faq_item_a {
  background-color: #fff;
  padding: 3rem 2rem 3rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq_item_a::before {
  position: absolute;
  top: 3.3rem;
  left: 0;
  width: 8rem;
  height: 3.5rem;
  content: "";
  background: url(../img/ico_a.png) no-repeat top center;
  background-size: 3.5rem 3.5rem;
}

.faq_item_a .txt {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #202020;
  margin-left: 8rem;
  padding-left: 2.2rem;
  border-left: 2px 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.8333334;
  padding: 0.8rem 5rem;
  border-radius: 2.5rem;
  display: inline-block;
  position: relative;
  text-align: center;
  outline: none;
  border: none;
  -webkit-box-shadow: 0 6px 0 0 #bb2323;
  box-shadow: 0 6px 0 0 #bb2323;
  margin-top: 1.2rem;
}

.faq_item_a .txt a.faq-txt-btn::after {
  position: absolute;
  top: 50%;
  width: 0.8rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  background: url(/common/img/arr_white01.png) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  right: 2rem;
}

/*# sourceMappingURL=faq_pc.css.map */