@charset "utf-8";

/*表示切り替え*/
#group:checked ~ #group_content,
#individual:checked ~ #individual_content {
    display: block;
}

.regist-form{
    width: 750px;
    margin: auto;
}

.regist-form_content{
    padding: 2rem;
    letter-spacing: 1px;
}

.form-group-regist label{
    margin-bottom: .2rem;
}

.address-form{
    width: calc(50% - 95px);
    display: inline-block;
}

.privacy-contents p{
    overflow-wrap: break-word;
}


/*利用規約*/
ol.statute_list1{
    padding-left: 22px;
    margin: 0;
}

ol.statute_list2{
    padding:0;
    margin:0;
}

ol.statute_list2 li{
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt;
    display: flex;
}

ol.statute_list2 li:before{
    display: marker;
    content: "（" counter(cnt) "）";
}
