.imageArea01, .subImage01 {
	height: 456px;
}
.subImage01 {
	background: url(../img/pic_index01_pc.jpg) no-repeat center center;
    background-size: cover;
}
.titSub01 {
	padding: 105px 10px 0;
}
.messageArea01 p {
	text-align: left;
}
.ImageArea01 {
	margin: 30px 0 20px;
	position: relative;
}
.ImageArea01 p {
	text-align: center;
}
.ImageArea01 p:first-child {
	width: 506px;
	margin: 0 auto;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}
.ImageArea01 p.conceptImage01 {
	top: 24%;
}


.ImageArea02 {
	margin: 30px 0 20px;
	position: relative;
}
.ImageArea02 p {
	text-align: center;
}
.ImageArea02 p:first-child {
	width: 800px;
	margin: 0 auto;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}

.ImageArea03 {
	margin: 30px 0 20px;
}
.ImageArea03 p {
	text-align: center;
}


.entryOnly01 {
	margin-top: 0;
	padding-top: 0;
}
.siteLink01 li:last-child:before {
	content: "\f105";
}
.siteLink01.stepLink01 li:last-child a {
	font-size: 19px;
}
.redText01 {
	color: #e83f22;
}

.pc {display: block;}
.sp {display: none;}

@media only screen and (min-width:1001px) {
	.messageArea01 .container,
	.ImageArea01,
	.ImageArea02,
	.ImageArea03 {
		width: 800px;
		margin: 40px auto 30px;
	}
}

@media only screen and (min-width:641px) {
	.entryOnly01 {
		margin: 0 auto 50px;
	}
	.entryOnly01 li:before {
		content: "";
	}
	.siteLink01 {
		margin-top: 80px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width:1300px) {
	.siteLink01.stepLink01 li:last-child a {
		font-size: 17px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 641px) {
	.siteLink01.stepLink01 li:last-child a {
	    font-size: 14px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 641px) {
	.siteLink01.stepLink01 li:last-child a {
	    font-size: 12px;
	}
}

@media only screen and (max-width:1000px) {
	.ImageArea01 img {
		width: 100%;
	}
	.ImageArea01 p:first-child {
		width: 55%;
	}
	.ImageArea01 p.conceptImage01 {
		top: 20%;
	}
	.ImageArea02 img {
		width: 100%;
	}
	.ImageArea02 p:first-child {
		width: 83%;
		top: 22%;
	}
	.ImageArea03 img {
		width: 100%;
	}
	.pc {display: none;}
	.sp {display: block;}
}

@media only screen and (max-width:640px) {
	.subImage01 {
		background: url("../img/pic_index01_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.ImageArea01 p:first-child {
		width: 70%;
	}
	.ImageArea02 p:first-child {
		width: 83%;
		top: 22%;
	}
	.siteLink01 {
		margin-top: 40px;
	}
	.siteLink01.stepLink01 li:last-child {
		margin: 0;
	}
	.siteLink01 li:last-child:before {
		left: auto;
		right: 25px;
	}
	.entryOnly01 li:last-child {
		margin: 15px 0;
	}
	.entryOnly01 li:before {
		content: "\f104";
    left: 25px;
    right: auto;
	}
}

@media only screen and (max-width:500px) {
	.imageArea01, .subImage01 {
		height: 300px;
	}
	.imageArea02 {
		height: 345px;
	}
	.titSub01 {
		padding: 70px 10px 0;
	}
}

@media only screen and (max-width:400px) {
	.imageArea01, .subImage01 {
		height: 270px;
	}
	.imageArea02 {
		height: 280px;
	}
	.titSub01 img {
		width: 360px;
	}
	.siteLink01.stepLink01 li:last-child a {
		font-size: 14px;
	}
}
#gNavi #naviDiscover a{
	border-bottom: 2px solid #124dae;
}