@charset "utf-8";

/* ==================================================

	[ POWER CONFIG ]

*/
#contents h1 {
	background: unset;
	padding: 30px 40px;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 30px;
	text-align: center;
}

.powerconfig {
	padding: 0px 40px;
}

.powerconfig h2 {
	max-width: 460px;
	border-bottom: 3px solid #003F7A;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 40px auto;
	position: relative;
}

.powerconfig h2::before {
	position: absolute;
	content: "";
	background: #F99B43;
	width: 100px;
	height: 3px;
	bottom: -3px;
	left: 0;
}

.powerconfig h3 {
	font-size: 26px;
	font-weight: bold;
}

.powerconfig h4 {
	font-size: 24px;
	font-weight: bold;
}

.powerconfig span {
	background: unset;
	color: unset;
	font-weight: unset;
}

.powerconfig ul li {
	font-size: 18px;
}

.powerconfig p {
	font-size: 18px;
}

/* マージン */
.mg-10-b {
	margin-bottom: 10px;
}

.mg-40-b {
	margin-bottom: 40px;
}

.mg-10-t {
	margin-top: 10px;
}

.mg-40-t {
	margin-top: 40px;
}

.mg-100-t {
	margin-top: 100px;
}

/* データ色 */
.powerconfig .data .color01 {
	background-color: #ffc000;
}

.powerconfig .data .color00 {
	background-color: #eaeef0;
}

/* 円グラフ */
.powerconfig .data__img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.powerconfig .data__img .pie__chart {
	width: 100%;
	max-width: 380px;
}

.powerconfig .data__img .data__catgory {
	width: 100%;
	max-width: 650px;
	padding-left: 40px;
}

/* 横棒グラフ */
.powerconfig .data__wrap {
	display: flex;
}

.powerconfig .data__graph {
	display: flex;
	flex-shrink: 0;
	flex-basis: 700px;
	font-weight: 700;
	font-size: 24px;
}

.powerconfig .data__graph div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}

.powerconfig .data__graph div span {
	font-size: 20px;
	font-weight: bold;
}

/* データカテゴリ */
.powerconfig .data__list {
	padding-left: 40px;
}

.powerconfig .data__list li {
	display: flex;
	margin-bottom: 1em;
	line-height: 1.5;
	align-items: center;
}

.powerconfig .data__list li i {
	flex-shrink: 0;
	display: block;
	position: relative;
	top: 0.1em;
	margin-right: 12px;
	width: 20px;
	height: 20px;
}

/* メニュー別CO₂排出係数 */
.powerconfig .l-scroll-sp .l-scroll-sp__wrap .w-50-sp .c-table th {
	font-size: 18px;
	font-weight: bold;
}

.powerconfig .l-scroll-sp .l-scroll-sp__wrap .w-50-sp .c-table td {
	font-size: 18px;
}

/* TB */
@media only screen and (max-width: 980px) {
	.powerconfig .data__wrap {
		display: block;
	}

	.powerconfig .data__list {
		margin-top: 20px;
		padding-left: 0;
	}
}

/* SP */
@media only screen and (max-width: 768px) {

	/* 円グラフ */
	.powerconfig .data__img {
		display: block;
		align-items: none;
		justify-content: none;
	}

	.powerconfig .data__img .pie__chart {
		width: 70%;
		max-width: 380px;
		display: block;
		margin: 0px auto;
	}

	.powerconfig .data__img .data__catgory {
		width: 80%;
		max-width: 400px;
		display: block;
		margin: 10px auto;
		padding-left: 0px;
	}

	/* 横棒グラフ */
	.powerconfig .data__graph {
		font-size: 18px;
	}

	.powerconfig .data__graph>div {
		height: 60px;
	}
}