@charset "UTF-8";
/*定義カラー*/
/*定義スタイル*/
#wpadminbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

a:hover {
  text-decoration: none;
}

#content {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

.home #content {
  padding-top: 0;
}

.img-inner {
  width: 100%;
  vertical-align: middle;
}

/*reCAPTCHA*/
.grecaptcha-badge {
  visibility: hidden;
}

/*END reCAPTCHA*/