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

/*-------------------------
会社案内　ダウンロード
-------------------------*/

.sec-mv {
	background: url(../images/company/bg_mv_company.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.img-download {
	text-align: center;
}
.img-download-li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	text-align: center;
}
.img-download-li a {
	display: inline-block;
}
.img-download-li a:first-child {
	width: 100%;
}
.ttl-dl-download {
	letter-spacing: .24em;
	margin-bottom: 1em;
}
.txt-dl-download {
	letter-spacing: .025em;
}
.img-download .pdf-link {
	text-decoration: underline;
	margin-top: 1em;
	display: inline-block;
}
.img-download .pdf-link:hover {
	text-decoration: none;
}
.dl-download .pdf-link {
	display: inline-block;
	background: url(../images/common/icon_common_white.png) no-repeat right center, #e51c23;
	-webkit-background-size: 1em auto;
	background-size: 1.5em auto;
	color: #fff;
	font-weight: 700;
	padding: 1em 2em 1em 1.5em;
	letter-spacing: .025em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.adobe-link p {
	display: inline-block;
}
.img-download,
.dl-download {
	float: left;
}


/* ====▼ 769px以上 ▼==== */
@media screen and (min-width:769px) {
	.sec-mv {
		padding: 35px 0 30px;
	}
	.sec-download {
		padding-bottom: 80px;
	}
	.img-download {
		width: 232px;
		margin-right: 50px;
	}
	.dl-download {
	}
	.sec-download h3 {
		margin: 20px 0 75px;
	}
	.img-download-li a:first-child {
		margin-bottom: 10px;
	}
	.img-download-li a:nth-child(3) {
		margin: 0 11px;
	}
	.ttl-dl-download {
		font-size: 30px;
		font-style: 3rem;
	}
	.img-download .pdf-link,
	.txt-dl-download {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.dl-download .pdf-link {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 60px 0;
	}
	.adobe-link p {
		margin-left: 1em;
	}
	
}


/* ====▼ 768px以下 ▼==== */
@media screen and (max-width:768px) {
	.sec-mv {
		background: url(../images/company/bg_mv_company_sp.jpg) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: 37% 50%;
	}
	.sec-download {
		padding: 0 4% 10%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ttl-dl-download {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}
	.img-download-li {
		/*width: 70%;*/
		/*margin: 0 auto;*/
	}
	.img-download-li a:not(:first-child) {
		width: 30%;
	}
	.img-download-li a:first-child {
		margin-bottom: 10px;
	}
	.img-download-li a:nth-child(3) {
		margin: 0 5px;
	}
	.img-download .pdf-link,
	.txt-dl-download {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.img-download {
		width: 30%;
		margin-right: 5%;
	}
	.dl-download {
		width: 65%;
	}
	.txt-dl-download {
		margin: 0 0 10%;
	}
	.dl-download .pdf-link {
		margin-bottom: 10%;
	}
	.adobe-link p {
		margin-top: 1em;
	}
}




