.f-w-n{
    font-weight: normal;
}

.img-w-f-s{
    width: 100%;
}

#list-dot-blue li{
    padding-left: 25px;
    margin-top: 5px;
}


#list-dot-blue li::before{
    display: block;
    content: '';
    position: absolute;
    top: .8em;
    left: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0062C2;
}

.btn-p{
    padding: 10px;
    text-align: center;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-p .btn-outline-blue{
    width: 120px;
    border: 2px solid #12a3de;
    border-radius: 40px;
    color: #000;
    text-decoration: none;
    padding: 10px 40px;
    text-align: center;
}


.btn-p .btn-outline-blue:hover{
    border: 2px solid #12a3de;
    background-color: #12a3de;
    color: #fff;
}

.link-click{
    color: #000;
    text-underline-offset: 2px;
}

.link-click:hover{
    opacity: 0.7;
}

@media only screen and (min-width: 720px) {
    .col-1{
        width: 20%;
    }

    .col-2{
        width: 35%;
    }

    .col-3{
        width: 45%;
    }

    .mb-lg-17{
        margin-bottom: 17px!important;
    }
}

@media only screen and (max-width: 719px) {
    .w-sp-f{
        width: 100%;
    }

    .col-1{
        width: 30%;
    }

    .col-2{
        width: 35%;
    }

    .col-3{
        width: 35%;
    }

    .item-equitment-list a{
        min-height: 372px;
    }
}


@media only screen and (max-width: 599px) {
    .item-equitment-list a{
        min-height: 325px;
    }


}

@media only screen and (max-width: 480px) {

    .item-equitment-list a{
        min-height: 285px;
    }
}

.container .accordion-function .accordion--item.open .accordion--item__conent{max-height:315em;padding-bottom:20px;transition:max-height .5s ease,padding-bottom .5s ease}
