@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: #0585cf;
  color: #FFF;
  text-align: center;
}

p {
  font-feature-settings: 'palt';
}

p.center {
  text-align: center;
}

p.center_flex {
  display: flex;
  justify-content: 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;
  }
}