﻿.section-divider-display
{
    position: relative;
    height:160px;
    pointer-events: none;
    z-index: 999;   
    overflow: visible;
}

.section-divider-display svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 700px;
    overflow: visible;
}

footer a, footer a:hover {color:#d9b783; text-decoration:underline;}

footer .logo-image { width:190px;}

.section-divider-stroke {
    stroke: var(--app-text-color);
    stroke-width: 6px;
    stroke-dasharray: 0;
    stroke-linecap: square;
    fill: transparent;
}


.footer-sns { list-style-type:none; padding:0; display:flex; gap:20px; }
.footer-sns .fa  { font-size:20px; }
.footer-sns a {color:var(--app-text-color)}

.footer-certs img { max-width:160px;}

@media (max-width:767px) {
    .section-divider-display svg {height: 500px;}
    .section-divider-display{height:120px;}
}

@media (max-width:576px) {
    .section-divider-display svg {height: 300px;}
    .section-divider-display{height:80px;}

    
.footer-certs img { max-width:200px;}
}
