@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.category_links {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 9rem 0 4rem;
  line-height: 1.4;
  padding: 1.5rem 3rem 1.2rem;
  background: #edf8fa;
  border-bottom: 1px solid #333;
  box-shadow: 0px 8px 0px #edf8fa;
  position: relative;
  max-width: calc(100% - 0rem);
}
ul.case-point li {
    list-style: inside;
}














/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

#page-top {
    bottom: 10rem;
}
    #g-nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }
#g-nav ul {
    margin: unset;
}
#g-nav li:first-child::before {
    width: 0px;
}

}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
.category_links {
    font-size: 2rem;
    margin: 4rem auto 3rem;
    padding: 1.2rem 4% 1rem;
  }


}