@charset "utf-8";

/*==== お知らせ一覧 ====*/
#news .content ul li {
  padding: 20px;
  border-bottom: 1px solid #9e9e9f;
  text-indent: 0;
}
#news .content ul li:first-child {
  padding: 0 20px 20px;
}
#news .content ul li::before {
  content: none;
}
#news section .content div {
  margin-top: 0;
}

.news-area {
  padding: 30px 40px;
  background-color: #fff;
}
.news-list li .date {
  margin-top: 0 !important;
  color: #959595;
  font-size: 1.4rem;
}
.news-list li .title {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .news-area {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 480px) {
  #news .content ul li {
    padding: 10px 0;
  }
  #news .content ul li:first-child {
    padding: 0 0 10px;
  }
}

/*==== お知らせ個別 ====*/
.post-area {
  padding: 30px 40px;
  background-color: #fff;
}
.post-area div {
  margin-top: 0 !important;
}

.post-title time {
  color: #959595;
}
.post-title h1 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  position: relative;
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 600;
}
.post-title h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #009fe8;
  border-left: 150px solid #53c59e;
  box-sizing: border-box;
}

.post-content {
  padding: 10px 10px 20px;
  border-bottom: 1px solid #9e9e9f;
}

.post-area .btn {
  margin-top: 30px;
  padding-top: 0 !important;
  text-align: center;
}
.post-area .btn a {
  width: 300px;
}

@media screen and (max-width: 480px) {
  .post-area {
    padding: 30px 15px;
  }
  #post h1 {
    font-size: 2.2rem;
  }
  .post-title h1::after {
    border-left: 100px solid #3384C6;
  }
  .post-content {
    padding: 20px 0;
  }
}