@charset "UTF-8";

/* ▼▼▼ 製品紹介
======================================================*/
/* ▼▼▼ 共通
---------------------------------------- */
.title_wrap h1.title {
    background: url(../img/products/title_bg_pc.jpg) no-repeat center center/cover;
	}
	#products.top section{margin-bottom: 0;}
/* ▼▼▼ 扉ページ
---------------------------------------- */
/* タブ切り替え */
.tab{
	display: flex;
	justify-content: center;
	}
	.tab li{
		cursor: pointer;
	}
	.tab_contents .inner,
	.tab_contents2 .inner{
		display: none;
	}
	.tab_contents .inner.active,
	.tab_contents2 .inner.active{
		display: block;
	}
/* タブ切り替え */
#top_products .tab li,
#top_products .sp_menu {
	background: #EDF2F2;
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #003E8E;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	position: relative;
	}
	#top_products .sp_menu {display: none;}
	#top_products .tab li::before,
	#top_products .sp_menu::before {
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		margin-left: 5px;
		border-top: 1px solid #003E8E;
		border-right: 1px solid #003E8E;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		bottom: 10px;
		left: 46%;
		}
	#top_products .tab li:not(:first-child)::after{
		content: "";
		border-left: 2px dotted #003E8E;
		height: 60px;
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 2;
	}
	#top_products .tab li.selected,
	#top_products .tab li:hover,
	#top_products .sp_menu.active{
		background: #003E8E;
		color: #EDF2F2;
	}
	#top_products .tab li.selected::before,
	#top_products .tab li:hover::before{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	#top_products .tab li.selected::after,
	#top_products .tab li.selected + li::after{
		border: none;
	}
	#top_products .tab_contents{
		background: #003E8E;
		position: relative;
		overflow: hidden;
	}
	#top_products .tab_contents::before{
		content: "";
		background: url(../img/top/bg_02.png) no-repeat center/contain;
		width: 502px;
		height: 532px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#top_products .inner{
		max-width: 1000px;
		padding: 50px 30px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	#top_products .inner ul{
		display: flex;
		flex-wrap: wrap;
	}
	#top_products .inner ul li{
		background: #fff;
		width: 32%;
	}
	#top_products .inner ul li:not(:nth-child(3n)){
		margin-right: 2%;
	}
	#top_products .inner ul li:nth-child(-n + 3){
		margin-bottom: 25px;
	}
	#top_products .inner ul li p.ph + p{
		padding: 15px 0;
		text-align: center;
	}
	#top_products a{
		display: block;
		color: #003E8E;
	}
/* 業種から探す */
#top_products .inner ul.spimg {
	margin-top: 25px;
	}
	#top_products .inner ul.spimg li{
		width: 49%;
		}
		#top_products .inner ul.spimg li:last-child{
			margin-right: 0;
			}
/* 用途 */
#top_products .ico_list li a{
	display: flex;
	padding: 20px;
	align-items: center;
	}
	#top_products .ico_list li a p{
		width: calc(100% - 70px);
		}
		#top_products .ico_list li a p.ico{
			width: 95px;
			}
/* tag
---------------------------------------- */
#tag{
	padding: 60px 0;
	}
	#tag ul{
		display: flex;
		flex-wrap: wrap;
		}
		#tag ul li a{
			display: block;
			padding: 5px 15px;
			margin: 0 15px 15px 0;
			border: 1px solid #000;
			border-radius: 20px;
			color: #333;
			}
			#tag ul li a:hover {
				background: #000;
				color: #fff;
				opacity: 1;
				}

/* ▼▼▼ 一覧ページ共通
---------------------------------------- */
.products_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom:50px;
	}
.products_list:last-of-type{
	margin-bottom: 70px;
	}
.products_list > li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width:32%;
	border:1px solid #000;
	padding:25px;
	margin-right: 20px;
	margin-bottom:2%;
	}
	.products_list > li:nth-child(3n){
		margin-right: 0;
		}
.products_list > li .products_img{
	width:100%;
	height:200px;
	}
.products_list > li .products_img img{
	align-self:flex-start;
	}
