@charset "UTF-8";

/*============================================================
top
============================================================*/
#top {
  background: #eee;
}

/***********************************
#main-visual メインビジュアル
************************************/
#main-visual {
    background: #fff;
    padding: 0;
    position: relative;
}

#main-visual:before {
    content: '';
    background: url(../images/top/bg-left.png) no-repeat right top / 1280px;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#main-visual:after {
    content: '';
    background: url(../images/top/bg-right.png) no-repeat left bottom / 1280px;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.main-catch {
  padding: 0;
  height: 510px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

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

#top .main-catch .slick-dots {
    bottom: 20px;
}

#top .main-catch .slick-slide a:hover {
    border: none;
}

/*
.main-catch {
    margin: auto;
    padding: 148px 0 322px;
}
*/


/* ---------------------------------
#hot-topics
-------------------------------- -*/
#hot-topics {
  padding: 30px 0 0 !important;
}

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

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

#top #hot-topics .slick-slide {
  background: #fff;
  border-radius: 6px;
  line-height: 1.5;
  overflow-wrap: normal;
}

#top #hot-topics .slick-slider .fw700 {
  height: 3.25em;
  background-color: #fff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

#top.en #hot-topics .slick-slider .fw700 {
  word-break: break-all;
}

#top #hot-topics .slick-slider .fw700:before {
  content: "...";
  position: absolute;
  right: 1px;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

#top #hot-topics .slick-slider .fw700:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

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

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

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

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

/* ---------------------------------
.topinfo 4つのinfoメニュー
-------------------------------- -*/
#top #sec02 {
  padding-top: 40px !important;
}

#top.cn #sec02 {
  padding-top: 60px !important;
}

.topinfo .columbox {
  width: calc( 100% / 2 - 10px );
}

.topinfo .columbox:nth-child(odd) {
  margin-right: 20px;
}

.topinfo .columbox {
  background: #fff;
  border-radius: 6px;
  padding: 20px 30px;
}

.topinfo article {
  position: relative;
}

.topinfo .more {
  background: #c11d3d;
  border-radius: 8px;
  color: #fff !important;
  font-size: 1.4rem;
  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.8rem;
  font-weight: 500;
}

.topinfo time {
  padding-right: 25px;
}

.topinfo li a {
  border-bottom: solid 1px #dcdcdc;
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topinfo li:last-child a {
  border-bottom: none;
}

.topinfo li a:hover {
  color: #c11d3d;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}

/* ---------------------------------
.topgrid 2つのinfoメニュー
-------------------------------- -*/
.topgrid {
  height: 400px;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}

.topgrid:after { /* 黒い斜めの背景 */
  content: '';
  display: block;
  background: rgba(0, 0, 0, .3);
  height: 500px;
  width: 300px;
  transform: rotate(30deg);
  position: absolute;
  top: -110px;
  left: -110px;
}

.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.topgrid-company:before {
  background: url(../images/top/bg01.jpg) no-repeat center / cover;
}

.topgrid.topgrid-recruit:before {
  background: url(../images/top/bg02.jpg) no-repeat center / cover;
}

.topgrid:hover:before {
  transform: scale(1.1);
}

.topgrid a {
  display: block;
  height: 100%;
  padding: 40px;
  position: relative;
  z-index: 1;
}

.topgrid h2 {
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.5;
}

.topgrid h2 span { /* 見出し英字 */
  font-size: 1.6rem;
  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 2つのinfoメニュー
-------------------------------- -*/
#top #sec03 {
  padding: 60px 0 70px;
}

#top #sec03 .w1080 {
  position: relative;
}

#top #sec03 h2 {
  margin-bottom: 35px;
  width: 284px;
}

#top #sec03 .btn {
  border: solid 1px #7d7d7d;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  padding: 0 60px;
  position: absolute;
  top: 0;
  right: 5px;
}

#top #sec03 .btn:hover {
  color: #c11d3d;
  border-color: #c11d3d;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}

