/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2025 | 06:29:52 */
.d-flex a i.fa-lg {
	font-size:1em;
}
.gm_wrap a i.fa-lg {
	font-size:1em !important;
}

/*パスワード入力ページ*/
/*.post-password-form {
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-template-rows: 50px;
}*/
.post-password-form input[type="password"] {
  border:1px solid #ddd;
  padding: 0.8em;
}
.post-password-form input[type="submit"] {
  border:none;
  color:#ffffff;
  background:#91b206;
  padding: 0.8em 1.8em;
}