﻿@charset "UTF-8";

/*============= SP =============*/

@media screen and (min-width: 560px) {
	/* ------ 560px~ ------ */
}

@media screen and (min-width: 960px) {
	/* ------ 960px~ ------ */
	.cnt__tbl__ttl {
		min-width: auto;
	}
}
