@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

/* SVG */
.chevron-right {
	inline-size: .6em;
	block-size: 1em;
}
/* ボタン */

.has-arrow-left {
	margin-top: 3rem;
	font-weight: 500;
}

/* 新エネ大賞 */

.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;
}

.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) {

	.sub-contents .btn-has-arrow-left:hover {
		background-color: transparent;
		text-decoration: underline;
	}
	
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {
	/* ボタン */
.btn-spec {
	margin-top: 2rem;
}

/* 新エネ大賞 */
.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;
}

}
