@charset "UTF-8";
/* ==========================================================================
   Faundation
   ========================================================================== */
main {
  color: #333;
  font-size: 1.7rem;
}
main a {
  color: #333;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.section-inner {
  overflow: hidden;
}

/* セクション背景色
   ----------------------------------------------------------------- */
#products {
  background: #595959;
}

#recommend {
  background: #ededed;
}

#support {
  background: #d6d6d6;
}

/* ==========================================================================
   Component - object
   ========================================================================== */
.hdg-a {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .hdg-a {
    padding-top: 25px;
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .hdg-a {
    padding-top: 17px;
    font-size: 3.2rem;
  }
}
.section h2 {
  margin-bottom: 49px;
  text-align: center;
  font-size: 3.6rem;
}

@media (max-width: 768px) {
  .section h2 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .btn-a {
    min-width: 70.3%;
    padding: 22px 24px;
    font-size: 2.4rem;
  }
}
/* ==========================================================================
   Component - project
   ========================================================================== */
/* 上部関連リンク
   ----------------------------------------------------------------- */
.relatedlinks {
  max-width: 1280px;
  margin: 0 auto 15px;
  padding-right: 16px;
}
.relatedlinks ul {
  text-align: right;
  line-height: 1;
}
.relatedlinks li {
  display: inline;
  margin-left: 8px;
}
.relatedlinks li:first-child {
  display: inline;
  margin-bottom: 5px;
}

@media (min-width: 1280px) {
  .relatedlinks {
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  .relatedlinks li {
    display: inline-block;
    margin-bottom: 5px;
  }
}
/* KVスライドショー
   ----------------------------------------------------------------- */
.feature {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 120px;
  margin: auto;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slick-arrow::before {
  display: none;
}

.slick-prev {
  left: 0;
  background-image: url("/platform/pc/common/img2019/top/feature/arrow_kv_l.png");
}

.slick-next {
  right: 0;
  background-image: url("/platform/pc/common/img2019/top/feature/arrow_kv_r.png");
}

@media (min-width: 769px) {
  .feature__img--mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .feature__img--mobile {
    width: 100%;
    max-width: none;
  }

  .feature__img--pc {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .slick-arrow {
    width: 4.69%;
    height: 0;
    padding-top: 9.38%;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }
}
.feature__nav {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  background-color: #000;
}
.feature__nav::before {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  display: block;
  height: 60px;
  content: '';
  background-color: #000;
}

.feature__nav__slide {
  width: calc((100% - 60px) / 4);
  padding: 8px 10px;
  cursor: pointer;
  border-left: 1px solid #fff;
  line-height: 1.3;
}
.feature__nav__slide:hover {
  background-color: #86857d;
}

.feature__nav__slide--current {
  color: #000;
  background-color: #fff !important;
}

.feature__nav__ctrl {
  width: 60px;
}
.feature__nav__ctrl ul {
  height: 100%;
}
.feature__nav__ctrl li {
  height: 100%;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #a20a19;
  background-repeat: no-repeat;
  background-position: center;
}
.feature__nav__ctrl li:hover {
  border: 2px solid #a20a19;
  background-color: #fff;
}

@media (max-width: 768px) {
  .slick-arrow {
    display: none !important;
  }

  .feature__nav__slide {
    overflow: hidden;
    width: 14px;
    height: 14px;
    margin: 35px 20px 0;
    padding: 0;
    color: transparent;
    border-radius: 7px;
    background-color: #86857d;
  }

  .feature__nav__slide--current {
    background-color: #a20a19 !important;
  }

  .feature__nav {
    justify-content: center;
    background-color: #fff;
  }
  .feature__nav::before {
    display: none;
  }

  .feature__nav__ctrl {
    display: none;
  }
}
.feature__nav__ctrl__play {
  display: none;
  background-image: url("/platform/pc/common/img2019/top/feature/btn_play.gif");
}
.feature__nav__ctrl__play:hover {
  background-image: url("/platform/pc/common/img2019/top/feature/btn_play_over.gif");
}

.feature__nav__ctrl__pause {
  background-image: url("/platform/pc/common/img2019/top/feature/btn_stop.gif");
}
.feature__nav__ctrl__pause:hover {
  background-image: url("/platform/pc/common/img2019/top/feature/btn_stop_over.gif");
}

/* ページ内目次
   ----------------------------------------------------------------- */
.pagecontents {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: -16px auto 40px !important;
}
.pagecontents li {
  width: 20%;
  padding: 0 20px 0 19px;
  border-left: 1px solid #ccc;
}
.pagecontents li:first-child {
  border-left: none;
}
.pagecontents li a {
  display: block;
  padding: 10px 12px 12px;
  text-align: center;
  border-top: 2px solid #fff;
}
.pagecontents li a:hover {
  border-top-color: #a20a19;
}

@media (max-width: 768px) {
  .pagecontents {
    margin: -26px auto 30px !important;
  }
  .pagecontents li {
    padding: 0;
  }
  .pagecontents li a {
    padding-right: 0;
    padding-left: 0;
  }
}
/* 重要なお知らせ（oic）
   ----------------------------------------------------------------- */
.box-important-a {
  margin-bottom: -4px !important;
}

.box-important-a > dt {
  display: block;
}

.box-important-a > dd {
  padding: 8px;
}

.list-caution-a > li a {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* 製品・PCソリューションを探す
   ----------------------------------------------------------------- */
#products h2 {
  color: #fff;
}

/*
 * intel アイコン
 */
  
.intel_text {
    display: flex;
    color: #fff;
    margin: 0 20px 20px 20px;
    justify-content: center;
    align-items: center;
}
.intel_img_t {
    text-align: center;
    margin-left: 20px;
}
.intel_img img {
    width: 55%;
}
.intel_i_t {
    font-size: 12px;
    margin-top: 10px;
    }
/*
 * タブ - ナビゲーション（PCビュー）
 */
.tab__nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto 40px;
}
.tab__nav::before {
  position: absolute;
  right: -40px;
  bottom: 0;
  left: -40px;
  display: block;
  height: 0;
  content: '';
  border-bottom: 2px solid #fff;
}
.tab__nav li {
  width: 32.76%;
  min-height: 60px;
}
.tab__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #56554e;
  border: 2px solid #d9d8d5;
  background-color: #d9d8d5;
  font-size: 2rem;
}
.tab__nav a:hover {
  border-top-color: #9d9d95;
  border-right-color: #9d9d95;
  border-left-color: #9d9d95;
  background-color: #9d9d95;
}
.tab__nav .tab__nav--current {
  position: relative;
  color: #fff;
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom: none;
  border-left-color: #fff !important;
  background-color: #595959 !important;
  font-size: 2.1rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .tab__nav {
    display: none;
  }

  .tab__body {
    display: block !important;
  }
}
/*
 * タブ - 本文エリア
 */
.tab__body {
  max-width: 1200px;
  margin: 0 auto;
}
.tab__body h4 {
  position: relative;
  max-width: 1180px;
  margin: 30px auto 20px;
  padding-left: 27px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
}
.tab__body h4:first-child {
  margin-top: 0;
}
.tab__body h4::before {
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  width: 3px;
  height: calc(100% - 10px);
  content: "";
  background: #a30b1a;
}

@media (min-width: 769px) {
  .tab__body {
    display: none;
  }
  .tab__body:first-of-type {
    display: block;
  }
}
/*
 * アコーディオン（モバイルビュー）
 */
.accordion__ttl {
  margin: 0 1.67% 30px;
  padding: 20px 77px 20px 12px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  background-image: url("/platform/pc/common/img2019/top/products/icon_open.gif");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.2;
}

.accordion__ttl--current {
  background-image: url("/platform/pc/common/img2019/top/products/icon_close.gif");
  font-weight: bold;
}

@media (min-width: 769px) {
  .accordion__ttl {
    display: none;
  }
}
@media (max-width: 768px) {
  .accordion__body {
    display: none;
    padding-bottom: 40px;
  }

  .accordion__body--current {
    display: block;
  }

  .tab__body:last-child .accordion__body {
    padding-bottom: 0;
  }
  .tab__body:last-child .accordion__ttl:not(.accordion__ttl--current) {
    margin-bottom: 0;
  }
}
/*
 * 製品一覧パネル
 */
.productpanels {
  display: flex;
  flex-wrap: wrap;
}
.productpanels > li {
  width: 33.33%;
  padding: 0 1.67%;
}
.productpanels > li:nth-child(n+4) {
  margin-top: 30px;
}
.productpanels a {
  display: block;
  text-decoration: none;
  border-top: 2px solid transparent;
  background-color: #000;
}
.productpanels a:hover {
  border-top-color: #df0012;
}
.productpanels strong {
  position: relative;
  display: flex;
}
.productpanels span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 0 10px;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .productpanels > li {
    width: 50%;
  }
  .productpanels > li:nth-child(n+3) {
    margin-top: 30px;
  }

  .productpanel--txt {
    width: 100% !important;
    padding: 0 !important;
  }
  .productpanel--txt li {
    width: 50% !important;
    padding: 0 1.67% !important;
  }
}
/*  利用シーン背景色出し分け */
.productpanel--bg1 a {
  background-color: #209699;
}

.productpanel--bg2 a {
  background-color: #9d804a;
}

.productpanel--bg3 a {
  background-color: #d26e16;
}

.productpanel--bg4 a {
  background-color: #791a1d;
}

.productpanel--bg5 a {
  background-color: #452252;
}

.productpanel--new strong::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 19.44%;
  padding: 9.72% 0;
  content: "";
  background: transparent url("/platform/pc/common/img2019/top/products/new_b.png") no-repeat top left;
  background-size: contain;
}

