/* visitor.css */

.visitor-wrap {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #f9f9f9;
  line-height: 1.7;
}

.page-header {
  background-color: #002b5c;
  color: white;
  padding: 2rem;
  text-align: center;
  font-size: 1.8rem;
}

.section {
  padding: 2rem 5%;
  margin: 1rem auto;
  max-width: 900px;
}

.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

h2 {
  font-size: 1.5rem;
  color: #002b5c;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

h2 i {
  margin-right: 0.5rem;
  color: #004080;
}

.main-li {
  margin-bottom: 0.5rem;
}

dt {
  font-weight: bold;
  margin-top: 1rem;
}

a {
  color: #004080;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
