@charset "UTF-8";
/* CSS Document */
.article-head div.page-ttl .thumb {
  background-image: url(../images/hd-img-follow.png);
}
.follow .article-body .grid {
  padding: 10px 0 0 0;
  justify-content: space-between;
}
.follow .grid p {
  width: 60%;
}
.follow p.small {
  margin-bottom: 40px;
}
.follow .grid p.small {
  width: 100%;
  padding: 20px;
  background-color: #f1f1f1;
}
.follow .grid .img-box {
  width: 38%;
}
.follow .grid .img-box img {
  width: 100%;
  height: auto;
}


.follow .block table {
  margin: 0 0 10px 0;
  padding: 0;
}
.follow .block table tbody th {
  text-align: center;
}
.follow .block table tbody tr td:nth-child(3)  {
  text-align: center;
}
.follow .block table tr.item th {
  background-color: #f1f1f1;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.follow .block table tr.item th:not(:last-child) {
  border-right: 1px solid #fff;
}
.follow .block table caption {
  width: 100%;
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.follow .block table th {
  width: 30%;
  background-color: #f1f1f1;
  border-bottom: 1px dotted #ccc;
  padding: 10px 10px 10px 20px;
}
.follow .block table td {
  border-bottom: 1px dotted #ccc;
  padding: 10px 10px 10px 20px;
}
.follow .block table th + td {
  width: 50%;
  border-right: 1px dotted #ccc;
}
@media only screen and (max-width: 480px) {
  .follow .block table tr.item th {
    display: none;
  }
  .follow .block table caption {
    display: block;
  }
  .follow .block table th {
    width: 100%;
    background-color: rgba(41, 128, 185, .1);
    border-bottom: none;
    padding: 10px;
  }
  .follow .block table td{
    border-bottom: none;
    padding: 10px;
  }
  .follow .block table th + td{
    width: 100%;
    border-right: none;
  }
  .follow .block table th + td:before{
    content: "故障個所の具体例：";
    font-weight: bold;
  }
  .follow .block table th + td + td:before{
    content: "保証期間：";
    font-weight: bold;
  }
}

@media only screen and (max-width: 568px) {
  .follow .grid p,
  .follow .grid .img-box {
    width: 100%;
  }
}