.productpanel--txt ul {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.productpanel--txt ul li {
  width: 100%;
}
.productpanel--txt ul a {
  display: flex;
  align-items: center;
  padding: 18px 20px 20px;
}
.productpanel--txt ul img {
  width: 29.69%;
}
.productpanel--txt ul strong {
  width: 70.31%;
  text-align: center;
}

/*
 * ソリューション一覧パネル
 */
.solutionpanels {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
}
.solutionpanels li {
  width: 50%;
  padding: 0 10px;
  margin-top: 20px;
}
.solutionpanels li.solutionpanel--full {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0;
}
.solutionpanels li.solutionpanel--full a {
  min-height: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.solutionpanels li.solutionpanel--full strong {
  font-weight: normal;
}
/*.solutionpanels li:nth-child(n+3) {
  margin-top: 20px;
}*/
.solutionpanels li a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 137px;
  padding: 20px;
  text-decoration: none;
  color: #323232;
  border: 1px solid transparent;
  background-color: #fff;
}
.solutionpanels li a::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: url("/platform/pc/common/img2019/top/recommend/icon_triangle_g.png");
  line-height: 1;
}
.solutionpanels li a:hover {
  border-color: #a20a19;
}
.solutionpanels li a:hover::after {
  content: url("/platform/pc/common/img2019/top/recommend/icon_triangle_r.png");
}
.solutionpanels li a strong {
  display: block;
  margin-bottom: 2px;
  color: #a20a19;
  font-size: 2.4rem;
}

