@charset "UTF-8";

/* AdSense CSS
---------------------------------------------- */
.ads-wrapper {
	margin: auto;
	padding: 32px 0;
}

.ads-container-300 {
	margin: auto;
	width: 300px;
	height: 250px;
	background-color: #eee;
	text-align: center;
	overflow: hidden;
}
.ads-mobile .ads-container-300 {
	background-color: #fff;
}


@media (max-width: 575px) {
	.ads-mobile {
		display: block;
	}
	.ads-pc {
		display: none;
	}
}
@media (min-width: 576px) {
	.ads-mobile {
		display: none;
	}
	.ads-pc {
		display: block;
	}
}


@media (max-width: 650px) {
	.ads-pc .ads-container-300 + * {
		margin-top: 16px;
	}
}
@media (min-width: 651px) {
	.ads-wrapper.ads-pc {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ads-pc .ads-container-300 {
		margin: 0 8px;
	}
}