.tag{
	display: flex;
	flex-wrap: wrap;
	}
	.tag li a{
		display: block;
		padding: 5px 15px;
		margin: 0 15px 10px 0;
		border: 1px solid #ccc;
		color: #333;
		font-size:14px;
		line-height: 1.4;
		}
		.tag li a:hover {
			background: #000;
			color: #fff;
			opacity: 1;
			}
			.tag li:last-of-type a{
				margin-bottom:0;
				}

/* 蒸留設備一覧
---------------------------------------- */
.list_02_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}
.list_02_nav li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:32%;
	}
	.list_02_nav li:not(:last-child){
		margin-right: 25px;
		}
.list_02_nav li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width:100%;
	height:100px;
	border-radius: 10px;
	background: #2769be; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #2769be 0%, #003e8e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #2769be 0%,#003e8e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #2769be 0%,#003e8e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2769be', endColorstr='#003e8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size:20px;
	font-weight:500;
	position: relative;
	}
.list_02_nav li a:link,
.list_02_nav li a:hover,
.list_02_nav li a:visited{
	color:#fff;
	}
.list_02_nav li a::before {
	content: '';
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: solid 1px #fff;
	border-radius: 7px;
	position: absolute;
	top: 4px;
	left: 4px;
	}
.list_02_nav li a::after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
/* 液化ガス機器取扱企業
---------------------------------------- */
table.handling_company {
	border: 1px solid #ccc;
	}
	table.handling_company tr th{
		width: 240px;
		background: none;
		border-right: none;
		text-align: left;
	}
	table.handling_company tr td{
		border-left: none;
	}

/* 画像・テキスト横並び構造（画像幅30%）
---------------------------------------- */
.imgtext_2col_w30{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	}
.imgtext_2col_w30 p:first-of-type{
	width:30%;
	}
.imgtext_2col_w30 p:last-of-type{
	width:66%;
	}
.imgtext_2col_w30 p:last-of-type img{
	padding:20px 0 0 0;
	}

/* 画像・テキスト横並び構造（画像幅40%）
---------------------------------------- */
.imgtext_2col_w40{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	}
.imgtext_2col_w40 p:first-of-type{
	width:40%;
	}
.imgtext_2col_w40 p:last-of-type{
	width:56%;
	}
.imgtext_2col_w40 p:last-of-type img{
	padding:20px 0 0 0;
	}

/* ▼▼▼ 製品詳細共通
---------------------------------------- */
.products_cat{
	text-align: center;
	margin:0 auto 5px;
	}
.products_cat p{
	display: inline-block;
	background: #003E8E;
	border-radius:14px;
	padding:3px 10px;
	color:#fff;
	font-size:14px;
	text-align: center;
	}
.boder_b {
	border-bottom: 2px dotted #333;
	padding-bottom: 60px;
	margin-bottom: 40px;
	}
	.sub_title_bl {
		margin-bottom: 10px;
		font-size: 18px;
		color: #003E8E;
		}

/* ▼▼▼ 蒸留とは
---------------------------------------- */
#products.about_plant .table_wrap table.gray_table tr th {
	vertical-align: middle;
	}
#products.about_plant .table_wrap table.gray_table tr:not(:first-child) th{
	min-width: 210px;
	}
#products.about_plant #attention dl {
	margin-bottom: 30px;
	}
	#products.about_plant #attention dl dt,
	#products.about_plant #attention dl dd {
		margin-bottom: 5px;
		}
		#products.about_plant #attention dl dd{
			padding-left: 20px;
			}
			#products.about_plant #attention dl dd.sub_dd{
				padding-left: 30px;
				}

/* ▼▼▼ 留塔の構造
---------------------------------------- */
#products.structure table.gray_table th{
	width: 235px;
	}
/* ▼▼▼ 省エネルギーと蒸留プロセス
---------------------------------------- */
#products.energy .inner{
	display: flex;
	}
#products.energy ol.bold li{
	text-indent: -1em;
	padding-left: 1em;
	}
	#products.energy .inner .photo,
	#products.energy .inner .txt{
		flex: 1;
		}
		#products.energy .inner .photo{
			margin-right: 20px;
			}
