@charset "utf-8";
/*
	================================================================================================
		support pro-cam css index.css
	================================================================================================
*/
/*
	====================================
		layout
	====================================
*/

@media screen and (max-width: 640px) {
	.mod-linkButton {
		min-height: 135px;
	}
}

@media screen and (max-width: 360px) {
	.mod-linkButton {
		min-height: 150px;
	}
}

/* 2025/05/27追記 */
.mod-linkButton {
	min-height: 180px;
}

.Button_productstext {
	text-align: center;
}

@media screen and (max-width: 500px) {
	.mod-linkButton {
		min-height: 177px;
	}
}



