@charset "utf-8";

/* =========================================
    オフィス店舗　hackスタイル
============================================ */

.text-red {
    color: #CC0000;
}
.unitCategory .column-three .column-three_child .column-three_caption.bg-white {
    background: none;
    padding: 8px 0;
}
.unitCategory .column-three_caption .column-three_child {
    margin-bottom: 40px;
}
.column-one_default .column-one_child > * + *,
.column-two_default .column-two_child > * + *,
.column-three_default .column-three_child > * + *,
.column-four_default .column-four_child > * + * {
    margin-top: 0px;
}
.h3_title small {
    font-size: 80%;
}
.img100 {width: 100%;}
.mr-10 {margin-right: 10px;}
.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-40 {margin-top: 40px !important;}
.pt-0 {padding-top: 0px !important;}
.pl-20 {padding-left: 20px !important;}
.pr-20 {padding-right: 20px !important;}
.pt-20 {padding-top: 20px !important;}
.pb-20 {padding-bottom: 20px !important;}

/* =========================

    タブ内コンテンツ

===========================*/

.tab_block .column-one_text {
    padding: 30px 0 20px;
}


/* =========================

    P-SPEC バナー

===========================*/

.footer-banner {
    max-width: 770px;
    margin: auto;
}

/* =========================

    関連コラム

===========================*/

.column-four .slick-track {
  display: flex;
  justify-content: center;  /* 子要素を中央に配置 */
}
.column-four .slick-slide {
  flex: 0 0 217px;  /* 子要素の幅を固定 */
}
@media (max-width: 640px) {
    .column-four .slick-track {
      display: block;
      padding: 0 8% 0 2%;
    }
}
#js-slider-1 .column-four_child:nth-child(2n),
#js-slider-2 .column-four_child:nth-child(2n) {
      margin-right: 10px !important;
}
.slide-arrow {
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 25%;
    width: 30px;
    z-index: 90;
}
.prev-arrow {
    left: 6%;
}
.next-arrow {
    right: 6%;
}
#js-slider-1,
#js-slider-2{
    margin-top: 20px;
    /* display: flex; */
    justify-content: center;
}
.slick-dots2 {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
}
.slick-dots2 li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots2 button {
    padding: 0;
    color: transparent;
    outline: none;
    width: 30px;
    border: unset;
    height: 4px;
    display: block;
    background: #F2F2F2;
    cursor: pointer;
}
.slick-dots2 .slick-active button {
    background: #475C85;
}
@media (min-width: 641px) {
    #js-slider-1,
    #js-slider-2{
        margin: 30px -15px 0;
        padding: 0 15px;
    }
    #js-slider-1 .column-four_child:nth-child(2n),
    #js-slider-2 .column-four_child:nth-child(2n) {
      margin-right: 20px !important;
    }
    #js-slider-1 .column-four_child:nth-child(4n),
    #js-slider-2 .column-four_child:nth-child(4n) {
        margin-right: 20px !important;
    }
    .prev-arrow {
        left: 5px;
    }
    .next-arrow {
        right: 5px;
    }
    .slide-arrow {
        width: 35px;
        top: 20%;
    }
}
#js-slider-1 .column-four_caption,
#js-slider-2 .column-four_caption{
  position: static;
}
.column-four_caption .column-four_child.bg-gray {
  background: transparent;
}



/* =========================

    技術情報検索システム バナー

===========================*/

.column-one_img-flex {
  width: 100%;
  overflow: hidden;
  display: table;
}
.column-one_img-flex .column-one_image {
  display: table-cell;
  vertical-align: top;
}
.section .column-one .column-one_child .column-one_image.left {
    text-align: left;
}
.column-one_img-flex .column-one_text {
  display: table-cell;
  min-width: 350px;
  min-height: 210px;
  padding: 0 40px;
/*  color: #666666; removed 2019.12.18 */
}
.column-one_img-flex .column-one_text.bg-gray {
  background: transparent;
}
.column-one_img-flex .column-one_text .title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
}
.column-one_img-flex .column-one_text.text-black {
  color: #333333;
}
.column-one_img-flex .column-one_text_in {
  padding: 20px 0;
}
