/* PAGE TITLE
=========================================================================
=========================================================================*/
#products .page_title {
	background: url(../img/products/page_title_bg.jpg) center bottom no-repeat;
	background-size: cover;
}

/* ----- タイトル ----- */
#products .page_title h1::before {
	content: 'Products';
}

/* 内容
=========================================================================
=========================================================================*/
#products .contents.container {
	padding-bottom: 0;
}

#products .category {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #E4E4E4;
}

/* ----- カテゴリータイトル ----- */
#products .category h2 {
	margin-bottom: 0.5em;
	font-size: 35px;
	font-size: 3.5rem;
}

/* ----- キャプション ----- */
#products .category h3 {
	margin-bottom: 40px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #6EA9B1;
}

/* ----- リスト ----- */
#products .category ul {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

#products .category ul li {
	position: relative;
	width: calc(560 / 1170 * 100%);
	text-align: left;
}

#products .category ul li .photo {
	float: left;
	width: calc(190 / 560 * 100%);
}

#products .category ul li .photo img {
	border: 1px solid #E9E9E9;
}

#products .category ul li .info {
	position: relative;
	float: right;
	width: calc(350 / 560 * 100%);
	padding-bottom: 60px;
}

#products .category ul li p.cat {
	display: inline-block;
	margin-bottom: 14px;
	padding: 0.3em 2.0em;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	background: #333;
	border-radius: 3px;
}

#products .category ul li h4 {
	margin-bottom: 0.5em;
	font-weight: 900;
	font-size: 15px;
	font-size: 1.5rem;
}

#products .category ul li p.headline {
	margin-bottom: 14px;
	font-size: 12px;
	font-size: 1.2rem;
}

/* ----- ボタン ----- */
#products ul li .button a {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 100%;
}

/* 商品詳細：共通
=========================================================================
=========================================================================*/
/* ----- タイトル ----- */
#products.detail .title {
	margin-bottom: 100px;
	width: 100%;
	background: linear-gradient(90deg, #93D2DA 0%, #93D2DA 50%, #F7F7F7 50%, #F7F7F7 100%);
}

#products.detail .title .title_container {
	overflow: hidden;
	display: table;
	margin: 0 auto;
	width: 1170px;
	min-height: 400px;
	text-align: center;
}

@media (max-width:1210px) {
	#products.detail .title .title_container {
		padding: 0 20px;
		width: 100%;
	}
}

#products.detail .title .text {
	display: table-cell;
	position: relative;
	width: 50%;
	height: 100%;
	text-align: left;
}

#products.detail .title .text .widget {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	margin: 0 auto;
	width: calc(420 / 585 * 100%);
}

#products.detail .title p.cat {
	display: inline-block;
	margin-bottom: 14px;
	padding: 0.3em 2.0em;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	background: #333;
	border-radius: 3px;
}

#products.detail .title h2 {
	margin-bottom: 0.2em;
	font-weight: 900;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.4em;
}

#products.detail .title h2 span {
	display: block;
	font-size: 25px;
	font-size: 2.5rem;
}

#products.detail .title p.headline {
	font-weight: 900;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4em;
	color: #FFF;
}

#products.detail .title .photo {
	display: table-cell;
	width: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ----- 見出し・テキスト ----- */
#products.detail h3.detail {
	position: relative;
	margin-bottom: 2.2em;
	padding-bottom: 0.3em;
	font-weight: 900;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.4em;
	text-align: center;
}

#products.detail h3.detail::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background: #93D2DA;
}

#products.detail h4.detail {
	margin-bottom: 1.0em;
	padding: 0.5em 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4em;
	color: #6EA9B1;
	text-align: center;
	border-top: 1px solid #6EA9B1;
	border-bottom: 1px solid #6EA9B1;
}

#products.detail h4.detail span {
	color: #333;
}

#products.detail p {
	margin-bottom: 1.5em;
}

#products.detail p.margin_b {
	margin-bottom: 4.0em;
}

#products.detail p.large {
	margin-bottom: 1.5em;
	font-weight: 900;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4em;
}

#products.detail p.large span {
	color: #6EA9B1;
}

#products.detail .text_center {
	text-align: center;
}

