@charset "UTF-8";

.contact_pgHd {
	background-image: url(../img/inquiry/mv.jpg);
}

.footer_form {
	border-top: 1px solid #eee;
}

#contact .top_sec_ttl {
	position: relative;
	font-size: 5rem;
}
#contact .top_sec_ttl span {
	margin-top: 0;
	font-size: 1.4rem;
}
#contact .top_sec_ttl::after {
	content: '';
	display: block;
	position: absolute;
	margin: 170px calc(100% - 40vw) 0;
	width: 40vw;
	height: 280px;
	left: 0;
	background-image: url(../img/inquiry/mv.jpg);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	border-radius: 0 40px 40px 0;
}

@media (min-width: 897px){
	.footer_form .form_wrap {
		display: flex;
	}
	.footer_form .top_sec_ttl {
		margin-right: 8.3%;
	}
}

.label_req {
	display: inline-block;
	margin-left: 5px;
	color: #E5002D;
}
.valid-err {
	display: block;
	color: #E5002D;
}

.contact_step_list {
	max-width: 380px;
	margin: auto;
}
.contact_step_list .contact_step_item {
	width: 30%;
	height: 40px;
	padding: 6px 0;
	color: #0a0a0a;
	background-color: #fff;
	border: 1px solid #0a0a0a;
	text-align: center;
}
.contact_step_list .contact_step_item.current {
	color: #fff;
	background-color: #0a0a0a;
	border: 1px solid #0a0a0a;
}
.contact_step_list .contact_step_item + .contact_step_item {
	margin-left: 5%;
}
.contact_step_list .contact_step_item:after {
	width: 6px;
	height: 6px;
	right: -13px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 2px solid #0a0a0a;
	border-right: 2px solid #0a0a0a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact_step p {
	text-align: center;
}
.contact_step .label_req {
	position: static;
	display: inline-block;
	margin-right: 5px;
}

.page_form .hf-parts-list {
	margin-top: 70px;
}
.footer_form .hf-parts-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hf-parts-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.hf-parts-item:first-child {
	border-top: 1px solid #eee;
}
.footer_form .hf-parts-item {
	display: block;
	padding: 10px 0;
	border: none;
}
@media (min-width: 897px){
	.footer_form .hf-parts-item.clm2 {
		width: 48.5%;
	}
}
.hf-parts-title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	width: 250px;
	min-width: 250px;
	font-weight: bold;
}
.footer_form .hf-parts-title {
	display: block;
	width: auto;
	min-width: none;
}
.hf-parts-title-text {
	font-size: 1.6rem;
}
.hf-parts-data {
	width: 100%;
	padding-left: 30px;
}
.footer_form .hf-parts-data {
	margin-top: 5px;
	padding-left: 0;
}
.hf-parts-data input {
	font-size: 16px;
	color: #ddd;
}
.hf-parts-data input[type=text],
.hf-parts-data select {
	width: 100%;
	color: #0a0a0a;
	font-size: 16px;
	background-color: #F7F7F7;
	border: none;
	border-radius: 0;
}
.hf-parts-data textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	width: 100%;
	height: 140px;
	padding: 10px;
	color: #0a0a0a;
	font-size: 16px;
	background-color: #F7F7F7;
	line-height: 1.4;
	border: none;
	border-radius: 0;
}
.hf-parts-data input[type=text],
.hf-parts-data textarea,
.hf-parts-data select {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
	padding: 10px;
}
.hf-parts-data select {
	height: 46px;
}
.hf-parts-data input::-webkit-input-placeholder,
.hf-parts-data textarea::-webkit-input-placeholder {
	color: #ACACAC;
}
.hf-parts-data input::-moz-placeholder,
.hf-parts-data textarea::-moz-placeholder {
	color: #ACACAC;
}
.hf-parts-data input:-ms-input-placeholder,
.hf-parts-data textarea:-ms-input-placeholder {
	color: #ACACAC;
}
.hf-parts-data input::-ms-input-placeholder,
.hf-parts-data textarea::-ms-input-placeholder {
	color: #ACACAC;
}
.hf-parts-data input::placeholder,
.hf-parts-data textarea::placeholder {
	color: #ACACAC;
}
@media (min-width: 897px){
	.footer_form .hf-parts-data input::-webkit-input-placeholder,
	.footer_form .hf-parts-data textarea::-webkit-input-placeholder {
		font-size: 1.4rem;
	}
	.footer_form .hf-parts-data input::-moz-placeholder,
	.footer_form .hf-parts-data textarea::-moz-placeholder {
		font-size: 1.4rem;
	}
	.footer_form .hf-parts-data input:-ms-input-placeholder,
	.footer_form .hf-parts-data textarea:-ms-input-placeholder {
		font-size: 1.4rem;
	}
	.footer_form .hf-parts-data input::-ms-input-placeholder,
	.footer_form .hf-parts-data textarea::-ms-input-placeholder {
		font-size: 1.4rem;
	}
	.footer_form .hf-parts-data input::placeholder,
	.footer_form .hf-parts-data textarea::placeholder {
		font-size: 1.4rem;
	}
}
.hf-parts-data label.u_ic:after {
	background-image: url(../img/common/select_arrow.svg);
	width: 9px;
	height: 8px;
	top: 0;
	bottom: 0;
	right: 15px;
	pointer-events: none;
}

