@charset "utf-8";

/* ログイン
----------------------------------------------------------------------------- */
.login-box{
    width:400px;
    margin:0 auto 50px;
}
.login-box input{
    border:none;
    border-bottom:1px solid #ccc;
    padding:10px;
    margin-bottom:15px;
    border-radius: 0;
    font-size:15px;
}
.btn-M{
    font-size: 15px;
}


@media screen and (max-width:768px){
    .login-box{
        width: 100%;
    }
}

/* ヘッダー
---------------------------------------------------------------------------- */
.member-header{
    position: fixed;
    background-color: #1f4770;
    padding-top:7px;
}
.member-header a{
    color:#fff;
}
.member-inner{
    width: 95%;
    margin: 0 auto;
}
.member .mv{
    background-image: none!important;
    height: 0;
}
.header-member .member-inner .col-2{
    display: flex;
}
.login-inner{
    color:#fff; 
}
.login-inner-name{
    text-align: right;
}

@media screen and (max-width:768px){
    .member .mv{
        height: 0;
    }
    .header-nav-main ul li{
        color:#fff;
    }
    .header-nav-main ul{
        background-color:#4d4d4d;
        font-size: 15px;
        padding: 0;
    }
}

/* 会員ページ用サイドバー
----------------------------------------------------------------------------- */
.member-sidebar{
    background: #f1f1f1;
    box-shadow: 0px 3px 0px 0px #f1f1f1;
    overflow: hidden;
    height: 95vh;
    position: fixed;
    left: -240px;
    width: 280px;
}
li.member-list {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}
.member-list-inner{
    padding: 15px;
    background-color: #f5f5f5;
    display: none;
}

.member-sidebar ul{
    padding-right:40px;
}

/* ※非会員時、メニューをオフに */
.member-sidebar li.is-disabled a{
    color:#ccc;
    pointer-events: none;
}

