.visual_top_pc {
	width: 100%;
	margin:  70px 0 0;
	padding: 50px 0 70px;
	text-align: center;
	background-image: url(../../files/home/bg_home_products.png);
	background-color: #141c2b;
	background-repeat: no-repeat;
	background-position: calc(((100vw - 970px) / 2) - 265px) -16px;
}
.visual_top_pc > div {
	margin: -100px 0 0;
	padding: 0;
}

.visual_top_pc > div > img {
/* 	width: 640px;
	height: initial; */
}

.visual_top_sp {
	display: none;
}

.article_contents {
	width: 970px;
	margin:  0 auto;
	padding: 0 0 30px;
}
.article_nav {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	float: left;
	width: 360px;
	margin: -100px 0 0;
	padding: 0;
}
.article_main {
	float: right;
	width: 610px;
	margin:  0;
	padding: 0;
}

.wrapper_h1_article {
	margin:  50px 0 0;
	padding: 0 0 0 15px;
	border: 4px solid #aadbf6;
	border-width: 0 0 0 4px;
	border-image: linear-gradient(to bottom, #aadbf6 0%, #bb80b4 100%);
	border-image-slice: 1;
}

h1.h1_article {
	height: 50px;
	margin:  0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2;
	transition: all 0.3s;
}
h1.h1_article.active {
	color: #243a94;
	color: #384d62;
}
h1.h1_article.small {
	font-size: 21px;
	line-height: 22px;
}

h2.h2_article {
	margin:  0;
	padding: 50px 0 1em;
	color: #243a94;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

.article_nav_line {
	width: 30px;
	margin:  0;
	padding: 60px 0 0;
	border-bottom: 3px solid #243a94;
}

ul.ul_article_nav {
	margin:  0;
	padding: 0;
}
ul.ul_article_nav > li {
	margin:  0;
	padding: 1.5em 0 0;
	font-weight: bold;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1;
}
ul.ul_article_nav > li a {
	color: #aaa;
}
ul.ul_article_nav > li a:hover, 
ul.ul_article_nav > li a.active {
	color: #243a94;
}

/****************************
  bread_crumb
*****************************/

#bread_crumb {
	margin:  0;
	padding: 10px 40px 110px 0;
	color: #333;
}
#bread_crumb > a, 
#bread_crumb > span {
	margin:  0;
	padding: 0;
	color: #333;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.4;
}
#bread_crumb > a.lower::before, 
#bread_crumb > span::before {
	padding-right: .4em;
	padding-left:  .3em;
	font-family: 'fontawesome';
	content: '\f105';
}

#bread_crumb > a:hover {
	color: #09f;
	text-decoration: none;
}

#bread_crumb > a.lower:hover::before {
	color: #333;
}

/****************************
  profile
*****************************/

h3.h3_profile {
	margin:  0;
	padding: 1em 0 1em;
	color: #243a94;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1;
}

.wrapper_line {
	width: 100%;
	height: 3px;
	margin:  0;
	padding: 0;
	background-color: #d9d9d9;
	position: relative;
}
.wrapper_line > div {
	position: absolute;
	z-index: 1;
	width: 8em;
	height: 3px;
	background-color: #243a94;
}

dl.dl_profile {
	display: table;
	margin:  0;
	padding: 1em 0;
}
dl.dl_profile > dt,
dl.dl_profile > dd { 
	display: table-cell;
	margin:  0;
	padding: 0 .5em;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	line-height: 1.4;
}
dl.dl_profile > dt {
	width: 8em;
	color: #243a94;
	font-weight: bold;
}
dl.dl_profile > dd {
	color: #000;
	font-weight: normal;
}

dl.dl_profile > dd span {
	padding-right: 1em;
}

dl.dl_profile > dt.ls {
	letter-spacing: .5em;
}

dl.dl_profile > dd > table {
	margin:  0;
	padding: 0;
}
dl.dl_profile > dd > table th, 
dl.dl_profile > dd > table td {
	margin:  0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
}
dl.dl_profile > dd > table th {
	padding: 0 1em 0 0;
}
dl.dl_profile > dd > table td {
	padding: 0;
}

.map_access {
	width: 100%;
	height: 650px;
}

