/*---------------------------------
  procedure
---------------------------------*/
@media (max-width: 767px) {
  .credits__procedure {
    padding: 0 15px;
  }
}

/*---------------------------------
  customercenter
---------------------------------*/
.credits__cs__notes {
  text-align: right;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .credits__cs__notes {
    font-size: 10px;
    margin-top: 15px;
  }
}

/*---------------------------------
  infomation
---------------------------------*/
.credits__infomation {
  width: 100%;
  padding: 1px 0 25px;
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .credits__infomation {
    padding: 1px 32px 0;
  }
}

.reading > img {
  width: 626px;
}

@media (max-width: 767px) {
  .reading > img {
    width: 100%;
  }
}

/* 20250724 WEBG_BPJ-4403 【実装】有人カテCD流入増加施策＿コーディング */

.chat-step {
  padding: 0 60px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.chat-step__title {
  font-size: 16px;
  text-align: center;
  color: #333333;
  font-weight: 400;
  margin-bottom: 20px;
}

.chat-step__list,
.chat-step__item,
.chat-step__step-title--wrap,
.chat-step__content,
.chat-step__explanation--right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.chat-step__list {
  gap: 25px;
  border: 2px solid #555555;
  padding: 30px;
}

.chat-step__item {
  gap: 20px;
}

.chat-step__step-title--wrap {
  gap: 7px;
}

.chat-step__step-number {
  display: block;
  width: 40px;
  height: 40px;
}

.chat-step__step-number img,
.chat-step__chat-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chat-step__step-title {
  font-size: 18px;
  font-weight: 600;
}

.chat-step__content {
  width: 100%;
  gap: 20px;
}

.chat-step__chat-button {
  display: inline-flex;
  width: 120px;
  height: 40px;
  vertical-align: middle;
}

.chat-step__text {
  font-size: 15px;
  font-weight: 400;
}

.chat-step__text.chat-step__text--flex-box {
  width: 100%;
  display: inline;
  text-align: start;
}

.chat-step__text--gray-back {
  display: block;
  width: 100%;
  text-align: start;
  font-size: 15px;
  font-weight: 600;
  background-color: #f5f6f7;
  padding: 10px 20px;
}

.chat-step__text.chat-step__text--underber {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: dotted 2px #CACBCB;
  text-align: start;
}

.chat-step__explanation {
  display: flex;
  gap: 60px;
  padding: 0 30px;
}

.chat-step__explanation--left,
.chat-step__explanation--right {
  width: 100%;
}

.chat-step__explanation--right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.chat-step__explanation--right .chat-step__text::before {
  content: "・";
}

.chat-step__explanation--right .chat-step__text span {
  font-weight: 600;
}

@media (max-width: 767px) {
  .chat-step__explanation {
    flex-direction: column;
    gap: 20px;
  }

  .chat-step__explanation--right .chat-step__text {
    font-size: 14px;
  }

  .chat-step__explanation {
    padding: 0;
  }
}
