@charset "UTF-8";

.p-cguide .p-linkset01__fig-img {
	border: 1px solid #d5d5d5;
	transition: box-shadow 0.3s;
}

@media screen and (min-width: 768px) {
	.p-cguide .p-linkset01__fig-img:hover {
		box-shadow: 0 3px 8px rgb(0 0 0 / 0.1);
	}
}

.p-cguide__materials-request-link {
	padding-bottom: calc(1* var(--base-unit));
}
@media screen and (max-width: 768px) {
	.p-cguide__materials-request-link {
		padding-bottom: calc(1.1* var(--base-unit));
	}
}
