@charset "UTF-8";


.eyecatch-img img {
  border-radius: 10px;
}

.c-custom-single__content h2 {
  font-size: 21px;
}

.c-custom-single__content h3 {
  padding: 11px 0 14px 30px;
  background: url(../img/semicircle-yellow.png) no-repeat 0% 10px;
  background-size: 16px auto;
  font-size: 19px;
}

.c-custom-single__content h4 {
  padding: 5px 0 6px 42px;
  font-size: 17px;
  letter-spacing: 0.5px;
}


.c-post-blog-list__img>img {
  aspect-ratio: 7 / 4;
}

.c-post-blog-list__title {
  margin-bottom: 15px;
  min-height: 3em;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  color: #093C5B;
}

.c-post-blog-list__description p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #093C5B;
  height: unset;
}

.c-post-blog-list__cat ul {
  gap: 7px;
}

.c-post-blog-list__cat ul>li {
  min-width: 100px;
  padding: 7px 6px 8px;
  letter-spacing: 0;
}

.l-single-custom-pagenation__prev-icon a,
.l-single-custom-pagenation__next-icon a {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.l-single-custom-pagenation {
  gap: 30px;
}

.c-post-blog-list {
  margin: 0;
  /* margin: 0 0 var(--sp-8); */
}

.l-custom-pagenation {
  margin-bottom: 0px;
  margin-top: 60px;
  border-top: unset;
}

.blog05-list {
  margin-left: 15px;
  font-weight: 700;
}

.blog05-list:last-child {
  margin-bottom: 40px;
}

.blog06-link a {
  color: #009FE8;
}

.l-single-custom-pagenation {
  margin: 40px 0 40px;
}

.l-single-custom-pagenation__all {
  text-align: center;
  /* margin-bottom: 250px; */
}

.l-single-custom-pagenation__all a {
  margin: 0 auto;
}

.l-single-custom-pagenation__all .c-btn01 {
  background-color: #005EBB;
}

@media screen and (max-width:767px) {
  .c-custom-single__content h2 {
    width: 100%;
        margin: 0 0 30px;
        font-size: 18px;
        letter-spacing: 1px;
        padding: 12px 20px 12px 30px;
  }

  .c-custom-single__content h2::before {
    left: 0px;
    width: 16px;
    height: 47px;
  }

  .c-custom-single__content h3 {
    width: 100%;
    margin: 0 0 30px;
    padding: 11px 0 10px 22px;
    background: url(../img/semicircle-yellow.png) no-repeat 0% 10px;
    background-size: 14px auto;
    font-size: 17px;
  }

  .c-custom-single__content p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 1.8;
  }
}

.blog02-list-block {
  background: #F4FCFF;
  padding: 50px 60px;
  border-radius: 20px;
}

.blog02-list-block ul {
  margin: 0;
  padding: 0;
}

.blog02-list-block li {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  list-style: none;
  padding-left: 35px;
  position: relative;
  line-height: 1.6;
}

.blog02-list-block li::before {
  content: "";
  width: 26px;
  height: 22px;
  background: url(/wp-content/uploads/2026/07/blogimg-201.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 6px;
  left: 0px;
}

.blog02-flexbox {
  display: flex;
  position: relative;
  top: -35px;
  align-items: center;
  justify-content: right;
  padding-right: 20px;
  margin-bottom: -100px;
}

.blog02-flexbox p {
  text-align: right;
}

.blog02-flexbox img {
  position: relative;
  top: -50px;
}

@media screen and (max-width:767px) {
  .blog02-list-block {
    padding: 30px 30px 60px;
  }

  .blog02-flexbox {
    flex-direction: column-reverse;
    align-items: end;
    top: -120px
  }

  .blog02-flexbox img {
    width: 150px;
    top: 5px;
    margin-bottom: 0;
  }


  body {
    line-height: 2;
  }

}