/* RCE Trouble Section */
.rce-trouble {
    font-family: "Noto Sans JP", sans-serif;
    background: #F6FAFC;
}

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

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

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

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

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

.rce-issue_list {
    display: flex;
    gap: 2.1rem;
    justify-content: center;
    max-width: 121rem;
    margin: 0 auto;
    @media only screen and (max-width: 767px) {
      gap: 1rem;
      flex-direction: column;
    }
}

.rce-issue_item {
    background-color: #FFFFFF;
    width: calc((100% - 4rem) / 3);
    box-shadow: 0.1rem 0.1rem 0.6rem 0 #00000014;
    border-radius: 0.6rem;
    @media only screen and (max-width: 767px) {
      width: 100%;
    }
}

.rce-issue_item_inner {
    padding: 2rem 2rem 2.5rem 2rem;
    text-align: center;
}

.rce-issue_item_img {
  width: 5rem;
  height: 4.6rem;
  margin: 0 auto 1.1rem auto;
}

.rce-issue_item_text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000000;
    letter-spacing: 0.04px;
    margin: 0;
}

.rce-issue_item_text span {
    color: #007cc0;
}
