/*-------------------------------------------------------------

content.css

-------------------------------------------------------------*/
h2.makerH2{
	min-width:1120px;
	font-size:38rem;
	margin-bottom:0.75em;
	font-weight: normal;
	color:#fff;
	background-color: #ccc;
	padding: 120px 0;
	color:#000;
	background:url(./image/maker_head_bg.jpg) center center no-repeat rgba(255,255,255,0.7);
	background-blend-mode:lighten;
	background-size: cover;
	padding: 140px 0;
	border-bottom:solid 10px #699;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.makerContent{
	width:1120px;
	margin:0 auto 60px auto;
}

.makerCom{
	margin-bottom: 60px;
}
.makerCom p{
	font-size: 16rem;
	line-height: 1.8;
	text-align: left;
	width:910px;
	margin: 0 auto;
}

.makerLinks{
}

.makerLinksCont{
}

.makerLinks h2{
	font-size: 32rem;
	margin-bottom: 0.75em;
	text-align: left;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #999;
	font-weight: normal;
}
.makerLinks h3{
	font-size: 24rem;
	margin-bottom: 30px;
	text-align: left;
	background-color:#699;
	color:#fff;
	padding:0.5em;
}
.makerLinks h4{
	margin-bottom: 14px;
	padding-top:100px;
	margin-top:-100px;
}
.makerLinks h4 span{
	display:block;
	font-size: 18rem;
	text-align: left;
	padding: 0.5em;
	font-weight: normal;
	background-color:#eee;
}

.makerLinks ul{
	margin-bottom:40px;
	text-align: left;
	padding-left:1px;
}
.makerLinks li{
	display:inline-block;
	text-align: center;
	width:210px;
	margin-right:17px;
	margin-bottom:17px;
	vertical-align:top;
}
.makerLinks li:nth-child(5n+5){
	margin-right:0;
}
.makerLinks a{
	display: block;
	border:solid 1px #ccc;
	transition: 0.2s;
}
.makerLinks a .logo{
	display:block;
	margin-bottom:3px;
	transition: 0.2s;
}
.makerLinks a:hover .logo{
	opacity:0.5;
}
.makerLinks a .logo img{
	width:100%;
	height:60px;
}
.makerLinks a .name{
	display:block;
	font-size:13rem;
	line-height:1.5;
	padding:0 5px 5px 5px;
}



/*-----768以下-----*/
@media (max-width: 768px) {

	h2.makerH2{
		min-width: 0;
		font-size:7vw;
		margin-bottom:5%;
		padding:15% 0 11% 0;
	}
	h2.makerH2 span{
		display: inline-block;
		margin-bottom:4%;
	}

	.makerContent{
		width:auto;
		margin-bottom: 10%;
	}

	.makerCom{
		margin-bottom: 10%;
	}
	.makerCom p{
		width:auto;
		padding:0 4%;
	}

	.makerLinks{
	}

	.makerLinksCont{
	}

	.makerLinks h3{
		margin-bottom: 5%;
		padding:0.5em 4%;
	}
	.makerLinks h4{
		margin-bottom: 5%;
		padding-top:100px;
		margin-top:-100px;
	}
	.makerLinks h4 span{
		font-size: 20rem;
		padding:0.5em 4%;
	}

	.makerLinks ul{
		margin-bottom:10%;
		padding:0 4%;

	}
	.makerLinks li{
		width:48%;
		margin-right:4%;
		margin-bottom:4%;
	}
	.makerLinks li:nth-child(5n+5){
		margin-right:4%;
	}
	.makerLinks li:nth-child(2n+2){
		margin-right:0;
	}

	.makerLinks a .logo{
		margin-bottom:2%;
	}
	.makerLinks a .logo img{
		width:100%;
		height:auto;
	}
	.makerLinks a .name{
		font-size:14rem;
		line-height:1.5;
		padding:0;
	}

}
