@charset "utf-8";

:root {
}

@media screen and (max-width:480px) {
	:root {
	}
}

@media screen and (min-width:481px) and (max-width: 768px) {
	:root {
	}
}

@media screen and (min-width:769px) and ( max-width:1024px) {
	:root {
	}
}

@media screen and (min-width:1025px) and ( max-width:1440px) {
	:root {
	}
}

@media screen and (min-width:1440px) {
	:root {
	}
}








/* リンク */

p a.link img {
	width: var(--Size_80);
}
