﻿@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 商品カタログ
  ## SPスライダー
  ## 製品お知らせ
  ## 探し方
  ## 技術資料ダウンロード
# 大項目分類
  ## 分類概要
  ## 製品一覧
# 検索結果
  ## 製品検索結果
  ## お役立ち情報検索結果
# 新着一覧
# ページ送り
# フリーページ
--------------------------------------------------------------*/
@media (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
/*--------------------------------------------------------------
# 商品カタログ
--------------------------------------------------------------*/
/**
* スライダー
*/
.slider-wrapper {
  position: relative;
  margin: 0 0 60px;
}

.catalog-slide-thumb,
.catalog-slide-thumb .slick-track,
.catalog-slide-thumb .slick-list {
  height: 100%;
}

.catalog-slide-thumb,
.catalog-slide-thumb .slick-track {
  width: 286px !important;
  box-sizing: border-box;
}

.catalog-slide-thumb {
  position: absolute;
  top: 0;
  right: 0;
}

.catalog-slide-thumb .slick-track {
  transform: none !important;
  background: #faf9f5;
  overflow: hidden;
  border-right: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
}

.catalog-slide-thumb .slick-slide {
  float: none;
  font-size: 15px;
  font-weight: bold;
  border-top: solid 1px #c8c8c8;
  padding: 0 20px;
  width: auto !important;
  height: calc(100%/6);
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height:1.3em;
}

.catalog-slide-thumb .slick-slide:last-child:not(:nth-child(6)) {
  border-bottom: solid 1px #c8c8c8;
}

.catalog-slide-thumb .slick-track::before,
.catalog-slide-thumb .slick-track::after {
  content: none;
}

.catalog-slide-thumb .slick-cloned {
  display: none;
}

.catalog-slide-thumb .slick-slide:focus,
.catalog-slide-thumb .slick-current {
  outline: 0;
  color: #1468ac;
  box-shadow: 0px 2px 0 #f0c105 inset,-2px -2px 0 #f0c105 inset;
}

.catalog-slide-thumb .slick-list {
  overflow: visible !important;
}

/**
* 製品お知らせ
*/
section.product-news-section {
  padding: 0;
}

.product-news-main {
  justify-content: space-between;
}

.product-news {
  flex: 1;
  border-top: solid 1px #9f9f9f;
  padding: 40px 0 0;
  position: relative;
}

.product-news h2 {
  font-size: 18px;
  margin: 0;
  padding: 12px 32px 12px 16px;
  left: 0;
  color: #fff;
  border-left: 0;
  background: #1468ac;
}

.product-news h2 span {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 14px;
 letter-spacing: 0.06em;
}

.product-news-list-wrapper {
  overflow: auto;
}

.product-news-list {
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-news-list li {
  padding: 12px 12px 8px;
  position: relative;
  flex-basis: 46%;
  flex-wrap: wrap;
}

/*スクロールバーの幅*/
.product-news-list-wrapper::-webkit-scrollbar {
    width: 6px;
}
/*スクロールバーのレール*/
.product-news-list-wrapper::-webkit-scrollbar-track {
  border-radius: 30px;
  background: #eee;
}
/*スクロールバーのつまみ*/
.product-news-list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #1468ac;
}

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

.product-news-list a {
  color: #333;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.product-news-list a:hover .product-news-detail {
  color: #af005f;
}

.product-news-list a:hover img {
  animation: none;
}

.product-news-list a::after {
  content: "";
  width: 9px;
  height: 15px;
  display: block;
  background: url(../images/catalog/arrow-news.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.product-news-meta {
  align-items: center;
}

.product-news-date {
  font-size: 12px;
  text-decoration: underline;
}

.product-news-date span {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #af005f;
  margin: 10px 0 0;
}

.news-list-new {
  line-height: 1;
  margin: 0 0 0 15px;
}

.product-news-cat {
  line-height: 1;
  margin: 0 0 0 18px;
}

.product-news-detail {
  font-size: 14px;
  line-height: 1.4;
  transition: all .3s ease-in-out;
}

.product-news-detail {
  flex-basis: 100%;
  margin: 6px 0 0;
  padding: 0 20px 0 0;
}

.product-news-old {
  position: absolute;
  top: 14px;
  left: 288px;
}

.product-news-old a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #606060;
}

.product-news-old a::before {
  content: "";
  width: 7px;
  height: 10px;
  display: inline-block;
  background: url(../images/catalog/arrow-news.png) no-repeat 0 0 / contain;
  margin: 0 5px 0 0;
}

.product-news-banner {
  flex-basis: 425px;
  height: 435px;
  margin: 0 0 0 50px;
  overflow: hidden;
}

.product-banner-list li img {
  width: 100%;
}

.product-banner-list li + li {
  margin: 20px 0 0;
}

/**
* 検索ボックス
*/
.catalog-search-wrapper {
  background: #faf9f5;
  padding: 20px 0;
  margin: 42px 0 0;
}

.catalog-search-form {
  width: 600px;
  margin: 0 auto;
  position: relative;
}

.catalog-search-form input[type="text"] {
  width: 100%;
  font-size: 16px;
  padding: 20px 80px 20px 50px;
  background: #fff;
  border: solid 1px #d3d3d3;
  border-radius: 15px;
  box-sizing: border-box;
  color:#33333;
  font-family: "Noto Sans Japanese", Futura, Futura-Medium, 'Futura Medium','Century Gothic', CenturyGothic, 'M+1cregular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.catalog-search-form input[type="submit"] {
  background: url(../images/common/ico-hd-search.png) no-repeat;
  width: 34px;
  height: 34px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

/**
* 探し方
*/
section.catalog-tab-section {
  padding: 45px 0 0;
}

.catalog-tabs {
  position: relative;
}

.catalog-accordion-ttl {
  display: none;
}

.catalog-tabs .panel {
  padding: 35px 0 0;
  min-height: 150px;
}

.catalog-tabs-list {
  width: 100%;
  border-top: solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
}

.catalog-tabs-list li {
  flex-basis: calc(100%/5);
  text-align: center;
}

.catalog-tabs-list a {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  background: #fff;
  color: #1468ac;
  display: block;
  text-decoration: none;
  padding: 15px;
  position: relative;
}

.catalog-tabs-list a:hover,
.catalog-tabs-list a.active {
  color: #fff;
  background: #1468ac;
}

.catalog-tabs-list a:hover::after,
.catalog-tabs-list a.active::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(20, 104, 172, 0);
	border-top-color: #1468ac;
	border-width: 15px;
	margin-left: -15px;
}

.catalog-panel-list {
  margin: 0 -12px;
  flex-wrap: wrap;
}

.catalog-panel-list li {
  width: calc( (100%/4) - 26px );
  margin: 0 12px 20px;
  border: solid 1px #1468ac;
  border-radius: 5px;
  background: #fff;
}

.catalog-panel-list li:hover {
  border: solid 1px #0782e0;
}

.catalog-panel-list h3 {
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
  margin: 0;
  padding: 16px 10px 16px 16px;
  background: #1468ac;
  border-bottom: 0;
  display: block;
  border-radius: 5px 5px 0 0;
  transition: all .3s ease-in;
  letter-spacing: 0.05em;
}

.catalog-panel-list p {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 16px;
}

.catalog-panel-list a {
  color: #575757;
  text-decoration: none;
}

.catalog-panel-list a:hover {
  color: #0782e0;
}

.catalog-panel-list a:hover h3 {
  background: #0782e0;
}

.attention-list {
  margin: 0 -25px;
  flex-wrap: wrap;
}

.attention-list li {
  width: calc( (100%/3) - 86px );
  margin: 0 43px 40px;
}

.attention-list img {
  border-radius: 5px;
  width: 100%;
}

.attention-list h3 {
  font-size: 18px;
  margin: 15px 0 0;
  color: #1e1e1e;
  text-align: center;
  display: block;
  padding: 0;
  border-bottom: 0;
  text-decoration: underline;
}

.attention-list p {
  font-size: 14px;
  line-height: 1.35;
  margin: 20px 0 0;
}

.attention-list a {
  color: #333;
  text-decoration: none;
}

.attention-list a:hover h3 {
  color: #1468ac;
}

.tag-list {
  flex-wrap: wrap;
  padding: 0 0px;
}

.tag-list li {
  /*
  width: calc( (100%/6) - 30.5px );*/
  width: auto;
  margin: 0 5px 15px;
  text-align: center;
}

.tag-list a {
  font-size: 14px;
  color: #646464;
  text-decoration: none;
  display: block;
  background: #fff;
  border: solid 1px #a8a8a8;
  border-radius: 20px;
  padding: 8px 12px;
}

.tag-list a:hover {
  background: #1663a1;
/*  background: #0782e0;*/
  color: #fff;
}

.catalog-search {
  width: 72%;
  margin: 30px auto 60px auto;
  position: relative;
}

.catalog-search-note {
  display: none;
}

.catalog-search input[type="text"] {
  width: 100%;
  font-size: 17px;
  padding: 30px 34px;
  background: #fff;
  border: solid 3px #4f4f4f;
  border-radius: 8px;
  box-sizing: border-box;
}

.catalog-search input::placeholder {
  color: #646464;
}
.catalog-search input:-ms-input-placeholder {
  color: #646464;
}

.catalog-search input[type="submit"] {
  background: url(../images/common/ico-hd-search.png) no-repeat;
  width: 32px;
  height: 32px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.catalog-search input:focus {
  outline: 0;
}

.catalog-accordion-trigger {
  display: none;
}

/**
* 技術資料ダウンロード
*/
section.catalog-download-section {
  position: relative;
  padding: 56px 0 40px;
  margin: 60px 0 0;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  background: url(../images/catalog/bg-download.png);
}

.catalog-download-section h2 {
  font-size: 18px;
  padding: 15px 25px;
  margin: 0;
  border-left: 0;
  background: #1e1e1e;
  left: 0;
}

.catalog-download-section h2 span {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 20px;
}

.catalog-download-list {
  padding: 0 12px;
}

.catalog-download-list li {
  width: calc( (100%/4) - 16px );
  margin: 0 8px;
}

.catalog-download-list a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  background: #fff;
  border: solid 2px #0782e0;
  border-radius: 5px;
  color: #0782e0;
  text-decoration: none;
}

.catalog-download-list a:hover {
    color: #af005f;
}

.catalog-download-cont {
  justify-content: space-between;
  align-items: center;
}

.catalog-download-main {
  padding: 0 0 0 20px;
}

.catalog-download-cont figure {
  padding: 12px 15px;
  background: #0782e0;
}

/*--------------------------------------------------------------
# 大項目分類
--------------------------------------------------------------*/
.category-inner {
  padding: 0px 25px;
}


.first-ttl2 {
  display: none;
}

/**
* 分類概要
*/
section.cat-summary-section {
  padding: 0 0 45px;
}

.summary-popularity {
  position: relative;
  background: #faf9f5;
  border: solid 1px #d3d3d3;
  border-radius: 8px;
  align-items: center;
  width: 90%;
}

.summary-popularity::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 19px;
  background: url(../images/category/arrow-summary-popularity.png) no-repeat 0 0 / contain;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.cat-summary-section a {
  text-decoration: none;
}

.summary-popularity-img img {
  border-radius: 8px 0 0 8px;
}

.summary-popularity-detail {
  padding: 0 34px;
}

.summary-popularity-detail h3 {
  color: #0782e0;
  font-size: 22px;
  border-bottom: none;
  margin: 0 0 10px;
  padding: 0 0 3px;
  text-decoration: underline;
}

.summary-popularity-detail p {
  font-size: 15px;
  color: #494949;
  line-height: 1.46;
  margin: 0;
}

.summary-popularity-ribbon {
  font-size: 15px;
  font-weight: bold;
  background: #af005f;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: -12px;
  left: 0;
}

.summary-popularity-ribbon::after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  border: none;
  border-top: solid 12px transparent;
  border-left: solid 5px #f0c105;
}

.summary-detail {
  position: relative;
}

.summary-item {
  position: relative;
  overflow: hidden;
}

.summary-item.is-hide {
  height: 145px;
}

.summary-item.is-hide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

.summary-item p {
  color: #2f2f2f;
  line-height: 1.8;
  margin: 30px 0 0;
}

.btn-more {
  font-size: 19px;
  font-weight: bold;
  color: #0c5b9a;
  border: solid 2px #0c5b9a;
  display: block;
  padding: 12px;
  width: 310px;
  margin: 40px auto 0;
  transition: all .5s ease-in-out;
}

.btn-more:hover {
  background: #0c5b9a;
  color: #fff;
}

/**
* 製品一覧
*/
section.cat-product-section {
  padding: 0;
}

section.cat-product-section h2 {
  margin-bottom: 20px;
}

.product-toggle dt {
  font-size: 22px;
  padding: 18px 16px;
  margin: 0 20px 22px 20px;
  border: solid 2px #dfdfdf;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.product-toggle dt:hover {
  border: solid 2px #0782e0;
}

.product-toggle dt::before {
  content: url(../images/category/arrow-toggle-ttl.png);
  margin: 0 14px 30px 0 !important;
}

.product-toggle dt::after {
  content: url(../images/category/arrow-toggle-close.png);
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
}

.product-toggle dt.open::after {
  content: url(../images/category/arrow-toggle-open.png);
}

.product-toggle dd {
  margin: 0 0 22px;
}

.product-table {
  width: 100%;
}

.product-table th,
.product-table td {
  border-bottom: dotted 1px #ced1d3;
}

.product-table th {
  font-size: 14px;
  background: #f2f9fe;
  color: #494949;
  padding: 10px;
  border-top: dotted 1px #ced1d3;
  white-space: nowrap;
  vertical-align: middle;
}

.product-table td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.4;
}

