table.table1 {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  width: 100%;
  margin-top: 30px;
}
table.table1 tr th {
  font-size: 15px;
  text-align: center;
  background-color: var(--gray);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 20px;
  font-weight: normal;
  width: 22%;
}
@media screen and (max-width: 767px) {
  table.table1 tr th {
    padding: 10px 5px;
    font-size: 14px;
    width: 32%;
    vertical-align: middle;
  }
}
table.table1 tr td {
  font-size: 15px;
  text-align: center;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  font-weight: normal;
  padding: 20px;
  vertical-align: middle;
  text-align: left;
  width: 78%;
}
@media screen and (max-width: 767px) {
  table.table1 tr td {
    padding: 10px;
    font-size: 14px;
    width: 68%;
  }
}

.c-color-box {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-color-box {
    margin-top: 40px;
  }
}

ul.img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  ul.img-list {
    gap: 20px;
    margin-top: 20px;
  }
}
ul.img-list li {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  ul.img-list li {
    width: 100%;
  }
}
ul.img-list li p {
  margin-top: 5px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  ul.img-list li p {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */
