@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

お問い合わせ

------------------------------------------------------------ */

/* 
---------------------------------------------- */
.wrap_flow{
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.wrap_flow .flow{
	position: relative;
	flex: none;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #DAC7AA;
	color: #DAC7AA;
	background: #FFF;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 20px;
}

.wrap_flow .flow:not(:last-of-type)::before{
	content: "";
	display: block;
	background: #FFB303;
	width: 20px;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	right: -30px;
}

.wrap_flow .flow span{
	display: block;
	font-family: "Roboto";
	font-size: 1.2rem;
	margin-bottom: 3px;
}

.wrap_flow .flow.active{
	background: #FFB303;
	color: #FFF;
	border-color: #FFB303;
}

/* 入力
---------------------------------------------- */
.wrap_contact{
	background: #FFFAF3;
	border-radius: 40px;
	padding: 60px 30px 100px;
}

.wrap_contact > p{
	text-align: center;
	margin-bottom: 45px;
}

.wrap_contact form{
	max-width: 800px;
	margin: 0 auto;
}

/*--個人情報保護方針--*/
.wrap_privacy{padding-top: 40px;}

.txt_privacy{
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 20px;
}

.txt_privacy h2{
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 7px;
}

#privacy{
	background: #FFF;
	font-size: 1.3rem;
	line-height: 1.6;
	height: 230px;
	border: 1px solid #DAC7AA;
	overflow: hidden;
	border-radius: 6px;
}

#privacy p,
#privacy ul{margin-bottom: 20px;}

#privacy p:last-child{margin-bottom: 0;}

.mCustomScrollBox:focus-visible{
    outline: 2px dotted #333 !important;
    outline-offset: -9px;
}

/* 確認
---------------------------------------------- */
.wrap_contact.conf > p{margin-bottom: 60px;}

.wrap_contact.conf .form tr:first-of-type{border-top: 1px solid #F8EFE2;}

.wrap_contact.conf .form tr{border-bottom: 1px solid #F8EFE2;}

.wrap_contact.conf .form th, 
.wrap_contact.conf .form td{padding: 33px 0;}

/* 完了
---------------------------------------------- */
.completion{
	background: #FFFAF3;
	border-radius: 40px;
	padding: 100px 30px;
	text-align: center;
}

.completion h2{
	font-size: 2.2rem;
	margin-bottom: 14px;
}

.completion .txt{margin-bottom: 30px;}

.completion .note{
	font-size: 1.3rem;
	margin-bottom: 50px;
}

.completion .note p{margin-bottom: 10px;}

.completion .link01{font-size: 1.3rem;}

/* エラー
---------------------------------------------- */
.error_screen{text-align: center;}

.error_screen .txt{margin-bottom: 50px;}

.error_txt{margin-bottom: 50px;}

.error_txt .item{margin-top: 20px;}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	お問い合わせ

	------------------------------------------------------------ */
	
	/* 
	---------------------------------------------- */
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	お問い合わせ

	------------------------------------------------------------ */
	
	/* 
	---------------------------------------------- */
	.wrap_flow{margin-bottom: 30px;}

	.wrap_flow .flow{
		width: 72px;
		height: 72px;
		margin: 0 10px;
	}

	.wrap_flow .flow:not(:last-of-type)::before{
		width: 10px;
		right: -15px;
	}

	.wrap_flow .flow span{
		font-size: 1.1rem;
		margin-bottom: 3px;
	}
	
	/* 入力
	---------------------------------------------- */
	.wrap_contact{
		border-radius: 20px;
		padding: 50px 20px;
	}
	
	.wrap_contact > p{font-size: 1.5rem;}
	
	.wrap_contact > p br{display: none;}
	
	/*--個人情報保護方針--*/
	.txt_privacy{margin-bottom: 15px;}

	#privacy{
		font-size: 1.2rem;
		height: 220px;
	}
	
	#privacy p,
	#privacy ul{margin-bottom: 15px;}
	
	/* 確認
	---------------------------------------------- */
	.wrap_contact.conf > p{margin-bottom: 40px;}

	.wrap_contact.conf .form th{
		padding: 23px 0 10px 44px;
	}
	
	.wrap_contact.conf .form td{padding: 0 0 23px;}
	
	.wrap_contact.conf .form .must,
	.wrap_contact.conf .form .optional{top: 29px;}
	
	/* 完了
	---------------------------------------------- */
	.completion{
		border-radius: 20px;
		padding: 50px 20px;
	}

	.completion h2{
		font-size: 1.7rem;
		margin-bottom: 20px;
	}

	.completion .txt{margin-bottom: 20px;}
	
	.completion .txt p br{display: none;}

	.completion .note{font-size: 1.2rem;}
	
	.completion .note p br{display: none;}
	
	.completion .link01{font-size: 1.2rem;}
	
	/* エラー
	---------------------------------------------- */
	.error_txt > p br{display: none;}
	
	
}/*--@media--*/

