<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# PC～Tablet
  ## 共通
  ## ヘッダー
  ## フッター
  ## 商品画面
     ### 製品概要
     ### コンセプト
     ### マニュアル
     ### よくある質問
     ### 取扱条件／SDS
     ### 関連商品
# Tablet
  ## 共通
  ## ヘッダー
  ## フッター
  ## 商品画面
     ### 製品概要
     ### コンセプト
     ### マニュアル
     ### 技術情報
     ### 実験手法の実績一覧
     ### 参考文献
     ### よくある質問
     ### 取扱条件／SDS
     ### 関連商品
# Smartphone
  ## 共通
  ## ヘッダー
  ## フッター
  ## 商品画面
     ### 製品概要
     ### コンセプト
     ### マニュアル
     ### 技術情報
     ### 実験手法の実績一覧
     ### 参考文献
     ### よくある質問
     ### 取扱条件／SDS
     ### 関連商品
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PC～Tablet
--------------------------------------------------------------*/
@media screen and (max-width: 1100px) {

  /*--------------------------------------------------------------
  # 共通
  --------------------------------------------------------------*/
  .main-wrapper {
    width: 95%;
  }

  .site-main {
    width: 68%;
  }

  .site-side,
  #summary .site-side {
    width: 28%; /*200622編集*/
  }

  #sds-wrap {
    width: 85%;
    padding: 15px;
  }
  .sdsbtn {
    font-size: 90%;
    padding: 11px 10px !important;
  }

  .blue-ribbon {
    /*
    font-size: 13px;
    */
  }

  .js-scrollable th,
  .js-scrollable td {
    white-space: nowrap;
  }

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .hd-links a {
    padding: 12px 5px;
    font-size: 11px;
  }

  .hd-name-wrapper h1 {
    font-size: 25px;
  }

  .reduction .hd-name-wrapper h1 {
    font-size: 22px;
  }

  .hd-serach-tag {
    padding: 0 10px;
    flex-wrap: wrap;
  }

  .hd-serach-tag li {
    width: calc( (100%/4) - 20.5px );
    margin: 0 10px 22px;
    text-align: center;
  }

  .hd-right-pc-search {
    width: 200px;
  }

  /*--------------------------------------------------------------
  # フッター
  --------------------------------------------------------------*/
  .fix-right {
    display: none;
  }

  .footer-inner,
  .footer-contact-wrapper {
    flex-wrap: wrap;
  }

  .footer-suppor,
  .footer-detail,
  .footer-tel-wrapper,
  .footer-contact-btn {
    flex-basis: 100%;
  }

  .footer-support-detail {
    padding: 60px 5% 0;
  }

  .footer-support-detail br {
    display: none;
  }

  .footer-detail {
    padding: 0 10%;
    margin: 30px 0 0;
  }

  .footer-contact-btn {
    margin: 30px 0 0;
  }

  /*--------------------------------------------------------------
  # 商品画面
  --------------------------------------------------------------*/
  /**
   * 製品概要
   */
  .product-summary-table {
    width: 100%;
  }

.category_btn {  /*200623変更*/
  margin-bottom: 5px !important;

}
  #summary h2 {　/*200623変更*/
    font-size: 26px;
    margin: 0 0 20px;
  }

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

  .product-summary-list li {
    font-size: 14px;
  }

  .product-summary-list li::before {
    margin: 0 10px 0 0;
  }

  .product-summary-table th,
  .product-summary-table td {
    font-size: 13px;
  }

  .product-concept-kit-table {
    width: 100%;
  }

  .product-summary-btn {
    flex-wrap: wrap;
  }

  .product-summary-btn li {
    flex-basis: 100%;
  }

  .product-summary-btn li + li {
    border-top: solid 2px #8b8b8b;
    border-left: none;
  }

  /**
   * コンセプト
   */
  .blue-btn-detail {
    font-size: 13px;
  }

  /**
   * マニュアル
   */
  .manual-protocol-detail h3 {
    font-size: 16px;
    margin: 10px 0;
  }

  .manual-protocol-detail p {
    font-size: 12px;
    margin: 0 0 10px;
  }

  /**
   * よくある質問
   */
  .faq-main {
    width: 100%;
  }

  .faq dt,
  .faq dd {
    font-size: 15px;
  }

