@charset "UTF-8";
/* ヘッダー */
header {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  margin: 0;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #1565c0;
  background-color: #1976d2;
  color: #fff;
}

/* フッター */
footer {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  margin: 0;
  margin-top: 15px;
  padding: 15px 10px;
  background-color: #e0e0e0;
}

/* ヘッダー タイトル */
.header-title {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
}

/* エラー文字 */
.error-text {
  color: #d50000;
}

/* リンクタイトル */
.icon-text span,
.link-title span {
  display: inline-block;
  margin-left: .5rem;
}

/* 種別タイトル */
.kind-title {
  margin-bottom: .4rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

/* 事務所開閉メニュー */
.office-accordion {
  margin-bottom: .25rem;
}

.office-accordion .card-header {
  padding: .25rem;
}

.office-accordion .card-header button[aria-expanded="false"] i::before {
  content: "\f138";
}

.office-accordion .card-header button[aria-expanded="true"] i::before {
  content: "\f13a";
}
