@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;}table{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;
  font-family: YakuHanRP, 'NotoSansCJKjp', 'Noto Sans JP', sans-serif;
  font-size: 13px;
  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;
}

main {
  display: block;
  padding-top: 50px;
}

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;
}

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

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

/* ---------------------------------
font - roboto
---------------------------------- */
.roboto,
.roboto500i,
.roboto700i,
.roboto900i {
  font-family: 'Roboto', sans-serif;
}

.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
---------------------------------- */
.sfz13 {
  font-size: 1.3rem !important;
}

.sfz15 {
  font-size: 1.5rem !important;
}

.sfz17 {
  font-size: 1.7rem !important;
}

.sfz21 {
  font-size: 2.1rem !important;
}

/* ---------------------------------
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対策*/
}

/* ---------------------------------
iOS初期仕様解除
---------------------------------- */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

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

---------------------------------- */
/* テキストハイライト */
*::selection {
  background: rgba(238, 158, 89, .3);
}

*::-moz-selection {
  background: rgba(238, 158, 89, .3);
}

/*============================================================
汎用クラス
============================================================*/
/* ---------------------------------
display
---------------------------------- */
.inner {
  width: 100%;
  padding: 0 15px;
}

.sp {
  display: inline-block;
}

.pc {
  display: none !important;
}

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

.sp-nowrap {
  white-space: nowrap;
}

.hide {
  display: none;
}

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

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

.left {
  float: left;
}

.right {
  float: right;
}

.spRight {
  float: right;
}

.spLeft {
  float: left;
}

/* colum ---------------------------- */
.scolum3 {
  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;
}

/* 幅 ---------------------------- */
.sw25per {
  width: 25%;
}

.sw70per {
  width: 70%;
}

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

.spbgGry {
  background: #eee !important;
}

.sbgWht {
  background: #fff !important;
}

.bgPnk {
  background: #fde8e1 !important;
}

.bgBle {
  background: #e1edfb !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:1.2em;
  text-indent:-1.2em;
  display: block;
}

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

/* ---------------------------------
hover時　透過
---------------------------------- */
a.alpha:hover img,
.alpha:hover {
  opacity: 0.8;
}

.target {
  margin-top: -50px;
  padding-top: 50px;
  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_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: 30px !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 !important;
}

/* 黄 ---------------------------- */
#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;
}

.smb3   {margin-bottom:3px !important;}
.smb5   {margin-bottom:5px !important;}
.smb10  {margin-bottom:10px !important;}
.smb15  {margin-bottom:15px !important;}
.smb20  {margin-bottom:20px !important;}
.smb25  {margin-bottom:25px !important;}
.smb30  {margin-bottom:30px !important;}
.smb35  {margin-bottom:35px !important;}
.smb40  {margin-bottom:40px !important;}
.smb50  {margin-bottom:50px !important;}
.smb60  {margin-bottom:60px !important;}

.smt3   {margin-top:3px !important;}
.smt5   {margin-top:5px !important;}
.smt10  {margin-top:10px !important;}
.smt15  {margin-top:15px !important;}
.smt20  {margin-top:20px !important;}
.smt25  {margin-top:25px !important;}
.smt30  {margin-top:30px !important;}
.smt35  {margin-top:35px !important;}
.smt40  {margin-top:40px !important;}
.smt50  {margin-top:50px !important;}
.smt60  {margin-top:60px !important;}

.smr3   {margin-right:3px !important;}
.smr5   {margin-right:5px !important;}
.smr10  {margin-right:10px !important;}
.smr15  {margin-right:15px !important;}
.smr20  {margin-right:20px !important;}
.smr25  {margin-right:25px !important;}
.smr30  {margin-right:30px !important;}
.smr35  {margin-right:35px !important;}
.smr40  {margin-right:40px !important;}

