﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300")/*;*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 共通
# ヘッダー
# フッター
# 選択反転
# 確認用印刷CSS
# 商品画面
  ## 製品概要
  ## コンセプト
  ## マニュアル
  ## 技術情報
  ## 実験手法の実績一覧
  ## 参考文献
  ## よくある質問
  ## 取扱条件／SDS
  ## 関連商品
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 共通
--------------------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align:baseline;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}


body {
  font-size: 16px;
  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;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

body.menu-open {
  overflow: hidden;
}

h1,h2,h3,h4,h5,h6 { clear: both; }

h2 {
  font-size: 30px;
  margin: 28px 0 10px 0;
  border-left: solid 7px #1468ac;
  padding: 3px 18px;
}

h3 {
  /*font-size: 24px;*/
  font-size: 22px;
  color: #af005f;
  /*margin: 20px 0 10px 0;*/
  margin: 20px 0 6px 0;
  padding: 0 0 8px;
  border-bottom: solid 2px #af005f;
  display: inline-block;
}

p { line-height: 1; margin: 1em 0; }
strong { font-weight: bold; }
hr { border: solid 1px #E6E6E6; margin: 0 0 20px; }

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
  outline: none;
  transition: all .3s ease-in-out;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


figure {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: underline;
  transition: all .3s ease-in-out;
  color: #0782e0;
}

sub, sup {
  font-size: 80% !important;
}

input:focus {
  outline: 0;
}

a:hover {
  text-decoration: underline;
  transition: all .3s ease-in-out;
  color: #af005f;
}

a img {
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

a:hover img {
  opacity: 1;
  animation: flash 1.5s;
}

section {
	padding: 60px 0 10px 0;
	border-top: 1px solid #ddd;
}

section.nobrd {
  border-top: 0;
}

@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}

button {
  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;
  overflow: visible;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.fleft { float: left; }
.fright { float: right; }
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}

.tleft { text-align: left }
.tright { text-align: right }
.tcenter { text-align: center; }

.ibl {
  display: inline-block;
  vertical-align: middle;
}

.main-wrapper {
  width: 1100px;
  margin: 0 auto;
}

.row {
  display: flex;
}

.row-2, .row-3, .row-4 { flex-wrap: wrap; }
.row-2 > .col { width: calc( (100% / 2) ); }
.row-3 > .col { width: calc( (100% / 3) ); }
.row-4 > .col { width: calc( (100% / 4) ); }

.btn a {
  position: relative;
  display: block;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  transition: all 1s ease;
  z-index: 0;
}

.btn a::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transition: all 0.75s ease 0s;
  background: #d31277;
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.btn a:hover {
  color: #FFF;
}

.btn a:hover::after {
  height: 450%;
  background: #af005f;
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.main {
  padding: 170px 0 0; /*200622編集 220>170*/
}

.main-none-hdname {
  padding: 82px 0 0;
}

.withside {
  justify-content: space-between;
}

.site-main {
  width: 728px;
}

.site-side {
  width: 305px;
}

.brd {
  border-bottom: solid 1px #ddd;
}

.blue-ribbon {
  font-size: 15px;
  font-weight: bold;
  background: #0782e0;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: -12px;
  left: 8px;
}

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

.container {
  overflow: hidden;
}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  background: #fff;
}

.site-header.border {
  border-top: solid 5px #1468ac;
}

.hd-logo-wrapper {
  justify-content: space-between;
  margin: 0 auto 5px;
  padding: 0px;
}

.hd-logo-main .hd-logo-wrapper {
  padding: 0;
  /*
  margin: 0 0 18px;*/
  margin: 0 0 10px;
}

.logo {
  padding: 5px 0 0;
}


.hd-right-link {

}
.hd-right-link a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #333;
  padding: 10px 12px;
  transition: background .1s ease;
	margin: 5px;
	border-radius: 8px;
	border: solid 1px #8b8b8b;
}

/*.hd-right-link a {
  display: block;
  color: #fff;
  background: #404041;
  padding: 16px 12px;
  transition: background .1s ease;
}*/

.hd-right-link a:hover {
  background: transparent;
}

.hd-right-btn {
  align-items: center;
  padding: 15px 0 0;
}

.hd-right-btn li {
  text-align: center;
  font-weight: bold;
}

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

.hd-right-btn a {
  font-size: 13px;
  color: #434343;
  text-decoration: none;
}

.hd-right-list p {
  margin: 10px 0 0;
}

.hd-right-search p {
  margin: 7px 0 0;
}

.hd-breadcrumb {
  align-items: center;
  padding: 10px 30px;
  background: #faf9f5;
}

.hd-breadcrumb,
.hd-breadcrumb a {
  font-size: 11px;
  color: #6d6d6d;
}

.hd-breadcrumb a {
  text-decoration: underline;
}

.hd-breadcrumb li + li::before {
  content: ">";
  margin: 0 12px;
}

.hd-name-wrapper {
  background: #1468ac;
  border-bottom: solid 15px #fff;
}

.hd-name-wrapper h1 {
  font-family: Arial, sans-serif;
  font-size: 28px; /*200622編集*/
  color: #fff;
  padding: 14px 0 10px 0; /*200622編集*/
  margin: 0;
  transition: all .3s ease;
}

.hd-name-wrapper h1.ja {
  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;
}


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

.reduction_img {
  margin-right: 15px;
  display: none;
}

.hd-links li {
  flex: 1;
  border-left: solid 1px #6b9bc2;
  border-top: solid 1px #6b9bc2;
  font-size: 16px;
  font-weight: 500;
}

.hd-links li:first-child {
/*
  border-radius: 8px 0 0 0;*/
}

.hd-links li:last-child {
  /*border-radius: 0 8px 0 0;*/
  border-right: solid 1px #6b9bc2;
}

.hd-links a {
  color: #fff;
  text-decoration: none;
  background: #0c5b9a;
  display: block;
  padding: 12px;
  text-align: center;
}

.hd-links a:hover,
.hd-links a.current {
  background: #fff;
  color: #0c5b9a;
  font-weight: 700;
}

.menu-trigger,
.hd-links-list {
  display: none;
}


.hd-name-wrapper .hd-right-pc-search {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}

.reduction .hd-name-wrapper .hd-right-pc-search {
  opacity: 1;
  visibility: visible;
}

#code_search {
  float: right;
}

