@charset "UTF-8";

/*============================================================
top
============================================================*/

/***********************************
#main-visual メインビジュアル
************************************/
#top .main-catch .slick-dots {
    bottom: 15px;
}

#top .slick-slider.main-catch {
    margin-bottom: 0;
}

#top .main-catch .slick-slide a {
    margin: 0;
}

/* ---------------------------------
#hot-topics
-------------------------------- -*/
#hot-topics {
    padding-bottom: 30px;
}

#hot-topics .slick-dots {
    display: none !important;
}

#top #hot-topics .slick-slider {
  margin-bottom: 0;
  overflow-wrap: normal;
}

#top #hot-topics .slick-prev,
#top #hot-topics .slick-next {
    background-color: #fff;
}

#top #hot-topics .slick-slide a {
    background: #fff;
    border-radius: 6px;
    padding: 20px 15px;
}

#top #hot-topics .object-fit-img {
    background: url(../images/common/thumb.jpg) no-repeat center / cover;
    height: 165px;
    width: 100%;
}

#top #hot-topics .object-fit-img img {
    width: 100%;
    height: 165px;
}

#top #hot-topics .fw700 {
    margin-top: 15px;
    line-height: 1.7;
}

/* ---------------------------------
.topinfo 4つのinfoメニュー
-------------------------------- -*/
.topinfo {
    padding: 0 15px;
}
.topinfo .columbox {
  background: #fff;
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px 15px;
}

.topinfo .columbox:first-child {
  margin-top: 0;
}

.topinfo article {
    position: relative;
}

.topinfo .more {
  background: #c11d3d;
  border-radius: 8px;
  color: #fff !important;
  line-height: 1;
  min-width: 80px;
  text-align: center;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.topinfo .more .icon-arrow_wht_thin {
    padding-right: 9px;
}

.topinfo h2 {
  font-size: 1.6rem;
  font-weight: 500;
}

.topinfo ul {
}
.topinfo time {
    display: block;
}
.topinfo li a {
    border-bottom: solid 1px #dcdcdc;
    display: block;
    font-size: 1.2rem;
    line-height: 1.7;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topinfo li:last-child a {
    border-bottom: none;
}

/* ---------------------------------
.topgrid 2つのinfoメニュー
-------------------------------- -*/
.topgrid {
    height: 235px;
    overflow: hidden;
    position: relative;
}
.topgrid:after { /* 黒い斜めの背景 */
    content: '';
    display: block;
    background: rgba(0, 0, 0, .3);
    height: 400px;
    width: 300px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    top: -110px;
    left: -160px;
}
.topgrid-recruit:after {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    left: auto;
    right: -160px;
}
.topgrid:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s .1s;
    transition: all .3s .1s;
    position: absolute;
    top: 0;
    left: 0;
}
.topgrid-company:before {
    background: url(../images/top/bg01.jpg) no-repeat center / cover;
}
.topgrid-recruit:before {
    background: url(../images/top/bg02.jpg) no-repeat center / cover;
}
.topgrid-company {
    margin-top: 30px;
}

.topgrid a {
    display: block;
    height: 100%;
    padding: 25px 15px;
    position: relative;
    z-index: 1;
}
.topgrid h2 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
}
.topgrid h2 span { /* 見出し英字 */
    font-size: 1.2rem;
    display: block;
}
.topgrid .btn { /* moreボタン */
    color: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 15px;
    padding: 0 20px;
}

.topgrid-recruit h2 {
    text-align: right;
}
.topgrid-recruit .btn {
    float: right;
}

/***********************************
#sec02
************************************/
#top #sec02 {
    padding-bottom: 30px;
}

/***********************************
#sec03
************************************/
#top #sec03 h2 {
    margin: 20px auto;
    width: 180px;
}
#top #sec03 .btn {
    border: solid 1px #7d7d7d;
    border-radius: 3px;
    display: block;
    font-size: 1.6rem;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
}

/* ---------------------------------
#top .slider スライダー
-------------------------------- -*/
#top .slick-slider {
    margin-bottom: 50px;
}
#top .slick-slide a {
    display: block;
    margin: 0 15%;
}
#top .slick-prev,
#top .slick-next {
    background: url(../images/common/icon_arrow_red_mid-left.png) no-repeat center / 9px, #eee;
    border: none;
    border-radius: 3px;
    height: 70px;
    margin-top: -35px;
    width: 26px;
    left: 6px;
    z-index: 10;
    position: absolute;
    top: 50%;
    text-indent: -999px;
    overflow: hidden;
    white-space: nowrap;
}

#top .slick-next {
    background-image: url(../images/common/icon_arrow_red_mid.png);
    left: auto;
    right: 6px;
}

#top .slick-dots {
    position: absolute;
    width: 100%;
    bottom: -35px;
    text-align: center;
}
#top .slick-dots li {
    display: inline-block;
    padding: 0 10px;
}
#top .slick-dots li button {
    background: #bfbfbf;
    border: none;
    border-radius: 50%;
    padding: 0;
    height: 7px;
    width: 7px;
    text-indent: -999px;
    overflow: hidden;
    white-space: nowrap;
}
#top .slick-dots li:hover button,
#top .slick-dots li.slick-active button {
    background: #c11d3d;
}
#top .slick-dots li.slick-active button:before,
#top .slick-dots li button:before {
    display: none;
}

/*============================================================
共通
============================================================*/
/***********************************
main内aタグにアンダーライン＋文字色赤
***********************************
main p a,
body:not(#top):not(.news):not(.products):not(.recruit):not(#support-business-partner):not(.member):not(.partner):not(#company-gallery) main section:not(.products-list):not(#sec01) a:not(.border-box):not(.icon-circle):not(.delete):not(.border-box-single) {
color: #c11d3d;
border-bottom: solid 1px #c11d3d;
display: inline;
}
*/

.richtext a,
main section .border-box li a,
main section:not(#sec01):not(.products-list) p a:not(.icon-circle) {
  color: #c11d3d;
  border-bottom: solid 1px #c11d3d;
  display: inline;
}

.border-box > a,
.link-none a {
    color: inherit !important;
    border-bottom: none !important;
    display: block !important;
}

.topinfo a {
    color: inherit !important;
    border-bottom-color: #dcdcdc !important;
    display: block !important;
}

#products-mfps-cwvgm section:not(.products-list) a,
#products-mrs-cwvgm section:not(.products-list) a {
  color: #c11d3d;
  border-bottom: solid 1px #c11d3d;
  display: inline;
}

#products-mfps-cwvgm .titlebox a,
#products-mrs-cwvgm .titlebox a {
    display: inline-block !important;
}

.partner .und-link,
.partner .richtext a,
.partner main section:not(#sec01):not(.products-list) p a:not(.icon-circle),
#products-mrs-cwvgm section:not(.products-list) a {
  border-color: #3087ca !important;
  color: #3087ca !important;
}

