
.c-list table{
    border-top: 1px solid #ccc;
}

.c-list table td{
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 3rem 0;
}
.c-list table td:first-child{
    width: 20rem;
    vertical-align: top;
}
.c-list table td span{
    display: block;
    font-size: 1.4rem;
    padding-top: 1.5rem;
}

.sp-only{
    display: none;
}

.contact-tips{
    text-align: center;
    padding-left: 16.5rem;
    margin-top: 4rem;
}

.contact-tips a{
    text-decoration: underline;
}

@media print, screen and (max-width: 639px) {
    
    .c-list table tr{
        display: flex;
        flex-direction: column;
        padding: 2rem 0;
        border-bottom: 1px solid #ccc;
    }
    .c-list table td{
        padding: 0;
        border-bottom: none;
    }
    .c-list table td:first-child{
        font-weight: 600;
    }
    .sp-only{
        display: block !important;
    }

    
    .contact-tips{
        text-align: left;
        padding-left: 0;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
}