.product-table a {
  font-size: 16px;
  font-weight: bold;
}

.product-table th:nth-of-type(2) {
  text-align: left;

}

.product-table td:nth-of-type(1) {
  width: 60px;
  text-align: center;
}

.product-table td:nth-of-type(2) {
  width: 560px;
}

.product-table td:nth-of-type(3),
.product-table td:nth-of-type(4) {
  font-size: 14px;
  text-align: right;
  width: 82px;
}

.product-table td:nth-of-type(5) {
  font-size: 14px;
  width: 105px;
  text-align: center;
}

.product-table tr:nth-child(odd) {
  background: #faf9f5;
}

/*--------------------------------------------------------------
# 検索結果
--------------------------------------------------------------*/
/**
* 製品検索結果
*/
section.search-result-section {
  position: relative;
  /*padding: 68px 0 0; 200623*/
  padding: 48px 0 0; /*200623*/
}

.search-result-section h1 {
  border-left: 0;
  margin: 0;
  left: 0;
  background: #1468ac;
  padding: 12px 25px;
  font-size: 18px;
}

.search-result-section h1 span {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 15px;
}

.search-result-section h2 {
  font-size: 30px;
  color: #333;
  margin: 0 0 34px 30px;
  padding: 0;
  border-left: 0;
  display: block;
}

