@media only screen and (min-width:1000px){
#global-nav>li>a {font-size: 1.4rem;}
.toggle-nav .third-nav>li>a {font-size: 1.4rem;}
.toggle-nav .fourth-nav>li>a {font-size: 1.4rem;}
.toggle-nav .second-nav>li>a {display: none;}
.toggle-nav .third-nav>li {width: 33%;}
.toggle-nav .third-nav>li:has(>ul) {width: 100%; padding-bottom: 30px;}
.toggle-nav .third-nav .js-toggle-sp>a {pointer-events: none;user-focus: none;padding-left: 0px;font-weight: bold;}
.toggle-nav .third-nav .js-toggle-sp>a::before {display: none;}
.toggle-nav .fourth-nav>li {width: 33%; float: left;}
.toggle-nav .fourth-nav>li>a:hover:hover, .toggle-nav .fourth-nav>li>a:hover:active, .toggle-nav .fourth-nav>li>a:hover:focus, .toggle-nav .fourth-nav>li>a:active:hover, .toggle-nav .fourth-nav>li>a:active:active, .toggle-nav .fourth-nav>li>a:active:focus, .toggle-nav .fourth-nav>li>a:focus:hover, .toggle-nav .fourth-nav>li>a:focus:active, .toggle-nav .fourth-nav>li>a:focus:focus {text-decoration: underline;}
}
