@charset "UTF-8";
@import 'settings.css';

.label_req {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 44px;
	height: 20px;
	color: var(--color-reverse);
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #FF0000;
	line-height: 20px;
	text-align: center;
}
.label_req__mr{
	margin-right: 10px;
}
.valid-err {
	display: block;
	color: #FF0000;
}

.contact_step_list {
	max-width: 380px;
	margin: auto;
}
.contact_step_list .contact_step_item {
	width: 30%;
	height: 40px;
	padding: 6px 0;
	color: var(--color-main);
	background-color: var(--color-reverse);
	border: 1px solid var(--color-main);
	text-align: center;
}
.contact_step_list .contact_step_item.current {
	color: var(--color-reverse);
	background-color: var(--color-main);
	border: 1px solid var(--color-main);
}
.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 var(--color-text);
	border-right: 2px solid var(--color-text);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact_step p {
	text-align: center;
}
.contact_step .label_req {
	position: static;
}


.hf-parts-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px dotted var(--color-border);
}
.hf-parts-item:first-child {
	border-top: 1px dotted var(--color-border);
}
.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;
}
.hf-parts-data {
	width: 100%;
	padding-left: 30px;
}
.hf-parts-data input {
	font-size: 16px;
}
.hf-parts-data input[type=text],
.hf-parts-data select {
	width: 100%;
	font-size: 16px;
	border: 1px solid var(--color-border);
	border-radius: 0;
}
.hf-parts-data textarea {
	width: 100%;
	height: 140px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid var(--color-border);
	background-color: var(--color-reverse);
	line-height: 1.4;
	border-radius: 0;
}
.hf-parts-data input[type=text],
.hf-parts-data textarea,
.hf-parts-data select {
	padding: 14px;
}
.hf-parts-data label.u_ic:after {
	background-image: url(../img/common/ic_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;
}
.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/ic_arrow.svg);
	width: 12px;
	height: 7px;
	top: 0;
	bottom: 0;
	left: 0;
}
.hf-postal-code > span {
	font-size: 16px;
	margin-right: 5px;
}
.hf-content {
	line-height: 0;
}
.hf-content .valid-err {
	line-height: 1.75;
}
.hf-agree-privacyBox {
	font-size: 1.3rem;
	line-height: 1.7;
	display: block;
	height: 150px;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid var(--color-border);
	overflow-y: scroll;
}

.hf-button {
	cursor: pointer;
}
.hf-button input,
.hf-button button {
	-webkit-appearance: none;
	-moz-appearance: none;
	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: var(--color-reverse);
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	border: none;
	transition: color var(--transition), background var(--transition);
	-webkit-transition: color var(--transition), background var(--transition);
	cursor: pointer;
}
.hf-button.hf-send-button {
	width: 285px;
	margin-left: 20px;
	background-color: var(--color-main);
	border: 2px solid var(--color-main);
}
.hf-button.hf-send-button input {
	background-color: var(--color-main);
}
.hf-button.hf-send-button:after{
	width: 13px;
	height: 10px;
	background-image: var(--ic-btn-arrow__wh);
	background-position: center center;
	top: 0;
	bottom: 0;
	right: 23px;
}
.hf-button.hf-send-button:hover{
	background-color: var(--color-reverse);
	color: var(--color-main);
	border: 2px solid var(--color-main);
}
.hf-button.hf-send-button input:hover {
	color: var(--color-main);
	background-color: var(--color-reverse);
}
.hf-button.hf-send-button:hover:after {
	background-image: var(--ic-btn-arrow);
}
.hf-button.hf-clear-button {
	width: 95px;
	background-color: var(--color-back);
	border: 2px solid var(--color-back);
}
.hf-button.hf-clear-button input,
.hf-button.hf-clear-button button {
	background-color: var(--color-back);
}
.hf-button.hf-clear-button:hover{
	background-color: var(--color-reverse);
	color: var(--color-back);
	border: 2px solid var(--color-back);
}
.hf-button.hf-clear-button input:hover,
.hf-button.hf-clear-button button:hover {
	color: var(--color-back);
	background-color: var(--color-reverse);
}


@media (max-width:896px){
	.contact_step p {
		text-align: left;
	}
	.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%;
	}
	.label_req {
		top: 3px;
    right: auto;
    margin: auto 10px;
	}

	.hf-button.hf-send-button {
		width: 65%;
		margin-left: 5%;
	}
	.hf-button.hf-clear-button {
		width: 30%;
	}


	.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;
	}
}