#products-mrs-cwvgm section:not(.products-list) a {
  border-color: #6e991c !important;
  color: #6e991c !important;
}

/*============================================================
.products  製品情報
============================================================*/
.products main .bgGry + .bgGry {
    padding-top: 0 !important;
}

/***********************************
#products-top 製品情報index
************************************/
#products-top #sec02 .columbox {
    margin-top: 15px;
}

#products-top .btn-border-box_bg05,
#products-top .btn-border-box_bg07 {
    background-position: right 15px center;
}

#products-top .btn-border-box_bg05 .is-svg,
#products-top .btn-border-box_bg07 .is-svg {
    margin-right: 10px;
    margin-top: -3px;
}

/***********************************
.products-detail  製品情報 詳細 共通
************************************/
.products-detail  #sec03 {
    padding: 0 15px;
}

.products-detail .icon-status {
    color: #c11d3d;
    border: solid 1px #c11d3d;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    font-size: 1.1rem;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.products-detail .products-video-box span {
    font-weight: 700;
    vertical-align: middle;
}

/* ---------------------------------
.columbox 製品と説明文
-------------------------------- -*/
.products-detail .columbox .title {
    font-size: 1.8rem;
    line-height: 1.5;
}

/* ---------------------------------
.tabbox タブ
--------------------------------
.products-detail .tabbox {
    counter-reset: counter;
}
.products-detail .tabbox p strong:before {
    counter-increment: counter;
    content: counter(counter) ".";
}
.products-detail .tabbox p + p,
.products-detail .tabbox ol + p,
.products-detail .tabbox ul + p {
    margin-top: 1.5em;
}
.products-detail .tabbox ol,
.products-detail .tabbox ul {
    padding-left: 1.25em;
}
.products-detail .tabbox ol li {
    list-style-type: decimal;
}
.products-detail .tabbox ul li {
    list-style-type: square;
}

.products-detail .tab li:not(.active) {
    border-top-color: #fff;
}
*/

.products-detail .tabbox p + p {
    margin-top: 1.5em;
}
/* ---------------------------------
.btn-border 1px罫線付きボタン
-------------------------------- -*/
.products-detail .btn-border-box.btn-border-box_bg01 {
    font-size: 1.4rem;
    text-align: center;
}
.products-detail .btn-border-box.btn-border-box_bg01 span {
    font-size: 1rem;
}
.products-detail .btn-border-box.btn-border-box_bg02 {
    line-height: 1.3;
    padding-top: 6px;
}
.products-detail .btn-border-box:not(.btn-border-box_bg01) span {
    color: #848484;
    font-size: 1rem;
}

.products-detail .btn-border-box_bg03 .is-svg,
.products-detail .btn-border-box_bg04 .is-svg,
.products-detail .btn-border-box_bg05 .is-svg,
.products-detail .btn-border-box_bg06 .is-svg,
.products-detail .btn-border-box_bg07 .is-svg,
.products-detail .btn-border-box_bg09 .is-svg,
.products-detail .btn-border-box_bg10 .is-svg {
    height: 44px !important;
    margin-right: 10px;
    width: 30px !important;
    float: left;
}

.products-detail .btn-border-box_bg01 .is-svg {
    margin-right: 10px;
    height: 44px !important;
}

.products-detail .btn-border-box_bg02 .is-svg {
    margin-right: 10px;
    float: left;
    margin-top: -2px;
    width: 23px !important;
}

.products-detail .btn-border-box_bg09 .is-svg {
    width: 23px !important;
    margin-right: 17px;
}

.products-detail .btn-border-box_bg10 .is-svg {
    width: 32px !important;
}

.products-detail .btn-icon {
    background: #eee;
    display: block;
    margin-left: 37px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    width: 85%;
    position: relative;
}
.products-detail .btn-icon span {
    background: #fff;
    border-radius: 33px;
    display: block;
    height: 66px;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .15);
    box-shadow: 0 0 13px rgba(0, 0, 0, .15);
    width: 66px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -33px;
    margin: auto;
}
.products-detail .btn-icon:after {
    content: '';
    background: url(../images/common/icon_arrow_red.png) no-repeat left center / 6px;
    display: inline-block;
    height: 14px;
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

/***********************************
#products-case-study  導入事例
************************************/


/***********************************
#products-mfps 熱分解総合分析システム（迅速触媒評価システムも共通）
************************************/

/* ---------------------------------
.border-box の下線にラインが入る
---------------------------------- */
#products-mfps section:not(#sec02) .border-box:before,
#products-mrs section:not(#sec02) .border-box:before,
#products-uamcc section:not(#sec02) .border-box:before,
#products-cm section:not(#sec02) .border-box:before {
  content: '';
  background: #c11d3d;
  height: 1px;
  display: block;
  width: calc( 100% - 80px );
  position: absolute;
  right: 40px;
  bottom: 0;
}

/* ---------------------------------
各製品の説明　3カラムのスライダー＋アコーディオン
---------------------------------- */
.products-slider .slick-track {
  margin-left: 0;
}

.products-slider .slick-list li {
  margin-top: 30px;
  margin-bottom: 30px;
}

.products-slider .slick-slide {
  margin: 0 50px;
}

.products-slider .accordion-inner02 {
  color: #727272;
  display: block !important;
  padding-top: 5px;
}

.products-slider .btn-border-box {
  font-size: 1.4rem;
  height: auto;
  line-height: 2;
  padding: 15px;
}

.products-slider .slick-prev,
.products-slider .slick-next {
  background: url(../images/common/icon_arrow_red_mid-left.png) no-repeat center / 9px, #eee;
  border: none;
  border-radius: 3px;
  height: 70px;
  margin-top: -35px;
  width: 26px;
  left: 6px;
  z-index: 10;
  position: absolute;
  top: 50%;
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
}

.products-slider .slick-next {
  background-image: url(../images/common/icon_arrow_red_mid.png);
  left: auto;
  right: 6px;
}

.products-slider .slick-dots {
    display: none;
    /*
  position: absolute;
  width: 100%;
  bottom: -7px;
  text-align: center;
    */
}

/*
.products-slider .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}

.products-slider .slick-dots li button {
  background: #bfbfbf;
  border: none;
  border-radius: 50%;
  padding: 0;
  height: 7px;
  width: 7px;
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
}

.products-slider .slick-dots li:hover button,
.products-slider .slick-dots li.slick-active button {
  background: #c11d3d;
}
*/


/***********************************
#products-mfps 熱分解総合分析システム
************************************/
#products-mfps main .colum3,
#products-mrs main .colum3,
#products-uamcc main .colum3,
#products-cm main .colum3 {
    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;
}