/* 2カラム分割の場合 コンテナを設置 */
.solutionpanels-container {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
.solutionpanels-container div {
  width: 50%;
  margin-top: 30px;
}
.solutionpanels-container li {
  width: 100% !important;
}

@media (max-width: 768px) {
  .solutionpanels li {
    width: 100%;
  }
  /*.solutionpanels li:nth-child(n+2) {
    margin-top: 20px;
  }*/

  .solutionpanels-container {
    display: block;
    padding: 0;
  }
  .solutionpanels-container div {
    width: 100%;
  }
}
/*
 * 関連製品
   ----------------------------------------------------------------- */
.banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
}
.banner li {
  width: 48.62%;
}
.banner a {
  display: block;
}

@media (max-width: 768px) {
  .banner li {
    width: 100%;
    text-align: center;
  }
  .banner li:nth-child(n+2) {
    margin-top: 40px;
  }
}
/* おすすめコンテンツ
   ----------------------------------------------------------------- */
.recommendpanels {
  display: flex;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
}
.recommendpanels li {
  width: 33.33%;
  padding: 0 1.96%;
}
.recommendpanels li:nth-child(n+4) {
  margin-top: 40px;
}
.recommendpanels a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 400px;
  text-decoration: none;
  background-color: #fff;
}
.recommendpanels a::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: url("/platform/pc/common/img2019/top/recommend/icon_triangle_g.png");
  line-height: 1;
}
.recommendpanels a:hover::after {
  content: url("/platform/pc/common/img2019/top/recommend/icon_triangle_r.png");
}
.recommendpanels img {
  display: block;
  width: 100%;
}
.recommendpanels h3 {
  min-height: 3.12em;
  margin: 21px 25px;
  color: #a20a19;
  font-size: 2.4rem;
  line-height: 1.4;
}
.recommendpanels p {
  margin: 0 25px 20px;
}

