.f13all {
  font-size: 1.3rem;
}

.max834 {
  display: none;
}

@media (max-width: 834px) {
  .max834 {
    display: block;
  }
}

.max450 {
  display: none;
}

@media (max-width: 450px) {
  .max450 {
    display: block;
  }
}

.contact {
  background-color: #fcfcfc;
}

.contact-mv {
  padding: 130px 0;
}

.contact-mv__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-mv__ttl01 {
  font-size: 9rem;
  font-weight: 500;
  color: #668090;
  font-family: "Cormorant Garamond", serif;
}

.contact-mv__ttl02 {
  font-size: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
}

.sec-style-contact {
  padding: 0 0 130px;
}

/* inner 1200 */
@media(max-width:1359px) {
  .contact-mv {
    padding: 130px 0 11vw;
  }

  .sec-style-contact {
    padding: 0 0 8vw;
  }
}

@media(max-width:834px) {
  .contact-mv {
    padding: 40px 0 40px;
  }

  .sec-style-contact {
    padding: 0 0 50px;
  }
}

@media(max-width:500px) {
  .contact-mv {
    padding: 20px 0 30px;
  }

  .sec-style-contact {
    padding: 0 0 40px;
  }

  .contact-mv__ttl01 {
    font-size: 6rem;
  }
}

@media(max-width:400px) {
  .contact-mv__ttl01 {
    font-size: 5rem;
  }
}

@media(max-width:359px) {
  .contact-mv__ttl01 {
    font-size: 2.9rem;
  }
}

.contact-wrapper {
  width: 90%;
  max-width: 920px;
  background-color: #fff;
  /* border: 3px solid #002c95; */
  /* border-radius: 25px; */
  padding: 70px 5% 60px;
  margin: 0 auto;
}

/* inner 1200 */
@media(max-width:1359px) {
  .contact-wrapper {
    padding: 60px 5% 60px;
  }
}

@media(max-width:834px) {}

@media(max-width:500px) {
  .contact-wrapper {
    padding: 10px 5% 60px;
  }
}

@media(max-width:400px) {}

@media(max-width:359px) {}

.contact__flow-list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 220px;
  margin: 0 auto;
}

.contact__flow-list::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 37px;
  left: 75px;
  transform: translate(0, -50%);
  /* background-color: #002c95; */
  border-top: #002c95 dotted 4px;
  width: 100%;
  width: calc(100% - 150px);
  height: 1px;
}

.contact__flow-num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ccd5ea;
}

.contact__flow-item.active .contact__flow-num {
  color: #fefb57;
  background-color: #002c95;
}

.contact__flow-txt {
  text-align: center;
  color: #ccd5ea;
  margin-top: 10px;
}

.contact__flow-item.active .contact__flow-txt {
  color: #002c95;
}


@media(max-width:834px) {
  .contact__flow-list {
    width: 190px;
  }

  .contact__flow-list::before {
    top: 25px;
    left: 60px;
    width: calc(100% - 120px);
  }

  .contact__flow-num {
    width: 50px;
    height: 50px;
  }
}

@media(max-width:500px) {
  .contact__flow-list {
    width: 160px;
  }
}


