@charset "utf-8";
.contact_lead {
		margin: 40px 0;
}
@media(max-width: 767px) {
		.contact_lead {
				text-align: center;
		}
}
.mw_wp_form_confirm .contact_lead {
		display: none;
}
.contact_lead a {
		color: #2c2c2c;
		text-decoration: underline;
}
.contact_lead a:hover {
		color: #2c2c2c;
		text-decoration: none;
}
.pagetitle {
		width: 166px;
		margin: 0 0 60px;
}
#page_contact .menu-item-111 a {
		opacity: 1;
}
dd input[type="text"], input[type="email"], input[type="submit"], input[type="button"], button, textarea, dd select {
		-webkit-appearance: none;
		border-radius: 0;
		padding: 0;
		vertical-align: middle;
}
.contact_form dt {
		margin: 0 0 10px;
}
.contact_form dd {
		margin: 0 0 40px;
		word-break: break-all;
}
.mw_wp_form_confirm dd {
		font-size: 16px;
}
.contact_form dd input, .contact_form dd textarea {
		padding: 15px;
		width: 100%;
		box-sizing: border-box;
		background: #fff;
		border: none;
		font-size: 16px;
		font-family: YuMincho, 'Noto Serif JP', 'Yu Mincho', serif;
		color: #2C2C2C;
		outline: none;
}
.contact_form dd textarea {
		height: 200px;
}
.send_btn_flex {
		display: flex;
		justify-content: center;
		margin-top: 60px;
}
.send_btn_flex input[type="submit"], .send_btn_flex button {
		margin: 0 10px;
		cursor: pointer;
		height: 98px;
		line-height: 98px;
		width: 98px;
		border-radius: 50%;
		border: none;
		background: #2C2C2C;
		box-sizing: border-box;
		border: 1px solid #2C2C2C;
		color: #fff;
		font-family: YuMincho, 'Noto Serif JP', 'Yu Mincho', serif;
		transition: background 0.4s, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.send_btn_flex button.btn_edit {
		background: #ccc;
		color: #2c2c2c;
		border: 1px solid #bfbfbf;
}
@media (hover: hover) {
		.send_btn_flex input[type="submit"]:hover, .send_btn_flex button:hover {
				background: #f5f5f5;
				color: #2C2C2C;
				transform: scale(0.8);
		}
}
.send_btn_flex input[type="submit"]:active, .send_btn_flex button:active {
		background: #f5f5f5;
		color: #2C2C2C;
		transform: scale(0.8);
}
.mw_wp_form .error {
		font-size: 12px;
		color: #B70000;
		display: block;
		padding-top: 10px;
}
@media(max-width: 1024px) {
		.mw_wp_form_confirm .send_btn_flex {
				display: flex;
				justify-content: center;
		}
}
@media(max-width: 834px) {
		.pagetitle {
				width: 28.5vw;
				margin: 10vw auto 30px;
		}
}
/* ==================  */
.thanks_cont {
		text-align: center;
		padding: 40px 0;
}
.news_detail_back {
		display: flex;
		justify-content: center;
		padding-top: 80px;
}