/* ---------------------------------
#top .slider スライダー
-------------------------------- -*/
#top .slider {
  margin-left: -21px;
}

#top .slick-slide {
  margin-left: 20px;
}

#top .slick-slide a {
  display: block;
}

#top .slick-slide a:hover {
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
  border: solid 1px #c11d3d;
}

#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: 140px;
  margin-top: -70px;
  width: 26px;
  left: -45px;
  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: -65px;
}

#top .slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -35px;
}

#top .slick-dots li {
  display: inline-block;
  padding: 0 10px;
}

#top .slick-dots li button {
  background: #bfbfbf;
  border: none;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  padding: 0;
  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;
}

.partner .und-link,
.partner .richtext a,
.partner main section:not(#sec01):not(.products-list) p a:not(.icon-circle),
#products-cm-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;
}

/***********************************
#products-top 製品情報index
************************************/
#products-top #sec02 .colum3 .columbox {
  margin-top: 30px;
  line-height: 1.7;
}

#products-top #sec02 .colum2 {
    margin-top: 30px;
}

/* ---------------------------------
消耗部品, 導入事例ボタン
---------------------------------- */
#products-top .btn-border-box_bg05,
#products-top .btn-border-box_bg07 {
  background-position: right 40px center;
}

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

/***********************************
.products-detail  製品情報 詳細 共通
************************************/
.products-detail #sec02 {
  padding: 60px 0 70PX;
}

.products-detail #sec02 .columbox:nth-child(odd) {
  padding-right: 20px;
}

.products-detail #sec02 .columbox:nth-child(even) {
  padding-left: 10px;
}

.products-detail #sec03 {
  padding: 0 0 20px;
}

.products-detail #sec04 {
  padding: 0 0 35px;
}

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

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

/* ---------------------------------
.tabbox タブ
----------------------------------*/
.products-detail .tabbox ul {
  padding-left: 1.25em;
}

.products-detail .tabbox ul li {
  list-style-type: square;
}

.products-detail .tabbox p + p {
  margin-top: 1.5em;
}

/* ---------------------------------
.btn-border 1px罫線付きボタン
-------------------------------- -*/
.products-detail .btn-border-box.btn-border-box_bg01 {
  font-size: 2.4rem;
  text-align: center;
}

.products-detail .btn-border-box.btn-border-box_bg01 span {
  font-size: 1.4rem;
}

.products-detail .btn-border-box.btn-border-box_bg02 {
  line-height: 1.3;
  padding-top: 11px;
}

.products-detail .btn-border-box:not(.btn-border-box_bg01) span {
  color: #848484;
  font-size: 1.2rem;
}

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

.products-detail .btn-border-box_bg02 .is-svg {
  margin-right: 15px;
  float: left;
  width: 26px !important;
}

.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: 60px !important;
  margin-right: 15px;
  width: 30px !important;
  float: left;
}

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

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

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

.products-detail .btn-icon {
  background: #eee;
  display: block;
  margin: auto;
  height: 65px;
  line-height: 65px;
  text-align: center;
  width: 386px;
  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: 40px;
  margin: auto;
}

/***********************************
#products-case-study  導入事例
************************************/
#products-case-study .colum2 .columbox {
  width: calc( 100% / 2 - 20px );
}

#products-case-study .colum2 .columbox:nth-child(odd) {
  margin-right: 40px;
}

/***********************************
#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: -1px;
}

/* ---------------------------------
画像の高さ制御
---------------------------------- */
#products-mfps .border-box .height-ad,
#products-mrs .border-box .height-ad,
#products-uamcc .border-box .height-ad,
#products-cm .border-box .height-ad {
  height: 200px;
  position: relative;
}

#products-mfps .border-box img,
#products-mrs .border-box img,
#products-uamcc .border-box img,
#products-cm .border-box img {
  display: block;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

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