#products-mfps main .colum3 .columbox,
#products-mrs main .colum3 .columbox,
#products-uamcc main .colum3 .columbox,
#products-cm main .colum3 .columbox  {
    width: 48%;
}

#products-mfps main .colum3 .columbox:nth-child(even),
#products-mrs main .colum3 .columbox:nth-child(even),
#products-uamcc main .colum3 .columbox:nth-child(even),
#products-cm main .colum3 .columbox:nth-child(even) {
    margin-left: 4%;
}

/***********************************
.products-mrs 迅速触媒評価システム
************************************/
#products-mrs section:not(#sec02) .border-box:before,
#products-mrs .border-box.icon-new:after,
#products-mrs #sec02 .slick-dots button {
    background: #6e991c !important;
}

#products-mrs .border-box a:hover:before,
#products-mrs .border-box a:hover:after {
    border-color: #6e991c;
}

#products-mrs .products-slider .slick-prev {
  background-image: url(../images/common/icon_arrow_blue_mid-left.png);
}

#products-mrs .products-slider .slick-next {
  background-image: url(../images/common/icon_arrow_blue_mid.png);
}

/* ---------------------------------
詳細ページ
---------------------------------- */
#products-mrs-detail .btn-icon:after {
  background-image: url(../images/common/icon_arrow_blue.png);
}

#products-mrs-detail .icon-status {
  color: #6e991c;
  border-color: #6e991c;
}

/***********************************
.products-uamcc Ultra ALLOY®金属キャピラリーカラム
************************************/
#products-uamcc section:not(#sec02) .border-box:before,
#products-uamcc .border-box.icon-new:after {
  background: #ca9630;
}

#products-uamcc .border-box a:hover:before,
#products-uamcc .border-box a:hover:after {
  border-color: #ca9630;
}

/* ---------------------------------
詳細ページ
---------------------------------- */
#products-uamcc-detail .btn-icon:after {
  background-image: url(../images/common/icon_arrow_yellow.png);
}

#products-uamcc-detail .icon-status {
  color: #ca9630;
  border-color: #ca9630;
}

/***********************************
.products-cm 迅速凍結粉砕装置
************************************/
#products-cm section:not(#sec02) .border-box:before,
#products-cm .border-box.icon-new:after,
#products-cm #sec02 .slick-dots button {
    background: #3087ca !important;
}

#products-cm .border-box a:hover:before,
#products-cm .border-box a:hover:after {
    border-color: #3087ca;
}

/* ---------------------------------
詳細ページ
---------------------------------- */
#products-cm-detail .btn-icon:after {
  background-image: url(../images/common/icon_arrow_green.png);
}

#products-cm-detail .icon-status {
  color: #10519a;
  border-color: #10519a;
}

/***********************************
#products-mfps-cwvgm 各社GCとの製品対応表
************************************/

/***********************************
.products-expendable-parts 消耗部品
************************************/
.products-expendable-parts-detail .bgGry .left {
    width: 40%;
}

.products-expendable-parts-detail .bgGry .right {
    width: 55%;
}

.products-expendable-parts-detail .bgGry .right h3 {
    line-height: 1.5;
    margin: 5px 0;
}

.products-expendable-parts-detail .bgGry .right p {
    margin-bottom: 5px;
}

/* ---------------------------------
画像とボタン連動　スライダー　本体
---------------------------------- */
#products-expendable-parts #sec02 .pcLeft {
  background: url(../images/products/expendable-parts/main_220701.jpg) no-repeat center top / contain;
  padding-top: 84.64%;
  box-sizing: content-box;
  position: relative;
}

#products-expendable-parts #sec02 .pcLeft div,
.products-expendable-parts-detail #sec02 .pcLeft div {
  background: rgba(193,29,61,.4);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
}

#products-expendable-parts #sec02 .pcLeft span,
.products-expendable-parts-detail #sec02 .pcLeft span {
  background: #c11d3d;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(1) {
  position: absolute;
  top: 22%;
  left: 48%;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(2) {
  position: absolute;
  top: 32%;
  left: 48%;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(3),
#products-expendable-parts.en #sec02 .pcLeft div:nth-child(2),
#products-expendable-parts.cn #sec02 .pcLeft div:nth-child(2) {
  position: absolute;
  top: 27%;
  left: 48%;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(4),
#products-expendable-parts.en #sec02 .pcLeft div:nth-child(3),
#products-expendable-parts.cn #sec02 .pcLeft div:nth-child(3) {
  position: absolute;
  top: 37%;
  left: 48%;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(5),
#products-expendable-parts.en #sec02 .pcLeft div:nth-child(4),
#products-expendable-parts.cn #sec02 .pcLeft div:nth-child(4) {
  position: absolute;
  top: 30px;
  left: 42%;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(6),
#products-expendable-parts.en #sec02 .pcLeft div:nth-child(5),
#products-expendable-parts.cn #sec02 .pcLeft div:nth-child(5) {
  position: absolute;
  top: 35%;
  right: 23%;
  left: auto;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(7),
#products-expendable-parts.en #sec02 .pcLeft div:nth-child(6),
#products-expendable-parts.cn #sec02 .pcLeft div:nth-child(6) {
  position: absolute;
  top: 41%;
  right: 23%;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(8),
#products-expendable-parts.en #sec02 .pcLeft div:nth-child(7),
#products-expendable-parts.cn #sec02 .pcLeft div:nth-child(7) {
  position: absolute;
  top: 29%;
  right: 23%;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(9),
#products-expendable-parts.en #sec02 .pcLeft div:nth-child(8),
#products-expendable-parts.cn #sec02 .pcLeft div:nth-child(8) {
  position: absolute;
  top: 18%;
  left: 30%;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(10),
#products-expendable-parts.en #sec02 .pcLeft div:nth-child(9),
#products-expendable-parts.cn #sec02 .pcLeft div:nth-child(9) {
  position: absolute;
  bottom: 25%;
  left: 51%;
  top: auto;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(11),
#products-expendable-parts.en #sec02 .pcLeft div:nth-child(10),
#products-expendable-parts.cn #sec02 .pcLeft div:nth-child(10) {
  position: absolute;
  bottom: 20%;
  left: 16%;
}

#products-expendable-parts #sec02 .pcLeft div:nth-child(12),
#products-expendable-parts.en #sec02 .pcLeft div:nth-child(11),
#products-expendable-parts.cn #sec02 .pcLeft div:nth-child(11) {
  position: absolute;
  bottom: 11%;
  left: 51%;
  top: auto;
}

#products-expendable-parts #sec02 .pcRight,
.products-expendable-parts-detail #sec02 .pcRight {
  margin-top: 20px;
}

