.customer-component {
    background: #FFFFFF;
    border: 3px solid #CBCED2;
    border-radius: 10px;
    margin: 0 auto 40px;
    max-width: 1080px;
    padding: 24px 2vw 40px;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .customer-component {
        margin-bottom: 80px;
        padding: 32px 20px 42px;
    }
}

.customer-component>.title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.9em;
}

@media screen and (min-width: 960px) {
    .customer-component>.title {
        font-size: 2.8rem;
    }
}

.customer-component>.title>.icon {
    bottom: -5px;
    display: inline-block;
    height: 34px;
    overflow: hidden;
    position: relative;
    width: 34px;
}

@media screen and (min-width: 960px) {
    .customer-component>.title>.icon {
        height: 42px;
        width: 42px;
    }
}

.customer-component>.title>.icon>svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.customer-component>.hours {
    align-items: center;
    color: #2A3440;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    justify-content: center;
    line-height: 1.8;
    margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
    .customer-component>.hours {
        font-size: 1.4rem;
        margin-bottom: 40px;
    }
}

.customer-component>.hours>.open {
    font-size: 1.4rem;
    font-weight: 500;
}

@media screen and (min-width: 960px) {
    .customer-component>.hours>.open {
        font-size: 1.6rem;
    }
}

.customer-component>.inquire {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    line-height: 1.2;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    .customer-component>.inquire {
        align-items: stretch;
        flex-direction: row;
        justify-content: center;
    }
}

.customer-component>.inquire>.item {
    margin-bottom: 24px;
    max-width: 280px;
    padding-left: 42px;
    position: relative;
    text-align: left;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .customer-component>.inquire>.item {
        margin-bottom: 0;
        max-width: 100%;
        padding: 0 42px;
        width: auto;
    }
}

.customer-component>.inquire>.item>svg {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.customer-component>.inquire>.item:nth-child(2)>svg {
    left: 6px;
}

.customer-component>.inquire>.item>.digit {
    display: block;
    font-size: 2.3rem;
    font-weight: 700;
}

@media screen and (min-width: 1400px) {
    .customer-component>.inquire>.item>.digit {
        font-size: 2.5rem;
    }
}

.customer-component>.inquire>.item>.mail {
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
    padding-top: 0.2rem;
    word-break: break-all;
}

@media screen and (min-width: 1400px) {
    .customer-component>.inquire>.item>.mail {
        font-size: 2.2rem;
    }
}