body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
  margin: 0 auto;
  background-color: #fff;
}



h1 {
  font-size: 24px;
  margin: 60px 0;
  text-align: center;
}

h2 {
  font-size: 20px;
  margin-top: 30px;
  color: #444;
  border-bottom: 1px solid #cdcdcd;
}

p {
  margin-bottom: 15px;
}



.policy_container {
  background-color: #f9f9f9;
  padding: 60px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.policy_contents {
  max-width: 800px;
  margin: auto;
}

.footer {
  margin-top: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #777;
  text-align: right;
}

.fotter_logo {
  width: 200px;
  text-align: right;
}

a {
  color: #0070f3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* --- 540px以下の画面（スマホ等）に適用される設定 --- */
@media screen and (max-width: 540px) {
  .policy_container {
    padding: 20px;
  }
}