@charset "utf-8";


.naviBox{
	position:relative;
	height:140px;
	display:table;
	width:100%;
	margin-bottom:70px;
	background: -webkit-linear-gradient(45deg, #f3f5f7 0%, #f3f5f7 50%, #e8ebed 50%, #f0f3f5 70%, #f0f3f5 100%);
	background: -moz-linear-gradient(45deg, #f3f5f7 0%, #f3f5f7 50%, #e8ebed 50%, #f0f3f5 70%, #f0f3f5 100%);
	background: -o-linear-gradient(45deg, #f3f5f7 0%, #f3f5f7 50%, #e8ebed 50%, #f0f3f5 70%, #f0f3f5 100%);
	background: linear-gradient(45deg, #f3f5f7 0%, #f3f5f7 50%, #e8ebed 50%, #f0f3f5 70%, #f0f3f5 100%);
}

.naviBox h1{
	font-size:28px;
	text-align:center;
	font-weight:600;
	position:relative;
	z-index:1;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}

/*
.naviBox:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
	background-color:#f5f6f8;
	margin-left:-70px;
}

.naviBox:after{
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-70px;
	border: 70px solid transparent;
	border-bottom: 70px solid #f5f6f8;
	border-left: 70px solid #f5f6f8;
	
}
*/

.noteBox:after{
	content:"";
	display:block;
	clear:both;
}



body{
	line-height:1.75;
}


a.hoverzoomImg{
	display: inline-block;
	overflow: hidden;
	z-index: 1;
	position:relative;
	width:100%;
	height:100%;
}

a.hoverzoomImg::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background-color: transparent;
	background-image: url(/image-rn/bg_hover_layer.png);
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
	opacity:0;
	transition: opacity 0.2s linear;
}
@media only screen and (min-width:768px){
	a.hoverzoomImg:hover::before {
		opacity:1;
	}
	a.hoverzoomImg img{
		transition: transform 0.2s linear;
	}
	a.hoverzoomImg:hover img {
		transform: scale(1.03);
	}
}

h3{
	margin-bottom:10px;
}

.noteBox{
	margin-bottom:70px;
}
.noteBox > .fRight{
	width:770px;
}

.lrLine{
	height:0;
	padding-bottom:27.85%;
	background:#919daa;
}
.lrLine:after{
	content:"";
	display:block;
	clear:both;
}

.lrLine > dt{
	width:33.4%;
	height:100%;
	position:absolute;
	top:0;
	text-align:center;
}

.lrLine > .fLeft{
	left:0;
}
.lrLine > .fRight{
	right:0;
}

.lrLine > dd{
	width:66.6%;
	height:100%;
	position:absolute;
	top:0;
}

.imgOwner{
	width:100%;
	height:100%;

}
.imgOwner img{
	width:100%;
}

.lrLine .titleOwner{
	margin:auto;
	width:385px;
	color:white;
}
.lrLine .title{
	font-size:137.5%;
	display:block;
	padding-bottom:30px;
	border-bottom:1px solid #bdc4cc;
	letter-spacing:0.12em;
}

.lrLine .titleBox > p{
	margin-top:30px;
	text-align:left;
}

.titlePosition{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.titleOwner{
	display:table;
	width:100%;
	height:100%;
}
.titlePosition a{
	width: 100%;
	height: 100%;
}
.titleBox{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin:auto;
	width:385px;
	color:white;
}
.fadeImageList{
	width:100%;
	height:100%;
}
.fadeImageList li{
	position:absolute;
	width:100%;
	height:100%;

}

@media only screen and (max-width:767px){
	.naviBox{
		height:90px;
		overflow:hidden;
	}
	.naviBox h1{
		font-size:21px;
	}
	.naviBox::before{
		margin-left:-45px;
	}
	.naviBox::after{
		margin-left:-45px;
		border-width:45px;
	}
	
	h3{
		margin-bottom:20px;
	}
	
	.noteBox{
		text-align:center;
		margin-left:30px;
		margin-right:30px;
	}
	.noteBox > .fLeft{
		margin-bottom:20px;
	}
	.noteBox > .fLeft img{
		width:56.25%;
	}
	.noteBox > .fRight{
		width:auto;
	}
	.noteBox > .fRight p{
		text-align:left;
	}
	.lrLine{
		height:auto;
		padding-bottom:0;
	}
	.lrLine > dt{
		width:auto;
		position:relative;
		padding:50px 30px;
	}
	.lrLine > dd{
		width:auto;
		position:relative;
		height:0;
		padding-bottom:41.875%;
	}
	.titlePosition{
		position:relative;
	}
	.lrLine .title{
		margin-bottom:20px;
	}
	.lrLine .titleOwner{
		width:auto;
	}
	.titleBox{
		width:auto;
	}
	.lrLine .titleBox > p{
		margin-top:20px;
		
	}
	.lrLine .imgOwner{
		position:absolute;
		left:0;
		top:0;
	}
	
}