@charset "UTF-8";

.q_a dt {
  font-weight: bold;
  border-bottom: 1px dashed #b86e55;
  padding-bottom: 20px;
  margin-bottom: 20px;
      font-family: "Zen Maru Gothic", serif;
}

.q_a dt .faq_ico {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 1000px;
  background-color: #b86e55;
  color: #fff;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  margin-right: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1010px) {
  .q_a dt.faq_q {
    width: 4rem;
    height: 4rem;
    right: 0;
    left: 0;
    top: 5px;
    margin: auto;
  }
}

.q_a dd {
  border-radius: 10px;
  background: #f9f5f0;
  padding: 20px 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1010px) {
  .q_a dd {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.q_a ul {
  margin: 0;
  padding: 20px 0 0 20px;
}

.q_a ul li {
  text-indent: 0.2em;
  list-style-type: disc;
}
.q_a dt {
  position: relative;
}

@media screen and (max-width: 768px) {
  .q_a dt:before,
  .q_a dt:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 20px;
    right: 15px;
    background: #b86e55;
    width: 16px;
    height: 1px;
    margin: auto;
  }

  .q_a dt:before,
  .q_a dt:after {
    width: 15px;
    right: 15px;
  }

  .q_a dt:before {
    right: 22px;
    width: 1px;
    height: 15px;
  }

  .q_a dt.active:before {
    content: none;
  }
}