.search-result {
  width: 88%;
  margin: 0 auto;
}

.search-result-ttl {
  align-items: center;
}

.search-result-ttl h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  display: block;
}

.search-result-num {
  font-size: 13px;
  margin: 0 0 0 34px;
}

.result-table {
  width: 100%;
  margin: 18px 0 0;
  border-top: solid 1px #ced1d3;
}

.result-table th,
.result-table td {
  font-size: 15px;
  line-height: 1.8;
  border-bottom: solid 1px #ced1d3;
}

.result-table th {
  width: 80px;
  padding: 10px 25px;
  background: #eaf6ff;
  text-align: left;
}

.result-table td {
  padding: 10px 18px;
}

.result-table td a {
  font-size: 16px;
  font-weight: bold;
}

.result-table td a + a {
  margin: 0 0 0 25px;
}

.result-table td span {
  display: block;
}

.result-all-btn {
  display: block;
  width: 314px;
  height: 44px;
  line-height: 44px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0c5b9a;
  border: solid 2px #0c5b9a;
  text-decoration: none;
  position: relative;
}

/*ボタン上部フェード
.result-all-btn::after {
  content: "";
  width: 11px;
  height: 15px;
  background: url(../images/result/arrow-result-all.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
**/
.search-result-field {
  position: relative;
  overflow: hidden;
}

