@charset "UTF-8";

/*============================================================
reset
============================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}2table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}

/*============================================================
modal-video.min.css
============================================================*/
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:960px;width:100%;height:100%;margin:0 auto;padding:0 10px;display:flex;justify-content:center;box-sizing:border-box}.modal-video-inner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@media (orientation: landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}@media (orientation: landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

/*============================================================
base
============================================================*/
html {
  height: 100%;
  min-height: 100%;
  overflow: auto;
  font-size: 62.5%; /* 10px相当*/
}

body {
  background: #fff;
  min-width: 1080px;
  font-family: YakuHanRP, 'Noto Sans JP', 'NotoSansCJKjp', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  color: #444;
  position: relative;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

html.active,
body.active {
  overflow: hidden;
}

.mac body {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

/*
p,li,dd,td {
    text-align: justify;
    text-justify: inter-ideograph;
}

.en p,
.en li,
.en dd,
.en td {
    text-align: left;
}
*/

li {
  list-style: none;
}

a {
  color: #444;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand,
select::-ms-expand {
  display: none;
}

/* ---------------------------------
font - roboto
---------------------------------- */
.roboto,
.roboto400i,
.roboto500i,
.roboto700i,
.roboto900i {
  font-family: 'Roboto', sans-serif;
}
.roboto400i {
  font-style: italic;
  font-weight: 400;
}
.roboto500i {
  font-style: italic;
  font-weight: 500;
}
.roboto700i {
  font-style: italic;
  font-weight: 700;
}
.roboto900i {
  font-style: italic;
  font-weight: 900;
}

/* ---------------------------------
font-weight
---------------------------------- */
.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

/* ---------------------------------
font-size
---------------------------------- */
.fz12 {
  font-size: 1.2rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz20 {
  font-size: 2rem;
}

.fz22 {
  font-size: 2.2rem;
}

.fz24 {
  font-size: 2.4rem;
}

.fz28 {
  font-size: 2.8rem;
}

.fz32 {
  font-size: 3.2rem !important;
}

.fz36 {
  font-size: 3.6rem;
}

/* ---------------------------------
link
---------------------------------- */
.und-link {
  color: #c11d3d;
  border-bottom: solid 1px #c11d3d;
  display: inline;
}

/* ---------------------------------
img
---------------------------------- */
.object-fit-img,
.object-fit-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

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

---------------------------------- */
/* IE用ビューポート設定 */
@-ms-viewport {
  width: auto !important;
  initial-scale: 1 !important;
}
@viewport {
  width: device-width !important;
  initial-scale: 1 !important;
}

/* テキストハイライト */
*::selection {
  background: rgba(59, 23, 23, .3);
}
*::-moz-selection {
  background: rgba(59, 23, 23, .3);
}

/*============================================================
汎用クラス
============================================================*/
/* ---------------------------------
display
---------------------------------- */
.sp { /* SPのみ */
  display: none !important;
}

.pc { /* PCのみ表示 */
  display: block !important;
}

.pcbr { /* PCのみ改行 */
  display: inline;
}

.spbr { /* スマートフォンのみ改行 */
  display: none;
}

.hide {
  display: none !important;
}

/* ---------------------------------
位置
---------------------------------- */

/* relative ---------------------------- */
.relative {
  position: relative;
}

/* 中央・右・左 ---------------------------- */
.center,
.pcCenter {
  text-align: center !important;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pcRight {
  float: right;
}

.pcLeft {
  float: left;
}

/* colum ---------------------------- */
.colum2,
.colum3,
.colum4,
.colum5,
.colum6,
.colum7 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.colum2 .columbox {
  width: calc( 100% / 2 - 10px );
}
.colum2 .columbox:nth-child(odd) {
  margin-right: 20px;
}
.colum2 .columbox:nth-child(n + 3) {
  margin-top: 20px;
}
.colum2 .columbox_full {
  width: calc( 100% / 2 );
}

.colum3 .columbox {
  margin-right: 20px;
  width: calc( 100% / 3 - 13.5px );
}
.colum3 .columbox:nth-child(3n) {
  margin-right: 0;
}
.colum3 .columbox:nth-child(n+4) {
  margin-top: 20px;
}
.colum3 .columbox_full {
  width: calc( 100% / 3 );
}

.colum4 .columbox {
  width: calc( 100% / 4 );
}
.colum5 .gnav-wrap {
  width: calc( 100% / 5 );
}
.colum6 .columbox {
  width: calc( 100% / 6 );
}
.colum7 .columbox {
  width: calc( 100% / 7 );
}

/* 幅 ---------------------------- */
.w380,
.w480,
.w420,
.w470,
.w480,
.w500,
.w560,
.w640,
.w600,
.w980,
.w1160 {
  margin-right: auto;
  margin-left: auto;
}

.w250 img,
.w380 img,
.w420 img,
.w470 img,
.w480 img,
.w500 img,
.w560 img,
.w640 img,
.w600 img,
.w980 img,
.w1160 img,
img.w250,
img.w380,
img.w420,
img.w470,
img.w480,
img.w500,
img.w640,
img.w600,
img.w980,
img.w1160 {
  display: block;
}

.w115 {
  width: 115px !important;
}

.w250 {
  width: 250px !important;
}

.w380 {
  width: 380px !important;
}

.w420 {
  width: 420px !important;
}

.w470 {
  width: 470px !important;
}

.w480 {
  width: 480px !important;
}

.w500 {
  width: 500px !important;
}

.w560 {
  width: 560px !important;
}

.w600 {
  width: 600px !important;
}

.w640 {
  width: 640px !important;
}

.w670 {
  width: 670px !important;
  margin: auto;
}

.w790 {
  width: 790px !important;
  margin: auto;
}

.w980 {
  width: 980px !important;
}

.w1080 {
  width: 1080px !important;
  margin: auto;
}

.w1160 {
  width: 1160px !important;
}

/* ---------------------------------
背景
---------------------------------- */
.bgGry {
  background: #eee !important;
}

.bgGry2 {
  background: #f8f8f8 !important;
}

.bgPnk {
  background: #fde8e1 !important;
}

.bgBle {
  background: #e1edfb !important;
}

.bgWht {
  background: #fff !important;
}

/* ---------------------------------
カテゴリー用　背景色バリエーション
---------------------------------- */
.ctg-color-inside {
  background: #efc9d0 !important;
}

.ctg-color-outside {
  background: #c3d2f1 !important;
}

.ctg-color-products {
  background: #efc9d0 !important;
}

.ctg-color-technicalnote {
  background: #e2cff3 !important;
}

.ctg-color-technicalinfo {
  background: #c3d2f1 !important;
}

.ctg-color-support {
  background: #c7eaf4 !important;
}

.ctg-color-publication {
  background: #d3efdd !important;
}

.ctg-color-conference {
  background: #d7e6b8 !important;
}

.ctg-color-other01 {
  background: #f3e9aa !important;
}

.ctg-color-other02 {
  background: #f6cf93 !important;
}

.ctg-color-other03 {
  background: #d3d3d6 !important;
}

.ctg-color-other04 {
  background: #ffd4ea !important;
}

/* ---------------------------------
文字色
---------------------------------- */
.txtGry {
  color: #727272;
}

.txt-color {
  color: #c11d3d;
}

/* ---------------------------------
注釈
---------------------------------- */
.indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.notice.indent {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 25px;
  font-size: 1.3rem;
}

/* ---------------------------------
hover時　透過
---------------------------------- */
a.alpha:hover img,
.alpha:hover {
  opacity: 0.7;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}

/* ---------------------------------
ページ内リンク　位置制御
---------------------------------- */
.target {
    margin-top: -70px;
    padding-top: 70px;
    display: block;
}

/* ---------------------------------
角丸
---------------------------------- */
.border-radius {
    border-radius: 3px !important;
}

/* ---------------------------------
矢印
---------------------------------- */
.arrow {
  position: relative;
}

.arrow:after {
  content: '';
  border-top: solid 2px #d94f6a;
  border-right: solid 2px #d94f6a;
  border-radius: 1px;
  display: inline-block;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}

.icon-arrow_wht {
  background: url(../images/common/icon_arrow_wht.png) no-repeat right center / 6px;
  padding-right: 15px;
}

.icon-arrow_wht_thin {
  background: url(../images/common/icon_arrow_wht_thin.png) no-repeat right center / 5px;
  padding-right: 15px;
}

.icon-arrow_red {
  background: url(../images/common/icon_arrow_red.png) no-repeat right center / 6px;
  padding-right: 15px;
}

.icon-arrow_red_thin {
  background: url(../images/common/icon_arrow_red_thin.png) no-repeat right center / 6px;
  padding-right: 15px;
}

.icon-arrow_ac {
  background: url(../images/common/icon_arrow_red_thin.png) no-repeat left 7px center / 7px;
  padding-left: 26px;
}

.icon-arrow_ac.active {
  background: url(../images/common/icon_arrow_red_thin_btm.png) no-repeat left center / 16px;
}

/* 青 ---------------------------- */
.partner .arrow:before,
.partner .arrow:after {
  border-color: #3087ca;
}

/* ---------------------------------
svg
---------------------------------- */
.is-svg {
  vertical-align: middle;
  height: auto !important;
  width: 28px !important;
}

.subnav_list span .is-svg path,
.subnav_list span .is-svg polygon,
.is-svg path,
.is-svg polygon {
  fill: #c11d3d;
}

/* 青 ---------------------------- */
#products-cm-detail #sec04 .is-svg path,
#products-cm-detail #sec04 .is-svg polygon { /* 迅速触媒評価システム */
  fill: #3087ca;
}

.partner .icon-circle .is-svg,
.partner .titlebox .is-svg path,
.partner .titlebox .is-svg polygon { /* ビジネスパートナーサイト */
  fill: #3087ca;
}

/* 黄 ---------------------------- */
#products-uamcc-detail #sec04 .is-svg path,
#products-uamcc-detail #sec04 .is-svg polygon {
  fill: #ca9630;
}

/* 緑 ---------------------------- */
#products-mrs-detail #sec04 .is-svg path,
#products-mrs-detail #sec04 .is-svg polygon { /* 迅速触媒評価システム */
  fill: #6e991c;
}

/* ---------------------------------
rod
---------------------------------- */
.rod {
  position: relative;
}

.rod:before {
  content: '';
  background: #c11d3d;
  height: 1px;
  width: 40px;
  display: block;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  right: -35px;
}

.rod:hover:before {
  right: -40px;
}

/*
.lead {
  margin: 50px auto;
}

.lead-parent + section:not(.bgGry),
.lead-parent + div:not(.bgGry) {
  padding-top: 0;
}
*/

.mb3   {margin-bottom:3px !important;}
.mb5   {margin-bottom:5px !important;}
.mb10  {margin-bottom:10px !important;}
.mb15  {margin-bottom:15px !important;}
.mb20  {margin-bottom:20px !important;}
.mb25  {margin-bottom:25px !important;}
.mb30  {margin-bottom:30px !important;}
.mb35  {margin-bottom:35px !important;}
.mb40  {margin-bottom:40px !important;}
.mb50  {margin-bottom:50px !important;}
.mb60  {margin-bottom:60px !important;}
.mb70  {margin-bottom:70px !important;}
.mb80  {margin-bottom:80px !important;}

.mt3   {margin-top:3px !important;}
.mt5   {margin-top:5px !important;}
.mt10  {margin-top:10px !important;}
.mt15  {margin-top:15px !important;}
.mt20  {margin-top:20px !important;}
.mt25  {margin-top:25px !important;}
.mt30  {margin-top:30px !important;}
.mt35  {margin-top:35px !important;}
.mt40  {margin-top:40px !important;}
.mt50  {margin-top:50px !important;}
.mt60  {margin-top:60px !important;}
.mt70  {margin-top:70px !important;}
.mt80  {margin-top:80px !important;}
.mt90  {margin-top:90px !important;}

.mr3   {margin-right:3px !important;}
.mr5   {margin-right:5px !important;}
.mr10  {margin-right:10px !important;}
.mr15  {margin-right:15px !important;}
.mr20  {margin-right:20px !important;}
.mr25  {margin-right:25px !important;}
.mr30  {margin-right:30px !important;}
.mr35  {margin-right:35px !important;}
.mr40  {margin-right:40px !important;}

.ml3   {margin-left:3px !important;}
.ml5   {margin-left:5px !important;}
.ml10  {margin-left:10px !important;}
.ml15  {margin-left:15px !important;}
.ml20  {margin-left:20px !important;}
.ml25  {margin-left:25px !important;}
.ml30  {margin-left:30px !important;}
.ml35  {margin-left:35px !important;}
.ml40  {margin-left:40px !important;}

.pt50 { padding-top: 50px; }
.pb30 { padding-bottom: 30px; }
.p24-40-10  {padding:24px 40px 10px !important;}
.p15  {padding:15px !important;}
.p20  {padding:20px !important;}
.p30  {padding:30px !important;}
.p25-35  {padding:25px 35px !important;}
.p40-40-30  {padding:40px 40px 30px !important;}
.p40  {padding:40px !important;}
.p50  {padding:50px !important;}
.ptb25 {padding:25px 0 !important;}

/*============================================================
header
============================================================*/
#header {
  background: #fff;
  border-bottom: solid 1px #dcdcdc;
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/***********************************
#header-logo
************************************/
#header-logo a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding-left: 40px;
  width: 280px;
}

#header-logo img {
  width: 240px;
  vertical-align: middle;
}

/***********************************
#globalNav グローバルナビ全体
************************************/
#globalNav {
  position: absolute;
  top: 0;
  right: 0;
}

