/*header*/
.frame_header {
    position: relative;
    width: 100vw;
    height: auto;
}
.head_frame_btns {
    font-size: 0;
    height: 7.6923076923077vw;
    border-bottom: 0.076923076923077vw solid #e3e3e3;
}
.head_login_name {
    display: none;
    text-align: right;
/*    margin-right: 1.846153846153846vw;*/
    color: #333;
}

.head_login_name a {
    color: #444;
}

/*20170223 access*/
div.head_login_name {
    background-color:#f5f5ed;
    text-align:center;
    padding-top:2px;
}
div.head_login_name a {
    color:#000000;
}

.head_login_name.logined {
    display: block;
}

.head_logo {
    display: inline-block;
    width: 25.692307692308vw;
    height: 7.6923076923077vw;
    text-align: center;
    padding: 1.4615384615385vw 0 1.5384615384615vw 0;
    border-right: 0.076923076923077vw solid #e3e3e3;
    vertical-align: top;
}

.head_link_logo img {
    width: 14.384615384615vw;
/*    height: 4.6923076923077vw;*/
}

.head_btn_search_company {
    display: inline-block;
    width: 11.923076923077vw;
    height: 7.6923076923077vw;
    text-align: center;
    border-right: 0.076923076923077vw solid #e3e3e3;
    vertical-align: top;
    padding-top: 2.0769230769231vw;
    font-size: 1.0769230769231vw;
}
.head_btn_search_company:hover {
    cursor: pointer;
}
.head_btn_search_company img {
    width: 2.6153846153846vw;
    height: 2.6153846153846vw;
}
.head_btn_search_hitokara {
    display: inline-block;
    width: 11.923076923077vw;
    height: 7.6923076923077vw;
    text-align: center;
    border-right: 0.076923076923077vw solid #e3e3e3;
    vertical-align: top;
    padding-top: 2.0769230769231vw;
    font-size: 1.0769230769231vw;
}
.head_btn_search_hitokara:hover{
    cursor: pointer;
}
.head_btn_search_hitokara img {
    width: 2.6153846153846vw;
    height: 2.6153846153846vw;
}
.head_btn_mypage {
    display: inline-block;
    width: 11.923076923077vw;
    height: 7.6923076923077vw;
    text-align: center;
    border-right: 0.076923076923077vw solid #e3e3e3;
    vertical-align: top;
    padding-top: 2.0769230769231vw;
    font-size: 1.0769230769231vw;
}
.head_btn_mypage:hover {
    cursor: pointer;
}
.head_btn_mypage img {
    width: 2.6153846153846vw;
    height: 2.6153846153846vw;
}
.head_frame_right{
    display: inline-block;
    width: 38.461538461538vw;
    height: 7.6923076923077vw;
    text-align: center;
    vertical-align: top;
    font-size: 1.3846153846154vw;
}
.head_frame_keyword {
    display: block;
    position: relative;
    width: 38.461538461538vw;
}
.head_input_keyword {
    width: 33.846153846154vw;
    text-align: left;
    height: 2.3076923076923vw;
    margin: 0.76923076923077vw 0 0.76923076923077vw 2.3076923076923vw;
    border-radius: 1.1538461538462vw;
    border-style: ridge;
    padding-left: 0.92307692307692vw;
    padding-right: 2.3076923076923vw;
    display: block;
}
.head_frame_keyword img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.46153846153846vw 3.0769230769231vw 0 0;
    width: 1.2307692307692vw;
    height: 1.2307692307692vw;
}

.head_input_keyword:after {
    content: "";
    background: url("../img/icon_pc_head_search_keyword.png");
    background-size: 1.3076923076923vw;
    background-repeat: no-repeat;
    width: 1.3076923076923vw;
    height: 1.3076923076923vw;
    float: right;
    margin-right: 0.46153846153846vw;
    margin-top: 0.92307692307692vw;
}

.head_select {
    display: inline-block;
    width: 9.5384615384615vw;
    text-align: left;
    vertical-align: top;
    height: 3.0769230769231vw;
    font-size: 1.3846153846154vw;
    line-height: 3.0769230769231vw;
}

.head_select:hover {
    cursor: pointer;
}
.head_select:after {
    content: "";
    background: url("../img/icon_pc_head_select.png");
    background-size: 1.3076923076923vw;
    background-repeat: no-repeat;
    width: 1.3076923076923vw;
    height: 1.3076923076923vw;
    float: left;
    margin-right: 0.46153846153846vw;
    margin-top: 0.92307692307692vw;
    margin-left: 1.2307692307692vw;
}

