@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px; line-height: 1.5; letter-spacing: 0.05em;
  color: #444; background-color: #fff;
  padding: 20px 5px 5px 20px;
}

h1 {
  font-family: 'Zen Dots', cursive;
  font-size: 36px;
}

section {
  padding: 16px 0;
}

small {
  font-size: 14px;
}

ul {
  list-style: url('../img/allow.gif');
}

li {
  padding: 16px 0;
}

a {
  color: #1f5c99;
}
