@charset "utf-8";
/* CSS Document */
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
  padding-left: 0;
}
li {
  text-indent: -1em;
  padding-left: 1em;
}
#maincate h2 {
  border: none;
  background-color: #b50081;
  color: #fff;
    text-align: center;
}
p {
    font-feature-settings: 'palt';
}
p.center {
    text-align: center;
}
.sp {
  display: none !important;
}
.btn a {
    background-color: #bbdcba;
    padding: 10px 1em;
    text-decoration: none;
    color: initial;
}
@media (max-width:768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}