.contact__flow-lead {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contact__flow-lead02 {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.8;
}

.contact__flow-lead02 br {
  display: none;
}

@media(max-width: 1100px) {
  .contact__flow-lead02 br {
    display: block;
  }
}

@media(max-width: 834px) {
  .contact__flow-lead {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact__flow-lead02 {
    text-align: start;
  }

  .contact__flow-lead02 br {
    display: none;
  }
}

.contact-form__label {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .contact-form__label {
    font-size: 1.6rem;
    flex-wrap: wrap;
  }
}

.require-txt {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  background-color: #db000f;
  border-radius: 3px;
  padding: 0.2rem 0.8rem 0.2rem;
  margin-left: 1rem;
}

.option-txt {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  background-color: #b2bfc7;
  border-radius: 3px;
  padding: 0.2rem 0.8rem 0.2rem;
  margin-left: 1rem;
}

.contact-form__item {
  gap: 1rem;
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact input[type=number],
.contact select {
  border-radius: 5px;
  background-color: #f7f7f7;
  width: 100%;
  height: 50px;
  border-bottom: none;
  padding: 0 20px;
}

.contact input,
.contact select,
.contact textarea {
  background-color: unset;
  padding: 0 0rem;
}

.contact textarea {
  height: 200px;
  border-radius: 5px;
  padding: 2rem 20px;
  background-color: #f7f7f7;
  border-bottom: none;
}

.contact input[type=text]::-moz-placeholder,
.contact input[type=email]::-moz-placeholder,
.contact input[type=tel]::-moz-placeholder,
.contact textarea::-moz-placeholder {
  color: #d5d5d5;
}

.contact input[type=text]::placeholder,
.contact input[type=email]::placeholder,
.contact input[type=tel]::placeholder,
.contact textarea::placeholder {
  color: #d5d5d5;
}

.contact .item-label {
  font-size: 1.6rem;
  white-space: nowrap;
  font-weight: 400;
  background-color: unset;
  border-radius: 0;
  width: fit-content;
  padding: 0px 0;
}

@media(max-width:834px) {
  .contact .item-label {
    font-size: 1.4rem;
  }
}

input.p-postal-code {
  margin-left: 10px;
}

.contact .item-label__span::after {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-color: #506378;
}

.contact [name=zip] {
  width: 100%;
  max-width: 200px;
}

#contact .error-bg {
  border: none;
  /* border-bottom: 1px solid #b9bec3; */
}

#contact .error {
  color: #af4d5b;
  background-color: unset;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  padding: 0;
  margin: 0.5rem 0;
}

#contact .error::before {
  content: "";
  display: none;
}

.privacypolicy__wrapper {
  font-size: 1.6rem;
  line-height: 1.75;
  border-radius: 0px;
  border: 1px solid #c9d2d8;
  background-color: #fff;
  padding: 40px 5%;
  margin-top: 7rem;
}

.privacypolicy__wrapper p {
  font-size: 1.6rem;
}

@media(max-width:834px) {
  .privacypolicy__wrapper {
    font-size: 1.4rem;
  }

  .privacypolicy__wrapper p {
    font-size: 1.4rem;
  }
}

@media(max-width:500px) {
  .privacypolicy__wrapper {
    padding: 25px 5%;
    margin-top: 45px;
  }
}


.privacypolicy__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 0px;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}

.privacypolicy__ttl01 {
  font-size: 5.2rem;
  font-weight: 500;
  color: #668090;
  font-family: "Cormorant Garamond", serif;
}

.privacypolicy__ttl02 {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
}

@media(max-width:834px) {
  .privacypolicy__ttl01 {
    font-size: 3.6rem;
  }
}

.privacypolicy__list-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .privacypolicy__list-ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 0;
  }
}

.privacypolicy__list-item:last-of-type {
  margin-bottom: 0;
}


.privacypolicy__list p {
  font-size: 1.6rem;
}

.privacypolicy__list-ul {
  margin-top: 18px;
}

.privacypolicy__list-li {
  position: relative;
  padding-left: 18px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 5px;
}

.privacypolicy__list-li::before {
  content: '・';
  position: absolute;
  /* top: 7px; */
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}

.privacypolicy__controller-checkbox {
  font-size: 1.6rem;
  background-color: unset;
}

.privacypolicy__controller-checkbox input {
  margin-right: 10px;
}

/* ボタン btn */
.privacypolicy__controller-submit input:disabled {
  color: #fff;
  background-color: #b9b9b9;
}

