#formRegistItemStore tr th {
    font-weight: 600;
}

.add-shop__wrap ul li {
    font-size: 75%;
    line-height: 150%;
    display: inline;
    list-style-type: none;
}

.search h1 {
    margin-top: 20px;
    padding-left: 20px;
    color: #000;
    font-size: 130.5%;
    font-weight: bolder;
    background-color: #d7d7d7;
    line-height: 60px;
}

.item_list ul {
    display: flex;
    flex-wrap: wrap;
}

.item_list li {
    width: calc((100% - 62px) / 2);
    padding: 12px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

.item_list li:nth-child(2n) {
    margin-right: 0;
}

.p_sell {
    padding: 10px 50px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 30px;
    background-color: #d7d7d7;
    line-height: 40px !important;
    font-weight: bolder;
}

.p_sell_check:hover {
    background: #23b723;
}
.p_sell_check {
    background: #d3d3d3;
    display: block;
    text-align: center;
    padding: 10px;
    line-height: unset !important;
}

.p_price {
    color: red;
    font-weight: bolder;
    font-size: 25px !important;
}

.p_name {
    font-weight: bolder;
    font-size: 14px !important;
}

#h3_shop_items {
    color: #000;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #202020;
    border-top: 1px solid #202020;
    text-align: left !important;
    background-color: #FFFFFF !important;
    margin-bottom: 10px;
}

.tabcontent {
    display: none;
    border-top: none;
}

#item_my_show #h3_shop_items {
    margin: 0 5px 15px;
}

.changeStoreItem {
    text-align: center;
    border-bottom: 5px solid #d61518;
}

.changeStoreItem button {
    color: white;
    border: none;
    width: 45%;
    font-size: 10px;
    padding: 10px 5px;
    background: #444;
}

.changeStoreItem button.active {
    background: #d61518;
}

.changeStoreItem button:focus {
    outline: none;
}

.price_sp {
    text-align: center;
    color: #f20000;
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.bl-hot .name_sp {
    line-height: 20px;
    margin: 10px 0;
}

.page_navi {
    margin-top: 5px;
    padding: 10px 5px;
    background: #ececec;
}

.page_navi li a {
    border: unset;
    background: #fff;
    color: #0095c6;
    border-radius: 3px;
    padding: 8px 10px;
}

.page_navi li span {
    background: #fff;
    color: #000;
    border-radius: 3px;
    padding: 8px 10px;
    border: unset;
}

.nec {
    color: #fff;
    padding: 2px 5px;
    background: #e00014;
    border-radius: 5px;
    font-size: 12px;
}

.form td {
    text-align: left;
    margin-bottom: 10px;
}

.member_regist {
    background: #f8f8f8;
    margin: 0 5px;
}

.form tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0 8px;
}

.ch_box_sp label {
    width: max-content;
    display: block;
    margin-bottom: 10px;
}

.ch_box_sp label .checkbox-owner-shop {
    width: auto;
}

.cart .form {
    padding: 10px 10px 35px;
    border: 1px solid #858585;
    border-top: 0;
}

.cart .member_regist h2 {
    margin-bottom: 0;
}

.form td input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #afafaf;
    padding: 5px;
}

.form tr .td_title {
    font-weight: 600;
}

.input_noti {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.span_noti {
    margin-left: 5px;
    font-size: 14px;
}

.cart select {
    width: 100%;
    appearance: none;
    -webkit-appearance: unset;
    padding: 4px 0 4px 10px;
    outline: none;
    border: 1px solid #afafaf;
    border-radius: 3px;
}

.form textarea {
    border-radius: 3px;
}

.icon_down {
    position: relative;
}

.icon_down:after {
    content: '';
    width: 0;
    border-top: 9px solid red;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.radio_sp {
    display: flex;
}

.container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 4px;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
}

.checkmark:after {
    content: "";
    position: absolute;
}

.container input:checked ~ .checkmark:after {
    background: #ff0000;
}

.container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dadada;
}

.choose_sp {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}

.btn_choose .btn:before {
    content: '\f055';
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
}

.btn_choose .btn {
    width: 100%;
    border: unset;
    color: #fff;
    padding: 8px 0;
    background: #acacac;
    margin-bottom: 0;
    text-indent: 24px;
}

.ch_right {
    width: 36%;
}

.span_choose_noti {
    width: 60%;
}

.box_ch_noti {
    display: flex;
    margin-bottom: 10px;
}

/*.box_choose_text {*/
/*    width: 70%;*/
/*    padding-left: 10px;*/
/*}*/

.box_ch_noti .span_choose_noti {
    color: #858585;
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

.box_ch_noti .btn span {
    vertical-align: middle;
}

.customCheckbox {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 2px;
    margin-right: 8px;
    overflow: hidden;
    border: 1px solid #dadada;
}

.customCheckbox.customCheckboxChecked {
    background: #fff;
}

.customCheckbox input {
    display: none;
}

.customCheckbox i {
    font-size: 16px;
    color: #dadada;
    font-family: FontAwesome;
    outline: none;
    position: absolute;
    top: 1px;
}

.customCheckbox.customCheckboxChecked i {
    color: #ff0303;
}

.h3_shop {
    margin: 0 6px;
}

@media (max-width: 320px) {
    .ch_right {
        width: 40%;
    }

    .btn_choose .btn:before {
        left: -12px;
    }

    .span_noti {
        font-size: 12px;
    }
}