#products.detail ul.normal {
	padding-left: 1.5em;
	list-style: disc;
}

#products.detail ul.normal li {
	margin-bottom: 0.5em;
}

/* ----- オンラインショップで購入 ----- */
#products.detail .button_container {
	padding: 60px 20px;
	text-align: center;
}

/* ----- こんな方におすすめ ----- */
#products.detail .container_m.recommend {
	overflow: hidden;
}

#products.detail .container_m.recommend .photo {
	float: left;
	width: calc(420 / 900 * 100%);
}

#products.detail .container_m.recommend .text {
	float: right;
	width: calc(440 / 900 * 100%);
}

#products.detail .container_m.recommend h4.recommend {
	margin-bottom: 1.0em;
	font-weight: 900;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4em;
	color: #6EA9B1;
}

#products.detail .container_m.recommend ul {
	padding-left: 1.5em;
	font-size: 20px;
	font-size: 2.0rem;
	list-style: circle;
}

#products.detail .container_m.recommend ul li {
	margin-bottom: 0.5em;
}

/* ----- 背景画像ありキャプション ----- */
#products.detail .subtitle_bg {
	position: relative;
	height: 455px;
}

#products.detail .subtitle_bg h3.subtitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 0 20px;
	width: 100%;
	font-weight: 900;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.4em;
	color: #FFF;
	text-align: center;
}

/* ----- ご愛用者の声 ----- */
#products.detail ul.voice {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

#products.detail ul.voice li {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 20px 0;
	width: calc(430 / 900 * 100%);
	text-align: left;
	border: 1px solid #E4E4E4;
}

#products.detail ul.voice li p.person {
	position: relative;
	padding-bottom: 0.5em;
	padding-left: 30px;
	border-bottom: 1px solid #E4E4E4;
}

#products.detail ul.voice li p.person.male::before {
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 21px;
	background: url(../img/products/voice_male_icon.svg) center center no-repeat;
	background-size: contain;
}

#products.detail ul.voice li p.person.female::before {
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 21px;
	background: url(../img/products/voice_female_icon.svg) center center no-repeat;
	background-size: contain;
}

/* ----- メディア掲載 ----- */
#products.detail ul.media {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

#products.detail ul.media li {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 20px 0;
	width: calc(430 / 900 * 100%);
	text-align: left;
	border: 1px solid #E4E4E4;
}

#products.detail ul.media li p.name {
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #E4E4E4;
}

/* ----- Youtube ----- */
.youtube {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* ----- 商品ラインナップ ----- */
#products.detail .container_m.lineup {
	padding-bottom: 0;
}

#products.detail .lineup .list {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 60px;
	border-bottom: 1px solid #E9E9E9;
}

#products.detail .lineup .list .photo {
	width: calc(300 / 900 * 100%);
	padding-bottom: 60px;
}

#products.detail .lineup .list .photo img {
	border: 1px solid #E9E9E9;
}

#products.detail .lineup .list .info {
	position: relative;
	width: calc(570 / 900 * 100%);
	padding-bottom: 60px;
}

#products.detail .lineup .list p.cat {
	display: inline-block;
	margin-bottom: 14px;
	padding: 0.3em 2.0em;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	background: #333;
	border-radius: 3px;
}

#products.detail .lineup .list h4 {
	margin-bottom: 0.5em;
	font-weight: 900;
	font-size: 15px;
	font-size: 1.5rem;
}

#products.detail .lineup .list p.price {
	margin-bottom: 0.5em;
	font-weight: 900;
	font-size: 15px;
	font-size: 1.5rem;
}

#products.detail .lineup .list p.detail {
	margin-bottom: 14px;
	font-size: 12px;
	font-size: 1.2rem;
}

#products.detail .lineup .list p.ingredient {
	margin-bottom: 0;
	font-size: 12px;
	font-size: 1.2rem;
}

#products.detail .lineup table.ingredient_list {
	margin-bottom: 20px;
	width: 350px;
	border-collapse: collapse;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: left;
}

#products.detail .lineup table.ingredient_list th {
	width: 50%;
}