.sml3   {margin-left:3px !important;}
.sml5   {margin-left:5px !important;}
.sml10  {margin-left:10px !important;}
.sml15  {margin-left:15px !important;}
.sml20  {margin-left:20px !important;}
.sml25  {margin-left:25px !important;}
.sml30  {margin-left:30px !important;}
.sml35  {margin-left:35px !important;}
.sml40  {margin-left:40px !important;}

.sm0-15 {margin:0 15px !important;}

.sp15 {padding:15px !important;}
.sp10-15-15 {padding:10px 15px 15px !important;}
.sp0-15 {padding:0 15px !important;}
.sp20-15 {}
.sp20-15-0 {padding:20px 15px 0px !important;}
.sp0-15-20 {padding:0 15px 20px !important;}
.sp20-15-30 {padding:20px 15px 30px !important;}

.spt20 {padding-top:20px !important;}

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

/***********************************
#header-logo
************************************/
#header-logo a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  width: 135px;
}

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

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

/* ---------------------------------
.gnav 中央テキストリンク
---------------------------------- */
.gnav {
  background: #fff;
  /*
  height: 100vh;
  overflow: scroll;
  */
  width: 100%;
  position: absolute;
  top: 51px;
  left: 0;
  display: none;
}

.gnav_list a {
  background: url(../images/common/icon_arrow_red_thin.png) no-repeat right 20px center / 5px;
  border-bottom: solid 1px #c9c9c9;
  color: #c11d3d;
  display: block;
  line-height: 44px;
  height: 44px;
  padding: 0 15px;
}

.gnav_list_conts {
  background: #8c0d26;
}

.gnav_list_none a {
  height: 0;
  padding: 0;
  border-bottom: none;
}

.gnav_list_conts_title,
.gnav_list_conts_parent {
  background: url(../images/common/icon_arrow_wht.png) no-repeat right 15px center / 5px;
  display: none !important;
}

.gnav_list_conts_child {
  display: none !important;
}

.is-current_line {
  display: none;
}

.gnav_list_login,
.gnav_list_contact {

}

.gnav_list_login a,
.gnav_list_contact a {
  background: #fff;
  border: solid 1px #c11d3d;
  color: #c11d3d;
  padding: 15px;
  display: block;
  text-align: center;
}

.gnav_list_login {
  margin: 30px 15px 0;
  display: block;
}

.gnav_list_login .is-svg,
.gnav_list_contact .is-svg {
  margin-right: 10px;
}

.gnav_list_contact {
  margin: 10px 15px 30px;
  display: block;
}

/* ---------------------------------
.subnav
---------------------------------- */
.subnav {
  width: 100px;
  /* background: #c11d3d; */
  position: absolute;
  top: 0;
  right: 50px;
}

.subnav_list {
  float: left;
  line-height: 1;
  text-align: center;
  width: 50px;
}
.subnav_list > a {
  border-left: solid 1px #c11d3d;
  color: #c11d3d;
  display: block;
  font-size: 1rem;
  height: 50px;
  padding: 5px 0;
}

.subnav_list .is-svg {
  display: block;
  margin: auto;
  width: 20px !important;
  padding: 3px 0;
}

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

/* ---------------------------------
.subnav .subnav_list_conts　hoverした中身
---------------------------------- */
.subnav_list_conts {
  background: rgba(59, 23, 23, .75);
  padding: 15px;
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  display: none;
}

.subnav_list_conts a {
  border: solid 1px #fff;
  color: #fff;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.subnav_list_lang a + a {
  margin-top: 10px;
}

.subnav_list_search {
  text-align: center;
}

.subnav_list_search p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.subnav_list_search .form-control {
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
  width: calc( 100% - 50px );
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  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: 50px;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 50px;
  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;
}

/***********************************
#is-menu-btn
************************************/
#is-menu-btn {
  /* background: #c11d3d; */
  border-left: solid 1px #c11d3d;
  color: #c11d3d;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  height: 50px;
  padding: 5px 0;
  text-align: center;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

#is-menu-btn span {
  height: 24px;
  width: 18px;
  display: block;
  margin: auto;
  position: relative;
}

