.color {
  margin-top: 60px;
  margin-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .color {
    margin-bottom: 70px;
  }
}

.color-title {
  margin-bottom: 60px;
  padding: 0 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .color-title {
    margin-bottom: 70px;
  }
}

.color-title h1 {
  margin-bottom: 15px;
  font-size: 2em;
}

.color-title p {
  margin-bottom: 35px;
}

.section-anker {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-anker .section-anker-item {
  padding: 10px 20px;
}

.section-title {
  margin-bottom: 35px;
  padding: 0 15px;
}

.section-title h2 {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.667em;
}

.section-title h2 span {
  background: #ffffff;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 5;
}

.section-title h2::after {
  background: #ebebeb;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}

.section-title p {
  margin-bottom: 15px;
}

.section-title img {
  max-width: 50px;
}

.section-thumb {
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-thumb {
    padding: 0 15px;
  }
}

.section-thumb img {
  width: 100%;
}

.section-caution {
  margin-bottom: 35px;
  padding: 30px 15px 35px;
  background-color: #f3f3f3;
}

.section-caution__title {
  font-size: 1.231em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.color-group {
  overflow: auto;
  margin-bottom: 70px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .color-group {
    margin-bottom: 50px;
  }
}

.color-group__title {
  margin-bottom: 20px;
}

.color-group__title h3 {
  font-size: 1.231em;
  font-weight: 600;
  line-height: 1.2;
}

.color-group__title p {
  margin-top: 5px;
}

.color-group__table {
  width: 100%;
}

.color-group__table tr {
  display: table-row;
}

.color-group__table tr:first-of-type td {
  border-top: none;
}

.color-group__table td {
  padding: 20px 10px;
  border-top: 1px solid #ddd;
  vertical-align: top;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .color-group__table td {
    display: inline-block;
    width: 20%;
    padding: 2px;
  }
}

.color-group__table td img {
  width: 65px;
}
