body { color: #000; }
.pc-none { display:none!important; }
.sp-none { display:block!important; }
a.disabled { pointer-events: none; }

/* メインビジュアル */
.visual-container {
	background: url(/wp/wp-content/themes/flashforge/images/page/flashdlprint/visual_bg.jpg) no-repeat center #000;
	padding: 140px 0;
}
.visual-box {
	width: 1200px;
	margin: 0 auto;
}
.visual-box .ttl {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}
.visual-box .catch-txt {
	width: 600px;
	margin: 15px 0 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.price-btn {
	display: inline-block;
	margin: 0 5px;
	padding: 6px 50px 7px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border: 3px solid #0067b4;
	border-radius: 30px;
	transition: 0.3s;
}
.price-btn:hover {
	background: #0067b4;
}
.flashdlprint-img {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 896px) {
	body {
		font-size: 14px;
	}
	.pc-none { display:block!important; }
	.sp-none { display:none!important; }

	/* メインビジュアル */
	.visual-container {
		padding: 20px 15px;
		background: url(/wp/wp-content/themes/flashforge/images/page/flashdlprint/visual_bg_sp.jpg) no-repeat bottom center/100% #000;
		flex-direction: column;
	}
	.visual-box {
		width: 100%;;
	}
	.visual-box .ttl { font-size: 32px; }
	.visual-box .catch-txt {
		width: 100%;
		margin: 20px 0 10px;
		font-size: 16px;
	}
	.price-btn {
		width: 100%;
		margin: 20px 5px 280px;
		padding: 4px 0 7px;
		color: #fff;
		font-size: 18px;
	}
}