/*検索結果の高さ*/
.search-result-field.is-hide {
  height: auto;
}

.search-result-field.is-hide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

/**
* お役立ち情報検索結果
*/
section.result-useful-section {
  margin: 40px 0 0;
  padding: 30px 0 0;
}

.result-useful-section .search-result-ttl h3 {
  font-size: 20px;
}

.result-useful-section .search-result-num {
  margin: 0 0 0 22px;
}

.result-useful-list {
  margin: 30px 8px 0;
}

.result-useful-list li + li {
  margin: 22px 0 0;
}

.result-useful-list h4 {
  font-size: 18px;
  margin: 0 0 8px;
  padding: 0 0 4px;
  display: inline-block;
  border-bottom: solid 1px #d31277;
  transition: all .3s ease-in-out;
}

.result-useful-list h4 a {
  color: #d31277;
  text-decoration: none;
}

.result-useful-list h4:hover {
  border-bottom: solid 1px #0782e0;
}

.result-useful-list h4 a:hover {
  color: #0782e0;
}

.result-useful-list p {
  font-size: 16px;
  line-height: 1.25;
  max-height: 3.75em;
  overflow: hidden;
  margin: 0;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
}

.result-useful-list p::before,
.result-useful-list p::after {
  content: '...';
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 3em;
  -ms-wrap-flow: start;
}

.result-useful-list p::after {
  background: currentColor;
  color: #fff;
  top: auto;
}

@supports (-webkit-line-clamp: 3) {

  .result-useful-list p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }

  .result-useful-list p::before,
  .result-useful-list p::after {
    content: normal;
  }

}


/*--------------------------------------------------------------
# 新着一覧
--------------------------------------------------------------*/
.news-list {
  margin: 0 50px;
}

/*--------------------------------------------------------------
# ページ送り
--------------------------------------------------------------*/
nav.cp_navi *, nav.cp_navi *:after, nav.cp_navi *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
nav.cp_navi a {
	text-decoration: none;
}
nav.cp_navi {
	margin: 2em 0;
	text-align: center;
}
.cp_navi .cp_pagination {
	display: inline-block;
	margin-top: 2em;
	padding: 0 0.5em;
}
.cp_navi .cp_pagenum {
	font-size: 1em;
	line-height: 50px;
	display: block;
	float: left;
	transition: 400ms ease;
	letter-spacing: 0.1em;
	color: #37474F;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: auto .5em;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
	font-weight: bold;
	color: #ffffff;
	background-color: #0782e0;
	border-radius: 50%;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	color: #0782e0;
	background-color: transparent;
	border-radius: 50%;
}


.section.free {
  border-top: none !important;
}