.hd-menu-cont {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  max-height: 100%;
  background: #ebeff2;
  padding: 24px 0;
  z-index: 5;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  transition: all .75s cubic-bezier(.2,1,.2,1);
}

.hd-menu-cont.menu-open {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.hd-menu-inner {
  padding: 0 0 30px;
  position: relative;
}

.hd-menu-inner h2 {
  font-size: 26px;
  border-left: 0;
  text-align: left;
  padding: 0;
  margin: 0 0 26px;
}

.hd-list-cont h2::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/common/ico-hd-list.png) no-repeat 0 0 / contain;
  display: inline-block;
  margin: 0 12px 0 0;
  position: relative;
  top: 3px;
}

.hd-list-wrapper {
  padding: 0 18px;
}

.hd-list-ttl-sp,
.hd-list-sub-sp {
  display: none;
}

.hd-list-wrapper ul.hd-list {
  width: calc( (100%/2) - 24px );
  margin: 0 12px;
}

.hd-list li {
  margin: 0 0 15px;
}

.hd-list a {
  display: block;
  padding: 15px 30px;
  background: #fff;
  border: solid 2px #fff;
  text-decoration: none;
}

.hd-list li.hd-list-main-only a {
  padding: 12.4px 30px;
}

.hd-list a:hover {
  border: solid 2px #0c5b9a;
}

.hd-list a .hd-list-main {
  font-size: 16px;
  font-weight: bold;
  color: #0c5b9a;
  text-decoration: underline;
}

.hd-list a .hd-list-sub {
  font-size: 13px;
  color: #575757;
  margin: 10px 0 0;
  text-decoration: none;
  line-height: 1.46;
}

.hd-list a span {
  font-size: 11px;
  color: #999;
}

.hd-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.hd-search-wrapper {
  padding: 150px 0 85px;
}

.hd-search-inner {
  width: 72%;
  margin: 0 auto;
  position: relative;
}

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

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

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

.hd-search-wrapper 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%);
}

.hd-search-wrapper input:focus {
  outline: 0;
}

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

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

.hd-serach-tag a {
  font-size: 15px;
  color: #646464;
  text-decoration: none;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 10px;
}

.hd-serach-tag a:hover {
  background: #0782e0;
  color: #fff;
}



.hd-right-pc-list li + li {
  margin: 0 0 0 1px;
}

.hd-right-pc-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1468ac;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 18px 13px;
}

.hd-right-pc-list a[target="_blank"] {
  padding: 17px 10px;
}

.hd-right-pc-list a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/common/ico-external.png) no-repeat 0 0 / contain;
  margin: 0 0 0 5px;
}

.hd-right-pc-search {
  background: #f0c105;
  position: relative;
  padding: 7px 10px;
  margin: 0 0 0 1px;
  width: 238px;
}

.hd-right-pc-search input[type="text"] {
  width: 100%;
  font-size: 12px;
  padding: 10px 15px 10px 30px;
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
}

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

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 24px;
  bottom: 30px;
  z-index: 2;
}

.fix-right {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 1;
  transition: all .8s ease;
}

.fix-right.contraction {
  top: 200px;
}

.fix-right figure {
  margin: 0 0 1px;
}

footer {
  border-top: solid 1px #b6b6b6;
  margin: 110px 0 0;
  padding: 28px 0;
}

footer.footer-layer {
  border-top: 0;
  margin: 100px 0 0;
  padding: 0;
}

.ft-cont {
  justify-content: space-between;
}

.ft-links li {
  margin: 0 0 10px;
}

.ft-links a {
  font-size: 12px;
  color: #494949;
  text-decoration: none;
}

.ft-links a::before {
  content: "▶︎";
  color: #b6b6b6;
  margin: 0 8px 0 0;
  font-size: 10px;
}

.ft-links-first {
  margin: 0 25px 0 60px;
}

.ft-search {
  margin: 0 0 0 auto;
}

.ft-search img {
  display: none;
}

