@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter, .news a .date, .date {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ ニュースリリース一覧
======================================================*/
.subject {
  margin-bottom: 0;
}

.date {
  color: #009495;
  font-weight: 500;
}

.refine_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 50px 0 20px;
}
.refine_search li {
  width: min(100%, 180px);
}
.refine_search li a {
  display: block;
  background: #F0F0F0;
  border-radius: 27px;
  height: 53px;
  line-height: 53px;
  color: #8A9496;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.refine_search li a:hover {
  opacity: 1;
  background: #009495;
  color: #fff;
}
.refine_search li.active a {
  background: #009495;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .refine_search {
    gap: 9px;
    padding: 40px 0 20px;
  }
  .refine_search li {
    width: calc(50% - 4.5px);
  }
  .refine_search li a {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
  }
}

.news {
  border-bottom: 1px solid #AFC0C6;
}
.news:first-of-type {
  border-top: 1px solid #AFC0C6;
}
.news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 0;
  font-size: 16px;
}
.news a .date {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #009495;
  font-weight: 500;
}
.news a p {
  text-decoration: underline;
  word-break: break-all;
}
.news a:hover {
  opacity: 1;
}
.news a:hover p {
  text-decoration: none;
}
.news.pdf a p::after {
  content: "PDF";
  display: inline-block;
  border: 1px solid currentColor;
  width: 42px;
  height: 20px;
  line-height: 18px;
  color: #D12222;
  font-size: 12px;
  text-align: center;
  margin-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news a {
    display: block;
    padding: 24px 0 28px;
  }
  .news a .date {
    display: block;
    margin-bottom: 5px;
  }
}

.news_subtext {
  font-size: 14px;
  color: #a3a3a3;
  margin-bottom: 50px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .news_subtext {
    text-align: left;
  }
}

/* ▼ ニュースリリース詳細
----------------------------------------*/
.article {
  padding-top: 76px;
}
.article h1 {
  border-bottom: 2px solid #18272C;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.article .date {
  display: block;
  margin-bottom: 50px;
  font-size: 16px;
}
.article p {
  font-size: 14px;
  line-height: 2.21;
}
.article img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.article img:first-of-type {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .article {
    padding-top: 24px;
  }
  .article h1 {
    font-size: 18px;
  }
  .article .date {
    margin-bottom: 40px;
  }
  .article img {
    margin-top: 14px;
  }
  .article img:first-of-type {
    margin-top: 40px;
  }
}

.link_list {
  margin-top: 60px;
  font-size: 16px;
}
.link_list li:not(:last-child) {
  margin-bottom: 14px;
}
.link_list li a {
  text-decoration: underline;
}
.link_list li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 48px;
}
.link_list li a:hover {
  text-decoration: none;
}
.link_list li.web_site a::before {
  background: url(https://cn.dailyservice.co.jp/assets/common/img/company/icon_web_site.svg) no-repeat left center/38.77px;
  height: 26.95px;
}
.link_list li.pdf a::before {
  background: url(https://cn.dailyservice.co.jp/assets/common/img/icon_pdf.svg) no-repeat left center/35.24px;
  height: 39.74px;
}
@media screen and (max-width: 767px) {
  .link_list {
    margin-top: 22px;
  }
  .link_list li a::before {
    width: 40px;
  }
  .link_list li.web_site a::before {
    background-size: 30px;
    height: 20.85px;
  }
  .link_list li.pdf a::before {
    background-size: 26px;
    height: 29.31px;
  }
}

.btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 97px;
  gap: 20px;
}
.btn_flex .btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .btn_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 77px;
  }
}