@charset "UTF-8";


h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 48px;
  margin-bottom: 30px;
  min-height: 36px;
  display: flex;
  align-items: center;
}

h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 43px;
}

main p {
  margin-left: 0;
}

.restaurant h3::before {
  background-image: url(../img/sample/icon_restaurant.png);
  background-repeat: no-repeat;
}

.distribution h3::before {
  background-image: url(../img/sample/icon_distribution.png);
  background-repeat: no-repeat;
}

.hotel h3::before {
  background-image: url(../img/sample/icon_hotel.png);
  background-repeat: no-repeat;
}

.hospital h3::before {
  background-image: url(../img/sample/icon_hospital.png);
  background-repeat: no-repeat;
}

.bank h3::before {
  background-image: url(../img/sample/icon_bank.png);
  background-repeat: no-repeat;
}

.travel h3::before {
  background-image: url(../img/sample/icon_travel.png);
  background-repeat: no-repeat;
}

hr {
  margin: 0 auto;
  max-width: 1030px;
  margin-top: 30px;
  margin-bottom: 60px;
}

/* sampleList
---------------------------------------------------------- */

.flatIcon {
  margin: 0 auto;
  margin-top: 63px;
  margin-bottom: 70px;
  width: 80%;
  max-width: 494px;
  flex-wrap: wrap;
}

.flatIcon li {
  display: block;
  width: 50%;
  margin-bottom: 30px;
}

.flatIcon li a {
  display: block;
  width: 90%;
  max-width: 130px;
  height: auto;
}

.flatIcon li:nth-child(even) a {
  margin-left: auto;
}

.flatIcon li img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sampleList {
  max-width: 1030px;
}

.sampleList li {
  margin-bottom: 30px;
}

.sampleList li img {
  width: 13.6%;
}

@media screen and (min-width: 769px) {
  .flatIcon {
    margin-top: 57px;
    width: 90%;
    max-width: 930px;
  }

  .flatIcon li {
    width: 15%;
    max-width: 130px;
  }

  .flatIcon li a {
    width: 100%;
  }

  .flatIcon li:nth-child(even) a {
    margin-left: 0;
  }

  .sampleList {
    max-width: 1030px;
  }

  .sampleList li {
    margin-bottom: 30px;
  }

}