#is-menu-btn i {
  background: #c11d3d;
  display: block;
  height: 2px;
  width: 100%;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
  position: absolute;
  top: 5px;
  left: 0;
}

#is-menu-btn i:nth-child(2) {
  top: 11px;
}

#is-menu-btn i:last-child {
  top: 17px;
}

#is-menu-btn.active i:first-child {
  transform: rotate(135deg);
  top: 12px;
}

#is-menu-btn.active i:nth-child(2) {
  display: none;
}

#is-menu-btn.active i:last-child {
  transform: rotate(45deg);
  top: 12px;
}

/*============================================================
会員サイト・ビジネスパートナーサイト　header
============================================================*/
.member-header .subnav,
.partner-header .subnav {
  background: #fff;
  height: 50px;
  width: 150px;
  right: 0;
}

.member-header .subnav_list > a,
.partner-header .subnav_list > a {
  border-left: solid 1px #c11e3d;
  border-right: none;
  color: #c11e3d;
  height: 35px;
  padding: 0;
  margin: 8px 0;
}

.partner-header .subnav_list > a {
  border-color: #3087ca;
  color: #3087ca
}

.member-header .subnav_list_logout img,
.partner-header .subnav_list_logout img {
  width: 16px;
  display: block;
  margin: auto;
  padding: 2px 0;
}

.member-header .subnav_list .is-svg,
.partner-header .subnav_list .is-svg {
  padding: 0 0 2px;
}

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

.subnav_list_hdmember .subnav_list_conts {
  background: #fff;
  border-top: solid 1px #dcdcdc;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  padding-top: 20px;
}

.subnav_list_hdmember .subnav_list_conts > p {
  margin-bottom: 20px;
  display: block;
}

.subnav_list_hdmember .subnav_list_conts > div {
  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;
}

.subnav_list_hdmember .subnav_list_conts a {
  color: inherit;
  font-size: 1.3rem;
  height: auto;
  line-height: 1.3;
  padding: 10px;
  width: 50%;
  border: solid 1px #dcdcdc;
  letter-spacing: -.5px;
  width: calc( 100% / 2 - 5px);
}

.subnav_list_hdmember .subnav_list_conts a:nth-child(even) {
  margin-left: 10px;
}

.subnav_list_hdmember .subnav_list_conts a:nth-child(n + 3) {
  margin-top: 10px;
}

.subnav_list_hdmember .btn-border-box img {
  vertical-align: middle;
  height: 25px;
  display: block;
  margin: 0 auto 5px;
}

.subnav_list_hdmember span {
  height: 20px;
  display: block;
  width: 18px;
  margin: 0 auto 2px;
  position: relative;
}

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

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

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

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

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

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

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

.subnav_list_hdmember .btn-pagetop {
  width: 100% !important;
  padding: 15px 10px 10px 10px !important;
  margin: 10px 0 !important;
}

.subnav_list_hdmember .btn-pagetop img {
  margin-right: 10px;
  display: inline-block;
}

/* ---------------------------------
青
---------------------------------- */
.partner-header .is-svg path,
.partner-header .is-svg polygon {
  fill: #3087ca;
}

/*============================================================
footer
============================================================*/
/***********************************
.footersns 赤い帯sns
************************************/
.footersns {
  background: #eee;
  font-size: 1.8rem;
  line-height: 1;
  padding: 18px 15px;
  border-bottom: solid 1px #c5c5c5;
}

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

.footersns ul {
  vertical-align: top;
  margin-top: 5px;
}

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

.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;
}

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

.footer-nav li {
  line-height: 1.3;
}

.footer-nav li p {
  font-weight: 600;
  cursor: pointer;
}

.footer-nav a {
  border-top: solid 1px #d3d3d3;
  display: block;
  padding: 15px;
}

.footer-nav li p a {
  position: relative;
}

