  @charset "utf-8";
/* CSS Document */

/ base /
#contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	background-color: #333f48;
}

.pcBr{display:inline;}
.spBr{display:none;}
::selection {background: #00a7ac;}
::-moz-selection {background: #00a7ac;}

.sp {display: none;}
.pc {display: inline-block;}
@media screen and (max-width: 767px) {
	.sp {display: inline-block;}
	.pc {display: none;}
}

.txIndent {
	padding-left: 0.5em;
	text-indent: -0.5em;
}
/ 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 p.center{
	width: 65%;
	margin: 0 auto;
}
/*#contents #sectionBG00{	background: url(/pickup/generation10/kocec/images/bg_section00.jpg) no-repeat;}
#contents #sectionBG01{	background: url(/pickup/generation10/kocec/images/bg_section01.jpg) no-repeat;}
#contents #sectionBG02{	background: url(/pickup/generation10/kocec/images/bg_section02.jpg) no-repeat;}
#contents #sectionBG03{	background: url(/pickup/generation10/kocec/images/bg_section03.jpg) no-repeat;}*/
#contents .section{
	background-size: cover !important;
	padding:125px 5%;
	position:relative;
}
#contents .section .contentsInner{
	margin:0px auto 124px;
	color:#fff;
}
#contents #sectionBG00 .contentsInner{
	margin:0px auto 0px;
}

#contents .section .textLeft{
	float:left;
	max-width:60%;
	margin-right:5%;
}
#contents .section .textRight{
	float:right;
	width:60%;
}
#contents .section .number{
	font-size:20px;
	color:#1ef8ff;
	letter-spacing:1px;
	line-height:1.2;
	margin-bottom:10px;
}
#contents .section h2{
	font-family: 'Archivo Narrow', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:64px;
	margin-bottom:30px;
	letter-spacing:2px;
	line-height:1.1;
	font-feature-settings : "palt";/*あとで検証*/
}
#contents .section .mediaLeft,
#contents .section .mediaRight{
	float:left;
	width:35%;
}
#contents #sectionBG00 .textRight{max-width:30%;}
#contents #sectionBG00 .mediaLeft{width:65%;}
#contents #sectionBG00 .mediaLeft video{width:100%; height:auto;}
#contents #sectionBG00 .mediaLeft {
	position: relative;
	padding-bottom: 36.5%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
#contents #sectionBG00 .mediaLeft iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contents #sectionBG00 .mediaCenter{width:65%;margin: 0 auto;}
#contents #sectionBG00 .mediaCenter video{width:100%; height:auto;}
#contents #sectionBG00 .mediaCenter {
	position: relative;
	padding-bottom: 36.5%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
#contents #sectionBG00 .mediaCenter iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#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:2px;
	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;
}

/ Catalog /
#contents #catalogList {
	background-color: #d9d9d9;
	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 h3 .region{
	font-size:14px;
}

#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:last-child{
	border-bottom:none;
}
#contents #catalogList .products a span{
	display:block;
	line-height:1.4;
	background: url(/pickup/generation10/shared/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;
}

#contents #catalogList .textLink {
	width: 60%;
    margin: 0 auto 20px;
	line-height: 1.6;
}
#contents #catalogList .textLink ul {
	
}
#contents #catalogList .textLink ul li {
}
#contents #catalogList .textLink ul li:not(:last-of-type) {
	margin-bottom: 15px;
}
#contents #catalogList .textLink ul li a {
	display: flex;
	border: 1px solid #03969a;
	min-height: 62px;
	align-items: center;
	text-decoration: none;
	text-align: left;
	padding: 0 20px;
	color: #03969a;
}
#contents #catalogList .textLink ul li a:before {
	content: '';
	border-style: solid;
	border-width: 6.5px 0 6.5px 8px;
	border-color: transparent transparent transparent #3ec1c3;
	margin-right: 9px;
}
#contents #catalogList .textLink ul li a:hover {
	background: rgba(0,167,172,0.15);
}
@media screen and (max-width: 767px){
	#contents #catalogList .textLink {
		width: 100%;
	}
}
/ 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){
.pcBr{display:none;}
.spBr{display:inline;}

	#contents p{
		font-size:15px;
		line-height:1.8;
	}
	#contents .section{padding:40px 0;}

	#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 #sectionBG00 .textRight{max-width:90%;}
	#contents #sectionBG00 .mediaLeft{width:100%;padding-bottom: 56%;}
	#contents #sectionBG00 .mediaCenter{width:100%;padding-bottom: 56%;}
	#contents #sectionBG00 .contentsInner p.txt {max-width: 90%;width: auto;margin: 2% auto 0;}

	#contents .section .number{
		font-size:16px;
		margin-bottom:5px;
	}
	#contents .section h2{
		font-size:32px;
		letter-spacing:1px;
		margin-bottom:15px;
	}
	#contents .section .button {
		width:90%;
		bottom:50px;
	}
	
	#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%;
	}

}