@charset "utf-8";
/*----------------------------------------------
	.c_news_article
---------------------------------------------*/
.c_news_article p {
	margin-bottom: 2em;
}

/*----------------------------------------------
	.wp-block-heading
---------------------------------------------*/
h2.wp-block-heading {
	position: relative;
	margin-bottom: 40px;
	font-size: 1.375em;
	text-align: center;
}
h2.wp-block-heading::before {
	position: absolute;
	right: -100%;
	bottom: 0;
	left: -100%;
	content: "";
	z-index: -1;
	width: 500px;
	max-width: 90%;
	height: 50%;
	margin: auto;
	background: var(--gy-f2-color);
	transform: skewX(-12deg);
}
h3.wp-block-heading {
	font-size: 1.25em;
	margin-bottom: 10px;
}
h4.wp-block-heading {
	font-size: 1.125rem;
	margin-bottom: 10px;
}
h5.wp-block-heading {
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	h2.wp-block-heading {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	h3.wp-block-heading {
		font-size: 1.5rem;
	}
	h4.wp-block-heading {
		font-size: 1.4rem;
	}
}
/*----------------------------------------------
	.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;
}
