@charset "UTF-8";

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

ZEB

=================================================*/
.top-catch {
	color: #000;
	background: url("../images/zeb/main_img01.jpg") center center / 100% auto no-repeat; background-size: cover;
}
.zeb {
	margin: 50px 0 40px;
	padding: 0;
}
.zeb-content {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.zeb-content-header {
	margin: 0 -50px 50px;
}
.zeb-content-header p {
	margin: 30px 0 0;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.6;
}
.zeb-content-header p:nth-last-of-type(2) {
	margin: 50px 0 0;
}
.zeb-content-header p:last-child {
	margin: 5px 0 0;
	color: #bf0012;
}
.zeb-content-body h2 {
	margin: 30px 0 0;
	padding: 12px 0 14px;
	color: #FFF;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1;
	background-color: #1d2080;
}
.zeb-content-body h2.space {
	margin-top: 70px!important;
}

.zeb-content-body p {
	width: 790px;
	margin: 20px auto 30px;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.9rem;
	line-height: 1.6;
}
.zeb-content-body figcaption {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1;
}
.zeb-content-body ol {
	width: 790px;
	margin: 20px auto 30px;
	padding: 0;
	text-align: left;
	font-size: 1.9rem;
	line-height: 1.6;
}
.zeb-content-body ol li {
	margin: 0 auto;
}
.zeb-content-body ol.type02 {
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.zeb-content-body ol.type02 li {
	margin: 0 auto 10px;
	padding: 0 0 0 1.5em;
	text-indent: -1.4em;
}
.zeb-content-body ol.type03 {
	margin: 0 auto;
}

.zeb-content-body ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px auto;
	padding: 0;
}
.zeb-content-body ul li {
	width: 48.2758%;
	margin: 15px 0;
}
.zeb-content-body ul li h2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 66px;
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.4;
}
.zeb-content-body ul li h2 span {
	color: #FFCA00;
}
.zeb-content-body ul li p {
	margin: 5px 0 0;
	padding: 0;
}

.solar {
	position: relative;
	width: 870px;
	height: 45px;
	margin: 80px auto;
	padding: 11px 0;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 900;
	line-height: 1;
	background-color: #D4922D;
}
.solar::before,
.solar::after {
	content: '';
	display: block;
	position: absolute;
}
.solar::before {
	top: 0;
	left: 0;
	border-bottom: 45px solid transparent;
	border-left: 50px solid #C65514;
}
.solar::after {
	top: 0;
	right: 0;
	border-top: 45px solid transparent;
	border-right: 50px solid #C65514;
}
.solar a {
	color: #FFF;
}


@media screen and (max-width: 835px) {

	.zeb {
		margin: 30px 0 40px;
		padding: 0 20px;
	}
	.zeb-content {
		width: 100%;
	}

	.zeb-content-header {
		margin: 0 0 30px;
	}
	.zeb-content-header p {
		font-size: 1.8rem;
	}
	.zeb-content-header p:nth-last-of-type(2) {
		margin: 30px 0 0;
	}

	.zeb-content-body h2 {
		padding: 12px 10px 14px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.zeb-content-body h2.space {
		margin-top: 30px!important;
	}
	.zeb-content-body p {
		width: 100%;
		font-size: 1.4rem;
	}
	.zeb-content-body figcaption {
		font-size: 1.2rem;
	}
	.zeb-content-body ol {
		width: 100%;
		font-size: 1.4rem;
	}
	.zeb-content-body ol li {
		padding: 0 0 0 1em;
		text-indent: -1em;
	}

	.zeb-content-body ul {
		margin: 20px auto;
		padding: 0;
	}
	.zeb-content-body ul li {
		width: 100%;
		margin: 15px 0;
	}
	.zeb-content-body ul li h2 {
		height: auto;
		margin: 0 0 15px;
		padding: 12px 0 14px;
		font-size: 1.6rem;
	}
	.zeb-content-body ul li p {
		margin: 5px 0 0;
		padding: 0;
	}
	
	.solar {
		width: 100%;
		height: 40px;
		margin: 40px auto;
		padding: 11px 0;
		font-size: 1.4rem;
	}
	.solar::before {
		border-bottom: 40px solid transparent;
		border-left: 40px solid #C65514;
	}
	.solar::after {
		border-top: 40px solid transparent;
		border-right: 40px solid #C65514;
	}

}