#products.energy .gray_table.th_left th.bg_bl{
	text-align: center;
	}
/* ▼▼▼ モンツパック
---------------------------------------- */
#products.montzpack .gray_table img[src*="montzpack"]{
	max-width: 400px;
	min-width: 400px;
	}

/* ▼▼▼ NK Pack 高性能規則充填物
---------------------------------------- */
/* ラインナップ*/
sup{
    vertical-align: super;
    font-size: smaller;
  }

/* 四角い背景の番号 */
.listmark_square li{
	padding:0 0 0 40px;
	margin-bottom:20px;
	position: relative;
	}
.listmark_square li:first-of-type::before,
.listmark_square li:nth-of-type(2)::before{
	content:'1';
	display: inline-block;
	width:32px;
	height:32px;
	background: #003E8E;
	margin:0 0 15px 0;
	color:#fff;
	font-size:20px;
	font-family: 'Oswald', sans-serif;
    font-weight: normal;
	text-align: center;
	line-height: 1.5;
	position:absolute;
	top:0;
	left:0;
	}
.listmark_square li:first-of-type::before{
	content:'1';
	}
.listmark_square li:nth-of-type(2)::before{
	content:'2';
	}

/* ▼▼▼ 蒸発濃縮設備
---------------------------------------- */
/*  蒸発濃縮設備
---------------------------------------- */
/* 色付きナンバー */
.number_bl {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #003E8E;
	margin-right: 5px;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
	text-indent: 0;
	vertical-align: 2px;
	}
/* ナビ */
#sub_nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	}
	#sub_nav li{
		width: 33.3333%;
		height: 60px;
		border-left: 1px solid #ccc;
		margin-bottom: 30px;
		}
		#sub_nav li:last-child{
			border-right: 1px solid #ccc;
			}
			#sub_nav li a{
				display: flex;
				align-items: center;
				justify-content: center;
				height: 60px;
				color: #333;
				text-align: center;
				position: relative;
				}
				#sub_nav li a::after {
					display: block;
					content: '';
					width: 5px;
					height: 5px;
					border-top: #003E8E 1px solid;
					border-right: #003E8E 1px solid;
					position: absolute;
					top: calc(50% - 3px);
					right: 12px;
					-webkit-transform: rotate(135deg);
					-moz-transform: rotate(135deg);
					-ms-transform: rotate(135deg);
					transform: rotate(135deg);
					}

/* 設備化のポイント */
.list_circle {
	display: flex;
	flex-wrap: wrap;
	max-width: 660px;
	margin: 0 auto;
	}
	.list_circle li{
		width:200px;
		height: 200px;
		border: 1px solid #003E8E;
		border-radius: 50%;
		padding: 25px;
		margin: 0 25px 25px 0;
		}
		.list_circle li:nth-child(3n) {
			margin-right: 0;
			}
			.list_circle li span{
				display: block;
				margin-bottom: 20px;
				font-size: 30px;
				color: #003E8E;
				text-align: center;
				}
				.list_circle li p{
					display: flex;
					align-items: center;
					justify-content: center;
					min-height: 50px;
					font-size: 18px;
					text-align: center;
					}
					.list_circle + p{
						color: #003E8E;
						font-size: 20px;
						text-align: center;
						}
/* 注意点への対応 */
.number_dl dt{
	margin-bottom: 10px;
	color: #003E8E;
	font-size: 26px;
	}
	.number_dl dt span{
		display: inline-block;
		width: 40px;
		height: 40px;
		background: #003E8E;
		margin-right: 10px;
		border-radius: 50%;
		color: #fff;
		text-align: center;
		line-height: 40px;
		}
		.number_dl dd{
			margin-bottom: 30px;
			}
