@charset "UTF-8";

.mr_8{
	margin-right: 8px !important;
}
.mt_30{
	margin-top: 3rem !important;
}
.contact_form.l_wrap_inr{
	max-width: 814px;
}
.contact_form_inr{
	width: calc(100% - 1.2rem * 2);
	margin: 0 auto;
}
.contact_form .g_pgHd{
	font-size: 4.6rem;
}
.contact_form.btm_mv{
	padding-bottom: 6.4rem;
}
.label_req {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 1rem 0 0 0;
	display: inline-block;
	width: 3.8rem;
	height: 1.9rem;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	background-color: var(--color-lagoon);
	text-align: center;
}
.label_req.label_req__mr{
	margin-right: 0.8rem;
}
.label_req.label_req__center {
	margin: auto 0;
}
.valid-err {
	display: block;
	color: #FF0000;
}

.contact_step_list {
	max-width: 380px;
	margin: auto;
}
.contact_step_list .contact_step_item {
	display:flex;
	justify-content: center;
	align-items: center;
	width: 8.5rem;
	height: 3.7rem;
	color: var(--color-lagoon);
	background-color: var(--color-bg);
	border: 1px solid var(--color-bg);
	font-weight: 500;
	text-align: center;
}
.contact_step_list .contact_step_item.current {
	color: #fff;
	background-color: var(--color-lagoon);
	border: 1px solid var(--color-lagoon);
}
.contact_step_list .contact_step_item + .contact_step_item {
	margin-left: 5.8rem;
}
.contact_step_list .contact_step_item:after {
	width: 0.8rem;
	height: 0.8rem;
	right: -3.3rem;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 2px solid var(--color-lagoon);
	border-right: 2px solid var(--color-lagoon);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact_step p {
	text-align: center;
}
.contact_step .label_req {
	position: static;
}

.contact_step_note{
	font-size: 1.4rem;
	text-align: left;
	border: 1px solid #cfdce1;
	padding: 1.6rem;
}
.contact_step_note__p{
	position: relative;
	padding-left: 1.7rem;
}
.contact_step_note__p::before{
	content:"※";
	position: absolute;
	inset: 0;
}

.hf-parts-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
}
.contact_form.contact_confirm .hf-parts-item{
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #DDD;
}
.contact_form.contact_confirm .hf-parts-item:last-child{
	border-bottom: none;
}
.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;
	width: 250px;
	min-width: 250px;
	font-weight: 600;
}
.hf-parts-title.hf-parts-title__center {
	justify-content: center;
}
.hf-parts-data {
	width: 100%;
	padding-left: 3rem;
}
.contact_form.contact_confirm .hf-parts-data{
	padding-left: 0;
}
.hf-parts-data input {
	font-size: 1.6rem;
	margin-top: 0.2rem;
}
.hf-parts-data input[type=text],
.hf-parts-data select {
	width: 100%;
	font-size: 1.6rem;
	border: 1px solid var(--color-bg);
	border-radius: 0;
	background-color: var(--color-bg);
}
.hf-parts-data input[type=text]::placeholder,
.hf-parts-data textarea::placeholder {
	color: #ABB9BB;
}
.hf-parts-data textarea {
	width: 100%;
	height: 14rem;
	padding: 1rem;
	color: #666;
	font-size: 1.6rem;
	border: 1px solid var(--color-bg);
	background-color: var(--color-bg);
	line-height: 1.4;
	border-radius: 0;
}
.hf-parts-data input[type=text],
.hf-parts-data textarea,
.hf-parts-data select {
	padding: 1.4rem;
	box-sizing: border-box;

}
.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: flex;
}
.hf-contact_type input[type="radio"] {
	appearance: none;
  -webkit-appearance: none;
	flex-shrink: 0;
	position: relative;
	top: 0.15rem;
	width: 1.6rem;
  height: 1.6rem;
  border: 1px solid var(--color-cloud);
  border-radius: 50%;

  display: grid;
  place-items: center;
}
.hf-contact_type input[type="radio"]::before {
	content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #fff;

  transform: scale(0);
  transition: .2s;
}
.hf-contact_type input[type="radio"]:checked {
	 background-color: var(--color-lagoon);
	 border: 1 solid var(--color-lagoon);
}
.hf-contact_type input[type="radio"]:checked::before {
	 transform: scale(1);
}
.hf-parts-data .hf-contact_type{
	gap: 0.5rem;
}

