/* ================================
  member
  MB→PC min-width:768px
================================ */

#lineMember {
  max-width: 1100px;
  margin: 0 auto;
}

#register {
  max-width: 960px;
  margin: 0 auto;
}

.benefits {
  padding-top: 50px;
}

.benefitsInner {
  padding: 0 16px 16px;
  border: 5px solid #01b901;
  border-radius: 12px;
}

.benefitsTit {
  margin-bottom: 20px;
  font-weight: bold;
}

.benefitsTit h3 {
  width: 130px;
  margin-top: -40px;
}

.benefitsTit2 {
  margin-bottom: 0;
}

.benefitsIB div {
  margin-bottom: 20px;
  background-color: #fff100;
  border-radius: 0 0 12px 12px;
}

.benefitsIB div p {
  height: 110px;
  padding: 20px 10px 10px;
}

.benefitsIB img {
  width: 100%;
  height: auto;
  border-radius: 0 0 12px 12px;
}

.benefits ul.caution {
  padding: 20px 0 0;
  font-size: 15px;
  list-style-type: none;
  border-top: 2px dotted #01b901;
}

.introT {
  margin-bottom: 10px;
}

#register .registerBox {
  text-align: center;
}

#register .registerBox img {
  width: 100%;
  height: auto;
}

.codeBox {
  padding: 20px;
  text-align: center !important;
  background-color: #fff !important;
}

.codeBox p {
  text-align: center;
}

.codeBox .mbOn img {
  width: 232px !important;
  height: auto;
}

.codeBox .pcOn img {
  width: 180px !important;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .benefitsInner {
    padding: 16px 30px 10px;
    border-width: 8px;
  }

  .benefitsTit {
    display: flex;
    font-size: 20px;
  }

  .benefitsTit h3 {
    flex-shrink: 0;
  }

  .benefitsTit p {
    padding: 20px;
  }

  .benefitsIB {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .benefitsIB div {
    width: 32%;
    max-width: 280px;
  }

  .introT {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .introT p {
    text-align: center;
  }

  #register .registerBox img {
    width: 480px;
  }
}
