@charset "UTF-8";
body {
  background: url(grp/back.jpg) center center/cover no-repeat fixed;
}

#toha {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.3rem;
  text-align: left;
  margin: 20px auto 0 auto;
  line-height: 1.4em;
}

.section_title {
  text-align: left;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.3rem;
  padding: 0 0 0.1em 0;
  border-bottom: 1px solid #375380;
  color: 375380;
}
.section_title span {
  font-size: 1rem;
}

#majinai p, #tikara p, #fee p {
  text-align: left;
}

#gofu_list > * + * {
  margin: 30px auto 0 auto;
}
#gofu_list div h4 {
  text-align: left;
  font-size: 1.1rem;
}
#gofu_list div ul {
  margin: 10px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  border: 2px solid gray;
  background: gray;
}
#gofu_list div ul li {
  display: grid;
  grid-template-columns: 10em 1fr;
  border-bottom: 1px solid silver;
}
#gofu_list div ul li h5 {
  text-align: right;
  padding: 0.5em 10px;
  background: #f8f2da;
}
#gofu_list div ul li p {
  padding: 0.5em 10px;
  text-align: left;
  background: white;
}
#gofu_list div ul li:nth-of-type(odd) {
  border-right: 1px solid silver;
}
#gofu_list div ul li:nth-last-of-type(1) {
  border-bottom: none;
}/*# sourceMappingURL=index.css.map */