@charset "UTF-8";
.contact_wrap {
	color:#000;
	letter-spacing: 2px;
}
input[type=checkbox], input[type=radio] {
	position: relative; 
	visibility:inherit; 
}
.checks {
	margin-bottom: 2rem;
	font-size: 18px;
}
.mwform-checkbox-field {
	width: 100%;
	display: block;
	font-size: 18px;
	margin-top: 1rem;
}
.contact__item__grp.rule p:first-of-type {
	font-size: 18px;
	margin-bottom: 0.5rem;
	font-weight: bold;
	text-align: center;
}
.contact__item__grp.rule {
	height: 15rem;
	padding: 2rem;
	background-color: #fff;
	overflow: auto;
	border: 1px solid #dedddc;
	border-radius: 0.5rem;
	line-height: 2;
	font-size: 16px;
}
green {
	color:#2B8E70 !important;
}
.contact_wrap {
	background:#fff;
	padding:5rem;
}
.contact_wrap h2 {
	text-align: center;
	font-size: 42px;
	font-weight: normal;
}
.contact_wrap h3 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #2B8E70;
}
.contact_wrap dl {
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}
.contact_wrap dt {
	width:30%;
	font-size: 22px;
	font-weight: normal;
}
.contact_wrap dt span.nini {
	background:#707070;
	color:#fff;
	border-radius: 15px;
	padding:0.2rem 0.5rem;
	margin-right: 0.5rem;
}
.contact_wrap dt span.hissu{
	background:#2B8E70;
	color:#fff;
	border-radius: 15px;
	padding:0.2rem 0.5rem;
	margin-right: 0.5rem;
}
.contact_wrap dd {
	width:65%;
	font-size: 18px;
	font-weight: normal;
}
.contact_wrap dd input,
.contact_wrap dd textarea {
	border:1px solid #ddd;
	background:#F0F9F7;
	color:#000;
}
.contact_wrap .center img {
	width: 320px;
}
.footer {
	color:#fff;
	font-size: 18px;
	background:#343434;
	padding:2rem 0;
}
.footer .inner {
	display: flex;
	justify-content: space-between;
}
.footer a {
	color:#fff;
	text-decoration: underline;
}
.fix_btn {
	position: fixed;
	width:70px;
	right: 0;
	top: 40%;
	z-index: 1000;
}
.section03 .center img {
	width:550px;
}
.center {
	text-align: center !important;
}

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.contact_wrap dd {
	margin-left: 0 !important;
	}
	.pc {
		display: none !important;
	}
	.contact {
		padding: 3rem 1rem;
	}
	.contact_wrap {
		border-radius: 10px;
	}
	.contact_wrap h2 {
		font-size: 28px;
	}
	.contact_wrap h3 {
		font-size: 15px;
	}
	.contact_wrap {
		background: #fff;
		padding: 3rem 2rem;
	}
	.contact_wrap dl {
		display: block;
	}
	.contact_wrap dt {
		width:100%;
		margin-bottom:0.5rem;
	}
	.contact_wrap dd {
		width:100%;
	}
	.contact_wrap dt span.nini {
		font-size: 15px;
	}
	.contact_wrap dt span.hissu {
		font-size: 17px;
	}
	.contact_wrap dd {
		font-size: 15px;
		font-weight: normal;
	}
	.footer a {
		color:#fff;
		text-decoration: underline;
	}
	.footer {
		font-size: 13px;
		padding: 2rem 1rem;
	}
	.mv_bottom {
		background: #2B8E70;
		padding: 1rem 1rem 1.5rem;
		color: #fff;
		font-size: 18px;
	}
	.mv_bottom yellow {
		font-size: 24px;
	}
	.mv_bottom yellow big {
		font-size: 28px;
	}
	.mv_bottom h4 {
		font-size: 15px;
	}
}


























































































































































