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

ul.develop_flow {
  text-align: center;
  margin: 2em auto 4em;
  background-color: #fff8dc;
  padding: 2.5em 0;
}
ul.develop_flow li {
  width: 18%;
  padding: 10px 0px;
  background-color: #013adf;
  color: #fff;
  display: inline-block;
  margin: 0 0.5%;
  border-radius: 50px;
  font-weight: bold;
  box-sizing: border-box;
}
.rfid-pict {
  width: 80%;
  margin: 1em auto 3em;
}

/* 対策ページ */
.seo h2 {
  background-color: #efefef;
  text-align: left;
  padding: 1%;
}

.seo p {
  text-align: left !important;
}

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

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

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

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

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

@media screen and (max-width: 960px) {
  .rfid-pict {
    width: 100%;
  }
  ul.develop_flow {
    text-align: center;
    margin: 2em auto 4em;
    background-color: #fff8dc;
    padding: 1em 0 0;
  }
  ul.develop_flow li {
    width: 90%;
    margin: auto;
    padding: 10px 0px;
    border-radius: 10px;
    margin-bottom: 1em;
  }

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