/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2025 | 06:00:20 */
@media (max-width: 768px) {
	#site_loader_logo img {
		width: 200px;
		height: 200px;
	}
	#header_logo img {
		width: 200px;
		height: calc(50px * 200/250);
	}
	#index_fixed_content img {
		width: 200px;
		height: 200px;
	}
	.catch.common_headline {
		font-size: 20px!important;
	}
	#footer_logo img {
		width: 200px;
		height: calc(180px * 200/300);
	}
}


/* トップページ */
@media (max-width: 768px) {
	#body.home p {
		text-align: left;
	}
}