.header2 .header-title{
    display: inline-block;
}
.header2 .menu-list li{
    width: initial;
}
.header2 .header-title span{
    right: -14px;
    top: -14px;
}
@media only screen and (max-width: 1366px){
    .header2 .menu-list li {
        width: initial;
    }
}
@media only screen and (max-width: 1366px){
    .header2 .menu-list li:nth-child(5) .header-title span {
        right: -10px;
        top: -10px;
    }
    .member-order-title-box li{
        height: 78px;
        vertical-align: top;
        display: inline-flex;
        display: -webkit-inline-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: column;
    }
}
@media only screen and (max-width: 768px){
    .menu-list li:nth-child(6){
        display: none;
    }
    .member-info-list{
        width: 100%;
    }
    .member-info-list-data {
        width: 100%;
    }
    .member-info-list li:last-child{
        border-top: 0;
    }
}