@charset "UTF-8";
/* CSS Document */

/* スマホとタブで画像サイズを切り替え */
@media screen and (min-width: 0px) and (max-width: 532px) {
	img.tab{
		display:none;
	}
}

@media screen and (min-width: 533px) {
	img.sp{
		display:none;
	}
}



html{font-size:62.5%; font-family: 'Noto Sans JP', sans-serif;}
body{
	font-size:1.4rem;/*14px*/
	-webkit-text-size-adjust: 100%;
 	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

header{
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}
.mainImg{
	position:relative;
	margin-top:5%;
	margin-bottom:2%;
}

/*グラデーションの外枠*/
section{
	width:92%;
	margin:7% auto;
	padding:0.7%;
	border:1px solid #d2d2d2;
	-webkit-border-radius:7px;
	border-radius:7px;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1.00, #fff), color-stop(0.82, #575757), color-stop(0.67, #b9b9b9), color-stop(0.28, #fff), color-stop(0.09, #5e5e5e), color-stop(0.00, #5e5e5e), color-stop(0.00, #5e5e5e));
	background: -webkit-linear-gradient(45deg, #5e5e5e 0%, #5e5e5e 0%, #5e5e5e 9%, #fff 28%, #b9b9b9 67%, #575757 82%, #fff 100%);
	background: linear-gradient(45deg, #5e5e5e 0%, #5e5e5e 0%, #5e5e5e 9%, #fff 28%, #b9b9b9 67%, #575757 82%, #fff 100%);
}
.section{
	width:100%;
	margin:0 auto;
	background:#fff url(../img/bgPattern.gif);
	border:1px solid #cdcdcd;
	-webkit-border-radius:5px;
	border-radius:5px;
}

h2{
	font-size:20px;
	font-weight:bold;
	padding:3%;
	position:relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;

	background : url(../img/bg_h2.png) no-repeat;
	-webkit-background-size:cover;
	background-size : cover;
}

.feature h2 span:after{
	position:absolute;
	content:"";
	display:block;
	background:url(../img/mrcontac01.png) no-repeat;
	background-position:bottom right;
	background-size:contain;
	width:20%;
	height:150%;
	bottom:0;
	right:1%;
}
.feature .featureList{
	padding:3%;
	margin-top:2%;
	height:100%;
}
.feature h3{
	cursor:pointer;
	width:100%;
	height:auto;
	margin:0;
	position:relative;
}
.feature h3 .toggle{
	width:10%;
	height:50%;
	position:absolute;
	display:block;
	top:0;
	bottom:0;
	right:3%;
	margin:auto;
}
.feature p{
	border:1px solid #001785;
	padding:3%;
	margin-top:0;
	background-color:#fff;
}
.feature p:after {
	content: "";
	display: block;
	clear: both;
}

.feature p img{
	width:38%;
	margin:2%;
	height:auto;
	float:right;
}




.cm p{
	padding:5%;
	text-align:center;
}
.cm p video{
	width: 100%;
}
.cm h2 span:after{
	position:absolute;
	content:"";
	display:block;
	background:url(../img/mrcontac02.png) no-repeat;
	background-position:bottom right;
	background-size:contain;
	width:20%;
	height:150%;
	bottom:0;
	right:-1%;
}


.lineup>.section{
	background-image:none;
}

.lineup h2 span:after{
	position:absolute;
	content:"";
	display:block;
	background:url(../img/mrcontac03.png) no-repeat;
	background-position:bottom right;
	background-size:contain;
	width:24%;
	height:160%;
	bottom:-5%;
	right:1%;
}

.lineup .lineupList{
	padding:3%;
	display:-webkit-box;    /* chrome20-, Android4.2-, safari6.0-, i0S6-, */
	display:-webkit-flex;  /* chrome21~27, safari6.1+, i0S7+, Opera15+ */
	display:flex;              /* chrome28+, FireFox22+, Opera12-, IE11+   */
}
.lineupList h3{
	padding:2%;
	width:45%;
}
.lineupList dl{
	padding:2%;
	width:55%;
}


.pagetop{
	width:70%;
	margin:5% auto;
}



footer{
	border-top:4px solid #fff700;
	padding:2% 4%;
	font-size:1rem;
	line-height:1;
	display:-webkit-box;    /* chrome20-, Android4.2-, safari6.0-, i0S6-, */
	display:-webkit-flex;  /* chrome21~27, safari6.1+, i0S7+, Opera15+ */
	display:flex;              /* chrome28+, FireFox22+, Opera12-, IE11+   */

	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;

	-webkit-box-pack: justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.gskLogo{
	width:27%;
	display:table-cell;
	vertical-align:middle;
}
.copy{
	width:70%;
	text-align:right;

	display:table-cell;
	vertical-align:middle;
}

.attention{color:#cc0000; }
.displayB{display: block; }
.mt1e{ margin-top:1em; }
.mb1{ margin-bottom:1%; }
.mb5{ margin-bottom:5%; }