@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* -----------------------------------------------
fs_theme.cssの上書き・追記
----------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main img {
  vertical-align: bottom;
}
.fs-c-productMark {
  gap: 2px 0;
}
.fs-c-heading_bsima {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FCDB51;
  color: #3A1D05;
  min-height: 2em;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
}
.fs-c-heading_bsima.bg__red {
  background-color: #B42E1C;
  color: #fff;
}
.body__text__wrap {
  margin-inline: auto;
}
.body__text {
  font-size: 14px;
  line-height: 1.85;
}
.side_banner {
  margin-top: 30px;
}
.side_banner a {
  display: block;
}
.side_banner a + a {
  margin-top: 15px;
}
.side_banner img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .fs-c-heading_bsima {
    font-size: 34px;
    margin: 0 0 38px;
  }
  .body__text__wrap {
    max-width: 720px;
  }
  .body__text {
    font-size: 20px;
  }
  .content__inner {
    max-width: 800px;
    margin-inline: auto;
  }
  .fs-l-footer__contents .fs-p-bannerGroup {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }
  .fs-l-footer__contents .fs-p-bannerGroup > div {
    width: calc((100% - 32px) / 3);
  }
}

@media screen and (min-width: 1200px) {
  .fs-l-sideArea + .fs-l-pageMain {
    padding-top: 32px;
  }
  .fs-l-sideArea + .fs-l-pageMain .fs-c-heading--page:first-child {
    padding-top: 0;
    margin-top: -4px;
  }
}

/* -----------------------------------------------
お問い合わせ
----------------------------------------------- */
.form__wrap {
  margin-top: 25px;
  padding: 25px 4% 50px;
  border-radius: 8px;
  background: #F9F9F9;
}
.form__wrap p.body__text {
  margin: 0 0 3px;
}
.form__wrap .form__item__wrap + p.body__text {
  margin: 14px 0 3px;
}
.form__wrap p.body__text span {
  color: #E10000;
}
.form__wrap p.form__item__wrap {
  margin: 0;
}
.form__wrap :is([type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select) {
  font-size: 12px;
  border: 1px solid #999999;
  border-radius: 5px;
  min-height: 40px;
}
.form__wrap textarea {
  font-size: 12px;
  border: 1px solid #999999;
  border-radius: 5px;
  min-height: 200px;
}
.form__wrap .submit__wrap {
  margin-top: 30px;
  text-align: center;
}
.form__wrap .submit__wrap input[type=submit] {
  background: #434345;
  border: none;
  color: #fff;
  width: 330px;
  max-width: 100%;
  height: 40px;
  font-size: 14px;
  letter-spacing: .1em;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .form__wrap {
    margin-top: 46px;
    padding: 36px 7.875% 87px;
  }
  .form__wrap p.body__text {
    margin: 0 0 6px;
  }
  .form__wrap .form__item__wrap + p.body__text {
    margin: 24px 0 6px;
  }
  .form__wrap :is([type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select) {
    font-size: 16px;
    border: 2px solid #999999;
    border-radius: 10px;
    min-height: 45px;
    padding: 0 12px;
  }
  .form__wrap textarea {
    font-size: 16px;
    border: 2px solid #999999;
    border-radius: 10px;
    min-height: 310px;
    padding: 12px;
  }
  .form__wrap .submit__wrap {
    margin-top: 68px;
  }
  .form__wrap .submit__wrap input[type=submit] {
    width: 400px;
    max-width: 100%;
    height: 40px;
    font-size: 15px;
  }
}

@media (any-hover: hover) {
  .form__wrap .submit__wrap input[type=submit] {
    transition: all .3s;
  }
  .form__wrap .submit__wrap input[type=submit]:hover {
    opacity: .8;
  }
}

/* -----------------------------------------------
よくあるご質問
----------------------------------------------- */
.faq__content {
  margin-inline: auto;
  margin-top: 40px;
}
.faq__content h2 {
  border-top: 1px solid #3A1D05;
  border-bottom: 1px solid #3A1D05;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 5px 10px 8px;
}
.faq__content * + h2 {
  margin: 50px 0 15px;
}
.faq__content :is(dl, dt, dd, p) {
  margin: 0;
}
.faq__content dl > div + div {
  margin-top: 15px;
}
.faq__content dl > div.active + div {
  margin-top: 25px;
}
.faq__content dt.q__text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  background: #FBB03B;
  color: #fff;
  padding: 9px 50px 10px 12px;
  position: relative;
}
.faq__content dt.q__text span {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  width: 16px;
}
.faq__content dt.q__text span::before {
  content: '';
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  height: 2px;
}
.faq__content dt.q__text span::after {
  content: '';
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 2px;
  transition: rotate .3s;
}
.faq__content .active dt.q__text span::after {
  rotate: 90deg;
}
.faq__content dd.a__text {
  font-size: 14px;
  line-height: 1.75;
  background: #F5F5F5;
  padding: 14px 12px 18px;
  display: none;
}

@media screen and (min-width: 960px) {
  .faq__content {
    max-width: 720px;
    margin-top: 40px;
  }
  .faq__content h2 {
    font-size: 27px;
    margin: 0 0 22px;
  }
  .faq__content * + h2 {
    margin: 80px 0 22px;
  }
  .faq__content dl > div + div {
    margin-top: 20px;
  }
  .faq__content dl > div.active + div {
    margin-top: 40px;
  }
  .faq__content dt.q__text {
    font-size: 20px;
    padding: 9px 50px 10px 22px;
  }
  .faq__content dt.q__text span {
    right: 16px;
    width: 16px;
  }
  .faq__content dt.q__text span::before {
    height: 2px;
  }
  .faq__content dt.q__text span::after {
    width: 2px;
  }
  .faq__content dd.a__text {
    font-size: 16px;
    padding: 14px 22px 18px;
  }
}

@media (any-hover: hover) {
  .faq__content dt {
    cursor: pointer;
  }
}