<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ------------------------------ 
ã€€flow
 ------------------------------ */

.flow section:first-of-type {
	margin: auto;
	padding: 0 20px;
	max-width: 1000px;
}

.step {
	margin: 0 auto 100px;
	border: #ebeff2 2px solid;
	border-top: none;
	position: relative;
}

.step&gt;p:first-of-type {
	margin: auto;
	padding: 15px 0;
	text-align: center;
	font-size: 20px;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", Hiragino Mincho Pro,"ï¼­ï¼³ ï¼°æ˜Žæœ", MS PMincho, serif;
	font-weight: bold;
	border-top: #9e255b 3px solid;
	border-bottom: #ebeff2 1px solid;
	color: #9e255b;
}

.step:after {/* ä¸‹å‘ãâ–¼ã®è¨­å®š */
	content: "";
	position: absolute;
	bottom: -65px;
	left: 50%;
	margin-left: -50px;
	display: block;
	border-style: solid;
	border-width: 25px 50px 0 50px;
	border-color: #c1ab0a transparent transparent transparent;
}

.step:last-child:after {
	border: none;
}

.step .outline {
	margin: 20px auto;
	padding: 0 20px;
	max-width: 900px;
}

.step .outline p {
	margin-bottom: 0.8em;
}

.step .outline p img {
	margin: 20px auto;
	max-width: 600px;
	display: block;
}

.step_contact {
	margin: auto;
	padding: 20px 0 10px;
	max-width: 660px;
	overflow: hidden;
}

.step_contact .phone {
	padding-top: 5px;
	width: 330px;
	text-align: center;
	float: left;
	background: url("../img/hr_contact.png") right center no-repeat;
}

.step_contact .phone p{
	padding-right: 20px;
	text-align: center;
	font-style: italic;
}

.step_contact .phone .freedial {
	padding-left: 35px;
}

.step_contact .phone .freedial::before {
	margin: 2px 5px 0 0;
	content: url("../img/ico_freedial.png");
	vertical-align: middle;
}

.step_contact .phone .number {
	font-size: 45px;
	color: #9e255b;
	line-height: 0.4em;
}

.step_contact .mail {
	width: 330px;
	float: left;
}

.step_contact .mail p a {
	margin: 15px 0 0 auto;
	padding: 15px 7px 15px 0;
	max-width: 290px;
}


@media screen and (max-width: 768px) {
	.flow section:first-of-type {
		margin: auto;
		padding: 0 10px;
		max-width: 1000px;
	}

	.step_contact {
		overflow: inherit;
	}

	.step_contact .phone {
		padding-top: 5px;
		width: 100%;
		text-align: center;
		float: none;
		background: none;
	}

	.step_contact .phone p{
		padding-right: 0;
	}

	.step_contact .phone .freedial {
		padding-left: 0;
	}
	
	.step_contact .phone .number {
		font-size: 34px;
		color: #9e255b;
	}

	.step_contact .mail {
		margin: auto;
		width: 100%;
		float: none;
	}

	.step_contact .mail p a {
		margin: auto;
		padding: 15px 7px 15px 0;
		max-width: 260px;
	}
}

</pre></body></html>