/* ------------------------------------------------------------------------------------------ */
.is-view-pc {
  display: none;
}

@media screen and (min-width:760px) {
  .is-view-sp {
    display: none;
  }
  .is-view-pc {
    display: block;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.contents-wapper {
  margin-top: 37px;
  border: none;
}

.faq-list {
  margin-top: 10px;
}
.faq-list li {
  background: #fff;
  border: 1px #ebd1d7 solid;
  border-radius: 10px;
  padding: 15px 15px;
}
.faq-list li:not(:first-child) {
  margin-top: 15px;
}
.faq-list li .q {
  color: #b60028;
  min-height: 35px;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 0 0 40px;
  position: relative;
}
.faq-list li .q:after {
  content: "Q";
  display: block;
  font-size: 18px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #b60028;
  border: 2px #b60028 solid;
  border-radius: 5px;
}
.faq-list li .a {
  margin-top: 10px;
  min-height: 35px;
  font-size: 16px;
  padding: 3px 0 0 40px;
  position: relative;
}
.faq-list li .a:after {
  content: "A";
  display: block;
  font-size: 18px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #b60028;
  background: #fff;
  border: 2px #b60028 solid;
  border-radius: 5px;
}

/*# sourceMappingURL=contact.css.map */