.faqo-q-txt {
  font-size: 20px;
}

  /**
   * 取扱条件／SDS
   */
  .sds-main {
    width: 100%;
  }

  /**
   * 関連商品
   */
  .related-list {
    flex-wrap: wrap;
  }

  .related-list li {
    width: calc( (100%/2) - 42px );
  }
  .slick-dots li {
	width:10px;
        border:none;
  }
}/* max-width: 1100px */

/*--------------------------------------------------------------
# Tablet
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {


  /*--------------------------------------------------------------
  # 共通
  --------------------------------------------------------------*/
  .scroll-hint {
    margin-bottom: 50px !important;
  }

  .sp-product-slide img {
    margin: 0 auto;
  }

  a[href^="tel:"] {
		pointer-events: auto;
  }

  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  .pc { display: none !important; }
  .sp { display: block !important; }
  .row { flex-wrap: wrap; }
  .row-tb-1 &gt; .col { width: 100%; margin: 0 0 20px; }
  .row-tb-2 &gt; .col { width: calc( (100% / 2) ); }
  .row-tb-3 &gt; .col { width: calc( (100% / 3) ); }
  .row-tb-4 &gt; .col { width: calc( (100% / 4) ); }

  .rwd {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }

  .rwd iframe,
  .rwd object,
  .rwd embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .main {
    padding: 76px 0 0;
  }

  .main-layer {
    padding: 92px 0 0;
  }

  .main-wrapper,
  .site-main {
    width: 100%;
  }

  .site-side {
    width: 100% !important;
  }

  .sp-inner {
    width: 90%;
    margin: 0 auto;
  }

  .sdsbtn {
    font-size: 90%;
    padding: 11px 10px !important;
  }


  section {
    border-top: none;
  }

  h2 {
    font-size: 30px;
    margin: 48px 0 28px 0;
    border-left: none;
    padding: 20px 30px;
    background: #1568ac;
    color: #fff;
  }

  h2::before {
    content: "";
    width: 12px;
    height: 50px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0;
  }

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .site-header {
    background: #faf9f5;
    width: 100%;
  }

  .site-header.border {
    border-top: 0;
  }

  .hd-right-link,
  .hd-breadcrumb,
  .hd-right-btn {
    display: none;
  }


