.block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.block-container .block-container__main {
  width: 625px;
  background: url(../image/left-block.png) no-repeat center center;
  background-size: contain;
}

.new-resist__container {
  padding: 30px;
}

.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: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.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,
.new-resist__block a:link,
.new-resist__block a:visited {
  color: #4b5563;
  text-decoration: underline;
}
.new-resist__block .txt-sm {
  font-size: 12px;
}
.new-resist__block .txt-lg {
  font-weight: bold;
  font-size: 16px;
}
.new-resist__block .txt-right {
  display: block;
  text-align: right;
}

a.new-resist__btn {
  cursor: pointer;
  font-size: 16px;
  border-radius: 0.5rem;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a.new-resist__btn:link, a.new-resist__btn:hover, a.new-resist__btn:visited {
  color: #fff;
}
a.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);
}
a.new-resist__btn.bg-orange {
  background: #fc863e;
}
a.new-resist__btn.bg-white {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #4b5563;
  text-decoration: none;
}
a.new-resist__btn.bg-white span {
  font-weight: bold;
}
a.new-resist__btn.icon-style {
  padding-left: 65px;
}
a.new-resist__btn .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
a.new-resist__btn .icon.icon-fb {
  background: url(../image/icon_fb.png) no-repeat center center;
  background-size: contain;
}
a.new-resist__btn .icon.icon-x {
  background: url(../image/icon_x.png) no-repeat center center;
  background-size: contain;
}
a.new-resist__btn .icon.icon-line {
  background: url(../image/icon_line.png) no-repeat center center;
  background-size: contain;
}

footer.btm-fixed {
  bottom: 0;
  width: 100%;
  margin-bottom: inherit;
}