/* ---------------------------------
.gnav 中央テキストリンク
---------------------------------- */
.gnav {
  padding-right: 295px;
  overflow: hidden;
  display: block !important;
}

.gnav_list { /* .gnav li */
  float: left;
}

.gnav_list > a {
  padding: 0 15px;
  display: block;
}

.gnav_list > a span {
  display: block;
  height: 70px;
  line-height: 70px;
  position: relative;
}

.gnav_list > a:hover span:before,
.gnav_list > .current span:before {
  content: '';
  background: #c11d3d;
  height: 2px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.is-current_line {
  background: #c11d3d;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gnav_list gnav_list_none,
.gnav_list gnav_list_none > a,
.gnav_list gnav_list_none a span {
  padding: 0;
  width: 0;
}

/* ---------------------------------
.gnav .gnav_list_conts　hoverした中身
---------------------------------- */
.gnav_list_conts,
.subnav_list_conts { /* .gnav li div, .subnav li div */
  background: rgba(59, 23, 23, .85);
  padding: 20px 0 30px;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  display: none;
  z-index: 9999;
}

.gnav_list_conts a,
.subnav_list_conts a {
  color: #fff;
}

.subnav_list_conts {
  padding: 30px 0;
  z-index: 999;
}

/* 見出し */
.gnav_list_conts_parent {
  background: url(../images/common/icon_arrow_wht.png) no-repeat left center / 6px;
}

.gnav_list_conts_parent {
  border-bottom: solid 1px #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.5;
}

.colum3 .gnav_list_conts_parent {
  margin-right: 20px;
  width: calc( 100% / 3 - 14px );
}
.colum3 .gnav_list_conts_parent:nth-child(3n) {
  margin-right: 0;
}

/* ---------------------------------
.subnav　右ボタン群
---------------------------------- */
.subnav {
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
}

.subnav_list {
  border-bottom: solid 1px #dcdcdc;
  width: 70px;
  height: 70px;
}

.subnav_list > a {
  display: block;
  color: #c11d3d;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  height: 70px;
  padding-top: 15px;
  text-align: center;
}

.subnav_list span {
  display: block;
  border-left: solid 1px #c11d3d;
}

.subnav_list_lang .subnav_list_conts span {
  display: inline-block;
  border-left: none;
}

.subnav_list .is-svg {
  display: block;
  height: 30px !important;
  margin: auto;
}

.subnav_list .is-svg path,
.subnav_list .is-svg polygon {
  fill: #fff;
}

/* ---------------------------------
.subnav .subnav_list_conts　hoverした中身
---------------------------------- */
.subnav_list_conts_link {
  border: solid 1px #fff;
  font-size: 1.8rem;
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: calc( 100% / 3 - 14px );
}

.subnav_list_conts_link + .subnav_list_conts_link {
  margin-left: 20px;
}

.subnav_list_conts_link span {
  background: url(../images/common/icon_arrow_wht.png) no-repeat right center / 6px;
  padding-right: 24px;
}

.subnav_list_search { /* search */
  text-align: center;
}

.subnav_list_search .w1080 {
  height: 70px;
  position: relative;
}

.subnav_list_search p {
  color: #fff;
  font-size: 2.6rem;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 80px;
}

.en .subnav_list_search p {
  letter-spacing: 0;
  left: 70px;
}

.subnav_list_search form {
  display: inline-block;
  padding-left: 80px;
  overflow: hidden;
}

.subnav_list_search .form-control {
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
  padding: 21px 30px;
  width: 750px;
  float: left;
}

.subnav_list_search .btn-outline-success {
  border: solid 1px #fff;
  border-left: none;
  background: url(../images/common/subnav_icon02.png) no-repeat center / 26px;
  height: 68px;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 68px;
  text-align: left;
  float: right;
}

.subnav_list_search input::placeholder {
  color: #fff;
}

.subnav_list_search input:-ms-input-placeholder { /* IE */
  color: #fff;
}

.subnav_list_search input::-ms-input-placeholder { /* Edge */
  color: #fff;
}

@media screen and (max-width: 1180px)  {
    /***********************************
    #header-logo
    ************************************/
    #header-logo a {
      padding-left: 20px;
      width: 180px;
    }

    #header-logo img {
      width: 160px;
      vertical-align: middle;
    }

    /***********************************
    #globalNav
    ************************************/

    /* ---------------------------------
    .gnav 中央テキストリンク
    ---------------------------------- */
    .gnav {
      padding-right: 210px;
    }

    .gnav_list > a {
      font-size: 1.2rem;
      padding: 0 5px;
    }

    /* ---------------------------------
    .subnav　右ボタン群
    ---------------------------------- */
    .subnav {
      width: 200px;
      position: absolute;
      top: 0;
      right: 0;
    }

    .subnav_list {
      width: 50px;
    }
}

