@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------------------------
  merit
--------------------------------------------------------------------*/
.merit .meritList {
  width: 100%;
  display: inline-block;
}
.merit .meritList li {
  border: 1px solid #aaaaaa;
}
.merit .meritList li:nth-of-type(1) {
  float: left;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .merit .meritList li:nth-of-type(1) {
    float: none;
    width: 100%;
  }
}
.merit .meritList li:nth-of-type(2) {
  float: right;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .merit .meritList li:nth-of-type(2) {
    margin-top: 10px;
    float: none;
    width: 100%;
  }
}
.merit .meritList li dl dt {
  padding: 13px 0;
  background: #fff9cb;
  text-align: center;
  font-size: 16px;
  color: #003894;
  font-weight: bold;
}
.merit .meritList li dl dd {
  padding: 20px;
}
.merit .meritList li dl dd p:before {
  content: "・";
  display: inline-block;
  float: left;
}
.merit .meritList li dl dd p span {
  display: block;
  overflow: hidden;
}
.merit .checkList {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #aaaaaa;
}
.merit .checkList li {
  position: relative;
  padding: 10px 10px 10px 20px;
  border-top: 1px dotted #aaaaaa;
}
.merit .checkList li:first-child {
  border-top: none;
}
.merit .checkList li:before {
  content: "・";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 0;
}
.merit .checkList li span {
  color: #f28e00;
  font-weight: bold;
}
.merit .photoList {
  margin-top: 20px;
}
.merit .photoList li {
  width: 24.25%;
  height: 210px;
  float: left;
  margin: 1% 1% 0 0;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #aaa;
}
.merit .photoList li:nth-child(4n) {
  margin: 1% 0 0 0;
}
@media screen and (max-width: 768px) {
  .merit .photoList li {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .merit .photoList li:nth-child(4n) {
    margin: 10px 0 0 0;
  }
}
.merit .photoList li .storeName {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.3;
}

/*# sourceMappingURL=merit.css.map */
