@charset "utf-8";
main form{
  max-width: 300px;
}
.noticeForProvider{
  display: block;
  color: #ff3e3e;
  text-indent: -16px;
  margin-left: 16px;
}
.noticeForProvider::before{
  content: "※";
}

@media only screen and (max-width: 767px){}/* このとじカッコは消さないこと */
