﻿@charset "UTF-8";

/* ▼▼▼ 環境製品 各事業
=====================================*/
/* 共通
-------------------------------------*/
#title_area{
	background: url(../img/business/title_bg.jpg) no-repeat center/cover;
}

section:last-of-type{
	margin-bottom: 0;
}
ul.list > li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}
	ul.list > li#chemitec{
		margin-top: -150px;
		padding-top: 150px;
	}
		ul.list > li#chemitec .more_btn a:after{
			right: 10px;
		}
	ul.list > li div:first-child{
		margin-right: 30px;
	}
	ul.list > li div:first-child img{
		width: 400px;
	}
	ul.list > li div:nth-child(2){
		width: 53%;
	}
	ul.list > li h2{
		font-size: 32px;
		margin-bottom: 10px;
	}
	ul.list > li p.desc{
		font-size: 20px;
		margin-bottom: 30px;
	}
	ul.list > li p.desc span{
		display: block;
		padding-left: 1em;
		margin-top: 10px;
		font-size: 14px;
		font-weight: bold;
		text-indent: -1em;
	}
	ul.list > li h3{
		font-size: 26px;
		margin-bottom: 10px;
	}
/* 課題 checklist */
ul.check{
	padding: 0 40px;
	font-size: 18px;
}
	ul.check li{
		position: relative;
		line-height: 30px;
		padding-left: 40px;
	}
	ul.check li:not(:last-child){
		margin-bottom: 15px;
	}
	ul.check li:before{
		content: "";
		background: url(../img/business/check.png) no-repeat center/contain;
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
	}
/* 製品一覧 */
h3.list_title{
	font-size: 22px;
	padding: 0 40px;
	margin-bottom: 10px;
}
ul.product_link{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 40px;
	font-size: 18px;
}
ul.product_link:not(:last-of-type){
	margin-bottom: 30px;
}
	ul.product_link li{
		border-bottom: 1px dotted #707070;
		width: 50%;
		padding-bottom: 10px;
		margin-bottom: 10px;
		text-indent: -1em;
		padding-left: 1em;
	}
	ul.product_link li.full{
		width: 100%;
	}
	ul.product_link li a{
		display: table-cell;
		vertical-align: middle;
		color: #0977CB;
		text-decoration: underline;
		padding-right: 30px;
	}
	ul.product_link li a:hover{
		text-decoration: none;
	}
	/* ul.product_link li a:after{
		display: inline-block;
		content: "";
		width: 10px;
		height: 10px;
		border-right: 1px solid #0977CB;
		border-top: 1px solid #0977CB;
		border-bottom: 0;
		border-left: 0;
		margin-left: 10px;
		vertical-align: baseline;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	} */

/* 製品情報詳細
-------------------------------------*/
.wrap{
	border-bottom: 1px dotted #ddd;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.detail_desc{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
	.detail_desc:not(:last-of-type){
		margin-bottom: 30px;
	}
	.detail_desc > p{
		width: 15%;
		margin-left: 20px;
	}
	.detail_desc > p img{
		max-height: 156px;
	}
	.detail_desc > div p{
		margin-bottom: 20px;
	}
	.detail_desc > div ul{
		padding-top: 10px;
	}
	.detail_desc > div li,
	.detail_data dd{
		line-height: 2;
	}
	.detail_desc > div li:before{
		content: "■";
		margin-right: .5em;
	}
	.detail_desc > div li{
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
.photo_list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.photo_list li{
		width: 48%;
		margin-bottom: 40px;
	}
	.photo_list li:nth-child(odd){
		margin-right: 4%;
	}
	.photo_list li p:not(.photo){
		margin-top: 10px;
	}
	.photo_list li p.photo{
		height: 343px;
	}

.detail_data > li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
	.detail_data > li:not(:last-child){
		margin-bottom: 40px;
	}
	.detail_data .photo{
		margin-right: 40px;
	}
	.detail_data .photo img{
		max-width: 400px;
	}
	.detail_data dl:not(:last-child){
		margin-bottom: 20px;
	}
	.detail_data dt{
		margin-bottom: 10px;
		font-size: 26px;
		font-weight: bold;
	}
	.detail_data dd > p{
		margin-bottom: 10px;
	}
	.detail_data dd li{
		text-indent: -1.5em;
		padding-left: 1.5em;
		line-height: 1.6;
	}
	.detail_data dd ul{
		margin-top: 10px;
	}
	.detail_data dd li:before{
		content: "■";
		margin-right: .5em;
	}

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
ul.list > li{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
	ul.list > li#chemitec{
		margin-top: 0;
		padding-top: 0;
	}
		ul.list > li#chemitec .more_btn a:after{
			right: 20px;
		}
	ul.list > li div:first-child{
		margin: 0 0 10px;
	}
	ul.list > li div:first-child img{
		width: 100%;
	}
	ul.list > li div:nth-child(2){
		width: 100%;
	}
	ul.list > li h2{
		font-size: 22px;
		margin-bottom: 5px;
	}
	ul.list > li p.desc{
		font-size: 16px;
		margin-bottom: 15px;
	}
	ul.list > li p.desc span{
		display: block;
		font-size: 12px;
		margin-top: 10px;
	}
	ul.list > li h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	/* 課題 checklist */
ul.check{
	padding: 0 20px;
	font-size: 16px;
}
	ul.check li{
		line-height: 1.6;
		padding-left: 35px;
	}
	ul.check li:not(:last-child){
		margin-bottom: 10px;
	}
	ul.check li:before{
		width: 25px;
		height: 25px;
	}
/* 製品一覧 */
h3.list_title{
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 5px;
}
ul.product_link{
	padding: 0 20px;
	font-size: 16px;
}
	ul.product_link:not(:last-of-type){
		margin-bottom: 20px;
	}
	ul.product_link li{
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	ul.product_link li:last-child{
		margin: 0;
	}
/* 製品情報詳細
-------------------------------------*/
.wrap{
	padding-bottom: 30px;
	margin-bottom: 30px;
}
	.detail_desc:not(:last-of-type){
		margin-bottom: 30px;
	}
	.detail_desc > p{
		max-width: 70px;
		width: 100%;
		margin: 0 10px;
	}
	.detail_desc > p img{
		height: 100px;
	}
	.detail_desc > div p{
		margin-bottom: 10px;
	}
	.detail_desc > div ul{
		padding-top: 5px;
	}
	.detail_desc > div li,
	.detail_data dd{
		line-height: 1.8;
	}
.photo_list{
	margin-bottom: 20px;
}
	.photo_list li{
		width: 100%;
		margin-bottom: 15px;
	}
	.photo_list li:nth-child(odd){
		margin-right: 0;
	}
	.photo_list li p:not(.photo){
		margin-top: 5px;
	}
	.photo_list li p.photo{
		height: 63vw;
	}
.detail_data > li{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.detail_data > li:not(:last-child){
		margin-bottom: 30px;
	}
	.detail_data .photo{
		margin: 0 0 20px;
	}
	.detail_data .photo img{
		max-width: 100%;
	}
	.detail_data dl:not(:last-child){
		margin-bottom: 10px;
	}
	.detail_data dt{
		margin-bottom: 0;
		font-size: 18px;
	}
}

/* 350px以下 */
@media screen and (max-width: 350px) {
}