.privacypolicy__controller-submit input {
  font-weight: 500;
  /* box-sizing: border-box; */

  /* font-family: "M PLUS Rounded 1c", serif; */
  /* color: #002c95; */
  /* position: relative;
  display: block; */
  max-width: 300px;
  width: 90%;
  background-color: #668090;
  /* height: 70px;
  border-radius: 35px;
  background-color: #fefb57;
  border: 2px solid #002c95;
  box-shadow: 0 3px 0 #002c95; */
  margin: 50px auto 0;
}

.privacypolicy__controller-submit input:active {
  box-shadow: none;
  transform: translateY(3px);
}

.privacypolicy__controller-submit input:hover {
  opacity: 0.8;
}

.privacypolicy__address {
  margin-top: 30px;
}

@media(max-width:834px) {
  .privacypolicy__controller-submit input {
    max-width: 220px;
    height: 62px;
    border-radius: 31px;
    margin: 30px auto 0;
  }

}

@media(max-width:500px) {
  .privacypolicy__controller {
    padding: 0 0 0;
  }

  .privacypolicy__controller-submit input {
    margin: 20px auto 0;
  }
}

.contact-form__detail {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 10px 0 3px;
}

.contact .inquiry-item__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  margin-top: 15px;
}

@media(max-width:1400px) {
  .privacypolicy__list p {
    font-size: 1.5rem;
  }

  .privacypolicy__list-li {
    font-size: 1.5rem;
  }
}

@media(max-width:834px) {
  .contact .inquiry-item__list {
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 10px 25px;
    margin-top: 5px;
  }

  .privacypolicy__list-ttl {
    font-size: 2rem;
  }

  .privacypolicy__list p {
    font-size: 1.4rem;
  }

  .privacypolicy__list-li {
    font-size: 1.4rem;
  }

  #contact .error {
    font-size: 1.4rem;
  }

  .contact-form__detail {
    font-size: 1.3rem;
  }

}


@media(max-width:500px) {
  .contact .inquiry-item__list {
    flex-direction: column;
    align-items: start;
    /* grid-template-columns: repeat(1, 1fr); */
    gap: 10px 15px;
    margin-top: 5px;
  }


}


/* thanks */
/* ボタン btn */
.thanks__link {
  font-weight: 600;
  /* font-family: "M PLUS Rounded 1c", serif; */
  /* color: #002c95;
  position: relative;
  display: block; */
  max-width: 300px;
  background-color: #668090;
  /* width: 90%; */
  /* height: 70px;
  line-height: 68px;
  border-radius: 35px;
  font-weight: 800;
  text-align: center;
  background-color: #668090;
  border: 2px solid #002c95;
  box-shadow: 0 3px 0 #002c95; */
  margin: 7rem auto 2rem;
}

.thanks__link:active {
  box-shadow: none;
  transform: translateY(3px);
}

.thanks__link a {
  color: #fff;
}

.thanks .contact__heading-ttl {
  font-weight: 500;
  text-align: center;
  margin: 60px 0 30px;
}

.thanks .contact__heading-txt {
  text-align: center;
  line-height: 1.8;

}

@media(max-width:834px) {
  .thanks__link {
    font-size: 1.5rem;
    line-height: 58px;
    height: 60px;
    max-width: 220px;
    margin: 40px auto 2rem;
  }
}

@media(max-width:600px) {
  .thanks .contact__heading-ttl {
    margin: 35px 0 15px;
  }

  .thanks .contact__heading-txt {
    /* text-align: start; */
  }

}

@media(max-width:359px) {
  .thanks .contact__heading-txt {
    font-size: 1.3rem;
  }
}

.contact .footer {
  padding-top: 130px;
}

@media(max-width:1359px) {
  .contact .footer {
    padding-top: 8vw;
  }
}

@media(max-width:834px) {
  .contact .footer {
    padding-top: 50px;
  }
}

@media(max-width:500px) {
  .copy-right .inner-1500.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .copy-right .distributor {
    text-align: center;
  }
}

/* 作成者のみ */