.products-slider .accordion-heading02 {
  position: relative;
  cursor: pointer;
}

.products-slider .accordion-heading02:before,
.products-slider .accordion-heading02:after {
  content: '';
  background: #a0a0a0;
  display: block;
  height: 1px;
  width: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s .1s;
}

.products-slider .accordion-heading02:after {
  height: 17px;
  width: 1px;
  right: 8px;
}

.products-slider .accordion-heading02.active:before {
  opacity: 0;
}

.products-slider .accordion-heading02.active:after {
  transform: translateY(-50%) rotate(90deg);
}

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

.products-slider .slider {
    margin-left: -21px;
}

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

.products-slider .slick-slide {
  margin-left: 20px;
}

.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: 64px;
  margin-top: -7px;
  width: 26px;
  left: -45px;
  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: -65px;
}

.products-slider .slick-dots {
  display: none !important;
}

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

#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_green.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 {
  background: #3087ca;
}

#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_blue.png);
}

#products-cm-detail .icon-status {
    color: #3087ca;
    border-color: #3087ca;
}

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

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

.products-expendable-parts-detail .bgGry .right {
  width: 250px;
}

.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 / 460px;
  height: 450px;
  width: 560px;
  position: relative;
}

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

#products-expendable-parts #sec02 .pcLeft span {
  background: #c11d3d;
  border-radius: 50%;
  display: block;
  height: 15px;
  width: 15px;
  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: 90px;
  right: 260px;
}
#products-expendable-parts #sec02 .pcLeft div:nth-child(2) {
  position: absolute;
  top: 130px;
  right: 260px;
}
#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: 110px;
  right: 250px;
}
#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: 150px;
  right: 250px;
}
#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: 45px;
  left: 240px;
}
#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: 150px;
  right: 155px;
  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: 172px;
  right: 155px;
}
#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: 125px;
  right: 155px;
}
#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: 70px;
  left: 190px;
}
#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: 115px;
  right: 250px;
  top: auto;
  left: 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: 95px;
  left: 90px;
}
#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: 50px;
  right: 248px;
  left: auto;
}

#products-expendable-parts #sec02 .pcRight {
  margin-right: 45px;
  width: 410px;
}

#products-expendable-parts #sec02 .pcRight .columbox {
  width: calc( 100% / 2 - 5px );
}

#products-expendable-parts #sec02 .pcRight .columbox:nth-child(odd) {
  margin-right: 10px;
}

#products-expendable-parts #sec02 .btn-border-box {
  font-size: 1.4rem;
  line-height: 1.5;
  height: 80px;
  padding: 17px 20px 17px 50px;
  position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.en#products-expendable-parts #sec02 .btn-border-box {
    height: auto;
    line-height: 1.3;
    padding: 17px 10px 17px 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.en#products-expendable-parts #sec02 .btn-border-box:before {
    left: 15px;
}

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

#products-expendable-parts #sec02 .btn-border-box:before {
  content: '';
  background: #dcdcdc;
  border-radius: 50%;
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 20px;
  -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 .pcLeft .active:before,
#products-expendable-parts .pcLeft .active:after,
.products-expendable-parts-detail #sec02 .main-cg .pcLeft .active:before,
.products-expendable-parts-detail #sec02 .main-cg .pcLeft .active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  background: rgba(193,29,61,.6);
  border-radius: 50%;
  -webkit-animation: rippleAnimation 1.5s linear infinite 0s;
  -moz-animation: rippleAnimation 1.5s linear infinite 0s;
  -ms-animation: rippleAnimation 1.5s linear infinite 0s;
  animation: rippleAnimation 1.5s linear infinite 0s;
}

#products-expendable-parts .pcLeft .active:after,
.products-expendable-parts-detail #sec02 .main-cg .pcLeft .active:after {
  animation-delay: .3s;
}

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


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

#products-catalogue .bgGry .right {
    width: 290px;
}

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