.gsc-control-cse {
  padding: 10px;
}

#cse-search-box input[type="text"] {
  width: 268px;
  height: 40px;
  border: solid 2px #b6b6b6;
  box-shadow: none;
  border-radius: 20px;
  font-size: 15px;
  padding: 0 20px;
}

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

::-webkit-input-placeholder {
  color: #646464;
}
::-moz-placeholder {
  color: #646464; opacity: 1;
}
input:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #646464;
}

.footer-main {
  border-top: solid 1px #1468ac;
  background: #faf9f5;
}

.footer-inner {
  position: relative;
}

.footer-support .blue-ribbon {
  padding: 15px;
  left: 0;
  background: #1468ac;
}

.footer-support h2 {
  font-size: 18px;
  border-left: 0;
  margin: 0;
}

.footer-support h2 span {
  font-size: 12px;
  margin: 0 0 0 20px;
}

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

@font-face {
  font-family: yasashisa;
  src: url('fonts/YasashisaAntique.ttf');
  src: url('fonts/YasashisaAntique.ttf') format('truetype');
  font-display: swap;
}

.footer-support-detail h3 {
  /*font-family: yasashisa,sans-serif;*/
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
}

.footer-support-detail p {
  /*font-size: 14px;
  line-height: 1.5;
  color: #1e1e1e;
  margin: 0;*/
  display: none;
}

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

.footer-contact-wrapper {
  align-items: center;
}

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

.footer-contact-btn a {
  padding: 10px 30px;
  background: #0782e0;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
}

.footer-contact-btn a::before {
  content: url(../images/common/ft-contact-arrow.png);
  margin: 0 15px 0 0;
  width: 9px;
  height: 13px;
}

.footer-tel-free {
  /*align-items: center;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: solid 1px #cdcdcd;*/
  display: none;
}

.footer-tel-free li + li {
  margin: 0 0 0 12px;
}

.footer-tel-free-blue,
.footer-tel-freedial {
  /*font-weight: bold;*/
  display: none;
}

.footer-tel-free-blue {
  font-size: 14px;
  color: #0782e0;
  margin: 0 0 8px;
}

.footer-tel-freedial {
  /*font-size: 32px;
  font-weight: bold;
  color: #2f2f2f;*/
  display: none;
}

.footer-tel-free li:last-child {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}

.footer-tel-connect {
  /*align-items: center;*/
  display: none;
}

.footer-tel-connect-attention,
.footer-tel-connect-number {
  /*color: #2f2f2f;
  display: none;
}

.footer-tel-connect-attention {
  /*font-size: 12px;
  padding: 0 35px;
  line-height: 1.4;*/
  display: none;
}

.footer-tel-connect-number {
  font-size: 18px;
  padding: 0 8px 0 0;
}

.footer-tel-connect-number span {
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 6px 0 0;
  background: #6c6c6c;
  color: #fff;
  border-radius: 3px;
}

.footer-links-wrapper {
  margin: 20px 0 0;
  padding: 8px 0;
  background: #444;
  position: relative;
}

.footer-links-wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 52px 25px;
  border-color: transparent transparent #444 transparent;
  position: absolute;
  top: 0;
  left: -25px;
}

.footer-links-wrapper::after {
  content: "";
  width: 50%;
  height: 52px;
  background: #444;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}

.footer-links-inner {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer-links {
  align-items: center;
}

.footer-links a {
  font-size: 12.5px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
}

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

.footer-links li:last-child a::after {
  content: url(../images/common/ico-new-window.png);
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.footer-sns {
  text-align: center;
}

.footer-sns a {
  text-decoration: none;
  font-size: 10px;
  color: #b4b4b4;
}

.footer-sns p {
  margin: 3px 0 0;
}

/*--------------------------------------------------------------
# 選択反転
--------------------------------------------------------------*/

::selection {
    background: #af005f; /*背景色*/
    color: #ffffff; /*文字色*/
}
::-moz-selection {
    background: #af005f; /*背景色*/
    color: #ffffff; /*文字色*/
}


/*--------------------------------------------------------------
# コード追記　2019/05/22
--------------------------------------------------------------*/
/*ライン付テーブル*/

table.line {
  /*margin-top: 15px;*/
  margin: 15px 0 10px 0;
  border-collapse: collapse;
  text-align: left;
  border:1px solid #c0c0c0;
	}

table.line th {
  border:1px solid #c0c0c0;
  padding:2px 10px 4px 10px;
  line-height: 1.4em !important;
  text-align: center;
  font-size: 14px;
}

table.line td {
  border:1px solid #c0c0c0;
  padding:5px 10px;
/*  padding:8px 12px;*/
  line-height: 1.5em !important;
/*  line-height: 1.6em !important;*/
  vertical-align: middle;
  font-size: 14px;
}
table.line p {
  line-height: 1.2em;
/*  line-height: 1.6em;*/
}

/*全体テーブル上寄せ*/
.main td {
  vertical-align: top;
}


/*--------------------------------------------------------------
# 確認用印刷CSS　2019/05/15追記
--------------------------------------------------------------*/

@media print {
  @page { margin: 20px 0; }
  footer {display:none;}
  .site-header {  position: static;
margin-bottom: 0;}

body {
  zoom: 0.65;
}
.main {
  padding: 10px 0 0;
}
 .no_print{
        display: none;
}
p.print {
   visibility: hidden; /* [A] */
}
@media print {
   p.print {
      visibility: visible; /* [B] */
   }
}
}


.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: 10px;
  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: 10px 10px 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;
}

/*--------------------------------------------------------------
# 商品画面
--------------------------------------------------------------*/
/**
 * 製品概要
 */
.sp-ttl {
  display: none;
}


#summary {
  padding: 20px 0 20px;
  border: none;
}

#summary h2{
  font-size: 30px;
  line-height: 1.4;
  margin-top: 0;
  padding: 0;
  border: none;
}
#summary p{
  line-height: 1.6;
}

