/* Scss Document */
/* CSS Document */
/**/
/**/
body {
  counter-reset: credo_number;
}

/**/
.credo_list h2 .small {
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .credo_list h2 .small {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .credo_list .contents {
    width: 94%;
  }
}
@media only screen and (min-width: 769px) {
  .credo_list .contents .credo_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 5rem;
  }
}
.credo_list .contents .credo_wrap .section h3 {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .credo_list .contents .credo_wrap .section h3 {
    font-size: 3rem;
  }
}
.credo_list .contents .credo_wrap .section ul li {
  counter-increment: credo_number;
  position: relative;
  padding-left: 1.6em;
}
.credo_list .contents .credo_wrap .section ul li::before {
  font-weight: 600;
  position: absolute;
  content: counter(credo_number);
  top: 0;
  left: 0;
  font-size: 1em;
  font-family: "Montserrat", serif;
}
.credo_list .contents .credo_wrap .section.pink h3 {
  color: #ED86B3;
}
.credo_list .contents .credo_wrap .section.pink ul li::before {
  color: #ED86B3;
}
.credo_list .contents .credo_wrap .section.orange h3 {
  color: #F8C170;
}
.credo_list .contents .credo_wrap .section.orange ul li::before {
  color: #F8C170;
}
.credo_list .contents .credo_wrap .section.yellow_green h3 {
  color: #A7D081;
}
.credo_list .contents .credo_wrap .section.yellow_green ul li::before {
  color: #A7D081;
}
.credo_list .contents .credo_wrap .section.blue h3 {
  color: #4593D0;
}
.credo_list .contents .credo_wrap .section.blue ul li::before {
  color: #4593D0;
}
@media only screen and (max-width: 769px) {
  .credo_list .contents .credo_wrap .section + .section {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=credo.css.map */