@charset "utf-8";

.block-rcl_target_check-return {
  border: 1px solid var(--cl-gr-1);
}

.block-rcl_target_check-return-message {
  font-weight: 700;
}

.block-rcl_target_check-return-contact {
  text-align: center;
}

@media all and (min-width: 768px) {
  .block-rcl_target_check-return {
    width: 800px;
    margin: 120px auto 0;
    padding: 39px;
  }

  .block-rcl_target_check-return-message {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }

  .block-rcl_target_check-return-contact {
    margin-top: 24px;

    p:nth-child(1) {
      font-size: 3rem;
    }

    p:nth-child(2) {
      margin-top: 10px;
      font-size: 2.2rem;
    }

    p:nth-child(3) {
      margin-top: 10px;
      font-size: 2rem;
      font-weight: 700;
    }
  }

  .block-guide_contents-list-content {
    .block-rcl_target_check-return-contact {
      margin-top: 0;
    }
  }
}

@media all and (max-width: 767px) {
  .block-rcl_target_check-return {
    margin-top: 80px;
    padding: 23px;

    .block-multiple-btn {
      margin-top: 24px;
    }
  }

  .block-rcl_target_check-return-contact {
    margin-top: 24px;

    p:nth-child(1) {
      font-size: 2rem;
    }

    p:nth-child(2) {
      margin-top: 10px;
      font-size: 1.2rem;
    }

    p:nth-child(3) {
      margin-top: 10px;
      font-size: 1.6rem;
      font-weight: 700;
    }
  }

  .block-guide_contents-list-content {
    .block-rcl_target_check-return-contact {
      margin-top: 0;

      p:nth-child(1) {
        font-size: 2.4rem;
      }

      p:nth-child(2) {
        margin-top: 10px;
        font-size: 1.5rem;
      }

      p:nth-child(3) {
        margin-top: 10px;
        font-size: 1.8rem;
        font-weight: 700;
      }
    }
  }
}

/* 旧茶のしずく石鹸をお持ちのお客様へ */

.block-rcl_outline-flow-item {
  display: flex;
  justify-content: space-between;
  position: relative;

  .list-exchange,
  .list-return,
  .list-all {
    border: 1px solid var(--cl-gr-1);
  }

  .list-all {
    width: 100%;
  }

  .list-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    text-align: center;
  }

  .list-exchange {
    .list-ttl {
      p:nth-child(2) {
        color: var(--cl-gn);
        border-bottom: 2px solid var(--cl-gn);
      }
    }
  }

  .list-return {
    .list-ttl {
      p:nth-child(2) {
        color: #d97739;
        border-bottom: 2px solid #d97739;
      }
    }
  }

  .list-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .list-comment {
    p:not(:first-child) {
      margin-top: 14px;
    }

    p.align-center {
      text-align: center;
    }
  }

  .list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  &:not(:last-child) .list-exchange::after,
  &:not(:last-child) .list-return::after,
  &:not(:last-child) .list-all::before,
  &:not(:last-child) .list-all::after,
  .list-item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 16px;
    clip-path: polygon(50% 16px, 0% 0%, 60px 0%);
  }

  .list-exchange::after,
  .list-return::after,
  .list-item:not(:last-child)::after {
    bottom: -40px;
    left: 50%;
    margin-left: -30px;
  }

  .list-all::before {
    bottom: -40px;
    left: calc((100% - 40px) / 4);
    margin-left: -30px;
  }

  .list-all::after {
    bottom: -40px;
    right: calc((50% / 2));
    margin-right: -30px;
  }

  .list-exchange::after,
  .list-all::before,
  .list-exchange .list-item:not(:last-child)::after {
    background-color: var(--cl-gn);
  }

  .list-return::after,
  .list-all::after,
  .list-return .list-item:not(:last-child)::after {
    background-color: #d97739;
  }
}

@media all and (min-width: 768px) {
  .block-rcl_outline {
    margin-top: 90px;
  }

  .block-rcl_outline-message {
    font-size: 1.8rem;
    line-height: 1.666;
    text-align: center;
  }

  .block-rcl_outline-flow {
    margin: 64px auto 0;
    width: 960px;
  }

  .block-rcl_outline-flow-item {
    position: relative;

    & + .block-rcl_outline-flow-item {
      margin-top: 64px;
    }

    .list-exchange,
    .list-return,
    .list-all {
      position: relative;
      padding: 39px;
    }

    .list-exchange,
    .list-return {
      width: calc((100% - 40px) / 2);
    }

    .list-ttl {
      font-size: 1.8rem;

      p:nth-child(2) {
        font-size: 2rem;
      }
    }

    .list-img {
      margin-top: 20px;
    }

    .list-btn {
      margin-top: 24px;
    }

    .list-item {
      position: relative;

      + .list-item {
        margin-top: 64px;
      }
    }
  }
}

@media all and (max-width: 767px) {
  .block-rcl_outline {
    margin-top: 42px;
  }

  .block-rcl_outline-flow {
    margin: 40px -10px 0;
  }

  .block-rcl_outline-flow-item {
    position: relative;

    & + .block-rcl_outline-flow-item {
      margin-top: 64px;
    }

    .list-exchange,
    .list-return,
    .list-all {
      position: relative;
      padding: 15px;
    }

    .list-exchange,
    .list-return {
      width: calc((100% - 10px) / 2);
    }

    .list-ttl {
      font-size: 1.4rem;

      p:nth-child(2) {
        font-size: 1.8rem;
      }
    }

    .list-img {
      margin-top: 12px;
    }

    .list-comment {
      font-size: 1.4rem;
    }

    .list-btn {
      margin-top: 16px;
    }

    .list-item {
      position: relative;

      + .list-item {
        margin-top: 64px;
      }
    }
  }
}

@media all and (min-width: 768px) {
}

@media all and (max-width: 767px) {
}

@media all and (min-width: 768px) {
}

@media all and (max-width: 767px) {
}

@media all and (min-width: 768px) {
}

@media all and (max-width: 767px) {
}
