@charset "UTF-8";

#header {
	display: none;
}

.section.articleBasicModule .content {
	margin-top: calc(38 / 750 * 100vw);
}

.section.articleBasicModule .inner .box {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	gap: calc(42 / 750 * 100vw) 0;
}

.section.articleBasicModule .pc-c3__sp-r .inner {
	width: calc(330 / 750 * 100vw);
}

.section.articleBasicModule .box .inner + .inner {
	margin-top: 0;
}