/*============================================================
会員サイト・ビジネスパートナーサイト　header
============================================================*/
.member-header .subnav,
.partner-header .subnav {
  width: 140px;
}

.member-header > p,
.partner-header > p {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 164px;
  transform: translateY(-50%);
}

.member-header .subnav_list {
  background: #c11d3d;
  float: left;
}

.partner-header .subnav_list {
  background: #3087ca;
  float: left;
}

.member-header .subnav_list > a,
.partner-header .subnav_list > a {
  color: #fff;
  height: 40px;
  padding-top: 0;
  text-align: center;
  border-left: solid 1px #fff;
  margin-top: 15px;
}

.member-header .subnav_list_lang > a,
.partner-header .subnav_list_lang > a {
  border: none;
}

.member-header .is-svg path,
.member-header .is-svg polygon,
.partner-header .is-svg path,
.partner-header .is-svg polygon {
  fill: #fff;
}

.subnav_list_hdmember .subnav_list_conts {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.subnav_list_hdmember .subnav_list_conts a {
  color: inherit;
}

.subnav_list_hdmember .btn-border-box {
  height: auto;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding: 20px 10px;
  width: calc( 100% / 5 - 8px );
  margin-right: 10px;
  margin-left: 0;
}

.subnav_list_hdmember .btn-border-box:nth-child(5n) {
  margin-right: 0;
}

.subnav_list_hdmember .btn-border-box:nth-child(n + 6) {
  margin-top: 20px;
}

.subnav_list_hdmember .btn-border-box img {
  display: block;
  height: 43px;
  margin: auto;
  margin-bottom: 10px;
}

.subnav_list_hdmember span {
  border-left: none;
  height: 28px;
  width: 30px;
  margin: auto;
  position: relative;
}

.member-header .subnav_list + .subnav_list span {
  border-left: none;
}

.member-header .subnav_list.subnav_list_lang span {
  display: inline-block;
}

.subnav_list_hdmember i {
  background: #fff;
  display: block;
  height: 2px;
  width: 100%;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
  position: absolute;
  top: 6px;
  left: 0;
}

.subnav_list_hdmember i:nth-child(2) {
  top: 13px;
}

.subnav_list_hdmember i:last-child {
  top: 20px;
}

.subnav_list_hdmember:hover i:first-child,
.subnav_list_hdmember .active i:first-child {
  transform: rotate(135deg);
  top: 12px;
}

.subnav_list_hdmember:hover i:nth-child(2),
.subnav_list_hdmember .active i:nth-child(2) {
  display: none;
}

.subnav_list_hdmember:hover i:last-child,
.subnav_list_hdmember .active i:last-child {
  transform: rotate(45deg);
  top: 12px;
}

@media screen and (max-width: 1180px)  {
    .member-header .subnav,
    .partner-header .subnav {
      width: 100px;
    }

    .member-header > p,
    .partner-header > p {
      right: 114px;
    }
}

/*============================================================
footer
============================================================*/
/***********************************
.footersns 赤い帯sns
************************************/
.footersns {
  background: #eee;
  font-size: 2.4rem;
  line-height: 1;
}

.footersns > div {
  border-bottom: solid 1px #c5c5c5;
  padding: 25px 0;
}

.footersns p {
  display: inline-block;
  margin-right: 40px;
}

.footersns ul,
.footersns li {
  display: inline-block;
}

.footersns ul {
  position: relative;
  top: 3px;
}

.footersns li {
  margin-right: 20px;
}

.footersns li a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
}

.footersns li:first-child a {
  background: url(../images/common/footer_icon_fb.png) no-repeat center bottom / 26px;
  height: 30px;
  width: 30px;
}

.footersns li:nth-child(2) a {
  background: url(../images/common/footer_icon_linkedin.png) no-repeat center bottom / 30px;
  height: 30px;
  width: 30px;
}

.footersns li:nth-child(3) a {
  background: url(../images/common/footer_icon_vimeo.png) no-repeat center bottom / 26px;
  height: 26px;
  width: 26px;
}

.footersns_fb {
  width: 30px;
}

.footersns_vimeo {
  width: 26px;
}

/***********************************
.footer-nav リンク一覧
************************************/
.footer-nav {
  background: #eee;
  font-size: 1.4rem;
  padding-top: 25px;
  padding-bottom: 20px;
}

.footer-nav .colum6 {
  justify-content: space-between;
}

.footer-nav .columbox {
  width: auto;
}

.footer-nav .columbox + .columbox {
  padding-left: 10px;
}

/*
.footer-nav .columbox:first-child {
  width: 215px;
}

.footer-nav .columbox:nth-child(2) {
  width: 190px;
}

.footer-nav .columbox:nth-child(3) {
  width: 195px;
}

.footer-nav .columbox:nth-child(4) {
  width: 180px;
}

.footer-nav .columbox:nth-child(5) {
  width: 160px;
}

.footer-nav .columbox:last-child {
  width: 140px;
}
*/

.footer-nav li {
  line-height: 1.3;
  margin-bottom: 20px;
}

.footer-nav li p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-nav p + ul {
  display: block !important;
}

.footer-nav p + ul li:last-child {
  margin-bottom: 0;
}

/***********************************
.footer-subnav リンク一覧
************************************/
.footer-subnav {
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 30px 0 5px;
}

.footer-subnav li {
  display: inline-block;
  padding-right: 25px;
}

#copyright {
  background: #fff;
  font-size: 1.2rem;
  height: 72px;
  line-height: 72px;
  padding: 0;
}

#copyright small {
  display: block;
  width: 1080px;
  margin: auto;
}

