/*******************************************
*
* css for 製品詳細ページ
*
********************************************/
@charset "UTF-8";



.sectionBody{
	display:block;
	overflow:hidden;
	position:relative;
	margin-bottom:50px;
}


/* ==========================================================
*
* 共通要素
*
========================================================== */

/*------------------------------------------
 製品概要
 ------------------------------------------*/

/*製品写真*/
#productPhoto{
	display:inline-block;
	overflow:hidden;
	width:250px;
	margin-right:30px;
	float:left;
}

#productPhoto img{
	width:100%;
	max-width:250px;
	height:auto;
}

#productPhoto > p{
	display:block;
	overflow:hidden;
	font-size:1.2rem;
	line-height:125%;
	text-align:center;
	margin:1em 0;
}

/*製品コピー*/
#productCopy{
	display:block;
	overflow:hidden;
	font-size:2.0rem;
	line-height:155%;
	margin-bottom:30px;
}

/*用途*/
dl#forUse{
	display:block;
	overflow:hidden;
}

dl#forUse > dt{
	display: block;
	overflow: hidden;
	font-size:1.8rem;
	font-weight:500;
	color:#d80c25;
	position: relative;
}

dl#forUse > dt:before {
	content: "";
	width: 100%;
	height: 1px;
	border-top: 1px solid #dadada;
	position: absolute;
	bottom: 1px;
	right: 0;
}

dl#forUse > dt > span {
	display: inline-block;
	background-color: #ffffff;
	position: relative;
	padding-right: 0.5em;
	z-index: 15;
}

dl#forUse > dd{
	display: block;
	overflow: hidden;
	padding:1em 0;
	font-size:1.6rem;
	line-height:175%;
}


/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	#productPhoto{
		width:40%;
		margin-right:0;
		margin-bottom:15px;
	}

	#productCopy{
		width:60%;
		padding-left:15px;
		font-size:1.8rem;
	}

	dl#forUse{
		clear:both;
	}

	dl#forUse > dt{
		display: block;
		overflow: hidden;
		font-size:1.8rem;
		color:#d80c25;
		position: relative;
	}

}


/*------------------------------------------
 製品説明
 ------------------------------------------*/
#data01 ul,
#data02 ul{
	display:block;
	overflow:hidden;
}

#data01 ul > li,
#data02 ul > li{
	margin-left: 1.25em;
	margin-bottom: 0.25em;
	text-indent:-1.25em;
	line-height:155%;
}

#data01 ul > li:before,
#data02 ul > li:before{
	content:"●";
	margin-right:0.25em;
}

#dataList p.cautionTxt{
	margin-bottom:0.25em;
}

#dataList sup{
	vertical-align:top;
}

/*#data01 ul+p,
#data02 ul+p{
	margin-top:1em;
}*/


/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	#data02 img{
		width:100%;
		height:auto;
	}
}


/*成分表*/
#compos{
	/*margin-top:1em;*/
}


/*使用方法*/
#usage{
	/*margin-top:1em;*/
	position:relative;
}
#usage ul,
#usage ol{
	display:block;
	overflow:hidden;
	margin:1em 0 1em;
}

#usage ol{
	list-style-type:decimal;
}

#usage ol > li{
	text-indent: 0;
	padding-left: -1.5em;
	margin-left:1.5em;
	margin-bottom:0.5em;
}

#usage ol+p{
	margin-top:1em;
}


#usage dl{
	display:block;
	overflow:hidden;
	margin:1em 0 1em;
	line-height: 155%;
}

#usage dl > dt{
	display:block;
	overflow:hidden;
}

#usage dl > dd{
	display:block;
	overflow:hidden;
	padding-left:1em;
	margin-bottom:1em;
}

#usage dl > dd:last-child{
	margin-bottom:0;
}




#usage .imgColList{
	width:calc(100% - 200px);
	overflow:visible;
	margin:1em 0;
	position:relative;
}
.imgColList p{
	/*position:relative;*/
}

.imgColList p > .caution{
	display:block;
	margin-top: 0.25em;
	font-size:1.2rem;
	color:#333333;
}

.imgColList p + p{
	margin-top:1.0em;
}
.imgColList p img.r_img{
	width:min(100%,200px);
	height:auto;
	position:absolute;
	top:-2em;
	right:-200px;
}



/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	#usage .imgColList{
		width:100%;
	}

	.imgColList p + p{
		margin-top:1.5em;
	}

	.imgColList p img.r_img{
		width:min(100%,300px)!important;
		height:auto;
		position:relative;
		top:auto;
		right:auto;
		display: block;
		margin: 0 auto;
	}

}



/*メモ*/
#memo{
	display:block;
	overflow:hidden;
	/*margin-top:30px;*/
	margin-top:1em;
}
#memo dl{
	display:block;
	overflow:hidden;
	font-size:1.4rem;
	line-height:155%;
}

#memo dl > dt{
	display:block;
	overflow:hidden;
	font-weight:bold;
	margin-bottom:0.5em;
}
#memo dl > dd{
	display:block;
	overflow:hidden;
	padding-left:1em;
	margin-bottom:1em;
}


/*ショップボタン*/
#shopLink{
	display:block;
	overflow:hidden;
	margin-top:30px;
}

a.shopBtn{
	display: inline-block;
	overflow:hidden;
	font-size:1.8rem;
	line-height:125%;
	padding:0.5em 3em;
	color:#ffffff;

	background-color:#000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.shopBtn:before{
	display:inline-block;
	overflow:hidden;
	content: "\e900";
	margin-right:1em;
	font-size:1.8rem;
	line-height:125%;
}