.hf-parts-data select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.hf-parts-data select::-ms-expand {
	display: none;
}
.hf-contact_type label {
	display: block;
}
@media (min-width: 897px){
	.footer_form .hf-contact_type {
		display: flex;
		flex-wrap: wrap;
	}
	.footer_form .hf-contact_type label {
		width: 50%;
	}
}
.hf-trigger_check label {
	display: inline-block;
	margin-right: 10px;
	white-space: nowrap;
}
.hf-trigger_check label:last-of-type {
	margin-right: 0;
}
.hf-mail_note {
	padding: 5px 0 5px 15px;
}
.hf-mail_note::before {
	background-image: url(../img/common/arrow.svg);
	width: 12px;
	height: 7px;
	top: 0;
	bottom: 0;
	left: 0;
}
.hf-postal-icon {
	margin-right: 5px;
	font-size: 16px;
}
.hf-content {
	line-height: 0;
}
.hf-content .valid-err {
	line-height: 1.75;
}
.hf-agree-privacyBox {
	display: block;
	height: 140px;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #eee;
	overflow-y: scroll;
}
.hf-agree-privacyBox p {
	font-size: 1.3rem;
}

.hf-button {
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
}
.hf-button input,
.hf-button button {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-family: "游ゴシック", "Yu Gothic", Yu Gothic, sans-serif;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	border: none;
	transition: color .2s, background .2s;
	-webkit-transition: color .2s, background .2s;
	cursor: pointer;
	position: relative;
	background-color: transparent;
	z-index: 3;
}
.hf-button.hf-send-button {
	width: 100%;
	max-width: 255px;
	background-color: #E5002D;
	border: 1px solid #E5002D;
}
.hf-button.hf-send-button:hover{
	color: #E5002D;
}
.hf-button.hf-send-button input:hover {
	color: #E5002D;
}
.hf-button .g_btn_bg {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #fff;
	transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.hf-button:hover .g_btn_bg {
	width: 225%;
	height: 562.5px;
}
.hf-button.hf-clear-button {
	width: 100%;
	max-width: 80px;
	margin-right: 30px;
	background-color: #707070;
	border: 1px solid #707070;
}
.hf-button:hover .g_btn_bg {
	width: 225%;
	height: 562.5px;
}
.hf-button.hf-clear-button .g_btn_bg {
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.hf-button.hf-clear-button:hover .g_btn_bg {
	width: 400%;
	height: 300px;
}
.hf-button.hf-clear-button:hover{
	color: #707070;
}
.hf-button.hf-clear-button input:hover,
.hf-button.hf-clear-button button:hover {
	color: #707070;
}


@media (max-width:896px){
	#contact .top_sec_ttl {
		margin-bottom: 40px;
		font-size: 3.6rem;
	}
	#contact .top_sec_ttl::after {
		display: none;
	}
	#contact .top_sec_ttl::before {
		content: '';
		display: block;
		margin: 0 calc(50% - 50vw) 40px;
		width: 90vw;
		height: 280px;
		left: 0;
		background-image: url(../img/inquiry/mv.jpg);
		background-size: cover;
		background-position: left center;
		background-repeat: no-repeat;
		border-radius: 0 40px 40px 0;
	}

	.footer_form .hf-parts-title-text {
		font-size: 1.3rem;
	}

	.hf-parts-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.hf-parts-data {
		margin-top: 15px;
		padding-left: 0;
	}
	.hf-parts-data label {
		display: block;
	}
	.hf-parts-title {
		display: inline-block;
		width: 100%;
	}
	.hf-parts-list_confirm .hf-parts-data {
		margin-top: 0;
	}
}

@media (max-width:576px){
	.label_req {
		width: 10vw;
		height: 4.5vw;
		line-height: 4.5vw;
	}
	.contact_step_list .contact_step_item {
		height: auto;
		min-height: 40px;
	}
	.contact_step p {
		text-align: left;
	}
	.contact_step .label_req {
		width: auto;
		height: auto;
		line-height: 1.75;
	}
	.hf-button.hf-clear-button {
		margin-right: 20px;
	}
}