/* sub-top-menu */
#sub-top-menu {position: relative; width: 100%; height: 63px; margin: -63px auto 0; background: rgb(134, 38, 51, .7); text-align: center; z-index: 1;}
#sub-top-menu ul {display: flex; justify-content: center; height: 100%; width: 100%; max-width: 1300px; margin: 0 auto;}
#sub-top-menu ul li{flex: 1;}
#sub-top-menu ul li a {position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 18px; color: #fff; transition: 200ms; font-weight: 300;}
#sub-top-menu ul li a:hover {background: rgb(134, 38, 51, .9);; }
#sub-top-menu ul li a.active {background: #fff; color: #111;  font-weight: 500;}

.sub-visual.sub3 + #sub-top-menu ul li a{font-size: 15px; padding: 0 22px; line-height: 1.4;}
