@charset "UTF-8";
/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.p-explain {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-explain {
    font-size: 3.2rem;
    margin-bottom: 6rem;
  }
}
.p-explain a {
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-explain a:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .p-explain a:active {
    color: #9bcf41;
  }
}

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