.hero-img img {
    object-position: center bottom;
}


/* ======================
== find-index =========== */

main section:first-of-type h2{
    margin-top: 80px;
}

#find-to h2 {
    margin-top: 50px;
}

.toc-small {
    max-width: 1200px;
    margin-inline: auto;
    width: auto;
}

.toc-small ol {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 2em;
}

.toc-small ol a {
    color: #5C7D76;
    padding: 0.5em 2em;
    background-color: #FFFFF0;
    font-size: 0.9em;
    border-radius: 20px;
    display: inline-block;
}

.toc-small ol a:hover {
    background-color: #FFF9E5;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

#find-top section img {
    width: 300px;
    margin-inline: auto;
    margin-bottom: 50px;
}

.ibasyo-link {
    margin-top: 60px;
}

.triangle-down {
    color: #e6ccc1;
    margin-right: 0.5em;
}

#find-top .yokobtn-pink {
    margin-left: 0;
}

@media (max-width: 767px){
    .toc-small ol {
        flex-direction: column;
    }
    
    .toc-small ol a {
        padding: 0.5em 1.5em;
    }
    
    #find-top section img {
        width: 280px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1250px){
    .toc-small {
        margin-inline: clamp(15px, 5vw, 30px);
    }
}

@media (min-width: 1100px) {
    .toc-small ol {
        justify-content: center;
    }
}

