#fs_input_newsletter-01 + .fs-c-radio__label .fs-c-radio__radioLabelText::after{
  content: "　ポイント特典案内";
  font-size: 14px;
  font-weight: 900;
  color: #9c9c9c;
  margin-left: 4px;
}
.mh-register-more{
  margin: 16px 0 24px;
  background: #fff;
  width: 100%;
}

.mh-register-more-view{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 180px;
  transition: height .35s ease;
  border-radius: 12px;
}

.mh-register-more.is-open .mh-register-more-view{
  height: auto;
}

.mh-register-more picture{
  display: block;
  width: 100%;
  max-width: 100%;
}

.mh-register-more img{
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.mh-register-more-fade{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}

.mh-register-more.is-open .mh-register-more-fade{
  display: none;
}

.mh-register-more-btn-wrap{
  text-align: center;
}

.mh-register-more-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 12px auto 0;
  padding: 13px 28px;
  min-width: 240px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  transition: .25s ease;
}

.mh-register-more-btn:hover{
  background: #fff;
}

.mh-register-more-btn::after{
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  transform: rotate(45deg);
  transition: transform .25s ease;
  margin-top: -4px;
}

.mh-register-more.is-open .mh-register-more-btn::after{
  transform: rotate(-135deg);
  margin-top: 4px;
}

@media screen and (max-width: 767px){
  .mh-register-more-view{
    height: 220px;
  }

  .mh-register-more-btn{
    min-width: 220px;
    padding: 12px 22px;
  }
}