/***********************************
.pageTop トップへ戻るボタン
************************************/
.pageTop {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 80px;
  width: 80px;
  position: fixed;
  bottom: 4%;
  right: 4%;
  z-index: 10;
}

.pageTop:before {
  content: '';
  display: block;
  border-top: solid 3px #c11d3d;
  border-left: solid 3px #c11d3d;
  height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 16px;
  position: absolute;
  top: 36px;
  left: 31px;
  margin: auto;
}

/*============================================================
main
============================================================*/
main {
  padding-top: 70px;
}

/*============================================================
.products-listwrap mv下 共通製品ページへのリンク
============================================================*/
.products-list .title {
  border-top: solid 2px #c11d3d;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-left: 30px;
  padding: 5px 0;
  text-align: center;
  width: 200px;
  position: relative;
  z-index: 2;
}

.products-list .title span {
  position: relative;
  z-index: 2;
}

.products-list .title:before {
  content: '';
  background: rgba(166, 61, 85, .9);
  display: block;
  height: 19px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.products-list_conts {
  background: rgba(166, 61, 85, .9);
}

.products-list_conts ul {
  margin-top: -31px;
  padding: 30px 0 0;
}

.cn .products-list_conts ul {
  min-height: 170px;
}

.products-list_conts_box01,
.products-list_conts_box02,
.products-list_conts_box03,
.products-list_conts_box04 {
  padding: 15px 0 35px;
  position: relative;
  width: calc(100% / 4);
}

.products-list_conts_box01 {
  background: url(../images/common/products-list_icon01.png) no-repeat right 25px bottom / 121px;
}

.products-list_conts_box02 {
  background: url(../images/common/products-list_icon02.png) no-repeat right 25px bottom / 75px;
}

.products-list_conts_box03 {
  background: url(../images/common/products-list_icon03.png) no-repeat right 15px center / 100px;
}

.products-list_conts_box04 {
  background: url(../images/common/products-list_icon05.png) no-repeat right 25px bottom 10px / 80px;
}

.products-list_conts li + li a {
  border-left: solid 1px #d8d8d8;
}
.products-list_conts a {
  color: #fff;
  display: block;
  height: 100%;
  padding: 5px 23px 33px;
}

/*.products-list_conts_box01 a {
  padding-left: 0;
}*/

.products-list_conts_box01 a:before {
  content: '';
  background: #d8d8d8;
  height: 90px;
  width: 1px;
  display: block;
  position: absolute;
  top: 15px;
  left: -0;
}

.en .products-list_conts_box01 a:before {
    height: 117px;
}

.products-list_conts_box04 a {
  padding-right: 0;
}

.products-list_conts_box04 a:before {
  content: '';
  background: #d8d8d8;
  height: 90px;
  width: 1px;
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
}

.en .products-list_conts_box03 a:before {
    height: 117px;
}

.products-list_conts h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .025em;
}

.products-list_conts h3 span {
  font-size: 1.4rem;
  font-weight: normal;
}

.products-list_conts p {
  border-bottom: solid 1px #fff;
  color: #fff !important;
  font-size: 1.4rem;
  line-height: 1.5;
  position: absolute !important;
  left: 23px;
  bottom: 35px;
}

/* ---------------------------------
#top
---------------------------------- */
#top .products-list {
  margin-top: -21px;
  position: relative;
  z-index: 1;
}

#top .products-list .title {
  border-color: #fff;
}

/* ---------------------------------
背景色がある場合
---------------------------------- */
.bgGry + .products-list {
  background: #eee !important;
}

/*============================================================
#下層ページ
============================================================ */
main > div,
main > section {
  padding: 50px 0;
}

main > section:nth-last-child(2) {
  padding-bottom: 60px !important;
}

main .breadcrumbs,
main #sec01,
main .products-list,
main .recruit-form-link {
  padding: 0;
}

/* ---------------------------------
製品情報 各製品indexのみ
---------------------------------- */
#products-mfps main > section:not(.products-list):not(.products-slider),
#products-mrs main > section:not(.products-list):not(.products-slider),
#products-uamcc main > section:not(.products-list):not(.products-slider),
#products-cm main > section:not(.products-list):not(.products-slider) { /* section */
  padding: 50px 0 0;
}

#products-mfps main #sec01,
#products-mrs main #sec01,
#products-uamcc main #sec01,
#products-cm main #sec01 { /* section#sec01 */
  padding: 0;
}

/***********************************
.breadcrumbs パンくず
************************************/
.breadcrumbs {
  line-height: 65px;
  height: 65px;
}

.breadcrumbs .w1080 {
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs li {
  display: inline;
  font-size: 1.4rem;
  padding-right: 10px;
}

.breadcrumbs li:last-child,
.breadcrumbs a:hover {
  color: #c11d3d;
}

.breadcrumbs li + li {
  padding-left: 25px;
  position: relative;
}

.breadcrumbs li + li:before {
  content: '';
  border-top: solid 1px #8c8c8c;
  border-right: solid 1px #8c8c8c;
  display: block;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.breadcrumbs li,
.breadcrumbs a {
  color: #000;
}

/* ---------------------------------
色を青に
---------------------------------- */
#products-cm-cwvgm .breadcrumbs li:last-child,
#products-cm-cwvgm .breadcrumbs a:hover,
#products-cm-detail .breadcrumbs li:last-child,
#products-cm-detail .breadcrumbs a:hover,
#products-cm .breadcrumbs li:last-child,
#products-cm .breadcrumbs a:hover,
#products-cm .local-nav li + li:before { /* 迅速凍結粉砕装置 */
  color: #3087ca;
}

.partner .breadcrumbs li:last-child,
.partner .breadcrumbs a:hover { /* ビジネスパートナー */
  color: #3087ca;
}

/* ---------------------------------
色を黄に
---------------------------------- */
#products-uamcc-detail .breadcrumbs li:last-child,
#products-uamcc-detail .breadcrumbs a:hover,
#products-uamcc .breadcrumbs li:last-child,
#products-uamcc .breadcrumbs a:hover {
  color: #ca9630;
}

/* ---------------------------------
色を緑に
---------------------------------- */
#products-mrs-cwvgm .breadcrumbs li:last-child,
#products-mrs-cwvgm .breadcrumbs a:hover,
#products-mrs-detail .breadcrumbs li:last-child,
#products-mrs-detail .breadcrumbs a:hover,
#products-mrs .breadcrumbs li:last-child,
#products-mrs .breadcrumbs a:hover,
#products-mrs .local-nav li + li:before { /* 迅速触媒評価システム */
  color: #6e991c;
}

/***********************************
見出し
************************************/

/* ---------------------------------
.titlebox .title 赤い帯の見出し
---------------------------------- */
.titlebox {
  background: #c11d3d;
  color: #fff;
}

.titlebox > div {
  padding: 13px 0;
  position: relative;
}

.titlebox .ctg-title {
  background: #fff;
  border-radius: 6px;
  color: #c11d3d;
  display: inline;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  width: 120px;
  text-align: center;
  padding: 5px 20px;
}

.titlebox .title {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.7;
}

.titlebox .ctg-title + .title {
  padding-left: 15px;
  display: inline;
}

.titlebox .btn-icon { /* 中にアイコン */
  background: #fff;
  height: 44px;
  width: 44px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.titlebox .btn-icon + .title {
  padding-left: 65px;
  padding-right: 150px;
}

/* 緑色 ---------------------------- */
#products-mrs .titlebox,
#products-mrs-detail .titlebox { /* 迅速触媒評価システム */
  background: #6e991c;
}

#products-mrs .titlebox .ctg-title,
#products-mrs-detail .titlebox .ctg-title,
#products-mrs-detail .titlebox .icon-new:before,
#products-mrs-detail .titlebox .icon-end:before {
  color: #6e991c
}

#products-mrs-cwvgm .titlebox { /* 各社GCとの製品対応表 */
  background: #6e991c;
}

#products-mrs-cwvgm .titlebox .ctg-title {
  color: #6e991c
}

/* 黄色 ---------------------------- */
#products-uamcc .titlebox,
#products-uamcc-detail .titlebox {
  background: #ca9630;
}