　.hd-logo-wrapper {
　}

  .hd-logo-wrapper,
  .hd-logo-main .hd-logo-wrapper {
    padding: 0 20px;
    margin: 0 0;
  }

  .logo {
    padding: 10px 0 0 0 !important;
  }

  .hd-name-wrapper {
    background: none;
    border-bottom: none;
  }

  .hd-name-wrapper h1 {
    display: none;
  }

  .menu-trigger {
    display: block;
    background: #1568ac;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 0;
    text-align: center;
    width: 130px;
  }

  .menu-trigger:hover {
    color: #fff;
    text-decoration: none;
  }

  .menu-trigger img {
    margin: 8px 0 0;
  }

  .hd-links-wrapper {
    display: none;
    position: absolute;
    top: 70px !important;
    left: 0;
    width: 100%;
    padding: 70px 0;
    background: rgba(0,0,0,.8);
  }

  .hd-links {
    margin: 0 -8px;
  }

  .hd-links li {
    width: calc( (100%/2) - 16px );
    margin: 0 8px 15px;
    border-left: none;
    border-top: none;
    flex: auto;
  }

  .hd-links a {
    font-size: 16px;
    font-weight: bold;
    color: #0a65ac;
    background: #fff;
    border: solid 2px #d3d3d3;
    padding: 30px;
    text-align: left;
    position: relative;
  }

  .hd-links a::after {
    content: url(../images/common/sp-arrow.png);
    background: #1568ac;
    padding: 6px 8px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  .hd-links-list {
    display: block;
    width: 100%;
  }

  .hd-links-list a {
    background: #1568ac;
    color: #fff;
    text-align: center;
  }

  .hd-links-list a::after {
    content: none;
  }

  .hd-menu-inner h2 {
    background: none;
    color: #333;
    padding: 0 30px;
  }

  .hd-list-cont h2::before {
    top: -3px;
  }

  .hd-menu-close {
    right: 30px;
  }

  .hd-active-button .hd-right-btn {
    display: flex;
  }

  .hd-active-button .hd-right-btn,
  .hd-active-button .logo {
    padding: 0;
  }

  .hd-active-button .hd-right-btn a {
    width: 130px;
    display: block;
    padding: 20px 0;
    border-left: solid 1px #dcdcdc;
  }

  .hd-right-btn li,
  .hd-right-btn li + li {
    margin: 0;
  }

  .hd-right-btn li:last-child {
    margin: 0 -20px 0 0;
  }

  .right-btn-product li:last-child {
    margin: 0 110px 0 0;
  }

  /*--------------------------------------------------------------
  # コード追記　2019/05/22
  --------------------------------------------------------------*/
  /*ライン付テーブル*/
  table.line td{
    font-size: 90%;
  }

  .product-summary-kit {
    width: 100%;
    margin: auto;
  }

  .product-summary-kit p {
    width: 100%;
  }

#sds-wrap {
  width: 90% !important;
  margin-top: 20px !important;
}
    .search1 {
    	margin-right:0px;
    	padding:8px -8px 8px 8px;
      border:1px solid #333;
    }
    .search1 input{
    	width:100%;
    	padding:4px 0;
    	background:none;
    	border:none;
    	position:relative;
    }

    .search1 button{
    	display:block;
    	height:42px;
    	padding:8px;
      margin-right: 0px;
    	background-color:#0782e0;
    	color:#fff;
    	border:none;
    }


  /*--------------------------------------------------------------
  # フッター
  --------------------------------------------------------------*/
  footer {
    margin: 120px 0 0;
    padding: 25px 0;
  }

  .ft-cont .col,
  .ft-links {
    width: 100%;
    margin: 0 0 30px;
  }

  .ft-logo,
  .ft-search {
    text-align: center;
  }

  .ft-links {
    width: 50%;
  }

  .footer-support .blue-ribbon {
    padding: 15px 35px;
  }

  .footer-support h2 {
    /*
    font-size: 3.2vw;*/
    background: none;
    padding: 0;
  }

  .footer-support h2 span,
  .footer-tel-connect,
  .footer-tel-free li:last-child {
    display: none;
  }

  .footer-support h2::before {
    content: none;
  }

  .footer-support-detail {
    padding: 80px 5% 0;
  }

  .footer-support-detail h3 {
    font-size: 5vw;
  }

  .footer-support-detail p {
    font-size: 3.5vw;
  }

  .footer-detail {
    padding: 0;
  }

  .footer-tel-free {
    border-bottom: 0;
    padding: 0;
    justify-content: center;
  }

  .footer-tel-free-blue {
    font-size: 3.2vw;
  }

  .footer-tel-freedial {
    font-size: 7.2vw;
    pointer-events: auto;
  }

  .sp-footer-tel-wrapper p {
    /*margin: 0 0 30px;
    font-size: 2.6vw;
    color: #000;*/
    display:none;
  }

  .sp-footer-tel-btn {
    /*border: solid 2px #0782e0;
    border-radius: 8px;
    background: #fff;
    width: 58%;
    margin: 0 auto;*/
    display:none;
  }

  .sp-footer-tel-btn a {
    /*font-size: 4.7vw;
    font-weight: bold;
    text-decoration: none;
    display: block;*/
    display:none;
  }

  .sp-footer-tel {
    /*justify-content: space-between;
    align-items: center;*/
    display:none;
  }

  .sp-footer-tel-txt {
    /*flex: 1;*/
   display:none;
  }

  .sp-footer-tel-arrow {
    /*background: #0782e0;
    padding: 20px;*/
    display:none;
  }

  .sp-footer-tel-arrow img {
    /*vertical-align: baseline;*/
    display:none;
  }

  .footer-contact-btn {
    text-align: center;
  }

  .footer-contact-btn a {
    padding: 20px 40px;
    background: #0782e0;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 20px;
  }

  .footer-contact-btn a::before {
    content: url(../images/common/sp-arrow-right.png);
    margin: 0 30px 0 0;
  }

  .footer-links-wrapper {
    padding: 0;
  }

  .footer-links-wrapper::before,
  .footer-links-wrapper::after {
    content: none;
  }

  .footer-links,
  .footer-sns {
    flex-basis: 100%;
  }

  .footer-links {
    border-bottom: solid 1px #fff;
  }

  .footer-links li {
    width: calc(100%/3);
    text-align: center;
  }

  .footer-links a {
    font-size: 2vw;
    padding: 30px 0;
    display: block;
  }

  .footer-links li:not(:first-child) a {
    border-left: solid 1px #fff;
  }

  .footer-sns {
    padding: 15px 7.4%;
    text-align: right;
  }

  .footer-sns p {
    display: none;
  }

  /*--------------------------------------------------------------
  # 商品画面
  --------------------------------------------------------------*/
  /**
   * 製品概要
   */
  .sp-ttl {
    display: block;
    overflow: hidden;
    margin: 25px 0;
  }
