@charset "UTF-8";
@media screen and (min-width: 481px) {
	footer {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.contact-footer {
		position: fixed;
		display: flex;
		bottom: 0;
		width: 100%;
		z-index: 1000;
	}
	.contact-footer a {
		position: relative;
		display: block;
		width: 50%;
		color: #fff;
		font-weight: 700;
		text-align: center;
		line-height: 80px;
		font-size: 16px;
		padding-left: 25px;
		background-size: 25px auto;
		background-repeat: no-repeat;
	}
	.contact-footer-tel {
		background-image: url(https://wata-support.jp/wp-content/uploads/2024/03/ico-tel.png);
		background-color: #e20002;
		background-position: 30% center;
	}
	.contact-footer-mail {
		background-color: #003988;
		background-image: url(https://wata-support.jp/wp-content/uploads/2024/03/ico-mail.png);
		background-position: 15% center;
	}
}
@media screen and (max-width: 360px) {
	.contact-footer a {
		font-size: 15px;
		padding-left: 15px;
		background-size: 20px auto;
	}
}
