@charset "UTF-8";
/* CSS Document top*/
.bl_contactForm {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 0;
}
.bl_contactForm_input {
	margin-bottom: 40px;
}
.bl_contactForm_input dt {
	font-weight: normal;
	padding: 0 0 10px;
	font-size: 14px;
	font-family:  sans-serif;
}
.bl_contactForm_input dd {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.el_formInput_full {
	width: 100%;
}
.el_formInput_harf {
	width: calc(50% - 10px);
}
.el_formInput {
	background: #f1f1f1;
	border: solid 1px #ccc;
	padding: 12px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 4px;
}
.el_formInput:focus {
	border: solid 1px #d4c5b3;
	background: #f2ede7;
}
.el_formInput__harf {}
.el_selectBox {
	padding: 12px;
	width: calc(50% - 10px);
}
.el_selectBoxel_selectBox {}
.el_selectBoxel_selectBox li {
	list-style: none;
	display: inline-block;
	width: calc(45% - 10px);
	padding: 12px 0;
	box-sizing: border-box;
}
.el_selectBoxel_selectBox li input[type="radio"] + label {
	cursor: pointer;
}
.el_selectBoxel_selectBox li input[type="radio"] + label:hover {
	color: #B397D3;
}
.el_selectBoxel_selectBox li input[type="radio"] + label:hover:before {
	background-color: #dcd5e4;
}
.el_selectBoxel_selectBox li input[type="radio"] + label:before {
	display: inline-block;
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 12px;
	color: transparent;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: #d7d7d7;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: 1px;
}
.el_selectBoxel_selectBox li input[type="radio"]:checked + label:before {
	background-color: #a07fc5;
	color: white;
}
input[type="radio"], input[type="checkbox"] {
	display: none;
}
.el_formInput__txt {
	border: solid 1px #ccc;
	padding: 12px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
		background: #f1f1f1;
}
.el_formInput__txt:focus {
	border: solid 1px #d4c5b3;
	outline: none;
}
.bl_privacyLink {
	padding: 12px 0;
}
.bl_privacyLink a {
	color: #000000;
}
.el_selectBoxel_checkBox input[type="checkbox"] + label {
	cursor: pointer;
}
.el_selectBoxel_checkBox input[type="checkbox"] + label:hover {
	color: #B397D3;
}
.el_selectBoxel_checkBox input[type="checkbox"] + label:hover:before {
	background-color: #dcd5e4;
}
.el_selectBoxel_checkBox input[type="checkbox"] + label:before {
	display: inline-block;
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 12px;
	color: transparent;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: #d7d7d7;
	border-radius: 3px;
	margin-right: 10px;
	vertical-align: 1px;
}
.el_selectBoxel_checkBox input[type="checkbox"]:checked + label:before {
	background-color: #a07fc5;
	color: white;
}
input[type="radio"] {
	display: none;
}
.error {
	display: block;
	color: #FF0004;
	font-size: 14px;
}
.bl_buttonBox {
	padding: 30px 0;
}
.bl_buttonBox {
	padding: 30px 0 60px 0;
	text-align: center;
}
.el_submitBtn {
	-webkit-writing-mode: horizontal-tb !important;
	-webkit-appearance: button;
	padding: 16px 100px;
	text-rendering: auto;
	color: #ffffff;
	display: inline-block;
	text-align: start;
	background: #000000;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 20px;
}
.el_backBtn {
	-webkit-writing-mode: horizontal-tb !important;
	-webkit-appearance: button;
	padding: 16px 30px;
	text-rendering: auto;
	color: #ffffff;
	display: inline-block;
	text-align: start;
	background: #ccc;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 20px;
}

@media only screen and (max-width: 767px) {
	.el_submitBtn {
		display: block;
		width: 300px;
	padding: 16px 50px;
		margin-bottom: 16px;
		text-align: center;
				box-sizing: border-box;
	}
	.el_backBtn {
		display: block;
		width: 300px;
		padding: 16px 50px;
		text-align: center;
		box-sizing: border-box;
	}
}

/* ---------------------------- 確認用 */
#formWrap {
	text-align: center;
}
#formWrap h3 {
	font-weight: 500;
	font-size: 20px;

	letter-spacing: 0.3em;
	margin-bottom: 40px;
}
.el_exText {
	text-align: center;
	margin-bottom: 40px;
}
.formTable {
	width: 100%;
	margin-bottom: 40px;
}
.formTable th, .formTable td {
	border-bottom: solid 2px #ccc;
	text-align: left;
	padding: 18px 0;
}
.formTable th {
	width: 35%;
}
.bl_thanksTxt {
	text-align: center;
}
.bl_thanksTxt p {
	margin-bottom: 1.5em;
	font-size: 14px;
	line-height: 2.2;
}
.bl_thanksTxt p.bold {
	font-weight: bold;
	font-size: 16px;
}

.bl_back_btn_wrapper{
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

.bl_back_btn_wrapper .el_backBtn{
	margin: 0 auto;
}

.required{
	font-size: 11px;
	color: #AB2224;
	display:inline-block;
	padding-left: 4px;
}