.sp-meta {
  display: none;
}

ul.category_btn a.cate_btn, a.cate_btn2 {
  font-size: 11px;
  padding: 2px 8px;
}
  /**
  .sp-meta {
    font-size: 12px;
    color: #1266af;
    border: solid 1px #1266af;
    border-radius: 20px;
    padding: 8px 12px;
    display: inline-block;
  }
  **/

  .sp-ttl h1 {
    font-size: 28px;
    color: #0d6cbc;
    margin: 0px 0 20px;
  }

  #summary h2 {
    font-size: 22px;
    background: none;
    padding: 0;
    color: #333;


  }

  #summary h2::before {
    content: none;
  }

  #summary .slide-wrapper {
    display: none;
  }
  #summary .product-summary-btn {
    display: none;
  }

  ul.ad {
      /*border: double #888;*/
      padding:10px;
      /*position: relative;*/
      width: 100%;
      /*background: #f6efd8;*/
      margin: 0px 20px 20px 20px;

  }

  .ad li {
    font-size: 80%;
    font-weight: bold;
    line-height: 1.6;
    padding: 5px;
    list-style-type: none!important;
    color:#ff0000;
  }

  /*
  .ad li:before {
    content: "●";
    position: absolute;
    left : 1em;
    color: #910440;
  }
  */

  .ad li a {
    color: #1568ac;
  }

  .product-concept-kit-table th {
    font-size: 12px;
    padding:auto 5px;
  }

  .product-concept-kit-table td {
    vertical-align: middle !important;
    font-size: 10px;
        white-space: nowrap;
  }
  .num {
    font-size: 80%;
    white-space: nowrap;
  }

  /*4/23変更、20/06/22変更*/
  .sds-table,
  .kikaku-table {
    width: 90%;
    margin: 0 auto 40px auto;
  }

  .product-concept {
    width: 100%;
    padding: 0;
  }

  .product-code {
    margin: 0 auto 25px;
  }

  .product-concept .site-side {
    display: none;
  }

/*
  .product-concept-kit .blue-btn {
    background: #fff;
    color: #2c2c2c;
    border: solid 2px #d3d3d3;
    padding: 25px 30px;
    margin: 0 0 15px;
    text-align: left;
    width: auto;
    height: auto;
    line-height: 1;
    position: relative;
    border-radius: 0;
  }

  .product-concept-kit .blue-btn::after {
    content: url(images/sp-arrow.png);
    background: #1568ac;
    padding: 6px 8px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }

*/
  .product-concept-sp {
    padding: 0 0 15px;
  }

  /**
   * マニュアル
   */
  .product-manual {
    padding: 0;
  }

/*0516追記*/

  .manual-links-main {
    margin: 0 105px 10px 0;
  }

  .manual-links {
    margin: 0 0 30px;
  }
  .manual-links-icon {
    right: 80px;
  }

