@charset "UTF-8";
/*角丸*/
.bd-radius-48 {
  border-radius: 48px;
}

/*幅*/
.step-tag[data-width="full"] {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/*テキスト*/
.text-or {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}
.text-or::before, .text-or::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 24%;
  background-color: #bbb;
}
.text-or::before {
  margin-top: 4.5rem;
}
.text-or::after {
  margin-bottom: 4.5rem;
}

.lh-sm {
  line-height: 1.2;
}

/*テキストカラー*/
.color-au {
  color: #ef5505;
}

/*余白*/
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

/*ラベル*/
.label-au-white {
  color: #ef5505;
  padding: 4px 12px;
  border-radius: 6px;
  border: solid #ef5505 2px;
}

/*テキストリンク*/
@media screen and (min-width: 768px) {
  a.link-tel-text {
    pointer-events: none;
  }
}

/*背景色*/
.bg-au {
  background-color: #ef5505 !important;
}

/*テーブル*/
table th sup,
table td sup {
  font-weight: normal;
}
