@charset "UTF-8";

@import url("common.css");

/*---------------------------------------------------- */
/* contents */
/*---------------------------------------------------- */

.process .detail {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.process .detail:nth-child(2n) {
	background-color: #f5f8fa;
}

.process .detail:nth-child(3) {
	padding-top: 0;
}

.process .detail:last-child {
	padding-bottom: 0;
}

.process p {
	margin: 0;
	padding: 0;
}

.process dl {
	width: 724px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.process dt {
	float: left;
	clear: both;
	color: #fff;
	font-size: 138.5%;
	line-height: 41px;
	text-align: left;
	width: 140px;
	height: 40px;
	margin: 0;
	padding: 10px 0 10px 20px;
	position: relative;
	background: #e51f1f;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.process dt:after {
	content: "";
	after: "";
}

.process dt:after, .process dt .after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(229, 31, 31, 0);
	border-left-color: #e51f1f;
	border-width: 30px;
	margin-top: -30px;
}

.process dd {
	width: auto;
	margin: 0;
	padding: 20px 0 20px 60px;
	overflow: hidden;
	font-size: 116%;
	text-align: left;
	display: inline-block;
}

.process dd.last {
	padding-bottom: 0;
}

.process .ico-phone {
	background: url(../../images/icon_phone.gif) 0 2px no-repeat;
	padding-left: 15px;
	margin-left: 2em;
}

.boxframe {
	border: 3px double #e0e3e7;
	padding: 15px 20px 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}