@charset "utf-8";

/*  検索窓 
--------------------------------------------------------------------*/

.header .fuction a {
    color: #000;
}
.header .fuction:after {
    display: none;
}

@media screen and (max-width: 1540px) {
    .header .fuction {
        top: 5px;
        left: auto;
        right: 0;
    }
    
    
}


@media screen and (max-width: 1020px){
    .header.toggleActive nav .fuction ul p a{
        font-size: 1.6rem;
        padding: 0;
        line-height: 1.5;
        align-items: flex-start;
    }
    .header.toggleActive nav .fuction{
        padding-bottom: 40px;
    }
}
    
    