@charset "UTF-8";

.inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.heading16 {
    position: relative;
    padding-bottom: 20px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

.heading16::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #78481E rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#sec5 {
    padding: 50px 0;
}

#sec5 h4 {
    font-size: 20px;
    color: #78481E;
    margin-bottom: 10px;
}

.item {
    width: 300px;
    margin-right: 50px;
}

.flex-item {
    display: flex;
    justify-content: center;
}

a.links {
    color: #ff0000;
}

.tel {
    font-size: 2.5rem;
    font-style: normal;
}

.item1 {
    text-align: center;
}

.child {
    text-align: left;
}