.l-fixed__nav {
  background-color: rgba(255, 255, 255, 0.7);
}

.c-label.news {
  background-color: #A8155C;
}
.c-label.blog {
  background-color: #A5A815;
}
.c-label.glass-repair {
  background-color: #014099;
}
.c-label.dent-repair {
  background-color: #15a861;
}
.c-label.others {
  background-color: #07361F;
}

.blog-list {
  flex-wrap: wrap;
}

.post-contents h1 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  font-size: 3.8rem;
}
.post-contents h1 > span {
  display: inline-block;
  padding: 10px 40px;
  background: #fff;
}
.post-contents h2 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 32px;
  padding-bottom: 26px;
  font-size: 3.4rem;
  text-align: center;
  position: relative;
}
.post-contents h2:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 6px;
  background-color: #28cb7c;
}
.post-contents h3 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-bottom: 6px;
  border-bottom: 2px solid #992720;
  font-size: 2.6rem;
  font-weight: 500;
  position: relative;
}
.post-contents h3:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 10px;
  width: 10px;
  background-color: #28cb7c;
}
.post-contents h4 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 32px;
  padding: 12px 40px;
  background: #132E43;
  color: #fff;
  font-size: 1.8rem;
}
.post-contents h5 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-left: 40px;
  color: #28cb7c;
  font-size: 1.8rem;
  position: relative;
}
.post-contents h5:before {
  position: absolute;
  display: block;
  content: "";
  top: .5em;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #28cb7c;
}
.post-contents h6 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 16px;
  font-size: 1.6rem;
}
.post-contents ul {
  line-height: 1.3;
  list-style: none;
}
.post-contents ul > li {
  padding-left: 20px;
  position: relative;
}
.post-contents ul > li:before {
  position: absolute;
  display: block;
  content: "";
  top: .2em;
  left: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #28cb7c;
}
.post-contents ul > li + li {
  margin-top: 12px;
}

.li-pager {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.li-pager li {
  padding: 0 7px;
  list-style: none;
}
.li-pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #28cb7c;
  border-radius: 3px;
  background: #fff;
  color: #28cb7c;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.8;
}
.li-pager li.current a {
  background: #28cb7c;
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  .post-contents h1 {
    gap: 8px;
    font-size: 1.9rem;
  }
  .post-contents h1 > span {
    padding: 4px 12px;
  }
  .post-contents h2 {
    margin-bottom: 20px;
    padding-bottom: 16px;
    font-size: 1.7rem;
  }
  .post-contents h2::after {
    width: 20px;
    height: 3px;
  }
  .post-contents h3 {
    margin-bottom: 20px;
    padding-left: 16px;
    padding-bottom: 3px;
    border-bottom: 1px solid #992720;
    font-size: 1.6rem;
  }
  .post-contents h3::before {
    bottom: 5px;
    width: 6px;
  }
  .post-contents h4 {
    margin-bottom: 16px;
    padding: 8px 16px;
    font-size: 1.5rem;
  }
  .post-contents h5 {
    margin-bottom: 15px;
    padding-left: 20px;
    color: #28cb7c;
    font-size: 1.5rem;
    position: relative;
  }
  .post-contents h5:before {
    position: absolute;
    display: block;
    content: "";
    top: .4em;
    width: 15px;
  }
  .post-contents h6 {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}
