@charset "utf-8";

main * {
  box-sizing: border-box;
}

html {
  overflow: overlay;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  main.main {
    padding: 0 20px 0;
    margin: 20px auto 0;
  }

  header .startssc {
    max-width: 128px;
    margin-left: 20px;
  }

  .spOlny {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  header .startssc {
    max-width: 168px;
    margin-left: 20px;
  }

  .spOlny {
    display: none;
  }

  body {
    overflow-x: hidden;
  }

  main.main {
    margin: 20px auto 0;
    width: auto;
    padding: 0 0 50px;
    box-sizing: border-box;
  }

  main.main.error {
    padding: 0 0 20px;
  }

  main.error .not-found-wrapper {
    width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .ttl-txt {
    margin-top: 55px;
  }

  .ttl-txt>p {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background: #238ea0;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .ttl-txt>p span {
    font-size: 130%;
  }
}

@media screen and (min-width: 768px) {
  .ttl-txt div {
    width: 900px;
    margin: 30px auto;
  }

  .ttl-txt p {
    font-size: 1.8rem;
  }

  .ttl-txt>p:first-child {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #238ea0;
    font-size: 2.2rem;
    font-weight: bold;
  }

  .ttl-txt div p:first-child::before {
    margin-right: 10px;
  }
}

.inquiry-inner .select-btn {
  height: 50px;
  padding: 2px 38px 2px 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  white-space: nowrap;
  background: #FFF;
  border: solid 1px #afafaf;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .inquiry-inner .select-btn {
    width: 90vw;
  }
}

.inquiry-inner .select-btn:not(.input-completed)::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  width: 3px;
  height: 3px;
  border: 1.5px solid;
  right: 10px;
  top: calc(50% + 2px);
  border-color: transparent transparent #707070 #707070;
  transform: rotate(-45deg);
}

.inquiry-inner .select-btn:not(.input-completed)::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  border: 1.5px solid;
  right: 10px;
  top: calc(50% - 7px);
  border-color: #707070 #707070 transparent transparent;
  transform: rotate(-45deg);
}

.select-btn.input-uncompleted {
  background: #f5d7bd;
  border: solid 1px #d96b08;
}

.select-btn.input-completed {
  border: solid 1px #707070;
}

.select-btn.input-completed::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #d96b08;
  background-size: 18px 18px;
  border-radius: 50vh;
  right: 10px;
  top: calc(50% - 9px);
}

.select-btn.input-completed:not(.comment-txt)::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  right: 14px;
  top: calc(50% - 5px);
}

.inquiry-inner .select-btn select {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #969696;
  padding: 0 28px 0 10px;
  margin: 0 -28px 0 -10px;
  height: 45px;
  width: calc(100% + 38px);
}

.select-btn.input-completed select {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
}

.inquiry-step {
  position: relative;
}

/*エラーテキスト*/
.error-txt {
  display: none;
}

.error-txt.bottom {
  margin-top: 8px;
}

.error-txt p {
  width: 100%;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #bb0000;
  padding: 6px 10px 6px 15px;
  display: inline-block;
  margin-top: 5px;
}

.reCAPTCHA-error {
  display: none;
}

@media screen and (min-width: 768px) {
  .reCAPTCHA-error {
    max-width: 475px;
    margin: 0 auto;
  }
}

.reCAPTCHA-error p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #bb0000;
  padding: 4px 7px;
  display: inline-block;
  margin-bottom: 5px;
}

/*フォームボタン*/
.form-btn-inner {
  display: flex;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .form-btn-inner {
    width: 420px;
    margin: auto;
    justify-content: center;
    transition: 0.4s;
  }
}

.form-btn-inner .form-btn {
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-bottom: 4px;
  cursor: pointer;
}

.form-btn-inner .form-btn * {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form-btn-inner .form-btn {
    width: 100%;
    padding: 5px 0;
  }
}

@media screen and (min-width: 768px) {
  .form-btn-inner .form-btn {
    width: 100%;
    min-height: 55px;
  }
}

