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

.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;
  }
}

@media screen and (max-width: 767px) {
  .map {
    width: 850px;
  }
}

h4.c-h4 {
  margin-top: 0;
}

ul.example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

table.table1 {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  width: 100%;
  margin-top: 30px;
}
table.table1 tr th {
  width: 21%;
  font-size: 15px;
  text-align: center;
  background-color: var(--gray);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 20px;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  table.table1 tr th {
    padding: 10px 5px;
    font-size: 14px;
    width: 35%;
  }
}
table.table1 tr td {
  width: 79%;
  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;
}
@media screen and (max-width: 767px) {
  table.table1 tr td {
    padding: 10px;
    font-size: 14px;
    width: 65%;
  }
}

.pdf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pdf-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.pdf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pdf-img {
  width: 20px;
}
.pdf-img--red {
  fill: #ccc;
}
.pdf-link {
  max-width: 300px;
  width: 100%;
  height: 60px;
  background-color: var(--white);
  border-radius: 6px;
  color: var(--red) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
  -webkit-box-shadow: 0 0 12px #bbb;
          box-shadow: 0 0 12px #bbb;
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .pdf-link {
    width: 350px;
    font-size: 18px;
  }
}
@media (hover) {
  .pdf-link:hover {
    -webkit-box-shadow: 0 0 3px #bbb;
            box-shadow: 0 0 3px #bbb;
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */
