@charset "utf-8";

/* titleArea
================================================== */
.titleArea {
    margin: 0 0 50px;
}
.titleArea h1 {
	margin: 0 0 23px 0;
}
.titleArea .pic {
	float: left;
}
.titleArea .txtBlock {
	float: right;
	width: 400px;
}
.titleArea .txtBlock .txt{
	font-size: 15px;
	line-height: 1.7;
}
.titleArea .txtBlock .txt + .txt {
	margin-top: 1.8rem;
}
.catchArea {
	margin: 0 0 17px 0;
}
.stepArea {
	background: url(../img/common/bg_reason01.png) 0 0 repeat;
}
.stepArea .inner {
	padding: 20px 20px 20px 20px;
}
.stepArea .inner .block01,
.stepArea .inner .block02,
.stepArea .inner .block03,
.stepArea .inner .block04 {
	position: relative;
}
.stepArea .inner .block01 .txtBox,
.stepArea .inner .block02 p,
.stepArea .inner .block03 p,
.stepArea .inner .block04 p {
	position: absolute;
}
.stepArea .inner .block01 .txtBox {
	position: absolute;
	top:101px;
	left:301px;
	width: 362px;
}
.stepArea .inner .block01 .txtBox p {
	font-size: 13px;
	margin: 0 0 14px 0;
}
.stepArea .inner .block01 .txtBox .tel {
	margin-bottom: 7px;
}
.stepArea .inner .block02 p,
.stepArea .inner .block03 p,
.stepArea .inner .block04 p {
	position: absolute;
	top:104px;
	left:301px;
	width: 362px;
	font-size: 13px;
}