#products-expendable-parts #sec02 .btn-border-box {
  background: url(../images/common/icon_arrow_red_thin.png) no-repeat right 15px center / 7px;
  line-height: 1.5;
  font-size: 1.6rem;
  height: auto;
  letter-spacing: -.7px;
  padding: 10px 15px 10px 45px;
  position: relative;
  display: none;
}

#products-expendable-parts #sec02 .btn-border-box.active,
.products-expendable-parts-detail #sec02 .btn-border-box.active {
  display: block;
  -webkit-animation: show .5s linear 0s;
  -moz-animation: show .5s linear 0s;
  -ms-animation: show .5s linear 0s;
  animation: show .5s linear 0s;
}

@keyframes show {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@-webkit-keyframes show {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@-moz-keyframes show {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@-ms-keyframes show {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

#products-expendable-parts #sec02 .btn-border-box + .btn-border-box,
.products-expendable-parts-detail #sec02 .btn-border-box + .btn-border-box {
    margin-top: 15px;
}

#products-expendable-parts #sec02 .btn-border-box:before {
    content: '';
    background: #dcdcdc;
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s .1s;
    transition: all .3s .1s;
}

#products-expendable-parts #sec02 .btn-border-box.active:before,
#products-expendable-parts #sec02 .btn-border-box:hover:before {
    background: #c11d3d;
}

#products-expendable-parts #sec03.sp {
    display: block;
}

#products-expendable-parts #sec03 .btn-border-box {
    display: block;
}

#products-expendable-parts #sec03 .accordion-heading {
    font-weight: 400;
    font-size: 1.4rem;
    padding: 10px 15px;
  background-image: url(../images/common/icon_arrow_red_thin_btm.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 16px !important;
}

#products-expendable-parts #sec03 .accordion-heading.active {
  background-image: url(../images/common/icon_arrow_red_thin_top.png) !important;
}

#products-expendable-parts .accordion-heading:before,
#products-expendable-parts .accordion-heading:after {
    height: 11px;
    top: 15px;
    right: 22px;
}

#products-expendable-parts .accordion-heading:after {
    height: 1px;
    width: 11px;
    top: 20px;
    right: 17px;
}

/* ---------------------------------
画像とボタン連動　スライダー　ボタンの処理
---------------------------------- */
#products-expendable-parts .pcLeft .active:before,
#products-expendable-parts .pcLeft .active:after,
.products-expendable-parts-detail .pcLeft .active:before,
.products-expendable-parts-detail .pcLeft .active:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: rgba(193,29,61,.6);
    border-radius: 50%;
    animation-name: rippleAnimation;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    -webkit-animation-name: rippleAnimation;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 1.5s;
}

#products-mfps #sec02:not(.products-slider) .slick-dots .slick-active:after,
#products-mrs #sec02:not(.products-slider) .slick-dots .slick-active:after,
#products-expendable-parts .pcLeft .active:after,
.products-expendable-parts-detail .pcLeft .active:after {
    animation-delay: .3s;
}

@keyframes rippleAnimation {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}
@-webkit-keyframes rippleAnimation {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5, 1.5);
        opacity: 0;
    }
}
@-moz-keyframes rippleAnimation {
    0% {
        -moz-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

/* products-expendable-parts 詳細ページ */

.products-expendable-parts-detail #sec02 .btn-border-box {
    background: url(../images/common/icon_arrow_red_btm.png) no-repeat left 15px center / 12px;
    line-height: 1.5;
    font-size: 1.6rem;
    height: auto;
    letter-spacing: -.7px;
    padding: 10px 15px 10px 45px;
    position: relative;
    display: none;
}

/* #products~detail01 オートショットサンプラー */
#products-expendable-parts-detail01 #sec02 .main-cg .pcLeft {
    background: url(../images/products/expendable-parts/main.jpg) no-repeat center top / contain;
    padding-top: 84.64%;
    box-sizing: content-box;
    position: relative;
}

/***********************************
#products-catalogue カタログダウンロード
************************************/
#products-catalogue .bgGry .left {
    width: 40%;
}

#products-catalogue .bgGry .right {
    width: 55%;
}

#products-catalogue .bgGry .right h3 {
    line-height: 1.5;
    margin: 5px 0;
}

#products-catalogue .bgGry .right p {
    margin-bottom: 5px;
}

#products-catalogue .bgGry .right li a:before {
    content: '・';
}

#products-catalogue .bgGry .right li + li {
    margin-top: 5px;
}

#products-catalogue .bgGry .right a {
    color: #c11d3d;
    border-bottom: solid 1px #c11d3d;
}

#products-catalogue .bgGry .right .icon-new {
    background: #c11d3d;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    padding: 1px 5px 0;
    margin-bottom: 5px;
}

/*============================================================
.company 会社情報
============================================================*/

/***********************************
#company-message 代表あいさつ
************************************/
#company-message .fz32 {
    font-size: 2rem;
}

#company-message .fz20 {
    font-size: 1.6rem;
}

/***********************************
#company-about 企業概要
************************************/
#company-about td img {
    display: block;
    margin: auto;
    width: 160px;
}

#company-about #sec03 li {
    border-top: dotted 1px #dcdcdc;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 1.25em;
    text-indent: -1em;
}
/*
#company-about #sec04 .clear {
    border-bottom: dotted 1px #dcdcdc;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
*/

#company-about .square-list ul {
    padding-left: 1.25em;
}

#company-about .square-list li {
    list-style-type: square;
}

/***********************************
#company-access 交通アクセス
************************************/
#company-access #sec03 {
    padding: 20px 15px 15px;
}

/*============================================================
.support サポート
============================================================*/

/***********************************
#support-business-partner ビジネスパートナー
************************************/
#support-business-partner .tabbox a span:first-child {
    background: url(../images/common/icon_popup.png) no-repeat right center / 15px;
    display: inline-block;
    font-weight: 500;
    padding-right: 24px;
}
#support-business-partner .tabbox li:not(:first-child) {
    margin-top: 20px;
}
#support-business-partner .tabbox li a {
    display: block;
}

#support-business-partner .tabbox .columbox {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 25px;
}

#support-business-partner .tabwrap h3 {
    color: #1c1c1c;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.5;
}

#support-business-partner .tabwrap .colum2 + h3 {
    margin-top: 45px;
}

.business-contactbox {
    background: #eee;
    padding: 20px;
    margin-bottom: 25px;
}

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

/***********************************
#support-faq
************************************/
#support-faq .accordion .list-group-item {
    padding: 15px;
    position: relative;
}

#support-faq .accordion .list-group-item:before { /* Q */
    content: '';
    background: #c11d3d;
    border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
}

#support-faq .accordion .list-group-item:after {
    content: 'Q';
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    position: absolute;
    top: 13px;
    left: 22px;
}

#support-faq .accordion-inner {
    margin: 15px 0 0 0;
    padding: 15px 15px 15px 55px;
    position: relative;
}

