@font-face {
  src: url("https://www.q-cells.jp/fonts/notoSans.woff") format("woff");
  font-family: "Noto Sans JP";
}
* {
  box-sizing: border-box;
  line-height: 1;
}

.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #333333;
  background: #ffffff;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }
}
body p {
  line-height: 1.3;
}

#wrapper {
  background: #ffffff;
}

header {
  width: 100%;
  height: 90px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #f7f3e8;
  background: #019245;
}
@media screen and (max-width: 480px) {
  header {
    height: auto;
    padding: 15px 10px;
  }
}
header h1 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  header h1 {
    font-size: 20px;
  }
}
header p {
  text-align: center;
  padding: 0 10px;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  header p {
    font-size: 12px;
  }
}

.top-text {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  padding: 0 10px;
  font-size: 13px;
}

main {
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 15px;
  }
}
main .main-top-text {
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  main .main-top-text {
    padding: 0 20px;
  }
}
main #slide {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  main #slide {
    max-width: 100%;
  }
}
main #slide section {
  width: 100%;
  text-align: left;
  display: none;
  position: absolute;
}
@media screen and (max-width: 768px) {
  main #slide section {
    padding: 0 10px;
  }
}
main #slide section.slide-active {
  display: block;
}
@media screen and (max-width: 480px) {
  main #slide section.slide-active {
    padding-bottom: 60px;
  }
}
main #slide section h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 15px;
  color: #019245;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  main #slide section h2 {
    font-size: 17px;
  }
}
main #slide section h2 span {
  font-size: 16px;
}
main #slide section dl.qa div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: solid 1px #f7f7f7;
  border-radius: 8px;
  background: #fffdf6;
}
@media screen and (max-width: 480px) {
  main #slide section dl.qa div {
    flex-flow: column;
    align-items: flex-start;
  }
}
main #slide section dl.qa div dt {
  font-weight: normal;
  padding-right: 10px;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  main #slide section dl.qa div dt {
    line-height: 1.5;
  }
}
main #slide section dl.qa div dt span {
  font-weight: 500;
  margin: 0 5px 0 0;
  line-height: 1.5;
}
main #slide section dl.qa div dd {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  main #slide section dl.qa div dd {
    margin-top: 10px;
    margin-left: auto;
  }
}
main #slide section dl.qa div dd label {
  padding: 0 10px;
}
main #slide section dl.qa div dd label input {
  margin-right: 5px;
}
main #slide section dl.qa div dd .wpcf7-form-control-wrap {
  margin: 0;
}
main #slide section.slide04 {
  background-color: rgba(241, 241, 241, 0.5);
  padding: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 {
    margin-top: -15px;
    border-radius: 0;
    padding: 20px 15px;
  }
}
main #slide section.slide04 h2 {
  margin: 0;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 h2 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0;
  }
}
main #slide section.slide04 .top-text {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  padding: 0 10px;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 .top-text {
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
main #slide section.slide04 dl.input-form {
  padding: 30px;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 dl.input-form {
    padding: 0;
  }
}
main #slide section.slide04 dl.input-form div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 dl.input-form div {
    display: block;
    margin-bottom: 15px;
  }
}
main #slide section.slide04 dl.input-form div input, main #slide section.slide04 dl.input-form div textarea, main #slide section.slide04 dl.input-form div select {
  border: solid 1px #f7f7f7;
  background-color: #ffffff;
  width: 100%;
  padding: 5px;
}
main #slide section.slide04 dl.input-form div input::-moz-placeholder, main #slide section.slide04 dl.input-form div textarea::-moz-placeholder, main #slide section.slide04 dl.input-form div select::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
  font-size: 14px;
}
main #slide section.slide04 dl.input-form div input::placeholder, main #slide section.slide04 dl.input-form div textarea::placeholder, main #slide section.slide04 dl.input-form div select::placeholder {
  color: #ccc;
  font-weight: normal;
  font-size: 14px;
}
main #slide section.slide04 dl.input-form div input#zip-code, main #slide section.slide04 dl.input-form div textarea#zip-code, main #slide section.slide04 dl.input-form div select#zip-code {
  width: 30%;
}
main #slide section.slide04 dl.input-form div input {
  height: 30px;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 dl.input-form div input {
    height: 35px;
  }
}
main #slide section.slide04 dl.input-form div input.file-input {
  padding: 14px 0px 34px 24px;
}
main #slide section.slide04 dl.input-form div p.file-note {
  font-size: 13px;
  margin-top: 10px;
}
main #slide section.slide04 dl.input-form div p.file-note.file-note_mb {
  margin-bottom: 10px;
}

