.c-section > *:last-child {
  margin-bottom: 0;
}
.c-section p {
  margin-bottom: 20px;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-box > div {
  width: calc((100% - 40px) / 2);
}
.flex-box > div h2 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .flex-box > div {
    width: 100%;
  }
}
.flex-box .img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flex-box .img.spmg0 {
    margin: 0;
  }
}

ul.text-list li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  ul.text-list li {
    font-size: 14px;
  }
}

ul.text-number-list {
  margin-top: -10px;
}
ul.text-number-list > li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 15px;
}
ul.text-number-list > li:last-child {
  margin-bottom: 0;
}
ul.text-number-list > li > ul {
  margin-top: 10px;
}
ul.text-number-list > li > ul li {
  text-indent: -0.5em;
  margin-bottom: 10px;
}
ul.text-number-list > li > ul li:last-child {
  margin-bottom: 0;
}

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

.c-color-box {
  margin-bottom: 60px;
}
.c-color-box:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */
