@charset "utf-8";

h2 {
  background-color: #1d5d9b;
  color: #fff;
  padding: 1rem 0rem 1rem 1rem;
  font-weight: bold;
}

#information .menu-div {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
  justify-content: center;
}

#information .menu-div a {
  font-weight: bold;
  border-radius: 0.3rem; /*丸みを出す*/
  color: #231f20;
  margin: 1rem;
  text-align: center;
  outline: 0.125rem solid #b8b8b8;
  outline-offset: 0.3rem;
  text-decoration: none; /* ホバー時に下線を非表示にする */
}

#information .menu-div a {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding: 0.7rem 0.5rem 0.5rem;
  height: 11rem;
  justify-content: center;
}

#information .menu-div img {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  height: 5em;
  margin-bottom: 1rem;
}

#information .menu-div a span {
  font-size: 1rem;
}
