@charset "utf-8";
/* CSS Document */

/****************************** base ******************************/
#contents {
	width: 100%;
	background-color: #333f48;
}

/****************************** slide ******************************/
.SPslide{display:none;}
@media screen and (max-width: 767px){
	.PCslide{display:none;}
	.SPslide{display:inherit;}
}
/****************************** section ******************************/
#contents p{
	line-height:2.0;
	font-size:16px;
}

#contents #sectionBG01{	background: url(../images/bg_section01.jpg) no-repeat;}
#contents #sectionBG02{	background: url(../images/bg_section02.jpg) no-repeat;}
#contents #sectionBG03{	background: url(../images/bg_section03.jpg) no-repeat;}
#contents #sectionBG04{	background: url(../../../../company/generation10/shared/images/bg_section04.jpg) no-repeat;}
#contents .section{
	background-size: cover !important;
	padding:125px 5%;
	position:relative;
}
#contents .section .contentsInner{
	margin:0px auto 124px;
	color:#fff;
}
#contents .section .textLeft{
	float:left;
	max-width:60%;
	margin-right:5%;
}
#contents .section .textRight{
	float:right;
	width:60%;
	text-align: left !important;
}
#contents .section .number{
	font-size:20px;
	color:#00adb0;
	letter-spacing:3px;
	line-height:1.2;
}
#contents .section h2{
	font-size:46px;
	font-weight:bold;
	margin-bottom:20px;
	letter-spacing:2px;
	line-height:1.3;
}
#contents .section .mediaLeft,
#contents .section .mediaRight{
	float:left;
	width:35%;
}
#contents .section img,
#contents .products img{
	width:100%;
	height:100%;
}
#contents .section .button {
	position:absolute;
	bottom:100px;
	left:0;
	right:0;
	margin:auto;
	display: inline-block;
	background-color: #00adb0;
	color: #fff !important;
	letter-spacing:3px;
	font-size:125%;
	width: 300px;
	height: 54px;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	line-height: 54px;
	outline: none;		
	box-shadow: 0 2px 4px 0px #333;
	-moz-box-shadow: 0 2px 4px 0px #333;
	-o-box-shadow: 0 2px 4px 0px #333;
	-ms-box-shadow: 0 2px 4px 0px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=270, strength=3, enabled=true);
}
#contents .section .button,
#contents .section .button::before,
#contents .section .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s;
	transition: all .25s;
}
#contents .section .button:hover {
	background-color:#0b8f91;
}

#modalwindow03 .modalBG02 img {
	max-width: 310px;
}
#modalwindow03 .modalBG03 .mediaRight {
	text-align: right;
}
#modalwindow03 .modalBG03 img {
	max-width: 310px;
}

/****************************** Catalog ******************************/
#contents #catalogList {
	background-color: #dadfe4;
	padding:50px 5% 30px;
	text-align:center;
}
#contents #catalogList .products {
	display:inline-table;
	width:300px;
	margin:0 20px 20px 0;
	text-align:left;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 6px 0 #888; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 6px 0 #888; /* Firefox用 */
	box-shadow: 0 0 6px 0 #888; /* CSS3 */
}
#contents #catalogList .products p{
	padding:20px 20px 0;
}
#contents #catalogList .products h3{
	font-size:20px;
	padding:15px;
	border-bottom:1px solid #ddd;
}

#contents #catalogList .products a{
	display:block;
	width:270px;
	border-bottom:1px solid #ddd;
	padding:15px;
	font-size:110%;
	text-decoration:none;
	color:#00adb0;
}
#contents #catalogList .products a span{
	display:block;
	line-height:1.4;
	background: url(../images/btn_allow_right.png) no-repeat right center;
}
#contents #catalogList .products a .pdfText{
	color:#aaa;
	font-size:0.85em;
	background:none;
}
#contents #catalogList .products a:hover{
	background-color:#f3f3f3;
}

/****************************** banner ******************************/
#contents #banArea{
	background-color:#f0f2f4;
	padding:75px 5%;
}
#contents #banArea p{
	text-align:center;
	line-height:0;
}
#contents #banArea p img{
	width:100%;
	height:100%;
}


/****************************** SP調整 ******************************/
@media screen and (max-width: 767px){
	#contents p{
		font-size:15px;
		line-height:1.8;
	}
	#contents .section{padding:50px 0 60px;}

	#contents #sectionBG01{	background: #333f48;}
	#contents #sectionBG02{	background: #455561;}
	#contents #sectionBG03{	background: #333f48;}
	#contents #sectionBG04{	background: #455661;}

	#contents .section .contentsInner{
		margin:0px auto 90px;
	}
	#contents .section .textLeft,
	#contents .section .textRight,
	#contents .section .mediaLeft,
	#contents .section .mediaRight{
		float:none;
	}
	#contents .section .textLeft,
	#contents .section .textRight{
		padding:0 5%;
		width:90%;
		max-width:90%;
		margin-bottom:20px;
	}
	#contents .section .mediaLeft,
	#contents .section .mediaRight{
		width:100%;
	}
	#contents .section .number{
		font-size:18px;
	}
	#contents .section h2{
		font-size:26px;
		letter-spacing:0px;
		margin-bottom:15px;
	}
	#contents .section .button {
		width:90%;
		bottom:60px;
	}
	#modalwindow03 .modalBG02 .mediaLeft,
	#modalwindow03 .modalBG03 .mediaRight {
		text-align: center;
	}
	
	#contents #catalogList .products {
		width:100%;
		margin:0 0 30px 0;
	}
	#contents #catalogList .products p{
		padding:5% 5% 0;
	}
	#contents #catalogList .products h3{
		padding:15px 5%;
	}
	#contents #catalogList .products a{
		width:90%;
		border-bottom:1px solid #ddd;
		padding:15px 5%;
	}
	#contents #banArea{
		background-color:#f0f2f4;
		padding:5%;
	}

}