html {
    font-size: 16px;
}

.error-border {
    border: 1px solid red;
}

.btn-order-primary {
    background-color: #d13933;
}

.btn-order {
    background-color: #8F7777;
}

.bg-light {
    height: 70px;
}

/*ヘッダーデザイン*/
.arrows {
    margin: auto !important;
    padding: 0px;
    white-space: nowrap;
}

.arrows li {
    display: inline-block;
    line-height: 15px;
    margin: 0 9px 0 -10px;
    padding: 0 10px 0 10px;
    position: relative;
    font-size: 14px;
}

.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: skewX(45deg);
}

.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before,
.arrows li:last-of-type::after {
    display: none;
}

.arrows .before_li {
    color: hsl(0, 0%, 80%);
}

.arrows .current_li {
    color: #ff0000;
    font-weight: bold;
}

.arrows .after_li {
    color: hsl(0, 0%, 40%);
}

.l-box-sm>.container {
    margin-top: 10px;
}

.text-danger {
    font-size: 20px;
    vertical-align: middle;
}

/* SweetAlert2 custom design */
.swal2-popup {
    text-align: center;
}

.swal2-modal {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.swal2-title {
    font-size: 1.1em !important;
}

.swal2-html-container {
    font-size: 1em !important;
    text-align: left !important;
}

.swal2-popup {
    background-color: #f2f2f2 !important;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.swal2-footer {
    display: flex;
    justify-content: center !important;
}

.swal2-confirm,
.swal2-deny,
.swal2-cancel {
    margin: 5px;
}

.swal2-confirm,
.swal2-deny,
.swal2-cancel {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;

}

/* Hide unnecessary elements in SweetAlert2 */
.swal2-icon,
.swal2-image,
.swal2-progress-steps,
.swal2-range,
.swal2-select,
.swal2-radio,
.swal2-checkbox,
.swal2-input,
.swal2-file,
.swal2-validation-message,
.swal2-timer-progress-bar-container {
    display: none !important;
}

button {
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
}

/* フォーム必須項目の星サイズ調整 */
.star {
    font-size: 30px !important;
    vertical-align: middle !important;
}

@media (min-width: 576px) {
    .l-main {
        height: 100vh;
    }
}

@media (max-width: 932px) {
    .star {
        font-size: 27px !important;
    }

    .starlabel {
        padding-top: 0.25rem !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 932px) {
    .col-4 {
        font-size: 0.9rem;
    }
}