.p-form {
	background-color: #8ec154;
	padding: 50px 0px 60px 0px;
	margin-top: -25px;
}

.p-form h2 {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 48px;
	background-color: #8ec154;
	color: #ffffff;
	margin-bottom: 40px;
}

#form {
	background-color: #ffffff;
	max-width: 980px;
	width: 100%;
	padding: 30px 50px;
	border-radius: 25px;
	box-shadow: 10px 10px 5px #888888;
	margin: 0 auto;
}

#form table {
	width: 100%;
}

#form p a {
	font-weight: 700;
	color: #0b0b0b;
}


#form .btns {
	text-align: center;
	margin-top: 50px;
}

#form th {
	padding-right: 0px;
	width: 250px;
}

#form th,
#form td {
	vertical-align: top;
	padding-bottom: 20px;
}

input[type="select"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="url"],
select,
textarea {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	background: #e1eed2;
	border: none;
	border-radius: 10px;
	font-size: 14px;
}

input[type="radio"] {
	position: absolute;
	opacity: 0;
}

input[type="radio"]+.mwform-radio-field-text:before {
	content: '';
	background: #e1eed2;
	border-radius: 100%;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	top: 0.4em;
	margin-right: 0.3em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	font-family: inherit;
	font-weight: 400;
}

input[type="radio"]:checked+.mwform-radio-field-text:before {
	background-color: #e1eed2;
	box-shadow: inset 0 0 0 4px #8ec154;
}

.mwform-radio-field-text {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 700;
}

.mwform-radio-field label {
	margin-top: 6px;
	width: 19%;
}

.mwform-radio-field {
	margin-left: 0;
	text-align: left;
}

.mw_wp_form_complete h3 {
	background-color: #fedc5e;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	border-bottom-style: none;
	font-size: 24px;
}


input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	border: none;
	border-radius: 0;
	letter-spacing: 0;
	font-weight: 700;
}

.btn_arrow2 {
	top: 26%;
}

.btn_arrow2::before {
	top: 73%;
	right: .5em;
}

#form th.require {
	background: url(../img/icon_require.png) no-repeat left 13px;
	background-size: 40px;
}

#form th.norequire {
	background: url(../img/icon_norequire.png) no-repeat left 13px;
	background-size: 40px;
}

#form th {
	white-space: nowrap;
	text-align: left;
	padding-top: 8px;
	padding-left: 50px;
}

.font-small {
	font-size: small;
}

/* common.css*/
.btns {
	text-align: center;
}

.btn {
	cursor: pointer;
	display: inline-block;
	/*transition:all .3s cubic-bezier(0,.5,.35,1.5);*/
}

.btn:hover {
	/*-webkit-transform:scale(1.07);
	-moz-transform:scale(1.07);
	-ms-transform:scale(1.07);
	-o-transform:scale(1.07);
	transform:scale(1.07);
	text-decoration:none;*/
}

.btn_default {
	display: inline-block;
	background-color: #8ec154;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	min-width: 240px;
	color: #fff;
	font-size: 20px;
	font-family: 'Arial W01 Narrow Bold', "arial narrow", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}

.btn_default:hover {
	opacity: 0.7;
}

.btn_detail {
	display: inline-block;
	padding: 2px 0 0 0;
	height: 40px;
	color: #fff;
	font-family: 'Arial W01 Narrow Bold', "arial narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.2em;
	text-decoration: none;
}

.btn_detail::before {
	border: solid 2px #fff;
}

.btn_detail::after {
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 0;
	transform: scale(0.1, 1);
}

a:hover {
	opacity: 0.7;
}

.mw_wp_form_complete {
	background-color: #fedc5e;
}

.mwform-radio-field {
	margin-left: 0px;
}

@media (max-width: 900px) {

	/* is PC */
	.mwform-radio-field label {
		margin-top: 6px;
		width: 30%;
	}
}

@media (max-width: 768px) {

	.p-form {
		background-color: #8ec154;
		padding: 50px 0px 60px 0px;
		margin-top: 0;
	}

	/* is SMARTPHONE */
	#form {
		width: 90%;
		padding: 10px 20px 30px 20px;
	}

	.p-form h2 {
		font-size: 22px;
	}

	.mwform-radio-field label {
		margin-top: 6px;
		width: 40%;
	}

	#form th {
		padding-bottom: 0;
		/*padding-left: 0;*/
	}

}


/* FOOTER エリア*/
.l-footer {
	padding-top: 30px;
}

.l-footer_inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px;
	max-width: 1000px;
}

.l-footer_logo {
	align-items: center;
	display: flex;
}

.l-footer_logo li {
	margin: 0 5px;
}

.l-footer_logo li a {
	transition: .3s;
	height: 100%;
	display: block;
}

.l-footer_logo li a:hover {
	opacity: .7;
}

.mw_wp_form .error {
	text-align: left;
}

@media (max-width: 768px) {

	/* is SMARTPHONE */
	/* l-footer */
	.l-footer_inner {
		display: block;
		padding: 10px;
	}

	.l-footer_copy {
		font-size: 1.2rem;
		text-align: center;
	}

	.l-footer_logo {
		justify-content: center;
		margin-top: 10px;
	}

	.l-footer_logo li {
		flex: 0 0 40px;
	}
}