@charset "UTF-8";

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

/* 新エネ大賞 */

.btn-has-arrow-left svg {
	inline-size: 1em;
}

.title-sup {
	right: .5em;
}

.sub-contents {
	padding: 3rem 5%;
	background: #fff;
    margin-top: var(--margin-medium);
}

.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 screen and (width < 768px) {
/* 新エネ大賞 */
.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;
}

}



/* ====================================
	TAB、PC、印刷専用スタイル（768px～）
===================================== */
@media print,
screen and (width >=768px) {



}