@import url('mypage_pc.css');
@import url('../lp/partner_pc.css');

.joinMember{
  padding: 1.5rem;
}

  .joinMember{
    display: flex;
    justify-content: space-between;
  }
  .joinMember div.mailSendBox{
    width: 35%;
  }
  .joinMember div.memberMeritBox{
    width: 60%;
  }

.cpIntroduction h2{
  margin-bottom: 10%;
}
.cpIntroduction h2:after{
background: url(../../../img/page/mypage/profile/bg_ttl.svg) left bottom / contain no-repeat;
    width: 100%;
    height: 80%;
    bottom: -45%;
    left: 0;
}

.partner .leadText p{
  margin: .75rem 1rem;
}