.footer-nav li p a:before,
.footer-nav li p a:after {
  content: '';
  background: #444;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}

.footer-nav li p a:before {
  height: 2px;
  width: 10px;
  right: 26px;
}

.footer-nav li p a:after {
  height: 10px;
  width: 2px;
  right: 30px;
}

.footer-nav .active a:before {
  opacity: 0;
}

.footer-nav .active a:after {
  transform: rotate(90deg);
}

.footer-nav .columbox:first-child p a {
  border-top: none;
}

.footer-nav p + ul {
  display: none;
}

/***********************************
.footer-subnav リンク一覧
************************************/
.footer-subnav {
  font-size: 1.4rem;
}

.footer-subnav .inner {
  padding: 0;
}

.footer-subnav li {
  line-height: 1.3;
}

.footer-subnav a {
  border-top: solid 1px #d3d3d3;
  display: block;
  padding: 15px;
}

.footer-subnav .sp {
  display: block;
}

#copyright {
  background: #fff;
  border-top: solid 1px #d3d3d3;
  font-size: 1rem;
  height: 75px;
  line-height: 75px;
  padding: 0;
  text-align: center;
}

/***********************************
.pageTop トップへ戻るボタン
************************************/
.pageTop {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 60px;
  width: 60px;
  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: 25px;
  left: 21px;
  margin: auto;
}

/*============================================================
main
============================================================*/

/*============================================================
.products-listwrap mv下 共通製品ページへのリンク
============================================================*/
.products-list_conts {
  background: #eee;
  padding: 30px 15px;
}

.products-list .title {
  color: #c11d3d;
  position: relative;
}

.products-list .title span {
  background: #eee;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 5px 25px;
}

.products-list_conts {
  background: #eee;
  padding-top: 30px;
  margin-top: -30px;
}

.products-list_conts_box01,
.products-list_conts_box02,
.products-list_conts_box03,
.products-list_conts_box04 {
  background: #cb3552;
  border-radius: 2px;
  min-height: 74px;
}

.products-list_conts_box01 {
  background: url(../images/common/sp_products-list_icon01.png) no-repeat 95% center / 66px, #cb3552;
}

.products-list_conts_box02 {
  background: url(../images/common/sp_products-list_icon02.png) no-repeat 93% 10px / 47px, #da4864;
}

.products-list_conts_box03 {
  background: url(../images/common/sp_products-list_icon03.png) no-repeat 93% center / 53px, #cb3552;
}

.products-list_conts_box04 {
  background: url(../images/common/sp_products-list_icon05.png) no-repeat 92% 15px / 50px, #da4864;
}

.products-list_conts li + li {
  margin-top: 2px;
}

.products-list_conts a {
  color: #fff;
  display: block;
  padding: 15px 115px 15px 15px;
}

.products-list_conts h3 {
  font-size: 1.7rem;
  line-height: 1.3;
}

.products-list_conts span {
  font-size: 1.2rem;
}

/* ---------------------------------
#top
---------------------------------- */
#top .products-list {
  margin-top: -14px !important;
}

.bgGry + .products-list {
  background: #eee !important;
}

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

.products-expendable-parts-detail .products-list { /* 消耗部品 */
  background: #eee;
}

.products-expendable-parts-detail .products-list_conts,
.products-expendable-parts-detail .products-list .title span {
  background: #fff;
}

/*============================================================
#下層ページ
============================================================*/
body:not(#top):not(.recruit):not(.member):not(.partner) main section:not(#sec01):not(.products-list),
#search #sec02  {
  padding: 20px 15px;
}

#sec02 .pulldown-btn {
  margin: 20px 15px;
}

#products-mfps #sec03,
#products-mfps #sec04,
#products-mfps #sec05,
#products-mfps #sec06,
#products-mfps #sec07,
#products-mfps #sec08,
#products-mfps #sec09,
#products-mrs #sec03,
#products-mrs #sec05,
#products-mrs #sec06,
#products-mrs #sec07,
#products-mrs #sec08,
#products-cm #sec03,
#products-cm #sec05,
#products-cm #sec06,
#products-cm #sec07,
#products-cm #sec08 {
  padding: 20px 15px 0;
}