#summary .site-side {
  width: 330px;
}

ul.category_btn {
  width:auto;
  margin-bottom: 10px;
}

ul.category_btn li {
  display: inline;
}

ul.category_btn a.cate_btn, a.cate_btn2 {
	padding: 3px 10px;
  font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #7e7e7e;
	border: 1px solid #7e7e7e;
	border-radius: 15px;
  margin-right: 5px;
  line-height: 3em;
}

.category_btn a.cate_btn:hover {
	background: #0782e0;
	color: #fff;
}

.category_btn a.cate_btn2:hover {
	background: #0782e0;
	color: #fff;
}

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

.product-summary-list li {
  margin: 0 0 15px;
  line-height: 1.4em;

}

span.code_ttl {
  font-size: 80%;
  margin-left: 10px;
}

.product-summary-list li::before {
  content: "●";
  color: #af005f;
  display: inline-block;
  margin: 0 18px 0 0;
}

.product-summary-table {
  margin: 0 0 35px;
  width: 650px;
}

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

.product-summary-table th,
.product-summary-table td {
  text-align: center;
}

.product-summary-table th { /*200622変更*/
  padding: 4px;
  font-size: 13px;
  color: #8b8b8b;
  border-top: solid 1px #8b8b8b;
  border-bottom: solid 1px #8b8b8b;
  background: #fff;
  vertical-align: middle;
}

.product-summary-table td { /*200622変更*/
  padding: 8px;
  font-weight: bold;
  color: #2f2f2f;
  border-bottom: solid 1px #ddd;
}

.product-summary-kit{
  margin-top: 15px;
}

.product-summary-kit a {
  display: block;
  font-size: 13px;
  color: #0782e0;
  text-decoration: underline;
  margin: 0 0 10px;
}

.product-summary-kit a::before {
  content: url(../images/common/ico-exclamation.png);
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 28px;
  height: 26px;
}

.product-summary-kit p {
  font-size: 13px;
  width:650px;
  line-height: 1.69;
  color: #444;
}

.slide-wrapper {
  margin: 10px 0 30px;
}

.thumb-item-nav {
  margin: 18px 0 0;
display: flex;
}

.thumb-item-nav .slick-track {
  display: flex;
}

.thumb-item-nav li {
  cursor: pointer;
  float: none;
  flex: 1;
}

.thumb-item-nav li + li {
  margin: 0 0 0 10px;
}

.thumb-item-nav li img {
  margin: 0;
}

.product-summary-btn {
  border: solid 2px #8b8b8b;
  border-radius: 8px;
}


.product-summary-btn li {
  flex: 1;
  font-weight: 600;
}

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

.product-summary-btn a {
  display: block;
  padding: 10px;
  color: #2f2f2f;
}

.btn-buy a::before {
  content: url(../images/common/ico-buy.png);
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 5px 0 0;
}

.btn-buy a:hover::before {
  content: url(../images/common/ico-buy-ro.png);
}

.btn-tel a::before {
  content: url(../images/common/ico-tel.png);
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 5px 0 0;
}

.btn-tel a:hover::before {
  content: url(../images/common/ico-tel-ro.png);
}

/**
 * コンセプト
 */
.product-concept {
  padding: 15px 0 20px;
}

.product-concept p {
  color: #2f2f2f;
  line-height: 1.8;
  margin: 0;
}

.product-principle {
  margin: 25px 0 0;
}

.product-code,
.product-code li {
  align-items: center;
}

.product-code {
  flex-wrap: wrap;
  margin: 10px 0 5px; /*200622変更*/
}

.product-code li {
  margin: 0 8px 8px;
}

.product-code li:first-child {
  margin: 0 100px 8px 8px;
}

.product-code li:last-child {
  width: 100%;
}

.blue-btn {
  font-size: 12px;
  font-weight: 500;
  background: #1468ac;
  width: 92px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  margin: 0 10px 0 0;
  border-radius: 2px;
}

.blue-btn-detail {
  font-family: Arial,sans-serif;
  font-size: 15px;
  color: #373737;
}

/*キット内容変更 4/22*/

.product-concept-kit {
  margin: 48px 0 0;
}

.product-concept-kit .blue-btn {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 500;
  width: 110px;
  height: 28px;
}

.product-concept-kit-table {
  width: 650px;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
}

