@charset "utf-8";

/* =================================
googleフォーム組み込み
================================= */
.google_form {
	max-width: 600px;
	background: #E9B7AE;
	margin: 1em auto 5em;
	padding: 3em 3% 0;
	line-height: 1.6;
	text-align: left;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 500;
	color: #333;
}
.google_form p {
	margin: 0 0 1em;
}
.google_form .fw_normal {
	font-weight: normal;
	font-size: .8em;
	line-height: 1.5;
}
.google_form .required {
	color: #b72c2c;
	background: 0;
}
.google_form .link {
	display: inline-block;
	color: #b72c2c;
	text-decoration: underline;
}
.google_form .link:hover {
	text-decoration: none;
}
.google_form h1 {
	font-size: 1.3em;
	color: #DF9482;
	text-align: center;
	border-bottom: 1px solid #1b1b1b;
	padding-bottom: .8em;
	margin-bottom: 0.8em;
}
.google_form h2 {
	font-size: 1.1em;
	border-bottom: 1px solid #1b1b1b;
	margin-bottom: 0.8em;
	padding-bottom: .5em;
}
.google_form h3 {
	margin-bottom: .5em;
}
.google_form placeholder {
	color: #ccc;
}
.google_form input[type="email"], .google_form input[type="text"], .google_form input[type="tel"] {
	border: 1px solid #999;
	width: 100%;
	max-width: 400px;
	padding: 10px;
}
.google_form textarea {
	border: 1px solid #999;
	padding: 5px;
}
.google_form .button_wrap {
	text-align: center;
}
.google_form button {
	background: #00b100;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 2em;
	margin: 1em auto 2em;
	display: inline-block;
	cursor: pointer;
	border: none;
	outline: none;
	font-weight: bold;
	font-size: 1.4em;
	appearance: none;
}
.google_form button:hover {
	text-decoration: none;
	opacity: .5;
	transition: all .2s ease-in;
}
.google_form .form_course tr, .google_form .form_course td {
	width: 100%;
	display: block;
}
.google_form .box {
	background: #fff;
	border-radius: 0.3em;
	margin-bottom: 1em;
	padding: 1em 4%;
}
.google_form .bg_area {
	background: #fcf5f4;
	padding: 1em;
	font-size: .8em;
	margin-bottom: 1em;
	line-height: 1.3;
}
.google_form .check_wrap {
	display: flex;
	align-items: center;
	margin: 1.5em 0;
	font-weight: bold;
}
.google_form input[type="checkbox"] {
	width: 1.5em;
	height: 1.5em;
	cursor: pointer;
	margin-right: .5em;
}