@charset "utf-8";
/* CSS Document */

/* モバイルレイアウト : 0~768 px およびそれ以下. */
@media only screen and (min-width: 0px) and (max-width:768px) {

.Membership_agreement, .Guidelines, .terms_of_use, .privacy_policy{
    padding: 0% 2%;
}

.privacy_policy h2{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1%;
}

.pp_box{
    font-size: 14px;
    line-height: 2.0em;
}

.box {
    margin: 5% 0%;
}

.box h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1%;
}

.box p{
    font-size: 14px;
    line-height: 2.0em;
}

.box ul {
    line-height: 2.0em;
    font-size: 14px;
    margin-left: 4%;
}

.box li {
    list-style: decimal;
    padding: 10px 0px;
}

ol.list_parentheses{
  margin:0;
}

ol.list_parentheses li{
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    margin: 0;
    text-indent: -25px;
    padding-left: 2em;
}

ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

ol .list_parentheses_c{
  list-style: none;
  padding-left: 0;
}

ol .list_parentheses_c li{
  counter-increment: count-ex03;
  position: relative;
  text-indent: 0px;
}

ol .list_parentheses_c li:before{
  content: "" counter(count-ex03, lower-alpha) "." ;
  position: absolute;
  top: 9px;
  left: 12px;
}
}




/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.Membership_agreement, .Guidelines, .terms_of_use, .privacy_policy{
    padding: 0% 1%;
}

.privacy_policy h2{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1%;
}

.pp_box{
    font-size: 14px;
    line-height: 2.0em;
}

.box {
    margin: 5% 0%;
}

.box h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1%;
}

.box p{
    font-size: 14px;
    line-height: 2.0em;
}

.box ul {
    line-height: 2.0em;
    font-size: 14px;
    margin-left: 4%;
}

.box li {
    list-style: decimal;
    padding: 10px 0px;
}

ol.list_parentheses{
  margin:0;
}

ol.list_parentheses li{
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    margin: 0;
    text-indent: -25px;
    padding-left: 2em;
}

ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

ol .list_parentheses_c{
  list-style: none;
  padding-left: 0;
}

ol .list_parentheses_c li{
  counter-increment: count-ex03;
  position: relative;
  text-indent: 0px;
}

ol .list_parentheses_c li:before{
  content: "" counter(count-ex03, lower-alpha) "." ;
  position: absolute;
  top: 9px;
  left: 12px;
}
}