.toshibaeasy {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

.toshibaeasy *,
.toshibaeasy *:before,
.toshibaeasy *:after {
    box-sizing: border-box;
}

.toshibaeasy-title {
    margin: 0 0 8px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.toshibaeasy-description {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.toshibaeasy-form {
    width: 100%;
}

.toshibaeasy-area-row {
    width: 100%;
    margin-bottom: 15px;
}

.toshibaeasy-area-row label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.toshibaeasy-area-input-wrap {
    position: relative;
    width: 100%;
}

.toshibaeasy-area {
    width: 100%;
    height: 42px;
    padding: 0 65px 0 12px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 15px;
    line-height: 42px;
    outline: none;
}

.toshibaeasy-area:focus {
    border-color: #999;
}

.toshibaeasy-area-unit {
    position: absolute;
    right: 12px;
    top: 0;
    height: 42px;
    line-height: 42px;
    color: #777;
    font-size: 13px;
}

.toshibaeasy-search {
    display: inline-block;
    width: 100%;
    min-height: 42px;
    padding: 10px 15px;
    border: 0;
    background: #333;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.toshibaeasy-search:hover {
    opacity: .9;
}

.toshibaeasy-search:disabled {
    opacity: .6;
    cursor: wait;
}

.toshibaeasy-loading {
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.toshibaeasy-message {
    margin-top: 15px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 20px;
}

.toshibaeasy-message.error {
    color: #a94442;
    background: #f2dede;
    border-color: #ebccd1;
}

.toshibaeasy-message.success {
    color: #3c763d;
    background: #dff0d8;
    border-color: #d6e9c6;
}

.toshibaeasy-results {
    margin-top: 20px;
}

.toshibaeasy-result-group {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.toshibaeasy-result-label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
}

.toshibaeasy-select {
    position: relative;
    width: 100%;
}

.toshibaeasy-select-current {
    position: relative;
    width: 100%;
    min-height: 50px;
    padding: 14px 40px 14px 12px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
}

.toshibaeasy-select-current:hover {
    border-color: #999;
}

.toshibaeasy-select.disabled
.toshibaeasy-select-current {
    cursor: default;
    opacity: .6;
}

.toshibaeasy-current-text {
    display: block;
    padding-right: 5px;
}

.toshibaeasy-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
    color: #666;
    font-size: 14px;
    line-height: 16px;
}

.toshibaeasy-options {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,.12);
}

.toshibaeasy-select.open
.toshibaeasy-options {
    display: block;
}

.toshibaeasy-option {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 70px;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
    cursor: pointer;
}

.toshibaeasy-option:last-child {
    border-bottom: 0;
}

.toshibaeasy-option:hover {
    background: #f5f5f5;
}

.toshibaeasy-option-image {
    display: block;
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    margin-right: 12px;
    overflow: hidden;
    text-align: center;
}

.toshibaeasy-option-image img {
    display: block;
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.toshibaeasy-no-image {
    background: #f1f1f1;
}

.toshibaeasy-option-info {
    display: block;
    min-width: 0;
    flex: 1;
}

.toshibaeasy-option-name {
    display: block;
    margin-bottom: 4px;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}

.toshibaeasy-option-area {
    display: block;
    color: #777;
    font-size: 12px;
    line-height: 16px;
}

.toshibaeasy-no-results {
    padding: 15px 12px;
    color: #777;
    background: #fff;
    font-size: 13px;
    line-height: 18px;
}

@media (max-width: 767px) {

    .toshibaeasy {
        padding: 15px;
    }

    .toshibaeasy-title {
        font-size: 18px;
        line-height: 24px;
    }

    .toshibaeasy-option {
        min-height: 65px;
    }

    .toshibaeasy-option-image {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }

    .toshibaeasy-option-image img {
        width: 50px;
        height: 50px;
    }
}