@charset "utf-8";
/* CSS Document */
:root {
	--page-black: #2d2d2d;
	--page-light-gray: #f2f2f2;
	--page-red: #ea3032;
	--page-blue: #0049d6;
	--page-green: #56af1a;
	--page-light-green: #f5faf1;
	--page-yellow: #ffff00;
}
html,body {
	width: 100% !important;
}
.page {
	box-sizing: border-box;
	color: #000;
	position: relative;
}
.page * {
	box-sizing: border-box;
	line-height: 1.6;
	text-align: left;
	position: relative;
}
.mailform .note {
	font-size: 0.85em;
}
.mailform strong {
	color: var(--page-red);
}
.mailform a,
.mailform a:visited,
.mailform a:link {
	color: var(--page-blue);
}
.mailform p {
	margin: 1em 0;
}
.mailform p:first-of-type {
	margin-top: 0;
}
.mailform p:last-of-type {
	margin-bottom: 0;
}
.mailform h1,
.mailform h2,
.mailform h3 {
	color: var(--page-black);
}
.mailform h1 span {
	color: var(--page-red);
	font-weight: normal;
	padding-left: 0.35em;
}
/* サンクスページ */
.mailform.thanks .link {
	margin-top: 1.5em;
	text-align: center;
}
.mailform.thanks .comment {
	margin-top: 1em;
}
.mailform.thanks #mfp_thanks {
	margin: 1em 0 0 0;
	padding: 0;
}
.mailform.thanks #mfp_thanks strong {
	color: var(--page-red);
}