#support-faq .accordion-inner:before { /* A */
    content: '';
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
}

#support-faq .accordion-inner:after {
    content: 'A';
    color: #c11d3d;
    font-size: 2rem;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 24px;
}

#support-faq .accordion-inner {
    background: #eee;
}

/***********************************
#product-support
************************************/
#product-support main article p + p {
    margin-top: 2em;
}

#product-support main article img,
#product-support main article .colum2 {
    margin: 15px 0;
}

#product-support main article a {
    color: #c11d3d;
    margin: 0 5px;
    border-bottom: solid 1px #c11d3d;
}

#product-support main article ol li {
    list-style: decimal;
}

#product-support main article ul li {
    list-style-type: square;
}

#product-support main article ol,
#product-support main article ul {
    margin: 15px 0;
    padding-left: 1.25em;
}

/***********************************
#maintenance
************************************/
#maintenance main article p + p {
    margin-top: .5em;
}

#maintenance main article .colum2 {
    margin: 15px 0;
}

#maintenance main article a {
    color: #c11d3d;
    margin: 0 5px;
    border-bottom: solid 1px #c11d3d;
}

#maintenance main article ol li {
    list-style: decimal;
}

#maintenance main article ul li {
    list-style-type: square;
}

#maintenance main article ol,
#maintenance main article ul {
    margin: 15px 0;
    padding-left: 1.25em;
}

/*============================================================
.technical-information 技術情報
============================================================*/

/***********************************
#technical-information-top トップ
************************************/
#member-top #sec02 .title-arrow,
#technical-information-top #sec02 .title-arrow,
#company-top #sec02 .title-arrow,
#support-top #sec02 .title-arrow,
#support-password-issuance #sec02 .title-arrow {
    margin-top: 0;
}

/***********************************
.technical-information-methodology 熱分解GC／MS分析の基礎
************************************/
.technical-information-methodology #sec03 p + p {
    margin-top: 1.5em;
}

.technical-information-methodology #sec03 ol {
    padding-left: 1.5em;
    margin: 1em 0 2em;
}

.technical-information-methodology #sec03 ol li {
    list-style: decimal;
}

.technical-information-methodology #sec03 ul:not(#pagination) {
    padding-left: 1.5em;
    margin: 1em 0 2em;
}

.technical-information-methodology #sec03 ul:not(#pagination) li {
    list-style-type: square;
}

.technical-information-methodology #sec03 figcaption {
    margin-top: .5em;
}

.technical-information-methodology #sec03 strong {
    font-weight: 700;
}

.technical-information-methodology #sec03 #pagination a {
    color: inherit;
    border-bottom: none;
}

/***********************************
#technical-information-conference 学会発表＆展示会
************************************/
#technical-information-conference #sec03 p {
    text-align: left;
}

/***********************************
#technical-information-publication 論文
************************************/
#technical-information-publication #sec03 .border-box p {
    text-align: left;
}

/***********************************
#technical-information-references 参考書籍
************************************/

/*============================================================
.reccruit 採用情報
============================================================*/
/* 2カラムの画像入りのbtn-border-box */
.recruitment-box .btn-border-box {
    height: auto;
    line-height: 1;
    margin: auto;
    width: 95%;
}

.recruitment-box .btn-border-box a {
    display: block;
    padding: 15px 0 20px;
}

.recruitment-box .rod:before {
    width: 70px;
    top: auto;
    transform: none;
    bottom: 25px;
    right: -30px;
}

.recruitment-box .rod:hover:before {
    right: -18px;
}

/* 共通の採用情報メニューとフォームボタン */
.recruit-form-link.border-gry {
    border-top: solid 1px #dcdcdc;
    margin-top: 10px;
}

.recruit-form-link-formbox {
    padding: 20px 15px 30px;
}

.recruit-form-link-formbox a {
    width: 260px;
    background: #c11d3d;
    display: block;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    height: 60px;
    line-height: 60px;
}

.recruit-form-link-formbox a:before {
    background: #fff;
}

.recruit-form-link .recruitment-box {
}

/***********************************
#recruit-top トップ
************************************/
/* sec02 */
#recruit-top #sec02 {
    padding-bottom: 20px;
}

/* sec03 */
#recruit-top #sec03 {
    background: transparent !important;
}
#recruit-top #sec03 .columbox:first-child {
    margin: 0 20%;
    position: relative;
    z-index: 2;
}

#recruit-top #sec03 .columbox:nth-child(2) {
    background: #eee;
    margin-top: -200px;
    padding-top: 200px !important;
    position: relative;
}

#recruit-top #sec03 .btn-border-box {
    height: 60px;
    line-height: 60px;
    width: 95%;
}

#recruit-top .slick-dots {
    text-align: center;
    margin-top: 5px;
}
#recruit-top .slick-dots li {
    display: inline-block;
    padding: 0 10px;
}
#recruit-top .slick-dots button {
    background: #7d7d7d;
    border: 0;
    height: 12px;
    width: 12px;
    padding: 0;
    text-indent: -999px;
    overflow: hidden;
    white-space: nowrap;
}
#recruit-top .slick-dots .slick-active button {
    background: #c11d3d;
}

.slider-progress {
    position: absolute;
    bottom: 31px;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent;
}
.slider-progress-bar {
    width: 0%;
    height: 5px;
    background: #c11d3d
}

/* sec04 */
#recruit-top #sec04 .btn-border-box {
    height: 60px;
    line-height: 60px;
    width: 95%;
}

#recruit-top #sec04 img {
    margin: auto;
    display: block;
    max-width: 195px;
}

.recruit-form-link {
    margin-bottom: 30px;
}

/***********************************
#recruit-voice 先輩社員の声
************************************/
#recruit-voice #sec02 .btn-border-box {
    height: 60px;
    line-height: 60px;
}

.recruit .sp20-15 {
  padding: 20px 15px;
}

/***********************************
.recruit-voice-detail 先輩社員の声detail
************************************/
.recruit-voice-detail main img {
    margin: auto;
    display: block;
}

.recruit-voice-detail #sec02 {
    padding-bottom: 70px;
}

.recruit-voice-detail #sec03 .negative {
    margin-top: -91px;
    padding: 90px 0 75px;
}

.recruit-voice-detail #sec04 .negative {
    margin-top: -95px;
}

.recruit-voice-detail #sec05 .negative {
    margin-top: -17px;
}

.recruit-voice-detail #sec05 .bgBle.negative {
    margin-top: -95px;
    padding-top: 75px;
}

.voice-pager {
    background: url(../images/recruit/voice/voice_img_other_sp.png) no-repeat center top / 192px;
    padding-top: 40px;
    margin-top: 50px;
    text-align: center;
}

.voice-pager a {
    display: inline-block;
    position: relative;
}

