@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/*=======ヘッダー修正========*/
#g-nav .mainNav li::before {
    content: "";
    width: 2px;
    height: 100%;
    background: rgba(85, 181, 226, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10001;
}

#g-nav .mainNav li::after {
    content: none; 
}

#g-nav .mainNav li:last-child::after {
    content: "";
    width: 2px;
    height: 100%;
    background: rgba(85, 181, 226, 0.2);
    position: absolute;
    left: auto; 
    right: 0;
    top: 0;
    z-index: 10001;
}

#g-nav .mainNav li a::after {
    z-index: 10002; 
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}