/*0516追記ここまで*/

  .manual-protocol {
    border: solid 1px #d3d3d3;
    border-radius: 0;
    margin: 0;
    position: relative;
  }

  .manual-protocol-img img {
    border-radius: 0;
    width: 160px;
  }

  .manual-protocol-detail {
    margin: 0 20px;
    flex: 1;
  }

  .manual-protocol-detail h3 {
    font-size: 18px;
    line-height: 1.6;
    margin: 12px 0;
  }

  .manual-protocol-detail h3 a {
    color: #515151;
  }

  .manual-protocol .blue-ribbon {
    left: 0;
  }

  /**
   * 技術情報
   */
  .product-technical {
    padding: 0;
    line-height: 1.6;
  }

  .technical-example {
    margin: 50px 0 20px;
    padding: 0;
    background: none;
    color: #0782df;
    font-weight: 700;
    position: relative;
  }

  .technical-example .blue-ribbon {
    position: relative;
    top: 0;
    left: 0;
    background: #515151;
    padding:10px;
    border-radius: 5px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
  }

  .technical-example .blue-ribbon:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #515151;
  }

  .technical-example .blue-ribbon::after {
    content: none;
  }

  .technical-example-table {
    margin: 30px 0;
  }

  .technical-example-table th {
    width: 110px;
  }

  .product-technical .site-side {
    margin: 50px 20px;
    border:1px solid #a5a7a6; /*200622追記*/
    background: none;
  }

  .technical-side-list {
    padding: 10px 20px; /*200622追記*/
  }

  .product-technical .site-side h2 {
    background: #a5a7a6;
    font-weight: 500;
    font-size: 105%; /*200623追記*/
  }

  .product-technical .site-side h2::before {
    background: #a5a7a6;
  }

  .technical-side-list li {
    padding: 10px 20px;
    border-bottom: dotted 1px #a6a6a6;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .technical-side-list img { /*200622編集*/
    width: 150px;
    height: auto;
    margin: 8px 0px !important;
  }

  .technical-side-list-sp {
    flex: 1;
    margin: 0 0 0 25px;
    text-align: left;
  }

  .technical-side-list h3 {
    font-size: 16px;
    margin: 0 0 15px;
  }

  #mokuji-container {
    margin: 10px;
  }

  /**
   * 実験手法の実績一覧
   */
  .product-references {
    padding: 0;
  }

  .product-achievement {
    border-top:none;
    padding: 0;
  }

  .product-achievement table {
    margin: 0;
  }

  .product-references p {
    margin: 0 0 20px;
  }

  .product-achievement h3 {
    margin-bottom: 0px !important;
  }

  /**
   * 参考文献
   */
  .references-btn {
    display: block;
    background: #fff;
    color: #2c2c2c;
    border: solid 2px #d3d3d3;
    padding: 25px 30px;
    margin: 0 0 15px;
    text-align: left;
    width: auto;
    height: auto;
    line-height: 1;
    position: relative;
    border-radius: 0;
    cursor: pointer;
  }

  .references-btn::after {
    content: url(../images/common/sp-arrow.png);
    background: #1568ac;
    padding: 6px 8px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }

  .references-sp-hidden {
    display: none;
    margin: 30px 0 0;
  }

  /**
   * よくある質問
   */
  .product-faq {
    padding: 0;

  }

  .faq dt {
    background: #fff url(../images/common/faq-arrow.png) no-repeat 96% 50%;
    border-radius: 0;
    padding: 0;
  }

  .faq dt:hover {
    background: #fff url(../images/common/faq-arrow.png) no-repeat 96% 50%;
    color: #333;
  }

  .faq dt.faq-open {
    background: #f2f9fe url(../images/common/faq-open-arrow.png) no-repeat 96% 50%;
  }

  .faq-a {
    line-height: 1.3em !important;
  }

  .faq-a-txt {
    line-height: 1.5em !important;
  }

  /**
   * 取扱条件／SDS
   */
  .product-sds {
    padding: 0;
  }

  /**
   * 関連商品
   */
  .related-main {
    padding: 0;
  }

  .related-main p {
    font-size: 16px;
    font-weight: bold;
  }

  .related-list li {
    width: 100%;
    padding: 20px;
    border-bottom: dotted 1px #a6a6a6;
  }
