@charset "UTF-8";
/* ぱんくず */

.bread a {
	color: #555;
}

/* トップイメージ */
.index-kv {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
.index-kv .index-kv-main {
	overflow: hidden;
}
.index-kv-main li {
	position: relative;
}

.index-kv-main li a {
/* position: absolute;
	top: 0;
*/
	width: 100%;
	z-index: 1;
}

.index-kv img {
	/*width: 100%;*/
	/*min-height: 100%;*/
}

.index-kv-controller {
	font-size: 0;
	text-align: center;
}

.index-kv-controller * {
	display: inline-block;
	vertical-align: middle;
}

.index-kv-controller .prev, .index-kv-controller .next {
	background-position: center center;
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
}

.index-kv-controller .prev {
	background-image: url(../../../images/ico-arw-l-b.svg);
}

.index-kv-controller .next {
	background-image: url(../../../images/ico-arw-r-b.svg);
}

.index-kv-controller .stop {
	background: url(../../../images/ico-stop.svg) center center no-repeat;
	height: 0;
	overflow: hidden;
}

.index-kv-controller .stop.hide {
	display: none;
}

.index-kv-controller .restart {
	background: url(../../../images/ico-start.svg) center center no-repeat;
	height: 0;
	overflow: hidden;
}

.index-kv-controller .restart.hide {
	display: none;
}

.index-kv-controller .pager li {
	background: #d3d3d3;
	border-radius: 100%;
	height: 0;
	overflow: hidden;
}
.index-kv-controller .pager li button {display: none;}

.index-kv-controller .pager li.slick-active {
	background: #4caadc;
}



.index-kv .slick-dots {
	font-size: 0;
	text-align: center;
}

.index-kv .slick-dots li {
	display: inline-block;
}

.index-kv a:hover {
		text-decoration: none;
	}

.index-kv .slick-dots li button {
	background: #d3d3d3;
	border-radius: 100%;
	height: 0;
	overflow: hidden;
}

.index-kv .slick-dots li.slick-active button {
	background: #4caadc;
}

/* 重要なお知らせ */
.toptxt {
	border: 1px solid #e5e5e5;
	line-height: 1.5;
}

.toptxt.toptxt-center {
	text-align: center;
}

.toptxt-ttl {
	color: #3e3e3e;
	line-height: 1.5;
}

/* お知らせ、ニュースリリース */

.news-ttl {
	border-bottom: 1px solid #e5e5e5;
}

.news-ttl a {
	position: absolute;
	right: 0;

	background: #60b2dd;
	color: #fff;
	display: block;
	font-weight: normal;
	line-height: 1.7;
}

.news-list a {
	display: block;
}

.news-list img {
	height: 16px;
	margin: 0 5px;
	vertical-align: middle;
	width: auto;
}

.news-date {
	color: #3e3e3e;
}

.news-tag {
	border: 1px solid #4caadc;
	box-sizing: border-box;
	color: #4caadc;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.product-insecticide-wrap.inner {
	margin-top: 15px;
}

.product-insecticide-wrap .contents-ttl:first-child {
	margin-top: -5px !important;
}

.product-insecticide-list {
	border-left: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
}

.product-insecticide-list li {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.product-insecticide-list img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%;
	transition: .2s ease-out;

}
.product-insecticide-list li:not(.no_link):hover img {
	transform: translate(0, -7px);
}

.product-insecticide-list .contents-tag {
	border: 1px solid #6e6e6e;
	border-radius: 3px;
	color: #6e6e6e;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 5px;
	padding: 0 1em 1px;
}

.product-insecticide-list .contents-btn {
	height: auto;
}

.product-insecticide-list .contents-btn a {
	line-height: 1;
	padding: 0.9em 0;
}

.product-insecticide-name {
	display: block;
	font-weight: 500;
	margin-top: 10px;
}

.product-insecticide-btn {
	border: 1px solid #4caadc;
	color: #4caadc;
	display: block;
	line-height: 1;
	margin: 1em 0 0;
	padding: .75em 0;
	text-align: center;
}

.product-insecticide-btn span {
	display: block;
	margin: 20px 0 0;
	text-align: left;
}

.product-insecticide-cat {
	display: flex;
	flex-wrap: wrap;
}

.product-insecticide-cat a {
	border: 1px solid #e5e5e5;
	display: table;
	vertical-align: middle;
	width: 100%;
}

.product-insecticide-cat-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.product-insecticide-cat-name {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.product-insecticide-case {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.product-insecticide-case a {
	background-color: #46a7db;
	background-image: url(/common/images/ico-tri-d-w.svg);
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 100%;
}

.product-insecticide-case a.cu {
	background-color: #46a7db;
	border-color: #aae0fc;
}

.product-insecticide-case a.cu-i {
	background-color: #46a7db !important;
	border-color: #aae0fc !important;
}

.product-insecticide-case-clear {
	background: url(/common/images/ico-crs.png) left center no-repeat;
	color: #707070;
	display: inline-block;
	font-weight: normal;
	line-height: 1;
}

.product-insecticide-case-check {
	position: relative;

	background: #fff;
	border: 1px solid #e5e5e5;
	display: none;
}
.js-insecticide-case-check-01 {
	display: block;
}

.product-insecticide-case-check:before {
	position: absolute;
	bottom: 100%;

	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	display: block;
}

.product-insecticide-case-check li {
	display: inline-block;
	margin: 20px 0 0;
}

.product-insecticide-case-check span {
	background-image: url(/common/images/ico-chk-off.png);
	background-position: left center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
}

.product-insecticide-case-check input[type="checkbox"] {
	display: none;
}

.product-insecticide-case-check input[type="checkbox"]:checked + span {
	background-image: url(/common/images/ico-chk-on.png);
}

.product-insecticide-case-txt {
	font-weight: 500;
}

.product-insecticide-case-txt span.view:before {
	content: " / ";
}

.product-insecticide-case-txt span:first-child:before {
	content: "";
}

.product-insecticide-case-txt span:first-child.hide + .view:before, .product-insecticide-case-txt span:first-child.hide + .hide + .view:before, .product-insecticide-case-txt span:first-child.hide + .hide + .hide + .view:before, .product-insecticide-case-txt span:first-child.hide + .hide + .hide + .hide + .view:before {
	content: "";
}

.product-insecticide-case-result {
	display: flex;
	flex-wrap: wrap;
}

.product-insecticide-case-result li {
	background: #fff;
	outline: 1px solid #e5e5e5;
	margin: 0 1px 1px -1px;
}

.product-insecticide-case-result img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.product-insecticide-case-result span {
	display: block;
	margin: 20px 0 0;
	text-align: left;
}

.product-insecticide-case-result a {
	display: block;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product-insecticide-case-list {
	display: none;
}

.product-category {
	background: #ecf6fb;
}
.product-category.insecticide-item-list {
	position: relative;
}

.product-category .contents-clm-border a {
	border: 4px solid #fff;
	box-sizing: border-box;
	display: block;
	height: 100%;
}

.product-category .contents-clm-border p {
	margin-top: .5em;
}

.product-category .contents-clm-border strong {
	font-weight: normal;
}

.index-footer {
	background: #f1f5f6;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.index-footer-box {
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

.index-footer-box a {
	position: relative;
	display: inline-block;
	min-width: 300px;
	text-align: left;
	width: 18em;
	z-index: 2;
}
.index-footer-box a:before {
	position: absolute;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 75%;
	content: "";
	height: 70px;
	left: 0;
	top: 0;
	width: 90px;
	z-index: 1;
}

.index-footer-box:nth-child(1) {
	border: none;
}

.index-footer-box:nth-child(1) a:before {
	background-image: url(/common/images/ico-footer-01.svg);
}

.index-footer-box:nth-child(2) a:before {
	background-image: url(/common/images/ico-footer-02.svg);
}

.index-footer-box:nth-child(3) a:before {
	background-image: url(/common/images/ico-footer-03.svg);
}


.index-footer p:first-child {
	margin-top: 0;
}

.index-footer strong {
	background: url(/common/images/ico-arw-r-b.svg) left center no-repeat;
	display: block;
	font-weight: normal;
}

.index-footer .contents-btn {
	width: 100%;
}

/* 商品詳細 */

.product-head-ttl {
	font-weight: normal;
}

.product-head-tag li {
	border: 1px solid #4caadc;
	border-radius: 2px;
	color: #4caadc;
	display: inline-block;
	letter-spacing: 1.9;
	padding: 0 1em;
}

.product-head-img-btn {
	position: relative;
	transition: all .3s ease-out;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.product-head-img-btn:hover {
	box-shadow: 1px 1px 0 #0086cd inset, -1px -1px 0 #0086cd inset;
	border: 1px solid #0086cd;
}

.product-head-img-btn.slick-current:before {
	position: absolute;
	top: -1px;
	left: 0;
	background: rgba(112, 112, 112, .5);
	content: "";
	display: block;
	height: calc(100% + 1px);
	width: 100%;
}

.product-head-img .slick-prev, .product-head-img .slick-next {
	position: absolute;
	top: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
	box-sizing: content-box;
	display: block;
	height: 100%;
	overflow: hidden;
	text-align: left;
	text-indent: -99999em;
	z-index: 99;
}

.product-head-img .slick-prev {
	background-image: url(/common/images/ico-arw-l-b.svg);
}

.product-head-img .slick-next {
	background-image: url(/common/images/ico-arw-r-b.svg);
}

.product-head-img img {
	height: auto;
	max-width: 410px;
	width: 100%;
}

.product-head-site h2, .product-head-store h2, .product-head-share-area h2, .product-head-store2 h2 {
	display: inline-block;
	font-weight: 500;
}

.product-head-site h2, .product-head-store h2, .product-head-store2 h2 {
	font-weight: 500;
}

.product-head-site h2 {
	background: url(/common/images/ico-site.svg) left center no-repeat;
	font-weight: 500;
}

.product-head-site ul li .contents-btn {
	width: 100%;
}

.product-head-store h2 {
	background: url(/common/images/ico-store.svg) left center no-repeat;
	font-weight: 500;
}
.product-head-store2 h2 {
	background: url(/common/images/ico-store2.svg) left center no-repeat;
	font-weight: 500;
}

.product-head-store a {
	position: relative;
	border: 1px solid #e5e5e5;
	display: block;
	text-align: center;
}
.product-head-store .noico:after {
	display: block!Important;
}
.product-head-store a[target="_blank"]:after {
	position: absolute;
	background-image: url(/common/images/ico-blank.svg);
	background-size: 10px;
	height: 10px;
	width: 10px;
}
.product-head-store a img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.product-head-share-area li {
	display: inline-block;
	font-size: 13px;
	margin: 0 0 0 5px;
}

.product-head-share-area img {
	height: auto;
}

.product-wrap .contents-table-col td {
	vertical-align: middle;
}

.product-sidearea-header {
	padding: 10px 20px 0;
	text-align: center;
}

.product-sidearea-header img {
	display: block;
	height: auto;
	margin: 0 auto 10px;
	width: 80%;
}

.product-sidearea-header h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}

.product-sidearea-nav {
	padding: 0 20px;
	text-align: center;
}

.product-sidearea-nav ul {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3rem;
	margin: 15px 0 0;
	padding-bottom: 10px;
}

.product-sidearea-nav li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 0;
	text-align: left;
	width: 50%;
}
.product-sidearea-nav li:nth-child(odd) {
	padding-right: .4em;
}
.product-sidearea-nav li:nth-child(even) {
	padding-left: .4em;
	position: relative;
}
.product-sidearea-nav li:before {
	content: "・";
	display: inline-block;
	font-size: 15px;
	margin-left: -0.3em;
}

.product-sidearea-store {
	padding: 5px 20px 0;
	text-align: center;
}

.product-sidearea-store h2 {
	display: none;
	background: url(/common/images/ico-store.svg) left center no-repeat;
	background-size: 27px;
	font-size: 14px;
	font-weight: 500;
	line-height: 27px;
	padding-left: 40px;
}

.product-sidearea-store ul {
	flex-wrap: wrap;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.product-sidearea-store li {
	display: inline-block;
	font-size: 14px;
	margin: 2.22% 0 0;
	width: 48%;
}

.product-sidearea-store a {
	position: relative;
	border: 1px solid #e5e5e5;
	display: block;
	padding: 10px 0;
	text-align: center;
}
.product-sidearea-store .noico:after {
	display: block !Important;
}
.product-sidearea-store a[target="_blank"]:after {
	position: absolute;
	top: 4px;
	right: 4px;
	background: url(/common/images/ico-blank.svg);
	background-size: 10px;
	background-repeat: no-repeat;
}
.product-sidearea-store a img {
	height: 30px;
	width: auto;
}
.product-head-store2 .contents-txt .contents-btn a {
	color: #3e3e3e;
}
.product-sidearea-store2 {
	margin-top: 10px;
	text-align: center;
}
.product-sidearea-store2 .contents-txt .contents-btn {
	border: 1px solid #e5e5e5;
	color: #3e3e3e;
	outline: 1px solid rgba(255, 255, 255, 0);
	transition: all .3s ease-out;
	width: 244px;
}
.product-sidearea-store2 .contents-txt .contents-btn:hover {
	border-color: rgba(255, 255, 255, 0);
	box-shadow: 4px 4px 0 #0086cd inset, -4px -4px 0 #0086cd inset;
}
.product-sidearea-store2 .contents-txt .contents-btn a {
	border: none;
	padding: 11px 20px 8px;
}
.product-sidearea-store2 .contents-txt .contents-btn:hover a {
	background: transparent;
	border: none;
}
.product-sidearea-store2 .contents-txt .contents-btn a:before {
	background: url(/common/images/ico-store2.svg) left top no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 24px;
	margin-right: 10px;
	margin-top: -2px;
	width: 24px;
}

.product-slider .slick-list,
.product-slider .slick-track {
	min-width: 100%;
	overflow: inherit;
}

.product-slider .slick-prev,
.product-slider .slick-next {
	position: absolute;

	background: center center no-repeat rgba(255, 255, 255, .8);
	display: block;
	height: 0;
	overflow: hidden;
	z-index: 999;
}

.product-slider .slick-prev {
	background-image: url(/common/images/ico-arw-l-b.svg);
	background-size: 10px auto;
}

.product-slider .slick-next {
	background-image: url(/common/images/ico-arw-r-b.svg);
	background-size: 10px auto;
}
.product-slider .slick-arrow.slick-disabled {
	display: none !Important;
}
.product-slider .slick-list .slick-track {
	display: flex;
}
.product-slider .slick-list .slick-track li {
	height: auto;
}
.product-slider .slick-list .slick-track li li {
	display: flex;
}

.product-variation {
	background: #f1f5f6;
	overflow: hidden;
}

.product-variation h2 {
	font-weight: 500;
}

.product-variation-list {
	align-content: stretch;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.product-variation-list li a {
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #848484;
	height: 100%;
	width: 100%;
}

.product-variation-list li img {
	height: auto;
	max-width: 67px;
}

.product-relation {
	background: #f1f5f6;
	overflow: hidden;
}

.product-relation h2 {
	font-weight: 500;
}

.product-relation-list {
}

.product-relation-list li {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.product-relation-list li:last-child {
	border-right: 1px solid #e5e5e5;
}

.product-relation-list li a {
	background: #fff;
	border: 1px solid #fff;
	display: block;
	height: 100%;
}

.product-relation-list li img {
	height: auto;
	width: 100%;
}
.product-recommend {
	overflow: hidden;
}
.inner > .product-recommend {
	margin-top: 0;
}

.product-recommend h2 {
	font-weight: 500;
}

.product-recommend-list {
}

.product-recommend-list li {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.product-recommend-list li:last-child {
	border-right: 1px solid #e5e5e5;
}

.product-recommend-list li a {
	background: #fff;
	display: block;
	height: 100%;
}

.product-recommend-list li img {
	height: auto;
	width: 100%;
}

.product-back-btn .contents-btn {
	display: table;
}

.product-back-btn a {
	background: #858585;
}

.underindex-top-bg {
	height: auto;
	width: 100%;
}

.underindex-top-head {
	font-weight: 300;
}

.underindex-top-head span {
	display: block;
	line-height: 1.5;
	padding: 1em 0;
}

.underindex-undertop.news-detail .inner {
	display: flex;
	margin: 0 auto;
	max-width: 1180px;
}

.underindex-undertop-head {
	font-weight: 500;
	line-height: 1.5;
}

.underindex-undertop-tag li {
	border: 1px solid #4caadc;
	border-radius: 2px;
	color: #4caadc;
	display: inline-block;
	letter-spacing: 1.9;
	padding: 0 1em;
}

.underindex-undertop-share h2 {
	display: inline-block;
	font-weight: 300;
}

.underindex-undertop-share-area {
	font-size: 0;
}

.underindex-undertop-share-area li {
	display: inline-block;
	font-size: 13px;
	margin: 0 5px;
}

.underindex-undertop-share-area img {
	height: auto;
}

.underindex-box-ttl {
	font-weight: 300;
	line-height: 1;
}

.underindex-box-list {
	overflow: hidden;
}

.underindex-nav-ttl {
	font-weight: 300;
	line-height: 1;
}

.detail-topimage {
	height: auto;
	width: 100%;
}

.detail-share {
	text-align: center;
}
.element-pc .detail-share {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	text-align: right;
}

.detail-share li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: bottom;
}

.detail-share .fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.detail-share .line-it-button {
	height: 20px !important;
	width: 84px !important;
}

.detail-share img {
	height: auto;
}

.contact-wrap {
	background: #f1f5f6;
}

.contact-wrap .contact-inner .contents-ttl:first-child {
	margin-top: 0;
}

.contact-head.brand-list .contents-clm img[src*=logo-] {
	max-width: 150px;
}
.contact-head.brand-list .contents-clm img[src*=ico-] {
	max-width: 80px;
}

.contact-cat {
	font-weight: normal;
}

.contact-form input[type="text"] {
	background: url(/common/images/ico-search.svg) right 20px center no-repeat #fff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.contact-form input[type="submit"] {
	background: #4caadc;
	border: none;
	color: #fff;
	display: block;
}

.contact-ttl {
	display: block;
}

.contact-list {
	overflow: hidden;
}

.contact-inner .contents-clm-box .contents-btn.clm1 {
	max-width: 100%;
}
.contact-inner .contents-clm-box .contents-btn a {
	display: block;
}

.sitemap-nav-ttl {
	font-weight: 300;
	line-height: 1;
}

.modal {
		outline: none;
}

.faq-detail .contents-ttl,
.faq-detail .faq-ttl {
	background: url(/common/images/ico-ques-bk.svg) left 0.2em no-repeat;
	line-height: 1.7;
	margin: 24px 0 0;
	min-height: 2.1em;
	padding-left: 60px;
	background-size: 34px auto;
}
.faq-ttl + .contents-prag:first-of-type {
	background: url(/common/images/ico-ans-bk.svg) left -0.1em no-repeat;
	line-height: 1.7;
}
.faq-detail .contents-prag .contents-clm-box {
	margin-left: 0;
}
.faq-ttl + .contents-prag:first-of-type .contents-clm-box {
	margin-top: 0;
}

.faq-detail .contents-clm-box .contents-txt + img {
	margin-top: 50px;
}
.faq-detail .faq-flow {
	counter-reset: faqnum;
}
.faq-detail .faq-flow .contents-txtbox .faq-flow-item:before {
	background: #ecf6fb;
	color: #0185cd;
	content: counter(faqnum);
	counter-increment: faqnum;
	display: inline-block;
	font-size: 2.15rem;
	font-weight: 400;
	height: 45px;
	line-height: 1;
	text-align: center;
	width: 45px;
}
.faq-detail .faq-flow .contents-txtbox .contents-txtbox-img img {
}
.faq-detail .faq-flow .contents-txtbox .faq-flow-item img {
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 768px), print {
	.bread {
		background: #f1f5f6;
		border-bottom: 1px solid #e5e5e5;
	}

	.bread ul {
		box-sizing: content-box;
		margin: 0 auto;
		max-width: 1180px;
		padding: 10px 20px;
	}

	.bread li {
		display: inline;
		font-size: 12px;
		line-height: 1;
	}

	.bread li:before {
		background: url(/common/images/ico-bread.svg) center center no-repeat;
		content: "";
		display: inline-block;
		height: 8px;
		margin: 0 15px 2px 10px;
		vertical-align: middle;
		width: 4px;
	}
	.bread li:first-child:before {
		display: none;
	}

	.index-kv-main li,
	.index-kv-main li img{
		display: block;
		width: 100%;
	}

	.index-kv .slick-initialized .slick-slide {
	/*  height: 400px;*/
	}
	.index-kv .slick-initialized .slick-slide img {
		width: 100%;
		height: auto;
	}

	.index-kv-main li,
	.index-kv-main li img{
		display: block;
		width: 100%;
	}

	.index-kv-main-txt {
		align-items: center;
		display: flex;
		height: 100%;
		left: 50%;
		margin-left: -590px;
		position: absolute;
		top: 160px;
		width: 1180px;
		z-index: 100;

	}
	.index-kv-main-txt-inner {
		color: #fff;
		display: inline-block;
		font-size: 20px;
		left: 0;
		max-width: 430px;
		padding: 30px;
		text-shadow: 1px 1px 2px #000;
	}
	.index-kv-main-txt .contents-link {
		font-size: 14px;
	}

	.index-kv-controller {
		margin: 20px 0 0;
	}

	.index-kv-controller * {
		cursor: pointer;
	}

	.index-kv-controller .prev, .index-kv-controller .next {
		background-size: 9px 15px;
		padding: 15px 0 0;
		width: 9px;
	}

	.index-kv-controller .prev {
		margin-right: 30px;
	}

	.index-kv-controller .next {
		margin-left: 30px;
	}

	.index-kv-controller .stop {
		margin-right: 8px;
		padding: 15px 0 0;
		width: 12px;
	}

	.index-kv-controller .restart {
		background-size: 12px;
		margin-right: 8px;
		padding: 12px 0 0;
		width: 12px;
	}

	.index-kv-controller .pager li {
		margin: 0 8px;
		padding: 10px 0 0;
		width: 10px;
	}

	.index-kv .slick-dots {
		margin: 20px 0 0;
	}

	.index-kv .slick-dots li {
		margin: 0 8px;
	}

	.index-kv .slick-dots li button {
		padding: 10px 0 0;
		width: 10px;
	}

	.toptxt {
		position: relative;

		margin: 30px 0 0;
		padding: 30px 40px 30px 195px;
	}

	.toptxt.toptxt-center {
		margin-bottom: 10px;
		padding: 30px 40px;
	}

	.toptxt-ttl {
		position: absolute;
		top: 32px;
		left: 40px;

		font-size: 15px;
	}

	.toptxt-center .toptxt-ttl {
		position: static;

		font-size: 14px;
		margin: 0 0 10px;
	}

	.news {
		margin: 80px 0 0;
	}

	.news > .inner {
		box-sizing: content-box;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 1180px;
		padding: 0 50px;
	}

	.news-box {
		width: 100%;
	}

	.news-ttl {
		font-size: 24px;
		padding: 0 0 20px;
	}

	.news-ttl a {
		bottom: 30px;

		font-size: 14px;
		padding: 0 5px;
	}

	.news-list {
		border-bottom: 1px solid #e5e5e5;
		padding: 5px 0 25px;
	}
	.contact-inner .news-box {
		border: 1px solid #e5e5e5;
		box-sizing: border-box;
		padding: 25px 25px 0;
	}
	.contact-inner .news-box .news-list li:first-of-type a{
		margin-top: 0;
	}
	.contact-inner .news-box .contents-more {
		display: none;
	}
	.contact-inner .news-box .news-list,
	.contact-inner .news-box .news-ttl {
		border: none;
	}

	.news-list a {
		position: relative;
		margin: 20px 0 0;
		padding: 0 0 0 13.5rem;
	}

	.news-date {
		position: absolute;
		top: 0;
		left: 0;

		display: block;
	}

	.news-tag {
		font-size: 10px;
		line-height: 18px;
		margin: 0 10px 0 0;
		width: 65px;
	}

	.product-insecticide-wrap .contents-ttl + .product-insecticide {
		margin-top: 30PX;
	}
	.contents-subheading + .contents-prag .product-insecticide-list {
	margin-top: 20px;
}

	.product-insecticide-list li {
		font-size: 16px;
		padding: 18px;
		width: 20%;
	}

	.product-insecticide-list li:nth-child(-n+5) {
		border-top: 1px solid #e5e5e5;
	}

	.product-insecticide-list li > a:hover {
		text-decoration: none;
	}

	.product-insecticide-list li > a:hover .product-insecticide-btn {
		background: #4caadc;
		color: #fff;
	}
	.product-insecticide-list img {
		max-height: 199px;
		max-width: 100%;
		width: auto;
	}
	.product-insecticide-list .contents-txt {
		font-size: 14px;
		margin-top: 1em;
		line-height: 1.5;
	}
	.product-insecticide-list .contents-link {
		font-size: 13px;
	}

	.product-insecticide-list .contents-btn {
		margin-top: 0.8em;
		width: 100%;
	}

	.product-insecticide-list .contents-btn a {
		font-size: 13px;
	}
	.product-insecticide-list .contents-btn a[target="_blank"]:after {
		background: url(/common/images/ico-blank-w.svg) center center no-repeat;
		background-size: 8px auto;
		margin: 0 0 0 5px;
	}

	.product-insecticide-btn {
		font-size: 13px;
		transition: all .3s ease-out;
	}

	.product-insecticide-btn:hover {
		background: #4caadc;
		color: #fff;
		text-decoration: none;
	}

	.product-insecticide-btn span {
		font-size: 16px;
	}

	.product-insecticide-cat {
		margin: 15px 0 0;
		padding: 0 0 5px;
	}

	.product-insecticide-cat li {
		font-size: 16px;
		margin-left: 1.27%;
		margin-top: 1.4%;
		width: 18.98%;
	}
	@-moz-document url-prefix() {
		.product-insecticide-cat li {
			margin-top: 12.8px;
		}
	}

	.product-insecticide-cat li:nth-child(5n+1) {
		margin-left: 0;
	}

	.product-insecticide-cat a {
		align-items: center;
		display: flex;
		height: 90px;
		outline: 1px solid rgba(255, 255, 255, 0);
		transition: all .3s ease-out;
		vertical-align: middle;
	}

	.product-insecticide-cat a:hover {
			border: 1px solid #0086cd;
		box-shadow: 3px 3px 0 #0086cd inset, -3px -3px 0 #0086cd inset;
		color: #3e3e3e;
		text-decoration: none;
	}

	.product-insecticide-cat-icon {
		width: 90px;
	}

	.product-insecticide-cat-icon img {
		/*height: 45px;*/
		height: auto;
		width: 70px;
	}

	.product-insecticide-cat-name {
		padding-right: 20px;
	}

	.product-insecticide-case {
		margin: 25px 0 0;
	}

	.product-insecticide-case li {
		font-size: 16px;
		margin-left: 1.27%;
		margin-top: 1.27%;
		width: 18.98%;
	}

	.product-insecticide-case li:nth-child(5n+1) {
		margin-left: 0;
	}

	.product-insecticide-case a {
		background-position: center bottom 20px;
		background-size: 9px 7px;
		border: 8px solid #46a7db;
		padding: 20px 0 40px;
		transition: all .6s ease-out;
	}

	.product-insecticide-case a:hover {
		background-color: #0086cd;
		border-color: #0086cd;
	}

	.product-insecticide-case-clear {
		background-size: 12px;
		font-size: 14px;
		margin-left: 20px;
		padding-left: 20px;
	}

	.product-insecticide-case-check {
		border-radius: 8px;
		margin: 36px 0 0;
		padding: 10px 20px 30px;
	}

	.product-insecticide-case-check:before {
		left: 0px;
		background-image: url(/common/images/bg-chk-pc.png);
		height: 18px;
		width: 40px;
	}

	.js-insecticide-case-check-01.product-insecticide-case-check:before {
		left: 7.88%;
	}

	.js-insecticide-case-check-02.product-insecticide-case-check:before {
		left: 28.22%;
	}

	.js-insecticide-case-check-03.product-insecticide-case-check:before {
		left: 48.55%;
	}

	.js-insecticide-case-check-04.product-insecticide-case-check:before {
		left: 68.89%;
	}

	.js-insecticide-case-check-05.product-insecticide-case-check:before {
		left: 89.23%;
	}

	.product-insecticide-case-check .contents-bold {
		display: block;
		margin-top: 20px;
	}
	.product-insecticide-case-check li {
		font-size: 14px;
	}
	.product-insecticide-case-check .contents-bold + ul li {
		margin-top: 10px;
	}

	.product-insecticide-case-check span {
		line-height: 20px;
		padding: 0 30px;
	}

	.product-insecticide-case-list {
		margin: 40px 0 0;
	}

	.product-insecticide-case-txt {
		margin: 0 0 15px;
	}

	.product-insecticide-case-result li {
		display: none;
		width: 16.55%;
	}
	.product-insecticide-case-result li:nth-of-type(-n+12) {
		display: block;
	}

	.product-insecticide-case-result span {
		font-size: 14px;
	}

	.product-insecticide-case-result a {
		padding: 20px;
	}
	.product-insecticide-case-result a img {
		transition: .2s ease-out;
		/* height: 155px; */
		width: auto;
	}
	.product-insecticide-case-result a:hover img {
		transform: translate(0, -7px);
	}

	.product-insecticide-case-result + .contents-clm-more {
		display: block;
		margin: 20px auto 0;
		text-align: center;
	}
	.product-insecticide-case-result + .contents-clm-more .contents-btn {
		height: auto;
	}
	.product-insecticide-case-result + .contents-clm-more a {
		display: inline-block;
		padding-left: 40px;
		padding-right: 40px;
		width: auto;
	}


	.product-category {
		margin: 75px 0 0;
	}

	.product-category .inner {
		box-sizing: content-box;
		margin: 0 auto;
		max-width: 1180px;
		padding: 60px 50px;
	}

	.product-category .contents-clm-border {
		margin-top: 20px;
		padding: 0;
	}

	.product-category .contents-clm-border a {
		padding: 20px 0 30px;
		transition: all .3s ease-out;
		border-width: 3px;
		outline: 1px solid rgba(255, 255, 255, 0);
	}

	.product-category .contents-clm-border a:hover {
		border: 3px solid #4caadc;
		outline: 1px solid #4caadc;
	}

	.index .product-category .contents-clm-border a {
		padding-top: 13px;
	}

	.index .product-category .contents-clm-border p {
		line-height: 1;
		margin-top: 7px;
	}

	.product-category .contents-clm-border strong {
		font-size: 16px;
	}

	.index .product-category .contents-clm-border img {
		max-width: 90%;
		width: 147px;
	}

	.product-category .contents-btn {
		height: 60px;
	}
	.product-category .contents-clm .contents-clm-box.contents-btn:nth-of-type(odd) {
		margin-left: 0;
		margin-right: 1%;
	}
	.product-category .contents-clm .contents-clm-box.contents-btn:nth-of-type(even) {
		margin-left: 1% !Important;
		margin-right: 0;
	}

	.product-btn {
		font-size: 15px;
		justify-content: center;
	}

	.product-btn.contents-clm {
		margin-top: 10px;
	}

	.product-btn .contents-clm-box {
		margin-left: .84%;
		margin-right: .84%;
	}

	.index-footer {
		margin: 80px 0 0;
	}

	.index-footer .inner {
		box-sizing: content-box;
		margin: 0 auto;
		max-width: 1180px;
		padding: 20px 50px;
	}

	.index-footer-box {
		border-left: 1px solid #e5e5e5;
		margin: 50px 0 0;
		min-height: 102px;
	}

	.index-footer-box:hover:before {
		opacity: .7;
	}

	.index-footer-box:before {
		top: -10px;
		left: 40px;

		height: 102px;
		transition: opacity .3s ease-out;
		width: 102px;
	}

	.index-footer-box a {
		padding-left: 85px;
	}

	.index-footer p {
		font-size: 13px;
		margin: 15px 0 0;
	}

	.index-footer a:hover {
		color: #4caadc;
		text-decoration: underline;
	}

	.index-footer strong {
		background-size: 8px 14px;
		font-size: 18px;
		padding-left: 20px;
	}

	.product-head {
		box-sizing: content-box;
		margin: 0 auto;
		max-width: 1180px;
		overflow: hidden;
		padding: 30px 50px 70px;
	}

	.product-head-name {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		float: right;
		padding-left: 50px;
		width: 60.69%;
	}

	.product-head-ttl {
		font-size: 32px;
		font-weight: 300;
		line-height: 1.4;
		order: 2;
		width: 100%;
	}

	.product-head-tag {
		order: 3;
	}
	.product-head-tag li {
		border-radius: 3px;
		font-size: 12px;
		margin: 10px 0 0;
		padding: 0 1em 1px;
	}

	.product-head-img {
		box-sizing: border-box;
		float: left;
		width: 39.31%;
		transition: opacity .15s ease-out;
		opacity: 0;
	}
	.product-other .product-head-img {
		opacity: 1;
	}

	.product-head-img-for {
		height: auto;
	}

	.product-head-img-for img {
		margin: 65px auto 0;
	}

	.product-head-img-nav {
		border-top: none;
		margin-top: 22px;
		margin-right: -1px;
		padding: 0 30px;
	}
	.product-head-img-nav .slick-track {
		display: flex;
		justify-content: center;
		margin: auto;
	}
	.product-head-img-btn {
		cursor: pointer;
		float: none;
		margin: 8px 6px 0 0;
		max-width: 45px;
		outline: 1px solid rgba(255, 255, 255, 0);
		transition: all .3s ease-out;
		width: 20%;
		box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	}
	 .product-head-img-btn:first-of-type {
	}
	.product-head-img-btn img {
		border: 2px solid rgba(255, 255, 255, 0);
		transition: all .3s ease-out;
	}

	.product-head-img .slick-prev,
	.product-head-img .slick-next {
		width: 30px;
	}

	.product-head-img .slick-prev {
		left: -30px;
	}

	.product-head-img .slick-next {
		right: -32px;
	}

	.product-head-data {
		box-sizing: border-box;
		clear: right;
		margin: 0;
		overflow: hidden;
		padding-left: 50px;
		width: 60.69%;
	}

	.product-head-data .contents-bold {
		display: block;
		font-size: 24px;
		font-weight: normal;
		line-height: 1.8;
		margin: 35px 0 -10px;
	}

	.product-head-site h2, .product-head-store h2, .product-head-share-area h2, .product-head-store2 h2 {
		font-size: 12px;
	}

	.product-head-site, .product-head-store, .product-head-store2 {
		align-items: center;
		display: flex;
		margin: 20px 0 0;
	}

	.product-head-site h2, .product-head-store h2, .product-head-store2 h2 {
		box-sizing: border-box;
		padding-left: 40px;
		width: 145px;
	}

	.product-head-site ul, .product-head-store ul, .product-head-store2 ul {
		flex: 1;
	}

	.product-head-site h2 {
		background-size: 28px 17px;
	}

	.product-head-site ul {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.product-head-site ul li {
		width: 48.8%;
	}

	.product-head-site ul li.contents-txt {
		margin: 0;
	}

	.product-head-store h2 {
		background-size: 26px;
	}

	.product-head-store ul {
		align-items: center;
		display: flex;
	}

	.product-head-store li {
		margin-right: 12px;
		width: 23.21%;
	}

	.product-head-store a {
		outline: 1px solid rgba(255, 255, 255, 0);
		padding: 10px 0;
		transition: all .3s ease-out;
	}

	.product-head-store a:hover {
		border-color: rgba(255, 255, 255, 0);
		box-shadow: 4px 4px 0 #0086cd inset, -4px -4px 0 #0086cd inset;
	}

	.product-head-store a[target="_blank"]:after {
		top: 6px;
		right: 6px;
	}

	.product-head-store a img {
		max-height: 30px;
	}

	.product-head-store2 h2 {
		background-size: 26px auto;
		height: 30px;
		padding-top: 5px;
	}
	.product-head-store2 .contents-txt {
		width: 48.75%;
	}
	.product-head-store2 .contents-txt .contents-btn {
		outline: 1px solid rgba(255, 255, 255, 0);
		transition: all .3s ease-out;
		width: 100%;
	}
	.product-head-store2 .contents-txt .contents-btn:hover {
		border-color: rgba(255, 255, 255, 0);
		box-shadow: 4px 4px 0 #0086cd inset, -4px -4px 0 #0086cd inset;
	}
	.product-head-store2 .contents-txt .contents-btn:hover a {
		background: transparent;
		border: none;
	}

	.product-head-share {
		align-items: center;
		display: flex;
		justify-content: flex-end;
		margin: 40px 0 30px;
		order: 1;
		width: 100%;
	}
	.product-head-share h2 {
		display: none;
	}

	.product-head-share-area {
		margin: 0 0 0 10px;
	}

	.product-head-share-area img {
		width: 30px;
	}

	.product-head-share-print {
		border: 2px solid #686868;
		border-radius: 20px;
		font-size: 12px;
		margin-left: 20px;
		margin-right: 5px;
		padding: 3px 10px 5px;
		letter-spacing: 0em;
		cursor: pointer;
	}
	.product-head-share-print a {
		text-decoration: none;
		color: #303030;
	}
	.product-head-share-print:hover {
		opacity: 0.7;
	}
	.product-head-share-print img {
		height: auto;
		margin-left: 5px;
		position: relative;
		top: 1px;
		width: 20px;
	}

	.product-wrap {
		position: relative;
		margin: 80px auto;
		max-width: 1180px;
		padding-right: 16px;
	}

	.product-sidearea {
		display: none;
	}

	.product-slider .slick-prev, .product-slider .slick-next {
		top: 41.5%;
		padding: 40px 0 0;
		width: 40px;
	}

	.product-slider .slick-prev {
		left: -20px;
	}

	.product-slider .slick-next {
		right: -20px;
	}

	.product-variation > .inner {
		margin: 0 auto;
		max-width: 1180px;
		padding: 35px 0;
	}

	.product-variation h2 {
		font-size: 24px;
	}

	.product-variation-list {
		margin: 15px 0 0;
	}

	.product-variation-list .slick-list {
		overflow: hidden;
	}
	.product-variation-list .slick-slide {
		margin-right: 10px;
	}
	.product-variation-list li a,
	.product-variation-list li span.cu {
		align-items: center;
		background: #fff;
		display: flex;
		outline: 1px solid rgba(255, 255, 255, 0);
		padding: 10px;
		transition: all .3s ease-out;
		width: 100%;
	}
	.product-variation-list li a:hover img {
		border-color: #0086cd;
	}
	.product-variation-list li a:hover,
	.product-variation-list li span.cu {
		box-shadow: 2px 2px 0 #0086cd inset, -2px -2px 0 #0086cd inset;
		color: #4caadc;
		border: 1px solid #0086cd;
	}

	.product-variation-list li ul {
		align-content: stretch;
		align-items: stretch;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: calc(100% + 28px);
	}

	.product-variation-list li li {
		display: flex;
		padding: 8px 0;
		width: calc((100% - 60px) / 5) !Important;
		/*width: 215px;*/
		margin-right: 14px;
	}
	.product-variation-list li:nth-of-type(5n) {
		margin-right: 0;
	}
	.product-variation .product-slider-img {
		display: inline-block;
		vertical-align: middle;
		width: 67px;
	}

	.product-variation .product-slider-txt {
		display: inline-block;
		font-size: 12px;
		padding-left: 10px;
		vertical-align: middle;
	}

	.product-relation > .inner {
		margin: 0 auto;
		max-width: 1180px;
		padding: 35px 16px;
	}

	.product-relation h2 {
		font-size: 24px;
	}

	.product-relation-list {
		display: flex;
		margin: 20px 0 10px;
		width: 100%;
	}

/*
	.product-relation-list .slick-list {
		display: flex;
		overflow: visible !important;
	}
*/
	.product-relation-list li {
		width: calc(100% / 6) !Important;
	}
	.product-relation-list li:nth-of-type(6n) {
/*    width: calc(100% / 6 - 1px) !Important;*/
	}

	.product-relation-list li a {
		outline: 1px solid rgba(255, 255, 255, 0);
		padding: 20px 20px 55px;
		transition: all .3s ease-out;
	}

	.product-relation-list li a:hover {
		border-color: #0086cd;
		box-shadow: 4px 3px 0 #0086cd inset, -4px -4px 0 #0086cd inset, 0 -1px 0 #0086cd;
		color: #4caadc;
	}

	.product-relation-list li img {
		margin-bottom: 20px;
	}

	.product-recommend > .inner {
		margin: 0 auto;
		padding: 0 16px 0;
	}

	.product-recommend h2 {
		font-size: 24px;
	}

	.product-recommend-list {
		display: flex;
		margin: 25px 0 0;
		width: 100%;
	}
	.product-recommend .slick-track {
		display: flex;
		width: 100% !Important;
	}
	.product-recommend-list .slick-list {
		overflow: visible !important;
	}

	.product-recommend-list li {
		width: calc(100% / 6) !Important;
	}
	.product-recommend-list li:last-child {
/*    width: calc(100% / 6 - 1px) !Important;*/
	}

	.product-recommend-list li a {
		padding: 20px;
		transition: all .3s ease-out;
	}

	.product-recommend-list li:nth-child(1),
	.product-recommend-list li:nth-child(6) {
	}

	.product-recommend-list li a:hover {
		box-shadow: 4px 3px 0 #0086cd inset, -4px -4px 0 #0086cd inset, 0 -1px 0 #0086cd;
		color: #4caadc;
	}

	.product-recommend-list li img {
		margin-bottom: 20px;
	}

	.clm4 .slick-track {
		max-width: 1170px !Important;
	}
	.clm4 .slick-slide {
		width: calc(100% / 4) !important;
	}
	/*
	.product-recommend-list.clm4 li:last-child {
		width: calc(100% / 4 - 1px) !important;
	}
	*/

	.product-back-btn {
		margin: 80px 0 0;
	}

	.product-back-btn {
		margin: 80px 0 0;
	}

	.faq-detail .contents-ttl,
	.faq-detail .faq-ttl {
		font-size: 20px;
		font-weight: 500;
		margin: 0 auto;
		position: relative;
	}
	.faq-detail > * {
		margin-left: 60px;
	}
	.faq-ttl + .contents-prag:first-of-type {
		background-size: 34px auto;
		margin-left: 0;
		margin-top: 40px;
		min-height: 44px;
		padding-left: 60px;
	}
	.faq-detail .contents-prag .contents-clm.clm1 .contents-clm-box {
		margin-top: 50px;
	}
	.faq-detail .contents-prag .contents-clm.clm1 .contents-clm-box:first-of-type {
		margin-top: 0;
	}

	.faq-ttl + .contents-prag:first-of-type .contents-clm-box .contents-clm-txt > *:first-child {
		font-size: 16px !Important;
		font-weight: 500;
	}

	.faq-detail .contents-prag,
	.faq-detail p,
	.faq-detail .contents-table th,
	.faq-detail .contents-table td {
		font-size: 16px;
	}
	.faq-detail .contents-note {
		font-size: 14px !Important;
	}

	.faq-detail .contents-prag .contents-txtbox:nth-of-type(n+2) {
		margin-top: 30px;
	}

	.faq-detail .contents-prag .contents-note {
		font-size: 14px;
		padding-left: 1.2em;
	}

	.faq-detail .product-back-btn {
		margin: 30px 0 0 60px;
	}

	.product-back-btn .contents-btn {
		margin: 10px auto 0;
		width: 400px;
	}

	.product-back-btn .contents-btn:first-of-type {
		margin: 0 auto;
	}
	.faq-detail .product-back-btn .contents-btn:first-of-type {
		margin: 0 auto 20px;
	}
	.faq-detail .contents-prag .contents-txtbox:first-of-type {
		margin-top: 20px;
	}
	.faq-detail .contents-clm-box img {
		display: block;
		margin: auto;
	}
	.faq-detail .contents-clm-txt > img {
		margin-top: 20px;
	}

	.faq-detail .faq-flow .contents-txtbox .faq-flow-item:before {
		height: 45px;
		margin-right: 10px;
		padding: 12px 10px;
		width: 45px;
	}
	.faq-detail .faq-flow .contents-txtbox .contents-txtbox-img img {
		max-width: 215px;
		margin-left: 55px;
	}
	.faq-detail .faq-flow .contents-txtbox .faq-flow-item img {
		margin-left: 0;
	}

	.faq-detail .contents-txt + .contents-txt {
		margin-top: 10px;
	}
	.faq-detail .contents-txt + .contents-txt .contents-bold {
		display: block;
		margin-top: 50px;
	}
	.faq-detail .contents-txtbox-large.contents-txtbox-wides .contents-txtbox-img {
		width: 270px;
	}

	.faq-detail .contents-clm.product-btn {
		margin-top: 50px;
	}

	.product-back-btn a {
		transition: background .3s ease-out;
	}

	.product-back-btn a:hover {
		background: rgba(133, 133, 133, .7);
	}

	.underindex-top {
		position: relative;
	}

	.underindex-top-head {
		position: absolute;
		top: 42.64%;
		left: 8.59%;

		background: rgba(85, 85, 85, .7);
		color: #fff;
		font-size: 32px;
		line-height: 1;
		padding: 10px;
	}

	.underindex-top-head span {
		font-size: 13px;
	}

	.underindex-undertop-ttl {
		flex: 1;
	}

	.underindex-undertop-head {
		box-sizing: content-box;
		font-size: 31px;
		margin: 0 auto;
		max-width: 1180px;
		padding: 50px 20px;
	}

	.news-detail .underindex-undertop-head {
		padding-left: 0;
		padding-right: 0;
	}

	.underindex-undertop-tag {
		margin: -26px auto 40px;
		max-width: 1180px;
	}

	.underindex-undertop-tag li {
		font-size: 12px;
		margin: 10px 0 0;
	}

	.underindex-undertop-share {
		margin: 53px 0 0;
		text-align: center;
		width: 130px;
	}

	.underindex-undertop-share h2 {
		font-size: 12px;
	}

	.underindex-undertop-share-area {
		margin: 12px 0 0;
	}

	.underindex-undertop-share-area img {
		width: 30px;
		height: auto;
	}

	.underindex-box {
		margin: 70px 0 0;
	}

	.underindex-box-ttl {
		background: url(/common/images/ico-arw-r-b.svg) left center no-repeat;
		background-size: 8px 14px;
		font-size: 22px;
		padding-left: 18px;
	}

	.underindex-box-txt {
		font-size: 14px;
		margin: 30px 0 0;
	}

	.underindex-box-list {
		margin: 14px 0 0;
	}

	.underindex-box-list li {
		background: url(/common/images/ico-arw-r-b.svg) left center no-repeat;
		background-size: 6px 8px;
		display: inline-block;
		font-size: 14px;
		line-height: 1;
		margin: 16px 30px 0 0;
		padding: 0 0 0 16px;
	}

	.underindex-nav {
		border-bottom: 1px solid #e5e5e5;
		border-top: 1px solid #e5e5e5;
		margin: 80px auto 0;
		max-width: 1180px;
		padding: 30px 0;
	}

	.underindex-nav-ttl {
		font-size: 24px;
	}

	.underindex-nav-list {
		display: block !important;
		font-size: 0;
		padding-top: 10px;
	}

	.underindex-nav-list li {
		background: url(/common/images/ico-arw-r-b.svg) left center no-repeat;
		background-size: 5px 10px;
		display: inline-block;
		font-size: 14px;
		margin: 20px 30px 0 0;
		padding-left: 15px;
	}

	.underindex-nav-list li a.cu {
		color: #4caadc;
		text-decoration: underline;
	}

	.campaign-head + .contents .detail-inner1 {
		margin-top: 30px;
	}

	.detail-inner1 .contents-ttl:first-of-type {
		margin-top: 20px;
	}

	.contents > .detail-inner2 {
		margin-top: 15px;
	}

	.contents > .detail-inner3 {
		margin-top: -30px;
	}

	.detail-share {
		margin: 40px 0 0;
	}

	.detail-share img {
		width: 30px;
	}

	.contact-wrap .contact-inner {
		padding: 40px 20px;
	}

	.contact-inner {
		margin: 0 auto;
		max-width: 1180px;
		padding: 0 20px 60px;
	}
	.contact-inner.contact-head .contents-ttl:first-child {
		margin-top: 0;
	}
	.contact-inner.contact-head .contents-ttl {
		margin-top: 40px;
	}

	.contact-inner .contents-ttl.news-ttl {
		margin: 0;
		padding: 0;
	}

	.contact-inner .contents-ttl + .contents-subheading {
		margin-top: 30px;
	}
	.contact-inner .contents-subheading {
		margin-top: 60px;
	}
	.contact-inner.contact-head + .contact-inner .contents-subheading {
		margin-top: 0;
	}
	.contact-wrap .contact-inner .contents-subheading:first-child {
		margin-top: 0;
	}

	.contact-inner .contents-clm-box {
		margin-top: 60px;
	}

	.contact-inner .contents-clm-box:nth-child(-n+3) {
		margin-top: 25px;
	}

	.contact-inner + .index-footer {
		margin-top: 15px;
	}

	.contact-cat {
		font-size: 16px;
	}

	.contact-cat .contents-btn a {
		height: 77px;
	}

	.contact-form {
		margin: 20px 0 0;
	}

	.contact-form input[type="text"] {
		background-size: 20px;
		font-size: 16px;
		line-height: 62px;
		padding: 0 60px 0 20px;
	}

	.contact-form input[type="text"]:focus {
		box-shadow: 2px 2px 0 #4caadc inset, -2px -2px 0 #4caadc inset;
		outline: none;
	}

	.contact-form input[type="submit"] {
		cursor: pointer;
		font-size: 15px;
		line-height: 60px;
		margin: 30px auto 0;
		transition: opacity .3s ease-out;
		width: 280px;
	}

	.contact-form input[type="submit"]:hover {
		opacity: .7;
	}

	.contact-ttl {
		font-size: 17px;
		margin-top: 20px;
	}

	.contact-list {
		display: block !important;
	}

	.contact-list li {
		background: url(/common/images/ico-arw-r-b.svg) left center no-repeat;
		background-size: 6px 11px;
		display: inline-block;
		font-size: 14px;
		line-height: 1;
		margin: 16px 30px 0 0;
		padding: 0 0 0 16px;
	}

	.sitemap-nav {
		border-bottom: 1px solid #e5e5e5;
		margin: 0 auto 60px;
		padding: 0 0 40px;
		max-width: 1180px;
	}

	.sitemap-nav-ttl {
		border-top: 1px solid #e5e5e5;
		font-size: 24px;
		padding-top: 40px;
		margin-top: 40px;
	}

	.sitemap-nav-ttl a {
		background: url(/common/images/ico-arw-r-b.svg) left center no-repeat;
		background-size: 8px 14px;
		padding-left: 18px;
	}

	.sitemap-nav-list {
		display: block !important;
		font-size: 0;
		padding-top: 10px;
	}

	.sitemap-nav-list > li {
		background: url(/common/images/ico-arw-r-b.svg) left 6px no-repeat;
		background-size: 5px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		font-size: 14px;
		margin: 20px 0 0;
		padding: 0 30px 0 15px;
		width: 33%;
		vertical-align: top;
	}

	.sitemap-nav-list > li a.cu {
		color: #0086cd;
		text-decoration: underline;
	}

	.sitemap-nav-list-3rd > li {
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			display: inline-block;
			padding-right: 1em;
			font-size: 12px;
	}
	.sitemap-nav-list-3rd > li:before {
		content: "- ";
	}

	.contents-clm-message .contents-ttl + .contens-txt {
		margin-top: 20px;
	}
	.contents-clm-message .contents-clm-box-img + .contents-ttl,
	.contents-clm-404 .contents-clm-box-img + .contents-ttl {
		display: block;
		margin-top: 30px;
	}
	.contents-txtbox.contents-txtbox-404 {
		align-items: center;
		border: none;
		margin: 0 auto 30px !Important;
		padding-top: 0;
		width: 1100px;
	}
	.contents-txtbox.contents-txtbox-404 .contents-txtbox-img {
		max-width: 150px;
		padding-right: 60px;
	}

  .product-insecticide + .inner,
  .cm .contents-txtbox + .inner {
      margin-top: 80px;
  　}
}

@media screen and (max-width: 767px) {
	.bread {
		display: none;
	}

	.index-kv-main li a {
		display: block;
		overflow: hidden;
		position: relative;
		height: 288px;
	}

	.index-kv {
		height: 340px;
	}
	.index-kv img {
		height: 100%;
		margin-top: -144px;
		position: absolute;
		top: 50%;
		width: auto;
	}
	.index-kv-main-txt {
		align-items: flex-end;
		display: flex;
		height: 300px;
		left: 0;
		margin: auto;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	.index-kv-main-txt-inner {
		color: #fff;
		display: block;
		font-size: 1.5rem;
		left: 0;
		padding: 12px 16px;
		text-shadow: 1px 1px 2px #000;
		width: 100%;
	}
	.index-kv-main-txt-inner .contents-link {
		font-size: 1.3rem;
		margin-top: 5px;
	}

	.index-kv-controller {
		margin: 15px 0 0;
	}

	.index-kv-controller .prev, .index-kv-controller .next {
		background-size: 7px 12px;
		padding: 12px 0 0;
		width: 7px;
	}

	.index-kv-controller .prev {
		margin-right: 40px;
	}

	.index-kv-controller .next {
		margin-left: 40px;
	}

	.index-kv-controller .stop {
		margin-right: 6px;
		padding: 11px 0 0;
		width: 10px;
	}

	.index-kv-controller .restart {
		background-size: 10px;
		margin-right: 6px;
		padding: 11px 0 0;
		width: 10px;
	}

	.index-kv-controller .pager li {
		margin: 0 6px;
		padding: 12px 0 0;
		width: 12px;
	}

	.index-kv .slick-dots {
		margin: 10px 0 0;
	}

	.index-kv .slick-dots li {
		margin: 0 6px;
	}

	.index-kv .slick-dots li button {
		padding: 10px 0 0;
		width: 10px;
	}

	.toptxt {
		margin: 30px 0 0;
		padding: 10px;
	}

	.toptxt.toptxt-center {
		padding: 15px;
	}

	.toptxt-ttl {
		font-size: 1.2rem;
	}

	.toptxt-center .toptxt-ttl {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.toptxt-txt li {
		color: #707070;
		font-size: 1.4rem;
		margin: 12px 0 0;
	}

	.news-box {
		margin: 24px 0 0;
		padding: 16px;
	}

	.news-ttl {
		margin-left: 0;
		margin-right: 0;
		padding: 4px 0 20px;
	}

	.news-ttl a {
		bottom: 18px;

		font-size: 1.3rem;
		padding: 0 5px;
	}

	.contact-inner .news-box {
		border: 1px solid #e5e5e5;
		padding: 16px;
	}
	.contact-inner .news-list {
		border: none;
		padding: 0;
	}

	.news-list li {
		border-bottom: 1px solid #e5e5e5;
	}

	.news-list li:nth-child(n+4) {
		display: none;
	}
  
  	.info .news-list li:nth-child(n+4) {
		display: block;
	}

	.news-list a {
		padding: 12px 0;
	}

	.news-date {
		line-height: 1;
	}

	.news-tag {
		font-size: .9rem;
		line-height: 1rem;
		margin: 0 0 2px 10px;
		width: 40px;
	}

	.contents .product-insecticide-wrap {
		padding-top: 0;
	}

	.product-insecticide-wrap .contents-ttl + .product-insecticide {
		margin-top: 20PX;
	}
	.contents-subheading + .contents-prag .product-insecticide {
		margin-top: 10px;
	}
	.product-insecticide-list {
		margin: auto;
	}

	.product-insecticide-list li {
		padding: 10px 10px 15px;
		width: 50%;
	}

	.product-insecticide-list li:nth-child(-n+2) {
		border-top: 1px solid #e5e5e5;
	}

	.product-insecticide-list .contents-txt {
		font-size: 1.2rem;
		margin-top: 8px;
	}

	.product-insecticide-list .contents-btn {
		margin-top: 8px;
	}
 .product-insecticide-list .contents-btn a,
 .product-insecticide-list .product-insecticide-btn {
		font-size: 11px;
	}
	.product-insecticide-list .contents-btn a[target="_blank"]:after {
		background: url(/common/images/ico-blank-w.svg) center center no-repeat;
		background-size: 8px auto;
		margin: 0 0 0 5px;
	}
	.product-insecticide-name {
		font-size: 1.5rem;
	}

	.product-insecticide-btn span {
		font-size: 1.6rem;
	}

	.product-insecticide-cat {
		margin: 0;
		padding-top: 5px;
	}

	.product-insecticide-cat li {
		font-size: 1.3rem;
		margin-left: 3.47%;
		margin-top: 3.47%;
		width: 48.26%;
	}
	@-moz-document url-prefix() {
		.product-insecticide-cat li {
			margin-top: 21.5px;
		}
	}

	.product-insecticide-cat li:nth-child(odd) {
		margin-left: 0;
	}

	.product-insecticide-cat a {
		height: 70px;
	}

	.product-insecticide-cat-icon {
		width: 55px;
	}

	.product-insecticide-cat-icon img {
		height: auto;
		/*width: 34px;*/
		width: 45px;
		margin-left: 3%;
	}

	.product-insecticide-cat-name {
		padding-right: 10px;
	}

	.product-insecticide-case {
		margin: 10px 0 0;
	}

	.product-insecticide-case li {
		font-size: 1.1rem;
		margin-left: 1.56%;
		margin-top: 1.56%;
		width: 32.22%;
	}
	@-moz-document url-prefix() {
		.product-insecticide-cat li {
			margin-top: 9.5px;
		}
	}

	.product-insecticide-case li:nth-child(3n+1) {
		margin-left: 0;
	}

	.product-insecticide-case a {
		background-position: center bottom 5px;
		background-size: 8px auto;
		border: 4px solid #46a7db;
		height: 100%;
		padding: 12px 2px 16px;
	}

	.product-insecticide-case-ttl {
		position: relative;

		margin-bottom: 0 !important;
	}

	.product-insecticide-case-clear {
		position: absolute;
		right: 0;
		bottom: .3em;

		background-size: 11px;
		font-size: 1.2rem;
		padding-left: 15px;
	}

	.product-insecticide-case-check {
		border-radius: 4px;
		margin: 20px auto 0;
		padding: 0px 14px 20px;
	}

	.product-insecticide-case-check:before {
		left: 40px;
		background-image: url(/common/images/bg-chk-sp.png);
		background-size: 14px 6px;
		height: 6px;
		width: 14px;
	}

	.js-insecticide-case-check-01.product-insecticide-case-check:before {
		left: 13.54%;
	}

	.js-insecticide-case-check-02.product-insecticide-case-check:before {
		left: 47.74%;
	}

	.js-insecticide-case-check-03.product-insecticide-case-check:before {
		left: 81.59%;
	}

	.js-insecticide-case-check-04.product-insecticide-case-check:before {
		left: 13.54%;
	}

	.js-insecticide-case-check-05.product-insecticide-case-check:before {
		left: 47.74%;
	}

	.product-insecticide-case-check .contents-bold {
		display: block;
		margin-top: 20px;
	}
	.product-insecticide-case-check li {
		font-size: 1.2rem;
	}
	.product-insecticide-case-check .contents-bold + ul li {
		margin-top: 5px;
	}

	.product-insecticide-case-check span {
		background-size: 12px;
		padding: 0 15px;
	}

	.product-insecticide-case-list {
		margin: 30px 0 0;
	}

	.product-insecticide-case-txt {
		margin: 0 0 15px;
	}

	.product-insecticide-case-result {
		margin: 0 auto;
	}

	.product-insecticide-case-result li {
		display: none;
		width: 49.6%;
	}
	.product-insecticide-case-result li:nth-of-type(-n+10) {
		display: block;
	}

	.product-insecticide-case-result li a {
		display: block;
		padding: 30px 10px 20px;
	}

	.product-insecticide-case-result img {
		max-width: 70%;
	}

	.product-insecticide-case-result span {
		font-size: 1.4rem;
		margin: 30px 0 0;
	}

	.product-insecticide-case-result + .contents-clm-more {
		margin-top: 20px;
	}

	.product-category {
		margin: 40px 0 0;
		padding: 0 20px;
	}

	.product-category.insecticide-item-list {
		margin-bottom: 20px;
	}

	.product-category .inner {
		padding: 30px 0;
	}

	.product-category .inner .contents-ttl {
		margin-bottom: -13px;
	}

	.product-category .contents-clm-border {
		padding: 0;
	}

	.product-category .contents-clm-border a {
		padding: 15px 0;
	}

	.index .product-category .contents-clm-border p {
		margin-top: 12px;
	}

	.product-category .contents-clm-border strong {
		font-size: 1.5rem;
	}

	.product-category .contents-clm-border img {
		height: 94px;
		width: auto;
	}

	.product-btn .contents-clm-box {
		margin-top: 10px;
	}

  .product-insecticide + .inner .contents-ttl,
  .cm .contents-txtbox + .inner .contents-ttl {
    margin-top: 40px !important;
  }

	.index-footer {
		margin: 50px 0 0;
	}

	.index-footer .inner {
		padding: 25px 0 55px;
	}

	.index-footer .inner.blk-slider .contents-clm {
		margin-left: 0;
		margin-right: 0;
	}

	.index-footer .contents-clm {
		margin-top: 0;
	}

	.index-footer-box {
		border-top: 1px solid #e5e5e5;
		min-height: 48px;
	}

	.index-footer-box.contents-clm-box {
		margin-top: 25px !Important;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 25px;
	}

	.index-footer-box:before {
		background-position: left center;
		background-size: cover;
		height: 64px;
		width: 64px;
	}
	.index-footer-box:nth-of-type(1).contents-clm-box {
		margin-top: 0 !Important;
		padding-top: 0 !Important;
	}

	.index-footer-box a {
		padding-left: 80px;
	}

	.index-footer p {
		font-size: 1.2rem;
		margin: 5px 0 0;
	}

	.index-footer strong {
		background-size: 5px 10px;
		font-size: 1.6rem;
		padding-left: 13px;
	}

	.product-head {
		padding: 16px 16px 40px;
	}

	.product-head-ttl {
		font-size: 2.3rem;
		font-weight: 500;
	}

	.product-head-tag {
		margin: 11px 0 0;
	}

	.product-head-tag li {
		font-size: 1.2rem;
		margin: 6px 0 0;
	}

	.product-head-img {
		margin: 0 auto;
		width: 100%;
	}

	.product-head-img-for img {
		height: auto;
		margin: 0 auto;
		padding: 20px 0;
		max-width: none;
		width: 100%;
	}
	.product-other .product-head-img-for img {
		padding-bottom: 0;
	}


	.product-head-img-thumb {
		margin: 0;
	}

	.product-head-img-nav .slick-track {
		display: flex;
		justify-content: center;
		margin: auto;
	}
	.product-head-img-btn {
		float: none;
		margin: 0 4px;
	}

	.product-head-img .slick-prev, .product-head-img .slick-next {
		background-color: rgba(255, 255, 255, 0.7);
		height: 30px;
		margin-top: -15px;
		top: 50%;
		width: 30px;
	}

	.product-head-img .slick-prev {
		left: -12px;
	}

	.product-head-img .slick-next {
		right: -12px;
	}

	.product-head-img-nav {
			margin: 0 -1px 0 -4px;
	}

	.product-head-data {
		margin-top: 40px;
	}

	.product-head-data .contents-bold {
		font-size: 1.9rem;
		line-height: 1.625;
	}

	.product-head-data .contents-txt {
		line-height: 1.91;
	}

	.product-head-site, .product-head-store, .product-head-share, .product-head-store2 {
		margin-top: 35px;
		text-align: center;
	}
	.product-head-share {
		 display: none;
	}

	.product-head-site h2, .product-head-store h2, .product-head-share-bottom h2, .product-head-store2 h2 {
		font-size: 1.7rem;
	}

	.product-head-site h2 {
		background-size: 31px 18px;
		line-height: 18px;
		padding-left: 40px;
	}

	.product-head-site ul {
		margin: 10px 0 0;
	}

	.product-head-site ul li.contents-txt {
		margin: 10px 0 0;
	}

	.product-head-store h2 {
		background-size: 22px;
		line-height: 22px;
		padding-left: 30px;
	}

	.product-head-store ul {
		margin: 10px 0 0;
		overflow: hidden;
	}

	.product-head-store li {
		float: left;
		font-size: 14px;
		margin: 3.47% 0 0;
		width: 48.26%;
	}

	.product-head-store li:nth-child(odd) {
		margin-right: 3.47%;
	}

	.product-head-store li:nth-child(1), .product-head-store li:nth-child(2) {
		margin-top: 0;
	}

	.product-head-store a {
		padding: 12px 0;
	}

	.product-head-store a[target="_blank"]:after {
		top: 5px;
		right: 5px;
	}

	.product-head-store a img {
		max-height: 30px;
	}

	.product-head-store2 h2 {
		background-size: 24px auto;
		line-height: 22px;
		margin-bottom: 5px;
		padding-left: 40px;
	}

	.product-head-store2 ul {
		margin-top: 10px;
	}
	.product-head-store2 .contents-txt .contents-btn {
		min-height: 56px;
	}

	.product-head-share {
		text-align: center;
	}

	.product-head-share-area {
		margin: 30px auto 0;
		text-align: center;
	}
	.product-head-share-area h2 {
		font-size: 1.7rem;
		text-align: center;
		margin-bottom: 10px;
	}
	.product-head-share-area img {
		width: 36px;
	}

	.product-wrap {
		margin: 40px 0;
		padding: 0 16px;
	}
	.product-wrap .contents-txt + .contents-txt {
		margin-top: 5px;
	}
	.product-wrap .contents-txt + .contents-txt .contents-bold {
		display: block;
		font-size: 1.4rem;
		margin-top: 25px;
	}

	.product-sidearea {
		display: none;
	}

	.product-slider .slick-prev, .product-slider .slick-next {
		top: 40%;

		background-size: 7px auto;
		padding: 30px 0 0;
		width: 30px;
	}

	.product-slider .slick-prev {
		left: -10px;
	}

	.product-slider .slick-next {
		right: -10px;
	}

	.product-variation > .inner {
		padding: 30px 10px;
	}

	.product-variation h2 {
		font-size: 1.8rem;
		margin: 0 5px;
	}

	.product-variation-list {
		margin: 10px 0 0;
	}
	.product-variation-list li {
		padding: 5px;
		width: 50%;
	}
	.product-variation-list li ul {
		width: calc(100% + 28px);
	}

	.product-variation-list .slick-slide {
		display: flex;
	}

	.product-variation-list li a,
	.product-variation-list li span.cu {
		background: #fff;
		display: block;
		padding: 20px;
	}

	.product-variation-list li span.cu {
		box-shadow: 4px 4px 0 #0086cd inset, -4px -4px 0 #0086cd inset;
		color: #4caadc;
		width: 100%;
	}

	.product-variation-list .product-slider-img img {
		margin: auto;
		/*max-width: 90px;*/
		max-width: 60px;
	}

	.product-variation .product-slider-img {
		display: block;
	}

	.product-variation .product-slider-txt {
		display: block;
		margin-top: 10px;
	}

	.product-relation > .inner {
		padding: 30px 16px 40px;
	}

	.product-relation h2 {
		font-size: 2rem;
		margin-right: 15px;
	}

	.product-relation-list {
		border-left: none;
		border-right: none;
		margin: 20px 0 0;
	}
	/*
	.product-relation-list li:last-child {
		width: calc(100% / 12 - 1px) !Important;
	}
	*/

	.product-relation-list li a {
		padding: 15px 15px 30px;
	}

	.product-relation .product-slider-img {
		display: block;
	}

	.product-relation .product-slider-txt {
		display: block;
		margin-top: 10px;
	}

	.product-relation .slick-prev {
		left: 0 !important;
	}

	.product-relation .slick-next {
		right: 0 !important;
	}

	.inner > .product-recommend {
		margin-top: 40px;
	}
	.product-recommend > .inner {
		padding: 40px 16px 20px;
	}
	.inner .product-recommend > .inner {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.contents-prag + .inner .product-recommend > .inner {
	 padding-top: 20px;
	}

	.product-recommend h2 {
		font-size: 2rem;
		margin-left: 16px;
	}

	.product-recommend-list {
		border-left: none;
		border-right: none;
		margin: 20px 0 0;
	}
	/*
	.product-recommend-list li:last-child {
		width: calc(100% / 12 - 1px) !Important;
	}
	*/
	.product-recommend-list li a {
		padding: 15px 15px;
	}

	.product-recommend .product-slider-img {
		display: block;
	}

	.product-recommend .product-slider-txt {
		display: block;
		margin-top: 10px;
	}

	.product-recommend .slick-prev {
		left: 0 !important;
	}

	.product-recommend .slick-next {
		right: 0 !important;
	}

	.product-recommend + .inner {
		padding: 0 0 20px;
	}
	.product-recommend + .inner .contents-ttl {
		margin-top: 30px;
		margin-left: 16px;
	}
	.product-wrap + .inner + .inner .contents-ttl:first-child,
	.product-relation.hidden + .inner + .inner .contents-ttl:first-child {
		margin-top: 0;
	}

	.product-back-btn {
		margin: 50px 15px 0;
	}

	.product-back-btn .contents-btn {
		width: 100%;
	}

	.underindex-top-head {
		font-size: 2.3rem;
		margin: 16px;
	}

	.underindex-top-head span {
		font-size: 1.2rem;
	}

	.underindex-undertop-head {
		font-size: 2.5rem;
		font-weight: 500;
		padding: 30px 16px 20px;
	}
	.inner > .underindex-undertop-head {
		padding: 20px 0 0;
	}

	.underindex-undertop-tag {
		margin: -18px 0 0;
		padding: 18px 16px;
	}

	.underindex-undertop-tag li {
		font-size: 1.2rem;
		margin: 6px 0 0;
	}

	.underindex-undertop-share {
		margin-top: 35px;
		text-align: center;
	}

	.underindex-undertop .underindex-undertop-share {
		display: none;
	}

	.underindex-undertop-share h2 {
		font-size: 1.5rem;
	}

	.underindex-undertop-share-area {
		margin: 15px 0 0;
	}

	.underindex-undertop-share-area img {
		width: 36px;
	}

	.underindex-box {
		border-bottom: 1px solid #e5e5e5;
		font-size: 1.8rem;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.underindex-box:first-child {
		border-top: 1px solid #e5e5e5;
	}

	.underindex-box-ttl {
		background: url(/common/images/ico-arw-r-b.svg) right 5px center no-repeat;
		background-size: 7px 12px;
		font-size: 1.8rem;
		padding: 16px 18px 16px 0;
	}

	.underindex-box-ttl.underindex-box-trigger {
		position: relative;

		background: none;
		padding-right: 0;
	}

	.underindex-box-ttl.underindex-box-trigger:after {
		position: absolute;
		right: 3px;
		bottom: 16px;

		background-image: url(/common/images/ico-plus.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 14px;
		color: #4caadc;
		content: "";
		display: block;
		font-size: 1rem;
		height: 14px;
		line-height: 14px;
		padding: 0 14px 0 0;
	}

	.underindex-box-ttl.underindex-box-trigger.opn:after {
		background-image: url(/common/images/ico-cross.svg);
		background-size: 11px;
	}

	.underindex-box-txt {
		font-size: 1.4rem;
		margin: 10px 0 0;
	}

	.underindex-box-list {
		display: none;
		padding: 0 0 10px;
		transition: all .3s ease-out;
		width: 100%;
	}

	.underindex-box-list.opn {
		display: block;
	}

	.underindex-box-list li {
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
		display: table;
		float: left;
		vertical-align: top;
		width: 50%;
	}

	.underindex-box-list li:nth-child(odd) {
		border-right: 1px solid #fff;
	}

	.underindex-box-list li a {
		background-size: 4px 6px;
		display: table-cell;
		height: 100%;
		padding: 10px 15px 10px 0;
		vertical-align: middle;
	}

	.underindex-nav {
		background: #f1f5f6;
		margin: 50px 0 -50px;
		padding: 16px 16px 56px;
	}

	.underindex-nav-ttl {
		position: relative;

		font-size: 1.8rem;
	}

	.underindex-nav-ttl:after {
		position: absolute;
		right: 3px;
		bottom: 0;
		background-image: url(/common/images/ico-plus.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 14px;
		color: #4caadc;
		content: "";
		display: block;
		font-size: 1rem;
		height: 14px;
		line-height: 14px;
		padding: 0 14px 0 0;
	}

	.underindex-nav-ttl.opn:after {
		background-image: url(/common/images/ico-cross.svg);
		background-size: 11px;
	}

	.underindex-nav-list {
		border-top: 1px solid #e5e5e5;
		display: none;
		margin-top: 15px;
	}

	.underindex-nav-list li {
		background: url(/common/images/ico-arw-r-b.svg) left center no-repeat;
		background-size: 5px 10px;
		border-bottom: 1px solid #e5e5e5;
		padding-left: 15px;
	}

	.underindex-nav-list li a {
		display: block;
		padding: 10px 0;
	}

	.detail-inner1 {
		margin: 0 16px;
	}

	.detail-inner1 .contents-ttl {
		margin-left: 0;
		margin-right: 0;
	}

	.detail-inner1 .contents-subheading {
		line-height: 1.2;
		padding-bottom: 0;
	}

	.detail-inner2 {
		/*margin: 0 16px;*/
	}

	.detail-inner2 .contents-ttl,
	.detail-inner2 .contents-clm {
		margin-left: 0;
		margin-right: 0;
	}
	.detail-inner2 .contents-clm.clm2 .contents-clm-box {
		margin-top: 20px;
	}
	.detail-inner2 .contents-clm-box:nth-of-type(-1+n) {
		margin-top: 0;
	}
/*
	.detail-inner2 .contents-ttl + .contents-clm {
		margin-top: 0;
	}
*/
	.detail-inner2 > .contents-ttl:first-of-type {
		margin-top: 0;
	}

	.detail-inner3 {
		margin: 0 16px;
	}

	.detail-inner3 .contents-ttl,
	.detail-inner3 .contents-clm {
		margin-left: 0;
		margin-right: 0;
	}

	.detail-share-footer {
		margin: 50px 0 0;
	}

	.detail-share h2 {
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.detail-share img {
		width: 36px;
	}

	.inner.blk-slider {
		padding-left: 0 !Important;
		padding-right: 0 !Important;
	}
	.inner .inner.blk-slider {
		margin-left: -16px;
		width: calc(100% + 32px);
	}
	.inner.blk-slider .contents-ttl {
		margin-left: 16px;
	}

	.underindex-underfooter {
		margin-bottom: 20px;
	}
	.underindex-underfooter h2 {
		font-size: 1.7rem;
		font-weight: 500;
		text-align: center;
		margin: 30px 0 10px;
		text-align: center;
	}
	.underindex-underfooter .underindex-undertop-share {
		margin-top: 0;
	}

	.contact-wrap .contact-inner {
		padding-top: 35px;
	}
	.contact-wrap .contact-inner .contents-subheading:first-of-type {
		margin-top: 0;
	}
	.contact-wrap .contact-inner .contents-ttl + .contents-subheading {
		margin-top: 20px;
	}

	.contact-inner {
		margin: 0 16px;
		padding: 0 0 45px;
	}
	.contact-inner.contact-head + .contact-inner .contents-subheading {
		margin-top: 0;
	}

	.contact-inner .news-box {
		margin-top: 0;
		padding: 16px;
	}
	.contact-inner .contents-ttl {
		margin: 45px 0 0;
	}
	.contact-inner.contact-head .contents-ttl:first-child {
		margin-top: 0;
	}
	.contact-inner .news-box .news-ttl {
      	border-bottom: none;
	}
    .contact-inner .news-box .news-list li {
        border-bottom: none;	
    }

	.contact-inner .contents-ttl + .contents-subheading {
		margin-top: 20px;
	}

	.contact-inner .contents-clm {
		margin-left: 0;
		margin-right: 0;
	}

	.contact-inner + .index-footer {
		margin-top: 5px;
	}

	.contact-cat {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}

	.contact-cat .contents-btn {
		margin: 10px 0 0;
	}
	.contact-head .contact-table {
		border-bottom: 1px solid #e5e5e5;
	}
	.contact-head .contact-table thead {
		display: none;
	}
	.contact-head .contact-table tbody td {
		border: none;
		display: block;
		padding: 10px 0;
	}
	.contact-head .contact-table tbody .contents-table-th {
		border-bottom: 1px solid #e5e5e5 !Important;
		margin-top: 20px;
		overflow: hidden;
	}
	.contact-head .contact-table tbody tr:first-of-type .contents-table-th {
		margin-top: 0;
	}
	.contact-head .contact-table .contents-txtbox {
		display: flex;
		margin-top: 0;
	}
	.contact-head .contact-table .contents-txtbox .contents-txtbox-img {
		padding-top: 0;
		padding-right: 10px;
	}

	.contact-form {
		margin: 20px 0 0;
	}

	.contact-form input[type="text"] {
		background-size: 18px;
		font-size: 1.4rem;
		line-height: 4.5rem;
		padding: 0 54px 0 18px;
	}

	.contact-form input[type="submit"] {
		font-size: 1.4rem;
		line-height: 4.5rem;
		margin: 12px 0 0;
		width: 100%;
	}

	.contact-ttl {
		font-size: 1.6rem;
		margin-top: 10px;
	}

	.contact-trigger {
		position: relative;
		color: #3e3e3e;
		display: block;
	}

	.contact-trigger:after {
		position: absolute;
		top: 5px;
		right: 0;
		background-image: url(/common/images/ico-plus.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 14px;
		color: #4caadc;
		content: "";
		display: block;
		height: 14px;
		line-height: 14px;
		transition: all .3s ease-out;
		width: 14px;
	}

	.contact-trigger.opn:after {
		transform: rotate(-45deg);
	}

	.contact-list {
		border-top: 1px solid #e5e5e5;
		display: none;
		margin: 15px 0 0;
		padding: 10px 0 0;
		transition: all .3s ease-out;
		width: 100%;
	}

	.contact-list li {
		box-sizing: border-box;
		display: table;
		float: left;
		vertical-align: top;
		width: 50%;
	}

	.contact-list a {
		background-size: 4px 6px;
		display: table-cell;
		height: 100%;
		padding: 10px 15px 10px 0;
		vertical-align: middle;
	}
	.sitemap-nav {
		margin: 0 0 -40px;
		padding: 0 0 66px;
	}

	.sitemap-nav-ttl {
		position: relative;
		font-size: 2rem;
		margin-top: 30px;
	}

	.sitemap-nav-list {
		margin-top: 15px;
	}

	.sitemap-nav-list > li {
		background: url(/common/images/ico-arw-r-b.svg) left 15px no-repeat;
		background-size: 5px 10px;
		border-bottom: 1px solid #e5e5e5;
		padding-left: 15px;
	}

	.sitemap-nav-list > li a {
		display: block;
		padding: 10px 0;
	}

	.sitemap-nav-list-3rd {
		margin-top: -5px;
		padding-bottom: 10px;
	}
	.sitemap-nav-list-3rd > li a {
		display: block;
		padding: 3px 0;
	}
	.sitemap-nav-list-3rd > li a:before {
		content: "- ";
	}
	.cm .clm2 .contents-clm-box,
	.campaign .contents-clm.clm3 .contents-clm-box,
	.campaign .contents-clm.clm4 .contents-clm-box {
		margin-top: 30px;
		margin-left: 0 !Important;
	}

	.campaign .contents-clm.clm4.clm2-sp .contents-clm-box:nth-of-type(even) {
		margin-left: 4% !Important;
	}

	.faq-detail .contents-ttl,
	.faq-detail .faq-ttl {
		background-position: left top;
		background-size: 30px auto;
		font-size: 1.8rem !Important;
		margin-top: 0;
		padding-left: 40px;
	}
	.faq-detail > * {
		margin-left: 40px;
	}
	.faq-detail > .contents-table-scroll {
		margin-left: -16px;
		padding-left: 56px;
	}
	.faq-detail .contents-prag .contents-table-scroll {
		margin-left: -56px;
		padding-left: 56px;
		width: calc(100% + 72px);
	}

	.faq-detail .contents-txt + .contents-txt {
		margin-top: 5px;
	}
	.faq-detail .contents-txt + .contents-txt .contents-bold {
		display: block;
		font-size: 1.4rem;
		margin-top: 25px;
	}
	.faq-ttl + .contents-prag:first-of-type {
		background-size: 30px auto;
		margin-left: 0;
		margin-top: 20px;
		min-height: 34px;
		padding-left: 40px;
	}
	.faq-detail .contents-prag .contents-clm.clm1 .contents-clm-box {
	margin-top: 30px;
	}
	/*
	.faq-detail .contents-prag .contents-clm.clm1 .contents-clm-box:first-of-type {
		margin-top: 0;
	}
	*/

	.faq-ttl + .contents-prag:first-of-type .contents-clm-box .contents-clm-txt > *:first-child {
		font-size: 1.6rem !Important;
	}

	.faq-detail .contents-txt + table {
		margin-top: 20px;
	}

	.faq-detail .contents-clm-txt > img,
	.faq-detail .contents-clm-box .contents-txt + img {
		margin-top: 25px;
	}
	.faq-detail .faq-flow .contents-txtbox .contents-txtbox-img {
		position: relative;
	}
	.faq-detail .faq-flow .contents-txtbox .contents-txtbox-img:before {
		height: 35px;
		left: 1.5px;
		margin-right: 10px;
		padding: 5px 5px;
		position: absolute;
		top: 6.5px;
		width: 35px;
	}
	.faq-detail .faq-flow .contents-clm-box img {
	}

	.faq-detail .product-btn {
		margin: 30px auto ;
	}

	.faq-detail .product-back-btn {
		margin: 20px auto 0;
	}
	.faq-detail .product-back-btn .contents-btn:last-of-type {
		margin-top: 10px;
	}

	.contents-txtbox.contents-txtbox-404 {
		border: none;
		margin: auto !Important;
		padding: 10px 0 0;
		width: auto;
	}
	.contents-txtbox.contents-txtbox-404 .contents-txtbox-img {
		margin: 0 auto 10px;
		max-width: 180px;
	}

	.contents-clm-message .contents-ttl + .contens-txt {
		margin-top: 20px;
	}
	.contents-clm-message .contents-clm-box-img + .contents-ttl,
	.contents-clm-404 .contents-clm-box-img + .contents-ttl {
		display: block;
		margin-top: 30px;
	}

/*
	.inner .contents-clm.contents-slider {
		width: 100vw;
		margin-left: -16px;
	}
*/
}

@media screen and (min-width: 1170px) {
	.index-kv .index-kv-main {
		max-height: 500px;
	}
	.index-kv .slick-initialized .slick-slide {
		align-items: center;
		display: flex;
		max-height: 500px;
	}
	.bread ul,
	.underindex-undertop-head {
		padding-left: 50px;
		padding-right: 50px;
	}
	.inner > .underindex-undertop-head {
		margin-top: -25px;
		padding: 0;
	}

	.contact-inner,
	.contact-wrap .contact-inner,
	.product-category .inner,
	.news > .inner,
	.product-variation > .inner,
	.product-relation > .inner,
	.product-recommend > .inner,
	.product-wrap {
		box-sizing: content-box;
		padding-left: 50px;
		padding-right: 50px;
	}
	.product-main {
		margin-right: 30px;
		max-width: 860px;
	}
/*
	.product-relation > .inner {
		padding-left: 0;
		padding-right: 0;
	}
*/
	.product-recommend > .inner {
		margin: 0 auto;
		padding: 70px 0 0;
		max-width: 1180px;
	}
	.product-relation.hidden + .inner {
		margin-top: 0;
	}
	.product-wrap + .inner .product-recommend .inner,
	.product-relation.hidden + .inner .product-recommend .inner {
		padding-top: 0;
	}

	.product-variation-list li ul {
		width: calc(100% + 14px);
	}

	.product-wrap {
		box-sizing: content-box;
		max-width: 890px;
		padding-right: 340px;
	}

	.product-wrap .contents-table-col {
	}
	.product-wrap .contents-table-col th,
	.product-wrap .contents-table-col td {
		font-size: 12px;
		padding: 5px;
	}
	.product-wrap .contents-mov {
		margin-left: auto;
		margin-right: auto;
		width: 700px;
	}

	.product-sidearea {
		background: #fff;
		display: block;
		position: absolute;
		top: 0;
		right: 50px;
		border: 1px solid #e5e5e5;
		width: 286px;
		padding-bottom: 20px;
	}
	.product-sidearea-store a {
		outline: 1px solid rgba(255, 255, 255, 0);
		transition: all .3s ease-out;
	}
	.product-sidearea-store a:hover {
		border-color: rgba(255, 255, 255, 0);
		box-shadow: 4px 4px 0 #0086cd inset, -4px -4px 0 #0086cd inset;
	}
/*
	.contact-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.contact-wrap .contact-inner {
		padding-left: 0;
		padding-right: 0;
	}
	*/
	.contact-head.brand-list .contents-clm img[src*=logo-] {
		max-width: 220px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
	.inner .product-variation > .inner,
	.inner .product-relation > .inner,
	.inner .product-recommend > .inner,
	.inner .product-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.product-variation-list li li {
		width: calc((100% - 60px) / 4) !Important;
	}
	.product-variation-list li li:nth-of-type(4n) {
		margin-right: 0;
	}
	.product-variation-list li li:nth-of-type(5n) {
		margin-right: 14px;
	}

	.index-kv-main-txt {
		margin-left: -50%;
		width: 100%;
	}

	.index-footer .index-footer-box .element-pc.element-sp{
		display: block !Important;
	}

	.index-footer {
		margin: 50px 0 0;
	}

	.index-footer .inner {
		padding: 25px 0 55px;
	}

	.index-footer .inner .contents-clm {
		margin-left: 0;
		margin-right: 0;
	}

	.index-footer .contents-clm {
		margin-top: 0;
	}

	.index-footer-box {
		min-height: 48px;
	}

	.index-footer-box.contents-clm-box {
		margin-top: 0 !Important;
		padding-left: 16px;
		padding-right: 16px;
	}

	.index-footer-box:before {
		background-position: left center;
		background-size: cover;
		height: 64px;
		width: 64px;
	}

	.index-footer-box:nth-child(1).contents-clm-box {
		margin-top: 0;
		padding-top: 0;
	}

	.index-footer-box a {
		padding-left: 80px;
		width: auto;
		min-width: inherit;
	}

	.index-footer p {
		font-size: 1.2rem;
		margin: 5px 0 0;
	}

	.index-footer strong {
		background-size: 5px 10px;
		font-size: 1.6rem;
		padding-left: 13px;
	}
	/*
	.contact-head.brand-list .contents-clm .contents-clm-box {
		display: flex;
	}
	.contact-head.brand-list .contents-clm .contents-txtbox {
		flex-direction: column;
	}
	.contact-head.brand-list .contents-clm .contents-txtbox.contents-txtbox-noborder {
		flex-direction: row;
	}
	.contact-head.brand-list .contents-clm .contents-txtbox-large .contents-txtbox-img {
		max-width: 100%;
	}
	*/
}

@media screen and (min-width: 768px) and (max-width: 1175px) {
	.inner > .product-recommend {
		margin-top: 60px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1169px) {
	.contact-inner,
	.contact-wrap .contact-inner,
	.product-category .inner,
	.news > .inner,
	.product-variation > .inner,
	.product-relation > .inner,
	.product-recommend > .inner,
	.product-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}
}


@media screen and (max-width: 320px) {
	.index-kv {
		height: 300px;
	}
	.index-kv-main li a {
		height: 250px;
	}
	.index-kv-main li img {
		margin-top: -125px;
	}
}
@media screen and (min-width: 600px) and (max-width: 768px) {
	.product-head,
	.product-wrap,
	.product-variation > .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.product-variation-list li li {
		width: calc((100% - 60px) / 4) !Important;
	}
	.product-variation-list li li:nth-of-type(4n) {
		margin-right: 0;
	}
	.product-variation-list li li:nth-of-type(5n) {
		margin-right: 14px;
	}

	.product-head-site ul li {
		width: 100%;
	}
	.product-head-store li {
		width: 48.8%;
	}

	.index-footer .inner {
		padding: 25px 0 55px;
	}
	.index-footer-box.contents-clm-box {
		padding-left: 16px;
		padding-right: 16px;
	}

}
@media screen and (max-width: 480px) {
	.index-kv .index-kv-main li:nth-of-type(2) img {
		left: -160px;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.index-kv .index-kv-main {
		max-height: 286px;
	}
	.index-kv .slick-initialized .slick-slide {
			height: 300px;
	}
	.index-footer-box a {
			min-height: 70px;
			min-width: inherit;
			width: 100%;
	}
}


@media print{
	.product-head,
	.product-wrap {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.product-head-store .element-pc {
		display: inherit !Important;
	}
}



