/* ページタイトル */
h1.heading{
	text-align: center;
	line-height: 3;
	font-size: 20px;
	font-weight: 600;
}
.content dl {
	margin-top: 0!important;
}
.content dt{
	background-color: rgba(0,0,0,.0)!important;
}
.content dd {
	border-bottom: none!important;
	border-left: none!important;
	border-right: none!important;
}
/*ラジオボタン*/
input[type="radio"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

/*.wpcf7-list-item.first {
	margin-left: 0;
}*/

span.wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}
span.wpcf7-list-item-label::before {
	display: block;
	content: "";
	border-radius: 50%;
	border: 2px solid #DFDFDF;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
span.wpcf7-list-item-label::after {
	display: block;
	position: absolute;
	content: "";
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #3d3d3d;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
	display: block;
}
.wpcf7-select, .wpcf7-textarea{
	padding: 0 1em;
	font-size: 14px;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*form*/
#Form {
	max-width: 920px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#Form .form-wrap, #Form .thanks-wrap {
	margin-top: 50px;
	background: #FFF;
}
#Form .form-wrap dl {
	width: 100%;
	display: table;
	table-layout: fixed;
}
#Form .form-wrap dl dt, #Form .form-wrap dl dd {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	border-top: 1px solid #DFDFDF;
}
#Form .form-wrap dl dt {
	width: 30%;
	padding: 30px 4% 20px 4%;
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-weight: bold;
}
#Form .form-wrap dl dd {
	width: 70%;
	padding: 20px 4% 20px 0;
	vertical-align: middle;
	letter-spacing: 0.05em;
}
#Form .form-wrap dl dd .radio label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -12px;
	border: 1px solid #DFDFDF;
	border-radius: 100%;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
#Form .form-wrap dl .tag.required {
	color: #F44522;
	top: -2px;
	font-weight: 600;
}
#Form .form-wrap dl .tag {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	padding: 2px 5px;
	text-align: center;
	font-size: 10px;
	font-style: normal;
}
#Form .form-wrap dl dd p span input.wpcf7-text{
	width: 325px;
	height: 40px;
	padding: 0 1em;
	line-height: 1.8;
	font-size: 14px;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#Form .form-wrap dl .tag.ex {
	background: #DFDFDF;
	top: -1px;
}
#Form .form-wrap .btn-box {
	padding: 0 0 40px;
	text-align: center;
	border-top: 1px solid #DFDFDF;
}
#Form .form-wrap .btn-box p {
	font-size: 12px;
	padding-top: 20px;
}
#Form .form-wrap .btn-box .wpcf7-submit {
	width: 340px;
	letter-spacing: 0.1em;
	line-height: 60px;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	background: #1d1d1d;
	cursor: pointer;
	margin-top: 20px;
}
#Form .form-wrap .btn-box .wpcf7-submit:hover {
	background: #a83f3f;
	color: #ffffff;
	opacity: 1;
	border:none;
}
@media screen and (max-width: 640px){
	#Form .form_area {
		margin-top: 30px;
	}
	#Form .form-wrap h3 {
		font-size: 16px;
	}
	#Form .form-wrap dl {
		display: block;
		border-top: 1px dotted #DFDFDF;
	}
	#Form .form-wrap dl dt, #Form .form-wrap dl dd {
		font-size: 12px;
		display: block;
		border: none;
	}
	#Form .form-wrap dl dt {
		width: 92%;
		padding: 15px 4% 7px !important;
	}
	#Form .form-wrap dl .tag {
		margin-right: 7px;
		font-size: 8px;
	}
	#Form .form-wrap dl dd {
		width: 92%;
		padding: 0 4% 15px;
	}
	#Form .form-wrap dl dd .wpcf7-textarea {
		width: 100%;
		height: 125px;
		font-size: 12px;
	}
}