.dd {
    min-width: 160px;
    font-size: 10px;
    width: auto !important;
}

.dd .ddChild li {
    font-size: 10px;
}

.dd .divider {
    border-left: none !important;
    border-right: none !important;
    right: auto !important;
}

.dd .ddChild {
    height: 300px !important;
}

.estimate .calc .calc__block__total .calc__total__num {
    height: 95px;
}

.order_end_text {
    text-align: center;
    font-size: 18px;
}

.order_list table {
    background-color: transparent;
    width: 80%;
    border: 1px solid #aaa;
}

.order_list table th {
    border: 1px solid #aaa;
    text-align: center;
}

.order_list table td {
    border: 1px solid #aaa;
    text-align: center;
}

.order_list table th {
    border: 1px solid #aaa;
    text-align: center;
}

.excel_list ul {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    margin-right: 25px;
    width: 80%;
}

@media screen and (max-width:720px) {
    .excel_list ul {
        width: 100%;
        flex-wrap: wrap;
    }

    .order_list table {
        width: 100%;
    }
}

@media screen and (max-width:567px) {
    #designer, .designer {
        display: contents;
    }
}

.fpd-container .fpd-primary-bg-color, .fpd-actions-wrapper>.fpd-action-btn:hover, .fpd-actions-wrapper>.fpd-action-btn.fpd-active, .fpd-thumbnail-preview>.fpd-preview-price {
    background-color: #212a2f;/*#ddd;*/
}

.fpd-actions-wrapper>.fpd-action-btn.fpd-disabled:hover {
    background-color: #fff;
    cursor: not-allowed !important;
}

.fpd-actions-wrapper>.fpd-action-btn {
    width: 45px;
    height: 45px;
    font-size: 29px;
    padding: 12px 0px 0px 2px;
}

.fpd-container.fpd-sidebar {
    min-height: 0px;
}

.registration {
    width: 250px;
    margin: 25px auto;
    display: block;
    font-size: 20px;
    height: 60px;
    background-color: #666;
    color: #fff;
}

.fpd-actions-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fpd-view-stage {
    align-items: center;
    display: flex;
    justify-content: center;
}

.mask-image {
    box-sizing: border-box;
    display: none;
    pointer-events: none;
    opacity: 0.5;
    position: absolute;
    z-index: 10;
    width: auto;
}

.designer .mask-image {
    display: inline;
}

/**
 * toggle用ボタン
 */
 .toggle {
    position: relative;
    width: 60px;
    height: 34px;
    margin: 10px 60px 10px 10px;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}

.toggle input[type=checkbox] {
    display: none;
}

.toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #e9e9eb;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.toggle:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.toggle.checked:before {
    background: #35c759;
}

.toggle.checked:after {
    left: 29px;
    box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}
