@charset "utf-8";

#message img{
  margin-bottom: 20px;
}

#message p:first-of-type {
    font-size: 18px;
    font-weight: bold;
}

#partner .list li{
  position: relative;
  padding-left: 15px;
}

#partner .list li::before{
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #5d5d5d;
}

@media only screen and (max-width: 768px) {}
