.bento-list {
  margin-left: 0;
  padding-left: 3em;
  padding-right: 1em;
  margin-bottom: 1.5em !important;
}
.bento-list li {
  list-style-type: disc;
  list-style-position: outside;
}

.has-medium-font-size {
  margin-bottom: 0 !important;
}

#main p {
  margin-bottom: 1.5em !important;
  padding: 0 1em !important;
}

.contactTitle {
  font-size: 1.5em !important;
  padding-left: 0 !important;
  margin-bottom: 0em !important;
}

.yoyakuform input {
  line-height: 2em !important;
  height: 2em !important;
}

.yoyakuform select {
  line-height: 2em !important;
  height: 2em !important;
}

.horsdoeuvre-item-list {
  padding-left: 3em !important;
  padding-right: 1em !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.horsdoeuvre-item-list > li {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  display: block !important;
}
.horsdoeuvre-item-list li:after {
  content: "　" !important;
}
/* 一番最初は content を消す */
.horsdoeuvre-item-list li:first-child:before {
  content: "" !important;
}
