@charset "utf-8";

/*-------------------------------------------*/
/*	お問い合わせ関連
/*-------------------------------------------*/
.link_privacy::before {
	content: "◆";
	padding-right: .5rem;
}

form.ask_form {
	margin-top: 3rem;
	margin-bottom: 6rem;
}

.ask_area,
.ask_area dt,
.ask_area dd,
.contact_info {
	display: block;
}

.ask_area {
	margin-bottom: 4rem;
}
.ask_area > dt {
	border-bottom: .3rem solid #ddd;
	font-size: 2.4rem;
	font-weight: 700;
	padding-bottom: .2rem;
}
.ask_area > dt::before {
	background-color: #2b7bc9;
	border-radius: 100%;
	color: #fff;
	content: "！";
	display: inline-block;
	font-size: 1.6rem;
	height: 2rem;
	line-height: 2rem;
	margin-right: .5rem;
	text-align: center;
	vertical-align: middle;
	width: 2rem;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .ask_area > dt::before { /* IE11 */
	height: 20px;
	line-height: 20px;
	}
}
.ask_area > dd {
	margin: 1rem 0 0 0;
}
.ask_area > dd + dt {
	margin-top: 5rem;
}

.ask_area textarea,
.ask_area input[type="text"] {
	background-color: #fffcfe;
	border: 1px solid #ccc;
	line-height: 1.6;
	padding: .8rem 1rem;
	width: 100%;
}
.ask_area textarea {
	line-height: 1.6;
}
.ask_area input[type="text"] {
	line-height: 2;
}

.ask_area p + textarea,
.ask_area p + input {
	margin-top: 1rem;
}

.contact_info {
	margin: 0;
}
.contact_info dt,
.contact_info dd {
	display: block;
}
.contact_info dt {
	margin: 0;
	padding: 0;
}
.contact_info dd {
	margin: 0 0 2rem 0;
	padding: 0 0 0 0;
}
.contact_info dd + dt {
	border-top: .1rem dashed #ddd;
	padding: 2rem 0 0 0;
}

.required {
	background-color: #ec0707;
	border-radius: .3rem;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 .3rem .8rem;
	padding: .2rem .5rem .1rem;
	vertical-align: middle;
}

.check_investigate li {
	margin-top: 3rem;
}
.check_investigate input {
	display: none;
}
.check_investigate label {
	color: #777;
	display: block;
	padding: 0 0 0 1.5em;
	position: relative;
}

.check_investigate input + label::before,
.check_investigate input + label::after {
	position: absolute;
	content: '';
	top: .25em;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.check_investigate input + label::before {
	left: 0;
	background: #f3f3f3;
	border: .1rem solid #ccc;
}
.check_investigate input + label:hover::before {
	background: #fff;
}
.check_investigate input + label::after {
	margin-top: .25em;
	opacity: 0;
}
.check_investigate input:checked + label {
	color: #333;
}
.check_investigate input:checked + label::before {
	border-color: #2b7bc9;
}
.check_investigate input:checked + label::after {
	opacity: 1;
}

.check_investigate input[type="radio"] + label::before,
.check_investigate input[type="radio"] + label::after {
	border-radius: 100%;
	height: 1em;
	width: 1em;
}
.check_investigate input[type="radio"] + label::after {
	background: #2b7bc9;
	left: .1rem;
	margin-top: .1rem;
	transform: scale(2);
}
.check_investigate input[type="radio"]:checked + label::before {
	background: #fff;
}
.check_investigate input[type="radio"]:checked + label::after {
	transform: scale(0.6);
}


.area_submit {
	text-align: center;
}
.area_submit input[type="submit"] {
	-webkit-appearance: none;
	background: #f0f5ff;
	border: .2rem solid #2c7bca;
	border-radius: 1rem;
	box-shadow: 0 .2rem .3rem #205992;
	display: inline-block;
	font-weight: 700;
	padding: .5em 2em;
}
.area_submit input[type="submit"]:hover {
	background: #2c7bca;
	color: #fff;
}

.contents_thanks {
	margin-bottom: 6rem;
}

/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
@media screen and (max-width: 769px) {
	.input_example::before {
		content: "\A";
		white-space: pre;
	}
	.ask_area > dd:last-of-type br {
		display: none;
	}
}

/* スマホ縦サイズ
/*-------------------------------------------*/
@media screen and (min-width: 480px) {
}

/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media screen and (min-width: 770px) {
	.ask_area > dd {
		margin: 1rem 0 0 4rem;
	}
	.contact_info dt,
	.contact_info dd {
		line-height: 2em;
		min-height: 2em;
	}
	.contact_info dt {
		width: 9em;
	}
	.contact_info dd + dt {
		border-top: 0 none;
		padding: 0;
	}
	.contact_info dd {
		margin: -2em 0 1.5em 0;
		padding: 0 0 0 10em;
	}
	.input_example {
		margin-left: 2em;
	}
	.ask_area textarea,
	.ask_area input[type="text"] {
		padding: .2rem .4rem;
		max-width: 80%;
		width: auto;
	}

	.check_investigate li {
		margin-top: 1.6rem;
	}

}

/*	フルサイズ（BizVektor）
/*-------------------------------------------*/
@media screen and (min-width: 960px) {

}
