h1 {
    margin-bottom: 1.3em;
}
h3 {
    border:none;
}
.btn-area {
    margin-top:1.8em;
}
.product-name-img {
    display:block;
}

ul.customer-select > li {
    border-radius: 5px;
    /* display: block; */
    font-size: 1.5em;
    height: 100%;
    padding: 0.5em;
    margin-bottom:0.8em;
    align-items: flex-end;
}
ul.customer-select a {
    height: 200px;
    width:100%;
    background: white;
    border-radius: 8px;
    padding: 0.5em;
    transition: transform 0.04s linear;
}
ul.customer-select a:hover {
    transform: scale(1.025);
}

ul.customer-select a > div {
    line-height: 1.8em;
    font-weight: bold;
}


/* Pc */
@media screen and (min-width:992px) {
}
/* Tablet */
@media screen and (min-width:768px) and (max-width:991px) {
}

/* Smart Phone */
@media only screen and (max-width: 767px) {
    .img-customer {
        width:30%;
    }
    .img-arrow {
        width:15%;
    }
    ul.customer-select a {
        height: 100px;
        font-size: 16px;
    }
}
/* for SE */
@media only screen and (max-width: 400px) {
    ul.customer-select a {
        font-size: 12px;
    }
}
