.block__snslogin {
  margin-bottom: 40px;
}

#memberloginMain .formBox .block__snslogin a:link {
  text-decoration: none;
}

.block__snslogin_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.block__aligncenter_lg {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.block__alignright {
  text-align: right;
  font-size: 14px;
}

.item_center {
  text-align: center;
}

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

a.new-resist__btn,
input.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,
input.new-resist__btn:link,
input.new-resist__btn:hover,
input.new-resist__btn:visited {
  color: #fff;
}
a.new-resist__btn.shadow-md,
input.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,
input.new-resist__btn.bg-orange {
  background: #fc863e;
  border: none;
}
a.new-resist__btn.bg-white,
input.new-resist__btn.bg-white {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #4b5563;
  text-decoration: none;
}
a.new-resist__btn.bg-white span,
input.new-resist__btn.bg-white span {
  font-weight: bold;
}
a.new-resist__btn.icon-style,
input.new-resist__btn.icon-style {
  padding-left: 150px;
}
a.new-resist__btn .icon,
input.new-resist__btn .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
a.new-resist__btn .icon.icon-fb,
input.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,
input.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,
input.new-resist__btn .icon.icon-line {
  background: url(../image/icon_line.png) no-repeat center center;
  background-size: contain;
}