/*============================================================
.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:nth-child(n + 3) {
  margin-top: 15px;
}

#support-business-partner .tabbox li a {
  display: block;
}

#support-business-partner .tabbox .columbox {
  width: calc(100% / 2 - 20px);
  margin-right: 30px;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 25px;
}

#support-business-partner .tabbox .columbox:nth-child(even) {
  margin-right: 0;
}

#support-business-partner .tabwrap h3 {
  color: #1c1c1c;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 30px;
}

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

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

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

/***********************************
#support-faq
************************************/
#support-faq .accordion .list-group-item {
  line-height: 2;
  padding: 25px 35px;
  position: relative;
}

#support-faq .accordion-inner {
  background: #eee;
  margin: 30px 65px 0 65px;
  padding: 40px 30px 40px 90px;
  position: relative;
}

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

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

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

#support-faq .accordion-inner:after {
  content: 'A';
  color: #c11d3d;
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  top: 32px;
  left: 42px;
}

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

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

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

#technical-information-conference main article ol li,
#product-support main article ol li {
  list-style: decimal;
}

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

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

#technical-information-conference main article ol,
#technical-information-conference main article ul {
    padding-left: 1.25em;
}

/***********************************
#maintenance 修理・保守
************************************/
#maintenance main article p + p {
  margin-top: .5em;
}

#maintenance main article .colum2 {
  margin: 20px 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: 20px 0;
  padding-left: 1.25em;
}

/***********************************
#training-schedule-top ワークショップ
***********************************/

/***********************************
#support-introduction-video ビデオチュートリアル
***********************************/

/***********************************
#support-troubleshooting トラブルシューティング
***********************************/

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

/***********************************
#company-message 代表あいさつ
************************************/
#company-message .fz32 {
  font-weight: 300;
}

#company-message #sec02 p {
  margin: auto;
  width: 640px;
}

/***********************************
#company-about  会社概要・事業概要
************************************/
#company-about td .pcLeft {
  width: 210px;
}

#company-about td .pcRight {
  width: calc( 100% - 210px );
}

#company-about td img {
  width: 160px;
}

#company-about #sec03 li {
  border-top: dotted 1px #dcdcdc;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 1.5em;
  text-indent: -1em;
}

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

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

/***********************************
#company-access  交通アクセス
************************************/

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

/***********************************
#technical-information-top トップ
************************************/

/***********************************
.technical-information-methodology 熱分解GC／MS分析の基礎
************************************/
.technical-information-methodology main img {
  pointer-events: auto;
}

.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-conference 学会発表＆展示会
************************************/

/***********************************
#technical-information-publication 論文
************************************/

/***********************************
#technical-information-references 参考書籍
************************************/
#technical-information-references #sec02 .pcLeft {
  width: 260px;
}

#technical-information-references #sec02 .pcRight {
  width: calc( 100% - 300px );
}

#technical-information-references .border-box a:before,
#technical-information-references .border-box a:after {
  display: none;
}

/*============================================================
.reccruit 採用情報
============================================================*/
.recruit #sec02 {
  padding-top: 60px;
}

/* 2カラムの画像入りのbtn-border-box */
.recruitment-box .btn-border-box {
  height: auto;
  line-height: 1;
  padding: 0;
}

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

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

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

/* 共通の採用情報メニューとフォームボタン */
.recruit-form-link {
  margin-bottom: 80px;
}

.recruit-form-link.border-gry {
  border-top: solid 1px #dcdcdc;
  padding-top: 80px;
}

.recruit-form-link-formbox {
  padding: 80px 0 60px;
}

.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 {
  margin-bottom: 90px;
}

/***********************************
#recruit-top トップ
************************************/
#recruit-top #sec02 p,
#recruit-top #sec04 p {
  margin-left: 0;
}

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

/* sec03 */
#recruit-top #sec03 {
  padding: 50px 0 0;
}

