@charset "utf-8";

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

 style_business_dl_corporate-gift.css

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


/* form
-----------------------------------*/
.download__container .satori__custom_form_38e6645b39e1b475_css {
  background: none;
}


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


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


/* input
-----------------------------------*/
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__input_group {
  padding: 30px 20px;
  border-bottom: 1px solid #999
}
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__horiz_group {
  border-bottom: 1px solid #999
}
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__horiz_group:nth-of-type(1) {
  border-top: 1px solid #999;
}
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__input_group.satori__customer_last_name,
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__input_group.satori__customer_first_name {
  border: none;
}
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__input_group:nth-of-type(7) {
  display: block;
}
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__input_group:nth-of-type(7) label,
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__input_group:nth-of-type(7) input {
  width: auto;
}
@media screen and (max-width: 768px) {
  .download__container .satori__custom_form_38e6645b39e1b475_css .satori__input_group label {
    width: 100%;
  }
  .download__container .satori__custom_form_38e6645b39e1b475_css .satori__input_group input {
    width: 100%;
  }
  .download__container .satori__custom_form_38e6645b39e1b475_css label:first-child {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .download__container .satori__custom_form_38e6645b39e1b475_css .satori__input_group.satori__customer_first_name {
    padding-top: 0;
  }
}


/* お問い合わせ項目
-----------------------------------*/
.download__container .satori__custom_form_38e6645b39e1b475_css input[type=checkbox]+label,
.download__container .satori__custom_form_38e6645b39e1b475_css input[type=radio]+label {
  position: relative;
  display: inline-block;
  flex: initial;
  margin: 0;
  padding: 10px 0 10px 30px;
  font-size: 1.4rem;
  color: var(--black);
  line-height: 1;
}
.download__container .satori__custom_form_38e6645b39e1b475_css input[type=checkbox]+label::before,
.download__container .satori__custom_form_38e6645b39e1b475_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;
}
.download__container .satori__custom_form_38e6645b39e1b475_css input[type=checkbox]+label::after,
.download__container .satori__custom_form_38e6645b39e1b475_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);
}
.download__container .satori__custom_form_38e6645b39e1b475_css input[type=checkbox]:checked+label,
.download__container .satori__custom_form_38e6645b39e1b475_css input[type=radio]:checked+label {
  color: var(--black);
}
.download__container .satori__custom_form_38e6645b39e1b475_css input[type=checkbox]:checked+label::after,
.download__container .satori__custom_form_38e6645b39e1b475_css input[type=radio]:checked+label::after {
  opacity: 1;
}


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


/* 必須
-----------------------------------*/
.download__container .satori__custom_form_38e6645b39e1b475_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;
}
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__not_require {
  display: none;
}


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


/* button
-----------------------------------*/
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__submit_group {
  margin: 0;
}
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  /*margin: 60px auto 0;*/
  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;
}
.download__container .satori__custom_form_38e6645b39e1b475_css .satori__btn:hover {
  color: var(--black);
  background: none;
  opacity: 1;
}


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


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