@charset "utf-8";

#h1-area {
  background-image: url("../../images/concept/hardware.jpg");
}

.hard_h3 {
  background-color: #ededed;
  padding: 10px;
  margin: 3% auto 1%;
  clear: left;
}

.hard_list {
  font-size: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hard_list ul {
  margin: 0;
  padding: 0;
}

.hard_list li {
  margin: 2% 1%;
  width: 16%;
  display: inline-block;
  /* float: left; */
  text-align: center;
  overflow: hidden;
  font-size: 14px;
}

.hard_list li img {
  height: 100px;
  width: auto;
  /* object-fit: cover; */
}

.hard_list li p {
  font-size: 1.4em;
}

.note {
  margin: 1em 0em !important;
}

.sp {
  display: none;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider .slick-slide {
  margin: 30px;
}

.slider li {
  height: 20%;
}

.slider li p {
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

.slick-track {
  display: flex !important;
  align-items: center !important;
}

/* 各カテゴリアンカー */
ul.anchor {
  margin: 0 auto 2em;
}

ul.anchor li {
  float: left;
  margin: 0 1.5% 1% 0;
  background-color: #eeeeee;
  padding: 1%;
  text-align: center;
  overflow: hidden;
  width: 32.333%;
  height: 3em;
  line-height: 1.2em;
  vertical-align: middle;
}

ul.anchor li:nth-child(3n) {
  margin: 0 0% 0.5% 0;
}

.anchor li:hover {
  background-color: #cccccc;
}

/* ハードウェア詳細ページ */
.hardware_h1 {
  background-color: #242424;
  color: #fff;
  padding: 3%;
  font-size: 1.4em;
  margin: 0;
}

.contents h2.hardware_h2 {
  text-align: left;
  margin: 1em auto;
}

.hard_img {
  width: 100%;
  margin: 0 auto 3%;
  float: left;
}

.hard_img .img_left {
  width: 38%;
  margin-right: 1%;
  float: left;
  text-align: center;
}

/* .hard_img .img_left img,
.hard_img .img_right img {
  height: 350px;
  width: auto;
} */

.hard_img .img_right {
  width: 60%;
  margin-left: 1%;
  float: left;
}

.hard_img iframe {
  width: 100%;
  height: 350px;
}

.hard_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2%;
}

.hard_table th {
  text-align: left;
  background-color: #eeeeee;
  padding: 2%;
  border: 1px solid #ccc;
  vertical-align: top;
}

.hard_table td {
  text-align: left;
  background-color: #fff;
  padding: 2%;
  border: 1px solid #ccc;
  vertical-align: top;
}

.overview {
  margin-top: 0.5em;
  font-size: 1.2em;
}

.overview h4 {
  margin: 1em auto 0.3em;
  color: #3bb04b;
}

hr {
  margin-top: 5em;
  border-width: 0 0 8px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>')
    0 0 100% repeat;
}

.tag_list {
  width: 70%;
  float: left;
  margin: 0 auto 1em;
}

.tag_link {
  width: 20%;
  float: right;
  background-color: #ff0000;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  margin: 0.5em 1em 0 auto;
}

a .tag_link {
  color: #fff;
}

/* GoogleIcon */

.material-icons {
  vertical-align: -0.3em;
  margin: 1%;
}

.pink {
  color: #d23b71;
}

.green {
  color: #3bb268;
}

.material-icons.md-18 {
  font-size: 2em;
}

/* コンタクトエリア*/
#contact_area {
  margin: 0.5em;
  padding: 0.5em;
  place-content: center;
  place-items: center;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 1rem;
}

/* 見積ボタン */
#estimate {
  display: inline-flex;
  padding: 1em 1.5em;
  font: inherit;
  font-size: 1.7em;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #3bb268;
  border: 0;
  border-radius: 1em;
}

#estimate::before {
  content: "\f15c";
  position: relative;
  font-family: "Font Awesome 5 Free";
  margin-right: 15px;
}

/* 問合せボタン */
#contact {
  display: inline-flex;
  padding: 1em 1.5em;
  font: inherit;
  font-size: 1.7em;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #d23b71;
  border: 0;
  border-radius: 1em;
}

#contact::before {
  content: "\f0e0";
  position: relative;
  font-family: "Font Awesome 5 Free";
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .hard_table {
    font-size: 0.7em;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .hard_h3 {
    font-size: 0.9em;
  }

  .hard_img .img_left {
    width: 100%;
    margin-right: 0%;
  }

  /* .hard_img .img_left img,
  .hard_img .img_right img {
    height: auto;
    width: auto;
  } */

  .hard_img .img_right {
    width: 100%;
    margin: 5% auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .hard_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .hard_list {
    display: block;
  }

  .hard_list li {
    width: 33% !important;
    margin: 2% auto;
  }

  .hard_list li img {
    height: 5em;
  }

  .hard_list li p {
    font-size: 0.8em;
  }

  ul.anchor li {
    margin: 0 1.5% 1% 0;
    width: 49%;
    height: 3em;
  }

  ul.anchor li:nth-child(3n) {
    margin: 0 1.5% 1% 0;
  }

  ul.anchor li:nth-child(2n) {
    margin: 0 0% 1% 0;
  }

  .tag_list {
    width: 50%;
    float: left;
    margin: 0.5em auto;
  }

  .tag_link {
    width: 40%;
    float: right;
    padding: 10px;
    margin: 2em 0 0 0;
  }

  .hard_table th {
    background-color: #3bb04b;
    color: #fff;
  }

  #contact_area {
    display: block;
  }

  /* 見積ボタン */
  #estimate {
    padding: 0.5em auto;
    margin: 0.5em auto;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
  }

  #estimate::before {
    content: "\f15c";
    position: relative;
    font-family: "Font Awesome 5 Free";
    margin-right: 15px;
  }

  /* 問合せボタン */
  #contact {
    padding: 0.5em auto;
    margin: 0.5em auto;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
  }

  #contact::before {
    content: "\f0e0";
    position: relative;
    font-family: "Font Awesome 5 Free";
    margin-right: 15px;
  }
}
