@charset "utf-8";
#cont-mv {
  background: url(../images/faq/mv_pc.jpg) no-repeat center top;
}
@media screen and (max-width: 767px) {
  #cont-mv {
    background: url(../images/faq/mv_sp.jpg) no-repeat center top;
  }
}
.category-link {
  width: 68%;
  margin: 0 auto 120px auto;
  display: flex;
  justify-content: space-between;
}
.category-link li {
  display: flex;
  width: calc(48%);
  text-align: center;
  border: 1px solid #333;
  border-radius: 6px;
  overflow: hidden;
  min-height: 80px;
}
.category-link a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .category-link {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .category-link {
    margin: 0 auto 40px auto;
    width: 100%;
  }
  .category-link li {
    min-height: 50px;
    border-radius: 4px;
  }
  .category-link a {
    font-size: 1.2rem;
  }
}
