@charset "utf-8";
.menu_main {
    position: fixed;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    z-index: 1200;
    /*z-index: -999;*/
    -webkit-transition: .40s ease-in-out;
    -moz-transition: .40s ease-in-out;
    transition: .40s ease-in-out;
}

.menu_back_frame {
    display: none;
    width: 100%;
    height: 100vh;
    background: #969696a6;
    position: absolute;
    z-index: 999;
    top: 0px;
    -webkit-transition: .40s ease-in-out;
    -moz-transition: .40s ease-in-out;
    transition: .40s ease-in-out;
}

.menu_slider {
    background-color: #fff;
    /*max-width: 85%;*/
    max-width: 500px;
    width: 100%;
    height: 100vh;
    max-height: 100%;
    position: absolute;
    top: 0px;
    left: -52rem;
    z-index: 999;
    -webkit-transition: .40s ease-in-out;
    -moz-transition: .40s ease-in-out;
    transition: .40s ease-in-out;
}

.menu_header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /*padding: 18px 0;*/
    padding: 10px 0;
}

.menu_close_icon {

}

.menu_close_icon span {

}

.logo_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.menu_contents ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    /*padding: 1.5rem 3.4rem;*/
    padding: 5px 30px;
    border-bottom: 1px solid #a6a6a6;
    /*height: 8rem;*/
    height: 70px;

    background: url(../../images/menu_list_icon7.png) no-repeat right center;
    /*background-size: 2.2rem;*/
    background-size: 20px;
    background-position: right 40px bottom 50%;
}

.menu_contents ul li:first-child a {
    border-top: 1px solid #a6a6a6;
}

.menu_contents ul li a:hover, .menu_contents ul li.active a {
    /*opacity: 0.8;*/
    background-color: #ddd;
}

.menu_contents ul li a .menu_link_icon {
    /*margin-right: 2rem;*/
    margin-right: 20px;
}

.menu_contents ul li a .menu_link_icon img {
    /*width: 5.2rem;*/
    width: 45px;
}

.menu_contents ul li a p {
    color: #333333;
    /*font-size: 2.25rem;*/
    font-weight: bold;
    /*line-height: 2.5rem;*/
    font-size: 17px;
    line-height: normal;
}

/*3本線を×に*/
.close .menu_button_box {
    /*height: 6.5rem;*/
}

.close .menu_main {
    z-index: 1200;
    top: 0;
    visibility: visible;
}

.close .menu_back_frame {
    display: block;
}

.close .menu_slider {
    left: 0px;
}

.close .menu_header .menu_button_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    position: absolute;
    left: 2rem;
}

.close .menu_main span:nth-of-type(1) {
    transform: translateY(6px) rotate(45deg);
    margin: 0;
}

.close .menu_main span:nth-of-type(2) {
    opacity: 0;
    transition: all .0s;
    margin: 0;
}

.close .menu_main span:nth-of-type(3) {
    transform: translateY(2px) rotate(-45deg);
    margin: 0;
}

.close .menu_slider {
    /*left: 0rem;*/
}

#global-nav ul {
    max-height: calc(100vh - 5rem);
    position: relative;
}

/*メニューボタン*/
.logout_contents{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.create_login_btn{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /*padding: 1rem 4rem;*/
    padding: 10px 25px;
}
.create_login_btn span{
    display: flex;
    transform: unset !important;
    /*font-size: 2.25rem;*/
    font-size: 15px;
    /*margin-bottom: 1rem !important;*/
    /*margin-left: 2rem !important;*/
    margin-bottom: 12px !important;
    margin-left: 12px !important;
    font-weight: bold;
    color: #666666;
}
