@charset "UTF-8";
.stock_mail_txt {
  display: block;
  font-size: 1.6rem;
  text-align: center;
}

.stock_mail_form__dl {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.stock_mail_form__line {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stock_mail_form__dt {
  width: 30%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stock_mail_form__dd {
  width: 70%;
}

.stock_mail_form__input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.8rem;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.stock_mail_form__error {
  display: block;
  font-size: 1.2rem;
  color: #ff0000;
  margin-bottom: 0.5em;
}

.stock_mail_form__submit {
  display: block;
  width: 400px;
  max-width: 100%;
  font-size: 2rem;
  color: #f29217;
  border: 1px solid #f29217;
  border-radius: 5px;
  padding: 15px 10px;
  margin: 0 auto 30px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.stock_mail_form__submit:hover {
  background-color: #f29217;
  color: #fff;
}

.stock_mail_form__submit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*ウィンドウサイズが960px以下の場合*/
@media screen and (max-width: 960px) {
  .stock_mail_txt {
    font-size: 1.4rem;
  }
  .stock_mail_form__line {
    padding: 20px;
    border: 1px solid #ccc;
  }
  .stock_mail_form__dt, .stock_mail_form__dd {
    width: 100%;
  }
  .stock_mail_form__dt {
    margin-bottom: 15px;
  }
  .stock_mail_form__submit {
    font-size: 1.8rem;
    padding: 10px;
  }
}

/*# sourceMappingURL=../map/stock_mail.css.map */