.product-concept-kit-table th,
.product-concept-kit-table td {
  padding: 10px; /*200622編集*/
}

.product-concept-kit-table th {
  font-family: Arial,sans-serif;
  font-weight: bold;
  white-space: nowrap;
}


.product-concept-kit-table td {
  font-size: 13px;
  line-height: 1.68;
}

.product-concept-kit-table tr {
  border-bottom: solid 1px #d3d3d3;
}

.product-concept-kit-table td.num {
  text-align: right;
}

/*キット内容変更 4/22*/


.bnr-metabolism {
  margin: 20px 0;
}


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

.manual-links {
  border: solid 1px #d3d3d3;
  font-weight: 700;
  border-radius: 5px;
  /*border-radius: 8px;*/
  margin: 20px 0 65px 20px;
}

ul.manual-links.none {
  margin: 10px 0 30px !important;
  /*margin: 25px 0 30px !important;*/
}

.manual-links li + li {
  border-top: solid 1px #d3d3d3;
}

/*0516変更*/

.manual-links a {
  display: block;
  text-decoration: none;
  padding: 10px 30px 12px 30px;
  /*padding: 20px 30px;*/
  color: #494949;
  position: relative;
  justify-content: space-between;
}

.manual-links a span {
  display: block;
}


.manual-links-main {
  font-size: 24px;
  margin: 0 75px 5px 0;
  /*margin: 0 75px 10px 0;*/
  transition: all .3s ease;
  line-height: 1.4em;
}

.manual-links-sub {
  font-size: 14px;
  font-weight: normal;
}

.manual-links-icon {
  width: 32px;
  height: 32px;
  display: block;
  right: 80px;
  bottom: 25px;
  position: absolute;
}
/*0516変更　ここまで*/

.manual-links a:hover {
  background: #f2f9fe;
}

.manual-links a:hover .manual-links-main {
  color: #0782e0;
}

.manual-links-arrow {
  width: 62px;
  height: 100%;
  background: #0782e0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: background .3s ease;
}

.manual-links-arrow-first {
  border-radius: 0 5px 0 0;
}

.manual-links-arrow-last {
  border-radius: 0 0 5px 0;
}

.manual-links-arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.manual-links a:hover .manual-links-arrow {
  background: #494949;
}

.manual-movie-caption {
  font-size: 15px;
  color: #494949;
  margin: 12px 0 70px;
}

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


.manual-protocol-inner {
  align-items: center;
}

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

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


.manual-protocol-detail h3 {
  color:#0782e0;
  font-size: 22px;
  border-bottom: none ;
  margin: 15px 0 10px;
  padding: 0 0 3px;
}

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

/**
 * 技術情報
 */
.product-technical {
  padding: 0 0 45px;
}

h3.technical-ttl-first {
  margin: 0 0 15px;
}

.product-technical p {
  line-height: 1.75;
  margin: 0;
}

.technical-measuring {
  margin: 10px 0;
}

.technical-example {
  margin: 80px 0 20px;
  padding: 12px 20px 15px 100px;
  background: #333;
  color: #fff;
  line-height: 1.56;
  font-weight: 500;
  position: relative;
}

/*20211222
.technical-example-img {
  margin: 42px 0 0;
}
*/

.technical-example-table {
  margin: 16px 0; /*200622編集*/
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  width: 100%;
}

.technical-example-table th,
.technical-example-table td {
  font-size: 13px;
  border-bottom: solid 1px #ddd;
  /*padding: 10px 20px; 211222下記に変更*/
  padding: 8px 15px;
}

.technical-example-table th {
  /*text-align: left; 211222編集*/
  font-weight: bold;
  background: #faf9f5;
  /*width: 135px;  211222編集*/
}

.technical-example-table tr:last-child th,
.technical-example-table tr:last-child td {
  border-bottom: none;
}

.product-technical .site-main a {
  color: #0782e0;
}

.product-technical .site-side {
  width: 305px;/*200622追記*/
  background: #faf9f5;
  margin: 50px 0 0;
  border-radius: 5px 5px 0 0;
}

.product-technical .site-side h2 {
  border-left: none;
  padding: 8px;
  font-size: 15px;
  font-weight: bold;/*200622編集*/
  color: #fff;
  background: #333;
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.product-technical .site-side h2::before {
  content: url(../images/common/ico-exclamation.png);
  width: 28px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.technical-side-list { /*200622追記*/
  width:100%;
  padding: 20px 20px 0px 20px;
  margin: 0 !important;
  line-height: 1.4em;
  font-size: 95%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; /* 古いWebkit系用 */
  -moz-box-sizing: border-box;     /* 古いFirefox用 */
}

.technical-side-list li { /*200622編集*/
  display: block;
  margin: 0 10px 10px 10px;
}

.technical-side-list h3 { /*200622編集*/
  font-size: 14px;
  color: #333;
  border-bottom: none;
  padding: 0;
  margin: 0px 0 10px;
  text-decoration: underline;
}

.technical-side-list a {
  color: #333;
}

.technical-side-list p {
  font-family: Arial,sans-serif;
  font-size: 12px;
  color: #4f4f4f;
  margin: 0;
}

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

#mokuji-container {
  margin-bottom:30px;
  overflow: hidden;;
  border: 1px dotted #888;
}
.mokuji-title {
  border-bottom: 1px dotted #888;
  color:#333;
  font-weight: bold;
  font-size: 90%;
  padding-left: 20px;
  background-color: #faf9f5;
}
#mokuji-container ul {
  margin: 20px 0;
  padding: 0px 15px 0px 35px;
  position: relative;
}
#mokuji-container ul li {
  font-size: 85%;
  padding: 5px;
  color: #1568ac;
}
#mokuji-container ul li::before {
 content: "▶︎";
  position: absolute;
  font-size: 80%;
  left : 1.5em; /*左端からのアイコンまで*/
}

