/* 基本設定 */
html,body {
    background-color: #fff;
}
p, h5, th, td, span {
    color: #707070;
    font-size: 15px;
}
.card {
    border-color : #707070;
}
.fw-bold {
    font-weight: bold;
}

/* card-top */
.card-top {
    border-bottom: 1px solid gray;
    font-size: 1rem;
}
.card-top .badge {
    color: white;
    font-weight: 500!important;
}

/* ヘッダーロゴ */
.h_real_store {
    height: 60px;
    line-height: 60px;
    background-color: #ebebeb;
}
.h_real_store img {
    height: 45px;
}

/* real_storeボタン */
.real_store_button {
    background-color: #FF6E53;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 8px;
}
.btn-block {
    display: block;
    width: 100%;
}

.back_button {
    font-size: 1.2em;
    padding: 10px 8px;
    margin-bottom: 50px;
}
.back_to_top_button {
    font-size: 1.2em;
    padding: 10px 8px;
    margin-bottom: 20px;
}

.complete_message {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

/* deleteボタン */
.delete {
    color: #FF1717;
    font-size: 14px;
    border: 0.8px solid #ced4da;
    border-radius: 10px;
    background-color: white;
}

/* 商品名・商品合計金額 */
.title, .item_calc_price, .total_price {
    font-size: 0.9rem;
    font-weight: bold;
    color: #505050;
}
.total_price {
    font-size: 1.5rem;
}

.sum_price_detail {
    font-size: 0.8rem;
}

/* 利用規約画面 */
.tarm_card {
    max-height: 70vh;
    overflow: scroll;
}

/* カート画面 */
.code_btn {
    margin-top: 5px;
    margin-bottom: 5px;
}
.qrcode_icon {
    width: 8%;
    margin: 0 10px;
}
@media screen and (min-width: 768px){
    .qrcode_icon {
        width: 4%;
    }
}
@media screen and (min-width: 820px){
    .qrcode_icon {
        width: 3.5%;
    }
}

.terms_body {
    padding: 7px 12px;
    min-height: 60vh;
    max-height: 60vh;
    overflow-y: scroll;
}

.cart_body {
    padding: 7px 12px;
    min-height: 48vh;
    max-height: 48vh;
    overflow-y: scroll;
}
.cart_item {
    padding: 7px 1rem;
}

/* カメラ画面 */
.screen_height {
    height: 100vh;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
}
.camera_field {
    min-height: 400px;
    box-shadow:
        33px 0px 0px -30px #000,
        0px 33px 0px -30px #000,
        0px -33px 0px -30px #000,
        -33px 0px 0px -30px #000,
        0 0 0 3px #fff;
}
.camera_section {
    position: relative;
}
.camera_section_image {
    position: absolute;
}
/* 購入実行画面 */
.cart_message {
    margin-top: 20px;
    font-size: 1em;
    font-weight: 700;
    color: #666;
}
.no_item {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 1.3rem;
}

/* dialog */
#dialogview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    overflow: auto;
    text-align: center;
    z-index: 20001;
}
#dialog {
    margin: 100px auto;
    background: #fff;
    color: #000;
    width: 90vw;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
@media (min-width: 992px) {
    #dialog {
        margin: 120px auto;
        width: 400px;
    }
}
#dialog .title {
    text-align: center;
    padding: 7px 0px;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
}
#dialog .message {
    text-align: center;
    padding: 40px 10px;
    font-size: 1.15em;
    font-weight: 700;
    color: #666;
    padding-bottom: 30px;
}
#dialog .footer {
    width: 100%;
    padding: 5px 7px;
}


.card_item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 14px 15px;
    border: 1px solid #cdcdcd;
    font-size: 0.9em;
    color: #333;
    letter-spacing: 3px;
}
.form-check-input {
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
}
