@charset "utf-8";
/* 下層ヘッダー */
.sub-head_bg{
  background-image: url(../img/head_img.jpg);
}
.list-link_image {
  overflow: hidden;
}
.list-link_image img {
  border-radius: 30px;
  border: 1px solid #000;
  -o-object-fit: cover;
  object-fit: cover;
  width: 80%;
  height: auto;
  display: block;
  margin:  0 auto;
}
.list-link_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
}
.list-link_tag {
  white-space: nowrap;
  -ms-flex-item-align: start;
  align-self: start;
  padding: 0.4rem 1rem;
  background-color: #f05400;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
}
.list-link_date {
  margin-right: 1rem;
}
.list-link_title {
  font-size: 24px;
  font-weight: bold;
}
.list-link_content {
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.list-link_image {
  margin: 0 auto;
}
.list-link_txt {
  margin-bottom: 40px;
}
.news_article {
  margin-bottom: 200px;
}
.news_article .btn {
  background-color: #f5f4f0;
}
.news_article .btn:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.news_article .btn:hover::before {
  background-image: url(/common/img/arrow.png);
}
.news_article img{
  display: block;
  border-radius: 30px;
  border: 1px solid #000;
  margin: 20px 0;
}
@media only screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
  main {
    margin-top: 70px;
  }
  .news_article {
    margin-bottom: 100px;
  }
  .newsarea_list .tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .list-link_meta {
    margin-bottom: 0.8rem;
  }
  .list-link_title {
    font-size: 20px;
  }
  .list-link_image img {
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .list-link_tag {
  white-space: nowrap;
  -ms-flex-item-align: start;
  align-self: start;
  padding: 0.4rem 1rem;
  background-color: #f05400;
  color: #fff;
  line-height: 1;
  font-size: .8rem;
  font-weight: 500;
  border-radius: 5px;
  }
  .list-link_date {
    margin-right: 1rem;
    font-size: 0.8rem;
  }
  .news_info {
    margin-bottom: 100px;
  }
  .list-link:not(:last-child) {
  margin-bottom: 1.5rem;
  }
  .news_article img{
    border-radius: 8px;
  }
}


