@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#pageContent {
	padding-bottom: 0;
}

.errForm {
	background-color: rgba(153, 21, 11, 0.1) !important;
}

.errorMessage {
	padding-top: 10px;
	font-size: 1.4rem;
	color: #99150B;
}

.caution {
	color: #99150B;
}

/* ------------------------------------ */
/* contact lead */
/* ------------------------------------ */
#contactlead {
	margin-bottom: 20px;
}

#contactleadTxt1 {
	margin-bottom: 40px;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	text-align: center;
}

#contactFlowList {
	display: flex;
	justify-content: center;
}

.contactFlowListItem {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	color: #ABAAAA;
}

.contactFlowListItem:not(:last-child) {
	margin-right: 100px;
}

.contactFlowListItem:not(:last-child)::after {
	content: "";
	width: 39px;
	height: 9px;
	position: absolute;
	top: 25px;
	left: calc(100% + 30px);
	background: url(../../img/contact/icon_flow_arrow.svg) no-repeat center center / contain;
}

.contactFlowListItem span {
	width: 60px;
	height: 60px;
	display: block;
	position: relative;
	font-size: 2.8rem;
	font-family: "Josefin Sans", sans-serif;
	line-height: 62px;
	letter-spacing: 0;
	text-align: center;
	background-color: #F3F3F3;
	border-radius: 50%;
	border: 1px solid transparent;
}

.currentFlowItem {
	color: #333333;
}

.currentFlowItem span {
	color: #333333;
	background-color: #FFFFFF;
	border-color: #333333;
}

/* ------------------------------------ */
/* フォーム */
/* ------------------------------------ */
#formWrap {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#formWrap dt {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

#formWrap dt > span {
	margin-left: 10px;
    padding: 0 5px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	color: #ffffff;
	background: #99150B;
}

#formWrap dd {
	padding-bottom: 25px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.contactformInput input[type="text"],
.contactformInput textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 400;
	font-family: inherit;
	letter-spacing: 0.075em;
	color: inherit;
	background: #EEEEEE;
	border-radius: 0;
	border: none;
}

.contactformInput textarea {
	height: 210px;
	resize: vertical;
}

::-webkit-input-placeholder {
	color: #a6a6a6;
}

::-moz-placeholder {
	color: #a6a6a6;
}

:-ms-input-placeholder {
	color: #a6a6a6;
}

::-ms-input-placeholder {
	color: #a6a6a6;
}

/* 同意チェック */
#ppCheck {
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
}

#ppCheck input[type="checkbox"] {
	width: 1px;
	height: 1px;
	position: absolute;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

#ppCheck input[type="checkbox"] + span {
	position: relative;
	padding-left: 40px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	cursor: pointer
}

#ppCheck input[type="checkbox"] + span::before,
#ppCheck input[type="checkbox"] + span::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#ppCheck input[type="checkbox"] + span::before {
	width: 25px;
	height: 25px;
	left: 0;
	border: 1px solid #B5B5B5;
}

#ppCheck input[type="checkbox"] + span::after {
	width: 15px;
	height: 10px;
	left: 6px;
	background: url(../../img/contact/icon_check.svg) no-repeat center center/contain;
	opacity: 0;
}

#ppCheck input[type="checkbox"]:checked + span::after {
	opacity: 1;
}

#ppCheck a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 8px;
}

/* 確認ページに進むボタン */
#confirmBtn {
	text-align: center;
}

#confirmBtn .btn {
	width: 310px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 1.9rem;
}

/* ------------------------------------ */
/* 確認ページ */
/* ------------------------------------ */
#confirmWrap {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

#confirmWrap dl {
	display: flex;
	flex-wrap: wrap;
}

#confirmWrap dt {
	width: 160px;
	padding: 40px 30px 15px 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	text-align: right;
	border-bottom: 1px solid #E5E5E5;
}

#confirmWrap dd {
	width: calc(100% - 160px);
	padding: 40px 0 15px 80px;
	font-size: 1.6rem;
	line-height: 2;
	border-bottom: 1px solid #E5E5E5;
}

#backBtn {
	width: 310px;
	margin: 20px auto 0;
}

#backBtn a {
	font-size: 1.5rem;
	font-weight: 700;
}

#backBtn a::before {
	content: "";
    width: 28px;
    height: 12px;
	margin-right: 10px;
	display: inline-block;
	background: url(../../img/common/icon_btn_arrow_black.svg) no-repeat center center / contain;
	transform: scale(-1, 1);
}

/* ------------------------------------ */
/* 完了ページ */
/* ------------------------------------ */
#contactEndMessage {
	margin-bottom: 60px;
	padding-top: 30px;
	text-align: center;
    font-size: 1.6rem;
    line-height: 2;
}

#contactEndLink {
	text-align: center;
}

#contactEndLink .btn {
	width: 310px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 1.9rem;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	#ppCheck a {
		transition: all 0.3s ease 0s;
	}

	#ppCheck a:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

}


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

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#contactleadTxt1 {
		font-size: 1.5rem;
	}

	.contactFlowListItem:not(:last-child) {
		margin-right: 50px;
	}

	.contactFlowListItem span {
		width: 48px;
		height: 48px;
		font-size: 2.4rem;
		line-height: 50px;
	}

	.contactFlowListItem:not(:last-child)::after {
		width: 30px;
		left: calc(100% + 10px);
	}

	#confirmWrap dl {
		display: block;
	}

	#confirmWrap dt {
		width: 100%;
		padding: 15px 0px 5px 0;
		text-align: left;
		border-bottom: none;
	}

	#confirmWrap dd {
		width: 100%;
		padding: 0px 0 15px 0px;
	}
}