.hf-trigger_check label {
	display: inline-block;
	margin-right: 1rem;
	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: 1.2rem;
	height: 0.7rem;
	top: 0;
	bottom: 0;
	left: 0;
}
.hf-postal-code span {
	font-size: 1.6rem;
}
.hf-content {
	line-height: 0;
}
.hf-content .valid-err {
	line-height: 1.75;
}
.privacyBox_wrapper{
	border: 1px solid var(--color-cloud);
	padding-right: 0.4rem;
	margin-bottom: 1.5rem;
}
.hf-agree-privacyBox {
  -webkit-appearance: none;
  appearance: none;
	width: 100%;
	height: 11.6rem;
	overflow-y: scroll;
  padding: 0.8rem 2.2rem 0.8rem 1.2rem;
  /* Reset all default styles */
  border: none;
  background: none;
  outline: none;
  font: var(--font-jp);
	font-size: 1.4rem;
  color: inherit;
  resize: none;
}
.hf-agree-privacyBox::-webkit-scrollbar {
  width: 0.6rem;
}

.hf-agree-privacyBox::-webkit-scrollbar-track {
  background: #CFDCE1;
	border-radius: 50rem;
	margin: 0.5rem 0;
}

.hf-agree-privacyBox::-webkit-scrollbar-thumb {
  background: var(--color-lagoon);
  border-radius: 0.6rem;
}

.hf-agree-privacyBox::-webkit-scrollbar-thumb:hover {
  background: #0056b3;
}
/* Remove focus outline */
.hf-agree-privacyBox:focus {
  outline: none;
}
.hf-button.hf-send-button {
	max-width: 22.4rem;
	height: 5.6rem;
}
.contact_confirm .send_btn_wrap.g_btn{
	height: 5.6rem;
	min-width: auto;
	width: 22.4rem;
}
.contact_confirm .send_btn{
	-webkit-appearance: none;
  appearance: none;
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	padding: 0 3.2rem;
	text-align: left;
	background-color: transparent;
	border: none;
	color: #fff;
}
.contact_confirm .send_btn:hover{
	color: var(--color-lagoon);
}

.contact_confirm .edit_btn{
	background-color: transparent;
	border: none;
	color: var(--color-lagoon);
	font-size: 1.4rem;
	text-decoration: underline;
}

/* .hf-bottom-botton-area .g_btn {
	height: 5.6rem;
	text-align: left;
}

.hf-bottom-botton-area .g_btn > *{
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	color: #fff;
	text-align: left;
	padding: 0 3.2rem;
}

@media (any-hover:hover) {
	.hf-bottom-botton-area .g_btn > *:hover{
		color: var(--color-lagoon);
	}
} */

/* .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 input {
	background-color: #666;
}
.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: #666;
	border: 2px solid #666;
}
.hf-button.hf-send-button input:hover {
	color: #666;
	background-color: #fff;
}
.hf-button.hf-send-button:hover:after {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}
.hf-button.hf-clear-button {
	width: 80px;
	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;
} 
 */
.conf_btn{
	-webkit-appearance: none;
  appearance: none;
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	padding: 0 3.2rem;
	text-align: left;
	background-color: transparent;
	border: none;
	color: #fff;
}
.agree_checkbtn{
	-webkit-appearance: none;
  appearance: none;
	position: relative;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1;
	top: 0.22rem;
	margin: 0;
	border: 1px solid var(--color-cloud);
	margin-right: 1.2rem;
}
.agree_checkbtn:checked {
  background-color: var(--color-lagoon);
  border: 1px solid var(--color-lagoon);
	background-image: url(../img/common/agree_ico.svg);
	background-size: contain;
}

/* .agree_checkbtn:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 8px;
  height: 12px;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
} */
.conf_btn:hover{
	color: var(--color-lagoon);
}

@media (max-width:896px){
	.contact_form.btm_mv{
		padding-bottom: 4.8rem;
	}
	.hf-parts-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.hf-parts-data {
		margin-top: 1.2rem;
		padding-left: 0;
	}
	.hf-parts-data label {
		display: flex;
	}
	.hf-parts-title {
		display: inline-block;
		width: 100%;
	}
	.label_req {
    right: auto;
    margin: auto 1rem;
	}
	.label_req.label_req__mr{
		margin-top: 2.4rem;
	}
	.label_req.label_req__center {
		margin: auto 1rem;
	}
	.contact_step p {
		text-align: left;
	}

	/* .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){
	.contact_form .g_pgHd{
		font-size: 2.8rem;
	}
	.hf-parts-data .hf-contact_type{
		gap: 1.3rem;
	}
	.label_req {
    width: 3.8rem;
    height: 1.9rem;
	}
	.contact_step_list {
		max-width: 24.7rem;
		margin: auto;
	}
	.contact_step_list .contact_step_item + .contact_step_item {
		margin-left: 3.8rem;
	}
		.contact_step_list .contact_step_item {
			width: 5.7rem;
			height: 2.8rem;
		}
	.contact_step_list .contact_step_item:after {
		right: -2.3rem;
	}
}