#recruit-top #sec03 .columbox:first-child {
  margin-top: -90px;
  padding-bottom: 65px;
  position: relative;
}

#recruit-top #sec03 .columbox:nth-child(2) {
  padding: 30px 0 0;
  margin: 0 0 0 30px;
  position: relative;
}

#recruit-top #sec03 .btn-border-box {
  height: 60px;
  line-height: 60px;
  width: 260px;
  position: absolute;
  bottom: 100px;
  left: 0;
}

#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;
  top: 495px;
  left: 0;
  width: 100%;
  height: 5px;
  background: transparent;
}

.slider-progress-bar {
  width: 0%;
  height: 5px;
  background: #c11d3d
}

/* sec04 */
#recruit-top #sec04 {
  padding: 55px 0 90px;
}

#recruit-top #sec04 .w980 {
  background: url(../images/recruit/img01.jpg) no-repeat right bottom / 345px;
  min-height: 385px;
}

#recruit-top #sec04 .w560 {
  padding-right: 60px;
}

#recruit-top #sec04 .btn-border-box,
#recruit-voice #sec02 .btn-border-box {
  height: 60px;
  line-height: 60px;
  margin: 0;
  width: 260px;
}

/***********************************
#recruit-voice 先輩社員の声
************************************/
#recruit-voice #sec02 .columbox:first-child {
  margin-top: 0;
  margin-right: 70px;
  margin-left: 0;
  width: 400px !important;
}

#recruit-voice #sec02 .columbox:nth-child(2) {
  position: relative;
  letter-spacing: -.7px;
  width: 510px !important;
}

#recruit-voice #sec02 .columbox:first-child a {
  display: block;
}

#recruit-voice #sec03 {
  border-top: solid 1px #d2d2d2;
}

/***********************************
.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: -100px;
  padding: 90px 0 330px;
}

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

.recruit-voice-detail #sec04 {
  padding-bottom: 350px;
}

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

.recruit-voice-detail #sec05 .bgBle.negative {
  margin-top: -330px;
  padding: 330px 0 90px;
}

.recruit-voice-detail #sec06 {
  padding: 90px 0 0;
}

.voice-pager {
  background: url(../images/recruit/voice/voice_img_other.png) no-repeat center top 65px / 125px;
  margin-top: 160px;
  padding-bottom: 40px;
}

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

.voice-pager a:before {
  top: 75px;
  transform: none;
  right: -25px;
}

.voice-pager a:hover:before {
  right: -35px;
}

.voice-pager .pcRight a:before {
  right: auto;
  left: -25px;
}

.voice-pager .pcRight a:hover:before {
  right: auto;
  left: -35px;
}

.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 tr {
  border-top: solid 1px #dcdcdc;
}

#recruit-recruitment-freshers tr:first-child {
  border-top: none;
}

#recruit-recruitment-freshers th,
#recruit-recruitment-freshers td {
  padding: 20px 0;
}

#recruit-recruitment-freshers th {
  min-width: 150px;
  text-align: left;
}

/***********************************
#recruit-environment 働く環境
************************************/
#recruit-environment #sec02 img {
  margin: auto;
}

#recruit-environment #sec02 .colum3 .columbox {
  margin-right: 40px;
  width: 300px;
}

#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;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 60px;
}

.recruit-entry-tel div + div {
  padding-left: 65px;
  margin-left: 35px;
  position: relative;
}

.recruit-entry-tel div + div:before {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  background: #c11d3d;
  position: absolute;
  left: 0;
  top: 20px
}

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

.recruit-entry-post div + div {
  padding-top: 5px;
  padding-left: 35px;
  margin-left: 25px;
  position: relative;
}

.recruit-entry-post div + div:before {
  content: '';
  display: block;
  height: 1px;
  width: 10px;
  background: #c11d3d;
  position: absolute;
  left: 0;
  top: 20px
}

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

.entry-form .bgGry {
  padding: 0 90px 60px;
}

