@charset "UTF-8";

/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : products.css
-------------------------------------------------*/
.c5-pc{
	display: block;
}
.c5-sp{
	display: none;
}

.s5-pickupLinks__item{
/*	width: 33%;*/
}

.RelatedContents__Inner{
	width: 100%;
}

.clm_ttl{
	font-size: 20px;
	line-height: 1.5;
	border-bottom: 1px solid #2f353d;
	padding: 0 0 10px 0;
}

.info_safety_color {
	color: #009591;
	background: url(../images/safty_arrow.png) left 40% no-repeat;
}
.info_easy_color {
	color: #008cc9;
	background: url(../images/easy_arrow.png) left 40% no-repeat;
}

/*1903 add*/
.c5_pro_list {
	width: 100%;
}
.c5_pro_list tr td{
	padding-bottom: 15px;
	vertical-align: text-top;
}

.c5_pro_list tr td:first-child{
	width: 10%;
	text-align: left;
	color: #83838f;
	font-size: 12px;
}
.c5_pro_list tr td:last-child{
	width: 80%;
	text-align: left;
	font-size: 14px;
}

.s5-catalogs__item{
	width: 50%;
}
.s5-catalogs__image{
	width: 20%;
}
.s5-catalogs__image img{
	max-width: 85px;
}

/*safty for use*/
.clm_info_flex{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: static;
}
.fl-contents{
	position: relative;
}

.fl-contents.c5_left{
	width: 100%;
}


.fl-contents img{
	max-width: 100%;
}
.fl-contents .clm_info_link{
	position: absolute;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	bottom: 4%;
  left: 4%;
}
.fl-contents .clm_info_link li{
	float: left;
	margin-right: 1.5em;
}
.fl-contents .clm_info_link li a{
	padding: 5px 0 5px 1.6em;
}
.fl-contents .clm_info_link li a:hover{
	opacity: .8;
}

.fl-contents.c5_left li a:hover{
	color: #009591;
}



/*ピックアップタイトル非表示*/
.s5-header2{
	display: none;
}

.c5_img_adobe p{
	margin-bottom: 10px;
}
.c5_img_adobe img{
	width: auto;
	max-width: 158px;
}
.mb75{
	margin-bottom: 75px;
}
.mb85{
	margin-bottom: 85px;
}
.s5-pickupLinks__text{
	line-height: 1.5;
}


.clm04{
	margin-bottom: 60px;
}
.clm__bnr{
	margin-bottom: 70px;
}


.s5-pickupLinks__eyecatcher,
.s5-pickupLinks__text{
	font-family: sans-serif;
	font-size: .875rem;
}


.c5-listttl_wrap{
	border-bottom: 1px solid #2f353d;
}
.c5-listttl_wrap .clm_ttl{
	border-bottom: none;
	margin: 0;
}

.clm_note{
	text-align: right;
	margin: 10px 0 0;
}

.RelatedContents__Image{
	height: auto;
}


@media screen and (max-width:640px){

	.c5-pc{
		display: none;
	}
	.c5-sp{
		display: block;
	}

	.s5-pickupLinks__item{
		width: 50%;
	}

	.c5_pro_list tr td:first-child{
		width: 20%;
	}
	.c5_pro_list tr td:last-child{
		width: 70%;
	}

	.s5-catalogs{
		padding: 0;
	}
	.s5-catalogs__item{
		width: 100%;
	}

	.clm_info_flex{
		display: block;
	}

	.fl-contents.c5_left{
		width: 100%;
	}

	.mb75{
		margin-bottom: 37.5px;
	}
	.mb85{
		margin-bottom: 42.5px;
	}

	.clm04{
		margin-bottom: 50px;
	}
	.clm__bnr{
		margin-bottom: 30px;
	}


	.c5-listttl_wrap .clm_ttl{
		padding-bottom: 0;
	}

	.clm_note{
		text-align: left;
	}


}
