@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, .data_warp .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;
}

/* ▼▼▼ ニュースリリース一覧
======================================================*/
.bg {
  background: #FFFDEA;
}

.refine_search {
  background: #FFFDEA;
  padding: 25px 18px;
}
.refine_search dl {
  display: grid;
  grid-template-columns: auto 1fr;
  width: min(100%, 880px);
  margin: 0 auto;
}
.refine_search dl dt, .refine_search dl dd {
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 500;
}
.refine_search dl dt:not(:last-of-type), .refine_search dl dd:not(:last-of-type) {
  border-bottom: 1px dotted #C9C9C9;
}
.refine_search dl dt {
  padding-left: 30px;
  padding-right: 45px;
  color: #000;
  font-size: 18px;
}
.refine_search dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.refine_search dl dd input[type=radio] {
  display: none;
}
.refine_search dl dd input[type=radio]:checked + span {
  background: #F07F0F;
  color: #fff;
}
.refine_search dl dd span {
  display: block;
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 28px;
  color: #969696;
  text-align: center;
  cursor: pointer;
}
.refine_search dl dd.year span {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .refine_search {
    padding: 20px 18px;
  }
  .refine_search dl {
    display: block;
  }
  .refine_search dl dt {
    padding: 10px 0 5px;
    font-size: 14px;
    border-bottom: none !important;
  }
  .refine_search dl dd {
    padding: 0 0 10px;
    gap: 5px;
  }
  .refine_search dl dd span {
    padding: 4px 19px;
    font-size: 13px;
  }
  .refine_search dl dd.year span {
    padding: 4px 0;
    width: 80px;
  }
}

.result_wrap {
  padding: 77px 0;
}
.result_wrap .result_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.result_wrap .result_ttl span {
  margin: 0 0.15em 0;
  font-size: 36px;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.result_wrap .shop_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
}
.result_wrap .shop_list > div {
  margin-bottom: 50px;
}
.result_wrap .shop_list > div a {
  display: block;
}
.result_wrap .shop_list .img {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #CECECE;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.result_wrap .shop_list .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.result_wrap .shop_list .txt {
  font-size: 16px;
  word-break: break-all;
}
.result_wrap .shop_list a:hover {
  opacity: 1;
}
.result_wrap .shop_list a:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.result_wrap .shop_list a:hover .txt {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .result_wrap {
    padding: 45px 0;
  }
  .result_wrap .result_ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .result_wrap .result_ttl span {
    font-size: 32px;
  }
  .result_wrap .shop_list {
    display: block;
    padding: 0 35px;
  }
  .result_wrap .shop_list > div {
    margin-bottom: 40px;
  }
}

.data_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.data_warp .date {
  color: #0BAA74;
  font-size: 14px;
  font-weight: 500;
}
.data_warp .cat, .data_warp .pdf {
  height: 23px;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
}
.data_warp .cat {
  background: #FFE7B9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
}
.data_warp .pdf {
  background: #D12222;
  border-radius: 5px;
  width: 48px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .data_warp {
    gap: 8px;
    margin-bottom: 5px;
  }
  .data_warp .date {
    font-size: 11px;
  }
  .data_warp .pdf {
    width: 42px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}

/* ▼ ニュースリリース詳細
----------------------------------------*/
.article {
  padding: 90px 0;
  font-size: 16px;
}
.article .data_warp {
  margin-bottom: 17px;
}
.article h1 {
  border-bottom: 1px dotted #C9C9C9;
  padding-bottom: 20px;
  margin-bottom: 23px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.article img {
  display: block;
  margin: 0 auto;
  margin-top: 23px;
}
.article img:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .article {
    padding: 32px 0 50px;
  }
  .article .data_warp {
    margin-bottom: 15px;
  }
  .article h1 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .article img {
    margin-top: 15px;
  }
  .article img:first-of-type {
    margin-top: 35px;
  }
  .article .more {
    margin-top: 70px;
  }
}

.link_list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .link_list {
    margin-top: 22px;
  }
}
.link_list li:not(:last-child) {
  margin-bottom: 16px;
}
.link_list li a {
  text-decoration: underline;
}
.link_list li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
.link_list li a:hover {
  text-decoration: none;
}
.link_list li.web_site a::before {
  background: url(https://ko.dailyservice.co.jp/assets/common/img/icon_web_site.svg) no-repeat left center/33px;
  height: 33px;
}
.link_list li.pdf a::before {
  background: url(https://ko.dailyservice.co.jp/assets/common/img/icon_pdf.svg) no-repeat left center/28.59px;
  height: 33px;
}