@charset "UTF-8";
* {
  box-sizing: border-box;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  line-height: 2;
}

.btn {
  line-height: 2;
  margin-bottom: 2rem;
}

.card {
  border: none;
}

.news-list {
  background: #e5f6ff;
  border: 1px solid #e2e3ff;
  padding: 20px;
  padding-right: 150px;
  border-bottom: #c33535;
}

.top-page-card {
  width: 100%;
}

/* グローバルナビ */
.burger {
  position: fixed;
  right: 0;
  top: 0;
  --opacity: 1;
  --translate: 0.5rem;
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  z-index: 100;
}
.burger.is-active {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0rem;
}
.burger span {
  display: block;
  width: 70%;
  height: 2px;
  background-color: #000;
  grid-area: 1/1/-1/-1;
  transition: 0.5s;
}
.burger span:nth-child(1) {
  opacity: var(--opacity);
}
.burger span:nth-child(2) {
  translate: 0 calc(var(--translate) * -1);
  rotate: var(--rotate);
}
.burger span:nth-child(3) {
  translate: 0 var(--translate);
  rotate: calc(var(--rotate) * -1);
}
.burger.is-active {
  opacity: 1;
  translate: 0;
  pointer-events: all;
}

/* 見出し */
h4 {
  line-height: 2;
  border-left: 5px solid #0f0084;
  background-color: rgb(216, 244, 255);
  padding-left: 1rem;
}

/* フッター */
footer {
  background-color: #0f0084;
}
.footer p, .footer a, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #fff;
}

.footer-nav {
  color: #FFF;
  font-size: small;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  line-height: 2;
}

.info-index {
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.info-index a {
  padding: 5px;
}
.info-index li {
  line-height: 2;
  margin-left: 0;
}
.info-index li:nth-child(2) {
  background: #eeeeee;
}
.info-index span {
  margin-left: 3rem;
}

.card-body .title-column-1 {
  line-height: 3;
}
.card-body .title-column-2 {
  line-height: 1.5;
}

.flex-group {
  display: flex;
  flex-direction: column;
}

.mt-100 {
  margin-top: 100px;
}

.single-page {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.single-page h3 {
  line-height: 2;
}
.single-page .date {
  line-height: 2;
}
.single-page p {
  line-height: 2;
}

.info-single-page-nav {
  margin-top: auto;
  line-height: 2;
}

.map-style {
  height: calc(100vh - 300px);
}

.badge {
  min-width: 5em;
  text-align: center;
}

/* ボタン */
.btn-primary, .bg-primary {
  background-color: #00327c !important;
}

section {
}

a {
  display: block;
}

.line-height-2em {
  line-height: 2em;
}

.top-flow img {
  width: 20%;
  min-width: 50px;
  max-width: 200px;
}

.top-flow-2 img {
  width: 50%;
  min-width: 50px;
  max-width: 300px;
}

.bg-skyblue {
  background: #b8eeff;
}

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