.form-btn-inner .form-btn.submit-btn {
  background: #d87721;
  box-shadow: 0 4px #f0b17a;
  position: relative;
  border-radius: 10px;
}

.form-btn-inner .form-btn.disabled-btn {
  background-color: #969696;
  box-shadow: 0 4px #5d5d5d;
  border-radius: 10px;
}

.form-btn-inner .form-btn button {
  width: 100%;
  height: 100%;
  padding: 20px 10px;
}

@media screen and (min-width: 768px) {
  .form-btn-inner .form-btn:not(.disabled-btn):hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0);
  }
}

.form-btn-inner .form-btn p {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .form-btn-inner .form-btn p {
    font-size: 2.4rem;
  }
}

.form-btn-inner .form-btn.submit-btn p {
  line-height: 1.2;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}

.form-btn-inner .form-btn.submit-btn p::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 8;
}

.form-btn-inner .form-btn.submit-btn p span {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .form-btn-inner .form-btn.submit-btn p::before {
    right: 5px;
  }

  .form-btn-inner .form-btn p {
    font-size: 2.4rem;
  }

  .form-btn-inner .form-btn.submit-btn p span {
    font-size: 1.6rem;
  }
}

.small-txt {
  font-size: 1rem;
  line-height: 1.2;
  margin: 14px 0 10px;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .main.form div.section {
    width: 1080px;
    margin: 0 auto;
  }
}

.main.form .section:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .main.form .section:not(:first-of-type) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .main.form .section:not(:first-of-type) {
    margin-top: 30px;
  }
}

.main.form .section:last-of-type {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .main.form .section:last-of-type {
    margin-top: 10px;
  }

  .form-btn-inner {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .inquiry-wrapper {
    width: 900px;
    margin: 0 auto;
  }
}

.section .inquiry-wrapper:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .section .inquiry-wrapper:not(:first-of-type) {
    margin-top: 30px;
  }
}

.inquiry-wrapper .information {
  height: 50px;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 34px 0 10px;
  border-radius: 6px;
  cursor: auto;
  text-transform: none;
  user-select: none;
  appearance: none;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  border: solid 1px #707070;
}

.inquiry-wrapper .information-box.input-completed .information {
  background-color: #fff;
  border: solid 1px #707070;
}

.inquiry-wrapper .information-box.input-uncompleted:not(.comment-txt) .information {
  background: #f5d7bd;
  border: solid 1px #d96b08;
}

.inquiry-wrapper .information-box.error .information {
  background: #e9d0d0;
  border: solid 1px #bb0000;
}

@media screen and (max-width: 767px) {
  .inquiry-wrapper .information {
    font-size: 1.6rem;
  }
}

.inquiry-wrapper .information::placeholder {
  color: #969696;
  font-weight: normal;
}

.inquiry-wrapper .information-box.comment-txt {
  vertical-align: top;
}

.inquiry-wrapper .information-box.comment-txt textarea {
  font-weight: normal;
  padding-top: 20px;
  min-height: 200px;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .inquiry-wrapper .information-box.comment-txt textarea {
    font-size: 1.6rem;
    line-height: 1.4;
    min-height: 80px;
    padding-top: 10px;
  }
}

.inquiry-wrapper .information-box.comment-txt textarea:focus {
  outline: none;
}

.inquiry-wrapper .information.error {
  background: #e9d0d0;
  border: solid 1px #bb0000;
  font-weight: 400;
  padding: 0 10px;
}

.inquiry-wrapper .information.disabled {
  background-color: #f5f5f5;
  border: solid 1px #707070;
  padding: 0 10px;
}

.inquiry-wrapper .information.error::placeholder {
  color: #707070;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.inquiry-wrapper .information-box {
  position: relative;
}

.inquiry-wrapper .information-box.input-completed:not(.comment-txt)::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #d96b08;
  background-size: 18px 18px;
  border-radius: 50vh;
  right: 10px;
  top: calc(50% - 9px);
}

