@charset "UTF-8";
/*
* 更新用 style
* 緊急・外部操作等で一時的に上書きする場合に使用
* 記述されたものは原則scssに差分を吸収し、コンパイルしたものを再アップする
*/
.wpcf7 form.spam .wpcf7-response-output {
  background: #ffe6e6;
  border: none;
  padding: 3% 4%;
  font-weight: 500;
  color: #e23132;
  text-align: center;
}
.tempo-comment {
  width: 100%;
  display: block;
  text-align: center;
  padding: 1em;
  background: #f3f3f3;
  font-weight: 500;
  color: #404040;
  font-size: 15px;
}
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1025px) {
}