.head_login {
    display: inline-block;
    width: 10.769230769231vw;
    height: 2.9230769230769vw;
    text-align: left;
    background: #fafafa;
    border-radius: 0.30769230769231vw;
    border: 0.076923076923077vw solid #dadada;
    line-height: 2.9230769230769vw;
    font-size: 1.3846153846154vw;
    box-sizing: content-box;
    vertical-align: top;
    margin: 0 0.38461538461538vw;
}
.head_login:hover {
    cursor: pointer;
}
.head_login:after {
    content: "";
    background: url("../img/icon_pc_head_login.png");
    background-size: 1.3076923076923vw;
    background-repeat: no-repeat;
    width: 1.3076923076923vw;
    height: 1.3076923076923vw;
    float: left;
    margin: 0.76923076923077vw;
}
.head_regist {
    display: inline-block;
    width: 11.538461538462vw;
    height: 3.0769230769231vw;
    text-align: center;
    background: #eb6e8f;
    border-radius: 0.30769230769231vw;
    line-height: 3vw;
    vertical-align: top;
    color: #fff;
    margin-left: 0.38461538461538vw;
}
.head_regist:hover {
    cursor: pointer;
}




.frame_username {
    display: inline-block;
    font-size: 2.4615384615385vw;
    text-align: center;
    vertical-align: top;
    width: 38.461538461538vw;
    height: 7.6923076923077vw;
    padding-top: 2vw;
    border-right: 0.076923076923077vw solid #999;
}


.head_btn_search {
    display: inline-block;
    font-size: 1.0769230769231vw;
    text-align: center;
    vertical-align: top;
    width: 11.923076923077vw;
    height: 7.6923076923077vw;
    padding-top: 2.0769230769231vw;
    border-right: 0.076923076923077vw solid #999;
}

.head_btn_search img {
    width: 1.5384615384615vw;
    height: auto;
}
.head_btn_search div{
    font-size: 0.76923076923077vw;
}

.head_btn_menu {
    display: inline-block;
    font-size: 1.0769230769231vw;
    text-align: center;
    vertical-align: top;
    width: 11.923076923077vw;
    height: 7.6923076923077vw;
    padding-top: 2.0769230769231vw;
    z-index: 400;
}

.head_btn_menu.scrolled {
    position: fixed;
    top: 0.76923076923077vw;
}

.head_btn_menu img, .head_btn_menu_nav img {
    width: 2.6153846153846vw;
    height: auto;
    border-radius: 0.30769230769231vw;
}

.head_btn_menu_nav {
    position: absolute;
    margin-left: 21.538461538462vw;
    border: 0.076923076923077vw solid #ffffff;
    z-index: 1000;
    width: 2.6153846153846vw;
    height: 2.6153846153846vw;
    top: 0.61538461538462vw;
    box-sizing: content-box;
    border-radius: 0.30769230769231vw;
}

/*サーチバー*/
.frame_searchbar {
    position: absolute;
    top: 3.3846153846154vw;
    width: 24.615384615385vw;
    height: 0vw;
    background: url("/2027/front/common/img/search_bg2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 498;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    overflow: hidden;
}

.frame_searchbar.open {
    height: 5.7692307692308vw;
}

#frame_searchbar_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0);
    z-index: 497;
    top: 0;
    left: 0;
}

#frame_searchbar_bg.open {
    display: block;
}

.frame_inputbox {
    display: block;
    height: 2.5769230769231vw;
    width: 23.076923076923vw;
    margin-left: auto;
    margin-top: 1.1153846153846vw;
    overflow: hidden;
    border-radius: 0.15384615384615vw;
    background: #dddddd;
    margin-right: auto;
    line-height: 2.6153846153846vw;
}
.frame_radio {
    font-size: 0.84615384615385vw;
    color: #fcfcfc;
    display: inline-block;
    margin-left: 0.46153846153846vw;
}
.frame_radio div {
    display: inline-block;
    padding: 0vw 1.875vw;
    border: 0.076923076923077vw solid #fcfcfc;
    margin: 0.30769230769231vw;
    background: #fcfcfc;
    color: #4193e0;
    border-radius: 0.625vw;
}
.frame_radio div.active {
    color: #fcfcfc;
    background: #eb6e8e;
}
.frame_radio input {
    position: relative;
    top: 0.23076923076923vw;
}

