@font-face {
  font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.gzbizUi-font_h1_Heading {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_h2_Heading {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_h3_Heading {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

@media screen and (max-width: 959px) {
	.gzbizUi-font_h3_Heading {
		font-size: 20px
	}
}

.gzbizUi-font_h4_Heading {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_body1 {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_body2 {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_input {
	font-size: 14px;
	line-height: 1
}

.gzbizUi-font_input_small {
	font-size: 12px;
	line-height: 1
}

.gzbizUi-font_button {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_button_small {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_caption {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0em
}

.gzbizUi-font_micro {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 0em
}

body#subpage main article {
	max-width: 1920px;
	min-width: 768px;
	margin: auto;
	padding-left: 24px;
	padding-right: 24px;
	padding: 32px 24px 40px
}

@media screen and (max-width: 959px) {
	body#subpage main article {
		width: auto;
		max-width: none;
		min-width: auto;
		padding-left: 16px;
		padding-right: 16px
	}
}

@media screen and (max-width: 959px) {
	body#subpage main article {
		padding: 16px 16px 32px
	}
}

body#subpage.electricUsage main article .return {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 8px
}

body#subpage.electricUsage main article .contentsBody {
	margin-top: 32px
}

body#subpage.electricUsage main article .contentsBody .graph .graphHeader
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-bottom: 16px
}

body#subpage.electricUsage main article .contentsBody .graph .graphHeader dl.amountUsed
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

body#subpage.electricUsage main article .contentsBody .graph .graphHeader dl.amountUsed dt
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0em;
	font-weight: 700;
	color: #294184;
	background-color: rgba(112, 131, 184, .2);
	white-space: nowrap
}

body#subpage.electricUsage main article .contentsBody .graph .graphHeader dl.amountUsed dd ul
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

body#subpage.electricUsage main article .contentsBody .graph .graphHeader dl.amountUsed dd ul li
	{
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: gray
}

body#subpage.electricUsage main article .contentsBody .graph .graphHeader dl.amountUsed dd ul li+li::before
	{
	content: "　/　"
}

body#subpage.electricUsage main article .contentsBody .graph .graphHeader .buttons
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

body#subpage.electricUsage main article .contentsBody .graph .graph__wrapper div
	{
	width: 100%
}

@media screen and (max-width: 959px) {
	body#subpage.electricUsage main article .contentsBody .graph .graphHeader
		{
		margin-bottom: 24px
	}
	body#subpage.electricUsage main article .contentsBody .graph .graphHeader dl.amountUsed
		{
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal
	}
	body#subpage.electricUsage main article .contentsBody .graph .graphHeader dl.amountUsed dd ul
		{
		display: block
	}
	body#subpage.electricUsage main article .contentsBody .graph .graphHeader dl.amountUsed dd ul li
		{
		font-size: 12px;
		line-height: 1.5em;
		letter-spacing: 0em
	}
	body#subpage.electricUsage main article .contentsBody .graph .graphHeader dl.amountUsed dd ul li+li::before
		{
		display: none
	}
	body#subpage.electricUsage main article .contentsBody .graph .graph__wrapper
		{
		overflow-x: auto;
		margin-bottom: 32px;
		padding-bottom: 8px
	}
	body#subpage.electricUsage main article .contentsBody .graph .graph__wrapper div
		{
		width: auto
	}
}