#products.detail .lineup table.ingredient_list th,
#products.detail .lineup table.ingredient_list td {
	padding: 0.2em 1em;
	border: 1px solid #E0E0E0;
}

#products.detail .lineup table.ingredient_list td {
	text-align: right;
}


/*  BMV Blocker
=========================================================================*/
#products.detail.bmvblocker .title .photo {
	background-image: url(../img/products/bmvblocker/title_photo.png);
}

#products.detail.bmvblocker .subtitle_bg.bg_01 {
	background: url(../img/products/bmvblocker/title_bg_01.jpg) center center no-repeat;
	background-size: cover;
}

#products.detail.bmvblocker .subtitle_bg.bg_02 {
	background: url(../img/products/bmvblocker/title_bg_02.jpg) center center no-repeat;
	background-size: cover;
}

/* ----- BMV Blocker（亜塩素酸）の除菌力 ----- */
#products.detail.bmvblocker .power {
	position: relative;
	margin-bottom: 60px;
	padding: 40px 70px;
}

#products.detail.bmvblocker .power:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 134px;
	background: url(../img/products/bmvblocker/brackets_01.svg) left top no-repeat;
	background-size: contain;
}

#products.detail.bmvblocker .power::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 134px;
	background: url(../img/products/bmvblocker/brackets_02.svg) left bottom no-repeat;
	background-size: contain;
}

#products.detail.bmvblocker .power p {
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.0em;
	text-align: left;
}

/* ----- 亜塩素酸のメリット ----- */
#products.detail.bmvblocker .merit {
	margin-bottom: 60px;
	padding: 35px 20px;
	text-align: center;
	background: #FFF;
	border: 1px solid #E4E4E4;
}

#products.detail.bmvblocker .merit h5 {
	margin-bottom: 1.5em;
	font-weight: 900;
	font-size: 26px;
	font-size: 2.6rem;
}

#products.detail.bmvblocker .merit ul.merit_list {
	text-align: left;
}

#products.detail.bmvblocker .merit ul.merit_list li {
	position: relative;
	margin-bottom: 2.0em;
	padding-left: 30px;
}

#products.detail.bmvblocker .merit ul.merit_list li::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../img/products/bmvblocker/merit_list_icon.svg) left top no-repeat;
	background-size: contain;
}

/* ----- 弱アルカリ性なので手指消毒や金属への使用が可能 ----- */
/* テーブル */
#products.detail.bmvblocker table {
	margin: 0 auto 45px;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.4em;
	text-align: center;
}

#products.detail.bmvblocker table thead th {
	color: #FFF;
	background: #C9AC86;
}

#products.detail.bmvblocker table thead th:nth-child(2) {
	background: #6EA9B1;
}

#products.detail.bmvblocker table th,
#products.detail.bmvblocker table td {
	width: 20%;
	padding: 0.5em 0.75em;
	vertical-align: middle;
	border: 1px solid #E0E0E0;
}

#products.detail.bmvblocker table td:nth-child(1) {
	text-align: left;
}

#products.detail.bmvblocker table td {
	background: #FFF9F0;
}

#products.detail.bmvblocker table tr:nth-child(odd) td {
	background: #FFF;
}

/* ボタン */
#products.detail.bmvblocker ul.button_detail {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/*justify-content: space-between;*/
	justify-content: center;
	padding: 30px 20px;

	text-align: center;
	background: #FFF;
	border: 1px solid #E4E4E4;
}

#products.detail.bmvblocker ul.button_detail li {
	width: 50%;
}

#products.detail.bmvblocker ul.button_detail li .button_small a {
	max-width: 250px;
}

#products.detail.bmvblocker ul.button_detail li .button_small a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 190px 30px 30px;
	border-color: #707070;
	transition: all .3s;
}

#products.detail.bmvblocker ul.button_detail li .button_small a:hover::before {
	border-width: 30px 250px 0 0;
}

/* ----- 以下の用途で長時間除菌・消臭 ----- */
#products.detail.bmvblocker ul.situation {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 40px;
}

#products.detail.bmvblocker ul.situation li {
	position: relative;
	margin-bottom: 30px;
	width: calc(150 / 855 * 100%);
}