.input_search {
    height: 100%;
    margin: auto;
    width: 18.846153846154vw;
    border-style: none;
    background-color: #ffffff;
    background-image: url("/2027/front/common/img/search_icon.png");
    background-position: 0.84615384615385vw center;
    padding-left: 2.6153846153846vw;
    background-size: 1.1538461538462vw;
    background-repeat: no-repeat;
    font-size: 0.92307692307692vw;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline;
    padding-right: 0;
}

.submit_search {
    color: #ffffff;
    background: #444444;
    border-style: none;
    width: 4.1538461538462vw;
    height: 100%;
    font-size: 0.92307692307692vw;
    padding: 0;
    border: 0;
    float: right;
    text-align: center;
}

.submit_search:after {
    clear: both;
}


/*オーバーレイメニュー*/

#menu_frame {
    display: none;
    width: 24.615384615385vw;
    background: rgba( 0, 0, 0, 0.7);
    position: fixed;
    right: auto;
    top: 0;
    z-index: 500;
    overflow-y: auto;
    height: 100%;
    padding-top: 3.4615384615385vw;
}

#menu_frame.open {
    display: block;
}

#menu_frame_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0);
    z-index: 499;
    top: 0;
    left: 0;
}

#menu_frame_bg.open {
    display: block;
}

.menu_top a {
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 2.6923076923077vw;
    font-size: 0.92307692307692vw;
    font-weight: bold;
}

.menu_select {
    color: #ffffff;
    height: 2.6923076923077vw;
    margin: 0.76923076923077vw;
    text-align: center;
    line-height: 2.6923076923077vw;
    text-decoration: underline;
}

.menu_login {
    color: #ffffff;
    width: auto;
    height: 2.6923076923077vw;
    background: #4193e0;
    margin-top: 0.76923076923077vw;
    margin-left: 0.76923076923077vw;
    margin-right: 0.76923076923077vw;
    text-align: center;
    line-height: 2.6923076923077vw;
}

.menu_register {
    color: #ffffff;
    width: auto;
    height: 2.6923076923077vw;
    background: #ff7070;
    margin: 0.76923076923077vw;
    text-align: center;
    line-height: 2.6923076923077vw;
}

#acMenu {
    margin-bottom: 0.76923076923077vw;
}

#acMenu dd div {
    color: #333333;
    display: block;
    height: 2.3076923076923vw;
    width: auto;
    padding-left: 0.76923076923077vw;
}


#acMenu dt {
    display: block;
    font-size: 0.69230769230769vw;
    color: #ffffff;
    background: #000000;
    width: auto;
    height: 2.3076923076923vw;
    line-height: 2.3076923076923vw;
    padding-left: 0.76923076923077vw;
    margin-left: 0.76923076923077vw;
    margin-right: 0.76923076923077vw;
}

#acMenu dt:after {
    content: "";
    float: right;
    margin-right: 0.76923076923077vw;
    margin-top: 0.57692307692308vw;
    width: 1.1538461538462vw;
    height: 1.1538461538462vw;
    background-image: url("/2027/front/common/img/menu_ac_btn_down_icon.png");
    background-size: 1.1538461538462vw;
    background-repeat: no-repeat;
}

#acMenu dt.open:after {
    content: "";
    float: right;
    margin-right: 0.76923076923077vw;
    margin-top: 0.57692307692308vw;
    width: 1.1538461538462vw;
    height: 1.1538461538462vw;
    background-image: url("/2027/front/common/img/menu_ac_btn_up_icon.png");
    background-size: 1.1538461538462vw;
    background-repeat: no-repeat;
}

#acMenu dd div {
    display: block;
    font-size: 0.69230769230769vw;
    background: #ffffff;
    width: auto;
    height: 2.3076923076923vw;
    line-height: 2.3076923076923vw;
    border-bottom: 0.076923076923077vw solid #ededed;
    margin-left: 0.76923076923077vw;
    margin-right: 0.76923076923077vw;
}

#acMenu dd div:before {
    content: "";
    float: right;
    margin-right: 0.76923076923077vw;
    margin-top: 0.69230769230769vw;
    width: 0.46153846153846vw;
    height: 0.92307692307692vw;
    background-image: url("/2027/front/common/img/menu_next_icon.png");
    background-size: 0.46153846153846vw;
    background-repeat: no-repeat;
}

#menu_mypage_content {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu_mypage_content.open {
    height: auto;
}

#menu_search_content {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu_search_content.open {
    height: auto;
}

#menu_sight_content {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu_sight_content.open {
    height: auto;
}

#menu_find_content {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu_find_content.open {
    height: auto;
}

#menu_learn_content {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#menu_learn_content.open {
    height: auto;
}

.menu_search {
    padding-left: 0.76923076923077vw;
}
