.list-disc {
    padding-left: 2em;
}
.list-disc > li {
    list-style-type: disc;
}
.list-decimal-digit1 {
    padding-left: 1.5em;
}
.banner-list img {
    border: 1px solid #ccc;
    width: 200px;
    margin: 5px 0;
}
header nav > ul.header-menu > li {
    width: 20%;
}
header nav > ul.header-menu > li .dropdown-menu {
    min-width: 16.75em !important;
}
#contact.contact-area {
    padding: 40px 0;
}
.contact-area .tel {
    text-align: center;
    margin-top: 20px;
}
.contact-area .tel a {
    color: #333;
}
.contact-area .tel a:focus {
    text-decoration: none;
}
.contact-area .tel .in {
    background-color: #FFF;
    padding: 5px 50px;
    display: inline-block;
}
.contact-area .tel .in .no {
    font-size: 26px;
}
.contact-area .tel .in span {
    color: #d00002;
}
.contact-area.contact-area-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background-color: rgba(37, 37, 37, 0.7);
    z-index: 90;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    padding: 11px 0;
}
.contact-area.contact-area-fixed .contact-area-text {
    color: #FFF;
    font-weight: 700;
}
.contact-area.contact-area-fixed .tel .in {
    border-radius: 4px;
    padding: 3px 15px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.contact-area.contact-area-fixed .tel {
    margin-top: 0;
    height: 100%;
}
.contact-area-text-sp {
    display: none;
}
@media (max-width: 650px) {
    #contact.contact-area {
        padding: 25px 0;
    }
    .contact-area .tel {
        margin-top: 10px;
    }
    .contact-area .tel .in {
        padding: 5px;
        width: 100%;
    }
    .contact-area.contact-area-fixed {
        height: 70px;
        column-gap: 7px;
        padding: 7px 0
    }
    .contact-area-text-sp {
        display: block;
    }
    .contact-area-text-pc {
        display: none;
    }
    .contact-area.contact-area-fixed .tel .in {
        padding: 3px 15px;
        line-height: 1.3;
    }
    .contact-area.contact-area-fixed .tel .in .no {
        font-size: 23px;
    }
    .contact-area.contact-area-fixed .tel .time {
        font-size: 12px;
    }
}
@media (max-width: 560px) {
    .table.table-responsive tr td {
        border-bottom: 0;
    }
    .table.table-responsive tr td + td {
        padding-top: 0;
    }
    .table.table-responsive tr td:empty {
        display: none;
    }
    .table.table-responsive tr:not(:first-child) th:first-child {
        border-top: 1px solid #bbb;
    }
}
@media (max-width: 370px) {
    .contact-area {
        padding: 25px 0;
    }
    .contact-area.contact-area-fixed .contact-area-text {
        display: none;
    }
}