/* CSS Document */
/*--------------------------------------------------------------------
  support-store
--------------------------------------------------------------------*/
.support-store .trainingList {
  margin-top: 20px;
}
.support-store .trainingList li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.support-store .trainingList li:nth-of-type(3) {
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  .support-store .trainingList li {
    max-width: none;
    width: 32%;
    float: left;
    margin-right: 0px;
  }
  .support-store .trainingList li:nth-of-type(2) {
    margin: 0 2%;
  }
}
.support-store .opening {
  border: 1px solid #aaa;
}
.support-store .opening .openingInner {
  padding: 10px 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .support-store .opening .openingInner {
    padding: 10px;
  }
}
.support-store .opening ul.twoRows:nth-of-type(3) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.support-store .opening ul li:nth-of-type(1) {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .support-store .opening ul li:nth-of-type(1) {
    max-width: 100%;
  }
}
.support-store .opening ul li.explain {
  font-size: 16px;
}
.support-store .opening ul li.explain span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #003894;
}
.support-store .opening .title {
  padding: 13px 0;
  background: #fff9cb;
  text-align: center;
  font-size: 16px;
  color: #003894;
  font-weight: bold;
}
.support-store .supportList li {
  padding: 2px 0;
  font-size: 16px;
}

/*# sourceMappingURL=support-store.css.map */
