/*****************************
        Navigation
 ****************************/

.global_header {
    height: 50px;
    line-height: 50px;
    width: 100%;
    min-width: 1185px;
    background: #efefef;
}
.global_header > ul:first-of-type  {
    position: relative;
    width: 925px;
    float: left;
    height: 50px;
    max-height: 50px;
}
.global_header > ul:first-of-type > li {
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    float: left;
    z-index: 100;
    background: #efefef;
}
.global_header > ul:first-of-type > li:hover {
    cursor: pointer;
}
.global_header > ul:first-of-type > li > a:hover {
    text-decoration: none;
}
.global_header > ul:first-of-type > li::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 27px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid #bcbcbc;
}
.global_header > ul:first-of-type > li:nth-of-type(1)::after {
    content: none;
}
.global_header > ul:first-of-type > li > a {
    display: block;
    float: left;
    color: #333333!important;
    padding: 0 15px;
    font-size: 14px;
    position: relative;
    z-index: 100;
}
.global_header > ul:first-of-type > li:not(.active_page):hover::before {
    cursor: pointer;
    position: absolute;
    content: '';
    width: 98%;
    height: 100%;
    top: 0;
    border-bottom: 4px solid #1674b6;
    margin: auto;
    box-sizing: border-box;
    left: 2px;
}
.global_header > ul:first-of-type > li.active_page {
    border-bottom: 4px solid #1674B6;
    box-sizing: border-box;
    margin-left: 2px !important;
}
.global_header > ul:first-of-type > li:first-of-type:hover::before {
    content: none;
}
.global_header > ul:first-of-type > li > h1 {
    font-size: 12px;
    color: #FFFFFF;
    background: #454545;
    padding: 8px 15px 0!important;
    line-height: 16px;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    cursor: default;
}
.global_header > ul:first-of-type > li > p {
    font-size: 12px;
    color: #FFFFFF;
    background: #454545;
    padding: 8px 15px 0!important;
    line-height: 16px;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    cursor: default;
}
.global_header > ul:first-of-type > li:nth-of-type(3):hover .sub_menu  {
    display: block;
}
.global_header > ul:first-of-type > li .sub_menu {
    display: none;
    position: absolute;
    width: 180px;
    text-align: left;
    top: 100%;
    z-index: 9999;
    background: #efefef;
}
.global_header > ul:first-of-type > li .sub_menu li {
    height: 50px;
    color: #333333!important;
    border-bottom: 1px solid #DEDCDC;
    padding: 0 35px;
}
.global_header > ul:first-of-type > li .sub_menu li:last-of-type {
    border-bottom: none;
}
.global_header > ul:first-of-type > li .sub_menu li a {
    display: block;
    color: #000000;
    font-size: 15px;
    padding-left: 15px;
}
.global_header > ul:first-of-type > li .sub_menu li a:hover {
    text-decoration: none;
    background: #EAE8E8 none repeat scroll 0% 0%;
}
.global_header > ul:first-of-type > li:last-of-type:after {
    border: none;
}

.global_header > ul:last-of-type {
    float: right;
    width: 260px;
    height: 50px;
    max-height: 50px;
}
.global_header > ul:last-of-type > li {
    position: relative;
    height: auto!important;
    background: #ffffff;
    top: 10px;
    display: block!important;
    line-height: 0!important;
    border: 1px solid #FFFFFF;
    border-radius: 19px;
    z-index: 99;
    float: right;
}
.global_header > ul:last-of-type > li:last-of-type {
    right: -100px;
}
.global_header > ul:last-of-type > li:last-of-type a {
    padding-left: 12px;
}
.global_header > ul:last-of-type > li:nth-last-of-type(2) {
    right: 140px;
}
.global_header > ul:last-of-type > li a {
    display: block;
    font-size: 12px;
    color: #000000;
    width: 112px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    padding-left: 8px;
    box-sizing: border-box;
}
.global_header > ul:last-of-type > li a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
}
.global_header > ul:last-of-type > li:last-of-type a::after {
    height: 11px;
    width: 11px;
    background: url(http://image.eikaiwa.dmm.com/assets/p/general/eikaiwa/guest_g/h_question.png) no-repeat;
    background-size: 100% 100%;
}
.global_header > ul:last-of-type > li:nth-last-of-type(2) a::after {
    height: 9px;
    width: 6px;
    background: url(http://image.eikaiwa.dmm.com/assets/p/general/eikaiwa/guest_g/h_arrow_right.png) no-repeat;
    background-size: 100% 100%;
}

.global_header > ul:last-of-type li:hover {
    opacity: 0.8;
}
.global_header > ul:last-of-type li:hover a {
    text-decoration: none;
}
.global_header > ul:last-of-type > li::after,nav > ul > li::before {
    content: none;
}

.global_header > ul:first-of-type > li .be_icon::after {
    content: '';
    width: 31px;
    height: 44px;
    background: url(http://image.eikaiwa.dmm.com/assets/p/general/eikaiwa/top/pattern3/pc_balloon.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -2px;
    top: -24px;
}