@charset "utf-8";
/*----------------------------------------------
	.l_page_cont
---------------------------------------------*/
.l_page_cont p:not(:last-child) {
	margin-bottom: 1em;
}

/*----------------------------------------------
	.wp-block-heading
---------------------------------------------*/
h2.wp-block-heading {
	font-size: 3.6rem;
	margin-bottom: 20px;
}
h3.wp-block-heading {
	font-size: 2.8rem;
	margin-bottom: 10px;
}
h4.wp-block-heading {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
h5.wp-block-heading {
	font-size: 2rem;
	margin-bottom: 10px;
}
h6.wp-block-heading {
	font-size: 1.8rem;
}
@media (max-width: 960px) {
	h2.wp-block-heading {
		font-size: calc(32px + 4 * (100vw - 768px) / 512);
	}
	h3.wp-block-heading {
		font-size: calc(26px + 2 * (100vw - 768px) / 512);
	}
	h4.wp-block-heading {
		font-size: calc(22px + 2 * (100vw - 768px) / 512);
	}
	h5.wp-block-heading {
		font-size: calc(18px + 2 * (100vw - 768px) / 512);
	}
	h6.wp-block-heading {
		font-size: calc(16px + 2 * (100vw - 768px) / 512);
	}
}
@media (max-width: 768px) {
	h2.wp-block-heading {
		font-size: 3.2rem;
		margin-bottom: 10px;
	}
	h3.wp-block-heading {
		font-size: 2.6rem;
	}
	h4.wp-block-heading {
		font-size: 2.2rem;
	}
	h5.wp-block-heading {
		font-size: 1.8rem;
	}
	h6.wp-block-heading {
		font-size: 1.6rem;
	}
}
/*----------------------------------------------
	.wp-block-image
---------------------------------------------*/
.wp-block-image:not(:last-child) {
	margin-bottom: 10px;
}
/*----------------------------------------------
	.wp-block-button
---------------------------------------------*/
.wp-block-button__link {
	min-width: 220px;
	transition: all 0.2s ease;
}
.wp-block-button__link:hover {
	opacity: 0.5;
	color: #fff;
}
/*----------------------------------------------
	.wp-block-table
---------------------------------------------*/
.wp-block-table td:first-of-type {
	width: 300px;
	background: #f3f3f3;
}
.wp-block-table td,
.wp-block-table th {
	border-color: #ccc !important;
}
@media (max-width: 768px) {
	.wp-block-table td,
	.wp-block-table th {
		display: block;
		width: 100% !important;
		float: left;
		border-bottom: none !important;
	}
	.wp-block-table tr:last-child td:last-child,
	.wp-block-table tr:last-child th:last-child {
		border-bottom: 1px solid #ccc !important;
	}
}

/*----------------------------------------------
	.mw_wp_form
---------------------------------------------*/
.mw_wp_form {
	width: 90%;
	max-width: 800px;
	margin: auto;
}
.mw_wp_tel {
	margin-bottom: 60px;
}
.mw_wp_tel p {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 0.2em 0.5em;
}
.mw_wp_form p:nth-of-type(2n) {
	margin-bottom: 2em;
}
.mw_wp_form .required {
	margin-left: 10px;
	padding: 0.1em 0.4em 0.2em;
	border: 1px solid #d00;
	color: #d00;
	font-size: 1.2rem;
}
.mw_wp_privacy {
	text-align: center;
}
.mw_wp_form input[type="submit"] {
	min-width: 220px;
	margin: auto;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	background: var(--key-color);
	border: none;
	border-radius: 50px;
	font-size: 1.125em;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
}
.mw_wp_form input[type="submit"]:disabled {
	cursor: auto;
}
.mw_wp_form input[type="submit"]:hover {
	opacity: 0.5 !important;
}
.mw_wp_form_confirm .c_box_iframe {
	display: none;
}
.mw_wp_form_confirm .mw_wp_privacy {
	text-align: left;
}
.mw_wp_form_confirm .mw_wp_tel {
	display: none;
}