/* 分類と形式 */
.list_dl {
	display: flex;
	flex-wrap: wrap;
	}
	.list_dl dl{
		flex: 1;
		border: 1px solid #ccc;
		}
		.list_dl dl.boder_left_none{
			border-left: none;
			}
			.list_dl dl dt{
				background: #F5F5F5;
				border-bottom: 1px solid #ccc;
				padding: 20px;
				}
				.list_dl dl dd{
					border-bottom: 1px solid #ccc;
					padding: 20px;
					}
					.list_dl dl dd.boder_bottom_none{
						border-bottom: none;
						}
						.list_dl p {
							width: 100%;
							border: 1px solid #ccc;
							border-top:none;
							padding: 20px;
							}
#products.evaporation .table_wrap .gray_table th,
#products.evaporation .table_wrap .gray_table td {
	max-width: 290px;
	}
	#products.evaporation .table_wrap .gray_table .pd5 {
		padding: 5px;
		}
		#products.evaporation .table_wrap .gray_table tr .mw60,
		#products.evaporation .table_wrap .gray_table tr td.v_middle {
			max-width: 60px!important;
			min-width: 60px!important;
			}
			#products.evaporation .table_wrap .gray_table .v_middle {
				text-align: center;
				}
/*  納入実績・事例紹介 */
dl.boder_box {
	padding: 20px 30px;
	border: 1px solid #003E8E;
	border-radius: 20px;
	}
	dl.boder_box dd {
		padding-left: 1.3em;
		margin-bottom: 10px;
		text-indent: -1.3em;
		}
		.title_square {
			margin-bottom: 20px;
			color:#003E8E;
			font-size: 26px;
			}
			.title_square::before {
				display: inline-block;
				content: "";
				width: 15px;
				height: 15px;
				margin-right: 10px;
				background:#003E8E;
				vertical-align: middle;
				}
/* ▼▼▼ 特殊材･法規
---------------------------------------- */
#products.special_materials .title_wrap h1.title {
	background: url(../img/products/title_bg_special_materials.jpg) no-repeat center center/cover;
	}
#products.special_materials section .inner {
	display: flex;
	}
	#products.special_materials section .inner .txt{
		width: 64%;
		}
		#products.special_materials .container section a{
			color: #003E8E;
			text-decoration: underline;
			}
			#products.special_materials section a:hover{
				text-decoration: none;
				}
				#products.special_materials section .inner .photo{
					width: 36%;
					margin-left: 40px;
					order: 2;
					}
#products.special_materials .gray_box{
	background: #F5F5F5;
	padding: 25px;
	}
	#products.special_materials .bg_bl02{
		text-align: center;
		}
/* 特殊材料（耐食材料）対応 */
#products.special_materials .inner figure{
	flex: 1;
	}
	#products.special_materials .inner figure img{
		margin-bottom: 5px;
		}
		#products.special_materials .inner figure:nth-child(1){
			margin-right: 35px;
			}
/* 納入実績 */
#products.special_materials table tr th:nth-child(1) {
	width: 280px;
	}

/* products用contact */
#f_contact.products_detail {
	padding: 60px 0;
	}

/* 英語ページ
======================================================*/
:lang(en) #products .main_inner {
	display: flex;
	}
	:lang(en) #products .main_inner .photo{
		flex: 1;
		margin-right: 30px;
		}
		:lang(en) #products .main_inner .photo img{
			width: 100%;
			margin-bottom: 10px;
			}
			:lang(en) #products .main_inner .txt{
				flex: 2.5;
				}
/* 画像が長い場合 */
:lang(en) #products .main_inner .photo.long{
	height: 450px;
	text-align: center;
	}
	:lang(en) #products .main_inner .photo.long img{
		width: auto;
		height: 100%;
		}
/* 四角 */
:lang(en) #products ul.list_square li {
	text-indent: -1.2em;
	padding-left: 1.2em;
	margin-bottom: 5px;
	position: relative;
	}
	:lang(en) #products ul.list_square li::before {
		display: inline-block;
		content: "";
		width: 13px;
		height: 13px;
		background: #003E8E;
		margin-right: 7px;
		vertical-align:-1px;
		text-indent: 0;
		}
:lang(en) #products .small_text{
  font-size:14px;
}
/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
/* ▼▼▼ 共通
---------------------------------------- */
.title_wrap h1.title {
    background: url(../img/products/title_bg_sp.jpg) no-repeat center center/cover;
	}

