@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#formMain {
	border-bottom: 1px solid #e6e1cc;
}

.errForm {
	background-color:#F3BCBF !important;
}

.contactInner {
	width: 1000px;
	margin: 0 auto;
}

#contactlead {
	padding-bottom: 50px;
}

#contactleadTxt1 {
	padding-bottom: 20px;
	font-size: 1.6rem;
	font-family: var(--font-family-sub);
	text-align: center;
}

#contactleadTxt1 .strong {
	color: #c82525;
	font-weight: bold;
}

#contactTel {
	padding: 30px;
	margin-bottom: 20px;
	background: #FFF;
	border: 1px solid #ae9b62;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#contactTel h2 {
	padding-right: 50px;
	font-size: 2rem;
}

#contactTelIn {
	padding-left: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 50px;
	border-left: 1px solid #ae9b62;
}

.telWrap {

}

.telClinicName {
	padding-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 600;
}

.telNum {
	margin-bottom: 10px;
	font-size: 3rem;
	font-weight: 600;
	color: #998a54;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.telNum .telLink {
	line-height: 1;
}

.telNum::before {
	content: "";
	width: 22px;
	height: 23px;
	background: url(../../img/common/icon_gold_tel.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.telNum .telLink a {
	color: #998a54;
}

.telTime {
	font-size: 1.2rem;
}

.mailCaution {
	padding: 10px;
	margin-bottom: 50px;
	background: #998a54;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: var(--font-family-sub);
	text-align: center;
}

#flowInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 90px;
}

#flowInner li {
	position: relative;
}

#flowInner li:not(:last-child)::after {
	content: "";
	width: 36px;
	height: 1px;
	background: #444444;
	display: inline-block;
	position: absolute;
	top: 30%;
	right: -60px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.flowNum {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px solid #ae9b62;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-family: var(--font-family-en);
	font-size: 2.6rem;
	color: #ae9b62;
	border-radius: 100vw;
	line-height: 1;
}

.flowNum span {
	line-height: 1;
	margin: -8px 0 0 0;
}

.active .flowNum {
	background: #ae9b62;
	color: #FFF;
}

.flowName {
	color: #717171;
	font-size: 1.6rem;
	font-weight: 600;
}

.active .flowName {
	color: #ae9b62;
}

#input {

}

#input dt {
	padding-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

#input dt span {
	padding: 0 10px;
	background: #af4b3c;
	color: #FFF;
	font-size: 1.3rem;
}

#input dd {
	padding-bottom: 50px;
	font-size: 1.6rem;
	font-family: var(--font-family-sub);
}

#input dd input[type="text"] {
	width: 100%;
	padding: 20px;
	font-family: inherit;
	border: 1px solid #d2d2d2;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

#input dd textarea {
	width: 100%;
	height: 300px;
	padding: 20px;
	font-family: inherit;
	border: 1px solid #d2d2d2;
	letter-spacing: 0.1em;
}

#pp {
	padding-bottom: 20px;
	text-align: center;
}

.checkboxWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	cursor: pointer;
	gap: 10px;
}

.checkboxWrap:not(:last-of-type) {
	margin-bottom: 16px;
}

.checkbox {
	appearance: none;
	position: relative;
	width: 27px;
	height: 27px;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	cursor: pointer;
	background: #FFF;
}

.checkbox:checked::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 5px;
	width: 12px;
	height: 6px;
	border-bottom: 2px solid #af4b3c;
	border-left: 2px solid #af4b3c;
	transform: rotate(-45deg);
}

.checkboxWrap a {

	text-decoration: underline;

}

.checkboxWrap a:hover {

	text-decoration: none;

}

.radioList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.radioList li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.radioList li label {
	line-height: 1;
}

input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #9a9999;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	position: relative;
	padding: 0;
	margin: 0;
}

input[type="radio"]:checked {
	border-color: #ae9b62;
}

input[type="radio"]:checked::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #ae9b62;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.errorMessage {
	color: #c82525;
	font-size: 1.4rem;
}

#confirm dt {
	padding-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 600;
}

#confirm dd {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: 1.6rem;
	font-family: var(--font-family-sub);
}

#confirmBtn {
	padding-bottom: 150px;
}

#sendBtn {
	padding-bottom: 150px;
}

#backBtn {
	padding-top: 20px;
	text-align: center;
}

#contactEndMessage {
	padding-bottom: 40px;
	font-size: 1.6rem;
	text-align: center;
	font-family: var(--font-family-sub);
}

#contactEnd {
	padding-bottom: 150px;
}

/* エントリー */
/* ----------------------------------- */
.zip {
	padding-bottom: 10px;
}

#input dd .zipWrap input[type="text"] {
	width: 200px;
}

#jobWrap select{
	width: auto;
	padding: 20px 40px 20px 20px;
	font-family: inherit;
	border: 1px solid #d2d2d2;
	font-size: 1.6rem;
	background: url(../../img/common/icon_pulldown.svg) right 10px center no-repeat #FFF;
	appearance:none;
	text-overflow: clip;
}

#input dd#birthdayWrap input[type="text"] {
	width: 300px;
}

.fileBtn {
	width: 400px;
	padding: 15px 60px 15px 30px;
	background: url(../../img/common/icon_upload.svg) right 20px center no-repeat #FFF;
	border: 1px solid #998a54;
	border-radius: 10px;
	font-size: 1.6rem;
	cursor: pointer;
}

.fileBtn::file-selector-button {
	display: none;
}

#input dt span.anno {
	padding: 0 10px;
	background: none;
	color: #444;
	font-size: 1.3rem;
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.contactInner {
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
	}

	#contactTel {
		flex-direction: column;
	}

	#contactTel h2 {
		padding-right: 0;
		padding-bottom: 20px;
		font-size: 2rem;
	}

	#contactTelIn {
		padding-left: 0;
		border-left: none;
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#contactTelIn {
		gap: 30px;
	}

	#flowInner {
		gap: 60px;
	}

	.flowNum {
		width: 50px;
		height: 50px;
		font-size: 2rem;
	}

	.flowNum span {
		margin: -7px 0 0 0;
	}

	.flowName {
		font-size: 1.2rem;
	}

	#flowInner li:not(:last-child)::after {
		width: 25px;
		right: -40px;
	}

	#contactEndMessage {
		text-align: left;
	}
}