@charset "utf-8";

/*============================================
hタグ以外のテキストのデザイン
==============================================*/

.c-text--address-title {
  align-items: center;
  border: 0;
  display: flex;
  justify-content: left;
  width: fit-content;
}

.c-text--address-title::before {
  background-image: url("pattern/modern/img-parts/text/address_natural_left_pink01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  content: "";
  display: block;
  height: 18px;
  margin-right: 4px;
  top: auto;
  width: 17px;
}

.c-text--address-title span {
  position: relative;
  top: 3px;
}

.c-text--deco-dot {
  background-image: linear-gradient(
    to right,
    var(--color-main-default) 2px,
    transparent 2px
  );
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-bottom: none;
  color: var(--color-main-default);
}