main #slide section.slide04 dl.input-form div textarea {
  min-height: 120px;
  width: 360px;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 dl.input-form div textarea {
    width: 100%;
  }
}
main #slide section.slide04 dl.input-form div dt {
  font-weight: normal;
  padding-right: 10px;
  line-height: 1.3;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 dl.input-form div dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
main #slide section.slide04 dl.input-form div dt .required {
  display: inline-block;
  margin-top: -4px;
  margin-left: 16px;
  padding: 2px 7px;
  vertical-align: middle;
  border-radius: 10px;
  background-color: #f37321;
  font-size: 10px;
  color: #fff;
}
main #slide section.slide04 dl.input-form div dd {
  width: 65%;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 dl.input-form div dd {
    width: 100%;
  }
}
main #slide section.slide04 .text-captcha ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  height: 40px;
  margin: 0 auto 20px;
  background: #fff;
  padding: 5px 10px;
}
main #slide section.slide04 .text-captcha ul li:first-of-type {
  margin-right: 10px;
}
main #slide section.slide04 .text-captcha ul li:last-of-type span {
  margin: 0;
}
main #slide section.slide04 .text-captcha ul li:last-of-type span.wpcf7-not-valid-tip {
  position: absolute;
  margin: 5px 0 0;
}
main #slide section.slide04 .text-captcha ul li:last-of-type input {
  width: 180px;
  height: 30px;
  border: solid 1px #f8f8f8;
  text-align: center;
}
main #slide section.slide04 .text-captcha ul li:last-of-type input::-moz-placeholder {
  color: #cccccc;
}
main #slide section.slide04 .text-captcha ul li:last-of-type input::placeholder {
  color: #cccccc;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 .policy {
    display: block;
    margin: 15px 0 0;
  }
}
main #slide section.slide04 .policy .text {
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  main #slide section.slide04 .policy .text br {
    display: none;
  }
}
main #slide section.slide04 .policy a {
  text-decoration: underline;
}
main #slide section.slide04 .policy a:hover {
  color: #f37321;
  text-decoration: none;
}
main #slide section.slide04 .policy .wpcf7-form-control-wrap {
  margin: 15px auto 0;
}
main #slide section.slide04 .policy .wpcf7-list-item input {
  margin-right: 5px;
}
main #slide section.slide04 .policy + .policy {
  margin-top: 10px;
}
main #slide section.slide04 .wpcf7-not-valid-tip {
  text-align: left;
  margin-left: 5px;
}
main #slide section .section-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px 0;
}
main #slide section .section-bottom .next, main #slide section .section-bottom .prev {
  color: #ccc;
  margin: 0 30px;
  text-align: center;
  background: #f1f1f1;
  width: 150px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
@media screen and (max-width: 480px) {
  main #slide section .section-bottom .next, main #slide section .section-bottom .prev {
    margin: 0;
  }
}
main #slide section .section-bottom .next a, main #slide section .section-bottom .prev a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  cursor: pointer;
}
main #slide section .section-bottom .prev {
  width: 100px;
}
main #slide section .section-bottom .prev.active {
  color: #2c9241;
  background: #fffdf6;
  border: solid 1px #2c9241;
}
@media screen and (max-width: 480px) {
  main #slide section .section-bottom .prev {
    margin: 0 15px 0 10px;
  }
}
main #slide section .section-bottom .next.active {
  color: #fffdf6;
  background: #019245;
}
@media screen and (max-width: 480px) {
  main #slide section .section-bottom .next {
    margin: 0 10px;
  }
}
main #slide section .section-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
main #slide section .section-bottom ul.pagenation li {
  color: transparent;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
