﻿@charset "utf-8";
:root {
	/* text */
	--sw-text-color-4: #878787;
	--sw-text-color-5: #505050;
	/* border */
	--sw-border-color-4: #878787;
	/* background */
	--sw-background-color-4: #a6a6a6;
	--sw-background-color-5: #5c5c5c;

	/* corporate-color */
	--sw-corporate-color: #013D88;
}
body {
	color: var(--sw-text-color-5);
}

/* --------------------------------------------------
   summary
-------------------------------------------------- */
.second section p > span {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}
.second section p img {
	width: calc(100vw / 5);
	margin: 1rem auto 0;
	display: block;
}
@media (max-width: 768px) {
	.sub-contents {
        margin: 1.5rem 10px;
    }
	.second section p img {
		width: calc(100vw / 3.4);
	}
	.chartLegend {
        margin-bottom: 0 !important;
    }
}
