@charset "utf-8";

/*----------------------------------------------------
再エネ電力卸取引
 ----------------------------------------------------*/
 .page-ttl {
	background-image: url(../img/oroshi/page-ttl-bg.png);
}

#main.oroshi_area {
	padding-bottom: 0;
	margin-bottom: 0;
}

.oroshi-inner .text-box {
	color: #0073bd;
	border-color: #0073bd;
}

.oroshi-inner .gray-b-box {
	margin: 40px auto 100px;
	position: relative;
}

.oroshi-inner .gray-b-box .illust01 {
	width: 16%;
	max-width: 150px;
	position: absolute;
	top: -20px;
	right: 30px;
}

.oroshi-inner .gray-b-box p {
	font-size: 35px;
	line-height: 1.8;
	text-align: center;
}

.oroshi-inner .gray-b-box p .border {
	display: inline-block;
	border-bottom: 5px solid #ee7800;
}

.oroshi-inner .for-box {
	padding-bottom: 100px;
}

.feature-box {
	padding: 100px 0;
}

.feature-box .border-item {
	position: relative;
}

.feature-box .border-item .detail-ttl {
	background: #ee7800;
}

.feature-box .border-item .white-box {
	border-color: #ee7800;
}

.feature-box .illust02 {
	width: 20%;
	max-width: 160px;
	position: absolute;
	top: 170px;
	right: 90px;
	z-index: 20;
}

.feature-box .border-item {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.feature-list .ttl {
	font-size: 28px;
	text-align: center;
	color: #ee7800;
	background: #fcebd9;
	padding: 10px 0;
	margin-top: 30px;
}

.feature-list .ttl .num {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 22px;
	color: #fff;
	border-radius: 50%;
	background: #ee7800;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: 10px;
}

.feature-list .ttl:nth-of-type(1) {
	margin-top: 0;
}

.feature-list .f-text {
	font-size: 24px;
	line-height: 1.5;
	padding-left: 1.8em;
	margin-top: 10px;
	position: relative;
}

.feature-list .f-text::before {
	content: "";
	display: block;
	background-image: url(../img/s-common/icon-arrow03.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 4px;
	left: 0;
}

.dengen-box {
	width: 90%;
	max-width: 1000px;
	background: #fff;
	padding: 40px 40px;
	margin: 0 auto;
}

.for-box .dengen-box h5 {
	line-height: 1.4;
	background: #eceff9;
	border-top: 2px solid #0073bd;
	border-bottom: 2px solid #0073bd;
}

.for-box .dengen-box h5::after {
	content: none;
}

.sisetsu-flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

.sisetsu-flex li {
	width: 48%;
	margin-top: 4%;
}

.sisetsu-flex .ttl-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px auto;
}

.sisetsu-flex .ttl-flex .s-ttl {
	font-size: 24px;
	color: #0073bd;
}

.sisetsu-flex .ttl-flex .s-ttl .small {
	font-size: 0.7em;
}

.sisetsu-flex .ttl-flex .kw {
	font-size: 24px;
	color: #ee7800;
}

.sisetsu-flex .s-text {
	font-size: 18px;
	line-height: 1.3;
}

.dengen-subbox {
	margin-top: 100px;
}

.dengen-subbox .graph {
	margin: 60px auto 40px;
}

.dengen-subbox .hanbai li {
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 15px;
}

.dengen-detail:nth-of-type(n+2) {
	margin-top: 40px;
}

.dengen-note {
	margin-top: 20px;
}

/* タブレット */
@media screen and (max-width: 1180px) {
	/*----------------------------------------------------
 再エネ電力卸取引
 ----------------------------------------------------*/


}



/* スマホ */
@media screen and (max-width: 767px) {

	.oroshi_area .page-ttl h3 img {
		width: 94%;
	}

	.page-ttl h3 span.ttl {
		bottom: -33px;
	}


	/*----------------------------------------------------
 再エネ電力卸取引
 ----------------------------------------------------*/
	.oroshi-inner .gray-b-box {
		padding: 20px 20px;
		margin: 40px auto 50px;
	}


	.oroshi-inner .gray-b-box p {
		font-size: 18px;
	}

	.oroshi-inner .gray-b-box .illust01 {
		width: 22%;
		right: -6px;
	}

	.oroshi-inner .for-box {
		padding-bottom: 50px;
	}

	.feature-box {
		padding: 50px 0;
	}

	.feature-list .ttl {
		font-size: 22px;
	}

	.feature-list .ttl .num {
		width: 28px;
		height: 28px;
		font-size: 20px;
		margin-top: -2px;
	}

	.feature-list .f-text {
		font-size: 18px;
	}
	

	.feature-list .f-text::before {
		width: 20px;
		height: 20px;
	}
	
	.feature-box .illust02 {
		width: 26%;
        top: 80px;
        right: 20px;
	}

	.dengen-box {
		padding: 20px 20px;
	}

	.sisetsu-flex li {
		width: 100%;
		margin-top: 20px;
	}

	.sisetsu-flex li:nth-of-type(n+2) {
		margin-top: 40px;
	}

	.sisetsu-flex .s-text {
		font-size: 14px;
	}

	.sisetsu-flex .ttl-flex .s-ttl {
		font-size: 20px;
	}

	.sisetsu-flex .ttl-flex .kw {
		font-size: 20px;
	}


	.dengen-subbox {
		margin-top: 50px;
	}

	.dengen-subbox .graph {
		margin: 20px auto 40px;
	}


	.js-scrollable.graph {
		overflow-y: hidden !important;
	}

	.js-scrollable.graph img {
		width: 600px;
		max-width: initial !important;
	}


}