@charset "utf-8";
/**
 * _membership_agreement.css
 */

/* Common
--------------------------------------*/
#membershipAgreement {
  margin: 0 15px;
}

#membershipAgreement .pageTtl {
  padding: 20px 0 20px;
  /* 20191108 AP_ISSUE-522 CUBE UPDATE*/
  /*background: url(/wp-content/themes/ajinomoto/resources/images/common/sp/bg_wall01.jpg);*/
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}

#membershipAgreement .bdrtitle_UD {
  margin-top: 50px;
}

#membershipAgreement .copy {
  font-weight: 500;
  margin: 0 0 30px 0;
}

#membershipAgreement .copy a {
  word-break: break-all;
}

#membershipAgreement .noList {
  margin: 0 0 30px 0;
}

#membershipAgreement .noList li {
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}

#membershipAgreement .noList2 {
  margin: 0 0 16px 0;
}

#membershipAgreement .noList2 li {
  font-weight: 500;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 8px;
}

#membershipAgreement .dotList {
  margin: 0 0 30px 0;
}

#membershipAgreement .dotList li {
  font-weight: 500;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 8px;
}

#membershipAgreement .noteList {
  margin: 0 0 16px 0;
}

#membershipAgreement .noteList li {
  font-weight: 500;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 8px;
}

#membershipAgreement .update {
  font-weight: 500;
  text-align: right;
  margin-bottom: 60px;
}

@media only screen and (min-width:980px) {
  #membershipAgreement .pageTtl {
    padding: 20px 0 30px;
    font-size: 28px;
    margin: 50px 0 30px 0;
  }

  #membershipAgreement .bdrtitle_UD {
    margin-top: 50px;
  }

  #membershipAgreement .copy {
    margin: 0 0 50px 0;
  }

  #membershipAgreement .noList {
    margin: 0 0 50px 0;
  }

  #membershipAgreement .noList li {
    font-weight: 500;
  }

  #membershipAgreement .noList2 {
    margin: 0 0 32px 0;
  }

  #membershipAgreement .dotList {
    margin: 0 0 32px 0;
  }

  #membershipAgreement .update {
    margin-bottom: 120px;
  }

}

@media only screen and (max-width:979px) {
  #membershipAgreement{
    padding-top: 20px;
  }
}