@charset "UTF-8";
/* 返品・交換・キャンセル */
.warning__txt {
  margin-left: 1.2em;
  list-style: disc outside;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}
.warning__contact {
  display: block;
  margin-top: 1em;
  font-style: normal;
  text-align: center;
}
.warning__contact strong {
  font-size: 30px;
}
.warning__contact small {
  font-size: 12px;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
  .warning__txt {
    font-size: 3.7333333333vw;
  }
  .warning__contact strong {
    font-size: 6vw;
  }
  .warning__contact small {
    font-size: 3vw;
  }
}

/* 20240430追記：赤字テキスト */
.guide__detail__txt.red {
    color: #9b0000;
    font-weight: bold;
}
.guide__detail__txt.pt1em {
	padding-top: 1em;
}
.pb0 {
	padding-bottom: 0;
}