.inquiry-wrapper .information-box.input-completed:not(.comment-txt)::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  right: 14px;
  top: calc(50% - 5px);
}

.inquiry-wrapper .information-box.error::before,
.inquiry-wrapper .information-box.disabled::before,
.inquiry-wrapper .information-box.error::after,
.inquiry-wrapper .information-box.disabled::after {
  display: none;
}

.inquiry-step .select-btn.error::before,
.inquiry-step .select-btn.disabled-btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  width: 3px;
  height: 3px;
  border: 1.5px solid;
  right: 10px;
  top: calc(50% + 2px);
  border-color: transparent transparent #707070 #707070;
  transform: rotate(-45deg);
}

.inquiry-step .select-btn.error::after,
.inquiry-step .select-btn.disabled-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  border: 1.5px solid;
  right: 10px;
  top: calc(50% - 7px);
  border-color: #707070 #707070 transparent transparent;
  transform: rotate(-45deg);
}

.inquiry-step .select-btn.disabled-btn p {
  color: #707070;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .inquiry-step .select-btn.disabled-btn p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.section .inquiry-wrapper .inquiry-inner:not(:first-of-type) {
  margin-top: 12px;
}

.inquiry-wrapper .inquiry-step {
  margin-top: 8px;
}

.inquiry-wrapper.inquiry-information .inquiry-step {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .inquiry-wrapper.inquiry-information .inquiry-step {
    margin-top: 8px;
  }
}

.inquiry-wrapper .inquiry-step:first-of-type {
  margin-top: 0;
}

.inquiry-wrapper .inquiry-step.input-title-wrapper:not(:first-of-type) {
  margin-top: 7px;
}

.inquiry-wrapper .input-title-wrapper .input-title {
  font-size: 1.5rem;
  color: #333;
}