#products-uamcc .titlebox .ctg-title,
#products-uamcc-detail .titlebox .ctg-title,
#products-uamcc-detail .titlebox .icon-new:before,
#products-uamcc-detail .titlebox .icon-end:before {
  color: #ca9630
}

/* 青色 ---------------------------- */
#products-cm .titlebox,
#products-cm-detail .titlebox { /* 迅速凍結粉砕装置 */
  background: #3087ca;
}

#products-cm .titlebox .ctg-title,
#products-cm-detail .titlebox .ctg-title,
#products-cm-detail .titlebox .icon-new:before,
#products-cm-detail .titlebox .icon-end:before {
  color: #3087ca
}

#products-cm-cwvgm .titlebox { /* 各社GCとの製品対応表 */
  background: #3087ca;
}

#products-cm-cwvgm .titlebox .ctg-title {
  color: #3087ca
}

/* 会員サイト・ビジネスパートナーサイト ---------------------------- */
.member .titlebox .btn-logout,
.partner .titlebox .btn-logout {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  background: #9a102b;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 3px;
}

.member .titlebox .btn-logout img,
.partner .titlebox .btn-logout img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.member .titlebox .is-svg path,
.member .titlebox .is-svg polygon {
  fill: #c11d3d;
}

.partner .titlebox .btn-logout { /* ビジネスパートナー */
  background: #22608f;
}

.partner .titlebox .is-svg {
  width: 34px !important;
}

.partner .titlebox .is-svg path,
.partner .titlebox .is-svg polygon {
  fill: #3087ca;
}

.partner .titlebox {
  background: #3087ca;
}

/* ---------------------------------
.sub-title 下線の見出し
---------------------------------- */
.sub-title {
  border-bottom: solid 1px #b8b8b8;
  color: #585858;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-bottom: 3px;
}

.sub-title.sub-title_blk {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* 右側にアイコンがある場合 ---------------------------- */
.sub-title.relative {
  padding-right: 80px;
}

.sub-title .icon-circle {
  position: absolute;
  right: 0;
  top: -10px;
}

/* 動画or画像 + 見出し ---------------------------- */
.video-wrap .sub-title,
.video-wrap + .sub-title,
.image-wrap + .sub-title {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  margin: 15px 0;
  padding-bottom: 15px;
}

/* 製品情報index ---------------------------- */
#products-top #sec03 .sub-title {
  margin-bottom: 0;
}

/* 製品情報 > カタログダウンロード ---------------------------- */
#products-catalogue .sub-title.sub-title_blk {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* 技術情報 > 参考書 ---------------------------- */
#technical-information-references #sec02 .sub-title {
  font-size: 1.8rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* ---------------------------------
.title-arrow 矢印付きの見出し
---------------------------------- */
.title-arrow {
  background: url(../images/common/icon_arrow_red_thin.png) no-repeat right 10px center / 7px;
  border-bottom: solid 1px #c11d3d;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-bottom: 3px;
  padding-right: 30px;
}

/* ---------------------------------
.border-
---------------------------------- */
.border-b {
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

/* 製品情報index ---------------------------- */
.border-box_multi-functional-pyrolysis-system .border-b,
.border-box_rapid-catalyst-screening-system .border-b,
.border-box_ultra-alloy-metal-capillary-columns .border-b,
.border-box_cryogenic-mill .border-b,
.border-box_mfps .border-b,
.border-box_mrs .border-b,
.border-box_uamcc .border-b,
.border-box_cm .border-b {
  border-color: #c11d3d;
  font-size: 2rem;
  margin-top: 30px;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.border-box_mfps img,
.border-box_mrs img,
.border-box_uamcc img,
.border-box_cm img {
    width: 85%;
    margin: auto;
    display: block;
}

/* 青 */
.partner.news .w250 .border-b,
#products-cm .border-b,
.border-box_rapid-catalyst-screening-system .border-b,
.border-box_cryogenic-mill .border-b,
.border-box_cm .border-b {
  border-color: #10519a;
}

/* 黄 */
#products-uamcc .border-b,
.border-box_ultra-alloy-metal-capillary-columns .border-b,
.border-box_uamcc .border-b {
  border-color: #976910;
}

/* 緑 */
#products-mrs .border-b,
.border-box_rapid-catalyst-screening-system .border-b,
.border-box_mrs .border-b {
  border-color: #6e991c;
}

/* ニュースのサイドバー見出し ---------------------------- */
.news .w250 .border-b {
  border-color: #c11d3d;
}

/***********************************
.tab 製品タブ（bxslider・スマホ時にタブに横スクロール追加）
************************************/
.tab {
  background: #fff;
  display: table;
  table-layout:fixed;
  width: 100%;
}

.tab li {
  border-left: solid 1px #dcdcdc;
  border-bottom: solid 1px #aaa;
  cursor: pointer;
  display: table-cell;
  position: relative;
}

.tab li,
.tab li:nth-child(even) { /* colum2のstyle打ち消し */
  margin: 0 !important;
}

.tab li.active {
  border-left-color: #aaa;
}

.tab .active:before {
  content: '';
  background: #c11d3d;
  height: 3px;
  width: calc( 100% + 2px );
  display: block;
  position: absolute;
  top: -2px;
  left: -1px;
}

.tab .active:after {
  content: '';
  background: #fff;
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.tab li.active + li {
  border-left-color: #aaa;
}

.tab li:last-child {
  border-right: solid 1px #dcdcdc;
}

.tab li.active:last-child {
  border-right-color: #aaa;
}

.tab li h3 {
  border-top: solid 1px #dcdcdc;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px 5px;
  text-align: center;
}

.tab.tab-only li {
  padding-bottom: 2px;
}

.tab.tab-only li h3 {
  border-bottom: solid 1px #dcdcdc;
  margin: 0 50px;
}

.bx-wrapper {
  background: #fff;
  border: solid 1px #aaa;
  border-top: none;
  padding: 50px;
}

/* ---------------------------------
青
---------------------------------- */
#products-cm-detail .tab .active:before {
  background: #3087ca;
}

#products-cm-detail .tab .active,
#products-cm-detail .tab .active h3 {
  border-top-color: #3087ca;
}

/* ---------------------------------
黄
---------------------------------- */
#products-uamcc-detail .tab .active:before {
  background: #ca9630;
}

#products-uamcc-detail .tab .active,
#products-uamcc-detail .tab .active h3 {
  border-top-color: #ca9630;
}

/* ---------------------------------
緑
---------------------------------- */
#products-mrs-detail .tab .active:before {
  background: #6e991c;
}

#products-mrs-detail .tab .active,
#products-mrs-detail .tab .active h3 {
  border-top-color: #6e991c;
}

/* ---------------------------------
サポート > ビジネスパートナー
---------------------------------- */
#support-business-partner .tab {
  font-size: 1.4rem;
}

#support-business-partner .tab li:not(.active) {
  color: #898989;
}

#support-business-partner .tab .icon-products {
  margin-right: 0;
}

/***********************************
通常のタブ
************************************/
#is-tab-head {
  overflow: hidden;
  padding: 25px 0;
}

#is-tab-head li {
  width: calc( 100% / 2 - 10px );
  float: left;
}

#is-tab-head li:first-child {
  margin-right: 20px;
}

#is-tab-head a {
  background: #fff;
  border: solid 1px #dcdcdc;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
}

#is-tab-head .active {
  color: #c11d3d;
  border-color: #c11d3d;
}

/***********************************
.page-nav
************************************/
.page-nav {
  background: #eee;
  padding: 60px 0;
}

.page-nav .inner {
  padding: 0;
}

.page-nav .btn-border.current,
.page-nav .btn-border:hover {
  border-color: #c11d3d;
  color: #c11d3d;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}

.page-nav .btn-border.current:after,
.page-nav .btn-border:hover:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}

.page-nav .colum3 li:nth-child(n+4) {
  margin-top: 20px;
}

.products .page-nav {
  background: #fff;
}

/***********************************
.local-nav
************************************/
.local-nav {
  margin-top: 20px;
  text-align: center;
  padding: 10px 0;
}

