.customer-support__header{
    padding: 60rem 0 ;
    border-bottom: 1rem solid var(--color-fogstone);
}
.customer-support-hero::after {
    content: '';
    display: block; 
    height: 1rem;  
    background-color: var(--color-fogstone);
    width: calc(100% - (var(--gutter-sp) * 2));
    margin-inline: auto;
}
.customer-support__header-wrapper{
    padding: 0 20rem ;
}
.customer-support__intro{
    margin-bottom: 0;
    text-align: center;
}
.customer-support__actions {
    justify-content: center;
    align-items: center;
}
.customer-support__returns{
    padding: 60rem 20rem 100rem;
}
.customer-support__section-heading{
    margin: 0;
    text-align: center;
}
.customer-support__section-text{
    margin-bottom: 0;
}
.customer-support__sub-heading{
    margin: 0;
}
.customer-support__sub-text{
    margin-bottom: 0;
}
.customer-support__notes-list{
    margin-bottom: 0;
}
.customer-support__notes-item { 
    display: flex;
    font: var(--font-base);
    color: var(--color-raven);
    letter-spacing: var(--letter-spacing-base);
}
.customer-support__notes-item::before {
    content: '・';
}

@media screen and (min-width: 768px) {
    .customer-support__header{
        padding: 120rem 0 90rem;
        border-bottom: none;
    }
    .customer-support-hero::after {
        width: 100%;
    }
    .customer-support__header-wrapper{
        border-bottom: 1rem solid var(--color-fogstone);
    }
}


.individual-customer__notice{
    text-align: center;
}
.individual-customer__sub-title{
    margin: 0;
}
.individual-customer__description{
    margin-bottom: 0;
}
.individual-customer__note{
    margin-bottom: 0;
    margin-top: 16rem;
}
.individual-customer__input-wrapper{
    max-width: 472rem;
    width: 100%;
}
.individual-customer__email{
    font-family: var(--font-family-en-tertiary);
}


.corporate_client__title{
    margin-bottom: 50rem;
}
.corporate_client__notice{
    text-align: center;
}
.corporate_client__sub-title{
    margin: 0 ;
}
.corporate_client__description{
    margin-bottom: 0;
}
.corporate_client__note{
    margin-bottom: 0;
    margin-top: 16rem;
}
.corporate_client__input-wrapper{
    max-width: 472rem;
    width: 100%;
}
.corporate_client__email{
    font-family: var(--font-family-en-tertiary);
}

@media screen and (min-width: 768px) {
    .corporate_client__title{
        margin-bottom: 80rem;
    }
}
