@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html, body {
	background: #eeebe6;
  font-size: 24px;
  line-height: 36px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color:#3b3833;
}
header {
  padding: 20px;
}
header h1 {
  font-size: 45px;
  letter-spacing: 10px;
  margin-bottom: 3px;
}
header h2 {
  font-size: 11px;
  padding: 0;
  margin: 0;
  line-height: 18px;
}
main {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
section {
  margin-bottom: 80px;
}
main h1 {
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#sec03 li {
  margin-bottom: 40px;
}
#sec03 dt {
  font-weight: 600;
}