
.gray-area{
    margin: 100px 0 150px;
  padding: 60px 95px;
  background-color: #eaf0f3;
}
.s-date{
  color: #17305b;
  font-weight: bold;
  margin-top: 40px;
  font-size: 14px;
  margin-bottom: 1em;
}
.s-title{
  margin-top: 80px;
  font-weight: bold;
  font-size: 24px;
}
  .s-con{
    margin-top: 50px;
    font-size: 15px;
      margin-bottom: 20px;
  }
.post-navigation {
  margin-top: 60px;
  margin-bottom: 200px;
  text-align: center;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.post-navigation .nav-links a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  background-color: var(--brand-blue);
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.post-navigation .nav-links a.back-to-archive {
  background-color:#60b6de;
}

.post-navigation .nav-links a:hover {
  background-color: #727171;
}



@media screen and (max-width: 750px) {
  .single .cont-area {
    margin-top: 30px;
}
.single .kaso-ser-00 {
      top: 0px;
        margin: 0 auto;
      width: calc(100% - 40px); /* 左右20pxずつの余白を確保 */
    }
      
.single .kaso-area,.single-blog .kaso-area{
  margin: 0 20px;
}
.post-navigation .nav-links a {
    width: 81px;
    display: inline-block;
    padding: 10px 0px;
    font-size: 12px;
    letter-spacing: 0px;
  }
}
