/*PC用*/
.TopImageArea{
	background: url("../images/pr_top.jpg")no-repeat fixed center center / cover;
	position:relative;
	width:100%;
	height:850px;


}

.TopImageArea p{
	position:absolute;
	width:100%;
  	text-align:center;
	z-index:2;
	font-size:60px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#fff;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%) ;

	
}

.ContentsImageArea{
	position:relative;
	width:100%;
	height:750px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}

.ContentsImageArea p{
	position:absolute;
	width:100%;
  	text-align:center;
	z-index:2;
	font-size:60px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#fff;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%) ;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ContentsImageArea p span{
	margin:0 auto;	
  	text-align:center;
	z-index:2;
	font-size:30px;
	color:#fff;
}
.ContentsImage1{
	background: url("../images/pr_sipsap.jpg")no-repeat fixed center center / cover ;

}
.ContentsImage2{
	background: url("../images/pr_suifeel.jpg")no-repeat fixed center center / cover ;

}
.ContentsImage3{
	background: url("../images/pr_iaso.jpg")no-repeat fixed center center / cover ;

}

.ContentsImage4{
	background: url("../images/pr_natucas.jpg")no-repeat fixed center center / cover ;

}

.PageExplain{
	width: 100%;
	margin: 0 auto;
	padding: 10% 0;
	background:#000;
	box-sizing: border-box;

}

.PageExplain p{
	font-size: 16px;
	color:#fff;
	line-height: 3;
	width: 1000px;
	margin: auto;
}

.ContentsExplainArea{
	width: 100%;
	padding: 5% 0;
	
}

.ContentsExplainTitle{
	width: 80%;
	margin: auto;
	text-align: center;
	padding: 0 0 5%;
	
}
.ContentsExplainTitle_Inner{
	text-align: left;
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	color:#fff;
	padding: 5% 0 0;
}

.ContentsExplainString{
	width: 80%;
	max-width: 1000px;
	text-align: left;
	color:#fff;
	line-height: 2em;
	margin: 0 auto 5%;

}

.ContentsExplainAreaColor1{
	background-color:#6ac836;

}

.ContentsExplainAreaColor2{
	background-color:#2F4565;

}

.ContentsExplainAreaColor3{
	background-color:#55bcdd;

}

.ContentsExplainAreaColor4{
	background-color:rgba(255, 0, 161, 1);

}

.MoreLink{
	display:block;
	width:30%;
	margin:50px auto 10px;
	text-align:center;
	line-height:15px;
	padding:15px 0;
	transition:all 0.3s ease 0s;
	background-color:#000;
	
}

.MoreLink1 {
	color:#fff;
}

.MoreLink2 {
	color:#fff;
}

.MoreLink3 {
	color:#fff;
}

.MoreLink4 {
	color:#fff;
}


.MoreLink1:hover {
	color:#6ac836;
}

.MoreLink2:hover {
	color:#2F4565;
}

.MoreLink3:hover {
	color:#55bcdd;
}

.MoreLink4:hover {
	color:rgba(255, 0, 161, 1);
}

