@charset "utf-8";

#header {
  position: relative;
  margin: 0;
}

/* main {
  margin: 100px 0 0 !important;
} */

#news_page {
  padding: 0;
}

.newspage_ttl {
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.newsttl_img {
  background: url(../image/care_manager.svg) no-repeat center center/60px;
  position: absolute;
  top: 40%;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
}

.newspage_ttl h2 {
  font-size: 1.25rem;
  background-color: #ffabd2;
  padding: 16px;
}

.newspage_ttl time {
  display: block;
  background-color: #ff3e98;
  color: #ffffff;
  padding: 8px 16px;
}

.post_navigation {
  margin: 40px auto;
}

.post_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prev_post a,
.next_post a,
.archive_link a {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  color: #333;
  transition: all 0.3s ease;
}

.next_post .fa-chevron-right {
  font-size: 1rem;
  color: #333333;
  margin-right: 0;
}

.prev_post a:hover,
.next_post a:hover,
.archive_link a:hover,
.next_post a:hover .fa-chevron-right {
  color: #ff3e98;
  transition: all 0.3s ease;
}

 {
}

.prev_post i {
  margin-right: 8px;
}

.next_post i {
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .newsttl_img {
    background-size: 85px;
    width: 85px;
    height: 85px;
    top: 10%;
    right: 5%;
  }
  .content_wrapper {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1024px) {
  #news_page {
    padding: 100px 0 40px;
  }

  .newspage_ttl h2 {
    font-size: 1.5rem;
  }
}
