.main-bar-text {
    width: 96%;
    max-width: 960px;
    margin: 0 auto 70px auto;
}

#Page-regrinding .contact-section {
    margin-top: 0px;
}

.regrinding-items {
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
    background-color: rgba(119,136,153,.1);
}

.regrinding-items dl {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 0.5px dotted #aaa;
    margin: 0 auto;
}

.regrinding-items dl dt {
    font-size: 18px;
    width: 50%;
    padding: 20px 50px;
    border-right: 0.5px dotted #aaa;
}

.regrinding-items dl dd {
    font-size: 18px;
    width: 50%;
    padding: 20px 30px;
    text-align: left;
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
    .regrinding-items dl dt ,
    .regrinding-items dl dd {
        padding: 20px 10px;
        font-size: 1.4rem;
    }
    .regrinding-items dl dt {
        width: 55%;
    }
    
    .regrinding-items dl dd {
        width: 45%;
    }
}

.price-list {
    margin: 30px auto 50px auto;
    width: 96%;
    max-width: 960px;
}

.price-list ul {
    padding-left: 0;
}

/* ------------ machines -------------*/
.machines-Box .inner {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    border-top: 0.5px solid #eee;
    border-bottom: 0.5px solid #eee;
}

.machines-Box .inner div {
/*    width: calc( (100% - 20px) /3);*/
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .machines-Box .inner {
        width: 100%;
        grid-template-columns: 1fr 100px 1fr;
        max-width: 960px;
        column-gap: 30px;
        margin: 0 auto;
    }
    
    .machines-Box .inner div {
        padding: 20px;
    }
/*
    .machines-Box .inner {
        column-gap: 30px;
    }
    
    .machines-Box .inner div {
        width: calc( (100% - 60px) /3);
    }
}
*/
}

/* ------------ faq -------------*/
.accordion-button {
    font-size: 1.6rem;
    background-color:rgba(60,179,113,.2);
}

.faq-Box {
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .faq-Box {
        width: 100%;
    }
}