.member-sidebar li span{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size:17px;
    padding:15px;
    position: relative;
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
}
.member-sidebar li span:after{
    display: inline-block;
    content:"";
    width:80px;
    height:4px;
    background: linear-gradient(90deg, rgba(79,143,208,1) 0%, rgba(164,235,194,1) 100%);
    position:absolute;
    left:calc(50% - 40px);
    bottom:-2px;
}
.member-sidebar li a,
.member-sidebar li button{
    display:block;
    width: 100%;
    text-decoration:none;
    text-align: left;
    font-size:15px;
    padding:10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.member-sidebar li a:after,
.member-sidebar li button:after{
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color:#fd9700;
    font-weight:900;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
}
.member-sidebar li a:hover:after,
.member-sidebar li button:hover:after{
    opacity: 1;
    text-indent: 0px;
}
.member-sidebar li a i,
.member-sidebar li button i{
    margin-right: 8px;
    font-size: 17px;
    transition: all 0.2s linear 0s;
}
.member-sidebar li a:hover i,
.member-sidebar li button:hover i{
    color:#fd9700;
}
.member-sidebar li:last-child a,
.member-sidebar li:last-child button{
    border-bottom: none;
}

@media screen and (min-width:788px) and (max-width:1100px) {
    .member-header{
        height: 49px;
    }
    .member-sidebar{
        width: 20%;
    }
    .col-side{
        width: 20%;
    }
}

/* 折りたたみ用ボタン */
.member-sidebar-btn{
    height:100vh;
    width:40px;
    background-color:#333;
    color:#999;
    position: absolute;
    top:0;
    right:0px;
    font-size: 25px;
    z-index:888;
}
.col-side{
    width:0;
}
/* 折りたたみオープン時挙動 */
.side-open .col-side{
    width: 280px;
}
.side-open .member-sidebar{
    left: 0;
}
.side-open .member-sidebar-btn i{
    transform: rotateY(180deg);
}


/* TOP
----------------------------------------------------------------------------- */

/* メインメニュー */

.member-inner .list-box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.member-inner .list-box li{
    width: 23%;
}
.member-inner .list-box-ttl img{
    width: 200px;
    height: auto;
}
.member-inner .list-box-main-count{
    text-align: center;
}
.member-inner .list-box-main-count span{
    display: inline-block;
    background-color: #f6f5ea;
    border:none;
    font-size: 11px;
    height:25px;
    line-height: 25px;
    border-radius: 0;
    padding:0 5px;
    margin:0 2.5px;
}
.member-inner .list-box-main-seminar{
    font-size:16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.seminar-img{
    padding-top:50px;
    text-align: center;
}
.seminar-img img{
    max-width:400px;
    height: auto;
}

.company-detail-img img {
    width: 150px;
    height: auto;
    margin-right: 20px;
}
.company-detail-img {
    display: flex;
    align-items: center;
}
.company-detail-update{
    text-align: right;
    font-size:13px;
    color:#999;
    margin-bottom: 20px;
}
.member-top-menu{
    background-color: #f9f9f9;
    margin-bottom: 15px;
    border-radius: 5px;
    display: table;
    width:100%;
    padding:20px;
}
.admin-top-number{
    display: flex;
    justify-content: space-evenly;
}
.admin-top-number span{
    display: block;
    font-size: 40px;
}
.admin-top-number-inner{
  list-style-type: none;
  background-color: #fff;
  color: #000;
  flex-grow: 1;
  text-align: center;
}
.admin-top-number-inner + .admin-top-number-inner{
      border-left: 3px solid #f1f1f1;
}

select {
    cursor: pointer;
    padding-right: 30px !important;
    background-image: url(/common/images/icn_select.png);
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: right 10px center;
}

.member-top-menu-item{
    padding-left: 15px;
}
.member-top-menu ul{
    margin:10px 0 20px;
}
.member-top-menu ul li{
    display:inline-block;
    margin:0 5px 10px;
}
.member-top-menu ul li a{
    display:block;
    background-color: #fff;
    text-decoration: none;
    border:1px solid #ccc;
    box-shadow: 0px 3px 0px 0px #f1f1f1;
    border-radius: 5px;
    width:200px;
    padding:15px 0;
}
.member-top-menu ul li a i{
    font-size:20px;
    margin-bottom: 10px;
    transition: all 0.2s linear 0s;
}
.member-top-menu .member-top-menu-truck ul li a:hover i{
    color:#79cbdc;
}
.member-top-menu .member-top-menu-item ul li a:hover i{
    color:#e8dd6a;
}
.member-top-menu p{
    font-size:14px;
}
.member-top-menu p span{
    font-size:17px;
    font-weight: bold;
    padding:0 5px;
}
.member-top-menu .member-top-menu-truck p span{
    color:#79cbdc;
}
.member-top-menu .member-top-menu-item p span{
    color:#e8dd6a;
}
@media screen and (max-width:900px){
    .member-top-menu ul li a{
        width: 130px;
        padding: 7px;
    }
}
@media screen and (max-width:768px){
    .admin-top-number{
        display: block;
    }
    .admin-top-number span{
        font-size: 30px;
        background-color: #fff;
    }
    .admin-top-number-inner{
        background-color: #eee;
        margin-bottom: 10px;
    }
    .admin-top-number-inner + .admin-top-number-inner{
        border-left:none;
    }
    .member-top-menu{
        margin-top:20px; 
        padding: 10px;
    }
    .member-top-menu-truck,
    .member-top-menu-item{
        display: block;
        width: 100%;
    }
    .member-top-menu-truck{
        padding-right: 0;
        border-right: none;
    }
    .member-top-menu-item{
        padding-left: 0;
        margin-top: 15px;
    }
    .member-inner .list-box li{
        width: 49%;
    }
    .company-detail-img img{
        width: 20%;
        height: 20%;
    }
}

/* サブメニュー */
.member-top-sub{
    margin-bottom: 50px;
}
.member-top-sub ul{
    display: table;
    width:100%;
    border:1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #f1f1f1;
}
.member-top-sub li{
    display: table-cell;
    vertical-align: middle;
    width:20%;
    border-right: 1px solid #ccc;
}
.member-top-sub li a,
.member-top-sub li button{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size:14px;
    width:100%;
    padding:20px 0;
}
.member-top-sub li a i,
.member-top-sub li button i{
    font-size:20px;
    margin-bottom: 10px;
    transition: all 0.2s linear 0s;
}
.member-top-sub li a:hover i,
.member-top-sub li button:hover i{
    color:#79cbdc;
}
.member-top-sub li:last-child{
    border-right: none !important;
}
@media screen and (max-width:768px){
    
}

/* プロフィール詳細
----------------------------------------------------------------------------- */
.member-profile{
    padding-top:50px;
    margin-bottom: 30px;
}
.member-profile .col-2{
    vertical-align: top;
}
.member-profile > .col-2:first-child{
    padding-right: 50px;
}

.member-profile-header{
    margin-bottom: 30px
}

/* 写真、名前 */
.member-profile-header-img{
    width:25%;
    
}
.member-profile-header-txt h2{
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    padding-left:20px;
    margin-bottom: 20px;
}
.member-profile-header-txt p{
    padding-left:20px;
}

/* ボタン */
.member-profile-header-btn{
    
}
.member-profile-header-btn{
    text-align: center;
    background-color: #f4f4f4;
    padding:20px 0;
    margin-bottom: 50px;
}
.member-profile-header-btn form{
    display: inline-block;
}

/* fav-btn */
.btn-fav-off,
.btn-fav-on,
.btn-entry{
    border: 2px solid #ddd;
    text-decoration: none;
    background-color:#fff;
    display: inline-block;
    font-size:16px;
    min-width:180px;
    height:60px;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 10px;
    padding:0 20px;
    position: relative;
}
.btn-fav-off i,
.btn-fav-on i,
.btn-entry i{
    font-size: 20px;
    margin-right: 10px;
}
.btn-fav-on{
    background-color: #333;
    color: #fff;
    border-color:#333;
}
.btn-fav-off i,
.btn-fav-on i{
    color:#eb6e8b;
}
.btn-entry{
    color:#fff;
    border-color: #fd9700;
    background-color: #fd9700;
}


@media screen and (max-width:768px){
    .member-profile-header-btn{
        padding:10px;
        margin-bottom: 30px;
    }

    /* fav-btn */
    .btn-fav-off,
    .btn-fav-on,
    .btn-entry{
        font-size:13px;
        min-width:80px;
        height:40px;
        line-height: 40px;
        vertical-align: middle;
        margin: 0 2.5px 5px;
        padding:0 10px;
    }
}


.company-detail-neme{
    font-size: 20px;
    display: flex;
    align-items: center;
}
.company-detail-neme a{
    width: 150px;
    text-align: center;
    color: #fff;
    padding: 3px;
    text-decoration: none;
}
.company-detail-button{
    display: flex;
    align-items: center;
}
.company-detail-end{
    font-size: 13px;
    padding-left: 30px;
}
.company-detail-end span{
    display:inline-block;
    background-color:#ddd;
    padding:5px 30px;
    margin-right: 10px;
}

.tbl-detail-inner{
    width: 100%;
}
.tbl-detail-inner tr{
    border-bottom: 1px solid #eee;
    width: 100%;
}
.tbl-detail-inner th{
    text-align: left;
    padding: 10px 0;
    vertical-align: top;
}
.tbl-detail-inner td{
    padding-top: 10px;
}
.tbl-detail-inner td label{
    display: inline-block;
}
.tbl-detail-inner ul li{
    display: inline-block;
    padding:0 10px 5px 0;
}

@media screen and (max-width:768px){
    .tbl-detail-inner th,
    .tbl-detail-inner td{
        display: block;
        width: 100%!important;
    }
    .tbl-detail-inner td{
        padding-top:0px;
    }
    .tbl-detail-inner th{
        background: #e6e6e6;
        margin: 10px 0;
        padding: 10px;
    }
    .tbl-detail-inner tr{
        border-bottom:none;
    }
    .tbl-detail .btn-cancel{
        margin-bottom: 0;
    }
    .company-detail-neme{
        display: block;
        font-size: 15px;
    }
    .company-detail-button button{
        margin-left: 0px!important;
    }
}

/* チャット詳細
----------------------------------------------------------------------------- */
.chat-title{
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-title button{
    padding: 5px;
    border-radius: 5px;
    background-color: #eee;
}
.block-btn{
    display: flex;
}
.chat-wrap{
    height: 75vh;
    overflow-y: scroll;
    padding: 20px;
}
.chat-inner{
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items:flex-start;
}
.chat-inner img{
    border-radius: 60px;
    width: 80px;
    height: 80px;
}
.chat-text{
    padding-left: 30px;
}
.chat-right{
    justify-content: flex-end;
}
.chat-right .chat-text{
    padding-right: 30px;    
}
.chat-text-area {
    position: absolute;
    bottom: 10px;
    left: 300px;
}
.chat-text-area input[type="text"] {
    height: 80px;
    width: 80%;
}
.chat-text-area button {
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    background-color: #eee;
}
@media screen and (max-width:768px){
    .chat-text-area{
        left:10px;
        width: 70%!important;
    }
    .chat-inner{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .member-main{
        margin-top:20px;
    }
    .chat-text-area button{
        width: 30%;
    }
}

/* 詳細画面　受けるボタン
----------------------------------------------------------------------------- */
.member-detail-btn{
    text-align: center;
    border-bottom:2px solid #eee;
    padding:30px;
    margin-bottom: 50px;
    background-color: #f6f6f6;
}
.member-detail-btn .btn-M img{
    height:40px;
    width:auto;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width:768px){
    .member-detail-btn .btn-M img{
        height: 30px;
    }
}

/* ボタン
----------------------------------------------------------------------------- */

@media screen and (max-width:768px){
    .btn-detail{
        min-width: 100px;
        font-size: 14px;
        margin: 0;
    }
    .btn-normal,
    .btn-submit,
    .btn-cancel,
    .btn-tel,
    .btn-mail,
    .btn-modal,
    .btn-detail{
        height: 30px;
        line-height: revert;
    }
}

/* 通報
----------------------------------------------------------------------------- */
.member-report-btn{
    padding: 50px 0;
    text-align: right;
}
.member-report-btn a{
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #eee;
    padding:5px 15px;
}
.member-report-btn a i{
    color:#FD9600;
}

/* モーダル
----------------------------------------------------------------------------- */

.modal-window-ttl{
    padding:10px;
    height: 50px;
}

@media screen and (max-width:767px){
    .modal-window-footer{
        height: 100px;
    }
    .modal-window-main{
        height: calc(70vh - 70px);
    }
}