@charset "utf-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
#h1-area {
  background-image: url("../images/rfid.jpg");
}

/* zaiko */
.rfid_zaiko {
  background-image: url("../images/rfid_zaiko.png") !important;
}

.rfid_zaiko_systemflow {
  width: 100%;
  height: auto;
}

.rfid_features {
  background-image: url("../images/rfid_features.jpg") !important;
}

.rfid_qr {
  background-image: url("../images/rfid_qr.png") !important;
}

.rfid_picking {
  background-image: url("../images/rfid_picking.jpg") !important;
}

.rfid_gate {
  background-image: url("../images/rfid_gate.jpg") !important;
}

.rfid_picking p,
.rfid_zaiko p,
.rfid_gate p {
  color: #242424;
}
.sp {
  display: none;
}
.contents p {
  text-align: center;
}

.contents_basics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, 300px);
}

.contents_basics h2 {
  text-align: center;
  padding: 1%;
}

.contents_basics p {
  text-align: center !important;
  font-size: 1.2em;
}

.contents_basics h3 {
  font-size: 0.9rem !important;
  text-align: left;
  word-break: break-all;
}

.contents_inner p {
  font-size: 0.8rem;
  word-break: break-all;
  text-align: left;
}

.contents_inner {
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  display: block;
}
/* 対策ページ */
.seo h2 {
  background-color: #efefef;
  text-align: left;
  padding: 1%;
}

.seo p {
  text-align: left;
}

.seo h3 {
  border-bottom: solid 5px #efefef;
  text-align: left;
}

.seo table {
  width: 100%;
  border-collapse: collapse;
}
.seo table th {
  background-color: #4fb568;
  color: #fff;
}
.seo table th,
.seo table td {
  padding: 1% 2%;
  vertical-align: top;
  border: solid 1px;
}
.seo table td.title {
  background-color: #fffcd5;
}

ul.seo_page {
  padding: 0 0 4em;
  display: flex;
  margin: 3%;
  justify-content: center;
}

ul.seo_page li {
  display: inline-block;
  list-style: none;
  width: 30%;
  margin: 2%;
}

ul.seo_page li a {
  color: #40b7d7;
}

h4 {
  background-color: #d23b700d;
  border: solid 2px#a20b41 !important;
}

/* 詳しくはこちらボタン */
.bt_read {
  box-sizing: border-box;
  width: 250px;
  margin: 0.5em;
  padding: 0.3em 1em;
  border: none;
  border-bottom: solid 5px #a20b41;
  border-radius: 25px;
  background-color: #d23b71;
  color: #fff;
  font-weight: 600;
  font-size: 0.8em;
  transition: 0.5s ease;
}

.bt_read:hover {
  opacity: 0.5;
}

/* GoogleIcon */

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

/* 色　color */
.pink {
  color: #d23b71;
}

.blue {
  color: #12335f;
}

.sky {
  color: #37a6d1;
}

.green {
  color: #a5c445;
}

.yellow {
  color: #ebd030;
}

/* 色 線　color */
.pink_line {
  border-bottom: solid 2px #d23b71;
}

/* アイコンのサイズを変更するためのルール */

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

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.quote-1 {
  max-width: 500px;
  padding: 1em 1.5em;
  border-left: 4px solid #aedfbe;
  color: #333333;
}
.quote-1 ul {
  list-style: none;
}

dl {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1% 0;
  clear: left;
  overflow: hidden;
}

dl dt {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 2%;
  background-color: #aedfbe;
}

dl dd {
  display: flex;
  align-items: center;
  width: 80%;
  margin-left: 0;
  padding: 2%;
  background-color: #fff;
}

/* バナーエリア */
#bunner-area {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

#bunner-area img {
  width: 50%;
  /*画像サイズ指定*/
  margin: 0.2%;
  padding: 0.2% auto;
  display: inline-block;
}

#bunner-area ul {
  display: flex;
}

#bunner-area li {
  margin-top: 5%;
  list-style: none;
  border: solid 0.2em #40b7d7;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  display: table;
}

#bunner-area a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

#bunner-area p {
  margin: 2%;
  text-align: center !important;
}

#sp {
  display: none;
}

/*動画エリア*/
.movie {
  width: 30%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  place-content: center;
}

.movie h3 {
  font-size: 0.9rem !important;
  text-align: left;
  word-break: break-all;
}

.movie .contents_inner {
  background-color: #fdf7f7;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  place-items: center;
}

.movie .contents_inner .js-modal-btn a {
  position: relative;
  display: block;
  text-decoration: none;
}

.movie .contents_inner .js-modal-btn a:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 6px solid #b83b40;
  background: #b83b40;
  width: 60px;
  height: 60px;
}

.movie .contents_inner .js-modal-btn a:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 15px 0 15px 25px;
}

.movie .contents_inner p {
  font-size: 0.8rem;
  word-break: break-all;
  text-align: center;
}

.movie iframe {
  width: 100%;
  height: auto;
}

.c-link {
  width: 40%;
  /* 水平方向の中央揃え */
  margin: 5% auto;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 0px #a5c445;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .contents_inner {
    margin: 0 10% 1em;
  }

  .contents_inner img {
    width: 100%;
  }

  .rfid-pict {
    width: 100%;
  }

  #bunner-area ul {
    display: block;
  }

  #bunner-area li {
    margin-top: 5%;
    list-style: none;
    border: solid 0.2em #40b7d7;
    border-radius: 20px;
  }

  dl {
    padding: 2%;
    width: 100%;
  }

  dl dt {
    margin: 2%;
    width: 100%;
    display: block;
  }

  dl dd {
    margin: 2%;
    width: 100%;
    display: block;
  }
  .bt_read {
    display: block;
    margin: 0.3em auto;
  }

  .quote-1 {
    font-size: 0.9em;
  }

  .movie {
    width: 100%;
  }
}