#mokuji-container a {
  text-decoration: none;
}

/**
 * 実験手法の実績一覧
 */
.product-achievement {
  border-top: dashed 1px #ddd;
  padding: 0 0 30px;
}

.product-achievement p{
  line-height: 1.6em;
}

.product-achievement img,
.product-technical img
 {
  margin: 20px 0;
}

.achievement-table {
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  width: 100%;
  margin: 15px 0;
}
.achievement-table img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.achievement-col1,
.achievement-col2 {
  width: 134px;
}

.achievement-col3 {
  width: 138px;
}


.achievement-col4,
.achievement-col5,
.achievement-col6 {
  width: 88px;
}

.achievement-table th.achievement-col7 {
  text-align: left;
  padding: 0 0 0 18px;
}

.achievement-table th,
.achievement-table td {
  font-size: 14px;
  line-height: 1.33;
}

.achievement-table th {
  background: #0058a4;
  color: #fff;
  padding: 10px 8px;
  vertical-align: middle;
}

.achievement-table th + th,
.achievement-table td + td {
  border-left: solid 1px #d3d3d3;
}

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

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

.achievement-table td {
  padding: 15px 20px;
  text-align: center;

  vertical-align: middle !important;
  color: #2f2f2f;
  border-top: solid 1px #d3d3d3;
  border-left: solid 1px #d3d3d3;
}

.achievement-table td.achievement-bg-blue {
  text-align: left;
  background: #f2f9fe;
  font-size: 12px !important;
}

.achievement-blue {
  font-weight: bold;
  text-decoration: underline;
  color: #0782e0;
}

.achievement-list {
  margin: 20px 0 0;
}

.achievement-list li {
  margin: 0 0 10px;
}

/**
 * 参考文献
 */
.product-references {
  padding: 0 0 100px;
}

.product-references p {
  font-size: 13px;
  line-height: 1.66;
  margin: 0 0px 20px 20px;
}

.references-btn {
  display: none;
}

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

.faq-main {
  width: 850px;
margin-top: 20px;
}

.faq {
  margin: 0 0 15px;
}

.faq dt {
  background: url(../images/common/faq-arrow.png) no-repeat 97% 50%;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  padding: 0 100px 0 0;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
}

.faq-q {
  background: #0782e0;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 22px;
  color: #fff;
  margin: 0 20px 0 0;
  border-radius: 5px 0 0 5px;
  height: auto;
}

.faq-q-txt {
  font-weight: 500;
  text-decoration: none;
  line-height: 1.6em;
}


.faq dd {
  display: none;
  padding: 20px 0;
  /*padding: 30px 0;*/
}

.faq-a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #af005f;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  margin: 0 25px 0 8px;
  border-radius: 50%;
}

.faq-a-txt {
  flex: 1;
  font-size: 15px;
  line-height: 1.8;
}
.faq-a-txt p {
  line-height: 1.6em;
}
.faq-a-txt strong{
font-weight: bold;
}

.faq-a-txt img{
  clear: both;
  margin: 15px 0;
  display: block;
}

.faq-a-txt .qaa {
  color: #af005f;
  font-weight: bold;
  line-height: 1.8;
}

.faq-a-txt .qaa_l {
  padding: 0 0 0 15px;
  line-height: 1.6em;
}


.faq dt:hover {
  background: #f2f9fe url(../images/common/faq-arrow.png) no-repeat 95% 50%;
  color: #0782e0;
}

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

.faq-open .faq-q-txt {
  color: #0782e0;
}

/*---------*/
/**
 * よくある質問-OPEN
 */
.product-faqo {
  padding: 0 0px 50px;
}

.faqo-main {
  width: 850px;
  margin-top: 20px;
}

.faqo {
  margin: 0 0 15px;
}

.faqo dt {
  background: url(../images/common/faq-arrow.png) no-repeat 97% 50%;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  padding: 0 100px 0 0;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
  font-size: 20px;
  font-weight: 700;
}

.faqo-q {
  background: #0782e0;
  font-weight: 700;
  padding: 15px 22px;
  color: #fff;
  margin: 0 15px 0 0;
  border-radius: 5px 0 0 5px;
  height: auto;
}

.faqo-q-txt p {
  font-size: 20px;
  color: #4f4f4f;
  line-height: 1.6em;
}

.faqo dd {
  display: none;
  padding: 15px 0;
  /*padding: 30px 0;*/
}

.faqo-a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #af005f;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  margin: 0 25px 0 8px;
  border-radius: 50%;
}