.slick-dots{
	margin:0 0 -40px 15%;
	width:60%;
	height:40px;
	text-align:center;
	display:block;
}
  .slick-dots li {
	width:10px;
        border:none;
  }
  .related-list figure {
    display: flex;
    align-items: center;
  }

  .related-list figure img {
    width: 150px;
  }

  .related-list h3 {
    font-size: 16px;
    margin: 0 0 15px;
    text-align: left;
  }

  .related-list p {
    font-size: 14px;
    font-weight: normal;
  }

}/* max-width: 768px */

/*--------------------------------------------------------------
# Smartphone
--------------------------------------------------------------*/
@media screen and (max-width: 667px) {

  /*--------------------------------------------------------------
  # 共通
  --------------------------------------------------------------*/
  .row-sp-1 &gt; .col { width: 100%; margin: 0 0 20px; }
  .row-sp-2 &gt; .col { width: calc( (100% / 2) ); }
  .row-sp-3 &gt; .col { width: calc( (100% / 3) ); }
  .row-sp-4 &gt; .col { width: calc( (100% / 4) ); }

  .main {
    padding:50px 0 0;
    overflow-x: hidden;
  }

  .main-layer {
    padding: 69px 0 0;
  }

  h2 {
    font-size: 22px;
    margin: 40px 0 15px 0;
    padding: 15px;
    background: #1568ac;
    color: #fff;
  }

  h2::before {
    width: 8px;
    height: 25px;
    margin: 0 18px 0 0;
  }

  h3 {
    font-size: 18px;
    margin: 40px 0 15px;
    line-height: 1.2;
  }

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .logo img {
    width: 180px;
  }

  .menu-trigger {
  /*
    padding: 13.5px 0; */
    padding: 20.5px 0;
    font-size: 13px;
    width: 70px;
  }

  .menu-trigger img {
    margin: 6px 0 0;
  }

  .hd-links-wrapper {
    top: 54px;
    padding: 40px 0 20px;
  }

  .hd-links a {
    font-size: 15px;
    padding: 20px 10px;
  }

  .hd-links a::after {
    right: 5px;
  }

  .hd-menu-cont {
    padding: 20px 0 0;
  }

  .hd-menu-inner {
    padding: 0;
  }

  .hd-list-ttl-sp {
    display: block;
  }

  .hd-menu-inner h2 {
    font-size: 4.4vw;
    padding: 0 20px;
    margin: 0 0 20px;
  }

  .hd-list-cont h2::before {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
  }

  .hd-menu-close {
    right: 20px;
    width: 24px;
  }

  .hd-list-wrapper {
    width:90%;
    margin: 0 auto 20px auto;
    padding: 0;
  }

  .hd-list-wrapper ul.hd-list {
    width: 100%;
  }

  .hd-list li {
    margin: 0;
  }

  .hd-list a,
  .hd-list li.hd-list-main-only a {
    padding: 25px;
  }

  .hd-list a {
    border-top: solid 2px #1468ac;
    position: relative;
  }

  .hd-list a .hd-list-main {
    font-size: 5.1vw;
    color: #434343;
    text-decoration: none;
  }

  .hd-list-second li:last-child a {
    border-bottom: solid 2px #1468ac;
  }

  .hd-list a::after {
    content: "";
    width: 12px;
    height: 22px;
    background: url(../images/common/arrow-sp-hd-list.png) no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }

  .hd-list-sub-sp {
    display: block;
    background: #1468ac;
    font-size: 3.7vw;
    color: #fff;
    line-height: 1.36;
    padding: 15px 25px;
  }

  .hd-search-inner {
    width: 90%;
  }

  .hd-list-ttl-pc,
  .hd-serach-tag,
  .hd-list a .hd-list-sub {
    display: none;
  }

  .hd-search-note {
    display: block;
    font-size: 4.4vw;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .hd-search-wrapper input::placeholder {
    color: transparent;
  }
  .hd-search-wrapper input:-ms-input-placeholder {
    color: transparent;
  }

  .hd-search-wrapper input[type="text"] {
    font-size: 15px;
    padding: 20px;
  }

  .hd-search-wrapper input[type="submit"] {
    top: 65%;
    right: 20px;
  }

  .hd-active-button .logo img {
    width: 90px;
  }

  .hd-active-button .hd-right-btn a {
    width: 80px;
    padding: 10px 0;
    font-size: 12px;
  }

  .hd-active-button .hd-right-list p {
    margin: 8px 0 0;
  }

  .hd-active-button .hd-right-search p {
    margin: 5px 0 0;
  }

  .right-btn-product li:last-child {
    margin: 0 50px 0 0;
  }

  /*--------------------------------------------------------------
  # フッター
  --------------------------------------------------------------*/
  footer {
    margin: 80px 0 0;
    padding: 25px 0;
  }

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

  .pagetop {
    right: 5%;
    bottom: 20px;
  }

  .pagetop img {
    width: 35px;
  }

  .ft-cont .col,
  .ft-links {
    margin: 0 0 20px;
  }

  #cse-search-box input[type="text"] {
    width: 185px;
    height: 35px;
    font-size: 15px;
    padding: 0 15px;
  }

  #cse-search-box input[type="submit"] {
    -webkit-appearance: none;
    color: #fff;
    font-size: 15px;
    background: #0782e0;
    padding: 8px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
  }

  .footer-support-detail {
    padding: 60px 5% 0;
  }

  .sp-footer-tel-wrapper p {
    font-size: 3vw;
    margin: 0 0 20px;
  }

  .sp-footer-tel-btn {
    width: 65%;
  }

  .sp-footer-tel-arrow {
    padding: 15px;
  }

  .sp-footer-tel-arrow img,
  .footer-contact-btn a::before {
    width: 12px;
  }

  .footer-contact-btn {
    margin: 20px 0 0;
  }

  .footer-contact-btn a::before {
    content: "";
    margin: 0 10px 0 0;
    background: url(../images/common/sp-arrow-right.png) no-repeat 0 0 / contain;
    display: inline-block;
  }

  .footer-links a {
    padding: 20px 0;
  }

  .footer-links li:last-child a::after {
    content: "";
    display: inline-block;
    background: url(../images/common/ico-new-window.png) no-repeat 0 0 / contain;
    width: 12px;
    height: 12px;
    margin: 0 0 0 5px;
  }

  /*--------------------------------------------------------------
  # 商品画面
  --------------------------------------------------------------*/
  /**
   * 製品概要
   */
  .sp-ttl {
    margin: 0px 0; /*200623変更*/
  }

  .sp-ttl h1 { /*200623変更*/
    clear: both;
    font-size: 20px;
    padding-top:10px;
    margin: 20px 0 !important;
    line-height: 1.4;
  }

  #summary h2 { /*200623変更*/
    font-size: 22px;
    line-height: 1.6;
    margin: 0 0 10px;
  }

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

  .product-summary-list li {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 10px;
    text-indent: -12px;
    padding: 0 0 0 22px;
  }

  .product-summary-table {
    margin: 0 0 30px;
  }

  .product-code {
    display: block;
    margin: 0 auto 25px;
  }

  .product-code li,
  .product-code li:first-child {
    display: block;
    margin: 0 0 12px;
  }

  .product-code .blue-btn {
    font-size: 13px;
    width: 88px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 8px;
    flex-shrink: 0;
  }

  .product-code .blue-btn-detail {
    font-size: 13px;
    line-height: 1.2;
  }



  /**
   * コンセプト
   */
  .product-concept p {
    color: #2f2f2f;
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
  }

