body {
   font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
   font-weight:bold;
}

.notice-section h2 {
  color: #298c6f;
  font-weight:bold;
}

.notice-photo { 
  margin-left: 1rem;
}

.global-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1rem;
}

.global-nav a {
  color: #298c6f;
  font-weight:bold;
  text-decoration: none;
}

.notice-section h2,
.notice-section p {
  margin-left: 1rem;
  letter-spacing: 0.05em;
}

.notice-section p {
  line-height: 2.2;
}

.notice-buttons {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
  padding-left: 1rem;
}

.notice-btn {
  display: inline-flex; 
  align-items: flex-start; 
  gap: 0.5rem;

  background: #d4f8e6;
  border: 1px solid #b8f3f0;
  border-radius: 20px;
  padding: 0.8rem 1.2rem;

  text-decoration: none;
  color: #237a60;
  font-size: 1.2rem;
  font-weight: bold;

  transition: 0.2s;
}

.notice-btn:hover {
  background: #e9f2ff;
  border-color: #0d3525;
}

.arrow {
  font-size: 1.1rem;
  color: #033866;
   display: inline-block;
}


