@charset "utf-8";

/*!
Theme Name: 相模コンベヤー
Author: Anonymous
Version: 1.0
*/

#service .service_about_2 + .service_various .base .various_column{
    border-bottom: 12rem solid #f5f5f5;
}

@media (max-width: 767px) {
    #service .service_about_2 + .service_various .base .various_column{
        border-bottom: 6.4rem solid #f5f5f5;
    }
}


/* ----------------------------------------

スキップリンク

---------------------------------------- */

.skip-link {
    position: fixed;
    top: 7.3rem;
    left: 1.3rem;
    z-index: 2000;
}

.sr-only{
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    white-space: nowrap;
    transition: opacity 0.4s ease;
}

.sr-only:focus-within {
    opacity: 1;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
}

.skip-link .u_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 14.2rem;
    height: 5.5rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    color: rgba(41, 45, 50, 1);
    background-color: rgba(255, 255, 255, .9);
    border-radius: .8rem;
    border: 2px solid #000;
    text-decoration: none;
}

.skip-link .u_item:focus {
    outline: none;
}

a:focus {
    outline: 2px solid #002ec1;
    border-radius: 2px;
}

main#container:focus {
    outline: none;
}
