/**
 * 画像ブロック レスポンシブ幅・高さ
 */

.post_content .swell-child-responsive-img img,
.editor-styles-wrapper .swell-child-responsive-img img {
	width: var(--swell-img-w-pc);
	height: var(--swell-img-h-pc);
	max-width: 100%;
}

@media screen and (max-width: 959px) {
	.post_content .swell-child-responsive-img img,
	.editor-styles-wrapper .swell-child-responsive-img img {
		width: var(--swell-img-w-tab, var(--swell-img-w-pc));
		height: var(--swell-img-h-tab, var(--swell-img-h-pc));
		max-width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.post_content .swell-child-responsive-img img,
	.editor-styles-wrapper .swell-child-responsive-img img {
		width: var(--swell-img-w-sp, var(--swell-img-w-pc));
		height: var(--swell-img-h-sp, var(--swell-img-h-pc));
		max-width: 100%;
	}
}