#products-expendable-parts #sec03 {
  padding: 0 15px 30px;
}

.products-expendable-parts-detail #sec02 .main-cg,
.products-expendable-parts-detail #sec02 .bgGry {
  padding: 20px 15px;
}

.products-expendable-parts-detail #sec02 .target + .bgGry {
  padding-top: 0;
}

/***********************************
.breadcrumbs
************************************/
.breadcrumbs {
  display: none;
}

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

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

.titlebox > div {
    position: relative;
}

.titlebox .ctg-title {
  background: #fff;
  color: #c11d3d;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 6px 7px;
  width: 44px;
}

.en .titlebox .ctg-title {
    font-size: 1.2rem;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.titlebox .title {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
}

.titlebox .ctg-title + .title { /* 中にアイコン */
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}

.en .titlebox .ctg-title + .title {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    vertical-align: middle;
}

.titlebox .btn-icon .is-svg {
  width: 26px !important;
}

.titlebox .btn-icon + .title {
  padding-left: 50px;
}

/* 緑色 ---------------------------- */
#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
}

.partner .titlebox { /* ビジネスパートナーサイト */
  background: #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
}

.partner .titlebox { /* ビジネスパートナーサイト */
  background: #3087ca;
}

/* 採用ページ ---------------------------- */
.recruit .titlebox .ctg-title {
  letter-spacing: 0;
}

/* 会員サイト・ビジネスパートナーサイト ---------------------------- */
.member .titlebox .btn-logout,
.partner .titlebox .btn-logout {
  display: none;
}

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

.titlebox .btn-icon {
  background: #fff;
  height: 36px;
  width: 36px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

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

.video-wrap .sub-title,
.video-wrap + .sub-title,
.image-wrap + .sub-title {
  color: #333 !important;
  font-size: 1.7rem !important;
  font-weight: 700 !important;
  margin: 8px 0;
  padding-bottom: 10px;
  line-height: 1.5;
}

.video-wrap + .sub-title + p {
  line-height: 1.5;
}

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

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

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

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

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

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

/* ---------------------------------
.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: 1.8rem;
  line-height: 1.8;
  margin: 25px 0 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_cm .border-b,
.border-box_uamcc .border-b {
  border-color: #c11d3d;
  font-size: 1.7rem;
  margin-top: 20px;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#products-top .title-arrow {
    margin-top: 0;
}

/* 青 */
.partner.news .w250 .border-b,
#products-cm .border-b,
.border-box_cryogenic-mill .border-b,
.border-box_cm .border-b {
  border-color: #3087ca;
}

/* 黄 */
#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・スマホ時にタブに横スクロール追加）
*********************************** */
.tabbtn {
  height: 41px;
  overflow-x: auto;
}

.tab{
  display: table;
  width: 100%;
}

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

.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: 0;
  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;
  text-align: center;
  white-space: nowrap;
  padding: 10px 20px;
}

.bx-wrapper {
  border: solid 1px #aaa;
  border-top: none;
  /*padding: 15px;*/
}

.bx-viewport {
  padding: 15px;
  overflow: visible !important;
}

.tabbox div {
  clear: both;
}

/* ---------------------------------
青
---------------------------------- */
#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;
  background: #fff;
}

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

#support-business-partner .bx-wrapper {
  background: #fff;
}

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

/***********************************
.　通常のタブ
************************************/
#is-tab-head {
  overflow: hidden;
}

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

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

#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
************************************/

/***********************************
.local-nav
************************************/
.local-nav {
  padding: 0 15px;
}

.local-nav li {
  background: url(../images/common/icon_arrow_red_thin.png) no-repeat left 98% center / 5px;
  line-height: 1.8;
  padding: 10px 20px 10px 0;
}

.local-nav li a {
  display: block;
  height: 100%;
}

.local-nav li + li {
  border-top: solid 1px #dcdcdc;
}


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

.is-local-nav {
    padding: 5px 15px;
}