.voice-pager a:before {
    display: none;
}

.voice-pager img {
    border-radius: 50%;
    border: solid 1px #dcdcdc;
    height: 150px;
    padding: 5px;
    width: 150px;
}

.voice-pager p {
    line-height: 1.5;
}

/***********************************
#recruit-recruitment-freshers 新卒採用
************************************/
#recruit-recruitment-freshers .accordion-inner {
    background: #fff;
    border: solid 1px #dcdcdc;
    border-top: none;
    padding-top: 0 !important;
}

#recruit-recruitment-freshers td {
    display: block;
    text-align: left;
    line-height: 1.8;
}

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

/***********************************
#recruit-environment 働く環境
************************************/
#recruit-environment #sec02 img {
    display: block;
    width: 146px;
    margin: auto;
}

#recruit-environment #sec02 .colum3 .columbox:nth-child(3n) {
    margin-right: 0;
}

/***********************************
#recruit-entry 採用お問い合わせフォーム
************************************/

#recruit-entry #sec02 .border-box .txt-color {
    border: solid 1px #c11d3d;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 60px;
}

.recruit-entry-tel div + div,
.recruit-entry-post div + div {
    width: calc( 100% - 75px );
    margin-left: 15px;
}

.recruit-entry-post p,
.recruit-entry-tel p {
    line-height: 1.5;
}

.en.contact .recruit-entry-tel {
    display: none;
}

.entry-form .bgGry {
  padding: 20px 15px;
}

.entry-form p.bgGry {
    padding: 20px 15px 0;
}

.entry-form tr {
    border-bottom: solid 1px #fff;
}

.entry-form th,
.entry-form td {
    display: block;
}

.entry-form th {
    text-align: left;
    padding: 15px 0 0;
    width: 220px;
}

.entry-form td {
    padding: 5px 0 15px;
}

.entry-form td span.txt-color {
    padding-bottom: 10px;
    display: inline-block;
    white-space: nowrap;
}

.entry-form .w300 {
    width: 70% !important;
}

.entry-form select,
.entry-form input[type="text"],
.entry-form input[type="password"],
.entry-form input[type="email"],
.entry-form input[type="date"],
.entry-form textarea,
.cc-f-textarea {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border: solid 1px #dcdcdc;
    border-radius: 0;
    vertical-align: middle;
    background: #fff;
    font-size: 1.6rem;
}

.entry-form select {
    background: url(../images/common/icon_arrow_triangle.png) no-repeat right 15px center / 11px #fff;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
}

.entry-form textarea,
.cc-f-textarea {
    height: 230px;
    line-height: 1.3;
    padding: 20px;
}

.entry-form .label-radio input[type="radio"],
.entry-form .label-checkbox input[type="checkbox"]{
    display: none;
}

.entry-form .label-radio,
.entry-form .label-checkbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    line-height: 1.5;
    white-space: nowrap;
}

.entry-form .label-radio span,
.entry-form .label-checkbox span {
    position: relative;
}

.entry-form .label-radio span:before,
.entry-form .label-checkbox span:before{
    content:'';
    border: 1px solid #dcdcdc;
    background: #fff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s .1s;
    transition: all .3s .1s;
}
.entry-form .label-radio input[type="radio"]:checked + span:before,
.entry-form .label-checkbox input[type="checkbox"]:checked + span:before {
}
.entry-form .label-radio span:after,
.entry-form .label-checkbox span:after{
    content:'';
    opacity: 0;
    position: absolute;
    left: 3px;
    top: 3px;
    width:16px;
    height: 16px;
}

#login .label-radio input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.entry-form .label-radio input[type="radio"]:checked + span:after,
.entry-form .label-checkbox input[type="checkbox"]:checked + span:after,
#login .label-radio input[type="checkbox"]:checked + span:after {
    opacity: 1;
    background: #7d7d7d;
    border-radius: 1px;
    position: absolute;
}
.entry-form .label-radio:hover,
.entry-form .label-checkbox:hover {
    color: #c11d3d;
    -webkit-transition: all .3s .1s;
    transition: all .3s .1s;
}

#switch-confirm[disabled] {
    opacity: .7;
    cursor: default;
}

.btnbox {
    text-align: center;
    margin-top: 20px;
}

.agreebox + .btnbox {
    margin-top: 10px;
}

.btnbox .reset,
.btnbox .conf {
    background: #fff;
    border: solid 1px #dcdcdc;
    text-align: center;
    height: 60px;
    line-height: 60px;
    width: 100%;
    cursor: pointer;
}

.btnbox .conf {
    background: #6e6e6e;
    color: #fff;
}

.btnbox .reset {
    margin-top: 15px;
}

.btnbox_color-gry .conf {
    background: #9f9f9f;

}

.btnbox .delete {
    background: #b5b5b5;
    border: solid 1px #b5b5b5;
    color: #fff;
    font-size: 1.3rem;
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    width: 100%;
}

.entry-form input:-internal-autofill-selected {
    box-shadow: 0 0 0px 999px #fff4f6 inset;
}

.parsley-errors-list {
    margin-top: 10px;
}

#login.partner .entry-form li:first-child {
    display: none;
}

#forget-password #sec02 h2,
.contact #sec02 h2,
#set-password #sec02 h2 {
    font-weight: 500 !important;
}


/*============================================================
.news お知らせ
============================================================*/
.news .icon-arrow_ac + ul {
    padding-left: 26px;
}

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

.info-detail p + p {
    margin-top: 1em;
}

.richtext ol,
.richtext ul {
    margin: 0;
    padding-left: 1.25em;
}

.richtext ol li {
    list-style-type: decimal;
}

.richtext ul li {
    list-style-type: square;
}

.info-detail .video-wrap,
.info-detail .gmap,
.info-detail .colum2 {
    margin: 20px 0;
}

.info-detail figcaption {
    margin: 10px 0;
}

.info-detail .btn-border-box {
    font-size: 1.4rem;
    padding: 15px 15px 15px 60px;
    height: auto;
    line-height: 1.5;
    position: relative;
}

.info-detail .is-svg {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-detail a:not(.btn-border-box) {
    color: #c11d3d;
    border-bottom: solid 1px #c11d3d;
}

/*============================================================
会員サイト
============================================================*/
/* .member-nav フッターナビ */
.member-nav > div {
    background: #eee;
    padding: 15px 15px 10px;
}

.member-nav .colum5 .columbox {
    background: url(../images/common/icon_arrow_red_thin.png) no-repeat left 98% center / 5px;
    border-top: solid 1px #dcdcdc;
    font-size: 1.3rem;
    height: 44px;
    line-height: 44px;
}

/***********************************
マイページ
************************************/
#member-top .topinfo,
#partner-top .topinfo {
    padding-top: 20px;
}