@media (max-width: 768px) {
  .recommendpanels li {
    width: 50%;
  }
  .recommendpanels li:nth-child(n+3) {
    margin-top: 40px;
  }
}
/* サポート情報
   ----------------------------------------------------------------- */
.supportlist {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto 40px;
}
.supportlist li {
  width: 25%;
  padding: 0 10px;
  border-left: 1px solid #999;
}
.supportlist li:nth-child(4n+1) {
  border-left: none;
}
.supportlist li:nth-child(n+5) {
  margin-top: 20px;
}
.supportlist li:nth-child(n+5)::before {
  position: relative;
  top: -10px;
  display: block;
  width: calc(100%);
  height: 1px;
  content: '';
  border-top: 1px solid #999;
}
.supportlist a {
  display: block;
  min-height: 160px;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
}
.supportlist a:hover {
  text-decoration: underline;
}
.supportlist a img {
  display: block;
  margin: 0 auto;
}
.supportlist a span {
  display: block;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 768px) {
  .supportlist li {
    width: 50%;
  }
  .supportlist li:nth-child(odd) {
    border-left: none;
  }
  .supportlist li:nth-child(n+3) {
    margin-top: 20px;
  }
  .supportlist li:nth-child(n+3)::before {
    position: relative;
    top: -10px;
    display: block;
    width: calc(100%);
    height: 1px;
    content: '';
    border-top: 1px solid #999;
  }
}
/* 新着情報
   ----------------------------------------------------------------- */
.list-news-a {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.list-news-a > li:first-child {
  border-top: 1px solid #c6c6c0;
}

.list-news-a .news-content .date{
	min-width: 125px;
}

.list-news-a .news-content .icon-area {
  max-width: 160px;
}

.icon-ctg-a {
  font-size: 1.3rem;
}

/* ラベルカラー出し分け */
.ctg--1 {
  background-color: #a20a19;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 16px;
}

.ctg--2 {
  background-color: #86857d;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 16px;
}

.ctg--3 {
  background-color: #50a09d;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 16px;
}

.ctg--4 {
  background-color: #af7840;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 16px;
}

.ctg--5 {
  background-color: #8a84b3;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 16px;
}

.ctg--6 {
  background-color: #0a43a2;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 16px;
}

.ctg--7 {
  background-color: #448fb7;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 16px;
}

