body {
  margin: 0;
  padding: 20px;
  font-family: "Noto Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3f3f3f;
  background-color: #fff;
}

h3.modalContents-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  color: #3f3f3f;
}

p.modalContents-text {
  font-size: 15px;
  margin-bottom: 16px;
  text-align: center;
  color: #3f3f3f;
}

p.modalContents-sub-text {
  margin-bottom: 0;
}

ul.modalContents-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

li {
  margin-bottom: 12px;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

dt.modal-term {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #3f3f3f;
  background-color: #f2f2f2;
  padding: 8px 16px;
  text-align: left;
  margin-bottom: 4px;
}

dd.modal-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #3f3f3f;
  padding: 4px 16px;
  text-align: left;
  border-bottom: 1px solid #dadae0;
}

@media (max-width: 768px) {
  .container {
    padding: 10px;
    font-size: 14px;
  }
}

.sukesan-description .prefectures-item {
  display: flex;
}

.sukesan-description .prefectures {
  width: 82px;
  font-weight: bold;
  padding: 4px 5px 4px 16px;
}

.sukesan-description .prefectures-shop {
  width: 100%;
}

.schedule {
  color: #ED6D1F;
  margin-left: 0.5em;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .schedule {
    margin-left: 0;
  }
}