/* ===== リセット ===== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color:　#333;
  background: #fff;
}

/* ===== ヘッダー ===== */
.header {
  background: #1a3d7c;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.header-inner {
  max-width: 800px;
  margin: 0 auto;
}

.header h1 {
  font-size: 36px;
  margin: 0;
}

.header p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4;
}

/* ===== コンテンツ ===== */
section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
}

h2 {
  border-left: 4px solid #1a3d7c;
  padding-left: 10px;
  margin-bottom: 20px;
}

.service {
  margin-bottom: 25px;
}

.service h3 {
  margin-bottom: 10px;
}

.service p {
  margin: 0;
}

.office {
  line-height: 1.8;
  font-size: 15px;
}

/* ===== フッター ===== */
footer {
  background: #1a3d7c;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.line-qr {
  width: 60px;
  height: auto;
  margin-top: 10px;
}