/* -----医療機器の除菌消臭・院内の空間の除菌にも ----- */
#products.detail.bmvblocker ul.clinic {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
}

#products.detail.bmvblocker ul.clinic li {
	margin-bottom: 30px;
	width: calc(270 / 855 * 100%);
	font-size: 12px;
	font-size: 1.2rem;
}

/* ----- ウイルスとは ----- */
#products.detail .virus {
	padding: 35px 20px 0;
	text-align: center;
	border: 1px solid #E4E4E4;
}

#products.detail .virus h5 {
	margin-bottom: 1.5em;
	font-weight: 900;
	font-size: 26px;
	font-size: 2.6rem;
}

#products.detail .virus p {
	text-align: left;
}

/*  Solbran
=========================================================================*/
/* ----- こんな方におすすめ ----- */
#products.detail.solbran .container_full.recommend {
	background: url(../img/products/solbran/recommend_bg.png) right center no-repeat;
	background-size: cover;
}

#products.detail.solbran .container_m.recommend .text {
	float: none;
	width: 100%;
}

#products.detail.solbran.container_m.recommend h4.recommend {
	margin-bottom: 1.0em;
	font-weight: 900;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4em;
	color: #6EA9B1;
}

#products.detail.solbran .container_m.recommend ul {
	padding-left: 1.5em;
	font-size: 20px;
	font-size: 2.0rem;
	list-style: circle;
}

#products.detail.solbran .container_m.recommend ul li {
	margin-bottom: 0.5em;
}

#products.detail.solbran .container_m.recommend figure {
	margin-top: 40px;
	width: calc(280 / 900 * 100%);
}

/* ----- 豊富な栄養成分 ----- */
#products.detail ul.solbran_ingredient {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

#products.detail ul.solbran_ingredient li {
	width: calc(420 / 900 * 100%);
}

#products.detail ul.solbran_ingredient li p.cat {
	display: inline-block;
	margin-bottom: 0.5em;
	padding: 0;
	width: 6.0em;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	border: 1px solid #333;
}

#products.detail ul.solbran_ingredient li h4.name {
	margin-bottom: 0.5em;
	font-weight: 900;
	font-size: 16px;
	font-size: 1.6rem;
	color: #6EA9B1;
}

#products.detail.solbran .title .photo {
	background-image: url(../img/products/solbran/title_photo.png);
}

#products.detail.solbran .subtitle_bg.bg_01 {
	background: url(../img/products/solbran/title_bg_01.jpg) center center no-repeat;
	background-size: cover;
}

#products.detail.solbran .subtitle_bg.bg_02 {
	background: url(../img/products/solbran/title_bg_02.jpg) center center no-repeat;
	background-size: cover;
}

/*  NEW Lebio
=========================================================================*/
#products.detail.newlebio .title .photo {
	background-image: url(../img/products/newlebio/title_photo.png);
}

#products.detail.newlebio .subtitle_bg.bg_01 {
	background: url(../img/products/newlebio/title_bg_01.jpg) center center no-repeat;
	background-size: cover;
}

#products.detail.newlebio .subtitle_bg.bg_02 {
	background: url(../img/products/newlebio/title_bg_02.jpg) center center no-repeat;
	background-size: cover;
}

#products.detail.newlebio .subtitle_bg.bg_03 {
	background: url(../img/products/newlebio/title_bg_03.jpg) center center no-repeat;
	background-size: cover;
}

/* ----- こだわりぬいた原料 ----- */
#products.detail.newlebio ul.material_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

#products.detail.newlebio ul.material_list li {
	margin-bottom: 35px;
	width: calc(250 / 1170 * 100%);
	text-align: center;
}

#products.detail.newlebio ul.material_list li .photo {
	margin: 0 auto 10px;
	width: 100px;
}

#products.detail.newlebio ul.material_list li h6 {
	margin-bottom: 0.5em;
	padding: 0.3em 1.0em;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	background: #333;
	border-radius: 3px;
}

#products.detail.newlebio ul.material_list li p {
	text-align: left;
}

/* ----- 発酵技術「Ferment280」 ----- */
#products.detail .container_m.ferment280 {
	padding: 35px 20px;
	text-align: center;
	border: 1px solid #E4E4E4;
}