.is-local-nav li {
	background: none;
    padding: 0;
}

.is-local-nav .is-localnav-btn {
    background: url(../images/common/icon_arrow_red_thin_btm.png) no-repeat left 98% center / 11px;
    padding: 10px 5px;
}

.is-local-nav li .is-localnav-btn.is-active {
    background-image: url(../images/common/icon_arrow_red_thin_top.png);
    color: #c11d3d;
}

.is-local-nav li .is-localnav-btn.current {
    color: #c11d3d;
}

.is-local-nav .is-localnav-box {
    border-top: solid 1px #dcdcdc;
    padding-left: 1.5em;
    font-size: 12px;
    display: none;
}

.is-local-nav li .is-localnav-btn.current:before {
    content: '-';
    padding-right: 10px;
}

.is-local-nav .is-localnav-box li {
}

.is-local-nav .is-localnav-box li + li {
    border-top: dashed 1px #dcdcdc;
}

.is-local-nav .is-localnav-box a {
    display: block;
    padding: 10px 0;
}

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

/***********************************
.local-nav-2
************************************/
.local-nav-2 {
  background: #fff;
  padding: 0 15px;
}

.local-nav-2 .btn-border-box {
  background: url(../images/common/icon_arrow_red_thin.png) no-repeat left 98% center / 5px;
  background-color: transparent;
  border: none;
  padding: 10px;
  height: auto;
  line-height: 1.3;
}

.local-nav-2 .columbox + .columbox {
  border-top: solid 1px #dcdcdc;
}

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

/* ---------------------------------
ビジネスパートナーサイト
---------------------------------- */
.partner .local-nav-2 .btn-border-box {
  background: url(../images/common/icon_arrow_blue_thin.png) no-repeat left 98% center / 5px;
}

.partner .is-local-nav li .is-localnav-box a.current,
.partner .local-nav-2 .btn-border-box.current {
  color: #3087ca;
}

.partner .is-local-nav .is-localnav-btn {
    background-image: url(../images/common/icon_arrow_blue_thin_btm.png);
}

.partner .is-local-nav li .is-localnav-btn.is-active {
    background-image: url(../images/common/icon_arrow_blue_thin_top.png);
    color: #3087ca;
}

.partner .is-local-nav li .is-localnav-btn.current {
    color: #3087ca;
}

/***********************************
.info-list ニュース一覧
************************************/
.info-list time {
    display: block;
}

.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: 1rem;
    text-align: center;
    min-width: 140px;
    padding: 0 10px;
}

.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 {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

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

.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-top: 5px;
  line-height: 1.5;
}

/* ---------------------------------
サポート > ワークショップ
---------------------------------- */
#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付きリンク
************************************/

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

.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: '新产品';
}

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

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

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

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

---------------------------------- */
.btn-post {
  background: #c11d3d;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  display: block;
  height: 44px;
  line-height: 44px;
  width: 100%;
}

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

---------------------------------- */
.btn-showmessage {
  background: url(../images/common/icon_arrow_gry02_btm.png) no-repeat right 6px / 15px;
  color: #707070;
  padding-right: 25px;
}

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

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

/***********************************
.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: 5px;
  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: 10px;
  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;
  margin-bottom: 15px;
  margin-top: 15px;
  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;
  display: block;
  width: 100%;
  height: auto;
  color: inherit;
  border: none;
}

/* 黄土（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;
}

/***********************************
.left .right 2カラム
************************************/
aside form {
  overflow: hidden;
  width: 100%;
}

aside .form-control {
  border: solid 1px #dcdcdc;
  border-right: 0;
  display: block;
  float: left;
  padding: 12px;
  min-height: 50px;
  width: calc(100% - 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;
}

/***********************************
.accordion アコーディオン FAQ
************************************/
.accordion-heading {
  cursor: pointer;
}

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: 20px;
  width: 1px;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
  position: absolute;
  top: 0;
  right: 9px;
}

