#text .btn_dl {
	position: relative;
	display: inline-block;
	padding: 0.8em 1em 0.8em 3.8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	background: url(../images/text/icon_download.png) no-repeat left center #14982B;
	background-size: contain;
	border: solid 10px #14982B;
	border-radius: 3em;
}


@media only screen and (max-width: 767px) {
	#text #contents p {
		line-height: 1.8;
	}

	#text .btn_dl {
		font-size: 2rem;
	}
}

@media only screen and (min-width: 768px) {
	#text #contents p {
		font-size: 2rem;
		line-height: 2;
	}

	#text .btn_dl {
		font-size: 2.4rem;
	}
}