.member .sp20-15,
.partner .sp20-15 {
  padding: 20px 15px;
}

#member-top .topinfo .columbox,
#partner-top .topinfo .columbox {
    background: #eee;
}

.border-box-single {
    color: #c11d3d;
    border: solid 1px #c11d3d;
    border-radius: 5px;
    line-height: 1.5;
    padding: 10px 50px 10px 15px;
    display: inline-block;
    margin-bottom: 20px;
    width: calc( 100% - 30px );
}

.topinfo .border-box-single {
  display: inline-block !important;
}

.border-box-single.icon-arrow_red_thin {
    background: url(../images/common/icon_arrow_red_thin.png) no-repeat right 20px center / 5px;
}

#member-top .border-box-single,
#partner-top .border-box-single {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    margin-bottom: 0;
}

#member-top #sec03 .icon-menu-list,
#partner-top #sec03 .icon-menu-list {
    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;
}

#member-top #sec03 .btn-border-box,
#partner-top #sec03 .btn-border-box {
    height: auto;
    line-height: 1.3;
    font-size: 1.3rem;
    letter-spacing: -0.5px;
    padding: 0;
}

#member-top #sec03 .btn-border-box a,
#partner-top #sec03 .btn-border-box a {
    display: block;
    padding: 10px;
}

#member-top #sec03 .btn-border-box img,
#partner-top #sec03 .btn-border-box img {
    display: block;
    height: 25px;
    margin: auto;
    margin-bottom: 10px;
}

#member-top #sec03 .columbox,
#partner-top #sec03 .columbox {
    width: calc( 100% / 2 - 5px );
}

#member-top #sec03 .columbox:nth-child(even),
#partner-top #sec03 .columbox:nth-child(even) {
    margin-left: 10px;
}

#member-top #sec03 .columbox:nth-child(n + 3),
#partner-top #sec03 .columbox:nth-child(n + 3) {
    margin-top: 10px;
}

/***********************************
コミュニティ（掲示板）
************************************/
#member-forum-top #sec02 {
    padding-bottom: 0;
}

#member-forum-top .sub-title {
    padding-right: 70px;
    position: relative;
}

#member-forum-top .sub-title .more {
    color: #c11d3d;
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#member-forum-top #sec05 {
    background: #fff;
    position: relative;
}

.alternatebox-list {
    /*
    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;
    */
    font-size: 14px;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 10px;
    overflow: hidden;
}

.bgGry .alternatebox-list {
    border-color: #fff;
}

.alternatebox-list + .alternatebox-list {
    margin-top: 10px;
}

.alternatebox-list p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cc-i-header-links a {
    color: transparent;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/member/icon_star.png) no-repeat left center / 22px;
    height: 100%;
    display: block;
    width: 30px;
}

.cc-i-header-links {
    float: left;
}

.cc-i-header-links.has-flag a {
    background-image: url(../images/member/icon_star_on.png);
}

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

/***********************************
コミュニティ（掲示板） 詳細
************************************/
.cc-i + .cc-i {
    border-top: solid 1px #e5e5e5;
    margin-top: 20px;
    padding-top: 20px;
}

.cc-i-header {
}

.cc-i-header .cc-ll { /* time */
}

.cc-i-header .cc-ll a {
    color: #707070;
}

.cc-w.no-avatar .cc-i .cc-i { /* respons */
    background: #eee;
    margin-left: 20px;
    margin-top: 20px;
    padding: 15px;
    border-left: solid 2px #9f9f9f;
    position: relative;
}

.cc-w.no-avatar .cc-i .cc-i:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.cc-w.no-avatar .cc-i .cc-i:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #eee;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: -8px;
    transform: rotate(-45deg);
}

.cc-w-i {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 20px;
}

.member-forum-detail #sec02 .cc-w-i {
    border-bottom: none;
    padding-bottom: 0;
}

.cc-w.no-avatar .cc-i .cc-i .cc-i {
    border: none;
    margin-top: 15px;
    margin-left: 0;
    padding: 15px 0 0 0;
}

.cc-w.no-avatar .cc-i .cc-i + .cc-i {
    border-top: none;
    margin-top: 0;
}

.cc-w.no-avatar .cc-i .cc-i + .cc-i:before {
    width: calc( 100% - 30px );
    left: 25px;
}

.cc-i-body {
    margin: 10px 0 15px;
}

.cc-i-footer .cc-ll-i { /* btn */
    display: inline-block;
}

.cc-i-footer .cc-ll-i + .cc-ll-i {
    margin-left: 5px;
}

.cc-i .cc-i .cc-i-footer .cc-ll-i {
    margin-bottom: 10px;
}

.cc-i-reply,
.cc-i-edit,
.cc-i-delete {
    background: transparent;
    border: solid 1px #bfbfbf;
    border-radius: 3px;
    color: #707070;
    line-height: 1;
    padding: 8px 10px;
    display: inline-block;
    white-space: nowrap;
}

.cc-i-reply {
    background: #9f9f9f;
    color: #fff;
}

/***********************************
ソフトウェアダウンロード, 製品マニュアル, トラブルシューティング
************************************/
#partner-repair-report .colum2 .border-box a,
#partner-service-tool .colum2 .border-box a,
#partner-service-document .colum2 .border-box a,
#member-software-download .colum2 .border-box a,
#member-product-manual .colum2 .border-box a,
#member-troubleshooting .colum2 .border-box a,
#member-sds .colum2 .border-box a,
#technical-information-technical-note .colum2 .border-box a {
    overflow: hidden;
    min-height: 60px;
    position: relative;
}

#partner-repair-report .colum2 .pcLeft,
#partner-service-tool .colum2 .pcLeft,
#partner-service-document .colum2 .pcLeft,
#member-software-download .colum2 .pcLeft,
#member-product-manual .colum2 .pcLeft,
#member-troubleshooting .colum2 .pcLeft,
#member-sds .colum2 .pcLeft,
#technical-information-technical-note .colum2 a > .pcLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
}

#partner-repair-report .colum2 .pcRight,
#partner-service-tool .colum2 .pcRight,
#partner-service-document .colum2 .pcRight,
#member-software-download .colum2 .pcRight,
#member-product-manual .colum2 .pcRight,
#member-troubleshooting .colum2 .pcRight,
#member-sds .colum2 .pcRight,
#technical-information-technical-note .colum2 a > .pcRight {
    padding-left: 60px;
}

#member-software-download .colum2 .fz14,
#member-product-manual .colum2 .fz14,
#member-troubleshooting .colum2 .fz14,
#member-sds .colum2 .fz14,
#technical-information-technical-note .fz14,
#technical-information-technical-note .fz12 {
    color: #6e6e6e;
}