/*
  .product-concept-kit {
    margin: 40px 0 0;
  }

  .product-concept-kit .blue-btn {
    padding: 20px;
  }

  .product-concept-kit .blue-btn::after {
    padding: 6px 8px;
    right: 15px;
  }

*/

  /**
   * マニュアル
   */
  .manual-links a {
    padding: 15px 60px 15px 20px;
  }

/*0516追記*/
  .manual-links-main {
    font-size: 16px;
    margin: 0 50px 8px 0;
  }

  .manual-links-icon {
    top:12px;
    right: 60px;
  }
/*0516追記*/

  .manual-links-sub {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
  }

  .manual-links-arrow {
    width: 45px;
  }

  .manual-movie-caption {
    font-size: 13px;
    margin: 10px 0 40px;
  }

  .manual-protocol-inner {
    align-items: flex-start;
  }

  .manual-protocol-img img {
    width: 120px;
  }

  .manual-protocol-detail {
    margin: 0 15px;
  }

  .manual-protocol-detail h3 {
    font-size: 16px;
    margin: 10px 0 5px;
    line-height: 1.3;
  }

  .manual-protocol .blue-ribbon {
    font-size: 10px;
  }

  /**
   * 技術情報
   */
  .product-technical p {
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
  }

  .technical-example {
    font-size: 16px;
    margin: 40px 0 15px;
  }


  .technical-example-img {
    margin: 20px 0 0;
  }

  .technical-example-table th,
  .technical-example-table td {
    font-size: 12px;
    padding: 10px 15px;
  }

  .technical-example-table th {
    width: 85px;
  }

