@charset "utf-8";

@media screen and (max-width:767px) {
.cnt {
  width: 100%;
  display: block;
  margin: 0 0 20px;
}
.cnt:first-of-type {
  margin-top: 15px;
}
.cnt ul {
  padding: 0 15px;
}
.cnt ul li {
  display: block;
  width: 100%;
  margin: 0 0 4%;
}
.cnt ul li a, .cnt ul li a img {
  width: 100%;
  display: block;
}
.ttl-h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 30px;
  display: block;
  font-size: 14px;
  position: relative;
}
.ttl-h3::before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: #00bb9a;
}
}

@media print, screen and (min-width:768px) {
.cnt ul {
  display: block;
  position: relative;
  padding: 10px 0;
}
.cnt ul li {
  float: left;
  margin: 0 30px 20px 0;
}
.cnt ul li:nth-child(2n) {
  margin: 0 0 20px;
}
}