#partner-repair-report .colum2 .border-box + .border-box,
#partner-service-tool .colum2 .border-box + .border-box,
#partner-service-document .colum2 .border-box + .border-box,
#member-software-download .colum2 .border-box + .border-box,
#member-product-manual .colum2 .border-box + .border-box,
#member-troubleshooting .colum2 .border-box + .border-box,
#member-sds .colum2 .border-box + .border-box,
#technical-information-technical-note .colum2 .border-box + .border-box {
    margin-top: 15px;
}

/***********************************
テクニカルノート・論文
************************************/
#technical-information-publication .border-box > a,
#technical-information-technical-note .border-box > a {
    padding: 4px 10px !important;
}

#technical-information-publication .sub-title.relative,
#technical-information-technical-note .sub-title.relative {
    font-size: 1.6rem !important;
    border-color: #dcdcdc;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 7px;
    padding-right: 45px;
}

#technical-information-technical-note article .sub-title + .clear {
    text-align: right;
}

#technical-information-publication article .pcLeft,
#technical-information-technical-note article .fz14 {
    font-size: 1.2rem !important;
    display: inline-block;
}

#technical-information-publication article .fz12,
#technical-information-technical-note article .fz12 {
    font-size: 1.1rem !important;
    display: inline-block;
    float: right;
}

#technical-information-publication article .fz12 {
    float: none;
}

#technical-information-publication article.mt20,
#technical-information-technical-note article.mt20 {
    margin-top: 10px !important;
}

#technical-information-publication .border-box .icon-circle,
#technical-information-technical-note .border-box .icon-circle {
    background: url(../images/common/icon_pdf.png) no-repeat center / 100%;
    height: 19px;
    width: 40px;
    top: 7px;
    margin: 0;
    right: 10px;
}

#technical-information-publication .border-box .icon-circle span,
#technical-information-technical-note .border-box .icon-circle span {
    display: none;
}

/***********************************
ビデオチュートリアル
************************************/
#member-video-tutorial #sec02 {
    padding-bottom: 0;
}

.video-tutorial .colum2 .columbox:nth-child(n + 3) {
}

.video-tutorial .fz14 button {
    font-size: 1.4rem;
    color: #c11d3d;
    border: none;
    border-bottom: solid 1px #c11d3d;
    outline: none;
    display: block;
    padding: 0;
    background: transparent;
}

.partner.video-tutorial .fz14 button {
    color: #3087ca;
    border-color: #3087ca;
}

.video-tutorial .fz14 button + button {
    margin-top: 5px;
}

/***********************************
オンデマンドセミナー
************************************/
.ondemand-seminar #sec02 .sp20-15 {
  padding: 20px 15px 0;
}

.ondemand-seminar #sec03 .colum2 + .colum2 {
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 1px #b8b8b8;
}

.ondemand-seminar .video-wrap .sub-title {
  border-bottom: none;
}

.seminar-wrap .more {
  background: #eee;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
  min-width: 80px;
  text-align: center;
  padding: 4px 10px;
  display: inline-block;
  margin: 30px 0 10px;
}

.seminar-wrap .fz14 button,
.seminar-wrap .fz14 a {
  font-size: 1.4rem;
  color: #c11d3d;
  border: none;
  border-bottom: solid 1px #c11d3d;
  outline: none;
  display: block;
  padding: 0;
  background: transparent;
  text-align: left;
}

.partner .seminar-wrap .fz14 button,
.partner .seminar-wrap .fz14 a {
  color: #3087ca;
  border-color: #3087ca;
}

.seminar-wrap .fz14 li {
  line-height: 1.4;
}

.seminar-wrap .fz14 li + li {
  margin-top: 5px;
}

.seminar-wrap .fz14 li a {
  display: inline-block;
}

.ondemand-seminar .fz14 button + button {
  margin-top: 5px;
}

/***********************************
フォーム関係
************************************/
.serialnumber-list {
    padding: 10px 40px 10px 0;
    position: relative;
}

.serialnumber-list + .serialnumber-list {
    border-top: solid 1px #fff;
}

.serialnumber-list p {
    text-align: left;
}

.serialnumber-list .btn-delete {
    background: url(../images/common/icon_delete.png) no-repeat center / 12px, #fff;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: solid 1px #dcdcdc;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

/***********************************
ニュースレター
************************************/
#member-newsletter-top #sec02 a {
    color: #c11d3d;
    border-bottom: solid 1px #c11d3d;
    display: inline;
    margin: 0 5px;
}

.backnumber #sec02 .title {
    margin: 0;
    min-height: 50px;
    padding-left: 60px;
    position: relative;
}

.backnumber .info-list span.icon-circle {
    position: absolute;
    left: 0;
    top: 0;
}

/*============================================================
ビジネスパートナーサイト
============================================================*/
.partner .topinfo .more,
.partner .subnav_list_hdmember i {
    background: #3087ca;
}

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

.partner .icon-arrow_red_thin {
    background-image: url(../images/common/icon_arrow_blue_thin.png);
}

.partner .border-box-single {
    color: #3087ca;
}

/***********************************
ビジネスパートナー　製品情報
************************************/
#partner-product-information main article p + p {
    margin-top: 1em;
}

#partner-product-information main article .colum2 {
    margin: 20px 0;
}

#partner-product-information main article ol li {
    list-style: decimal;
}

#partner-product-information main article ul li {
    list-style-type: square;
}

#partner-product-information main article ol,
#partner-product-information main article ul {
    margin: 20px 0;
    padding-left: 1.25em;
}



#privacy-policy #sec02 a {
    color: #c11d3d;
    border-bottom: solid 1px #c11d3d;
    display: inline;
    margin: 0 5px;
}

/*============================================================
ログイン
============================================================*/
#login.login #sec02 form + ul {
    margin-top: 10px;
}

.entry-form .agreebox .label-checkbox {
    white-space: normal !important;
}

/*============================================================
各社GCとの製品対応表
============================================================*/
.gc-compatibility_scrollTable {
  margin: 20px 0;
  overflow-x: scroll;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;

  table {
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    margin: 0;

    tbody {
      tr > :last-child {
        border-right: none;
      }
    }

    th,
    td {
      border-left: none;
    }
  }

  td {
    background: white;
  }

  .table-w {
    min-width: 120px;
  }

  .table-label {
    position: sticky;
    left: 0;
  }

  .maker-name {
    position: sticky;
    left: 0;
    min-width: 100px;
    max-width: 100px;
    padding: 10px 5px;
  }

  .model-number {
    position: sticky;
    left: 100px;
    min-width: 70px;
    max-width: 70px;
  }

  .version {
    position: sticky;
    left: 170px;
    min-width: 70px;
    max-width: 70px;
  }

  .version-less {
    position: sticky;
    left: 100px;
    min-width: 140px;
    max-width: 140px;
  }
}
