html {
  padding: 0;
  margin: 0;
}
body {
  padding: 0 0px;
  margin: 0;
  background: #f5f5f5;
}
body > * {
  max-width: 930px;
  margin: 0 auto;
}
body * + * {
  margin-top: 20px;
}
h1,
h2 {
  line-height: 40px;
}
h2:first-child {
  margin-top: 0;
}
h1,
h2,
p {
  margin-bottom: 0;
  margin-right: 20px;
  margin-left: 20px;
}

h2,
p {
  font-family: "Sarabun", sans-serif;
}
h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #032430;
  font-weight: normal;
}
h2 {
  font-size: 28px;
  line-height: 40px;
  color: #032430;
  font-weight: normal;
}
p {
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  margin-top: 0;
}
p + p {
  margin-top: 20px;
}

p a {
  color: #0fb2f0;
  text-decoration: none;
}

p a:hover {
  color: #064860;
}

main {
  border-top: 3px solid #0fb2f0;
  padding-bottom: 30px;
}

br {
  margin-top: 0;
}

main::before {
  content: "";
  background: url("./images/style/banner.jpg") lightgray bottom center / 120%
    no-repeat;
  height: 160px;
  display: inline-block;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 631px) {
  main::before {
    height: 400px;
  }
}
@media screen and (min-width: 930px) {
  h1,
  h2,
  p {
    margin-right: 0;
    margin-left: 0;
  }
}
