#sc_shinshu main {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.9;
}
.pcnone {
  display: none;
}
.spnone {
  display: block;
}
@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
  .pcnone {
    display: block;
  }
  .caption .pcnone {
    display: inline-block;
  }
}
/*----- fonts----- */
.sedan-regular {
  font-family: "Sedan", serif;
  font-weight: 400;
  font-style: normal;
}
.sedan-regular-italic {
  font-family: "Sedan", serif;
  font-weight: 400;
  font-style: italic;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-regular {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/*-end---- fonts----end- */
/*----- 共通----- */
p, div {
  clear: both;
}
.inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  height: auto;
}
.f_mgb_s {
  margin-bottom: 3rem !important;
}
.f_mgb_m {
  margin-bottom: 4rem !important;
}
.f_mgb_r {
  margin-bottom: 5rem !important;
}
.f_mgb_l {
  margin-bottom: 10rem !important;
}
.f_mgb_xl {
  margin-bottom: 15rem !important;
}
.f_wdh_m {
  max-width: 750px !important;
}
@media screen and (max-width: 767px) {
  .f_mgb_s {
    margin-bottom: 1.5rem !important;
  }
  .f_mgb_m {
    margin-bottom: 2.5rem !important;
  }
  .f_mgb_r {
    margin-bottom: 5rem !important;
  }
  .f_mgb_l {
    margin-bottom: 8.5rem !important;
  }
  .f_mgb_xl {
    margin-bottom: 15rem !important;
  }
}