
.title01 {
	margin: 25px 0 10px;
	text-align: center;
}
.title01 img {
	width: 440px;
}

.leadText {
	text-align: center;
}
.leadText span {
	display: inline-block;
	background-color: #ffa64d;
	padding: 5px 20px;
	border-radius: 25px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}

.pointArea {
	position: relative;
	background: url(../img/ind_point_bg.jpg) 50% 50% no-repeat;
	height: 587px;
	margin-top: 17px;
}
.pointArea li {
	position: absolute;
	width: 220px;
}
.pointArea .point01 { top: 57px; left: 0; }
.pointArea .point02 { top: 0; left: 231px; }
.pointArea .point03 { top: 57px; left: 460px; }
.pointArea .point04 { top: 297px; left: 34px; }
.pointArea .point05 { top: 297px; left: 442px; }

.pointArea .textBlock {
	position: absolute;
	top: 158px;
	left: 0;
	right: 0;
	text-align: center;
}
.pointArea .img {
	position: absolute;
	top: 180px;
	left: 245px;
}
body.sp .pointArea {
	background-image: none;
	height: auto;
	max-width: 500px;
	margin: 17px auto 0;
}
body.sp .pointArea li {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto 15px;
}
body.sp .pointArea .img {
	display: none;
}

.linkArea {
	margin: 20px 0 50px;
	text-align: center;
}
.linkArea .text {
	position: relative;
	background-color: #ffa64d;
	padding: 10px;
	max-width: 580px;
	margin: 0 auto 55px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.linkArea .text:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background-color: #ffa64d;
}
.linkArea .text:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -48px;
	width: 0;
	margin: 0 auto;
	border-top: 28px solid #ffa64d;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
}
.linkArea .text br {
	display: none;
}
.linkArea a img {
	width: 304px;
	max-width: 80%;
}
body.sp .linkArea .text {
	max-width: 360px;
	margin: 0 auto 35px;
	font-size: 15px;
}
body.sp .linkArea .text:before {
	bottom: -10px;
	width: 12px;
	height: 10px;
}
body.sp .linkArea .text:after {
	bottom: -27px;
	border-top: 17px solid #ffa64d;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
}
body.sp .linkArea .text br {
	display: inline;
}


