@charset "utf-8";

.text__navyblue {
  color: #00416e;
}

.kintaro.qrcode__wrapper {
  text-align: left;
  justify-content: start;
  padding-right: 0;
  /* width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; */
}
.kintaro.qrcode__wrapper img {
  position: initial;
  transform: none;
  width: 150px !important;
}

@media (min-width: 641px) {
  body.tayoriPage .row.defurin__wraper {
    width: 103.7% !important;
  }
}