.entry-form p.bgGry {
  padding: 80px 90px 0;
}

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

.entry-form th,
.entry-form td {
  padding: 25px 0;
}

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

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

.entry-form .w300 {
  width: 300px !important;
}

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

.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 .en-form-name input[type="text"] {
    width: 69% !important;
}

.entry-form .en-form-name select {
    width: 30% !important;
}

.entry-form textarea,
.cc-f-textarea {
  height: 195px;
  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: 15px;
  line-height: 1.5;
}

.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: 6px;
  width:16px;
  height: 16px;
  -webkit-transition: all .3s .1s;
  transition: all .3s .1s;
}

#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: 60px;
}

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

.btnbox_left {
  text-align: left;
  margin-top: 20px;
}

.btnbox .reset,
.btnbox .conf {
  background: #fff;
  border: solid 1px #dcdcdc;
  font-size: 1.3rem;
  text-align: center;
  height: 60px;
  line-height: 60px;
  min-width: 164px;
  cursor: pointer;
}

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

.btnbox .reset {
  margin-left: 40px;
}

.btnbox_left .reset {
  margin-left: 20px;
  color: #9b9b9b;
}

.btnbox_left .reset,
.btnbox_left .conf {
  height: 48px;
  line-height: 48px;
}

.btnbox_color-gry .conf {
  background: #9f9f9f;
  height: 32px;
  line-height: 32px;

}

.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;
  padding: 0 40px;
}

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

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

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

#forget-password #sec02 h2,
.contact #sec02 h2,
#set-password #sec02 h2 {
    font-size: 2.2rem !important;
    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 .table-wrap,
.info-detail .video-wrap,
.info-detail .gmap,
.info-detail .colum2 {
  margin: 30px 0;
}

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

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

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

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

/*============================================================
会員サイト
============================================================*/
.member .products-list {
  padding-top: 30px;
}

/* .member-nav フッターナビ */
.member-nav {
  border-top: solid 1px #dcdcdc;
  padding: 50px 0 80px;
}
.member-nav .colum5 .columbox {
  font-size: 14px;
  font-weight: 500;
  width: calc( 100% / 5);
  margin: 2px 0;
  padding-right: 1em;
}

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

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

#member-top .topinfo .columbox:nth-child(2) .center,
#partner-top .topinfo .columbox:nth-child(2) .center {
  padding-top: 4px;
}

#member-top #sec03,
#partner-top #sec03 {
  padding-top: 0;
}

.border-box-single {
  color: #c11d3d;
  border: solid 1px #c11d3d;
  border-radius: 5px;
  padding: 10px 50px;
  display: inline-block;
}

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

.border-box-single.icon-arrow_red_thin {
  background-position: right 20px center;
}

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

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

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

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

#member-top #sec03 .columbox,
#partner-top #sec03 .columbox {
  width: calc( 100% / 4 - 15px );
  margin-right: 20px;
  margin-left: 0;
}

#member-top #sec03 .columbox:nth-child(4n),
#partner-top #sec03 .columbox:nth-child(4n) {
  margin-right: 0;
}

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

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

#member-forum-top .sub-title {
  position: relative;
}

#member-forum-top .sub-title .more {
  color: #c11d3d;
  font-size: 1.6rem;
  position: absolute;
  top: 5px;
  right: 0;
}

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

#member-forum-top #sec06 {
  padding-top: 110px; /* target pt70px + 本来のpt50px */
}

#member-forum-top .products-list {
  margin-top: 0;
}

.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;
  width: calc( 100% / 2 - 20px );
  margin-right: 40px;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 15px;
  overflow: hidden;
}

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

.alternatebox-list:nth-child(even) {
  margin-right: 0;
}

.alternatebox-list:nth-child(n + 3) {
  margin-top: 15px;
}

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

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

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

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

.cc-i-header {
  font-size: 1.4rem;
  line-height: 1;
}

