@charset "UTF-8";
/*----------
	IR トップページ
----------*/
/*-----------
	process
----------*/
.process__btn {
	margin: 30px auto 0;
}
.process__image {
	overflow: auto;
	padding-bottom: 8px;
	scrollbar-width: thin;
}
.process__image img {
	min-width: 600px;
}
@media (width >= 768px), print {
	.process__btn {
		max-width: 270px;
		margin-top: 50px;
	}
	.process__image img {
		min-width: 1400px;
	}
}

