@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP:wght@500&display=swap");
#admin-top {
  /* ボタン（カード） */
  /* 見出し */
  /* アラート */
  /* 支援記録 */
}
#admin-top h2 {
  margin: 20px 0 10px;
  font-size: 16px;
}
#admin-top .container-fluid {
  max-width: 810px;
}
#admin-top .panel {
  margin-bottom: 0;
}
#admin-top .p-card {
  position: relative;
  font-size: 19px;
  background-color: #ffdc50;
  z-index: 0;
}
#admin-top .p-card p {
  position: relative;
  z-index: 1;
}
#admin-top .p-card__title {
  position: relative;
  font-size: 27px;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#admin-top .p-card__title.lt1 {
  letter-spacing: 1em;
  text-indent: 1em;
}
#admin-top .p-card span {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
  z-index: 1;
}
#admin-top .p-card::before {
  content: "";
  background-color: #fff;
  width: 95%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4px;
}
#admin-top .p-card.c-btn--icon__arrow::after {
  right: 26px;
}
#admin-top .c-head {
  position: relative;
}
#admin-top .c-head--icon {
  padding: 20px;
}
#admin-top .c-head--icon__info {
  content: "";
  background: url(/cli03/img/ico-info.svg) no-repeat left center;
  background-size: 32px;
  padding: 6px 0 6px 36px;
}
#admin-top .c-head--icon__record {
  content: "";
  background: url(/cli03/img/ico-record.svg) no-repeat left center;
  background-size: 32px;
  padding: 6px 0 6px 36px;
  margin-top: 30px;
}
#admin-top .c-head--icon__management {
  content: "";
  background: url(/cli03/img/ico-management.svg) no-repeat left center;
  background-size: 32px;
  padding: 6px 0 6px 36px;
}
#admin-top .c-head--icon__dl {
  content: "";
  background: url(/cli03/img/ico-dl.svg) no-repeat left center;
  background-size: 32px;
  padding: 6px 0 6px 36px;
}
#admin-top .p-alert {
  position: relative;
}
#admin-top .p-alert .label {
  white-space: normal;
  color: #0e1216;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.1em;
  margin-left: 10px;
}
#admin-top .p-alert .label-danger {
  background-color: inherit;
  color: #e00e0e;
  font-weight: 400;
  line-height: 1.8;
}
#admin-top .p-alert a.label-danger {
  border-bottom: 1px solid #e00e0e;
}
#admin-top .p-alert a.label-danger:hover, #admin-top .p-alert a.label-danger:focus {
  text-decoration: none;
  opacity: 0.8;
}
#admin-top .p-alert p {
  margin: 0;
}
#admin-top .p-record > .row {
  margin-bottom: 10px;
}
#admin-top .p-record > .row + .row {
  margin-bottom: 0;
}/*# sourceMappingURL=top-style.css.map */