@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 style_business_contact.css

+++++++++++++++++++++++++++++++ */


/* header
-----------------------------------*/
.main-nav__button > li:first-child {
  color: var(--pink);
  background: none;
}
.main-nav__button > li:first-child::after {
  border-color: var(--pink);
}


/* contact
-----------------------------------*/
.contact__container {
  max-width: 900px;
  margin: 0 auto 140px;
}
.contact__txt {
  margin-bottom: 30px;
  text-align: center;
}
.contact__container .satori__custom_form_e9a2587712170b15_css {
  background: none;
}
@media screen and (max-width: 1199px) {
  .contact__container {
    max-width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .contact__container {
    margin: 0 auto 80px;
  }
}


/* font
-----------------------------------*/
@media screen and (max-width: 768px) {
  .contact__container .satori__custom_form_e9a2587712170b15_css {
    font-size: 1.4rem;
  }
}


/* name
-----------------------------------*/
@media screen and (max-width: 480px) {
  .contact__container .satori__custom_form_e9a2587712170b15_css .satori__horiz_group .satori__input_group {
    flex: initial;
    width: 100%;
  }
}


/* input
-----------------------------------*/
.contact__container input::placeholder {
  font-weight: normal;
  color: #ccc;
}
.contact__container select {
  padding: 0 10px;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group {
  padding: 30px 20px;
  border-bottom: 1px solid #999
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__horiz_group {
  border-bottom: 1px solid #999
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__horiz_group:nth-of-type(1) {
  border-top: 1px solid #999;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group.satori__customer_last_name,
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group.satori__customer_first_name {
  border: none;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group:nth-of-type(7) {
  display: block;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group:nth-of-type(7) label,
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group:nth-of-type(7) input {
  width: auto;
}
@media screen and (max-width: 768px) {
  .contact__container .satori__custom_form_e9a2587712170b15_css label:first-child {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group {
    padding: 20px 10px;
  }
  .contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group.satori__customer_first_name {
    padding-top: 0;
  }
}

/* お問い合わせ項目
-----------------------------------*/
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=checkbox]+label,
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=radio]+label {
  position: relative;
  display: inline-block;
  flex: initial;
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--black);
}
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=checkbox]+label::before,
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=radio]+label::before  {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: var(--white);
  border: 1px solid #999;
}
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=checkbox]+label::after,
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=radio]+label::after  {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 5px;
  height: 11px;
  margin-top: -7px;
  border-right: 3px solid #DC5065;
  border-bottom: 3px solid #DC5065;
  opacity: 0;
  transform: rotate(45deg);
}
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=checkbox]:checked+label,
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=radio]:checked+label {
  color: var(--black);
}
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=checkbox]:checked+label::after,
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=radio]:checked+label::after {
  opacity: 1;
}


/* プライバシーポリシー
-----------------------------------*/
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__privacy_policy_agreement_wrapper_e9a2587712170b15 {
  padding: 30px 20px;
  border-bottom: 1px solid #999;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__privacy_policy_agreement_wrapper_e9a2587712170b15 .satori__input_group {
  padding: 0;
  border-bottom: none;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__privacy_policy_agreement_wrapper_e9a2587712170b15 .satori__input_group label {
  width: auto;
  font-size: 1.6rem;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__privacy_policy_agreement_wrapper_e9a2587712170b15 .satori__input_group:nth-of-type(1) {
  border-top: none;
}
.contact__container .satori__privacy_policy_agreement_wrapper_e9a2587712170b15 .satori__input_group input {
  width: 0;
}
.contact__container .satori__custom_form_e9a2587712170b15_css a,
.contact__container .satori__custom_form_e9a2587712170b15_css a:visited {
  color: var(--black);
  text-decoration: underline;
  transition: .3s;
}
.contact__container .satori__custom_form_e9a2587712170b15_css a:hover {
  color: var(--black);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contact__container .satori__custom_form_e9a2587712170b15_css .satori__privacy_policy_agreement_wrapper_e9a2587712170b15 {
    padding: 20px 10px;
  }
}


/* 必須
-----------------------------------*/
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__require {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 6px;
  font-size: 1.0rem;
  line-height: 1;
  color: var(--white);
  background: var(--pink);
  border-radius: 20px;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__not_require {
  display: none;
}


/* notice
-----------------------------------*/
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__notes {
  display: block;
  margin: 10px 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--black);
  background: none;
  border: none;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__system_notes {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--black);
}
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=email]:focus~.satori__notes,
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=number]:focus~.satori__notes,
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=password]:focus~.satori__notes,
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=tel]:focus~.satori__notes,
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=text]:focus~.satori__notes,
.contact__container .satori__custom_form_e9a2587712170b15_css input[type=url]:focus~.satori__notes,
.contact__container .satori__custom_form_e9a2587712170b15_css textarea:focus~.satori__notes {
  border-color: transparent;
  color: var(--white);
  background: var(--pink);
}
@media screen and (max-width: 768px) {
  .contact__container .satori__custom_form_e9a2587712170b15_css .satori__notes {
    font-size: 1.0rem;
  }
  .contact__container .satori__custom_form_e9a2587712170b15_css .satori__system_notes {
    font-size: 1.0rem;
  }
  .contact__container .satori__custom_form_e9a2587712170b15_css .satori__system_notes {
    display: inline-block;
    width: auto;
    margin: 0;
  }
}


/* button
-----------------------------------*/
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__submit_group {
  margin: 0;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  padding: 20px !important;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--white);
  background: var(--black);
  border: var(--border-black);
  border-radius: 60px;
  transition: .3s;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__btn:hover {
  color: var(--black);
  background: none;
  opacity: 1;
}


/* error
-----------------------------------*/
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group.error input[type=email],
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group.error input[type=number],
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group.error input[type=password],
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group.error input[type=tel],
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group.error input[type=text],
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group.error input[type=url],
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group.error textarea {
  background-color: rgb(252, 239, 241);
  border: 1px solid #999;
}
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group .satori__error_messages {
  font-size: 1.2rem;
  color: var(--pink);
}


/* 確認画面
-----------------------------------*/
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group input[type=email]:disabled, .satori__custom_form_e9a2587712170b15_css .satori__input_group input[type=number]:disabled,
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group input[type=password]:disabled,
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group input[type=tel]:disabled,
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group input[type=text]:disabled,
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group input[type=url]:disabled,
.contact__container .satori__custom_form_e9a2587712170b15_css .satori__input_group textarea:disabled {
  background-image: none;
  background-color: transparent;
  padding: 0;
}


/* complete
-----------------------------------*/
.contact_complete__container {
  max-width: 900px;
  margin: 0 auto 140px;
  text-align: center;
}
.contact_complete__container strong {
  display: block;
  margin: 0 0 30px;
  font-size: 2.4rem;
}
.contact_complete__container a {
  position: relative;
  display: block;
  max-width: 260px;
  margin: 60px auto 0;
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--white);
  background: var(--black);
  border: var(--border-black);
  border-radius: 60px;
  transition: .3s;
}
.contact_complete__container a::after {
  content: '\e5c8';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-family: 'Material Icons Outlined';
}
.contact_complete__container a:hover {
  color: var(--black);
  background: none;
}
@media screen and (max-width: 1199px) {
  .contact_complete__container {
    max-width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .contact_complete__container {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 480px) {
  .contact_complete__container strong {
    margin: 0 0 20px;
    text-align: left;
    font-size: 2.0rem;
  }
}