/* What's 地域活動 */
@media screen and (max-width: 1199px) {
	/* フッター */
	.whatscfooter {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.whatsc_css {
		padding: 10px 8px !important;
	}

	.whatsc_css h2 {
		font-size: 1.4em !important;
	}

	.whatsc_css p,
	.whatsc_css table td {
		font-size: 1em;
		line-height: 1.8rem;
	}

	.sasie200 {
		display: block;
		width: 50% !important;
		text-align: center !important;
		margin: 0 auto !important;
	}

	.sasie250 {
		display: block;
		width: 50% !important;
		text-align: center !important;
		margin: 0 auto !important;
	}

	.sasie300 {
		display: block;
		width: 50% !important;
		text-align: center !important;
		margin: 0 auto !important;
	}

	.whatsc_menu1 a span.txt {
		display: inline-block;
		padding: 0 8px 6px 8px;
		font-size: 1em;
	}

	.whatsc_title {
		padding: 10px 0 10px 80px;
	}

	.whatsc_title img {
		padding: 8px 20px 8px 20px;
		max-width: 100px;
	}

	.whatsc_title span {
		font-size: 1.2em;
	}

	.tip-tail {
		left: 50%;
		bottom: -9px;
		top: auto;
		right: auto;
		margin: 0 0 0 -10px;
	}

	/* フッター */
	.whatscfooter {
		grid-template-columns: repeat(1, 1fr);
	}
}
