@charset "UTF-8";
/* CSS Document */


/*サービス内容　省エネ環境部門*/
.energy_saving .page_title {
	background: url(../img/energy_saving/page_title.jpg) no-repeat center center;
}
.energy_saving main .list {
	margin-bottom: -70px;
}
.energy_saving main .list ul {
	width: auto;
	padding: 30px 28px 45px 28px;
	letter-spacing: -0.5em;
}
.energy_saving main .list li {
	display: inline-block;
	width: 29.296875%;
	vertical-align:top;
	margin: 0 6.0546875% 30px 0;
	letter-spacing: normal;
}
.energy_saving main .list li:nth-child(3n) {
	margin-right: 0px;
}
.energy_saving main .list .button {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #49a9d4;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.energy_saving main .list .button:hover {
	background-color: #009EE2; /*ボタン色*/
}
@media screen and (max-width: 1080px){
.energy_saving main .list {
	margin-bottom: -40px;
}
.energy_saving main .list ul { padding:30px 10px;}
.energy_saving main .list li {
	width: 48%;
	margin: 0 4% 15px 0;
}
.energy_saving main .list li:nth-child(even) {margin-right: 0;}
.energy_saving main .list li:nth-child(odd) {margin-right: 4%;}
}
@media screen and (max-width: 768px){
.energy_saving main .list {
	margin-bottom: 0px;
}
.energy_saving main .list h1 {
	font-size: 20px;
	padding: 23px 14px;
	margin-bottom: 0px;
}
.energy_saving main .list h2 {
	width: 100%;
	font-size: 17px;
	padding: 10px 7px 10px 7px;
	margin-bottom: 0px;
}
}
@media screen and (max-width: 560px){
.energy_saving main .list ul {padding: 30px 0;}
.energy_saving main .list li {
	width: 100%;
	margin: 0 0 15px;
}
.energy_saving main .list li:nth-child(odd){margin-right: 0;}
}


/*水素溶解装置*/
.hydrogen_melting_device .page_title {
	background: url(../img/energy_saving/page_title.jpg) no-repeat center center;
}
.hydrogen_melting_device main .about {
	margin-bottom: -30px;
}
.hydrogen_melting_device main .about p {
	margin-bottom: 1.8em;
}
.hydrogen_melting_device main .about .box01 {
	display: flex;
	margin-bottom: 0px;
}
.hydrogen_melting_device main .about .box01 .comment {
	width: calc(100% - (365px + 65px));
	margin-right: 65px;
}
.hydrogen_melting_device main .about .box01 .comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.hydrogen_melting_device main .about .box01 .img {
	margin-left: auto;
	margin-right: 35px;
	width: 330px;
}
.hydrogen_melting_device main .about .img_number {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.hydrogen_melting_device main .about .img_number .number {
	width: calc(100% - (650px + 70px));
	counter-reset: number;
}
.hydrogen_melting_device main .about .img_number .number section {
	padding-bottom: 10px;
	border-bottom: solid 1px #5ac3e0;
}
.hydrogen_melting_device main .about .img_number .number section:not(:last-of-type) {
	margin-bottom: 10px;
}
.hydrogen_melting_device main .about .img_number .number section h5 {
	position: relative;
	padding: 15px 0 15px 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.hydrogen_melting_device main .about .img_number .number section h5::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #10bdfa;
	color: #FFF;
	font-family: 'Outfit', sans-serif;
	font-size: 2.2rem;
	content: ' ';
}
.hydrogen_melting_device main .about .img_number .number section h5 span ,
.hydrogen_melting_device main .about .img_number .number section h5 em {
	display: block;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: .1em;
}
.hydrogen_melting_device main .about .img_number .number section h5 span {
	font-size: 2.0rem;
	margin-right: .5em;
}
.hydrogen_melting_device main .about .img_number .number section h5 em {
	font-size: 1.5rem;
	color: #24c1fa;
	padding: .4em 1em;
	border-radius: 1.2em;
	background: #edf4f7;
}
.hydrogen_melting_device main .about .img_number .number section h5 + p {
	padding-left: 60px;
}
.hydrogen_melting_device main .about h4 {
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 0.6em;
}
.hydrogen_melting_device main .about h4 span i {
	font-size: 2.4rem;
	font-weight: 500;
}
@media screen and (max-width: 1140px) {
.hydrogen_melting_device main .about .img_number .number {
	width: calc(100% - (50% + 40px));
	counter-reset: number;
}
.hydrogen_melting_device main .about .img_number .number section {
	padding-bottom: 1.0vw;
	border-bottom: solid 1px #5ac3e0;
}
}
@media screen and (max-width: 940px) {
.hydrogen_melting_device main .about .img_number .number section h5 {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.hydrogen_melting_device main .about .img_number .number section h5 span {
	margin-right: 0;
	margin-bottom: .1em;
}
}
@media screen and (max-width: 767px) {
.hydrogen_melting_device main .about {
	margin-bottom: 15vw;
}
.hydrogen_melting_device main .about .box01 {
	display: flex;
	flex-direction: column;
	margin-bottom: 10vw;
}
.hydrogen_melting_device main .about .box01 .comment {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5vw;
}
.hydrogen_melting_device main .about .box01 .img {
	margin-left: inherit;
	margin-right: 0;
	width: 100%;
	padding: 0 10%;
}
.hydrogen_melting_device main .about .img_number {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 10vw;
}
.hydrogen_melting_device main .about .img_number .img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5vw;
}
.hydrogen_melting_device main .about .img_number .number {
	width: 100%;
}
.hydrogen_melting_device main .about .img_number .number section {
	padding-bottom: 1.5vw;
	border-bottom: solid 1px #5ac3e0;
}
.hydrogen_melting_device main .about .img_number .number section:not(:last-of-type) {
	margin-bottom: 5vw;
}
.hydrogen_melting_device main .about .img_number .number section h5 {
	padding: 3vw 0 4vw;
	padding-left: 15vw;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.hydrogen_melting_device main .about .img_number .number section h5::before {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	width: 8vw;
	height: 8vw;
	font-size: 2.0rem;
	content: ' ';
}
.hydrogen_melting_device main .about .img_number .number section h5 span {
	font-size: 2.0rem;
	margin-right: 0;
	margin-bottom: .5em;
}
.hydrogen_melting_device main .about .img_number .number section h5 em {
	font-size: 1.5rem;
	padding: .4em 1em;
}
.hydrogen_melting_device main .about .img_number .number section h5 + p {
	padding-left: 4vw;
}
.hydrogen_melting_device main .about h4 {
	font-size: 2.2rem;
	margin-bottom: 1.2em;
}
.hydrogen_melting_device main .about h4 span i {
	font-size: 1.8rem;
}
}


/*省エネQBing・その他*/
.qbing_others .page_title {
	background: url(../img/energy_saving/page_title.jpg) no-repeat center center;
}
.qbing_others main .about {
	margin-bottom: 80px;
}
.qbing_others main .about p {
	margin-bottom: 1.8em;
}
.qbing_others main .hho_gas {
	margin-bottom: -30px;
}
.qbing_others main .hho_gas p {
	margin-bottom: 1.8em;
}
@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 940px) {
}
@media screen and (max-width: 767px) {
.qbing_others main .about {
	margin-bottom: 15vw;
}
.qbing_others main .hho_gas {
	margin-bottom: 15vw;
}
}
