@charset "UTF-8";

/*遺品整理ページ*/
.mainvisual.ihin {
  background-image: url(/wp-content/themes/twentytwentythree-child/images/back-main.webp);
}

.ihin_title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 3rem;
  letter-spacing: .02em;
}

.card__band_ihin {
  background: #eddfd3;
  color: #262d26;
  font-weight: 700;
  padding: 10px 12px;
  letter-spacing: .02em;
  text-align: center;
}

.ihin-step {
  text-align: center;
  font-size: 1.6rem;
  color:  #172c88;
  font-weight: 700;
}

.ihinstep_des {
  font-size: 1.2rem;
  margin: 1.6rem 0;
}


@media (max-width: 760px) {
  .ihin_title {
    font-size: 1.4rem;
  }
}