@charset "utf-8";

/*------------------------------------------------------------
	faq_detail
------------------------------------------------------------*/
.faq_q {
  width: 100%;
  background-color: #F6F3F3;
  padding: 15px 0;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  font-weight: 400;

   h2,h3,p {
    font-weight: 400;
   }
}

.faq_q:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 15px solid #F6F3F3;
}

.faq_q li:first-child {
  width: 87px;
  border-right: 1px solid #F0E7E7;
  font-size: 44px;
  color: #957575;
  text-align: center;
}

.faq_q li:last-child {
  width: calc(100% - 32px - 88px);
  margin-left: min(5.33vw, 20px);
  font-size: min(4.26vw, 18px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}


.faq_a {
  border: 3px solid #ddd;
  padding: 35px 0;
  margin-bottom: 56px;
}

.faq_a li:first-child {
  width: 87px;
  border-right: 1px solid #F0E7E7;
  font-size: 44px;
  color: #D3968F;
  text-align: center;
}

.faq_a li:last-child {
  width: calc(100% - 32px - 88px - 12px);
  margin-left: min(5.33vw, 20px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: normal;
  font-size: min(3.73vw, 15px);
  line-height: 1.8;
}

@media all and (max-width: 896px) {

  .faq_q li:first-child,
  .faq_a li:first-child {
    width: 54px;
    font-size: 24px;
  }


  .faq_q li:last-child {
    font-size: 15px;
    width: calc(100% - 14px - 55px);
    margin-left: 14px;
  }

  .faq_a li:last-child {
    width: calc(100% - 14px - 55px - 11px);
    margin-left: 14px;
  }
}
