.homelink {position: relative;width: 100%;height: 6vw;background: #fff;border-bottom: 1px solid #dfdfdf;z-index: 9;color:#d6d6d6;font-size: 2vw;}
.homelink_a {margin:0 auto;text-align:left;padding:0.7vw 5vw;}
.homelink a {font-size: 3vw;color: #999;font-weight: 400;margin-right:1.5vw}
.homelink a:nth-child(2n), .homelink a:last-child { margin-left:1.5vw}
.homelink a:hover {text-decoration: none;}

.topnav {overflow: hidden;background-color: white;position: relative;height:13vw;display:flex;flex-direction: row;align-items: center;padding:0 5vw;}

.topnav_logo a img {width: 36vw;margin-right:15vw}
.topnav a.icon img {right: 0;top: 0;width:5.8vw;float:right;margin-left:3vw}
.topnav span{width: 100%;font-size:0;} 
.topnav span:before {content: '';display: inline-block;width: 26vw;height: 8vw;margin-top:2vw;background: url(call_nonumber.png) no-repeat center top;background-size: 26vw;}

#hamburger {background-color: #150f96;position: absolute;height: 13vw;width:100%;z-index: 100;top:0;display:flex;flex-direction: row;align-items: center;padding:0 5vw;justify-content: space-between;}
#hamburger img.logo {width:36vw;}
#hamburger img.menu_close { width:5vw; float:right;}
 
.top_menu { position: absolute;top:13vw;width: 100%; height: 110vw; background-color: white; z-index: 100; box-shadow : 0px 9999px 0px 9999px rgba(0,0,0,0.6);}
.top_menu_left { width:32vw; height: 100%; background-color: #6663;}
.top_menu_left div {width: 32vw;height: 15vw;font-size: 3.5vw;}
.top_menu_left div img {width:5vw;margin:4.6vw 0 0 5vw;}
.top_menu_left div:nth-child(2) img {width:5vw;margin:5vw 0 0 5vw;}
.top_menu_left div:nth-child(4) img {width:5vw;margin:5.5vw 0 0 5vw;}
.top_menu_left div p {margin:-5vw 0 0 12vw;}
.top_menu_left div.active { background-color: white;}
 
.top_menu_right {z-index: 100; width: 60%; height:100%; top: 0; left:36vw; position: absolute;}
.top_menu_right p{margin:5vw 0 0 2vw; color:#444;}
.top_menu_right a{font-size: 3.5vw;}
.top_menu_right p img {width: 7vw;margin:0.9vw 0 0 1.5vw;}


