/*/mypage/shop/regist内の追加分*/
.regist_img .regist_imgBox__ocr {
    justify-content: center;
}

.regist_img .regist_imgBox .regist_img--num_2 {
    width: auto;
    padding: 10px;
}

.row_regist_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
}

.row_regist_wrapper::after {
   content: "";
    display: block;
    width: 32%; 
    height: 0;
}

.row_regist {
    width: 32%;
    text-align: right;
    padding-bottom: 10px;
}

.row_regist input {
    border-radius: 3px;
    border: 1px solid #ddd;
    width: 100%;
}

.row_regist select {
    appearance: auto;
      border-radius: 3px;
    border: 1px solid #ddd;
}

#kiban_katashiki_set {
    border-radius: 6px;
    padding: 10px;
    border: none;
    text-align: center;
    background-color: #c95757;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
.row_regist {
    width: 100%;
}
}

.pr_submit[type="button"] {
    border-radius: 6px;
    width: 300px;
    padding: 20px;
    cursor: pointer;
    border: none;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    background-color: #c95757;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .pr_submit[type="button"] {
    width: 100%;
    margin-top: 8px;
    margin-right: 0;
}
}