@charset "UTF-8";

.b-contents {
  padding-top: 40px;
}
.b-contents.m-contact .container {
  width: 93.33vw;
}
.container.b-faqs {
  max-width: 1000px;
}
.e-pageTtl {
  text-align: center;
  letter-spacing: 0.1em;
}
.b-faqGroup {
  color: #333;
  line-height: 1.47;
  letter-spacing: 0.07em;
}
.b-faqGroup a {
  text-decoration: underline;
}
.b-faqGroup .b-f {
  margin-bottom: 0.5em;
}
.b-faqGroup .b-f,
.b-faqGroup .e-a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.b-faqGroup .b-f::before,
.b-faqGroup .e-a::before {
  content: "";
  display: block;
  height: 100%;
  margin-right: 0.8em;
}
.b-faqGroup .b-f::before {
  background: url(images/q.png) left top / contain no-repeat;
}
.b-faqGroup .e-a::before {
  background: url(images/a.png) left top / contain no-repeat;
}
.b-faqGroup .b-f p,
.b-faqGroup .e-a p {
  margin: 0;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.b-faqGroup .b-f p {
  background: #e6f0f6;
}
.b-faqGroup .e-ttl {
  background: var(--corelexColor);
  color: #fff;
  font-weight: 500;
  line-height: 1.3em;
  padding: 0.4em 0.8em 0.45em;
}
@media screen and (max-width: 767px) {
  .container.b-faqs .e-pageTtl {
    letter-spacing: 0.25em;
  }
  .b-contents.m-contact .e-pageTtl {
    margin-bottom: 13vw;
  }
  .b-faqs .e-pageTtl {
    font-size: 6.667vw;
  }
  .b-form .e-pageTtl {
    font-size: 5.33vw;
  }
  .b-faqGroup {
    padding-bottom: 5vw;
  }
  .b-faqGroup .e-ttl {
    font-size: 4.266vw;
    margin-bottom: 8vw;
  }
  .b-faq {
    margin-bottom: 8vw;
  }
  .b-faqGroup .b-f::before,
  .b-faqGroup .e-a::before {
    width: 8vw;
    min-width: 8vw;
    height: 8vw;
    transform: translateY(0.1em);
  }
  .b-faqGroup .e-imgRoll {
    margin-top: 3vw;
  }
}
@media print, screen and (min-width: 768px) {
  .b-contents.m-contact .e-pageTtl {
    margin-bottom: 40px;
  }
  .b-faqs .e-pageTtl {
    font-size: 50px;
  }
  .b-form .e-pageTtl {
    font-size: 38px;
  }
  .b-faqGroup {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .b-faqGroup .e-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .b-faq {
    margin-bottom: 35px;
  }
  .b-faqGroup .b-f::before,
  .b-faqGroup .e-a::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
    transform: translateY(0.1em);
  }
  .b-faqGroup .e-imgRoll {
    width: 355px;
    margin-top: 15px;
  }
}
.b-faqGroup:nth-last-of-type(1) {
  padding-bottom: 0;
}

/* 25.10.21 紙対応追記 */
.b-contents * {
  color: #000;
}
.b-contents {
  background-color: #e6e6e6;
}
.b-titleInner {
  background-color: #fff251;
  padding: 40px 5% 30px;
  margin: 0 auto;
  max-width: 1040px;
  width: 93.33vw;
}

.b-form .e-pageTtl {
  background-color: #fff;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 !important;
  padding: 0.5em;
}
.e-req {
  display: inline-block;
  text-align: center;
  background: #ff7171;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.2em 0.3em 0.35em 0.4em;
}
.e-formcap {
  text-align: center;
}
.e-sub {
  font-size: 14px;
  margin: 0.5em 0 2em;
  text-align: center;
}
.sep {
  min-width: 2em;
}
.e-logo-kamitaio {
  display: block;
  margin: 0 auto 20px;
  max-width: 200px;
  width: 50%;
}

.b-contents .b-form {
  background-color: transparent;
  margin-top: 0;
  padding-top: 20px;
}

.b-formInner dl {
  margin: 0 auto;
}

.b-formInner select,
.b-formInner input[type="checkbox"],
.b-formInner input[type="button"] {
  -webkit-appearance: auto;
  appearance: auto;
  cursor: pointer;
  width: 100%;
  background: #fff;
  padding: 0.3em 0.5em;
  padding-top: 0.3em;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
  padding-left: 0.5em;
  margin-right: 0.3em;
}

.b-formInner .e-lnk {
  background-color: #fff251;
  border: 3px solid #000;
  border-radius: 0;
  color: #000;
}
.b-lnks input[type="submit"]:disabled {
  background-color: #e6e6e6;
}

.b-formInner .flex {
  display: flex;
  gap: 10px;
}
.b-formInner p {
  margin: 0;
}
.b-formInner select,
.b-formInner input[type="checkbox"],
.b-formInner input[type="button"],
.b-formInner input[type="text"],
.b-formInner textarea {
  border: 3px solid #000;
}
.b-formInner input[type="button"].zipbt {
  background-color: #fff251;
  border: 3px solid #000;
  margin-left: calc(5em + 10px);
  max-width: 6em;
  transition: all 0.3s;
  transform: scale(1);
}
.b-formInner input[type="button"].zipbt:hover {
  transform: scale(1.05);
}
.b-formInner dt {
  letter-spacing: 0.1em;
}

.b-address dd > div {
  margin-bottom: 1em;
}
.b-address .sep {
  display: inline-block;
  min-width: 5em;
}

.e-furigana {
  position: relative;
}
.e-furigana .cap {
  bottom: -1.5em;
  left: 0;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .b-formInner dt {
    margin-right: 4%;
    max-width: 20em;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .e-formcap {
    text-align: left;
  }
  .e-sub {
    font-size: 12px;
  }
  dt br {
    display: none;
  }
  .b-formInner .flex {
    flex-direction: column;
  }
  .b-formInner .flex.fm_zip {
    flex-direction: row;
  }
}