.wrapper_link_googlemap {
	width: 100%;
	margin:  0;
	padding: 1em 0 0;
	text-align: right;
}
a.link_googlemap {
	display: inline-block;
	margin:  0;
	padding: .8em .7em;
	border: 1px solid #243a94;
	color: #fff;
	transition: .3s;
}
a.link_googlemap:link, 
a.link_googlemap:visited {
	background-color: #243a94;
	text-decoration: none;
}
a.link_googlemap:hover, 
a.link_googlemap:active {
	background-color: #fff;
	color: #243a94;
	text-decoration: none;
}
a.link_googlemap:after {
	font-family: 'fontawesome';
	content: '\f04b';
	padding-left: .6em;
	vertical-align: .1em;
	font-size: 90%;
}

/****************************
  suppliers
*****************************/

.article_nav.suppliers {
	width: 240px;
}
.article_main.suppliers {
	width: 730px;
}

.wrapper_suppliers_list {
	display: table;
	width: 100%;
	margin:  50px 0 0;
	padding: 2em 0;
	background-color: #f3f3f3;
}
ul#ul_suppliers1, 
ul#ul_suppliers2 {
	display: table-cell;
	width: 50%;
	margin:  0;
	padding: 0;
}
ul#ul_suppliers2 {
	border-left: 2px solid #ccc;
}
ul#ul_suppliers1 > li, 
ul#ul_suppliers2 > li {
	margin: 0;
	line-height: 1.5;
}
ul#ul_suppliers1 > li {
	padding: 0 0 0 2em;
}
ul#ul_suppliers2 > li {
	padding: 0 0 0 2em;
}

/****************************
  products
*****************************/

h2.h2_article_nav_products {
	margin:  0;
	padding: 60px 0 0;
	color: #243a94;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
}
.article_nav_line_products {
	width: 30px;
	margin:  0;
	padding: 20px 0 0;
	border-bottom: 3px solid #243a94;
}

.article_nav_products_link {
	margin:  0;
	padding: 30px 0 0;
	text-align: left;
}
.article_nav_products_link > a, 
.article_main_products_link > a {
	display: inline-block;
	margin:  0;
	padding: .5em 1em .7em;
	border: 2px solid #243a94;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	transition: .3s;
}
.article_nav_products_link > a:link, 
.article_nav_products_link > a:visited, 
.article_main_products_link > a:link, 
.article_main_products_link > a:visited {
	background-color: #243a94;
	text-decoration: none;
}
.article_nav_products_link > a:hover, 
.article_nav_products_link > a:active, 
.article_main_products_link > a:hover, 
.article_main_products_link > a:active {
	background-color: #fff;
	color: #243a94;
	text-decoration: none;
}
.article_nav_products_link > a:before, 
.article_main_products_link > a:before {
	font-family: 'fontawesome';
	content: '\f002';
	padding-right: .4em;
	vertical-align: 0;
	font-weight: normal;
	font-size: 140%;
}
.article_nav_products_link > a:after, 
.article_main_products_link > a:after {
	font-family: 'FontAwesome';
	content: '\f04b';
	padding-left: .5em;
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
}

.article_main_products_link {
	width: 100%;
	margin:  0;
	padding: 50px 0 30px;
	text-align: left;
}
.article_main_products_link > a {
	width: 100%;
	font-size: 20px;
}

p.p_products_summary {
	margin:  0;
	padding: 50px 0 0;
	text-align: justify;
	color: #000;
	font-size: 1em;
	line-height: 1.5;
}

ul.ul_products_index {
	margin:  0;
	padding: 0;
}
ul.ul_products_index > li {
	display: inline-block;
	width:  270px;
	margin:  0 0 30px;
	padding: 0;
	vertical-align: top;
}

ul.ul_products_index > li:nth-child(even) {
	margin-left: 70px;
}

ul.ul_products_index > li > p {
	margin:  1em 0 0;
	padding: 0 0 0 1em;
	border-left: 3px solid #243a94;
	text-align: left;
	font-size: 1em;
	line-height: 1.5;
}