.faqo-a-txt {
  flex: 1;
  font-size: 15px;
  line-height: 1.8;
}
.faqo-a-txt h3 {
  font-size: 20px;
  color: #4f4f4f;
  margin: 0 0 10px 0;
  padding: 0 0 0px;
  border-bottom: solid 2px #4f4f4f;
  display: inline-block;
}
.faqo-a-txt p {
  line-height: 1.6em;
}
.faqo-a-txt strong{
font-weight: bold;
}

.faqo-a-txt img{
  clear: both;
  margin: 15px 0;
  display: block;
}

.faqo-a-txt .qaa {
  color: #af005f;
  font-weight: bold;
  line-height: 1.8;
}

.faqo-a-txt .qaa_l {
  padding: 0 0 0 15px;
  line-height: 1.6em;
}

.faqo dt:hover {
  background: #f2f9fe url(../images/common/faq-arrow.png) no-repeat 95% 50%;
  color: #0782e0;
}

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

.faqo-open .faqo-q-txt {
  color: #0782e0;
}

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

.contact {
  margin: 60px 0 0;
}

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

.sds-main {
  margin: 0 0 0 20px;
  width: 80%;
}

/*4/23変更*/
.sds-table,
.kikaku-table {
  width: 100%;
  margin: 40px 0 10px 0;
}

.sds-table th,
.sds-table td,
.kikaku-table th,
.kikaku-table td {
  font-size: 14px;
  /*border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;*/
  padding: 5px 0;
  line-height: 1.42;
}

.kikaku-table td {
  padding-left: 15px;
}

.sds-table th,
.kikaku-table th {
  color: #494949;
  text-align: left;
  line-height: 1.42;
  white-space: nowrap;
}

/*2023/7/10シンボルマーク削除*/
.sds-table th {
  display:none;
}

.ghs img {
  display:none;
}

.kikaku-table th {
  width: 170px;
}

/*素材のみSDSキャプション追加　0529*/
.kikaku-table caption,
.sds-table caption {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
  color: #0058a4;
}


/*4/23変更ここまで*/
.sds-table td {
  color: #2f2f2f;
  line-height: 1.92;
  margin-right: 20px;
}

.sds-table tr:nth-of-type(3) th,
.sds-table tr:nth-of-type(3) td {
  vertical-align: middle;
}

/*4/23単品追加ここまで*/

.sds-download {
  width: 50%;
  border: solid 2px #0782e0;
  border-radius: 8px;
/*2023/7/10　コメント追加*/
  margin-bottom: 8px;
}

.sds-download a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.sds-download-inner {
  justify-content: space-between;
  align-items: center;
}

.sds-download-txt {
  padding: 0 0 0 30px;
}

.sds-download-arrow {
  background: #0782e0;
  padding: 20px;
}


/*2023/7/10　コメント追加*/
.sds-main::after {
  color: lightslategray;
  content: "法令およびシンボルマークはSDSをご参照ください";
  padding: 12px;
  font-size: 14px;
}

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

.related-main {
  padding: 0 20px;
}

.related-main p {
  color: #2f2f2f;
  margin: 0;
}

.related-list {
  margin: 26px -21px 0;
}

.related-list li {
  width: calc( (100%/4) - 42px );
  margin: 0 21px;
}
.slick-track{
	float:left;
}
  .slick-dots li {
	width:10px;
  }
.related-list figure img {
  width: 100%;
}

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

.related-list a {
  text-decoration: none;
  color: #4f4f4f;
}

.related-list h3 {
  font-size: 15px;
  border-bottom: none;
  text-decoration: underline;
  margin: 0 0 12px;
  padding: 0;
  color: #0782e0;
  text-align: center;
}

.related-list p {
  font-family: Arial,sans-serif;
  font-size: 14px;
  margin: 0;
  line-height: 1.21;
  color: #4f4f4f;
}


/*------------------------------------------
 # SDS追記  2019/08/19
------------------------------------------*/
#sds-wrap {
  background: #faf9f5;
  padding: 25px;
  margin: 10px 0 30px 0;
}

.shiken {
  font-weight: bold;
}
.shiken::before {
  content: url(../images/icon_dl.png);
  width: 26px;
  display: inline-block;
  margin: 0 5px 5px 0;
}

#sds-wrap form {
  margin: 10px 0　15px 0;
}



/*test*/

.search1{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}
.search1 {
	margin-right:0px;
	padding:8px 0 8px 8px;
}
.search1 input{
	width:100%;
	padding:4px 0;
	background:none;
	border:none;
	position:relative;
}

.search1 button{
	position:absolute;
  top:0;
	right:0;
    font-size: 13px;
	display:block;
	height:39px;
	padding:8px;
	background-color:#0782e0;
	color:#fff;
	border:none;
}

.search1 button span{
/*	background:url('../images/icon_input.png') no-repeat scroll 0 0;*/
	border-top-left-radius : 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-bottom-left-radius : 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-right-radius : 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

.search1 button:hover{
	background-color:#af005f;

}



#sds-wrap input::placeholder {
  color: #646464;
}
#sds-wrap input:-ms-input-placeholder {
  color: #646464;
}
#sds-wrap input:focus {
  outline: 0;
}

