@charset "UTF-8";

.label_req {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 44px;
	height: 20px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #E5262D;
	line-height: 20px;
	text-align: center;
}
.valid-err {
	display: block;
	color: #FF0000;
	margin-top: 10px;
}

.contact_step_list {
	max-width: 380px;
	margin: auto;
}
.contact_step_list .contact_step_item {
	width: 30%;
	height: 40px;
	padding: 6px 0;
	color: #E5262D;
	background-color: #fff;
	border: 1px solid #E5262D;
	text-align: center;
}
.contact_step_list .contact_step_item.current {
	color: #fff;
	background-color: #E5262D;
	border: 1px solid #E5262D;
}
.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 #E5262D;
	border-right: 2px solid #E5262D;
	-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 #999;
}
.hf-parts-item:first-child {
	border-top: 1px dotted #999;
}
.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 #ddd;
	border-radius: 0;
	padding: 8px 15px;
	vertical-align: middle;
}
.hf-parts-data select {
	padding: 8px 30px 8px 15px;
}
.hf-parts-data textarea {
	width: 100%;
	height: 140px;
	padding: 10px;
	color: #666;
	font-size: 16px;
	border: 1px solid #ddd;
	background-color: #fff;
	line-height: 1.4;
	border-radius: 0;
}
.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;
}
.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::before {
	background-image: url(../img/common/arrow.svg);
	width: 12px;
	height: 7px;
	top: 0;
	bottom: 0;
	left: 0;
}
.hf-postal-code span {
	font-size: 16px;
}
.hf-content {
	line-height: 0;
}
.hf-content .valid-err {
	line-height: 1.75;
}
.hf-agree-privacyBox {
	display: block;
	height: 145px;
	padding: 20px 15px;
	margin-bottom: 15px;
	border: 1px solid #EBEBEB;
	overflow-y: scroll;
}

.hf-button {
	cursor: pointer;
	border-radius: 5px;
}
.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: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 3px;
	border: none;
	transition: color .2s, background .2s;
	-webkit-transition: color .2s, background .2s;
	cursor: pointer;
}
.hf-button.hf-send-button {
	width: 255px;
	margin-left: 30px;
	background-color: #E5262D;
	border: 2px solid #E5262D;
	position: relative;
}
.hf-button.hf-send-button input {
	background-color: #E5262D;
}
.hf-button.hf-send-button:after{
	width: 6px;
	height: 6px;
	top: 0;
	bottom: 0;
	right: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hf-button.hf-send-button:hover{
	background-color: #fff;
	color: #E5262D;
	border: 2px solid #E5262D;
}
.hf-button.hf-send-button input:hover {
	color: #E5262D;
	background-color: #fff;
}
.hf-button.hf-send-button:hover:after {
	border-top: 1px solid #E5262D;
	border-right: 1px solid #E5262D;
}
.hf-button.hf-clear-button {
	width: 98px;
	background-color: #999;
	border: 2px solid #999;
}
.hf-button.hf-clear-button input,
.hf-button.hf-clear-button button {
	background-color: #999;
}
.hf-button.hf-clear-button:hover{
	background-color: #fff;
	color: #999;
	border: 2px solid #999;
	border-radius: 5px;
}
.hf-button.hf-clear-button input:hover,
.hf-button.hf-clear-button button:hover {
	color: #999;
	background-color: #fff;
}
.hf-policy_txt_sec p {
	font-size: 1.3rem;
}
.hf-policy_txt_lst li {
	font-size: 1.3rem;
}
.hf-occupation {
	width: 100%;
	position: relative;
	display: inline;
}
.hf-occupation:before {
	content: "";
	width: 9px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	background-image: url(../img/common/select_arrow.svg);
	position: absolute;
	pointer-events: none;
	top: 40%;
	bottom: 0;
	right: 15px;
}
.hf-parts-gender #label_gender_0 {
	margin-right: 5px;
}
.hf-birthday input {
	width: 20% !important;
	margin-right: 4px;
}
.hf-birthday select {
	width: 20% !important;
	margin-right: 4px;
	margin-left: 30px;
}
.hf-birthday label {
	padding-bottom: 3px;
}
.hf-zip {
	width: 95%;
}
.hf-zip-ic {
	width: 5%;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
}

@-moz-document url-prefix() {
	.hf-parts-data select {
		padding: 13px 30px 8px 15px;
	}
}

@media (max-width:896px){
	.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-title {
		display: inline-block;
		width: 100%;
	}
	.hf-birthday select {
		margin-left: 15px;
	}
	.label_req {
		top: 3px;
    right: auto;
    margin: auto 10px;
	}
	.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;
	}
	.hf-zip {
		width: 93%;
	}
	.hf-zip-ic {
		padding-right: 14px;
	}
	.hf-button.hf-clear-button {
		width: 25%;
	}
	.hf-button.hf-send-button {
		width: 50%;
	}
	.hf-birthday input {
		width: 31% !important;
		padding-left: 10px !important;
	}
	.hf-birthday select {
		padding-left: 11px;
	}
}