
.faq__box {
  padding: 5.625rem 7.5rem 5rem;
  background-color: #fff;
  border-radius: 40px;
  filter: drop-shadow(3px 3px 0px rgb(100, 60, 0));
  position: relative;
  margin-bottom: 6.25rem;
}

@media screen and (max-width: 960px) {
  .faq__box {
    padding: 2rem 1.5rem 2rem;
    border-radius: 20px;
  }
}
.faq__icon {
  max-width: 213px;
  position: absolute;
  right: 130px;
  top: -20px;
}

@media screen and (max-width: 960px) {
  .faq__icon {
    max-width: 73px;
    right: 9%;
    top: -10px;
  }
}
.faq__list {
  width: 100%;
  border-bottom: 1px solid #643c1e;
}

.faq__list dt,
.faq__list dd {
  display: flex;
}

.faq__list dt span,
.faq__list dd span {
  flex-basis: 38px;
  font-size: 1.375rem;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.faq__list a{
  color:rgb(218, 11, 11);
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .faq__list dt span,
  .faq__list dd span {
    font-size: 1rem;
  }
}
.faq__list dt p,
.faq__list dd p {
  flex-basis: calc(100% - 38px);
  font-size: 1.125rem;
  padding-left: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .faq__list dt p,
  .faq__list dd p {
    font-size: 0.875rem;
    padding-left: 18px;
  }
}
.faq__list dt {
  padding-top: 2.5rem;
  margin-bottom: 1.875rem;
}

.faq__list dt span {
  background-color: #643c1e;
  color: #fff;
}

.faq__list dd {
  margin-bottom: 2.5rem;
}

.faq__list dd span {
  border: 1px solid #643c1e;
  color: #643c1e;
}
