.new-resist__container {
  padding: 40px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 550px;
  max-width: 430px;
  margin: 0 auto;
}

.error.new-resist {
  border: none;
  margin: 10px 0;
  font-size: 14px;
  text-align: left;
}
.error.new-resist a {
  text-decoration: underline;
  color: #d53d3d;
  font-weight: bold;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.flex {
  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;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-resist__block {
  text-align: center;
}
.new-resist__block.new-resist__block__top {
  margin-bottom: 20px;
}
.new-resist__block h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.new-resist__block .catch {
  font-size: 16px;
  font-weight: bold;
  color: #4b5563;
}
.new-resist__block p {
  font-size: 14px;
  color: #4b5563;
}
.new-resist__block a {
  color: #4b5563;
  text-decoration: underline;
}
.new-resist__block .txt-sm {
  font-size: 12px;
}
.new-resist__block .txt-bold {
  font-weight: bold;
}
.new-resist__block .txt-right {
  display: block;
  text-align: right;
}

.new-resist__btn {
  border-radius: 0.5rem;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: none;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.new-resist__btn.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.new-resist__btn.bg-orange {
  background: #fc863e;
}
.new-resist__btn.bg-white {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #4b5563;
}
.new-resist__btn.icon-style {
  padding-left: 28%;
}
.new-resist__btn .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.new-resist__btn .icon.icon-fb {
  background: url(/image/icon_fb.png) no-repeat center center;
  background-size: contain;
}
.new-resist__btn .icon.icon-x {
  background: url(/image/icon_x.png) no-repeat center center;
  background-size: contain;
}
.new-resist__btn .icon.icon-line {
  background: url(/image/icon_line.png) no-repeat center center;
  background-size: contain;
}

body {
  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;
  min-height: 100vh;
}

footer.bottom {
  margin-top: auto;
  margin-bottom: 0;
}