@charset "UTF-8";

/*--------------------------------------------------------------------
inquiry.html
inquiry.css
--------------------------------------------------------------------*/

/*------------Flow------------------------------------*/
.mail .Flow {
	width: 830px;
	margin: 30px auto;
}
.mail .Flow ol {
	display: flex;
	gap: 20px 40px;
	width: 100%;
}
.mail .Flow ol li {
	position: relative;
	width: calc((100% - 40px * 2) / 3);
}
.mail .Flow ol li:not(:last-of-type)::after {
	position: absolute;
	display: block;
	content: "";
	width: 8px;
	height: 11px;
	background: url("../img/arrow_b.png") no-repeat left top;
	top: 50%;
	right: -20px;
	transform: var(--transformY);
	z-index: 1;
}
.mail .Flow ol li.this:after { background-image: url("../img/arrow_r.png"); }
.mail .Flow ol.error li.this:after {
	background-image: url("../img/arrow_r.png");
	transform: var(--transformY) rotate(180deg);
}
.mail .Flow ol li p {
	width: 100%;
	margin: 0 auto;
	color: var(--co-black);
}
.mail .Flow ol li p span {
	display: block;
	padding: 0.5em 0;
	background-color: var(--co-brown);
	border-bottom: 5px solid var(--co-black);
	text-align: center;
	font-size: 1em;
}
.mail .Flow ol.error li.this p span { background-color: var(--co-brown); }
.mail .Flow ol li.error p span,
.mail .Flow ol li.this p span {
	background-color: var(--co-brown);
	border-bottom: 5px solid var(--co-red);
}

@media (max-width: 980px) {
	.mail .Flow { width: 90%; }
	.mail .Flow ol { flex-direction: column; }
	.mail .Flow ol li { width: 100%; }
	.mail .Flow ol li:not(:last-of-type)::after {
		top: auto;
		right: auto;
		bottom: -15px;
		left: 50%;
		transform: var(--transformX) rotate(90deg);
	}
	.mail .Flow ol.error li.this:after {
		background-image: url("../img/arrow_r.png");
		transform: var(--transformY) rotate(270deg);
	}
}


/*------------mail---------------------------------------------------------------*/
.mail a { color: var(--co-red); }
.mail a:hover{
	text-decoration: underline;
	color: var(--co-white);
}
.mail ul#note { margin-top: 1em; }
.mail ul#note li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.mail ul#note li:before {
	margin-right: 0.3em;
	content: "※";
}
.mail p + table {margin-top: var(--parag-bet); }
.mail table tr th { width: 28%; }
.mail form p span,
.mail table tr th span { color: var(--co-red); }
.mail table tr th span {
	display: inline-block;
	float: right;
}
.mail table tr td span {
	margin-left: 0.8em;
	font-size: 0.75em;
	color: #ff1d25;
}
.mail table tr td em {
	margin: 0 0.8em;
	font-size: 0.85em;
}
.mail table tr td ul { overflow: hidden; }
.mail table tr td ul li {
	float: left;
	margin-right: 2em;
}
.mail table tr td ul li input { vertical-align: -0.05em; }
.mail table tr td .Inp01 { width: 100%; }
.mail table tr td .Inp02 { width: 45%; }
.mail table tr td .Inp03 { width: 20%; }
.mail table tr td .Inp04 { width: 7%; }
.mail table tr td .Inp05 { height: 150px; }
.mail table tr td textarea { height: 330px; }
.mail table tr td input[type="text"],
.mail table tr td input[type="email"],
.mail table tr td input[type="tel"],
.mail table tr td input[type="date"],
.mail table tr td select,
.mail table tr td textarea {
	border-radius: 4px;
	padding: 0.4em;
	transition: 0.3s;
	border: 1px solid #5d83a4;
	outline: none;
	font-family: var(--mincho);
	font-size: 0.8rem;
}
.mail table tr td input[type="text"]:focus,
.mail table tr td input[type="email"]:focus,
.mail table tr td input[type="tel"]:focus,
.mail table tr td input[type="date"]:focus,
.mail table tr td select:focus,
.mail table tr td textarea:focus { border-color: var(--co-red); }
.mail div#SubmitBtn {
	margin: 20px auto 0;
	text-align: center;
}
.mail div#SubmitBtn input {
	margin: 0 1em;
	font-family: var(--mincho);
	cursor: pointer;
}
.mail .career + .career { margin-top: 30px; }

@media (max-width: 480px) {
	.mail table tr th {
		width: auto;
		overflow: hidden;
	}
	.mail table tr td span {
		display: block;
		margin: 0.35em 0 0 0;
	}
	.mail table tr td ul li {
		float: none;
		margin: 0;
	}
	.mail table tr td ul li + li { margin-top: 0.25em; }
	.mail table tr td .Inp01 { width: 100%; }
	.mail table tr td .Inp02 { width: 80%; }
	.mail table tr td .Inp03 { width: 40%; }
	.mail table tr td .Inp04 { width: 20%; }
	.mail table tr td .Inp05 { height: 150px; }
}


/*------------telephone---------------------------------------------------------------*/
#telephone #telcon {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	max-width: 630px;
	margin: 20px auto 0;
}
#telephone #telcon #telNumber {
	width: 100%;
	max-width: 357px;
}
#telephone #telcon #telNumber dt { display: none; }
#telephone #telcon #telNumber dd span,
#telephone #telcon #telNumber dd a {
	display: block;
	padding-top: 23.80952380952381%;
	background: url("../img/tel.png") no-repeat left top / contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
#telephone #telcon div {
	min-width: 250px;
	padding: 5px 20px;
	background-color: var(--co-brown);
}
#telephone #telcon div dl {
	display: flex;
	color: var(--co-black);
}
#telephone #telcon div dl * { font-weight: bold; }
#telephone #telcon div dl dt {
	width: 4em;
	text-align: justify;
	text-justify: inter-ideograph; /* Edge */
	text-align-last: justify;
}
#telephone #telcon div dl dd::before {
	content: "：";
	margin: 0 0.25em;
}

@media (max-width: 480px) {
	#telephone #telcon { flex-direction: column; }
}