/* RCE Example Section */
.rce-example {
  background-color: #DCE8FA;
}

.rce-example_inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 8rem 5rem;
  @media only screen and (max-width: 767px) {
    padding: 6rem 2rem;
  }
}

.rce-example_title {
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #000000;
    margin: 0 0 4rem 0;
    @media only screen and (max-width: 767px) {
      font-size: 3.2rem;
      margin: 0 0 3rem 0;
    }
}

.rce-example_title span {
    color: #377DCD;
}

.rce-example_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    @media only screen and (max-width: 767px) {
      grid-template-columns: repeat(1, 1fr);
      gap: 2rem;
    }
}

.rce-example_list_item {
    background-color: #ffffff;
    border-radius: 0.6rem;
    box-shadow: 0.1rem 0.6rem 0.6rem 0px #00000014;
    position: relative;
}

.rce-example_list_item_number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #377DCD;
    border-radius: 0.6rem 0 0.6rem;
    display: flex;
    align-items: center;
}


.rce-example_list_item_number_label {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #ffffff;
  width: 7rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem 0 0 0;
  background: #377DCD;
}

.rce-example_list_item_number_number {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0.6rem 0;
  background: #2668B4;
}

.rce-example_list_item_inner {
    text-align: center;
    margin: 4rem 3rem 3.7rem 3rem;
}

.rce-example_list_item_image {
    width: 14rem;
    height: 14rem;
    margin: 0 auto 1.5rem auto;
}

.rce-example_list_item_content_title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 1rem;
}

.rce-example_list_item_content_title span {
    color: #377DCD;
}

.rce-example_list_item_content_text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #000000;
}
