.type_choice_point li dl dd {
    text-align: center;
}

.login_box h2 {
    text-align: center;
}

.login_box p {
    width: 100%;
    padding: 1em;
    line-height: 20px;
    text-align: center;
    background: #f6f6f6;
    border: 1px solid #ececec;
    color: #212121;
}

.login_box p b {
    font-weight: 400;
    color: #212121;
}

.join_form_title {
    position: relative;
    display: inline-block;
    padding: 1em 1em 0 0;
    font-size: 16px;
}

.join_form_title01 {
    position: relative;
    display: block;
    padding: 1em 1em 0 0;
    font-size: 16px;
    margin-bottom: 1em;
}

#join_form input {
    padding: 1em;
    width: 100%;
    display: block;
    border: 1px solid #ececec;
    margin: 7px 0;
}

#addr {
    background:#f6f6f6;
}

#corp_bussin, #person_bussin, #all_chk, #use_terms, #use_info, #reception_email, #reception_sms  {
    position:absolute;
    width:0!important;
    height:0!important;
    border:0!important;
    padding:0!important;
    display:none!important;
}

#all_chk {
    text-align: left;
}

#all_chk, #use_terms, #use_info, #reception_email, #reception_sms {
    position: absolute;
    width: 0 !important;
    height: 0;
    padding: 0;
    outline: none;
}

label:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    color: #ececec;
    padding-right: 5px;
}

input:checked + label:before {
    content: "\f14a";
    color: #de284a;
    font-weight: 900;
}

.textarea_box {
    margin: 1em 0;
}

.msg01 {
    display: inline-block;
    color: #777;
    font-weight: 300;
    font-size: 14px;
}

.msg01 b {
    font-weight: 500;
    color: #212121;
}

.margin {
    margin: 5px 0;
    cursor:pointer;
}

.margin01 {
    margin-right: 10px;
    cursor:pointer;
}

.addr_box {
    position: relative;
    width: 100%;
}

#addr {
    position:relative;
    width: 80% !important;
    display: inline-block !important;
    margin:7px 0 3px 0 !important;
    top:-1px;
}

.addr_find {
    width:19.5%;
    display:inline-block;
    padding:1.1em 0;
    border:1px solid #ececec;
    background:#f6f6f6;
}

#wrap {
    border:1px solid;
    width:500px;
    max-height:500px !important;
    margin:5px 0;
    position:absolute;
    top:0;
    left:0;
   background:#fff;
    z-index:1000;
}

#addr_detail {
    margin:0 !important;
}


.right_wing_box {
    display:none;
}

.textarea {
    width: 100%;
    height: 150px;
    padding: 0 1em;
    border: 1px solid #ececec;
    background:#f6f6f6;
    margin: 7px 0 0 0;
    resize: none;
    overflow-y: scroll;
}

.terms_content_box dt {
    font-size:14px;
    font-weight:500;
    padding:0.5em 0;
    color:#212121;
}

.terms_content_box dd {
    line-height:18px;
    font-weight:300;
    word-break: keep-all;
}


.terms_content_box dd span {
    font-size:12px;
    display:block;
    margin:0.5em 0 0 1em;
}

.terms_content_box dd dl {
    padding:1em;
}

.last_text {
    font-weight:600 !important;
    margin:1em 0;
}