@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

.fg-top-view {
	margin-top: 60px;
	border-radius: 5px;
	padding: 32px 12px;
}
.fg-top-view form {
	text-align: center;
}
.fg-top-view h2 {
	font-size: 36px;
	text-align: center;
}
.fg-top-view input[type=text] {
	font-size: 24px;
	max-width: 400px;
	padding: 16px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.fg-top-view input[type=submit] {
	display: inline-block;
	margin: 20px auto 0;
	font-size: 1.4em;
}

@media screen and (max-width:767px) {
	.fg-top-view {
		margin-top: 20px;
	}
	.fg-top-view h2 {
		font-size: 20px;
	}
	.fg-top-view input[type=text] {
		font-size: 18px;
		padding: 12px;
	}
	.fg-top-view input[type=submit] {
		font-size: 1.1em;
		margin-top: 0;
	}
}