@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */


/* 特長ポップアップボタン */
.btn-feature-open {
	margin: var(--margin-small) auto 0;
}

.list-ps25 {
	margin-top: 1em;
}

.list-ps25 li {
	line-height: 2;
	margin: 0 auto;
	width: 70%; 
}

/* 新エネ大賞 */

.sub-contents {
	padding: 3rem 5%;
}

.sub-contents h4 {
	font-size: 1.8rem;
}

.sub-contents .flex-item:has(.text) {
	flex: 1 0;
}

.sub-contents .flex-item.nature_technology:has(img) {
	inline-size: 28%;
	margin-left: 3rem;
	align-self: center;
}

.sub-contents .btn-has-arrow-left {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-column-gap: .8em;
	inline-size: fit-content;
	block-size: fit-content;
	align-items: center;
	font-weight: 500;
	border: none;
	background-color: transparent;
	color: #222;
	border-radius: 5px;
	padding: .5em 0em;
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 1.3;
}

.sub-contents .btn-has-arrow-left:hover {
	background-color: transparent;
	text-decoration: underline;
}

.f20 {
	font-size: 1.2rem;
	text-align: center;
}

.f10 {
	font-size: 1.3rem;
	text-align: center;
	margin-top: 1rem;
}

.energy-captionList {
	margin-top: 1rem;
}

.energy-text {
	margin-top: 3rem;
	font-size: 1.6rem;
}

/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {
	.list-ps25 li {
		width: 90%;
	}

		/* 新エネ大賞 */
	.sub-contents h4 {
		font-size: 1.6rem;
	}

	.energy-text {
		font-size: 1.4rem;
	}

	.sub-contents .flex-container {
		flex-direction: column;
	}

	.sub-contents .flex-item.nature_technology:has(img) {
		inline-size: auto;
		height: auto;
		margin-left: 0;
		text-align: center;
}

.sub-contents .flex-item.nature_technology img{
	max-inline-size: 20rem;
}

.sub-contents .btn-has-arrow-left {
	font-size: 1.4rem;
}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {
}

/* ====================================
	タブレット専用スタイル（768px～1080px）
===================================== */
@media screen and (768px <=width < 1080px) {}