/*
  .product-technical .site-side {
    margin: 40px auto 0;
  }
*/
  .technical-side-list li {
    padding: 10px;
  }

  .technical-side-list img {
    width: 120px;
  }

  .technical-side-list-sp {
    margin: 0 0 0 15px;
  }

  .technical-side-list h3 {
    font-size: 15px;
    margin: 0 0 5px;
    line-height: 1.6;
  }

  .product-technical p {
  font-size: 14px;
    line-height: 1.6;
  }

/*0529変更*/
  .achievement-table {
    margin: 20px 0 10px 0 !important;
  }

  /**
   * 実験手法の実績一覧
   */
  .achievement-table td {
    padding: 10px;
  }

  .achievement-table th:first-child {
    border-radius: 0;
  }

  .achievement-table th:last-child {
    border-radius: 0;
  }

  /**
   * 参考文献
   */
  .references-btn {
    padding: 20px;
  }

  .references-btn::after {
    padding: 6px 8px;
    right: 15px;
  }

  /**
   * よくある質問
   */
  .faq dt {
    background: #fff url(../images/common/faq-arrow.png) no-repeat 96% 50%;
    padding: 10px 40px 10px 15px;
    line-height: 1.3 !important;
  }

  .faq dt.faq-open {
    color: #333;
  }

  .faq dt,
  .faq dd {
    font-size: 15px;
  }

  .faq dd {
    padding: 10px 10px;
  }

  .faq-q,
  .faq-a {
    display: none;
  }

  .contact {
    margin: 40px 0 0;
  }

  .faq-a-txt .qaa_l,
  .qaa {
    padding: 0 0 0 0;
  }

  /**
   * 取扱条件／SDS
   */

  .sds-table th,
  .sds-table td,
  .kikaku-table th,
  .kikaku-table td{
    font-size: 13px;
    padding: 12px;
    line-height: 1.6;
  }

  .sds-table th,
  .kikaku-table th {
    width: 95px;
    padding: 12px 0 !important;
  }

    /*4/23変更ここまで*/

  .sds-download {
    width: 100%;
  }

  .sds-download-inner {
    flex-wrap: nowrap;
  }

  .sds-download a {
    font-size: 20px;
  }

  /**
   * 関連商品
   */
  .related-main p {
    font-size: 15px;
    line-height: 1.3;
  }

  .related-list figure img {
    width: 120px;
  }

  .related-list li {
    padding: 10px;
  }
.slick-dots{
	margin:0 0 -40px 15%;
	width:70%;
	height:40px;
	text-align:center;
	display:block;
}
  .slick-dots li {
	width:10px;
        border:none;
  }
  .related-list h3 {
    font-size: 15px;
    margin: 0 0 5px;
    line-height: 1.2;
  }

  .related-list p {
    font-size: 12px;
    line-height: 1.4;
  }

  .related-list figcaption {
    padding: 0 0 0 15px;
  }

}/* max-width: 667px */
</pre></body></html>