/*
Theme Name: Twenty Twenty-One-child
Template: twentytwentyone
Theme URI: https://wordpress.org/themes/twentytwentyone/
*/

/* 全固定ページで非表示 */
.page .entry-title {
    display: none;
}

/* フォームボタン */
.mw_wp_form [type=submit] {
	width: 120px; /* ボタンの横幅の長さ */
	font-size:14px;
	line-height: 2em; /* ボタンの縦幅の高さ */
	/*margin: 10px auto;*/
	background:#fff; /* ボタンの色*/
	color:#97b7e8; /* ボタンのテキストの色 */
	font-weight:bold;
	border:1px solid #5c91e3; /* ボタンの枠線の設定 */
	border-radius: 20px; /* ボタンの角の丸みの設定 */
	padding:5px;
 }

.mw_wp_form [type=submit]:hover {
	background: #97b7e8; /* マウスカーソルを上に乗せた時のボタンの色 */
	color: #fff; /* マウスカーソルを上に乗せた時のボタンのテキストの色 */
}