@charset "UTF-8";
.tenant-dx .hero-content {
  position: relative;
}
.tenant-dx .hero-content__img img {
  width: 100%;
}
.tenant-dx .hero-content__points {
  width: 1104px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .hero-content__points {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .hero-content__points {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.5rem;
    bottom: -12rem;
  }
}
.tenant-dx .hero-content__points .point {
  width: calc((100% - 7.5rem) / 4);
}
@media screen and (max-width: 767px) {
  .tenant-dx .hero-content__points .point {
    width: calc((100% - 0.75rem) / 2);
  }
}
.tenant-dx .hero-content__points .point__circle--outer {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: white;
  padding: 0.5rem;
}
.tenant-dx .hero-content__points .point__circle--inner {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #eff9ff;
  border: solid 1px #0387cd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tenant-dx .hero-content__points .point__text {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tenant-dx .hero-content__points .point__text .sup {
  display: block;
  font-weight: bold;
  color: #0387cd;
  text-align: center;
  font-size: 1.75rem;
  width: 128px;
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .hero-content__points .point__text .sup {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .hero-content__points .point__text .sup {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 410px) {
  .tenant-dx .hero-content__points .point__text .sup {
    font-size: 1.5rem;
  }
}
.tenant-dx .hero-content__points .point__text .caption {
  font-weight: bold;
  color: #0387cd;
  text-align: center;
  font-size: 2.75rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .hero-content__points .point__text .caption {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .hero-content__points .point__text .caption {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 410px) {
  .tenant-dx .hero-content__points .point__text .caption {
    font-size: 2.25rem;
  }
}
.tenant-dx .hero-content__points .point__text .caption.strong {
  font-size: 4.25rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .hero-content__points .point__text .caption.strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 410px) {
  .tenant-dx .hero-content__points .point__text .caption.strong {
    font-size: 2.75rem;
  }
}
.tenant-dx .swap {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .swap {
    margin-top: 14rem;
  }
}
.tenant-dx .swap__img img {
  width: 100%;
}
.tenant-dx .swap__to {
  padding: 2.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .swap__to {
    padding: 2rem 0.5rem;
  }
}
.tenant-dx .swap__to p {
  text-align: center;
  font-size: 0;
}
.tenant-dx .swap__to p span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
}
.tenant-dx .swap__arrow {
  margin: 1rem auto 0;
  background: #ea6635;
  height: 50px;
  width: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tenant-dx .solution {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .solution {
    margin-top: 2rem;
  }
}
.tenant-dx .solution__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tenant-dx .solution__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 410px) {
  .tenant-dx .solution__title {
    font-size: 1.15rem;
  }
}
.tenant-dx .solution__description {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}
.tenant-dx .solution__description p {
  font-size: 0;
}
.tenant-dx .solution__description span {
  display: inline-block;
  font-size: 1.5rem;
}
.tenant-dx .solution__summary {
  background-color: #0388cd;
  margin-top: 2rem;
  padding: 3rem 0;
}
.tenant-dx .solution__img img {
  width: 100%;
}
.tenant-dx .about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .about {
    gap: 1rem;
  }
}
.tenant-dx .about__elm {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 767px) {
  .tenant-dx .about__elm {
    width: 100%;
  }
}
.tenant-dx .about__elm img {
  width: 100%;
}
.tenant-dx .about__text {
  padding: 2rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .about__text {
    padding: 0;
  }
}
.tenant-dx .about__title h1 {
  font-size: 1.75rem;
}
.tenant-dx .about__description {
  margin-top: 1rem;
}
.tenant-dx .about__description p {
  font-size: 1.25rem;
}
.tenant-dx .features {
  background-color: #f9d2c3;
  border-radius: 16px;
  margin-top: 4rem;
  padding: 2rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .features {
    padding: 2rem 1rem 2rem;
  }
}
.tenant-dx .features__title h1 {
  font-size: 2.25rem;
  font-weight: bold;
  color: white;
  text-align: center;
}
@media screen and (max-width: 410px) {
  .tenant-dx .features__title h1 {
    font-size: 2rem;
  }
}
.tenant-dx .features__list {
  margin-top: 4rem;
  padding: 0 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 410px) {
  .tenant-dx .features__list {
    padding: 0;
  }
}
.tenant-dx .features__list .list-item:nth-of-type(odd) {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item:nth-of-type(odd) {
    margin-left: 0;
  }
}
.tenant-dx .features__list .list-item:nth-of-type(even) {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item:nth-of-type(even) {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item:nth-of-type(even) {
    margin-left: 0;
  }
}
.tenant-dx .features__list .list-item:nth-of-type(even) .list-item__description {
  margin-left: -4rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item:nth-of-type(even) .list-item__description {
    margin-left: 0;
  }
}
.tenant-dx .features__list .list-item + .list-item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item + .list-item {
    margin-top: 3rem;
  }
}
.tenant-dx .features__list .list-item__title h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__title h2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.tenant-dx .features__list .list-item__title h2 .number {
  font-family: "Graduate", serif;
  font-size: 5rem;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__title h2 .number {
    font-size: 4rem;
  }
}
.tenant-dx .features__list .list-item__title h2 p {
  font-size: 0;
}
.tenant-dx .features__list .list-item__title h2 p span {
  font-size: 1.75rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, yellow));
  background: -webkit-linear-gradient(transparent 50%, yellow 50%);
  background: linear-gradient(transparent 50%, yellow 50%);
}
.tenant-dx .features__list .list-item__title .title--feature-01 {
  position: relative;
}
.tenant-dx .features__list .list-item__title .title--feature-01::before {
  position: absolute;
  content: "";
  background-image: url("../img/feature-01-title.png");
  background-size: cover;
  width: 96px;
  aspect-ratio: 1/1;
  top: 0;
  left: -7rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__title .title--feature-01::before {
    width: 80px;
    left: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__title .title--feature-01::before {
    left: initial;
    right: 0;
    top: -0.25rem;
  }
}
.tenant-dx .features__list .list-item__title .title--feature-02 {
  position: relative;
}
.tenant-dx .features__list .list-item__title .title--feature-02::before {
  position: absolute;
  content: "";
  background-image: url("../img/feature-02-title.png");
  background-size: cover;
  width: 96px;
  aspect-ratio: 1/1;
  top: 0;
  left: -7rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__title .title--feature-02::before {
    width: 80px;
    left: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__title .title--feature-02::before {
    left: initial;
    right: 0;
    top: -0.25rem;
  }
}
.tenant-dx .features__list .list-item__title .title--feature-03 {
  position: relative;
}
.tenant-dx .features__list .list-item__title .title--feature-03::before {
  position: absolute;
  content: "";
  background-image: url("../img/feature-03-title.png");
  background-size: cover;
  width: 96px;
  aspect-ratio: 1/1;
  top: 0;
  left: -7rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__title .title--feature-03::before {
    width: 80px;
    left: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__title .title--feature-03::before {
    left: initial;
    right: 0;
    top: -0.25rem;
  }
}
.tenant-dx .features__list .list-item__title .title--feature-04 {
  position: relative;
}
.tenant-dx .features__list .list-item__title .title--feature-04::before {
  position: absolute;
  content: "";
  background-image: url("../img/feature-04-title.png");
  background-size: cover;
  width: 96px;
  aspect-ratio: 1/1;
  top: 0;
  left: -7rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__title .title--feature-04::before {
    width: 80px;
    left: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__title .title--feature-04::before {
    left: initial;
    right: 0;
    top: -0.25rem;
  }
}
.tenant-dx .features__list .list-item__description {
  margin-top: 2rem;
}
.tenant-dx .features__list .list-item__description .description-box {
  position: relative;
}
.tenant-dx .features__list .list-item__description .description-box.--feature-01 {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-01 {
    margin-left: 0;
  }
}
.tenant-dx .features__list .list-item__description .description-box.--feature-01::before {
  position: absolute;
  content: "";
  background-image: url("../img/feature-01-content.png");
  background-size: contain;
  width: 148px;
  aspect-ratio: 1/1;
  top: -2rem;
  left: -9rem;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-01::before {
    display: none;
  }
}
.tenant-dx .features__list .list-item__description .description-box.--feature-02 {
  margin-left: -8rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-02 {
    margin-left: 0;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-02 {
    margin-right: 0;
  }
}
.tenant-dx .features__list .list-item__description .description-box.--feature-02::after {
  position: absolute;
  content: "";
  background-image: url("../img/feature-02-content.png");
  background-size: contain;
  width: 256px;
  aspect-ratio: 1/1;
  top: -2rem;
  right: -4rem;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-02::after {
    width: 160px;
    top: 0rem;
    right: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-02::after {
    display: none;
  }
}
.tenant-dx .features__list .list-item__description .description-box.--feature-03 {
  margin-left: 12rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-03 {
    margin-left: 0;
  }
}
.tenant-dx .features__list .list-item__description .description-box.--feature-03::before {
  position: absolute;
  content: "";
  background-image: url("../img/feature-03-content.png");
  background-size: contain;
  width: 256px;
  aspect-ratio: 1/1;
  top: -4rem;
  left: -18rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-03::before {
    width: 200px;
    top: -3rem;
    left: -14rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-03::before {
    display: none;
  }
}
.tenant-dx .features__list .list-item__description .description-box.--feature-04 {
  margin-left: -8rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-04 {
    margin-left: 0;
    margin-right: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-04 {
    margin-right: 0;
  }
}
.tenant-dx .features__list .list-item__description .description-box.--feature-04::after {
  position: absolute;
  content: "";
  background-image: url("../img/feature-04-content.png");
  background-size: contain;
  width: 168px;
  aspect-ratio: 1/1;
  top: -1.5rem;
  right: 1rem;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-04::after {
    right: -11rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__description .description-box.--feature-04::after {
    display: none;
  }
}
.tenant-dx .features__list .list-item__description p {
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .tenant-dx .features__list .list-item__description p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1023px) {
  .tenant-dx .features__list .list-item__description p br {
    display: none;
  }
}
.tenant-dx .estimate {
  margin-top: 4rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .estimate {
    margin-top: 2rem;
  }
}
.tenant-dx .estimate__action {
  display: block;
  width: 80%;
  margin: 0 auto;
  background: #a2cc45;
  border-radius: 8px;
  text-decoration: none;
  padding: 1.75rem 1rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .estimate__action {
    width: 100%;
  }
}
.tenant-dx .estimate__action p {
  color: white;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tenant-dx .estimate__action p {
    font-size: 1.75rem;
  }
}
.tenant-dx .discussion {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .discussion {
    margin-top: 4rem;
    padding: 0 0.5rem;
  }
}
.tenant-dx .discussion__img img {
  width: 100%;
}
.tenant-dx .discussion__attention {
  margin-top: 2rem;
}
.tenant-dx .discussion__attention--title h1 {
  font-size: 1.75rem;
  font-weight: bold;
}
.tenant-dx .discussion__attention--description {
  margin-top: 2rem;
  position: relative;
}
.tenant-dx .discussion__attention--description p {
  font-size: 1.25rem;
}
.tenant-dx .discussion__attention--description p + p {
  margin-top: 1.5rem;
}
.tenant-dx .discussion__attention--description p + ul {
  margin-top: 1.5rem;
}
.tenant-dx .discussion__attention--description ul {
  list-style: none;
}
.tenant-dx .discussion__attention--description ul li {
  font-size: 1.25rem;
}
.tenant-dx .discussion__attention--description ul li + li {
  margin-top: 1.5rem;
}
.tenant-dx .discussion__attention--img {
  position: absolute;
  bottom: -3rem;
  right: 4rem;
  width: 168px;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .discussion__attention--img {
    width: 148px;
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .discussion__attention--img {
    position: initial;
    margin: 1rem auto 0;
  }
}
.tenant-dx .discussion__attention--img img {
  width: 100%;
}
.tenant-dx .dx-solve {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .dx-solve {
    margin-top: 2rem;
  }
}
.tenant-dx .dx-solve__img {
  background-color: #fff001;
}
.tenant-dx .dx-solve__img--title {
  padding-top: 2rem;
}
.tenant-dx .dx-solve__img--title h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tenant-dx .dx-solve__img--title h1 {
    font-size: 1.75rem;
  }
}
.tenant-dx .dx-solve__img--img img {
  width: 100%;
}
.tenant-dx .dx-solve__assert {
  margin-top: 2rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .dx-solve__assert {
    padding: 1rem;
  }
}
.tenant-dx .dx-solve__assert--title label {
  font-size: 1.5rem;
  font-weight: bold;
}
.tenant-dx .dx-solve__assert--list {
  margin-top: 2rem;
  position: relative;
}
.tenant-dx .dx-solve__assert--list ul {
  list-style: none;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .dx-solve__assert--list ul {
    padding: 0;
  }
}
.tenant-dx .dx-solve__assert--list ul li {
  font-size: 1.15rem;
  font-weight: bold;
}
.tenant-dx .dx-solve__assert--list ul li + li {
  margin-top: 1rem;
}
.tenant-dx .dx-solve__assert--img {
  position: absolute;
  bottom: -3rem;
  right: -2rem;
  width: 256px;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .dx-solve__assert--img {
    width: 168px;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .dx-solve__assert--img {
    width: 256px;
    position: initial;
    margin: 2rem auto 0;
  }
}
.tenant-dx .dx-solve__assert--img img {
  width: 100%;
}
.tenant-dx .dx-solve__warning {
  margin-top: 2rem;
}
.tenant-dx .dx-solve__warning p {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: tomato;
}
@media screen and (max-width: 1023px) {
  .tenant-dx .dx-solve__warning p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tenant-dx .dx-solve__warning p {
    text-align: left;
  }
}
.tenant-dx .dx-solve__warning p + p {
  margin-top: 1rem;
}
.tenant-dx .idea {
  margin-top: 4rem;
  background-image: url("../img/idea.jpg");
  background-size: cover;
  padding: 6rem 0;
}
.tenant-dx .idea__card {
  background-color: white;
  border-radius: 16px;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .idea__card {
    padding: 4rem 2rem;
  }
}
.tenant-dx .idea__card--title h1 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}
.tenant-dx .idea__card--description {
  margin-top: 2rem;
}
.tenant-dx .idea__card--description p {
  font-size: 1.25rem;
  font-weight: bold;
}
.tenant-dx .idea__card--description p + p {
  margin-top: 1.5rem;
}
.tenant-dx .flow {
  margin-top: 4rem;
}
.tenant-dx .flow__title h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.tenant-dx .flow__content {
  margin-top: 2rem;
}
.tenant-dx .flow__steps .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 8px #d9d9d9;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tenant-dx .flow__steps .step {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.tenant-dx .flow__steps .step::after {
  content: "";
  background: #ea6635;
  height: 40px;
  width: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4rem;
  margin: 0 auto;
}
.tenant-dx .flow__steps .step + .step {
  margin-top: 4rem;
}
.tenant-dx .flow__steps .step__label {
  background-color: #d9d9d9;
  padding: 0.75rem;
  width: 12rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .tenant-dx .flow__steps .step__label {
    width: 100%;
  }
}
.tenant-dx .flow__steps .step__label p {
  text-align: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
.tenant-dx .flow__steps .step__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .tenant-dx .flow__steps .step__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0.5rem;
  }
}
.tenant-dx .flow__steps .step__content--label {
  padding: 0.75rem;
  width: 9rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .tenant-dx .flow__steps .step__content--label {
    width: 100%;
    font-size: 1.25rem;
  }
}
.tenant-dx .flow__steps .step__content--value {
  padding: 0.75rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .tenant-dx .flow__steps .step__content--value {
    padding: 0 0.75rem 0.75rem;
  }
}
.tenant-dx .flow__steps .step__content--value p {
  position: relative;
}
.tenant-dx .flow__steps .step__content--value p::before {
  content: ":";
  position: absolute;
  top: 0;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .flow__steps .step__content--value p::before {
    display: none;
  }
}
.tenant-dx .flow__steps .start {
  margin-top: 4rem;
}
.tenant-dx .flow__steps .start__box {
  margin: 0 auto;
  width: 80%;
  background-color: #eb6635;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .tenant-dx .flow__steps .start__box {
    width: 100%;
  }
}
.tenant-dx .flow__steps .start__box p {
  padding: 1rem;
  text-align: center;
  color: white;
  font-size: 1.75rem;
  font-weight: bold;
}
.tenant-dx .questions {
  margin-top: 4rem;
  background-color: #eff9ff;
  padding: 2rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .tenant-dx .questions {
    padding: 2rem 0.5rem 2rem;
  }
}
.tenant-dx .questions__title h1 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}
.tenant-dx .questions__content {
  margin-top: 2rem;
}
.tenant-dx .questions__content .question + .question {
  margin-top: 2rem;
}
.tenant-dx .questions__content .question__title {
  background-color: #919191;
  padding: 0.5rem 0.5rem 0.5rem 4rem;
}
.tenant-dx .questions__content .question__title p {
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}
.tenant-dx .questions__content .question__title p::before {
  content: "Q．";
  font-size: 1.5rem;
  position: absolute;
  top: -6px;
  left: -40px;
}
.tenant-dx .questions__content .question__answer {
  background-color: white;
  padding: 1rem 0.5rem 1rem 4rem;
}
.tenant-dx .questions__content .question__answer p {
  font-size: 1rem;
  line-height: 2;
  position: relative;
}
.tenant-dx .questions__content .question__answer p::before {
  content: "A．";
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: -6px;
  left: -40px;
}
.tenant-dx .questions__content .question__answer p + p {
  margin-top: 0.5rem;
}