/* RCE Pitfall Section */
.rce-pitfall {
    padding: 14rem 0 8rem;
    margin-top: -14rem;
    background-color: #F0F4FA;
    @media only screen and (max-width: 767px) {
      padding: 37rem 0 6rem;
      margin-top: -37rem;
    }
}

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

.rce-pitfall_issue_titlearea {
    text-align: center;
    margin-bottom: 4rem;
    @media only screen and (max-width: 767px) {
      margin-bottom: 2rem;
    }
}

.rce-pitfall_issue_label {
    font-size: 2rem;
    font-weight: bold;
    color: #377DCD;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 1.2rem;
}

.rce-pitfall_issue_title {
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #000000;
    line-height: 1;
    margin: 0;
    @media only screen and (max-width: 767px) {
      font-size: 3.2rem;
      line-height: 1.3;
    }
}

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

.rce-pitfall_point_item {
    width: calc((100% - 6rem));
    background-color: #FFFFFF;
    border-radius: 0.8rem;
    margin-bottom: 3rem;
    @media only screen and (max-width: 767px) {
      margin-bottom: 2rem;
      border-radius: 0.6rem;
      width: 100%;
    }
}

.rce-pitfall_point_item:last-child {
    margin-bottom: 0;
}

.rce-pitfall_point_item:nth-child(even) {
    margin-left: auto;
}

.rce-pitfall_point_item:nth-child(even) .rce-pitfall_point_item_img {
    margin-left: 0;
    margin-right: 0.2rem;
    @media only screen and (max-width: 767px) {
      margin-left: 0;
      margin-right: 0;
    }
}

.rce-pitfall_point_item_inner {
    padding: 2rem 2rem 2rem 3rem;
    display: flex;
    gap: 2.8rem;
    @media only screen and (max-width: 767px) {
      padding: 1rem 1rem 3rem;
      gap: 2rem;
      flex-direction: column-reverse;
    }
}

.rce-pitfall_point_item_inner_wrap {
  display: flex;
  gap: 2.8rem;
  @media only screen and (max-width: 767px) {
    flex-direction: column;
    gap: 0.6rem;
    padding: 0 1rem;
  }
}

.rce-pitfall_point_item:nth-child(even) .rce-pitfall_point_item_inner_wrap {
  @media only screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.rce-pitfall_point_item:nth-child(even) .rce-pitfall_point_item_inner {
  @media only screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.rce-pitfall_point_item_numberarea {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 767px) {
    margin-top: 0;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.5rem;
  }
}

.rce-pitfall_point_item_number_label {
    font-size: 1.5rem;
    font-weight: bold;
    color: #377DCD;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 0.3rem;
    @media only screen and (max-width: 767px) {
      font-size: 1.4rem;
      margin-bottom: 0.4rem;
    }
}

.rce-pitfall_point_item_number {
    font-size: 4.8rem;
    font-weight: bold;
    color: #377DCD;
    letter-spacing: 0.04em;
    line-height: 1;
    @media only screen and (max-width: 767px) {
      font-size: 2.8rem;
    }
}

.rce-pitfall_point_item_titlearea {
    margin-top: 2rem;
    width: 100%;
    @media only screen and (max-width: 767px) {
      margin-top: 0;
    }
}

.rce-pitfall_point_item_title {
    font-size: 2.8rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    padding-bottom: 1.8rem;
    margin-bottom: 1.5rem;
    position: relative;
    white-space: nowrap;
    @media only screen and (max-width: 767px) {
      font-size: 2rem;
      padding-bottom: 1.5rem;
      margin-bottom: 1.2rem;
      letter-spacing: 0.03em;
    }
}

.rce-pitfall_point_item_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8rem;
    height: 0.1rem;
    background-color: #377DCD;
}


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

.rce-pitfall_point_item_img {
  border-radius: 0.8rem;
  margin-left: 1.6rem;
  width: 42rem;
  height: 40rem;
  @media only screen and (max-width: 767px) {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}