/* ---------------------------------------------------------
    sect_news
--------------------------------------------------------- */
.sect_news .wrap .main {
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 40px;
}

.sect_news .wrap .main .ttl_wrap .headding {
  display: flex;
  align-items: center;
}

.sect_news .wrap .main .ttl_wrap .headding .date {
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #f48f9f;
}

.sect_news .wrap .main .ttl_wrap .headding .post-categories {
  margin-left: 20px;
  width: fit-content;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.sect_news .wrap .main .ttl_wrap .headding .post-categories li {
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid #f48f9f;
  background: #fff;
}

.sect_news .wrap .main .ttl_wrap .headding .post-categories li:nth-child(even) {
  background: #f48f9f;
}

.sect_news .wrap .main .ttl_wrap .headding .post-categories li:nth-child(even) a {
  color: #fff;
}

.sect_news .wrap .main .ttl_wrap .headding .post-categories li a {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #f48f9f;
  text-decoration: none;
  text-align: center;
}

.sect_news .wrap .main .ttl_wrap h1 {
  font-size: 32px;
  font-weight: 400;
  color: #f48f9f;
  line-height: 1.75;
  margin-top: 10px;
}

.sect_news .wrap .main .content {
  margin-top: 20px;
}

.sect_news .wrap .main .content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}

.sect_news .wrap .main .content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}

.sect_news .wrap .main .content p {
  font-size: 15px;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}

.sect_news .wrap .main .content ul {
  padding: 0 0 1.5rem;
}

.sect_news .wrap .main .content ul li:not(:last-child) {
  padding: 0 0 1rem;
}

.sect_news .wrap .main .content figure {
  margin-bottom: 1.5rem;
}

.sect_news .wrap .main .content img {
  max-width: 1100px;
  width: 100% !important;
}

.sect_news .wrap .main .content .aligncenter {
  margin: auto;
}

.sect_news .wrap .main .content .alignleft {
  margin: 0 auto 0 0;
}

.sect_news .wrap .main .content .alignright {
  margin: 0 0 0 auto;
}

.sect_news .wrap .main .content .wp-caption {
  width: 100% !important;
}

.sect_news .wrap .b_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sect_news .wrap .b_wrap a {
  display: block;
  color: #f48f9f;
  text-decoration: none;
  font-size: 15px;
}

.sect_news .wrap .b_wrap .primary_btn {
  width: fit-content;
  padding: 15px 35px;
  margin: auto;
  border: 4px solid #F5E9F3;
  border-radius: 100px;
  background: #f48f9f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .3s;
}

.sect_news .wrap .b_wrap .primary_btn:hover {
  background: #fff;
  border: 4px solid #f48f9f;
}

.sect_news .wrap .b_wrap .primary_btn:hover .text {
  color: #f48f9f;
}

.sect_news .wrap .b_wrap .primary_btn .link {
  position: absolute;
  inset: 0;
}

.sect_news .wrap .b_wrap .primary_btn .text {
  font-size: 14px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

@media (max-width: 767px) {
  .sect_news {
    margin-top: 60px;
  }
  .sect_news .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sect_news .wrap .news_list .card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
