@charset "UTF-8";
/*他に影響を与えないために#tabcontentsの中、という記述でお願いします*/
#tabcontents .tabpanel{
}

/* トップの新商品エリア */
.home section.sec-newarrival .newproductlist figure {
	margin-bottom: 0;
}

/* ページタイトルにドロップシャドウ */
.mainmv .container h1 {
	text-shadow: 2px 2px 1px #e9e9e9;
}


/* ---------------------------------
	reset
------------------------------------ */
#tabcontents .tabpanel table,
#tabcontents .tabpanel th,
#tabcontents .tabpanel td,
#newsDetail.yakuin2020 table,
#newsDetail.yakuin2020 th,
#newsDetail.yakuin2020 td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
#tabcontents .tabpanel ul,
#tabcontents .tabpanel ol,
.sidebar .widget_custom_html ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#tabcontents .tabpanel p span:first-child {
	min-width: .5em;
}
@media screen and (max-width: 767px) {
  #tabcontents .tabpanel p span:first-child {
    width: .5em;
  }
}


/* ---------------------------------
	tabcontents
------------------------------------ */
#tabcontents .tabpanel h1 {
	border-bottom: 3px double #000;
	border-top: 3px double #000;
	text-align: center;
	padding: .2em;
	margin-bottom: .5em;
}
#tabcontents .tabpanel h2 {
	border-bottom: 1px solid #000;
	padding-bottom: .2em;
	margin-bottom: .5em;
	font-size: 16px;
}
#tabcontents .tabpanel h1:nth-of-type(2),
#tabcontents .tabpanel h2:nth-of-type(2),
#tabcontents .tabpanel h2:nth-of-type(3) {
	margin-top: 2.5em;
}

#tabcontents .tabpanel .red {
	color: #fb1e1b;
}
#tabcontents .tabpanel .italic {
	font-style: italic;
	/*background: #ccc;*/
}

#tabcontents .tabpanel table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
#tabcontents .tabpanel th,
#tabcontents .tabpanel td {
	padding: .2em 1em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* 成分・分量のテーブル */
#tabcontents .tabpanel table.embTbl01 {
}
#tabcontents .tabpanel table.embTbl01 th {
	background: #ffe564;
}
#tabcontents .tabpanel table.embTbl01 td:nth-of-type(2) {
	text-align: center;
}

/* 注意のテーブル */
#tabcontents .tabpanel table.embTbl02 {
}
#tabcontents .tabpanel table.embTbl02 th {
	background: #f0f0f0;
	text-align: center;
	font-weight: normal;
}
#tabcontents .tabpanel table.embTbl02 th:nth-of-type(1) {
	white-space: nowrap;
}
#tabcontents .tabpanel table.embTbl02 td {
	text-align: center;
}

/* キンカンの図 */
#tabcontents .tabpanel ul.fig {
	display: flex;
	justify-content: space-around;
	margin-top: 3em;
}
/* 虫よけミストの図 */
#tabcontents .tabpanel p.fig_mist {
	text-align: center;
	margin-top: .5em;
	margin-bottom: 0;
}

/* （1）のインデント */
#tabcontents .tabpanel .indent01 {
	/*margin-top: -1em;*/
}
#tabcontents .tabpanel .indent01 li {
	padding-left: 2.5em;
	text-indent: -2.5em;
	line-height: 1.8;
}

/* ①のインデント */
#tabcontents .tabpanel .indent02 {
	/*margin-top: -1em;*/
}
#tabcontents .tabpanel p.indent02,
#tabcontents .tabpanel .indent02 li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}

#tabcontents .tabpanel p + table {
	margin-top: -.5em;
}
#tabcontents .tabpanel p + ol,
#tabcontents .tabpanel p + ul {
	margin-top: -1em;
}
#tabcontents .tabpanel ol + p,
#tabcontents .tabpanel ul + p,
#tabcontents .tabpanel h1 + h2 {
	margin-top: 1em;
}



/* ---------------------------------
	news
------------------------------------ */
#newsDetail {
}
#newsDetail .phtUnit {
	margin: 2em auto 0;
	text-align: center;
}
#newsDetail ol {
}
#newsDetail ol li {
	line-height: 1.6;
}

/* 2020.04.01用 */
#newsDetail.yakuin2020 table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: 1em auto;
}
#newsDetail.yakuin2020 th,
#newsDetail.yakuin2020 td {
	font-weight: normal;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: .5em;
}
#newsDetail.yakuin2020 .logo img {
	width: 150px;
}
#newsDetail.yakuin2020 .lineBox {
	width: 50%;
	border: 1px solid #333;
	text-align: center;
	padding: .5em 1em;
	margin: 2em auto;
}


.taCenter {
	text-align: center;
}
.taRight {
	text-align: right;
}
.bold {
	font-weight: bold;
}


/* ---------------------------------
	sidebar
------------------------------------ */
.sidebar .widget_custom_html .sidebar-widget__title {
	margin-bottom: .8em;
	font-size: 20px;
	padding: 10px 20px;
}
.sidebar .widget_custom_html .unit {
	border-bottom: 1px solid #f00;
	padding: 1em 0;
}
.sidebar .widget_custom_html .unit:nth-child(1) {
	margin-top: -1em;
}
.sidebar .widget_custom_html .unit dl {
	display: flex;
	margin-top: .5em;
}
.sidebar .widget_custom_html .unit dt {
	width: 100px;
}
.sidebar .widget_custom_html .unit dd {
	padding-left: .8em;
	width: 220px;
}
.sidebar .widget_custom_html ul {
}
.sidebar .widget_custom_html ul li {
	margin: 0 auto .5em;
	text-align: center;
}



/* ---------------------------------
	media
------------------------------------ */
@media (max-width: 767px){
	/* 商品詳細のタブ */
	#tabcontents .tabpanel h2 {
		font-size: 12px;
	}
	#tabcontents .tabpanel ul.fig {
		display: block;
		text-align: center;
	}
	#tabcontents .tabpanel ul.smlpht img {
		width: 50%;
	}
	/* ニュース詳細 */
	#newsDetail .fr {
		display: block;
	}
	#newsDetail li {
		font-size: 14px;
	}
	#newsDetail.yakuin2020 .logo img {
		width: 100px;
	}
	#newsDetail.yakuin2020 .lineBox {
		width: 100%;
	}
	/* サイドバー*/
	.sidebar .widget_custom_html {
		display: none;
	}

}