/* ▼▼▼ 扉ページ
---------------------------------------- */
/* タブ切り替え */
#top_products .tab{
	display: none;
	}
/* アコーディオンボタン */
#top_products .sp_menu {
	display: block;
	position: relative;
	}
#top_products .sp_menu::after{
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	border-bottom: 2px dotted #003E8E;
	position: absolute;
	bottom: -2px;
	z-index: 999;
	}
	#top_products .sp_menu.boder_none::after,
	#top_products .sp_menu.active::after{
		display: none;
		}
		#top_products .sp_menu::before {
			bottom: 15px;
			left: 48%;
			}
			#top_products .sp_menu.active::before {
				border-bottom: 1px solid #fff;
				border-left: 1px solid #fff;
				bottom: 10px;
				}
#top_products .inner{
	display: none;
	padding: 40px 15px;
	}
	#top_products .inner ul{
		display: block;
	}
	#top_products .inner ul li{
		width: 100%;
	}
	#top_products .inner ul li:not(:nth-child(3n)),
	#top_products .inner ul li:nth-child(-n + 3){
	margin: 0 auto 20px;
	}
/* 業種から探す */
#top_products .inner ul.spimg li{
	width: 100%;
	}
	#top_products .inner ul.spimg li:last-child{
		margin: 0;
		}

/* tag
---------------------------------------- */
#tag{
	padding: 50px 0;
	}
	#tag ul li a{
		margin: 0 10px 15px 0;
		font-size: 14px;
		}
/* ▼▼▼ 一覧ページ共通
---------------------------------------- */
.products_list{
	display: block;
	}
	.products_list > li,
	.products_list > li:nth-child(3n){
		width:100%;
		margin:0 0 20px;
		}


/* 蒸留設備一覧
---------------------------------------- */
.list_02_nav{
	display: block;
	}
	.list_02_nav li{
		display: block;
		width:100%;
		margin:0 0 10px 0;
		}
	.list_02_nav li:last-of-type a{
		font-size:18px;
		}
	.list_02_nav li a{
		height:75px;
		}


/* 画像・テキスト横並び構造（画像幅30%）
---------------------------------------- */
.imgtext_2col_w30{
	display:block;
	}

.imgtext_2col_w30 p:first-of-type{
	width:100%;
	margin:0 0 20px 0;
	}
.imgtext_2col_w30 p:last-of-type{
	width:100%;
	}

/* 画像・テキスト横並び構造（画像幅40%）
---------------------------------------- */
.imgtext_2col_w40{
	display:block;
	}

.imgtext_2col_w40 p:first-of-type{
	width:100%;
	margin:0 0 20px 0;
	}
.imgtext_2col_w40 p:last-of-type{
	width:100%;
	}
/* ▼▼▼ 製品詳細共通
---------------------------------------- */
.boder_b {
	padding-bottom: 30px;
	margin-bottom: 20px;
	}
	.sub_title_bl {
		font-size: 15px;
		}
/* ▼▼▼ 蒸留とは
---------------------------------------- */
#products.about_plant .table_wrap table.gray_table tr:not(:first-child) th{
	min-width: 140px;
	}
	#products.about_plant .table_wrap table.gray_table tr td{
		min-width: 40px;
		}
/* ▼▼▼ 留塔の構造
---------------------------------------- */
#products.structure table.gray_table th{
	width: auto;
	}
	#products.structure table.gray_table .sp_none{
		padding: 0;
    border: none;
		}

/* ▼▼▼ 省エネルギーと蒸留プロセス
---------------------------------------- */
#products.energy .inner{
	display: block;
	}
	#products.energy .inner .photo{
		margin: 0 auto 10px;
		}

/* ▼▼▼ モンツパック
---------------------------------------- */
#products.montzpack .gray_table img[src*="montzpack"]{
	max-width: 200px;
	min-width: 200px;
	}

/* ▼▼▼ NK Pack 高性能規則充填物
---------------------------------------- */
/* 四角い背景の番号 */
.listmark_square li{
	padding: 0 0 0 35px;
	}
