@charset "UTF-8";
/*個人情報*/
h1 {
  margin-bottom: 60px;
}

#policy_list {
  margin-bottom: 90px;
}
#policy_list dt {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
}

h3 {
  margin-bottom: 20px;
}

#Cookie {
  margin-bottom: 90px;
}
#Cookie p {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 30px;
  }

  #policy_list {
    margin-bottom: 30px;
  }

  #Cookie {
    margin-bottom: 60px;
  }
}