a.shopBtn > span{
	display:inline-block;
	overflow:hidden;
}

.pc a.shopBtn:hover{
	text-decoration:none;
	background-color:#d80c25;
	color:#ffffff;
}


.notesFrame{
	display:block;
	overflow:hidden;
	margin-top:1em;
	font-size:1.4rem;
}

.fitImg{
	font-size:0;
}


#memo p+p{
	margin-top:1em;
}

#memo p.cautionTxt+p.cautionTxt{
	margin-top:0;
}



strong{
	font-weight:bold;
	color:#d80c25;
}

sup{
	color:#d80c25;
}

b{
	font-weight:bold;
}




/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	
}


/*------------------------------------------
 製品Movie
 ------------------------------------------*/
.productMovie{
	display:block;
	overflow:hidden;
	width:min(100%,660px);
	margin:0 auto;
}

.ytWrap{
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

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

.ytWrap + .ytWrap{
	margin-top:1em;
}



/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	/*.productMovie{
		width:100%;
		max-width:660px;
	}*/
}


/*------------------------------------------
 戻るボタン
 ------------------------------------------*/
a.icf_returnBtn {
	display: inline-block;
	overflow: hidden;
	padding: 0.75em 2em;
	color: #ffffff;
	background-color: #d80c25;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 50px 0;
}

a.icf_returnBtn:before {
	content: "\f053";
	color: #ffffff;
	margin-right: 0.5em;
}

a.icf_returnBtn:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.75;
}

/* ==========================================================
*
* 画像エリア
*
========================================================== */
.tac{
	display:block;
	overflow:hidden;
	text-align:center;
}

p.tac{
	margin-bottom:0!important;
}

.tac p+p{
	margin:1em 0;
}


/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	.tac img{
		width:100%;
		height:auto;
	}
}

/* ==========================================================
*
* カスタム情報
*
========================================================== */

/*カスタム情報ラッパー*/
#extraData{
	/**/
}

/*本文テキストボックス*/
#extraData .sectionBody > p{
	margin-bottom:1em;
}

#extraData .sectionBody p{
	line-height:155%;
}


.pc a:hovver > img{
	opacity:0.75;
}

/*画像拡大リンク（スマホのみ）*/
.pc a.zoom{
	pointer-events:none;
}


/*画像キャプション*/
.caption{
	font-size:1.2rem;
}


/*パディング*/
.pd5{
	padding:5px
}

.pd10{
	padding:10px;
}



/*インラインボックスリスト*/
ul.ilList{
	display:block;
	overflow:hidden;
	text-align:center;
	letter-spacing:-.4em;
}

ul.ilList > li{
	display:inline-block;
	overflow:hidden;
	letter-spacing:normal;
	vertical-align:top;
	position:relative;
}


/*BOXリスト*/
ul[class^="box_"]{
	display:block;
	overflow:hidden;
	text-align:center;
	letter-spacing:-.4em;
}

ul[class^="box_"] > li{
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	letter-spacing:normal;
	position:relative;
}

ul.box_2 > li{
	width:50%
}

ul.box_3 > li{
	width:33.3%
}

ul.box_4 > li{
	width:25%
}

ul.box_5 > li{
	width:20%
}


/* for SP --------------------------*/
@media screen and ( max-width:896px) {

	ul[class^="box_"] > li img{
		width:100%;
		height:auto;
	}

	ul.box_4 > li{
		width:50%
	}

	ul.box_2 > li,
	ul.box_3 > li,
	ul.box_5 > li{
		display:block;
		width:100%;
		margin-bottom:10px;
	}

	ul.box_3 > li > img,
	ul.box_5 > li > img{
		width:calc(40% + 10px);
		float:left;
		margin-right:10px;
	}

	ul.box_3 > li > p,
	ul.box_5 > li > p{
		display:inline-block;
		width:calc(60% - 20px)!important;
		text-align:left;
	}
	#sene_556 ul[class^="box_"] > li {
		display: flex;
		width:100%;
		margin-bottom: .5em;
	}
	#sene_556 ul[class^="box_"] > li img {
		width: 35vw;
		height: auto;
	}
	#sene_556 p {
		font-size: .9em;
		padding-left: .5em;
	}

}


/*---------------------------------------------*/

#mainte_556 li p{
	width:210px;
	margin:0 auto;
	text-align:left;
}

#points_556 img.btnBtn{
	position:absolute;
	bottom:25px;
	left:0;
	right:0;
	margin:0 auto;
}

@media screen and ( max-width:896px) {

	#mainte_556 li{
		display:block;
		width:100%;
	}

	#mainte_556 li > img{
		float:left;
		width:30%;
		margin-right:10px;
		margin-bottom:10px;
	}

	#mainte_556 li p{
		width:100%;
	}
		
	#mainte_556 li p.cautionTxt{
		clear:both;
	}

	#points_556 .pd10{
		padding:10px 0;
	}
	#points_556 img{
		max-width:340px;
	}

	#points_556 img.btnBtn{
		max-width:150px;
	}
}





.usageBody > p{
	text-indent: 0;
	margin-top:1em;
}

.usageBody > p + p{
	margin-top:0;
}

#usage .usageBody ol{
	list-style-type:none;
	counter-reset: li;
}

#usage .usageBody ol > li{
	text-indent: -2.0em;
	margin-left:2.0em;
}

#usage .usageBody ol > li::before{
	/*要素の連番（カウンタ）の値を進める*/
	counter-increment: li;
	/*自動連番を付ける関数*/
	content: counter(li)'、';
	display: inline-block;
	width: 2.0em;
	float: left;
}
}