.cc-i-header .cc-ll { /* time */
  display: inline-block;
  border-left: solid 1px #bfbfbf;
  margin-left: 15px;
  padding-left: 15px;
}

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

.cc-w.no-avatar .cc-i .cc-i { /* respons */
  background: #eee;
  margin-left: 40px;
  margin-top: 20px;
  padding: 20px 25px;
  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: 23px;
  height: 23px;
  background: #eee;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -12px;
  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-left: 0;
  padding: 20px 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% - 50px );
  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: 10px;
}

.cc-i-reply,
.cc-i-edit,
.cc-i-delete {
  background: transparent;
  border: solid 1px #bfbfbf;
  border-radius: 3px;
  color: #707070;
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 15px;
  display: inline-block;
}

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

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

#partner-service-document .colum2 .pcRight,
#partner-service-tool .colum2 .pcRight,
#partner-repair-report .colum2 .pcRight,
#member-software-download .colum2 .pcRight,
#member-product-manual .colum2 .pcRight,
#member-troubleshooting .colum2 .pcRight,
#technical-information-technical-note .colum2 a > .pcRight,
#member-sds .colum2 .pcRight {
  width: calc(100% - 65px);
}

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

/***********************************
テクニカルノート・論文
************************************/
#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: 16px !important;
    border-color: #dcdcdc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#technical-information-publication article .pcLeft,
#technical-information-technical-note article .fz14 {
    font-size: 12px !important;
}

#technical-information-publication article .fz12,
#technical-information-technical-note article .fz12 {
    font-size: 11px !important;
}

#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: 5px;
}

#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 {
    width: calc( 100% / 2 - 20px );
}

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

.video-tutorial .colum2 .columbox:nth-child(n + 3) {
    margin-top: 40px;
}

.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 {
  padding-bottom: 0;
}

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

.ondemand-seminar #sec03 .colum2 .columbox {
  width: calc( 100% / 2 - 20px );
}

.ondemand-seminar #sec03 .colum2 .columbox:nth-child(odd) {
  margin-right: 40px;
}

.ondemand-seminar .video-wrap {
  margin-top: 8px;
}

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

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

/***********************************
フォーム関係
************************************/
#member-edit-profile #sec02,
#member-change-email #sec02,
#member-change-password #sec02,
#member-change-serialnumber #sec02 {
  padding: 20px 0;
}

#member-change-serialnumber #sec03 .bgGry {
  padding: 30px 60px 60px;
}

.serialnumber-list {
  padding: 20px 0;
  position: relative;
}

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

.serialnumber-list .btn-delete {
    background: url(../images/common/icon_delete.png) no-repeat center / 15px, #fff;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  position: absolute;
  top: 50%;
  right: 15px;
  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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 50px;
    line-height: 1;
}

.backnumber #sec02 .info-list li + li {
    padding-top: 20px;
    margin-top: 20px;
}

.backnumber #sec02 .info-list li:last-child {
    padding-bottom: 20px;
}

/*============================================================
ビジネスパートナーサイト
============================================================*/
.partner .products-list {
    padding-top: 30px;
}

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

.partner .topinfo .more {
  background: #3087ca;
}

.partner .topinfo li a:hover,
.partner .border-box-single {
  color: #3087ca;
}

.partner .border-anime a:before,
.partner .border-box > a:before {
  border-color: #3087ca;
}

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

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

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

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

#partner-product-information main article .colum2,
#partner-product-information .table-wrap {
  margin: 50px 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: 30px 0;
  padding-left: 1.25em;
}

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

/*============================================================
各社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: 160px;
  }

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

  .maker-name {
    position: sticky;
    left: 0;
    min-width: 120px;
    max-width: 120px;
  }

  .model-number {
    position: sticky;
    left: 120px;
    min-width: 90px;
    max-width: 90px;
  }

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

  .version-less {
    position: sticky;
    left: 120px;
    min-width: 160px;
    max-width: 160px;
  }
}