.inquiry-title {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .inquiry-title {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .inquiry-title {
    width: 900px;
    margin: 5px auto 0 auto;
  }
}

.inquiry-wrapper .inquiry-step .inquiry-title {
  margin-bottom: 5px;
}

.inquiry-title p {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 800;
}

.inquiry-title p span {
  font-size: 1.2rem;
}

.inquiry-title .sub-txt {
  display: flex;
  align-items: center;
  padding: 2px 10px 0 0;
}

.inquiry-title .sub-txt p {
  font-size: 1.2rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .inquiry-title .sub-txt p {
    font-size: 1.4rem;
  }
}

.inquiry-title .sub-txt p.confirmation {
  border-radius: 3px;
  padding: 2px 9px;
  color: #00a7cb;
  border: solid 1px #00a7cb;
  background-color: #ffffff;
  border-radius: 3px;
}

.inquiry-title .sub-txt p.confirmation.required {
  color: #fff;
  border: solid 1px #bb0000;
  background-color: #bb0000;
  border-radius: 3px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .inquiry-title .sub-txt p.confirmation {
    width: 50px;
    text-align: center;
  }
}

.inquiry-title .sub-txt p:not(:first-of-type) {
  margin-left: 7px;
}

.button-box .inquiry-title-inner {
  display: flex;
  width: 100%;
  margin-top: 6px;
}

.button-box .inquiry-title-inner .inquiry-title {
  width: calc((100% - 10px) / 2);
}

.button-box .inquiry-title-inner .inquiry-title:nth-of-type(2n) {
  margin-left: 10px;
}

.inputbutton {
  display: none;
}

.button-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.send-btn-inner {
  width: auto;
  margin: auto;
  text-align: center;
}

.send-btn-inner p {
  margin-bottom: 8px;
}

.send-btn-inner p.policy-txt a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .send-btn-inner p.policy-txt {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 10px auto;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

/*コピーライト*/
.copyright {
  padding: 15px 0;
}

.copyright p {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .copyright {
    padding-bottom: 40px;
  }
}

.thanks-box {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
}

.thanks-box h2 {
  font-size: 3.6rem;
  font-weight: bold;
}

.thanks-box>p {
  margin: 30px 0;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .thanks-box {
    width: 100%;
    margin: 30px 0;
    padding: 40px 0;
  }

  .thanks-box h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .thanks-box>p {
    font-size: 1.6rem;
    text-align: left;
    margin: 20px 0 30px 0;
  }
}

.domain-list-inner {
  position: relative;
}

.domain-list-inner .domain-list {
  position: absolute;
  display: none;
  max-width: 330px;
  box-shadow: 0 0 6px rgb(0 0 0 / 0.8);
  background-color: #ffffff;
  z-index: 10;
}

.domain-list-inner .domain-list.is-active {
  display: flex;
  flex-wrap: wrap;
}

.domain-list-inner .domain-list li {
  transition: 0.2s linear;
  width: calc((100% - 1px) / 2);
  border-top: solid 1px #949494;
}

.domain-list-inner .domain-list li:nth-of-type(2n) {
  width: calc((100% - 1px) / 2 + 1px);
  border-left: solid 1px #949494;
}

.domain-list-inner .domain-list li:nth-of-type(-n + 2) {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .domain-list-inner .domain-list li:hover {
    background-color: #f1f1f1;
  }
}

.domain-list-inner .domain-list li p {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  padding: 8px 9px;
  line-height: 1.5;
  cursor: pointer;
}

.prime-txt-inner {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.prime-txt-inner {
  display: flex;
  justify-content: center;
}

.prime-txt-inner p {
  line-height: 1.2;
}

.prime-txt-inner p:first-child {
  width: 60px;
}

@media screen and (min-width: 768px) {
  .domain-list-inner .domain-list li p {
    font-size: 1.3rem;
    padding: 9px 10px;
  }

  .prime-txt-inner {
    width: 900px;
    margin: 30px auto;
  }
}

@media screen and (max-width: 767px) {
  .prime-txt-inner {
    width: 90vw;
    margin: 30px auto 40px;
  }

  .prime-txt-inner p:first-child {
    width: 100px;
  }
}

/* 店舗情報*/
.shop-center {
  display: none;
}

.shop-center.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .shop-center .explain-txt {
    width: 900px;
    margin: 0 auto 10px;
    text-align: center;
  }
}

.explain-txt {
  font-size: 1.4rem;
  margin-bottom: 7px;
  margin-top: -6px;
  line-height: 1.4;
  text-align: center;
}

.shop-wrapper {
  background: #f8f8f8;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 8px 15px;
}

@media screen and (min-width: 768px) {
  .shop-wrapper {
    display: inline-block;
    margin-left: 76px;
    padding: 15px 24px 14px;
  }

  .shop-center .shop-wrapper {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin: auto;
    padding: 0;
    background: none;
    box-shadow: none;
  }

  .shop-center .shop-inner {
    display: inline-block;
    padding: 15px 24px 14px;
    background: #f8f8f8;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%);
    border-radius: 6px;
  }
}

.shop-wrapper .shop-name {
  font-size: 1.5rem;
  line-height: 1.5;
}

.shop-wrapper .gray-txt {
  color: #707070;
  font-weight: 400;
}

.shop-wrapper .tel {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .shop-wrapper .tel {
    margin-bottom: 4px;
  }
}

.shop-wrapper .tel .txt {
  font-size: 2.7rem;
  text-decoration: underline;
  color: #ce4508;
  position: relative;
  line-height: 1.5;
}

.shop-wrapper .tel.freecall .txt {
  padding-left: 48px;
}

.shop-wrapper .tel.freecall .txt::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/form/img/icon_tel_shop.png);
  width: 40px;
  height: 40px;
  left: 0;
  background-size: 40px 40px;
  top: calc(50% - 20px);
  z-index: 1;
}

.shop-wrapper .table-txt {
  margin-top: 3px;
}

.shop-wrapper .table-txt td {
  font-size: 1.3rem;
  display: block;
}

.shop-wrapper .table-txt td:first-of-type {
  width: 70px;
}

.shop-wrapper .table-txt tr {
  display: flex;
}