/* Products */

#page_heading h5 .label {
	font-size: 0.8em;
}

#products_summary .button a {
	padding-right: 2.4em;
	padding-right: 2.7em;
	font-size: 1em !important;
}
#products_summary .button a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	transform: translateY(-50%);
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/common/icon_more.png) no-repeat center / 100%;
}

#products_summary_image {
	margin-bottom: 7.5em;
}
.section h3.title {
	font-size: 1.6em;
}
.section h4.title {
	font-size: 1.4em;
}
.section h5.title {
	font-size: 1.2em;
}
#products_microbial .block:not(:last-of-type) {
	margin-bottom: 3.5em;
	padding-bottom: 3.5em;
	border-bottom: 1px solid #ccc;
}
.products_contents_text {
	float: left;
	width: 47%;
}
.products_contents_text p:not(:last-of-type) {
	margin-bottom: 1em;
}
.products_contents_image {
	position: relative;
	float: right;
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
}
#products_proem1_summary {
	margin-bottom: 3em;
}
#products_proem1_summary p:not(:last-of-type) {
	margin-bottom: 1em;
}
.products_proem1_pane {
	float: left;
	width: 48%;
}
.products_proem1_pane:nth-of-type(even) {
	float: right;
}
.products_products_proem1_image {
	position: relative;
	margin-bottom: 2em;
	border-radius: 10px;
	overflow: hidden;
}
.products_proem1_video {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.products_proem1_video iframe {
	display: block;
	width: 100%;
	height: 100%;
}
#_products_emcertification_desc p:not(:last-of-type) {
	margin-bottom: 1em;
}
#products_emcertification .buttons {
	margin-top: 3.5em;
}
#products_emcertification_desc {
	margin-bottom: 3.5em;
}
#products_emcertification_desc .button {
	margin-top: 0;
}


/* .products_features {
	position: absolute;
	bottom: 10px;
	left: 20px;
	margin: 0 !important;
	width: calc(100% - 40px);
}
.products_features li {
	float: left;
    margin-bottom: 1em;
	margin-right: 1em;
    padding: 0.5em 1em 0.6em 1.1em;
	font-size: 0.8em;
    line-height: 1.2em;
    background: #ededed;
	border: 1px solid #ccc;
    border-radius: 50vh;
    overflow: hidden;
} */
.products_features {
	margin-bottom: 1.5em;
}
.products_features h6 {
	margin-bottom: 1em;
	font-weight: 500;
}
.products_features ul {
	margin: 0;
}
.products_features li {
	float: left;
    margin-bottom: 1em;
	margin-right: 1em;
 	margin-right:  0.5em;
   padding: 0.5em 1em 0.6em 1.1em;
	font-size: 0.9em;
    line-height: 1.2em;
    background: #ededed;
    background: #fff;
	border: 1px solid #ccc;
    border-radius: 50vh;
    overflow: hidden;
}
.products_proem1_links li a {
	position: relative;
	display: block;
	padding-left: 28px;
	text-indent: 0;
}
.products_proem1_links li a::before {
	position: absolute;
	top: 1px;
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	background: #f3f3f3 url(../images/common/icon_reference.png) no-repeat center / 20px;
}
#products_emcertification .heading {
	float: left;
	width: 45%;
	margin-right: 2.5%;
	padding-right: 2.5%;
	border-right: 1px solid #ccc;
}
#products_emcertification .heading h3.title {
	float: none;
}
#products_emcertification .heading .button {
	float: left;
}
#products_emcertification .content {
	float: right;
	margin-bottom: 4em;
	width: 50%;
}
#products_emcertification .products_slides {
	clear: both;
}
#products_fake_pane {
	position: relative;
	padding: 3.5em 5em 3.5em 230px;
	padding: 4.5em 5em 3.5em 230px;
	/* border: solid 1px #eee; */
	border-radius: 12px;
	background: #fff;
}
#products_fake_pane::before {
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
	content: '!';
	font-size: 8em;
	font-weight: 500;
}
#products_fake_pane h3 {
	margin-bottom: 0.8em;
	font-size: 2em;
	font-weight: 500;
}
#products_fake_pane .button {
	margin-top: 2em;
}

/*
common.cssに移行
#products_summary_link {
	border: solid 1px #eee;
	border-radius: 6px;
	overflow: hidden;
}
#products_summary_link_image {
	float: left;
	width: 39%;
	width: 30%;
	width: 300px;
	height: 100%;
	background: url(../images/about/products_summary_link_image.jpg) no-repeat center / cover;
}
#products_summary_link_text {
	float: right;
	padding: 3em 3em 0 3em;
	padding: 2.5em 3em;
	width: 61%;
	width: 70%;
	width: calc(100% - 300px);
}
#products_summary_link_text h3.title {
	font-size: 1.1em;
}

#products_summary_link_text ul {
	margin-top: 1.5em;
}
#products_summary_link_text li {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 1.5em;
	font-size: 1em;
	font-weight: 500;
}
#products_summary_link_text li:not(:last-of-type) {
	margin-bottom: 0.5em;
	margin-right: 1.5em;
}
#products_summary_link_text li a {
	display: inline-block;
	position: relative;
	padding-left: 27px;
}
#products_summary_link_text li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/common/icon_more_black.png) no-repeat center / 100%;
}
*/