@charset "UTF-8";
address{
	font-style: unset !important;
}
/*タブレット時の見た目*/
@media screen and (max-width: 959px) {
  /* ここにセレクタを指定する */
}
/*スマホ時の見た目*/
@media screen and (max-width: 599px) {
  /* ここにセレクタを指定する */
}

.g-recaptcha{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}