body:not(.news) .accordion-heading:after {
  height: 1px;
  width: 20px;
  top: 9px;
  right: 0;
}

.accordion-inner {
  display: none;
}

/* ---------------------------------
サポート > FAQ
---------------------------------- */
#support-faq .accordion-heading {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 40px;
  position: relative;
}

/* ---------------------------------
採用情報 > 募集要項
---------------------------------- */
#recruit-recruitment-freshers .accordion-heading {
  margin-top: 15px;
  padding-left: 15px;
  height: 44px;
  line-height: 44px;
  position: relative;
}

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

#recruit-recruitment-freshers .accordion-heading:after {
  top: 19px;
  right: 15px;
}

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

/***********************************
.pulldown プルダウンメニュー
************************************/
.pulldown-btn select {
  appearance: button;
  background: url(../images/common/icon_arrow_triangle.png) no-repeat right 15px center / 11px;
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  color: #6e6e6e;
  font-size: 1.6rem;
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
  padding: 10px 50px 10px 15px;
  width: 100%;
}

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

/***********************************
.form-inline 検索フォーム
************************************/
main .form-inline {
  overflow: hidden;
  width: 100%;
}

main .form-control {
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 1.6rem;
  padding: 0 15px;
  width: calc( 100% - 50px );
  min-height: 44px;
}

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

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: 20px;
  overflow: hidden;
}

#pagination .next,
#pagination .prev {
  width: 49%;
}

#pagination .next {
  float: left;
}

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

#pagination a {
  background: #fff;
  font-size: 1.3rem;
  display: inline-block !important;
  color: inherit !important;
  border-color: #dcdcdc !important;
  padding: 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 44px;
  line-height: 44px;
}

#pagination a.pc {
  display: none !important;
}

#pagination .next a {
  text-align: right;
}

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

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

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

#pagination.colum3 .columbox { /* 総ページ数表示の場合 */
  float: none;
  margin-right: auto;
  width: calc( 100% / 3);
  margin-top: 0;
}

#pagination.colum3 .columbox:nth-child(2) {
  color: #787878;
  line-height: 44px;
}

/* ---------------------------------
青
---------------------------------- */
.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: 240px;
}

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

.table {
  width: 100%;
}

.table th {
  display: block;
  background: #ebebeb;
  font-weight: 700;
  margin: 15px 0 5px;
  padding: 2px 0;
}

.table td {
  display: block;
  text-align: left;
  line-height: 1.8;
}

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

.table-wrap { /* スマホ時横スクロールありのテーブル */
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin: 15px 0;
}

.table-wrap::after {
    content: "← 左右にスクロールできます →";
    display: block;
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center;
    white-space: nowrap;
}

.en .table-wrap::after {
    content: "← You can scroll horizontally. →";
}

.cn .table-wrap::after {
    content: "← 您可以水平滚动 →";
}

.table-wrap table {
  background: #fff;
  border: solid 1px #dcdcdc;
  width: 100%;
}

.table-wrap tr:first-child th,
.table-wrap tr:first-child td {
    min-width: 90px;
}

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

.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.3;
}

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

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

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

/* ---------------------------------
緑
---------------------------------- */
#products-mrs-cwvgm .table-bg,
.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;
}

/***********************************
.grid タイル状に画像を敷き詰める
********************************** */
.grid-wrap {
  width: 100%;
  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;
}

.grid {
  overflow: hidden;
  display: block;
  width: calc( 100% / 2 - 5px );
}

.grid:nth-child(odd) {
  margin-right: 10px;
}

.grid:nth-child(n+3) {
  margin-top: 10px;
}

.colum3 .columbox {
    margin-top: 15px;
}

/***********************************
赤の区切り線　一覧
***********************************
#technical-information-conference article:not(:first-child),
#technical-information-publication article:not(:first-child) {
    border-top: solid 1px #c11d3d;
    margin-top: 20px;
    padding-top: 20px;
}
*/
/***********************************
カウンター
************************************/

/* 数字 */
.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: 15px;
}