ul.ul_products_index > li > a {
	display: table;
	width:  270px;
	height: 270px;
	margin:  0;
	padding: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
ul.ul_products_index > li#chemical > a {
	background-image: url(../../files/home/home_products_chemical.jpg);
}
ul.ul_products_index > li#hygienic > a {
	background-image: url(../../files/home/home_products_hygienic.jpg);
}
ul.ul_products_index > li#metal > a {
	background-image: url(../../files/home/home_products_metal.jpg);
}
ul.ul_products_index > li#construction > a {
	background-image: url(../../files/home/home_products_construction.jpg);
}
ul.ul_products_index > li#textile > a {
	background-image: url(../../files/home/home_products_textile.jpg);
}
ul.ul_products_index > li#electirc > a {
	background-image: url(../../files/home/home_products_electirc.jpg);
}

ul.ul_products_index > li > a b {
	display: table-cell;
	width:  190px;
	height: 190px;
	margin:  0;
	padding: 0;
	background-color: rgba(0, 0, 0, .5);
	vertical-align: middle;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.7;
	position: relative;
}

ul.ul_products_index > li span {
	display: block;
	position: absolute;
	/* 	bottom: 20px; */
	top: 150px;
	left: 0%;
	width:  100%;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

ul.ul_products_index > li span::after {
	font-family: 'FontAwesome';
	content: '\f04b';
	padding-left: .5em;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 1;
}

ul.ul_products_index > li > a:hover {
	color: #243a94;
	text-decoration: none;
}

ul.ul_products_index > li > a:hover b {
	background-color: rgba(255, 255, 255, .85);
}

p.p_products_notice {
	margin:  0;
	padding: 1.5em 0 0;
	text-align: left;
	color: #000;
	font-size: 1em;
	line-height: 1.2;
}

#suppliers_list {
	width: 100%;
	margin:  0;
	padding: .8em 1em;
	background-color: #f3f3f3;
	text-align: justify;
	font-size: .9em;
	line-height: 1.7;
}
#suppliers_list > li {
	display: inline;
}
#suppliers_list > li::before {
	content: '／';
}
#suppliers_list > li:first-child::before {
	content: '';
}

/****************************
  products collapse
*****************************/

.button_collapse {
	display: table;
	width: 100%;
	height: 38px;
	margin: -2px 0 0;
	cursor: pointer;
}
.button_collapse > div {
	display: table-cell;
	vertical-align: middle;
	transition: all 0.3s;
	-webkit-user-select: none;
            user-select: none;
}
.button_collapse > div.left {
	width: 110px;
	padding: 0 0 0 5px;
	border: 2px solid #243a94;
	background-color: #fff;
	text-align: center;
	color: #243a94;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 5px;
}
.button_collapse > div.left.alphabet {
	letter-spacing: normal;
}

.button_collapse.active > div.left {
	background-color: #243a94;
	color: #fff;
}
.button_collapse > div.right {
	padding: 0;
	border-top:    2px solid transparent;
	border-bottom: 2px solid #d9d9d9;
	border-right:  0px solid transparent;
	border-left:   0px solid transparent;
	background-color: transparent;
	text-align: right;
}

.icon_collapse {
	display: inline-block;
	width:  16px;
	height: 16px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	position: relative;
}
.icon_collapse span {
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #243a94;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.icon_collapse span:nth-child(1) {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.icon_collapse span:nth-child(2) {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.button_collapse.active > div.right .icon_collapse span:nth-child(1) {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
}
.button_collapse.active > div.right .icon_collapse span:nth-child(2) {
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

/* UL */

.wrapper_collapse {
	width: 100%;
	background-color: #f3f3f3;
}

ul.ul_products {
	clear: both;
	list-style-type: disc;
	width: 100%;
	margin:  0;
	padding: .5em 0 1em 130px;
	padding: .5em 0 1em 2.5em;
}
ul.ul_products > li {
	width: 100%;
	margin: 0;
	padding: .4em 0;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.3;
}

@media (min-width: 400px) {
	ul.ul_products {
		display: flex;
		flex-wrap: wrap;
	}
	ul.ul_products > li {
		width: calc(100% / 2);
	}
}
@media (min-width: 768px) {
	ul.ul_products > li {
		width: calc(100% / 3);
		padding: .4em 2em .4em 0;
	}
}
