/*!
global > color
------------------------------
*/
.p-database__post-ttl {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-database__post-ttl {
    font-size: 2rem;
  }
}

.p-database__filter-title {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-database__filter-title {
    font-size: 1.25rem;
  }
}

.p-single__ttl {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__ttl {
    font-size: 2.25rem;
  }
}

/*!
global > mixin
------------------------------
*/
.p-information {
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .p-information {
    padding-bottom: 100px;
  }
}
.p-information .c-heading {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-information .c-heading {
    margin-top: 46px;
    margin-bottom: 36px;
  }
}
.p-information__filter {
  display: grid;
  gap: 5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-information__filter {
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    margin-bottom: 36px;
  }
}
.p-information__select {
  position: relative;
}
.p-information__select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%) rotate(90deg);
  width: 7px;
  height: 14px;
  background-color: #567095;
  mask: url(../images/common/icon_arrow_stroke.svg) no-repeat center/contain;
  pointer-events: none;
}
.p-information__select select {
  width: 100%;
  padding: 13px 40px 13px 19px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 6px;
  outline: none;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-information__select select {
    padding: 13px 40px 13px 19px;
    cursor: pointer;
  }
}
.p-information__select select.is-placeholder {
  color: #797979;
}
.p-information__select select option {
  color: #333;
  font-weight: 500;
}
.p-information__post {
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .p-information__post {
    transition: all 0.5s;
  }
  .p-information__post:hover {
    opacity: 0.7;
  }
}
.p-information__post:last-child {
  margin-bottom: 0;
}
.p-information__post-inner {
  display: flex;
  flex-direction: column;
  padding: 18px 15px;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-information__post-inner {
    flex-direction: row;
    align-items: flex-start;
    min-height: 52px;
    padding: 15px 17px 13px;
  }
}
.p-information__post-date {
  display: block;
  margin-bottom: 3px;
  color: #567095;
  font-family: "Amiri", serif;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-information__post-date {
    position: relative;
    top: 3px;
    flex-shrink: 0;
    width: 105px;
    margin-bottom: 0;
  }
}
.p-information__post-ttl {
  color: #222;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-information__post-ttl {
    font-size: 1rem;
  }
}
.p-information__post-excerpt {
  display: block;
}
.p-information__main {
  margin-bottom: 35px;
}

.p-single__head {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-single__head {
    padding-bottom: 34px;
  }
}
.p-single__date {
  margin-bottom: 20px;
  color: #333;
  font-family: "Amiri", serif;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    margin-bottom: 30px;
  }
}
.p-single__ttl {
  margin-bottom: 25px;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-single__ttl {
    margin-bottom: 30px;
    font-size: 2.25rem;
  }
}
.p-single__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
}
@media screen and (min-width: 768px) {
  .p-single__flex {
    flex-wrap: nowrap;
    gap: 15px 40px;
  }
}
.p-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.p-single__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  background-color: #e6e8ea;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-single__tag {
    min-height: 22px;
    padding: 2px 16px;
    font-size: 0.875rem;
  }
}
.p-single__share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-single__share {
    position: relative;
    top: -4px;
  }
}
.p-single__social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p-single__social {
    transition: all 0.5s;
  }
  .p-single__social:hover {
    opacity: 0.8;
  }
}
.p-single .c-page {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-single .c-page {
    padding-top: 63px;
  }
}
@media screen and (min-width: 768px) {
  .p-single .c-page .container {
    max-width: 940px;
    width: calc(100% - 60px);
  }
}
.p-single__content > * + * {
  margin-top: 24px;
}

.p-database__list.c-page {
  padding: 0;
}
.p-database__post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e4e5;
}
@media screen and (min-width: 768px) {
  .p-database__post {
    margin-bottom: 12px;
    padding-bottom: 16px;
  }
}
.p-database__post:last-child {
  margin-bottom: 0;
}
.p-database__post-ttl {
  display: block;
  color: #567095;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-database__post-ttl {
    margin-bottom: 12px;
  }
}
.p-database__post-content > * + * {
  margin-top: 24px;
}

