@charset "utf-8";

.ruleSection:first-child{
    margin-top: 50px;
}
.ruleSection:last-child{

}
.ruleTitle1{
    color: #333333;
    font-weight: 700;
    line-height: 1.44;
}
.ruleListTextArea{
    line-height: 1.5;
    color: #333333;
    margin-top: 29px;
}
.ruleMainText{

}
.ruleList{
    margin-top: 23px;
}
.ruleList:first{
    margin: 0;
}
.ruleListTitle{
    font-weight: 700;
    line-height: 1.44;
    color: #333333;
}
.ruleTitle1{
    margin-top: 23px;
}
.ruleListText{
    margin-top: 23px;
}
.ruleListText:first-child{
    margin-top: 0;
}
.ruleChildListArea{
    margin-top: 23px;
}
.ruleLink{
    color: #707070;
    text-decoration: underline;
}
 .privacyTitle{
    margin-top: 30px;
 }
 .privacyArearight{
    text-align: right;
}
.privacySpace1{
    margin-top: 120px;
}

/*----------------------------------------
  画面の横幅が600pxまで
----------------------------------------*/
@media (max-width: 600px) {

    .ruleSection:first-child{
        margin-top: 10vw;
    }
    .ruleSection:last-child{

    }
    .ruleTitle1{
        font-size: 6vw;
    }
    .ruleListTextArea{
        margin-top: 3.83vw;
    }
    .ruleMainText{

    }
    .ruleList{
        margin-top: 3.83vw;
    }
    .ruleList:first{
        margin: 0;
    }
    .ruleListTitle{

    }
    .ruleTitle1{
        margin-top: 3.83vw;
    }
    .ruleListText{
        margin-top: 3.83vw;
    }
    .ruleListText:first-child{
        margin-top: 0;
    }
    .ruleChildListArea{
        margin-top: 3.83vw;
    }
 }

