@charset "utf-8";

/* ---------------------------------------- */
/* support */
/* ---------------------------------------- */
#support .content_box {
    margin-bottom: 70px;
}
#support .support-title {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(40, 70, 160)), to(rgb(0, 155, 215)));
  background: -webkit-linear-gradient(left, rgb(40, 70, 160), rgb(0, 155, 215));
  background: linear-gradient(to right, rgb(40, 70, 160), rgb(0, 155, 215));
  padding: 20px 0;
  text-align: center;
  margin-bottom: 30px;
}
#support .support-title img {
  height: 50px;
}
#support .support-name {
  margin: 30px auto;
}
#support .support-name img {
    margin: auto;
}
#support .support-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-left: 0;
}
#support .support-list li {
  width: calc((100% - 40px) / 3);
}
#support .caption {
  font-size: 11px;
  text-align: justify;
  margin-bottom: 30px;
  line-height: 1.2;
}
#support .after-service-list {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width:810px) {
  #support .support-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}