.local-nav li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}

.local-nav li + li:before {
  content: '|';
  display: inline-block;
  color:  #c11d3d;
  margin-left: 15px;
  padding-right: 20px;
}


/* ドロップダウン＆アコーディオン */

.is-local-nav li + li:before {
    margin-left: 10px;
    padding-right: 15px;
}

.is-local-nav li {
    position: relative;
}

.is-local-nav li .is-localnav-btn {
    display: inline-block;
}

.is-local-nav li .is-localnav-btn.is-active,
.is-local-nav li .is-localnav-btn.current,
.is-local-nav li .is-localnav-btn:hover {
    color: #c11d3d;
    text-decoration: underline;
    opacity: 1;
    cursor: pointer;
}

.is-local-nav li .is-localnav-box {
    background: #eee;
    display: block;
    font-size: 12px;
    width: 245px;
    text-align: left;
    padding: 10px 0;
    position: absolute;
    top: 32px;
    left: 10px;
    z-index: 20;
    display: none;
}

.is-local-nav li:first-child .is-localnav-box {
    left: -10px;
}

.is-local-nav li .is-localnav-box li + li:before {
    display: none;
}

.is-local-nav li .is-localnav-box li {
    display: block;
    padding: 2px 10px;
    line-height: 1.5;
}

.is-local-nav li .is-localnav-box a {
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    transition: all .3s .1s;
}

.is-local-nav li .is-localnav-box a.current,
.is-local-nav li .is-localnav-box a:hover {
    background: #fff;
    color: #c11d3d;
}

/***********************************
.local-nav-2
************************************/
.local-nav-2 .columbox {
  width: calc( 100% / 4 - 15px );
  margin-left: 20px;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: solid 1px #dcdcdc;
}

.local-nav-2 .columbox:first-child {
  margin-left: 0;
}

.local-nav-2 .btn-border-box {
  border-color: transparent;
  font-size: 1.6rem;
  height: auto;
  line-height: 1.3;
  padding: 10px 15px;
  width: 100%;
}

.local-nav-2 .btn-border-box:hover,
.local-nav-2 .btn-border-box.current {
  /* border-color: #c11d3d; */
  color: #c11d3d;
}

.local-nav-2 .icon-arrow_red,
.partner .local-nav-2 .icon-arrow_red {
  background-position: right 15px center;
  background-color: #fff;
}

/* ---------------------------------
ビジネスパートナーサイト
---------------------------------- */
.partner .local-nav li + li:before,
.partner .is-local-nav li .is-localnav-btn.is-active,
.partner .is-local-nav li .is-localnav-btn.current,
.partner .is-local-nav .is-localnav-btn:hover,
.partner .is-local-nav li .is-localnav-box a.current,
.partner .is-local-nav li .is-localnav-box a:hover,
.partner .local-nav-2 .btn-border-box:hover,
.partner .local-nav-2 .btn-border-box.current {
    /* border-color: #3087ca; */
  color: #3087ca;
}

/***********************************
.info-list ニュース一覧
************************************/
.info-list time {
    margin-right: 25px;
}

.info-list time + a,
.info-list time + a + a {
    margin-right: 10px;
}

.info-list span {
  background: #eee;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  min-width: 140px;
  padding: 0 10px;
  margin-right: 5px;
}

.info-list span.icon-circle,
.info-list span.icon-circle span {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    text-align: inherit;
    min-width: 50px;
    padding: 0;
    vertical-align: middle;
    margin-right: 20px;
}

.info-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-list li + li {
  border-top: solid 1px #dcdcdc;
  margin-top: 10px;
  padding-top: 10px;
}

.info-detail figure {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ---------------------------------
.news
---------------------------------- */
.news .info-list li {
  overflow: auto;
  white-space: normal;
  text-indent: 0;
}

.news .info-list li + li {
  border-color: #dcdcdc;
  margin-top: 35px;
  padding-top: 35px;
}

.news .info-list li:last-child {
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.news .info-list .title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 20px 0 10px;
}

#search .info-list li {
  height: 41px;
}

#search .info-list li:nth-child(2) {
  margin-top: 3px;
}

/* ---------------------------------
サポート > ワークショップ
---------------------------------- */
#training-schedule-detail .info-list span,
#training-schedule-top .info-list span {
  margin: 0;
}

.info-list .ctg-color-ts01 {
  background: #c11d3d;
  color: #fff;
}

.info-list .ctg-color-ts02 {
  background: #fff;
  border: solid 1px #c11d3d;
  color: #c11d3d;
}

/* 青 ---------------------------- */
.partner .info-list .ctg-color-ts01 {
  background: #3087ca;
}

.partner .info-list .ctg-color-ts02 {
    border-color: #3087ca;
    color: #3087ca;
}

/***********************************
.icon-menu-list 会員サイト・ビジネスパートナーサイトindex icon付きリンク
************************************/
.icon-menu-list.colum4 .columbox {
  width: calc(100% / 4 - 15px);
  margin-right: 20px;
}

.icon-menu-list.colum4 .columbox:nth-child(4n) {
  margin-right: 0;
}

.icon-menu-list.colum4 .columbox:nth-child(n+5) {
  margin-top: 20px;
}

.icon-menu-list .btn-border-box {
  background-position: right 40px center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  height: auto;
  padding: 30px;
}

.icon-menu-list .btn-border-box img {
  height: 46px;
  display: block;
  margin: 0 auto 15px;
}

/***********************************
.border-box
************************************/
.border-box {
  border: solid 1px #dcdcdc;
  background: #fff;
  line-height: 1.5;
  position: relative;
}

.border-box > a {
  display: block;
  height: 100%;
}

.border-box.icon-new:after {
  content: 'NEW';
  height: 30px;
  line-height: 30px;
  background: #c11d3d;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.cn .border-box.icon-new:after {
    content: '新产品';
}

/* コミュニティ（掲示板）
.alternatebox > .center .border-box {
  background: url(../images/common/icon_arrow_gry_btm_thin.png) no-repeat right 20px center / 12px;
  color: #6e6e6e;
  font-size: 14px;
  padding: 15px 120px;
}
*/

/***********************************
.btn
************************************/

/* ---------------------------------
灰色の罫線1pxボタン
---------------------------------- */
.btn-border-box {
  background-color: #fff;
  border: solid 1px #dcdcdc;
  display: block;
  font-size: 1.8rem;
  height: 80px;
  line-height: 80px;
  padding: 0 40px;
}

/* 製品情報　詳細 ---------------------------- */
.products-detail .btn-border-box { /* ボタン群 アイコン指定はstyle.css */
  font-size: 1.4rem;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

---------------------------------- */
.btn-post {
  background: #c11d3d;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 5px 20px;
  min-width: 180px;
}

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

---------------------------------- */
.btn-showmessage {
  background: url(../images/common/icon_arrow_gry02_btm.png) no-repeat right 8px / 20px;
  color: #707070;
  padding-right: 30px;
  font-size: 2rem;
}

/* ---------------------------------
消耗部品　さらに見るボタン
---------------------------------- */
.btn-morebox {
    border: solid 1px #c11d3d;
    border-radius: 10px;
    display: block;
    color: #c11d3d;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: auto;
    width: 420px;
}

.btn-morebox span {
    background: url(../images/common/icon_arrow_red_thin_btm.png) no-repeat right center / 16px;
    padding-right: 26px;
}

/***********************************
.border-box hover フェードアニメーション
************************************/
.border-anime a:before,
.border-box > a:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #c11d3d;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}

.border-anime a:hover:before,
.border-box > a:hover:before {
  opacity: 1;
  border-color: #c11d3d;
}

/* ---------------------------------
青
---------------------------------- */
#products-top .border-box_cryogenic-mill a:hover:before,
#products-top .border-box_cm a:hover:before {
  border-color: #3087ca;
}

/* ---------------------------------
黄
---------------------------------- */
#products-top .border-box_ultra-alloy-metal-capillary-columns a:hover:before,
#products-top .border-box_uamcc a:hover:before {
  border-color: #ca9630;
}

