*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Heebo', sans-serif;
  background: #f5f3ef;
  color: #1a2a3a;
  line-height: 1.8;
  padding: 40px 20px 60px;
}
.wrap { max-width: 640px; margin: 0 auto; }
h1 { font-size: 28px; font-weight: 700; margin-bottom: 8px; color: #0a1628; }
.updated { color: #666; font-size: 15px; margin-bottom: 28px; }
h2 { font-size: 18px; font-weight: 700; margin: 24px 0 10px; color: #0a1628; }
p { font-size: 16px; margin-bottom: 12px; }
ul { padding-right: 20px; margin-bottom: 12px; }
li { font-size: 16px; margin-bottom: 6px; }
.contact { margin-top: 20px; }
.contact p { margin-bottom: 8px; }
a.back {
  display: inline-block;
  margin-top: 32px;
  color: #1565c0;
  font-size: 15px;
  text-decoration: underline;
}
a.back:hover { color: #0a3060; }
a.tel { color: inherit; text-decoration: none; }
a.tel:hover { text-decoration: underline; }