main #slide section .section-bottom ul.pagenation li.active a {
  background-color: #019245;
}
main #slide section .section-bottom ul.pagenation li:last-of-type {
  margin-right: 0;
}
main #slide section .section-bottom ul.pagenation li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 60px;
  background-color: #f1f1f1;
}

.btn {
  width: 400px;
  height: 50px;
  text-align: center;
  margin: 20px auto 50px;
}
@media screen and (max-width: 480px) {
  .btn {
    width: 85%;
  }
}
.btn input {
  width: 400px;
  height: 50px;
  text-align: center;
  margin: 20px auto 50px;
  font-size: 18px;
  color: #ffffff;
  background: #019245;
  border-radius: 60px;
}
@media screen and (max-width: 480px) {
  .btn input {
    width: 100%;
  }
}
.btn input:hover {
  font-weight: bold;
  color: #019245;
  background: #ffffff;
  border: solid 1px #019245;
}

.screen-reader-response {
  text-align: center;
  color: #f37321;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .screen-reader-response {
    padding: 0 10px;
    line-height: 1.5;
  }
}
.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 11px;
  color: #f37321;
  margin-top: 5px;
  text-align: right;
}

.wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7-form-control-wrap {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 0 10px 10px;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap {
    margin: 0 auto;
  }
}

#autozip {
  visibility: hidden !important;
  display: none !important;
  opacity: 0 !important;
}

body.thanks {
  background-color: rgba(241, 241, 241, 0.5);
}

.thanks-contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100svh;
  min-height: 630px;
  margin-top: 100px;
}
.thanks-contents ul {
  text-align: center;
}
.thanks-contents ul li.ttl {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 50px 0;
  position: relative;
  color: #019245;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.thanks-contents ul li.ttl::after {
  content: "";
  width: 70px;
  border-bottom: solid 2px #019245;
  display: block;
  position: relative;
  top: 18px;
}
.thanks-contents ul li.message {
  font-size: 16px;
  line-height: 1.6;
}
.thanks-contents ul li.btn {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: center;
  margin: 50px auto 0;
}
.thanks-contents ul li.btn a {
  color: #ffffff;
  background: #019245;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 35px;
  border-radius: 60px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  main #slide section.slide04 {
    width: 90%;
    margin: 0px 5% 30px;
  }
}
body.modal-open {
  overflow: hidden;
}

.contract-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.contract-modal.active {
  display: block;
}
.contract-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.contract-modal__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 800px;
  max-height: 85vh;
  margin: 6vh auto 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .contract-modal__panel {
    width: 92%;
    max-height: 80vh;
  }
}
.contract-modal__scroll {
  overflow-y: auto;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .contract-modal__scroll {
    padding: 24px 20px;
  }
}
.contract-modal__title {
  font-weight: 700;
  color: #019245;
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.contract-modal__body {
  font-size: 14px;
  line-height: 1.8;
}
.contract-modal__body p, .contract-modal__body ol {
  margin-bottom: 16px;
  line-height: 1.4;
  list-style: auto;
}
.contract-modal__body h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 24px 0 10px;
}
.contract-modal__body ol {
  padding-left: 1.5em;
}
.contract-modal__body ol li {
  margin-bottom: 8px;
  line-height: 1.4;
}
.contract-modal__date {
  text-align: right;
}
.contract-modal__footer {
  text-align: center;
  padding: 16px 40px;
  border-top: solid 1px #f7f7f7;
}
@media screen and (max-width: 480px) {
  .contract-modal__footer {
    padding: 16px 20px;
  }
}
.contract-modal__agree {
  display: inline-block;
  width: 260px;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  background: #019245;
  border: none;
  border-radius: 60px;
  cursor: pointer;
}
.contract-modal__agree:hover {
  font-weight: bold;
  color: #019245;
  background: #ffffff;
  border: solid 1px #019245;
}
/*# sourceMappingURL=form.css.map */