/* ---------------------------------
緑
---------------------------------- */
#products-top .border-box_rapid-catalyst-screening-system a:hover:before,
#products-top .border-box_mrs a:hover:before {
  border-color: #6e991c;
}

/***********************************
.border-box 罫線ありのリンクbox（アニメーション付き）
***********************************
.border-anime a:before,
.border-anime a:after,
.border-box > a:before,
.border-box > a:after {
content: '';
width: 0;
height: 0;
border: 1px solid transparent;
z-index: 2;
position: absolute;
}

.border-anime a:before,
.border-box > a:before {
bottom: 0;
right: 0;
}

.border-anime a:after,
.border-box > a:after {
top: 0;
left: 0;
}

.border-anime a:hover:before,
.border-anime a:hover:after,
.border-box > a:hover:before,
.border-box > a:hover:after {
width: calc( 100% - 2px );
height: calc( 100% - 2px );
}

.border-anime a:hover:before,
.border-box > a:hover:before {
border-top-color: #c11d3d;
border-right-color: #c11d3d;
transition: height .3s, width .3s .3s;
}

.border-anime a:hover:after,
.border-box > a:hover:after {
border-bottom-color: #c11d3d;
border-left-color: #c11d3d;
transition: height .3s, width .3s .3s;
}

#products-top .border-box_mrs a:hover:before {
border-top-color: #3087ca;
border-right-color: #3087ca;
}
#products-top .border-box_mrs a:hover:after {
border-bottom-color: #3087ca;
border-left-color: #3087ca;
}

#products-top .border-box_uamcc a:hover:before {
border-top-color: #ca9630;
border-right-color: #ca9630;
}
#products-top .border-box_uamcc a:hover:after {
border-bottom-color: #ca9630;
border-left-color: #ca9630;
}

#products-top .border-box_ice a:hover:before {
border-top-color: #32ae6f;
border-right-color: #32ae6f;
}
#products-top .border-box_ice a:hover:after {
border-bottom-color: #32ae6f;
border-left-color: #32ae6f;
}

/***********************************
.icon
************************************/
/* ---------------------------------
.icon-products サポート > ビジネスパートナー
---------------------------------- */
.icon-products {
  background: #fff;
  border: solid 1px #c11d3d;
  color: #c11d3d;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-right: 10px;
  min-width: 54px;
  text-align: center;
}

/* タブの中のアイコンの場合 ---------------------------- */
.bx-viewport .icon-products {
    margin-right: 5px;
}

/* 緑（消耗部品） ---------------------------- */
.icon-products-cons {
  border-color: #6e991c;
  color: #6e991c;
}

/* 黄（Ultra ALLOYカラム） ---------------------------- */
.icon-products-col {
  border-color: #ca9630;
  color: #ca9630;
}

/* 青（迅速凍結粉砕装置） ---------------------------- */
.icon-products-mill {
  border-color: #3087ca;
  color: #3087ca;
}

/* ---------------------------------
.icon-dash 採用ボタン付属の横線装飾
---------------------------------- */
.icon-dash {
  padding-left: 20px;
  position: relative;
}

.icon-dash:before {
  content: '';
  background: #c11d3d;
  display: block;
  height: 2px;
  width: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

/* ---------------------------------
.icon-pdf ◯の中にアイコン
---------------------------------- */
.icon-circle {
  position: relative;
  height: 50px;
  width: 50px;
}

.icon-circle span {
  border: solid 1px #dcdcdc;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.icon-circle .is-svg {
  margin: 6px 0 5px 13px;
  width: 24px !important;
}

/* 技術情報 > 参考書籍 ---------------------------- */
#technical-information-references .icon-circle {
    padding-left: 60px;
    border: none;
    color: inherit;
}

/* 黄土（zip） ---------------------------- */
.icon-circle-zip .is-svg path,
.icon-circle-zip .is-svg polygon {
  fill: #7A7569;
}

/* 緑（excel） ---------------------------- */
.icon-circle-excel .is-svg path,
.icon-circle-excel .is-svg polygon {
  fill: #69BA4F;
}

/* 橙（pp） ---------------------------- */
.icon-circle-pp .is-svg path,
.icon-circle-pp .is-svg polygon {
  fill: #DB8721;
}

/* 青（word） ---------------------------- */
.icon-circle-word .is-svg path,
.icon-circle-word .is-svg polygon {
  fill: #3087CA;
}

/* ---------------------------------
.icon-check
---------------------------------- */
.icon-check {
  background: url(../images/common/icon_check.png) no-repeat left center / 14px;
  padding-left: 20px;
}

/* ---------------------------------
.icon-num
---------------------------------- */
.icon-num { /* counter */
  counter-reset: counter;
}

.icon-num a:before {
  counter-increment: counter;
  content: counters(counter, ".") ".";
}

/***********************************
.pcLeft .right 2カラム
***********************************
#support-faq #sec02 .pcLeft,
#technical-information-conference #sec02 .pcLeft,
#technical-information-publication #sec02 .pcLeft {
width: 670px;
}

#support-faq #sec02 .pcRight,
#technical-information-conference #sec02 .pcRight,
#technical-information-publication #sec02 .pcRight {
width: 250px;
}

aside form {
overflow: hidden;
}

aside .form-control {
border: solid 1px #dcdcdc;
border-right: 0;
display: block;
float: left;
padding: 12px;
width: 200px;
min-height: 50px;
}

aside .btn-outline-success {
background: url(../images/common/subnav_icon02_hover.png) no-repeat center / 21px;
border: solid 1px #dcdcdc;
border-left: 0;
display: block;
float: right;
height: 50px;
width: 50px;
text-indent: -999px;
overflow: hidden;
white-space: nowrap;
}
*/
/***********************************
.accordion アコーディオン FAQ
************************************/
.accordion-heading {
  cursor: pointer;
  position: relative;
}

body:not(.news) .accordion-heading.active:before,
body:not(.news) .accordion-heading.active:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body:not(.news) .accordion-heading:before,
body:not(.news) .accordion-heading:after { /* アイコン＋ */
    content: '';
    background: #c11d3d;
    display: block;
    height: 35px;
    width: 1px;
    -webkit-transition: all .3s .1s;
    transition: all .3s .1s;
    position: absolute;
}

.accordion-inner {
    display: none;
}

/* ---------------------------------
サポート > FAQ
---------------------------------- */
#support-faq .accordion-heading {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 65px;
}

#support-faq .accordion-heading:before {
  top: 0;
  right: 17px;
}

#support-faq .accordion-heading:after {
  height: 1px;
  width: 35px;
  top: 17px;
  right: 0;
}

/* ---------------------------------
採用情報 > 募集要項
---------------------------------- */
#recruit-recruitment-freshers .accordion-heading {
  font-size: 2.2rem;
  margin-top: 25px;
}

#recruit-recruitment-freshers .accordion-heading.active {
  border-bottom: none;
}

#recruit-recruitment-freshers .accordion-heading:before {
  right: 51px;
  top: 21px;
}

#recruit-recruitment-freshers .accordion-heading:after {
  height: 1px;
  width: 35px;
  top: 38px;
  right: 34px;
}

/***********************************
.pulldown プルダウンメニュー
************************************/
.pulldown-btn {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  border-radius: 3px;
}

.pulldown-btn select {
  appearance: button;
  background: url(../images/common/icon_arrow_triangle.png) no-repeat right 40px center / 11px;
  border: none;
  color: #6e6e6e;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
  padding: 0 50px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 420px;
}

.pulldown-btn select option {
  background-color: #fff;
  border: solid 1px #dcdcdc;
  color: #6e6e6e;
  outline:none;
}

.pulldown-btn + p {
    margin-top: 30px;
}

/***********************************
.form-inline 検索フォーム
************************************/
main .form-inline {
  display: inline-block;
  margin-left: 10px;
  overflow: hidden;
  width: 335px;
  vertical-align: middle;
}

main .form-control {
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 1.4rem;
  padding: 0 15px;
  width: 290px;
  min-height: 40px;
}