#sds-wrap .sdsbtn {
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 3px;
  border:solid 1px #0782e0;
  background-color: #fff;
  font-weight: bold;
 position: relative;
}

.sdsbtn a {
  font-size: 14px;
  text-decoration: none !important;
}

.sdsbtn::after {
  /*
  content: url(../images/icon_input.png); */
  content: "取得";
  font-weight: normal;
  font-size: 13px;
	padding:12px 8px;
	background-color:#0782e0;
	color:#fff;
	border:none;
  display: inline-block;
 position: absolute;
  vertical-align: middle;
  right: 0px;
  top:0px;
}

.sdsbtn:hover:after {
  	background-color:#af005f;
}
/*20200611 flobk*/

.fblock .product-summary-kit a{
  text-decoration: underline;
  transition: all .3s ease-in-out;
  color: #0782e0;
  background-image:none;
}

.fblock .product-summary-kit a::before{
  content: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 0;
  height: 0;
}

/*---------------------------------------------------------
### JP/EN lang_switch 2020/12/18追記
---------------------------------------------------------*/

.lang_switch {
  margin: 25px 0 0 0;
  display: flex;
  border: 1px solid #dcdddd;
  height: 27px !important;
}

.lang_switch li {
  text-align: center;
  font-size: 12px;
  justify-content: center;
  align-items: center;
}

.lang_switch li a {
  display: block;
  text-decoration: none;
  padding: 8px 10px;

}

.lang_switch li:first-child a:hover {
  background: #d31277;
  color:#fff;
}

.lang_switch li a.on {
  background: #1468ac;
  color:#fff;
}


@media screen and (max-width: 980px) {
.hd-right-pc-list li a {
  font-size: 10px;
  }
.listmenu-trigger {
  width: 50px;
}
.hd-right-pc-list li:first-child {
  padding-bottom: 0px;
}
.lang_switch li a {
  padding: 8px 6px
}
}

@media screen and (max-width: 667px) {
.hd-right-pc-list li a {
  }
.lang_switch li a {
  padding: 8px 6px
}
}

/*---------------------------------------------------------
### dl dt dd 20230616追記
---------------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

dl.tbl {
  float: left ;
  width : calc(100% / 2) ;
  margin : 15px 0px;
/*	    color: black ;*/
}

.tbl dt {
  float: left ;
  clear: left ;
  background-color: #faf9f5 ;
	font-weight: bold ;
	clear: left ;
	vertical-align:middle;
}

.tbl dd {
	margin-left: 0px ;
	padding-right: 18px ;
	color: black ;
}

dl.tbl3 {
	float: left ;
	width : calc(100% / 3) ;
	color: black ;
}

.tbl3 dt {
	float: left ;
	clear: left ;
	padding: 8px ;
	background-color: #faf9f5 ;
	font-weight: bold ;
	clear: left ;
	vertical-align:middle;
}

.tbl3 dd {
	margin-left: 0px ;
	padding: 0 15px ;
	color: black ;
}

/* 2/3 */
dl.tbl6 {
  float: left ;
  width : calc((100% / 3) *2);
  color: black ;
}

.tbl6 dt {
  float: left ;
  clear: left ;
  padding: 8px ;
  background-color: #faf9f5 ;
  font-weight: bold ;
  clear: left ;
  vertical-align:middle;
}

.tbl6 dd {
  margin-left: 0px ;
  padding: 0px ;
  color: black ;
}

/*tablet 960px以下*/
@media screen and (max-width: 960px) {
dl.tbl {
	    width : calc(100% / 2) ;
}
dl.tbl3 {
	    width : calc(100% / 2) ;
}
dl.tbl6 {
  width : calc(100% / 1) ;
}
}

/*smartphone 667px以下*/
@media screen and (max-width: 667px) {
dl.tbl {
	    width : calc(100% / 1) ;
	    padding-right: 0px ;
}
dl.tbl3 {
	    width : calc(100% / 1) ;
	    padding-right: 0px ;
}
}

/*---------------------------------------------------------
### チラ見せ 20250319追記
---------------------------------------------------------*/
.cp_box1 {
  position: relative;
}
.cp_box1 input {
  display: none;
}
/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box1 label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
/* 開いた時にグラデーションを消す */
.cp_box1 input:checked + label {
  background: inherit;
}
.cp_box1 input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.cp_box1 .cp_container {
  overflow: hidden;
  height: 250px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
/*続きをよむボタン*/
.cp_box1 label:after,
.cp_box1 label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}
.cp_box1 label:after {
  z-index: 2;
  bottom: 20px;
  width: 13em;
  content: '続きを読む';
  color: #ffffff;
  background: #1b2538;
  border-radius: 20px;
}
.cp_box1 label::before {
  position: absolute;
  bottom: 38px;
  left: calc(50% - 3.5em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}
/*閉じるボタン*/
.cp_box1 input:checked + label:after {
  content: '閉じる';
}
.cp_box1 input:checked + label:before {
  left: calc(50% - 2.5em);
  transform: scale(1, -1);
}
.cp_box1 input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