#products.detail .container_m.ferment280 h5 {
	margin-bottom: 1.5em;
	font-weight: 900;
	font-size: 26px;
	font-size: 2.6rem;
}

#products.detail .container_m.ferment280 p {
	text-align: left;
}

#products.detail .container_m.ferment280 .button_small a {}

/* ----- プロバイオティクス(Probiotics) ----- */
#products.detail.newlebio ul.newlebio_probiotics {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom:
}

#products.detail.newlebio ul.newlebio_probiotics li {
	margin-bottom: 1.5em;
	padding: 0.5em 1.0em;
	width: calc(275 / 900 * 100%);
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
	background: #6EA9B1;
}


/*  PROBiO ACE
=========================================================================*/
#products.detail.probioace .title .photo {
	background-image: url(../img/products/probioace/title_photo.png);
}

#products.detail.probioace .subtitle_bg.bg_01 {
	background: url(../img/products/probioace/title_bg_01.jpg) center center no-repeat;
	background-size: cover;
}

#products.detail.probioace .subtitle_bg.bg_02 {
	background: url(../img/products/probioace/title_bg_02.jpg) center center no-repeat;
	background-size: cover;
}

/* ----- テスト結果 ----- */
#products.detail.probioace .test {
	margin-bottom: 50px;
	padding: 35px 20px;
	text-align: center;
	border: 1px solid #E4E4E4;
}

#products.detail.probioace .test h4.test_title {
	margin-bottom: 1.5em;
	font-weight: 900;
	font-size: 26px;
	font-size: 2.6rem;
}

#products.detail.probioace .test h5.before_after {
	display: inline-block;
	padding: 0.25em 5.0em;
	margin-bottom: 1.5em;
	font-weight: 900;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	background: #93D2DA;
	border-radius: 3px;
}

#products.detail.probioace .test p {
	text-align: left;
}

#products.detail.probioace .test .photo {}

/*  Solbran for animal
=========================================================================*/
#products.detail.solbran_animal .title .photo {
	background-image: url(../img/products/solbran_animal/title_photo.png);
}

#products.detail.solbran_animal .subtitle_bg.bg_01 {
	background: url(../img/products/solbran_animal/title_bg_01.jpg) center center no-repeat;
	background-size: cover;
}

#products.detail.solbran_animal .subtitle_bg.bg_02 {
	background: url(../img/products/solbran_animal/title_bg_02.jpg) center center no-repeat;
	background-size: cover;
}

/*  adu water
=========================================================================*/
#products.detail.aduwater .title .photo {
	background-image: url(../img/products/aduwater/title_photo.png);
}

#products.detail.aduwater .subtitle_bg.bg_01 {
	background: url(../img/products/aduwater/title_bg_01.jpg) center center no-repeat;
	background-size: cover;
}

#products.detail.aduwater .subtitle_bg.bg_02 {
	background: url(../img/products/aduwater/title_bg_02.jpg) center center no-repeat;
	background-size: cover;
}