main .btn-outline-success {
  background: #bbb;
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  display: block;
  float: right;
  height: 40px;
  width: 40px;
}

main .btn-outline-success .is-svg {
  width: 20px !important;
}

main .btn-outline-success .is-svg path,
main .btn-outline-success .is-svg polygon {
  fill: #fff;
}

/***********************************
#pagination ページネーション
************************************/
#pagination {
  margin-top: 60px;
  overflow: hidden;
}

#pagination .next,
#pagination .prev {
    color: #787878;
    line-height: 55px;
    width: 145px;
}

#technical-information-methodology #pagination .next,
#technical-information-methodology #pagination .prev {
    width: 49%;
}

#pagination .next {
  float: left;
}

#pagination .prev {
  float: right;
  text-align: right;
}

#pagination a {
  background: #fff;
  display: block !important;
  color: inherit !important;
  border-color: #dcdcdc !important;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 35px 0 15px;
}

#technical-information-methodology #pagination a {
    display: inline-block !important;
}

.en #pagination a {
    text-align: center !important;
}

#pagination .next a {
  text-align: right;
  padding: 0 15px 0 35px;
}

#pagination .next .arrow:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: auto;
  left: 20px;
}

#pagination .prev .arrow:after {
    right: 20px;
}

#pagination .prev a {
    text-align: left;
}

#pagination .next {
    margin-right: auto;
}

#pagination .center {
  margin-right: 0;
  width: calc( 100% - 290px );
}

#pagination .center a {
  border: solid 1px #dcdcdc;
  display: inline-block !important;
  padding: 0;
  width: 55px;
  margin: 0 5px;
}

#pagination .next a:hover,
#pagination .prev a:hover,
#pagination .center a:hover,
#pagination .center a.current {
  color: #c11d3d !important;
  border-color: #c11d3d !important;
}

#pagination .center span {
  display: inline-block !important;
  height: 55px;
  line-height: 55px;
  vertical-align: top;
}

/* <- 1,2,3,4,5…6 ->
#news-top #pagination .next,
#news-top #pagination .prev,
#partner-news-top #pagination .next,
#partner-news-top #pagination .prev,
#product-news-top #pagination .next,
#product-news-top #pagination .prev {
    width: 70px;
}

#news-top #pagination .next a,
#news-top #pagination .prev a,
#partner-news-top .next a,
#partner-news-top .prev a,
#product-news-top #pagination .next a,
#product-news-top #pagination .prev a {
    text-indent: -99999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

#news-top #pagination .next a.arrow:after,
#partner-news-top #pagination .next a.arrow:after,
#product-news-top #pagination .next a.arrow:after {
    left: 27px;
}

#news-top #pagination .next a.arrow:after,
#partner-news-top #pagination .next a.arrow:after,
#product-news-top #pagination .next a.arrow:after {
    left: 27px;
}

#news-top #pagination .center,
#partner-news-top #pagination .center,
#product-news-top #pagination .center {
    width: calc( 100% - 140px );
}
*/

/* ---------------------------------
青
---------------------------------- */
.partner #pagination .next a:hover,
.partner #pagination .prev a:hover,
.partner #pagination .center a:hover,
.partner #pagination .center a.current {
  border-color: #3087ca !important;
  color: #3087ca !important;
}

/* ---------------------------------
製品情報 > 熱分解GC／MS分析の基礎
---------------------------------- */
.technical-information-methodology #sec03 #pagination a {
  color: inherit;
  border-bottom: none;
}

/***********************************
.gmap マップ
************************************/
.gmap iframe {
  width: 100%;
  height: 540px;
}

/***********************************
.table テーブル
************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
}

.table th,
.table td {
  padding: 20px 0;
}

.table th {
  border-bottom: solid 1px #c1c1c1;
  text-align: left;
  padding-right: 30px;
  font-weight: 700;
  width: 180px;
}

.table td {
  border-bottom: dotted 1px #c1c1c1;
  padding-left: 20px;
}

.table a {
  color: #c11d3d;
  border-bottom: solid 1px #c11d3d;
}

.table-wrap table { /* スマホ時横スクロールありのテーブル */
  background: #fff;
  border: solid 1px #dcdcdc;
    width: 100%;
    margin: 20px 0;
}

.table-wrap th,
.table-wrap td {
  border: solid 1px #dcdcdc;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.7px;
  padding: 15px;
  vertical-align: middle;
}

.table-wrap th {
  background: #f8f8f8;
}

.table-wrap td {
  text-align: left;
}

.table-wrap td.center {
  text-align: center;
}

.table-wrap tr:first-child td {
  line-height: 1.4;
}

.table-wrap .table-w {
  width: calc( 100% / 7);
}

.table-wrap .table-bg {
  background: #fff4f6;
}

/* ---------------------------------
青
---------------------------------- */
.products-cm table .table-bg {
  background: #e5f4ff;
}

/* ---------------------------------
緑
---------------------------------- */
.products-mrs table .table-bg {
  background: #d6efb4;
}

/***********************************
.video 動画埋め込み
********************************** */
.video {
  background: #000;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video .is-play {
  border: none;
  width: 100%;
  height: 100%;
  z-index: 15;
  position: absolute;
  top: 0;
  left: 0;
}

.video .is-play:before {
  content: '';
  background: url(../images/common/img_play.png) no-repeat center / 61px rgba(0, 0, 0, .4);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 16;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.video .is-play:hover:before {
  background-color: rgba(0, 0, 0, .3);
}

.video .thumb-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* ---------------------------------
製品情報詳細
---------------------------------- */
.products-video-box .columbox {
  width: calc( 100% / 2 - 20px ) !important;
  margin-left: 0;
}

.products-video-box .columbox:nth-child(odd) {
  margin-right: 40px;
}

/***********************************
.grid タイル状に画像を敷き詰める
********************************** */
.grid-wrap {
  width: 100%;
}

.grid {
  width: 353px;
  margin-bottom: 9px;
}

.grid-img-big {
  width: 715px;
}

/***********************************
.bgGry .colum3
************************************/
.bgGry .colum1 .columbox {
  background: #fff;
  border: solid 1px #dcdcdc;
  position: relative;
}

/* colum1 */
.bgGry .colum1 .columbox {
  padding: 50px;
}

.bgGry .colum1 .columbox .sub-title {
  color: #000;
  border-color: #000;
}

/***********************************
カウンター
************************************/

/* 数字 */
.count-reset-num {
  counter-reset: num;
}

.count-num:before {
  content: counters(num, ".") ".";
  counter-increment: num;
}

/* アルファベット */
.count-reset-al {
  counter-reset: alpha;
}

.count-al:before {
  counter-increment: alpha;
  content: counter(alpha, lower-alpha) ".";
}

.count-al-02:before {
  counter-increment: alpha;
  content: counter(alpha, lower-alpha) ") ";
}

/***********************************
.aside-listwrap　サイドメニュー
************************************/
.aside-listwrap > p {
  border-bottom: solid 1px #c11d3d;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.aside-list p {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  font-weight: 500;
}

.aside-list .arrow:after {
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
  bottom: auto;
  right: auto;
  left: 0;
  top: 12px;
}

.aside-list .arrow.active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.aside-list p + ul {
  display: none;
  padding-left: 25px;
}

.aside-list > a {
  display: block;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.aside-list > a:before {
  content: '';
  background: #c11d3d;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

/* ---------------------------------
contact フォーム
---------------------------------- */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #444 !important;
}



/* ---------------------------------
maintenance メンテナンス画面
---------------------------------- */
body.maintenance { height: 100%; }

.maintenance #wrapper {
    flex-grow: 1;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    min-height: 0%;
    padding: 25px;
    text-align: center;
}

.maintenance #wrapper > div {
    margin-top: -50px;
}

.maintenance h1 {
    font-size: 31px;
    margin: 25px 0 15px;
    line-height: 1.3;
}

.maintenance p {
    color: #757575;
}

.maintenance #copyright {
    color: #444;
    height: 100px;
    line-height: 100px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

/* ---------------------------------
Google reCAPTCHA Widget
---------------------------------- */
.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
