@charset "UTF-8";

html{
	scroll-padding-top: 90px; /* 固定ヘッダーの高さに合わせて調整 */
}

.wpcf7 form.invalid .wpcf7-response-output {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-color: #db2f2f;
  color: #db2f2f;
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-color: #099926;
  color: #037725;
}
