@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.waku p {
    border: 3px solid #82ce08;
    padding: 15px;
    width: 585px;
}
.box ul li {
    width: 25%!important;
}
.fixed {
    background: rgba(255, 255, 255, 1.0)!important;
}
header#global_header #nav_global > ul > li ul {
    background: rgba(255, 255, 255, 1.0)!important;
}
header#global_header #nav_global > ul > li ul li {
    border-bottom: 1px solid #eee!important;
}
/*================== ○○○○.html =================*/

@media screen and (min-width: 768px){
	.br-sp {
	display: none;
	}
}

@media screen and (max-width:769px){
    #header #hed_info .tel_cont .contact a{
        padding:4px 20px;
        white-space: nowrap;
    }
    .subNav {
        overflow-y: auto;
        max-height: 250px;
        /* position: fixed;
        top: 0;
        z-index: 9999;
        background-color: #94C23A; */
    }
}

@media screen and (max-width:640px){
    #header #hed_info .tel_cont .contact{
        justify-content: center;
    }
    #header #hed_info .tel_cont .contact a:not(:last-child){
        margin-right:10px;
    }

}

@media screen and (min-width: 469px) and (max-width: 768px){
    .waku p {
        width: 100%!important;
    }
}
@media only screen and (max-width: 468px){
    .waku p {
        width: 100%!important;
    }
    .box ul li {
        width: 50%!important;
    }
    #header #hed_info .tel_cont .contact a{
        padding:4px 20px;
    }
}
