/* 
.p-breadcrumb {
  margin-top: 80px;
} */
.c-pageTitle__inner {
  border-bottom: solid 1px #2CA5DF !important;
}

.p-postList__title {
  color: #454545;
}

.c-pageTitle__subTitle {
  color: #454545;
}

a:hover{
  text-decoration: none !important;
}

.c-postTimes__posted {
  color: #333;
}

.c-postThumb__cat {
  background-color: #F88536 !important;
}

[class*=page-numbers].current {
  background-color: #2CA5DF !important;
  border: solid 1px #2CA5DF !important;
}
.footer {
    color: #6c8070;
    padding: 30vw 0 0;
    background-image: url(../img/bg-wave.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.l-content {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin-top: 60px;
  }
}

body {
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

h1, h2, h3, h4 {
  font-size: 2.4rem;
  color: #2CA5DF;
  line-height: 1.6;
}

li {
  list-style: inherit;
}

em {
  font-style: italic;
}

.p-postList__excerpt {
  color: #333;
}

.p-pnLinks__link{
  color: #333;
}