@charset "utf-8";

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

#flow {
	margin-bottom: 100px;
	background: #fff;
	border-radius: 20px;
	overflow:hidden;
}

#flowMainTit {
	font-size: 2.8rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 20px;
	background: #ae4081;
}

#flowIn {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#flowTit {
	font-size: 2.8rem;
	padding: 40px;
	font-weight: bold;
	color: #ae4081;
	text-align: center;
}

#flowList li {
	padding: 30px;
	margin-bottom: 70px;
	background: #fff8fc;
	border-radius: 10px;
	color: #46240c;
	position: relative;
}

#flowList li:not(:last-child)::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../../img/contact/icon_arrow_bottom.svg) center center no-repeat #ae4081;
	background-size: 20px , 100;
	display: inline-block;
	vertical-align: middle;
	border-radius: 40px;
	position: absolute;
	bottom: -55px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.flowTit {
	margin-top: -70px;
	color: #46240c;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
}

.flowTit.num1::before {
	content: "1";
	padding-right: 5px;
	font-size: 11rem;
	color: #ae4081;
	font-weight: bold;
	font-family: "Afacad Flux", sans-serif;
}

.flowTit.num2::before {
	content: "2";
	padding-right: 5px;
	font-size: 11rem;
	color: #ae4081;
	font-weight: bold;
	font-family: "Afacad Flux", sans-serif;

}

.flowTit.num3::before {
	content: "3";
	padding-right: 5px;
	font-size: 11rem;
	color: #ae4081;
	font-weight: bold;
	font-family: "Afacad Flux", sans-serif;

}

#tel {
	padding: 60px 0;
	background: #FFF;
}

.contactBox {
	margin-bottom: 20px;
	padding: 50px;
	background: #fffaee;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contactBox:last-child {
	margin-bottom: 0;
}

.name {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #46240c;
}

.tel {
	margin-bottom: 5px;
	font-size: 4.8rem;
	font-weight: bold;
	color: #ff8a00;
	line-height: 1;
}

.tel::before {
	content: "";
	width: 22px;
	height: 27px;
	margin-right: 10px;
	background: url(../../img/common/icon_tel.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.time {
	font-size: 1.2rem;
	font-weight: bold;
	color:　#46240c;
}

#form {
	padding-bottom: 100px;
	background: #FFF;
}

.contactDesc {
	font-size: 1.6rem;
	padding-bottom: 40px;
	color: #46240c;
	text-align: center;
}

#formList {
	width: 700px;
	margin: 0 auto;
}

#formList dt {
	padding-bottom: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #46240c;
}

#formList dd {
	padding-bottom: 30px;
	font-size: 1.5rem;
	color: #46240c;
}

#formList input[type="text"] {
	width: 100%;
	padding: 15px;
	font-size: 1.5rem;
	border: 1px solid #d8d4cf;
	border-radius: 10px;
}

#formList input[type="text"].small
 {
	width: 30%;
}

#formList textarea {
	width: 100%;
	height: 340px;
	padding: 15px;
	font-size: 1.5rem;
	border: 1px solid #d8d4cf;
	border-radius: 10px;
}

.required {
	margin-left: 10px;
	padding: 0 10px;
	display: inline-block;
	background: #ff8a00;
	color: #FFF;
	border-radius: 3px;
	font-size: 1rem;
}

.inputTxt {
	padding: 0 5px 0 20px;
	font-weight: bold;
}

.inputTxt:first-child {
	padding: 0 5px 0 0;
}

.bar {
	padding: 0 5px;
}

.checkboxList {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/* 同意する */
#agreement {
	text-align: center;
	margin: 0 auto 25px;
}

.checkboxLabel {
	cursor: pointer;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}

.checkboxLabel input {
	display: none;
}

.checkboxLabel input[type="checkbox"]:checked + .checkboxName:after {
	display: block;
}

.checkboxName {
	display: block;
	padding: 0 0 0 30px;
	font-size: 1.5rem;
}

.checkboxName::before {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	background: #fff;
	box-sizing: border-box;
	border: 2px solid #c9c9c9;
	transition: all 0.3s;
}

.checkboxName::after {
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #ff8a00;
	display: none;
}

.checkboxName a {
	text-decoration: underline;
}

.checkboxName a:hover {
	text-decoration: none;
}

#confirmBtn {
	text-align: center;
}

.errorMessage {
	color: #ff0000;
}

/* 入力確認 */
/* ----------------------------------- */
#form.confirm {
	padding-top: 70px;
}

#form .strong {
	color: #ff0000;
}

#confirmlist {
	width: 700px;
	margin: 0 auto;
}

#confirmlist dt {
	padding-bottom: 10px;
	font-weight: bold;
	color: #46240c;
	font-size: 1.5rem;
}

#confirmlist dd {
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #46240c;
	font-size: 1.5rem;
	border-bottom: 1px solid #d8d4cf;
}

#sendBtn {
	padding: 20px 0 10px;
}

#backBtn {
	padding-top: 20px;
}

#backBtn a {
	color: #999;
}

/* 入力完了 */
/* ----------------------------------- */
#form.complete {
	padding-top: 70px;
}

.contactDesc .telLink {
	color: #ff8a00;
}


/* プラポリ */
/* ----------------------------------- */
#pp {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-family: "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

#ppIn {
	width: 680px;
	padding: 20px;
	background: #FFF;
	border-radius: 20px;
	position: relative;
}

#ppIn .scroll {
	height: 360px;
	position: relative;
}

.closebtn {
	position: absolute;
	right: 0;
	top: -40px;
	cursor: pointer;
}

#pp p {
	padding-bottom: 1em;
}

#pp p .bold {
	font-weight: bold;
}





/* -------------------------------------------------- */
/* 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) {
	#contactformWrap {
		width: 100%;
	}
	
	#form {
		padding-bottom: 60px;
		background: #FFF;
	}
	
	#flow {
		margin-bottom: 60px;
	}
	
	#flowMainTit {
		font-size: 1.8rem;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		padding: 20px;
		background: #ae4081;
	}

	#flowList li {
		padding: 30px 4%;
	}

	#flowList li:last-child {
		margin-bottom: 0px;
	}

	#flowIn {
		padding: 40px 4%;
	}

	#flowTit {
		font-size: 2rem;
		padding: 0 4% 20px;
		font-weight: bold;
		color: #ae4081;
		text-align: center;
	}

	.flowTit {
		font-size: 1.7rem;
		margin-top: 0px;
	}

	.flowTit.num1::before {
		font-size: 4rem;
	}
	.flowTit.num2::before {
		font-size: 4rem;
	}
	.flowTit.num3::before {
		font-size: 4rem;
	}

	#tel {
		padding: 40px 0 60px;
	}

	.contactBox {
		margin-bottom: 20px;
		padding: 40px 4%;
	}

	.tel {
		margin-bottom: 5px;
		font-size: 4rem;
		font-weight: bold;
		color: #ff8a00;
		line-height: 1;
	}

	.contactDesc {
		text-align: left;
	}

	#formList {
		width: 100%;
		margin: 0 auto;
	}

	.bar {
		font-size: 1.4rem;
		padding: 0 1px;
	}

	#formList input[type="text"].small {
		width: 28%;
	}

	#formList #nameInput input[type="text"].small {
		width: 38%;
	}

	.inputTxt {
		padding: 0 5px 0 5%;
	}

	#confirmlist {
		width: 100%;
		margin: 0 auto;
	}

	#form.confirm {
		padding-top: 40px;
	}

	#form.complete {
		padding-top: 40px;
	}

	.telLink a {
		color: #ff8a00;
	}

	#ppIn {
		width: 94%;
	}
}