img {
  max-width: 100%;
  display: block;
}
.line-btn-follow {
  width: 100%;
  background-color: #fffbe8;
  position: fixed;
  bottom: 0;
  display: block;
  z-index: 10;
}
.line-button-wrap {
  padding: 15px 25px 20px;
}
.partake-img {
  width: auto;
  /*max-width: 60%;*/
  max-width: 80%;
  margin: 0 auto;
  padding-top: 10px;
  display: block;
}
.entry-text {
  margin: 5px 0px;
  font-size: 11px;
  text-align: left;
  line-height: 17px;
  letter-spacing: 1px;
}
.step-wrap,
.user-wrap
{
  background-color: #fffbe8;
}

.ads_top .ad-list {
  padding: 10px 0;
  display: block;
}
.ads_top .ad-list a {
  color: #000;
  display: flex;
}
.ads_top .ad-list a div:nth-of-type(1) {
  width: 30%;
  min-width: 80px;
}
.ads_top .ad-list a div:nth-of-type(2) {
  width: 63%;
  padding-left: 2%;
}
.ads_top .ad-list img {
  margin: 0 0 0 auto;
  display: block;
  object-fit: contain;
}
.ads_tops .ad-items {
  border-bottom: none!important;
}
.ad-clear img,
.ad-to-flow img {
  margin: 0 auto;
}
.gift-get {
  text-align: center;
}
.gift-get input#copyTarget {
  width: 280px;
  max-width: 80%;
  margin: 15px auto 5px;
  padding: 8px 5px;
  text-align: center;
}
.btn-red {
  width: 300px;
  max-width: 90%;
  margin: 10px auto 0;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #e43828;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px #8c140a;
  display: block;
}
.btn-green {
  width: 300px;
  max-width: 90%;
  margin: 20px auto 25px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #2d9121;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px #1c4f19;
  display: block;
}
.text-left {
  text-align: left;
}

input[type="email"]{
    width: 98%;
    height: 40px;
    margin: 10px auto;
}
.entry-text a {
    text-decoration: underline;
    color: orangered;
}
.entry-text input[type="checkbox" i] {
    margin: 0 2px 0 0;
    width: 15px;
    height: 15px;
    vertical-align: sub;
}
button[type="submit"]{
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
button[type="submit"]:disabled {
    cursor: auto;
}
button[type="submit"]:disabled img {
    filter: grayscale(1) contrast(80%);
}