@charset "UTF-8";
/*
=====================================================================
*
*	支援プロジェクト更新情報
*
* ===================================================================
*/
.notifications-filter {
  width: 100%;
  background-color: #f3f3f3;
}
.notifications-filter .notifications-filter-form {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.notifications-filter .notifications-filter-form label {
  width: 88px;
  flex-basis: 88px;
  text-align: left;
  font-size: 18px;
  line-height: 42px;
}

.notifications-articles {
  margin: 0 auto;
}
.notifications-articles .notifications-article {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-shadow: 0 3px 0 0 #e5e5e5;
  margin-bottom: 24px;
}
.notifications-articles .notifications-article .notifications-article-link:hover {
  opacity: 1;
  text-decoration: none;
}
.notifications-articles .notifications-article .notifications-article-link:hover:not(.add-closest-link) .notifications-article__img {
  opacity: 0.85;
}
.notifications-articles .notifications-article .notifications-article-link:hover:not(.add-closest-link) .title-h2,
.notifications-articles .notifications-article .notifications-article-link:hover:not(.add-closest-link) .text {
  color: #1e50a2;
  text-decoration: underline;
}
.notifications-articles .notifications-article .notifications-article-body {
  border-radius: 16px 16px 0 0;
  background-color: #ffffff;
}
.notifications-articles .notifications-article .notifications-article-body .notifications-article__head {
  margin-bottom: 8px;
}
.notifications-articles .notifications-article .notifications-article-body .notifications-article__head .category {
  font-size: 14px;
  color: #6b6b6b;
}
.notifications-articles .notifications-article .notifications-article-body .notifications-article__head .timestamp {
  font-size: 14px;
  color: #6b6b6b;
}
.notifications-articles .notifications-article .notifications-article-footer {
  border-radius: 0 0 16px 16px;
  background-color: #f3f3f3;
  clear: both;
}
.notifications-articles .notifications-article .notifications-article-footer > .manicipality {
  font-size: 18px;
  font-weight: 700;
}
.notifications-articles .notifications-article .notifications-article-footer > .manicipality::before {
  display: block;
  content: "";
  float: left;
  margin-right: 16px;
  width: 26px;
  height: 26px;
  background-image: url(/assets/images/saigai/icon/icon-jichitai.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: right 0;
}
.notifications-articles .notifications-article .notifications-article-footer > .manicipality span {
  display: inline-block;
  padding: 4px 0;
  line-height: 1rem;
}
.notifications-articles .notifications-article .notifications-article-footer .agency {
  clear: both;
  position: relative;
}
.notifications-articles .notifications-article .notifications-article-footer .agency::before {
  display: block;
  content: "";
  float: left;
  margin-right: 16px;
  width: 26px;
  height: 26px;
  background-image: url(/assets/images/saigai/icon/icon-agency.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: right 0;
}
.notifications-articles .notifications-article .notifications-article-footer .agency::after {
  clear: both;
}
.notifications-articles .notifications-article .notifications-article-footer .agency .text {
  font-weight: 700;
}
.notifications-articles .notifications-article .notifications-article-footer .agency .text .manicipality {
  color: #d45700;
}
.notifications-articles .notifications-article .notifications-article-footer .agency .notifications-article-footer-tooltip {
  position: absolute;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .notifications-filter {
    padding: 40px 0;
    margin-bottom: 48px;
  }
  .notifications-filter .notifications-filter-form {
    width: 1072px;
  }
  .notifications-filter .notifications-filter-form select {
    width: 718px;
    flex-basis: 718px;
  }
  .notifications-articles {
    width: 1072px;
  }
  .notifications-articles .notifications-article .notifications-article-body {
    padding: 40px;
  }
  .notifications-articles .notifications-article .notifications-article-body .notifications-article__head {
    display: flex;
    justify-content: space-between;
  }
  .notifications-articles .notifications-article .notifications-article-body figure img {
    width: 330px;
    float: right;
    clear: both;
    margin-left: 38px;
    margin-bottom: 40px;
  }
  .notifications-articles .notifications-article .notifications-article-footer {
    padding: 8px 40px;
    display: flex;
    align-items: center;
  }
  .notifications-articles .notifications-article .notifications-article-footer > .manicipality {
    padding: 11px 0;
  }
  .notifications-articles .notifications-article .notifications-article-footer .agency {
    margin-left: 24px;
    padding: 11px 0 11px 24px;
    font-size: 18px;
    border-left: 1px solid #767676;
  }
  .notifications-articles .notifications-article .notifications-article-footer .agency .text {
    display: inline-block;
    padding: 4px 0;
    line-height: 1rem;
  }
  .notifications-articles .notifications-article .notifications-article-footer .agency .notifications-article-footer-tooltip {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .notifications-filter {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .notifications-filter .notifications-filter-form {
    width: 90%;
  }
  .notifications-filter .notifications-filter-form select {
    width: calc(100% - 88px);
    flex-basis: calc(100% - 88px);
  }
  .notifications-articles {
    width: 90%;
  }
  .notifications-articles .notifications-article .notifications-article-body {
    padding: 19px 16px;
  }
  .notifications-articles .notifications-article .notifications-article-body .notifications-article__head .timestamp {
    margin-top: 16px;
  }
  .notifications-articles .notifications-article .notifications-article-body figure img {
    width: 100%;
    margin-bottom: 24px;
  }
  .notifications-articles .notifications-article .notifications-article-footer {
    padding: 20px 16px;
  }
  .notifications-articles .notifications-article .notifications-article-footer .agency::before {
    margin-top: 5px;
  }
  .notifications-articles .notifications-article .notifications-article-footer .agency {
    font-size: 14px;
    margin: 12px 0 0;
    padding-top: 12px;
    padding-right: 38px;
    border-top: 1px solid #767676;
  }
  .notifications-articles .notifications-article .notifications-article-footer .agency .notifications-article-footer-tooltip {
    right: 0;
    top: 17px;
  }
}