/* pタグを表示する 20260901ishiguro*/
.p-database__post-content p {
  display: revert;
}

.p-database__filter {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .p-database__filter {
    margin-top: -14px;
    margin-bottom: 27px;
  }
}
.p-database__filter-inner {
  padding: 24px 20px 20px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-database__filter-inner {
    padding: 38px 27px;
  }
}
.p-database__filter-group + .p-database__filter-group {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-database__filter-group + .p-database__filter-group {
    margin-top: 28px;
  }
}
.p-database__filter-title {
  position: relative;
  margin-bottom: 14px;
  padding-left: 12px;
  color: #222;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-database__filter-title {
    margin-bottom: 19px;
  }
}
.p-database__filter-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 4px);
  background-color: #567095;
}
@media screen and (min-width: 768px) {
  .p-database__filter-title::before {
    height: calc(100% - 6px);
  }
}
.p-database__filter-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
@media screen and (min-width: 768px) {
  .p-database__filter-checks {
    gap: 13px 21px;
    padding-left: 2px;
  }
}
@media screen and (min-width: 768px) {
  .p-database__filter-checks--alpha {
    gap: 13px 22px;
  }
}
.p-database__filter-reset {
  display: flex;
  justify-content: flex-end;
  margin-top: 7px;
}
.p-database__filter-reset button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  color: #333;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-database__filter-reset button {
    font-size: 0.9375rem;
    transition: all 0.5s;
  }
  .p-database__filter-reset button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-database__check {
  display: inline-flex;
  gap: 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-database__check {
    gap: 8px;
  }
}
.p-database__check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.p-database__check-box {
  position: relative;
  top: 2px;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-database__check-box {
    top: 3px;
    width: 17px;
    height: 17px;
  }
}
.p-database__check-box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: none;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_check.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-database__check-box::after {
    top: 2px;
    width: 14px;
  }
}
.p-database__check-label {
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.p-database__check.is-active .p-database__check-box::after, .p-database__check:has(.p-database__check-input:checked) .p-database__check-box::after {
  display: block;
}
.p-database__count {
  margin-top: 15px;
  color: #333;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-database__count {
    margin-top: 29px;
  }
}

#js-db-results {
  transition: opacity 0.2s;
}
#js-db-results.is-loading {
  opacity: 0.4;
  pointer-events: none;
}

.p-database__empty {
  color: #666;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-database__empty {
    font-size: 1rem;
  }
}

.p-search__form {
  margin-bottom: 30px;
}
.p-search__form form > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-search__form form > div {
    gap: 6px;
  }
}
.p-search__form form > div::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-flex;
  width: 15px;
  height: 14px;
  background: url(../images/common/icon_lookup.svg) no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-search__form form > div::before {
    right: 13px;
    width: 17px;
    height: 17px;
  }
}
.p-search__form form > div input[type=text] {
  width: 100%;
  height: 32px;
  padding: 5px 13px;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  outline: none;
  color: #222;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-search__form form > div input[type=text] {
    width: 100%;
    height: 39px;
    padding: 10px 13px;
    font-size: 0.875rem;
  }
}
.p-search__form form > div input[type=text]::placeholder {
  color: #b7b7b7;
}
.p-search__form form > div input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 35px;
  height: 32px;
  background: #222;
  border: none;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p-search__form form > div input[type=submit] {
    width: 44px;
    height: 39px;
    transition: all 0.5s;
  }
  .p-search__form form > div input[type=submit]:hover {
    opacity: 0.7;
    background: #222;
  }
}
.p-search .p-information__post-inner {
  flex-direction: column;
  gap: 5px;
}
.p-search .p-information__post-ttl {
  color: #567095;
  font-weight: 500;
}

/*# sourceMappingURL=information.css.map */

/* ===== お知らせ一覧のピン留め表示（information_list_fixed = ON） ===== */
.p-information__post--pin .p-information__post-ttl {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
}
.p-information__post--pin .p-information__post-ttl::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/common/icon_pin.svg) no-repeat center/contain;
}