/*  タブレット（768px〜910px）
=========================================================================
=========================================================================*/
@media screen and (max-width:910px) {}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	/* 内容
	=========================================================================
	=========================================================================*/
	#products .category {
		margin-bottom: 40px;
		padding-bottom: 0;
	}

	/* ----- カテゴリータイトル ----- */
	#products .category h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	/* ----- キャプション ----- */
	#products .category h3 {
		margin-bottom: 40px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* ----- リスト ----- */
	#products .category ul li {
		position: relative;
		margin-bottom: 50px;
		width: calc(560 / 1170 * 100%);
		text-align: left;
	}

	#products .category ul li .photo {
		float: none;
		width: 100%;
	}

	#products .category ul li .photo img {
		margin-bottom: 10px
	}

	#products .category ul li .info {
		float: none;
		width: 100%;
		padding-bottom: 60px;
	}

	#products .category ul li p.cat {
		display: block;
		margin-bottom: 14px;
		padding: 0.3em 2.0em;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
	}

	#products .category ul li h4 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* ----- ボタン ----- */
	#products ul li .button a {
		max-width: 100%;
	}

	/* 商品詳細：共通
	=========================================================================
	=========================================================================*/
	/* ----- タイトル ----- */
	#products.detail .title {
		margin-bottom: 50px;
		width: 100%;
		background: #93D2DA;
	}

	#products.detail .title .title_container {
		overflow: hidden;
		display: block;
		padding: 0;
		min-height: auto;
		text-align: center;
	}

	#products.detail .title .text {
		display: block;
		padding: 30px 20px;
		width: 100%;
		height: auto;
	}

	#products.detail .title .text .widget {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		display: inline-block;
		margin: 0 auto;
		width: 100%;
	}

	#products.detail .title p.cat {
		font-size: 12px;
		font-size: 1.2rem;
	}

	#products.detail .title h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	#products.detail .title h2 span {
		font-size: 14px;
		font-size: 1.4rem;
	}

	#products.detail .title p.headline {
		font-size: 16px;
		font-size: 1.6rem;
	}

	#products.detail .title .photo {
		display: block;
		width: 100%;
		height: 300px;
		background-size: auto 100%;
		background-color: #F7F7F7;
	}

	/* ----- 見出し・テキスト ----- */
	#products.detail h3.detail {
		font-size: 20px;
		font-size: 2.0rem;
	}

	#products.detail h3.detail::after {
		width: 50px;
	}

	#products.detail h4.detail {
		font-size: 15px;
		font-size: 1.5rem;
	}

	#products.detail p.large {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* ----- オンラインショップで購入 ----- */
	#products.detail .button_container {
		padding: 40px 20px;
	}

	/* ----- こんな方におすすめ ----- */
	#products.detail .container_m.recommend .photo {
		float: none;
		margin: 0 auto 20px;
		width: 80%;
		max-width: 300px;
	}

	#products.detail .container_m.recommend .text {
		float: none;
		width: 100%;
		text-align: center;
	}

	#products.detail .container_m.recommend h4.recommend {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: left;
	}

	#products.detail .container_m.recommend ul,
	#products.detail.solbran .container_m.recommend ul {
		display: inline-block;
		margin: 0 auto;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: left;
	}

	/* ----- 背景画像ありキャプション ----- */
	#products.detail .subtitle_bg {
		height: 300px;
	}

	#products.detail .subtitle_bg h3.subtitle {
		font-size: 20px;
		font-size: 2.0rem;
		text-align: left;
	}

	/* ----- ご愛用者の声 ----- */

	/* ----- 商品ラインナップ ----- */
	#products.detail .lineup .list {
		margin-bottom: 50px;
	}

	#products.detail .lineup .list .photo {
		width: calc(300 / 900 * 100%);
		padding-bottom: 50px;
	}

	#products.detail .lineup .list .info {
		padding-bottom: 50px;
	}

	#products.detail .lineup table.ingredient_list {
		width: 100%;
	}


	/*  BMV Blocker
	=========================================================================*/
	/* ----- BMV Blocker（亜塩素酸）の除菌力 ----- */
	#products.detail.bmvblocker .power {
		margin-bottom: 40px;
		padding: 20px 20px;
	}

	#products.detail.bmvblocker .power:before {
		width: 50px;
		height: 67px;
	}

	#products.detail.bmvblocker .power::after {
		width: 50px;
		height: 67px;
	}

	#products.detail.bmvblocker .power p {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* ----- 亜塩素酸のメリット ----- */
	#products.detail.bmvblocker .merit {
		margin-bottom: 40px;
		padding: 20px 20px;
		;
	}

	#products.detail.bmvblocker .merit h5 {
		margin-bottom: 1.5em;
		font-weight: 900;
		font-size: 18px;
		font-size: 1.8rem;
	}

	#products.detail.bmvblocker .merit ul.merit_list li {
		padding-left: 25px;
	}

	#products.detail.bmvblocker .merit ul.merit_list li::before {
		top: 2px;
		width: 20px;
		height: 20px;
	}

	/* ----- 弱アルカリ性なので手指消毒や金属への使用が可能 ----- */
	/* テーブル */
	#products.detail.bmvblocker table {
		font-size: 11px;
		font-size: 1.1rem;
	}

	#products.detail.bmvblocker table thead th {
		color: #FFF;
		background: #C9AC86;
	}

	#products.detail.bmvblocker table thead th:nth-child(2) {
		background: #6EA9B1;
	}

	#products.detail.bmvblocker table th,
	#products.detail.bmvblocker table td {
		width: 20%;
		padding: 0.5em 0.75em;
		border: 1px solid #E0E0E0;
	}

	#products.detail.bmvblocker table td:nth-child(1) {
		text-align: left;
	}

	#products.detail.bmvblocker table td {
		background: #FFF9F0;
	}

	#products.detail.bmvblocker table tr:nth-child(odd) td {
		background: #FFF;
	}

	/* ボタン */
	#products.detail.bmvblocker ul.button_detail {
		padding: 20px;
	}

	#products.detail.bmvblocker ul.button_detail li {
		width: 100%;
	}

	#products.detail.bmvblocker ul.button_detail li:first-child {
		margin-bottom: 20px;
	}

	/* ----- 以下の用途で長時間除菌・消臭 ----- */
	#products.detail.bmvblocker ul.situation li {
		margin-bottom: 15px;
	}

	/* ----- ウイルスとは ----- */
	#products.detail .virus {
		padding: 20px 20px 0;
		text-align: center;
	}

	#products.detail .virus h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/*  Solbran
	=========================================================================*/
	/* ----- こんな方におすすめ ----- */
	#products.detail.solbran .container_full.recommend {
		background: url(../img/products/solbran/recommend_bg.png) right 22% center no-repeat;
		background-size: auto 100%;
	}

	#products.detail.solbran .container_m.recommend figure {
		margin-top: 20px;
		width: 60%;
	}

	/* ----- 豊富な栄養成分 ----- */
	#products.detail ul.solbran_ingredient li h4.name {
		margin-bottom: 0.2em;
		font-size: 15px;
		font-size: 1.5rem;
	}

	/*  NEW Lebio
	=========================================================================*/
	/* ----- こだわりぬいた原料 ----- */
	#products.detail.newlebio ul.material_list li {
		margin-bottom: 20px;
		width: 47%;
	}

	#products.detail .container_m.ferment280 h5 {
		font-size: 20px;
		font-size: 2.0rem;
	}

	/* ----- プロバイオティクス(Probiotics) ----- */
	#products.detail.newlebio ul.newlebio_probiotics li {
		padding: 0.5em 0.5em;
		font-size: 14px;
		font-size: 1.4rem;
	}

	/*  PROBiO ACE
	=========================================================================*/

	/* ----- テスト結果 ----- */
	#products.detail.probioace .test {
		margin-bottom: 30px;
	}

	#products.detail.probioace .test h4.test_title {
		font-size: 18px;
		font-size: 1.8rem;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {

	/* 内容
	=========================================================================
	=========================================================================*/
	/* ----- リスト ----- */
	#products .category ul li {
		width: 100%;
	}

	/* 商品詳細：共通
	=========================================================================
	=========================================================================*/
	/* ----- タイトル ----- */
	#products.detail .title .photo {
		height: 200px;
	}

	/* ----- メディア掲載 ----- */
	#products.detail ul.media li {
		margin-bottom: 20px;
		width: 100%;
	}

	/* ----- ご愛用者の声 ----- */
	#products.detail ul.voice li {
		margin-bottom: 20px;
		width: 100%;
	}

	/* ----- 商品ラインナップ ----- */
	#products.detail .lineup .list .photo {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	#products.detail .lineup .list .info {
		width: 100%;
	}

	/*  BMV Blocker
	=========================================================================*/
	/* -----医療機器の除菌消臭・院内の空間の除菌にも ----- */
	#products.detail.bmvblocker ul.clinic li {
		margin-bottom: 15px;
		width: 48%;
		font-size: 11px;
		font-size: 1.1rem;
	}

	/*  Solbran
	=========================================================================*/
	#products.detail ul.solbran_ingredient li {
		width: 100%;
	}

	/*  NEW Lebio
	=========================================================================*/
	/* ----- プロバイオティクス(Probiotics) ----- */
	#products.detail.newlebio ul.newlebio_probiotics li {
		width: 100%;
	}

}