.listmark_square li:first-of-type::before,
.listmark_square li:nth-of-type(2)::before{
	width: 24px;
	height: 24px;
	font-size: 15px;
	line-height: 1.5;
	top: 2px;
	}

/* ▼▼▼ 蒸発濃縮設備
---------------------------------------- */
/*  蒸発濃縮設備
---------------------------------------- */
/* 色付きナンバー */
.number_bl {
	vertical-align: 1px;
	}
/* ナビ */
#sub_nav {
	display: block;
	margin-bottom: 50px;
	}
	#sub_nav li{
		width: 100%;
		height: 70px;
		border: 1px solid #ccc;
		margin-bottom: 10px;
		}
		#sub_nav li a{
			height: 70px;
			}

/* 設備化のポイント */
.list_circle {
	justify-content: center;
	}
	.list_circle li{
		width: 150px;
		height: 150px;
		padding: 17px;
		margin: 0 20px 20px 0;
		}
		.list_circle li:nth-child(3n) {
			margin: 0 20px 20px 0;
			}
			.list_circle li:nth-child(2n) {
				margin-right: 0;
				}
				.list_circle li span{
					margin-bottom: 15px;
					font-size: 24px;
					}
					.list_circle li p{
						min-height: 45px;
						font-size: 16px;
						}
						.list_circle + p{
							font-size: 16px;
							}
/* 注意点への対応 */
.number_dl dt{
	font-size: 20px;
	}
	.number_dl dt span{
		width: 35px;
		height: 35px;
		line-height: 35px;
		}
		.number_dl dd{
			margin-bottom: 20px;
			}
/* 分類と形式 */
.list_dl {
	display: block;
	}
	.list_dl dl{
		border-bottom: none;
		}
		.list_dl dl.boder_left_none{
			border-left: 1px solid #ccc;
			border-top: none;
			}
			.list_dl dl dt,
			.list_dl dl dd {
				padding: 15px;
				}
				.list_dl dl dd.boder_bottom_none{
					border-bottom: 1px solid #ccc;
					}
					.list_dl p {
						width: 100%;
						border: 1px solid #ccc;
						border-top:none;
						padding: 20px;
						}
/* 代表的な蒸発缶の概要と使用例 */
#products.evaporation #sec03 dd {
	padding-left: 1.3em;
	text-indent: -1.3em;
	}
/*  納入実績・事例紹介 */
dl.boder_box {
	padding: 20px;
	}
/* ▼▼▼ 特殊材･法規
---------------------------------------- */
#products.special_materials section .inner {
	display: block;
	}
	#products.special_materials section .inner .txt{
		width: 100%;
		}
		#products.special_materials section .inner .photo{
			width: 100%;
			margin: 0 auto 10px;
			}
#products.special_materials .gray_box{
	padding: 20px;
	}
/* 特殊材料（耐食材料）対応 */
#products.special_materials .inner figure:nth-child(1){
	margin:0 auto 20px;
	}
/* 納入実績 */
#products.special_materials table tr th:nth-child(1) {
	width: 150px;
	}

/* products用contact */
#f_contact.products_detail {
	padding: 40px 0;
	}
	#f_contact.products_detail .inner p{
		text-align: left;
		}


/* 英語ページ
======================================================*/
:lang(en) #products .main_inner {
	display: block;
	}
	:lang(en) #products .main_inner .photo{
		margin: 0 auto;
		text-align: center;
		}
		:lang(en) #products .main_inner .photo img{
			width:auto;
			margin:0 auto 10px;
			}
			/* 写真複数 */
			:lang(en) #products .main_inner div.photo {
				display: flex;
				}
				:lang(en) #products .main_inner div.photo p{
					flex: 1;
					margin: 0 5px 0 0;
					}
					:lang(en) #products .main_inner div.photo p:last-child{
						margin-right: 0;
						}
/* 画像が長い場合 */
:lang(en) #products .main_inner .photo.long,
:lang(en) #products .main_inner .photo.long img{
	height: auto;
	}
/* 四角 */
:lang(en) #products ul.list_square li::before {
	width: 11px;
	height: 11px;
	}

}
