﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');



/* ========BASIC======== */
* {
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    color: #666;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }


body {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1.6;
    letter-spacing: 1px;
    background-color: #FFFFFF;
    font-size: 14px;
    height: 100%;
}



br {
    letter-spacing: normal;
}

a {
    color: #3772FF;
    text-decoration: none;
    transition-property: all;
}

    a:hover {
        text-decoration: underline;
        color: #8AA5D8;
    }

    a.TextDecoNone:hover {
        text-decoration: none !important;
    }

button:hover {
    cursor: pointer;
}

input:hover {
    opacity: 0.8;
    cursor: pointer !important; /*
    transition: 0.5s;*/
}

img {
    border: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    font-size: 12px;
    word-wrap: break-word;
}

.clearfix {
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.NoPdng {
    padding: 0;
}

.none {
    display: none;
}

.word-break-all {
    word-break: break-all;
}

.Wrap_float-link {
    display: inline-block;
    width: auto;
    position: fixed;
    right: 50px;
    bottom: 60px;
    text-align: right;
    z-index: 99999999;
}

.float-close img {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
}

.Wrap_float-link a {
    display: inline-block;
    cursor: pointer;
}

.float-link img {
    width: 336px;
}



/*  non-responsive */
.container {
    min-width: 1140px;
}

.container-fluid {
    padding: 0;
}
/*
@media screen and (min-width: 1141px) {
    .container,
    .container-fluid {
        min-width: 1260px;
    }
}*/
@media screen and (max-width: 1140px) {

    .container-fluid {
        min-width: 1140px;
    }
}


/* --------------------------------
	汎用クラス
-------------------------------- */
.txt9 {
    font-size: 9px;
    line-height: 1.5;
}

.txt10 {
    font-size: 10px;
    line-height: 1.5;
}

.txt11 {
    font-size: 11px;
    line-height: 1.455;
}

.txt12 {
    font-size: 12px;
    line-height: 1.417;
}

.txt13 {
    font-size: 13px;
    line-height: 1.385;
}

.txt14 {
    font-size: 14px;
    line-height: 1.357;
}

.txt15 {
    font-size: 15px;
    line-height: 1.333;
}

.txt16 {
    font-size: 16px;
    line-height: 1.313;
}

.txt18 {
    font-size: 18px;
    line-height: 1.278;
}

.txt20 {
    font-size: 20px;
    line-height: 1.25;
}

.txt26 {
    font-size: 26px;
}

.Arial {
    font-family: Arial;
}

    .Arial a {
        font-family: Arial;
    }


.b {
    font-weight: bold;
}

.f {
    color: #fff;
}

.blue {
    color: blue;
}

.nowrap {
    white-space: nowrap;
}

.center {
    text-align: center;
}

.centercenter {
    display: flex;
    justify-content: center;
    align-items: center;
}


.right {
    text-align: right;
}

.left {
    text-align: left;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block;
}

.pointer {
    cursor: pointer;
}

.floatleft {
    float: left;
}


.border0 {
    border: 0;
}

.f {
    color: #fff;
}

.grn {
    color: #368b2c;
}

.gray {
    color: #9ba6b0;
}

.gray2 {
    color: #707070;
}

.orangered {
    color: #C20114;
}

.bg-lightgray {
    background: #efefef;
}

.bg-lightgray2 {
    background: #A1A5B5;
}

.bg-yellow {
    background: #faffbd !important;
}

span.cmd {
    cursor: pointer;
}

span.ex {
    color: #258dc8;
}

span.msg {
    display: block;
    padding: 5px 15px;
    color: #3b4043;
    background: #EFE889;
}

    span.msg:empty {
        padding: 0;
    }

div.msg ul li {
    display: block;
    padding: 5px 15px;
    color: #3b4043;
    background: #EFE889;
}

.radius4px {
    border-radius: 4px;
}

.BgGrey {
    background: #F8F9FA;
}

.bg-white50 {
    background: rgba(255, 255, 255, 0.5)
}

hr {
    border-top: 1px solid #dee3e6;
    margin: 15px auto;
}

.floatright {
    float: right;
}

.w30px {
    width: 30px;
}

.w40px {
    width: 40px;
}

.w50px {
    width: 50px;
}

.w70px {
    width: 70px;
}

.w80px {
    width: 80px;
}

.w90px {
    width: 90px;
}

.w100px {
    width: 100px;
}

.w110px {
    width: 110px;
}

.w120px {
    width: 120px;
}

.w150px {
    width: 150px;
}

.w170px {
    width: 170px;
}

.w200px {
    width: 200px;
}

.w300px {
    width: 300px;
}

.w500px {
    width: 500px;
}

.w920px {
    width: 920px;
}

.h5px {
    height: 5px;
}

.h10px {
    height: 10px;
}

.h15px {
    height: 15px;
}

.h20px {
    height: 20px;
}

.h30px {
    height: 30px;
}

.h50px {
    height: 50px;
}

.lh-18 {
    line-height: 1.8;
}

.z-index-0 {
    z-index: 0;
}

.z-index-100 {
    z-index: 100;
}
/* ========NAV======== */
.logo-Biz {
    text-align: center;
    border-bottom: 1px solid #A1A5B5;
}

    .logo-Biz img {
        margin: 50px auto;
        width: 90%;
        max-width: 380px;
    }

.LoginForm {
    border: 0;
    background: #efefef;
    height: 46px;
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 20px auto;
    padding: 5px 15px;
    border-radius: 4px;
}

    .LoginForm:focus {
        border: 1px solid #3772FF;
    }


.logomini-Biz {
    padding: 0;
}

    .logomini-Biz img {
        max-width: 200px !important;
        height:auto;
        margin: 30px 0 0 15px;
    }

.pwq_wrap {
    border: 2px solid #A1A5B5;
    border-radius: 0.3rem;
    width: 100%;
    padding: 15px;
    max-width: 460px;
    margin: 0 auto;
}

.HdIcon {
    width: 30px;
    height: 30px;
    margin: 30px 15px;
}


.HdSrcForm {
    border: 0;
    color: #3b4043;
    background: #efefef;
    background-image: url('/img/icon05.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 15px 13px;
    height: 46px;
    display: inline-block;
    width: 100%;
    max-width: 480px;
    margin: 20px 0 20px 10px;
    padding: 5px 15px 5px 50px;
    border-radius: 4px 0 0 4px;
    vertical-align: top;
    font-size: 18px;
    border-right: 1px solid #e4e6e8;
}

.HdSrcBtn {
    display: inline-block;
    vertical-align: top;
    background: #efefef;
    height: 46px;
    width: 80px;
    line-height: 36px;
    padding: 5px 15px;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 !important;
    border: 0;
}

.HdSrcArw {
    display: inline-block;
    vertical-align: top;
    background: #efefef;
    padding: 5px 15px;
    margin: 20px 0;
    height: 46px;
    border-radius: 0 4px 4px 0;
}

    .HdSrcArw img {
        width: 12px;
        margin: 12px 0;
        vertical-align: middle;
    }

    .HdSrcArw:hover,
    .HdUser:hover {
        cursor: pointer;
    }


.HdSrc {
    position: absolute;
    z-index: 500;
    top: 65px;
    left: 25px;
    width: 480px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 0.3rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}

    .HdSrc .Title {
        color: #798896;
        padding: 10px 15px 5px 20px;
        font-size: 12px;
        font-weight: 600;
    }

    .HdSrc ul {
        list-style: none;
        margin: 0 0 20px 20px;
        padding: 0;
    }

        .HdSrc ul li a {
            display: block;
            color: #3b4043;
            font-size: 17px;
            line-height: 27px;
            font-weight: 500;
        }

        .HdSrc ul.recent li a {
            width: 90%;
            display: inline-block;
        }

        .HdSrc ul.recent li {
            position: relative;
        }

            .HdSrc ul.recent li a.close {
                width: 24px;
                height: 24px;
                position: absolute;
                top: 0;
                right: 10px;
            }

.HdMsg {
    position: absolute;
    z-index: 500;
    top: 90px;
    right: 220px;
    width: 375px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 0.3rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}

    .HdMsg:after, .HdMsg:before {
        bottom: 100%;
        right: 15px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .HdMsg:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 6px;
        margin-left: -6px;
    }

    .HdMsg:before {
        border-color: rgba(237, 237, 237, 0);
        border-bottom-color: #ededed;
        border-width: 7px;
        margin-left: -7px;
    }

    .HdMsg a:hover span {
        text-decoration: none;
        text-decoration-line: none;
        text-decoration-color: transparent;
        color: #007bff;
    }

    .HdMsg a {
        text-decoration: none;
        text-decoration-line: none;
        text-decoration-color: transparent;
    }

    .HdMsg .Title {
        padding: 10px 15px 5px 15px;
        font-size: 12px;
        border-bottom: 1px solid #dee3e6;
    }

    .HdMsg img.Stu {
        float: left;
        width: 52px;
        height: 52px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 15px;
    }

    .HdMsg .StuName {
        display: block;
        font-size: 14px;
    }

    .HdMsg .StuMsg {
        display: block;
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .HdMsg .list {
        padding: 10px 15px 10px 15px;
        border-bottom: 1px solid #dee3e6;
    }


.HdNotification {
    position: absolute;
    z-index: 500;
    top: 90px;
    right: 155px;
    width: 375px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 0.3rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}

    .HdNotification:after, .HdNotification:before {
        bottom: 100%;
        right: 15px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .HdNotification:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 6px;
        margin-left: -6px;
    }

    .HdNotification:before {
        border-color: rgba(237, 237, 237, 0);
        border-bottom-color: #ededed;
        border-width: 7px;
        margin-left: -7px;
    }

    .HdNotification .Title {
        padding: 10px 15px 5px 15px;
        font-size: 12px;
        border-bottom: 1px solid #dee3e6;
    }

    .HdNotification .list {
        padding: 10px 15px 10px 60px;
        background-image: url(/img/icon-Biz.png);
        background-repeat: no-repeat;
        background-position: top 5px;
        font-size: 11px;
        border-bottom: 1px solid #dee3e6;
    }

    .HdMsg .PostTime,
    .HdNotification .PostTime {
        display: block;
        font-size: 10px;
        color: #8896a3;
        font-weight: 500;
    }

    .HdMsg .more,
    .HdNotification .more {
        display: block;
        text-align: center;
        font-size: 11px;
        margin: 8px 15px;
    }


.HdUser {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0;
}

    img.companyuser,
    .HdUser img.companyuser,
    .UserSetting img.companyuser {
        margin: 0 10px 0 20px;
        width: 52px;
        height: 52px;
        object-fit: cover;
        border-radius: 50%;
    }

    .HdUser img.arw {
        width: 16px;
        margin: 16px 0 12px 0;
        vertical-align: middle;
    }

.HdUserSetting {
    position: absolute;
    z-index: 500;
    top: 90px;
    right: 0;
    width: 300px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 0.3rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}

    .HdUserSetting:after, .HdUserSetting:before {
        bottom: 100%;
        right: 85px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .HdUserSetting:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 6px;
        margin-left: -6px;
    }

    .HdUserSetting:before {
        border-color: rgba(237, 237, 237, 0);
        border-bottom-color: #ededed;
        border-width: 7px;
        margin-left: -7px;
    }

    .HdUserSetting img.companyuser {
        margin: 0;
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 50%;
    }

    .HdUserSetting .ComName,
    .HdUserSetting .ComUserName {
        display: block;
    }

    .HdUserSetting .ComName {
        color: #798896;
        font-size: 12px;
    }

    .HdUserSetting .ComUserName {
        color: #54585b;
    }

    .HdUserSetting .menu1 {
        background: url(/img/icon24.png);
    }

    .HdUserSetting .menu2 {
        background: url(/img/icon25.png);
    }

    .HdUserSetting .menu3 {
        background: url(/img/icon26.png);
    }

    .HdUserSetting .menu1,
    .HdUserSetting .menu2,
    .HdUserSetting .menu3 {
        display: block;
        line-height: 44px;
        padding: 0 15px 0 60px;
        background-position: top 12px left 30px;
        background-repeat: no-repeat;
    }

        .HdUserSetting .menu1:hover,
        .HdUserSetting .menu2:hover,
        .HdUserSetting .menu3:hover,
        .HdUserSetting a:hover {
            background-color: #efefef;
            text-decoration: none;
        }

    .HdUserSetting .mail {
        color: #9ba6b0;
    }



@media screen and (max-width: 1199px) {
    .logomini-Biz img {
       /* height: 100%;
        width: auto;*/
    }

    .HdIcon {
        margin: 30px 8px;
    }

    .HdUser img.companyuser {
        margin: 0 5px 0 10px;
    }

    .HdUserSetting {
        top: 90px;
        right: -10px;
    }

    .HdNotification {
        top: 90px;
        right: 130px;
    }

    .HdMsg {
        top: 90px;
        right: 180px;
    }

    .HdSrcForm {
        max-width: 380px;
    }

    .HdSrc {
        width: 380px;
    }
}

@media screen and (max-width: 991px) {
    .logomini-Biz img {
        max-width: 190px;
        height: auto;
    }
}

.BtnLink {
    display: block;
    border: 1px solid #A1A5B5;
    color: #3b4043;
    background: #fafafa;
    border-radius: 3px;
    padding: 6px 15px;
    margin: 5px auto;
    font-size: 13px;
}

    .BtnLink:hover {
        color: #3b4043;
    }

.LeftNavi {
    padding: 15px 0 0 0;
    background: #140152;
}

    .LeftNavi .icon {
        width: 25px;
        height: 25px;
        opacity: 0.3;
        margin: 11px 6px 12px 15px;
    }

    .LeftNavi ul {
        list-style: none;
        margin: 0 0 10px 0;
        padding: 0;
        border-bottom: 1px solid #667079;
    }

        .LeftNavi ul:last-child {
            border-bottom: 0;
        }

        .LeftNavi ul.red {
            border-bottom: 1px solid #3772FF;
        }

    .LeftNavi li {
        height: 48px;
        position: relative;
    }

        .LeftNavi li a {
            display: inline-block;
            text-align: left;
            height: 100%;
            width: 100%;
        }

        .LeftNavi li span {
            color: #ffffff;
            font-weight: 400;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 12px;
            padding-left: 30px;
        }

        .LeftNavi li:hover span {
            padding-left: 23px;
        }

        .LeftNavi li.active span,
        .LeftNavi li.active:hover span {
            padding-left: 20px;
        }

    .LeftNavi ul li:last-child {
        margin-bottom: 15px;
    }

    .LeftNavi .t {
        display: block;
        text-align: left;
        margin: 25px 0 10px 20px;
        color: #A1A5B5;
        font-size: 14px;
        font-weight: bold;
    }

    .LeftNavi li.active,
    .LeftNavi li:hover {
        border-left: 7px solid #3772FF;
        background: rgba(0, 0, 0, 0.30);
    }

        .LeftNavi li.active .icon,
        .LeftNavi li:hover .icon {
            opacity: 1;
            margin: 11px 6px 12px 8px;
        }




/* ========Btn======== */
.BtnDef {
    padding: 0.5rem 1rem;
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #fff;
    border: 2px solid #3772FF;
    background: #3772FF; /* Old browsers */
    display: inline-block;
    height: 48px;
    min-width: 260px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .BtnDef.next {
        background: url(/img/icon40.png), #3772FF; /* Old browsers */
        background-repeat: no-repeat;
        background-position: 93%;
    }

    .BtnDef.SrcCdt {
        background: url(/img/icon43.png), #3772FF; /* Old browsers */
        background-repeat: no-repeat;
        background-position: 7%;
        min-width: unset;
        padding: 15px 30px 15px 50px;
        height: 72px;
    }


    .BtnDef.Src {
        background: url(/img/icon46.png), #3772FF; /* Old browsers */
        background-repeat: no-repeat;
        padding: 0.5rem 1rem 0.5rem 1.5rem;
        background-position: left 7% top 45%;
    }

    .BtnDef.w {
        padding: 0.5rem 1rem;
        margin: 5px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        border-radius: 0.3rem;
        color: #3772FF;
        border: 2px solid #3772FF;
        background: #FCFEFF;
        display: inline-block;
        height: 48px;
        min-width: 260px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .BtnDef.w:hover {
            opacity: unset;
            color: #FCFEFF;
            background: #3772FF;
        }

        .BtnDef.mini, .BtnDef.w.mini {
            min-width: unset;
            padding: 3px 15px 3px 15px;
            font-size: 12px;
            height: auto;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
        }

.BtnCard {
    padding: 8px 13px 8px 38px;
    margin: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #3772FF;
    border: 2px solid #3772FF;
    background: #FCFEFF;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .BtnCard:hover {
        opacity: unset;
        color: #FCFEFF;
        background: #3772FF;
        text-decoration: none;
    }

    .BtnCard.lg {
        height: 48px;
        min-width: 260px;
    }

    .BtnCard.noicon {
        padding: 8px 15px;
    }

    .BtnCard.youkou {
        background: url(/img/o-icon15.png), #FCFEFF;
        background-repeat: no-repeat;
        background-position: 8%;
    }

        .BtnCard.youkou:hover, .BtnCard.del:hover,
        .BtnCard.feedbk:hover {
            color: #3772FF;
        }

    .BtnCard.stu {
        background: url(/img/icon16.png), #fdfdfd; /* Old browsers */
        background: url(/img/icon16.png), -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6-15 */
        background: url(/img/icon16.png), -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: url(/img/icon16.png), linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-position: 6%;
    }

    .BtnCard.feedbk {
        background: url(/img/o-icon17.png), #FCFEFF; 
        background-repeat: no-repeat;
        background-position: 8%;
    }

    .BtnCard.print {
        background: url(/img/icon44.png), #fdfdfd; /* Old browsers */
        background: url(/img/icon44.png), -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6-15 */
        background: url(/img/icon44.png), -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: url(/img/icon44.png), linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-position: 8%;
        padding: 3px 30px 3px 50px;
        font-size: 12px;
        margin: 5px 0 0 0;
    }


    .BtnCard.like1 {
        background: url(/img/icon21.png), #fdfdfd; /* Old browsers */
        background: url(/img/icon21.png), -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6-15 */
        background: url(/img/icon21.png), -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: url(/img/icon21.png), linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-position: 10%;
        width: 200px;
    }

    .BtnCard.like2 {
        color: #aaaaaa;
        /*
            color: #dbdfe1;
        */
        background: url(/img/icon22.png), #fdfdfd; /* Old browsers */
        background: url(/img/icon22.png), -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6-15 */
        background: url(/img/icon22.png), -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: url(/img/icon22.png), linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-position: 10%;
    }

    .BtnCard.msg {
        background: url(/img/icon39.png), #fdfdfd; /* Old browsers */
        background: url(/img/icon39.png), -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6-15 */
        background: url(/img/icon39.png), -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: url(/img/icon39.png), linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-position: 10%;
    }

    .BtnCard.OffNone {
        color: #dbdfe1;
        background: url(/img/icon19.png), #fdfdfd; /* Old browsers */
        background: url(/img/icon19.png), -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6-15 */
        background: url(/img/icon19.png), -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: url(/img/icon19.png), linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-position: 10%;
    }


    .BtnCard.detail {
        padding: 8px 50px 8px 15px;
        width: calc(100% - 235px);
        background: url(/img/icon23.png), #fdfdfd; /* Old browsers */
        background: url(/img/icon23.png), -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6-15 */
        background: url(/img/icon23.png), -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: url(/img/icon23.png), linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-position: 98%;
    }

    .BtnCard.detail100 {
        padding: 8px 50px 8px 15px;
        width: 100%;
        background: url(/img/icon23.png), #fdfdfd; /* Old browsers */
        background: url(/img/icon23.png), -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6-15 */
        background: url(/img/icon23.png), -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: url(/img/icon23.png), linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-position: 98%;
    }

    .BtnCard.back {
        background: url(/img/o-icon30.png), #fdfdfd; /* Old browsers */
        background-repeat: no-repeat;
        background-position: 10%;
    }

        .BtnCard.back:hover {
            color: #3772FF;
        }

        .BtnCard.back.mini {
            padding: 3px 15px 3px 30px;
            font-size: 12px;
            background-position: 7%;
        }

    .BtnCard.back2 {
        background: url(/img/icon42.png), #fdfdfd; /* Old browsers */
        background: url(/img/icon42.png), -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6-15 */
        background: url(/img/icon42.png), -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: url(/img/icon42.png), linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-position: 7%;
    }



    .BtnCard.reset {
        padding: 3px 15px 3px 45px;
        min-width: 260px;
        height: 48px;
        background: url(/img/icon45.png), #fdfdfd; /* Old browsers */
        background: url(/img/icon45.png), -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6-15 */
        background: url(/img/icon45.png), -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: url(/img/icon45.png), linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
        background-position: 7%;
    }


    .BtnCard.viewstu {
        padding: 8px 13px;
    }


    .BtnCard.setting-edit {
        padding: 3px 15px;
        font-size: 12px;
        color: #3772FF;
        border: 2px solid #3772FF;
        background: #FCFEFF;
    }

        .BtnCard.setting-edit:hover {
            opacity: unset;
            color: #FCFEFF;
            background: #3772FF;
        }

    .BtnCard.del {
        background: url(/img/o-icon32.png), #FCFEFF;
        background-repeat: no-repeat;
        background-position: 10%;
    }

.BtnDef.thinkit {
    width: calc(100% - 200px);
    padding: 8px 15px 8px 50px;
    height: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    background: url(/img/icon28.png), #3772FF; /* Old browsers */
    background: url(/img/icon28.png), -moz-linear-gradient(top, #3772FF 0%, #fd5800 16%, #f44502 58%, #f03804 87%, #3772FF 100%); /* FF3.6-15 */
    background: url(/img/icon28.png), -webkit-linear-gradient(top, #3772FF 0%,#fd5800 16%,#f44502 58%,#f03804 87%,#3772FF 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(/img/icon28.png), linear-gradient(to bottom, #3772FF 0%,#fd5800 16%,#f44502 58%,#f03804 87%,#3772FF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3772FF', endColorstr='#3772FF',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-position: 10%;
}


.BtnCard.disabled,
.BtnDef.disabled {
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}

    .BtnCard.disabled:hover,
    .BtnDef.disabled:hover {
        cursor: default !important;
    }


.BtnNone {
    padding: 8px 15px 8px 25px;
    margin: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0.3rem;
    background-image: url('/img/icon20.png');
    background-repeat: no-repeat;
    background-position: top 10px left 3px;
    color: #c7c8c8;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label:hover {
    cursor: pointer;
}
/* swich */
.switch {
    margin: 5px 10px 0 10px;
}

.switch__label {
    width: 37px;
    position: relative;
    display: inline-block;
    padding-top: 3px;
}

.switch__content {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 7px;
    height: 14px;
    background-color: #efefef;
    -webkit-transition: all .1s .4s;
    -moz-transition: all .1s .4s;
    -ms-transition: all .1s .4s;
    -o-transition: all .1s .4s;
    transition: all .1s .4s;
    overflow: hidden;
}

    .switch__content:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 7px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.switch__input {
    display: none;
}

.switch__circle {
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #cdd6dd;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /*-webkit-box-shadow: 0 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;*/
}

.switch__input:checked ~ .switch__circle {
    left: 18px;
    background-color: #fff;
}

.switch__input:checked ~ .switch__content {
    border-color: transparent;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

    .switch__input:checked ~ .switch__content:after {
        background-color: #3772FF;
        width: 100%;
    }

/* PSEUDO-TOGGLE BUTTON MADE OF ASP.NET CHECKBOX AND CSS3*/
div.divToggleButton {
    margin: 5px 10px 0 10px;
}

    div.divToggleButton input[type=checkbox] {
        display: none;
        white-space: nowrap;
    }

    div.divToggleButton label {
        display: block;
        float: left;
        cursor: pointer;
    }

    /* set the size of the pseudo-toggle button control */
    div.divToggleButton input[type=checkbox]:checked + label::before,
    div.divToggleButton input[type=checkbox]:not(:checked) + label::before {
        width: 37pt;
        height: 20pt;
    }

    div.divToggleButton input[type=checkbox] + label {
        width: 37pt;
        height: 20pt;
    }

    /* additional styling: rounded border, gradient */
    div.divToggleButton input[type=checkbox] + label {
        display: block;
        cursor: pointer;
        position: relative;
        border-radius: 10px;
        height: 20px;
        width: 28pt;
        margin-right: 5px;
        background-color: #efefef;
        -webkit-transition: all .1s .4s;
        -moz-transition: all .1s .4s;
        -ms-transition: all .1s .4s;
        -o-transition: all .1s .4s;
        transition: all .1s .4s;
        overflow: hidden;
    }

        div.divToggleButton input[type=checkbox] + label::after {
            content: "";
            display: block;
            top: 0;
            left: 0;
            position: absolute;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            border: 1px solid #cdd6dd;
            background-color: #fff;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

    div.divToggleButton input[type=checkbox]:checked + label {
        background-color: #3772FF;
    }

    div.divToggleButton input[type=checkbox]:not(:checked) + label::after {
        left: 18px;
        background-color: #fff;
    }



/* progress */
.progress {
    margin: 3px 5px;
    height: 8px;
    background-color: #efefef;
}

.progress-bar {
    background-color: #3772FF;
    border-radius: 0.25rem;
}

.progress.ver2 {
    background-color: #A1A5B5;
}

/* normal radio */

.form-check-label input[type=radio] {
    display: inline-block;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/* */
.custom-control-label::before,
.custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 2px;
    left: -24px;
    margin-right: 10px;
}

.custom-control-label::after {
    background-size: 16px 17px;
}

.custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #cdd6dd;
}

.custom-control-input:disabled ~ .custom-control-label,
.custom-radio input[type=radio] ~ .custom-control-label {
    color: #e1e4e6;
}

    .custom-control-input:disabled ~ .custom-control-label::before,
    .custom-radio input[type=radio] ~ .custom-control-label::before {
        background: #fff;
        /*
        border: 1px solid #ebeef1;*/
        border: 1px solid #cccccc;
    }

.custom-control-label.mini {
    font-size: 12px;
}

    .custom-control-label.mini::before,
    .custom-control-label.mini::after {
        width: 16px;
        height: 16px;
        top: 1px;
        left: -18px;
        margin-right: 10px;
    }

    .custom-control-label.mini::after {
        background-size: 10px 10px;
    }

/* form */
.form-group.yoko .custom-control {
    display: inline-block;
    /*    margin-right: 15px;*/
}

    .form-group.yoko .custom-control .custom-control-label {
        display: inline-block;
        margin-right: 45px;
    }

    .form-group.yoko .custom-control.cb_mb-2 .custom-control-label {
        margin-bottom: 0.5rem !important;
    }

select.form-control.yoko {
    display: inline-block;
    margin-right: 15px;
}

select.form-control {
    background: #fff url(/img/icon04.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right 15px top 12px;
}

.form-control::placeholder {
    color: #dbdfe2;
}

input.BtnSelect {
    width: 300px;
    background: #fff url(/img/icon04.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right 15px top 12px;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* radio & check */

.rc input[type=radio],
.rc input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

    .rc input[type=radio] + label,
    .rc input[type=checkbox] + label {
        position: relative;
        display: inline-block;
        margin-right: 30px;
        font-size: 14px;
        line-height: 30px;
        cursor: pointer;
    }


@media (min-width: 1px) {
    .rc input[type=radio],
    .rc input[type=checkbox] {
        display: none;
        margin: 0;
    }

        .rc input[type=radio] + label {
            padding: 0 0 0 30px;
            margin-bottom: 0;
        }

        .rc input[type=checkbox] + label {
            padding: 0 0 0 28px;
            margin-bottom: 0;
        }

            .rc input[type=radio] + label::before,
            .rc input[type=checkbox] + label::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: block;
                border-radius: 5px;
                background: #FFF;
            }

        .rc input[type=radio] + label::before {
            width: 24px;
            height: 24px;
            margin-top: -12px;
        }

        .rc input[type=checkbox] + label::before {
            width: 22px;
            height: 22px;
            margin-top: -11px;
        }

        .rc input[type=radio] + label::before {
            border: 1px solid #CDD6DD;
            border-radius: 30px;
        }

        .rc input[type=checkbox] + label::before {
            border: 1px solid #CDD6DD;
        }

        .rc input[type=radio]:checked + label::after,
        .rc input[type=checkbox]:checked + label::after {
            content: "";
            position: absolute;
            top: 50%;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
        }

        .rc input[type=radio]:checked + label::after {
            left: 6px;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            background: #fff;
            border-radius: 50%;
        }

        .rc input[type=radio]:checked + label::before {
            border: 1px solid #fff;
            border-radius: 30px;
            background: #3772FF;
        }

        .rc input[type=checkbox]:checked + label::after {
            left: 5px;
            width: 12px;
            height: 8px;
            margin-top: -6px;
            border-left: 3px solid #fff;
            border-bottom: 3px solid #fff;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .rc input[type=checkbox]:checked + label::before {
            background: #3772FF;
            border: 1px solid #fff;
        }
}


/* either */

.rc .either {
    position: relative;
    display: inline-block;
    width: 120px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
}

    .rc .either input[type=radio] + label {
        position: static;
        float: left;
        display: block;
        width: 50%;
        margin-right: 0;
        padding: 0;
        overflow: hidden;
        text-align: center;
    }

        .rc .either input[type=radio] + label::before {
            content: attr(data-label);
            top: 0;
            bottom: 0;
            z-index: 1;
            display: block;
            width: 50%;
            height: auto;
            margin-top: 0;
            text-align: center;
            color: transparent;
            background: transparent;
            border: 0 none;
            border-radius: 0;
        }

        .rc .either input[type=radio] + label:last-child::before {
            left: 50%;
            right: 0;
        }

    .rc .either input[type=radio]:checked + label::before {
        color: #fff;
    }

    .rc .either input[type=radio] + label::after {
        border-radius: 0;
    }

    .rc .either input[type=radio]:first-child + label::after {
        content: none;
    }

    .rc .either input[type=radio] + label + input[type=radio] + label::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0;
        display: block;
        width: auto;
        height: auto;
        margin: 2px;
        background: #3f4c6b;
        border: 1px solid #3f4c6b;
        border-radius: 3px;
        -webkit-transition: all 100ms;
        transition: all 100ms;
    }

    .rc .either input[type=radio]:checked + label + input[type=radio] + label::after {
        left: 0;
        right: 50%;
    }

    .rc .either input[type=radio] + label + input[type=radio]:checked + label::after {
        left: 50%;
        right: 0;
    }

}



/* RegDef */
table.regDef {
    width: 100%;
    margin-bottom: 15px;
}

    table.regDef > tbody > tr > td {
        padding: 10px;
        border-top: 1px solid #cdd6dd;
        border-bottom: 1px solid #cdd6dd;
        color: #464b4e;
    }

        table.regDef > tbody > tr > td:first-child {
            text-align: center;
            width: 160px;
            background: #efefef;
        }

    table.regDef tr td span.required:after {
        content: '[必須]';
        color: #C20114;
        display: inline-block;
        margin-left: 10px;
        font-size: 12px;
    }


    table.regDef tr td input.BtnDef,
    input.BtnDef.sm {
        min-width: 70px;
        height: 38px;
        padding: 0.4rem 1rem;
    }

input.BtnDef.md {
    min-width: 140px;
    height: 38px;
    padding: 0.4rem 1rem;
}
/* regShokureki*/


table.regShokureki {
    width: 100%;
}

    table.regShokureki tr th {
        background: #efefef;
        color: #464646;
        font-weight: normal;
        padding: 10px;
        font-size: 12px;
    }

    table.regShokureki tr td {
        padding: 10px;
        border-top: 1px solid #cdd6dd;
        border-bottom: 1px solid #cdd6dd;
        color: #464b4e;
        font-size: 12px;
    }

table.regShokurekiForm {
    width: 100%;
    margin-bottom: 50px;
}

    table.regShokurekiForm tr td,
    table.regShokurekiForm tr th {
        background: #efefef;
        color: #464646;
        font-weight: normal;
        padding: 5px;
    }

    table.regShokurekiForm tr th {
        width: 120px;
        padding: 10px;
    }

    table.regShokurekiForm tr:first-child td {
        padding-top: 15px;
    }

    table.regShokurekiForm tr:first-child th {
        padding-top: 20px;
    }

table.regTag {
    width: 100%;
}

    table.regTag tr th {
        background: #efefef;
        color: #464646;
        font-weight: normal;
        padding: 10px;
        font-size: 12px;
    }

    table.regTag tr td {
        padding: 10px;
        text-align: center;
        border-top: 1px solid #cdd6dd;
        border-bottom: 1px solid #cdd6dd;
        color: #464b4e;
        font-size: 12px;
    }

        table.regTag tr td a {
            display: inline-block;
            width: 100%;
            height: 38px;
        }

            table.regTag tr td a img.del {
                padding: 13px;
            }

            table.regTag tr td a img.sort {
                padding: 7px;
            }
/* skill */
.ComUserSkill {
    background: #efefef;
    border-radius: 4px;
    padding: 20px 15px;
}

.ComSkillTag {
    display: inline-block;
    margin: 5px 5px 5px 0;
    color: #525659;
    border: 1px solid #A1A5B5;
    border-radius: 6px;
}

    .ComSkillTag a {
        display: inline-block;
        color: #525659;
        width: 100%;
        padding: 3px 10px;
        height: 100%;
    }
/* Contents */
.breadcrumb {
    color: #464b4e;
    padding: 1rem 0 0 0;
    background-color: transparent;
}

    .breadcrumb span {
        display: inline-block;
        margin: 0 10px 0 0;
    }


.AlertMsg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #3b4043;
    background: #EFE889;
    padding: 10px 50px;
    overflow: hidden;
}

.Ctitle {
    display: block;
    margin: 40px 15px 15px 15px;
    font-weight: 500;
    font-size: 16px;
}

.Cwrap {
    display: block;
    color: #0b0b0b;
    background: #fff;
    margin: 10px 15px 15px 15px;
    padding: 25px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.02);
}

    .Cwrap ul {
        list-style: none;
        margin: 10px 0 20px 0;
        padding: 0;
    }

        .Cwrap ul li {
            margin: 0;
            padding: 5px 0;
        }


    .Cwrap .Ctitle {
        display: block;
        position: relative;
        margin: 5px 15px 15px 0;
        font-weight: 500;
        font-size: 16px;
    }

.HomeInfo {
    background: #fff;
    margin: 0;
    padding: 10px 20px 20px 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
}

    .HomeInfo .date {
        display: block;
        margin-top: 15px;
        font-size: 12px;
    }

        .HomeInfo .date.new:after {
            content: 'NEW！';
            color: #3772FF;
            padding-left: 20px;
        }

    .HomeInfo a {
        text-decoration: underline;
    }

a.more {
    float: right;
    display: inline-block;
    text-align: right;
    padding: 5px 35px 5px 15px;
    background-image: url('/img/o-icon23.png');
    background-repeat: no-repeat;
    background-position: top 7px right 0;
}

/* message */
.MsgHeader {
    position: relative;
    height: 66px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#565e61+0,33373a+36,323637+36,0d0d0d+100 */
    background: #565e61; /* Old browsers */
    background: -moz-linear-gradient(left, #565e61 0%, #33373a 36%, #323637 36%, #0d0d0d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #565e61 0%,#33373a 36%,#323637 36%,#0d0d0d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #565e61 0%,#33373a 36%,#323637 36%,#0d0d0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565e61', endColorstr='#0d0d0d',GradientType=1 ); /* IE6-9 */
}


.MsgSrcForm {
    border: 0;
    color: #3b4043;
    background: #fff;
    background-image: url('/img/icon05.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 15px 8px;
    height: 36px;
    width: 440px;
    display: block;
    margin: 15px 20px 15px 5px;
    padding: 5px 15px 5px 50px;
    border-radius: 4px;
    vertical-align: top;
    font-size: 15px;
    border-right: 1px solid #e4e6e8;
}


.MsgTo {
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.MsgList {
    position: relative;
    display: block;
    min-height: 80px;
    padding: 20px 15px 15px 110px;
    border-top: 1px #e3e6e8 solid;
    border-left: 5px solid #fff;
}


.MsgListWrap .MsgList:last-child {
    border-bottom: 1px #e3e6e8 solid;
}


a:hover .MsgList {
    border-left: 5px solid #3772FF;
}

.MsgLeft {
    border: 1px #e3e6e8 solid;
    border-top: 0;
    overflow-y: scroll;
}

.MsgListWrap {
    margin: 0;
    padding: 0;
}

.MsgList img.user {
    margin-left: 30px;
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-50%) translateX(-75px);
    -webkit- transform: translateY(-50%) translateX(-75px);
}

.MsgList .stu {
    width: 250px;
}

.MsgList .StuName {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}

.MsgList .univ {
    font-size: 15px;
    display: inline-block;
}

.MsgList .date {
    position: absolute;
    top: 22px;
    right: 10px;
    font-size: 12px;
    color: #A1A5B5;
}

.MsgList.selected .date {
    color: #798896;
}

.MsgTo span.StuName {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}

.MsgTo span.Name {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}

    .MsgTo span.Name:after {
        content: ',';
    }

    .MsgTo span.Name:last-child:after {
        content: '';
    }



.MsgList.selected {
    background: #efefef;
    border-left: 5px solid #3772FF;
}

.MsgList.unread:before {
    content: '●';
    font-size: 20px;
    color: #3772FF;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) translateX(-15px);
    -webkit- transform: translateY(-50%) translateX(-15px);
}

.MsgList .MsgText {
    display: -webkit-box;
    height: 38px;
    margin: 10px 0 0 0;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.TabDef.Msg .ajax__tab_header {
    margin: 5px auto 10px auto;
}

.MsgBody {
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 0px -8px 8px -1px #fdfdfd inset;
    -ms-box-shadow: 0px -8px 8px -1px #fdfdfd inset;
    -moz-box-shadow: 0px -8px 8px -1px #fdfdfd inset;
    -webkit-box-shadow: 0px -8px 8px -1px #fdfdfd inset;
    -o-box-shadow: 0px -8px 8px -1px #fdfdfd inset;
    box-shadow: 0px -8px 8px -1px #fdfdfd inset;
}


    .MsgBody img.StuIcon {
        margin: 20px 0 0 30px;
        width: 52px;
        height: 52px;
        object-fit: cover;
        border-radius: 50%;
    }

    .MsgBody .MsgFromStu .MsgText {
        position: relative;
        background: #efefef;
        padding: 15px 20px;
        margin: 20px 20px 5px 0;
        border-radius: 4px;
        min-height: 70px;
    }


        .MsgBody .MsgFromStu .MsgText::before {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            left: -15px;
            top: 20px;
            border-right: 15px solid #efefef;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }



    .MsgBody .MsgFromCom .MsgText {
        position: relative;
        background: #3772FF;
        color: #fff;
        padding: 15px 20px;
        margin: 20px 20px 5px 0;
        border-radius: 4px;
        min-height: 70px;
    }


        .MsgBody .MsgFromCom .MsgText::before {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            right: -15px;
            top: 20px;
            border-left: 15px solid #3772FF;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }

    .MsgBody .date {
        display: inline-block;
        color: #6f7579;
        margin-bottom: 10px;
    }

    .MsgBody .MsgFromCom .date {
        display: block;
        text-align: right;
        padding-right: 20px;
    }

.MsgForm {
    position: absolute;
    bottom: 0;
    border-top: 1px #e3e6e8 solid;
    background: #fff;
    padding: 20px;
    height: 370px;
}

.MsgFormTextBox {
    margin: 10px 0 20px 0;
    background: #efefef;
    border: 0;
}

textarea.MsgFormTextBox::placeholder {
    color: #798896;
}

.MsgFormTextBox2 {
    display: inline-block;
    width: 260px;
    float: right;
    top: 3px;
    position: relative;
    padding: 0.375rem 0.1rem;
    background: #efefef;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #3772FF;
}

.MsgForm_text {
    line-height: 28px;
    margin-left: 10px;
    top: 2px;
    position: relative;
    display: inline-block;
}

    .MsgForm_text span {
        white-space: nowrap;
    }

.MsgForm .del {
    display: inline-block;
    margin: 0 15px 0 5px;
    top: -1px;
    position: relative;
}

.MsgForm_userselect {
    display: inline-block;
    height: 60px;
    padding: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}

    .MsgForm_userselect .BtnDef {
        float: right;
        min-width: unset;
        width: 100px;
        border-radius: 0 0.3rem 0.3rem 0;
        height: 60px;
        margin: 0;
    }

    .MsgForm_userselect .user:hover {
        cursor: pointer;
    }

    .MsgForm_userselect .user {
        height: 60px;
        display: inline-block;
        width: 230px;
        text-align: left;
        border: 1px solid #dee0e7;
        border-radius: 0.3rem 0 0 0.3rem;
        border-right: 0;
        padding: 9px 30px 9px 15px;
        margin: 0;
        background: url('/img/icon41.png');
        background-repeat: no-repeat;
        background-position: top 50% right 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .MsgForm_userselect .user img {
            margin: 0 10px 0 0;
            width: 40px;
            height: 40px;
            float: left;
            object-fit: cover;
            border-radius: 50%;
        }



.MsgUserSelect {
    position: absolute;
    z-index: 500;
    top: 59px;
    left: 37px;
    width: 230px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-top: 0;
    border-radius: 0 0 0.3rem 0.3rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}

    .MsgUserSelect .user {
        background: none;
        border: 0;
        border-bottom: 1px solid #ededed;
    }

        .MsgUserSelect .user:hover {
            background: #fafafa;
        }

/* view */
.listresult {
    color: #3f3f3f;
}

    .listresult .listresult-num span {
        display: inline-block;
        padding: 10px 15px 0 15px;
    }

    .listresult .page {
        padding: 2px 15px;
        display: inline-block;
    }

.page-item.disabled .page-link {
    background-color: transparent;
    border-color: transparent;
}

.page-link {
    display: inline-block;
    color: #525659;
    background-color: transparent;
    border: 0;
    margin: 1px;
    border-radius: 0.25rem;
}

    .page-link:hover {
        color: #525659;
        background-color: #b7babc;
        border-color: transparent;
    }

    .page-item.active .page-link,
    .page-link.active {
        z-index: 1;
        color: #F8F9FA;
        background-color: #3772FF;
        border-color: transparent;
    }

ul.pagination {
    margin-bottom: 3px;
}
/* SrcTag */
.SrcTag {
    display: inline-block;
    margin: 5px 4px;
    background: #FCFEFF;
    border: 1px solid #3772FF;
    border-radius: 14px;
    color: #3772FF;
}

    .SrcTag select {
        margin: 3px 15px;
    }

    .SrcTag a {
        display: inline-block;
        color: #3772FF;
        height: 28px;
        padding: 5px 15px;
        font-size: 12px;
    }

    .SrcTag.active {
        border: 1px solid #6f7579;
        background: #3b4043;
        color: #efefef;
    }

        .SrcTag.active a {
            color: #efefef;
        }

.SrcTagChk label {
    display: inline-block;
    margin: 5px 4px;
    padding: 3px 15px;
    background: #FCFEFF;
    border: 1px solid #3772FF;
    border-radius: 14px;
    color: #3772FF;
}

.SrcTagChk input[type=checkbox]:checked + label {
    border: 1px solid #6f7579;
    background: #3b4043;
    color: #efefef;
}

.SrcTagChk label:hover {
    cursor: pointer;
}
/* modal */
.ModalTitle {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}

.ModalText {
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
}

.ModalPanel {
    width: 160px;
    height: auto;
    float: left;
    margin-right: 30px;
}

.ui-dialog-titlebar {
    display: none;
}

.Modal_gfwrap {
    background: #efefef;
    padding: 25px;
    text-align: left;
}


.ui-widget-content {
    background: #ffffff !important;
    z-index: 5;
}

span.del a {
    text-align: left;
    display: block;
    font-size: 12px;
    color: #3772FF;
}
/* card */
.card {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.06);
}
    /* card gf */
    .card.gf {
        margin-bottom: 20px;
        border-radius: 5px;
    }

        .card.gf .card-header {
            padding: 5px 15px;
            color: #fff;
            border-radius: 5px 5px 0 0;
            border-bottom: 0;
        }

            .card.gf .card-header.before {
                background: #ff6200;
            }

            .card.gf .card-header.after {
                background: #3b4043;
            }

            .card.gf .card-header img {
                margin-right: 3px;
            }

        .card.gf .card-title {
            font-size: 16px;
            font-weight: 500;
        }

        .card.gf .panel {
            width: 100%;
            height: auto;
        }


        .card.gf .card-text table {
            width: 100%;
            margin-bottom: 15px;
        }

            .card.gf .card-text table tr td {
                padding: 10px;
                border-top: 1px solid #cdd6dd;
                border-bottom: 1px solid #cdd6dd;
                color: #464b4e;
            }

                .card.gf .card-text table tr td:first-child {
                    text-align: center;
                    width: 100px;
                    background: #efefef;
                }

                .card.gf .card-text table tr td .form-group {
                    display: inline-block;
                    vertical-align: top;
                    margin-bottom: 0;
                }

                .card.gf .card-text table tr td a.disabled {
                    color: #d8d9d9;
                    pointer-events: none;
                }

/*
.HomeGF div.card.gf:last-child {
    margin-bottom: 5px;
}*/

.soldoutimg-wrap img {
    filter: blur(5px);
}

.soldoutimg-wrap {
    width: 100%;
    z-index: 0;
    overflow: hidden;
    position: relative;
}

    .soldoutimg-wrap:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
    }

.soldoutimg-txt {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
}

    .soldoutimg-txt p {
        position: absolute;
        width: 96%;
        text-align: center;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0;
        padding: 0;
        color: #ffffff;
        font-size: 18px;
    }

.fewinstock {
    position: absolute;
    right: 30px;
    top: 15px;
    padding: 2px 0 0 30px;
    color: #3772FF;
    background: url(/img/icon27.png);
    background-repeat: no-repeat;
}


/* card stu */
.card.stu {
    margin-bottom: 20px;
    border-radius: 5px;
    width: 100%;
}

    .card.stu .card-header {
        padding: 5px 15px;
        border-radius: 5px 5px 0 0;
        border-bottom: 0;
        background: #3b4043;
        color: #fff;
    }

        .card.stu .card-header span {
            color: #fff;
        }

        .card.stu .card-header .recommended {
            display: inline-block;
            position: absolute;
            top: 0;
            line-height: 32px;
            background: #3772FF;
            color: #ffffff;
            margin: 0 0 0 30px;
            padding: 0 30px;
        }

    .card.stu .card-title {
        font-size: 12px;
        color: #3b4043;
        font-weight: 500;
        text-align: right;
    }

    .card.stu .card-text img.stu {
        display: inline-block;
        width: 120px;
        height: 120px;
    }

    .card.stu .card-text img.stu_mini {
        display: inline-block;
        width: 90px;
        height: 90px;
    }

    .card.stu .card-text .StuName {
        display: block;
        margin: 10px auto 3px auto;
        font-size: 18px;
    }

    .card.stu .card-text .StuLogin,
    .StuLogin {
        display: block;
        color: #3772FF;
        font-weight: 600;
    }

    .card.stu .card-text .StuPoint {
        display: inline-block;
        font-size: 20px;
        font-weight: 500;
        margin-right: 5px;
    }

    .card.stu .card-text table {
        width: 100%;
        margin-bottom: 15px;
    }

        .card.stu .card-text table tr td {
            padding: 10px;
            border-top: 1px solid #cdd6dd;
            border-bottom: 1px solid #cdd6dd;
            color: #464b4e;
            font-size: 12px;
        }

            .card.stu .card-text table tr td:first-child {
                width: 120px;
                background: #efefef;
                font-size: 13px;
            }

            .card.stu .card-text table tr td .form-group {
                display: inline-block;
                vertical-align: top;
                margin-bottom: 0;
            }

            .card.stu .card-text table tr td a.disabled {
                color: #d8d9d9;
                pointer-events: none;
            }

    .card.stu .g-comment {
        color: #3b4043;
        border-top: 1px solid #efefef;
        padding: 15px 15px 0 15px;
        font-size: 12px;
        line-height: 24px;
    }

        .card.stu .g-comment span {
            display: inline-block;
            margin: 0 10px 2px 0;
            padding: 0 10px;
            line-height: 24px;
            background: #A1A5B5;
        }


.HomeStu1 div.card.stu:last-child {
    margin-bottom: 100px;
}

.card.stu span.univ {
    display: block;
    margin: 10px 0 0 0;
    font-size: 12px;
}

.LinkStu {
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    position: relative;
}

    .LinkStu:hover:after {
        content: 'プロフを見る';
        font-size: 11px;
        line-height: 90px;
        background: rgba(0, 0, 0, 0.30);
        position: absolute;
        color: #fff;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border-radius: 50%;
        width: 90px;
        height: 90px;
    }



/* cerd event*/

.card.event {
    margin-bottom: 20px;
    border-radius: 5px;
    width: 100%;
}

    .card.event .card-header {
        padding: 5px 15px;
        color: #fff;
        border-radius: 5px 5px 0 0;
        border-bottom: 0;
    }

        .card.event .card-header.before {
            background: #ff6200;
        }

        .card.event .card-header.after {
            background: #3b4043;
        }

        .card.event .card-header img {
            margin-right: 3px;
        }

    .card.event .card-title {
        font-size: 16px;
        font-weight: 500;
    }

    .card.event .panel {
        width: 100%;
        height: auto;
    }


    .card.event .card-text table {
        width: 100%;
        margin-bottom: 15px;
    }

        .card.event .card-text table tr td {
            padding: 10px;
            border-top: 1px solid #cdd6dd;
            border-bottom: 1px solid #cdd6dd;
            color: #464b4e;
        }

            .card.event .card-text table tr td:first-child {
                text-align: center;
                width: 100px;
                background: #efefef;
            }

            .card.event .card-text table tr td .form-group {
                display: inline-block;
                vertical-align: top;
                margin-bottom: 0;
            }

            .card.event .card-text table tr td a.disabled {
                color: #d8d9d9;
                pointer-events: none;
            }

.EventStuNum {
    display: inline-block;
    line-height: 30px;
    margin: 10px 0 0 15px;
    font-size: 12px;
}

    .EventStuNum a {
        display: inline-block;
        margin-right: 5px;
        font-size: 18px;
    }


.closedimg-wrap img {
    filter: blur(5px);
}

.closedimg-wrap {
    width: 100%;
    z-index: 0;
    overflow: hidden;
    position: relative;
}

    .closedimg-wrap:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
    }

.closedimg-txt {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
}

    .closedimg-txt p img {
        filter: blur(0);
        margin-bottom: 10px;
    }

    .closedimg-txt p {
        position: absolute;
        width: 96%;
        text-align: center;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0;
        padding: 0;
        color: #ffffff;
        font-size: 18px;
    }

.card.event .BtnCard {
    min-width: 140px;
}
/* event unavailable*/

.icon34 {
    background-image: url(/img/icon34.png);
    background-repeat: no-repeat;
    background-position: top 10px left 30px;
    padding: 15px 15px 30px 120px;
    margin: 20px 0 15px 0;
    border-bottom: 1px solid #eceef0;
}

.icon35 {
    background-image: url(/img/icon35.png);
    background-repeat: no-repeat;
    background-position: top 10px left 30px;
    padding: 15px 15px 30px 120px;
    margin: 20px 0 30px 0;
    border-bottom: 1px solid #eceef0;
}

/* TabDef tab */

.ajax__tab_default .ajax__tab,
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    /*
        width: 50%;
    */
}

.TabDef .ajax__tab_header {
    font-size: 14px;
    font-weight: 600;
    margin: 30px auto 50px auto;
    display: block;
    border-bottom: 1px solid #A1A5B5;
}

    .TabDef .ajax__tab_header .ajax__tab_inner span {
        font-size: 14px;
        color: #798896;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        padding: 5px;
        width: 100%;
    }

.TabDef.col2 .ajax__tab_header .ajax__tab {
    width: 50%;
    display: inline-block;
}

.TabDef.col3 .ajax__tab_header .ajax__tab {
    width: 33.3%;
    display: inline-block;
}

.TabDef .ajax__tab_active .ajax__tab_outer {
    position: relative;
    width: 100%;
}

.TabDef .ajax__tab_active .ajax__tab_inner {
    border-bottom: 3px solid #3772FF;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.TabDef .ajax__tab_header .ajax__tab_inner a {
    width: 100%;
    display: inline-block;
}


.TabDef.col4 .ajax__tab_header .ajax__tab {
    width: 25%;
    display: inline-block;
}


.TabDef .ajax__tab_active .ajax__tab_inner span,
.TabDef.col3 .ajax__tab_active .ajax__tab_inner span,
.TabDef.col4 .ajax__tab_active .ajax__tab_inner span {
    width: 100%;
    color: #3772FF;
    text-align: center;
    display: inline-block;
    padding: 5px;
}

.TabDef .ajax__tab_active .ajax__tab_inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    right: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #3772FF transparent transparent transparent;
}

.TabDef .ajax__tab_active .ajax__tab_outer:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    width: 100%;
    left: 0;
    z-index: 100 !important;
    border-bottom: 4px solid #3772FF;
}

.TabDef .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab:focus,
.TabDef .ajax__tab_active.ajax__tab_hover span:focus {
    outline: none;
}




/* anke tab */

.anke .ajax__tab_header {
    font-size: 14px;
    font-weight: 600;
    margin: 30px auto 50px auto;
    display: block;
    border-bottom: 1px solid #A1A5B5;
}

    .anke .ajax__tab_header .ajax__tab_inner span {
        font-size: 14px;
        color: #798896;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        /*
width: 50%;
        */
        padding: 5px;
    }

.anke .ajax__tab_active .ajax__tab_outer {
    position: relative;
    z-index: 0;
}

.anke .ajax__tab_active .ajax__tab_inner {
    border-bottom: 3px solid #3772FF;
    width: 100%;
    display: inline-block;
    position: relative;
}

    .anke .ajax__tab_active .ajax__tab_inner span {
        width: 100%;
        color: #3772FF;
        text-align: center;
        display: inline-block;
        padding: 5px;
    }

    .anke .ajax__tab_active .ajax__tab_inner:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -14px;
        right: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7px 0 7px;
        border-color: #3772FF transparent transparent transparent;
    }

.anke .ajax__tab_active .ajax__tab_outer:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    width: 100%;
    left: 0;
    z-index: 100 !important;
    border-bottom: 4px solid #3772FF;
}

.anke .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab:focus,
.anke .ajax__tab_active.ajax__tab_hover span:focus {
    outline: none;
}



/* anke */

.gfDate {
    display: block;
    margin: 20px 10px 0 10px;
}

    .gfDate .sun {
        color: #3772FF;
    }

    .gfDate .sat {
        color: #3772FF;
    }

.gfTheme {
    font-size: 20px;
    font-weight: 500;
}

.ajax__tab_xp .ajax__tab_body, .ajax__tab_xp .ajax__tab_body_bottom, .ajax__tab_xp .ajax__tab_body_verticalleft, .ajax__tab_xp .ajax__tab_body_verticalright {
    background-color: transparent;
}

.card.stu.anke .card-header {
    background: #3b4043;
    color: #ffffff;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
}

.anke_StoC {
    background: url(/img/anke_StoC.png);
    background-repeat: no-repeat;
    background-size: 318px 216px;
    background-position: top center;
    min-height: 216px;
}

.card.stu .card-text table.fb_StoC {
    margin-bottom: 0;
}

    .card.stu .card-text table.fb_StoC tr th {
        border-top: 1px solid #cdd6dd;
        background: #efefef;
        font-weight: 500;
        text-align: center;
        font-size: 13px;
    }

    .card.stu .card-text table.fb_StoC tr td:first-child {
        background: transparent;
    }

    .card.stu .card-text table.fb_StoC tr:nth-child(2) td:nth-child(2) {
        border-top: 1px solid #3772FF;
    }

    .card.stu .card-text table.fb_StoC tr:nth-child(5) td:nth-child(2) {
        border-bottom: 1px solid #3772FF;
    }

    .card.stu .card-text table.fb_StoC tr td:nth-child(2) {
        color: #3772FF;
        background: rgba(239, 50, 6, 0.15);
        border-right: 1px solid #3772FF;
        border-left: 1px solid #3772FF;
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
    }

    .card.stu .card-text table.fb_StoC tr td:last-child {
        color: #3772FF;
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
    }

    .card.stu .card-text table.fb_StoC tr:last-child td {
        border-bottom: 0;
        font-size: 13px;
        color: #464b4e;
        text-align: left;
        padding-bottom: 0;
    }

.card.stu.anke .card-text table.marks tr td:first-child {
    width: 135px;
}

.card.stu.anke .card-text table tr td:first-child {
    width: 75px;
    font-size: 12px;
}

.card.stu.anke .card-text .StuName {
    margin: 3px auto;
}

.card.stu .card-text table.marks tr td:first-child {
    background: #ffffff;
}

.card.stu .card-text table.marks tr td:last-child {
    text-align: right;
}

.card.stu .card-text table.marks tr.total td {
    border-top: 1px solid #cdd6dd;
    padding-top: 10px;
}

.card.stu .card-text table.marks tr.total2 td {
    padding-top: 15px;
}

    .card.stu .card-text table.marks tr.total2 td .StuPoint {
        font-weight: 600;
    }

.card.stu .card-text table.marks tr td:last-child {
    font-size: 16px;
    line-height: 16px;
}

.card.stu .card-text table.marks tr td .StuPoint {
    margin-right: 0;
    font-weight: 800;
}

.card.stu .card-text table.marks tr td {
    border: 0;
    padding: 3px;
}

.card.stu .card-text table.marks tr.avr td {
    color: #b0b6bd;
}

    .card.stu .card-text table.marks tr.avr td:first-child {
        text-align: center;
        font-size: 10px;
        line-height: 13px;
        background: url(/img/brc-l.png);
        background-repeat: no-repeat;
        background-position: top 50% left 10px;
    }

    .card.stu .card-text table.marks tr.avr td:last-child {
        text-align: left;
        font-size: 16px;
        background: url(/img/brc-r.png);
        background-repeat: no-repeat;
        background-position: top 50% right 0;
    }

.no1 {
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    background: #3772FF;
    color: #ffffff;
    padding: 0 10px;
}

.card.anke .card-header .no1 {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    background: #3772FF;
    color: #ffffff;
    margin: 0 0 0 30px;
    padding: 0 30px;
}
/* students_view */
.border-des1 {
    border-bottom: 1px solid #959899;
}
/* PR */
.ts {
    display: inline-block;
    border: 1px solid #959ea7;
    padding: 1px 2px 0 2px;
    line-height: 12px;
    margin: 3px 5px 2px 2px;
    color: #959ea7;
    width: 60px;
    text-align: center;
    font-size: 10px;
}

.tsdata {
    display: inline-block;
    padding: 1px 2px 0 2px;
    line-height: 12px;
    margin: 0;
    color: #959ea7;
    font-size: 10px;
}

.pr_kana {
    font-size: 10px;
    color: #6f7579;
}

.pr_stu {
    width: 170px;
    height: 170px;
}


.PRwrap {
    position: relative;
    display: block;
    color: #0b0b0b;
    background: #fff;
    margin: 15px auto 30px auto;
    padding: 1px 0 0 0;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.02);
}

.EduBG {
    margin: 0 0 0 15px;
}

    .EduBG tr td {
        vertical-align: top;
    }

        .EduBG tr td:first-child {
            width: 50px;
            text-align: justify;
            text-justify: inter-ideograph;
        }

        .EduBG tr td:nth-child(2) {
            width: 20px;
        }

table.prDef {
    display: block;
    width: auto;
    margin: 0 15px 15px 15px;
}


    table.prDef > tbody > tr > td {
        padding: 10px;
        border-top: 1px solid #cdd6dd;
        border-bottom: 1px solid #cdd6dd;
        color: #464b4e;
    }

        table.prDef > tbody > tr > td.cb_mb-1 {
            padding-bottom: 0.25rem;
        }

        table.prDef > tbody > tr > td:first-child {
            width: 180px;
            background: #efefef;
        }

    table.prDef tr td:last-child {
        width: 680px;
    }

    table.prDef tr td span.required:after {
        content: '[必須]';
        color: #3772FF;
        display: inline-block;
        margin-left: 10px;
        font-size: 12px;
    }

    table.prDef tr td.internship .wrap {
        padding-bottom: 15px;
        padding-left: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #efefef;
    }

        table.prDef tr td.internship .wrap:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }

    table.prDef tr td .form-group .custom-radio.custom-control {
        min-height: unset;
        margin: 5px 25px 5px 5px;
    }


.PR_photo {
    margin: 15px 15px 30px 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #A1A5B5;
}

.PR_photo_wrap .PR_photo:last-child {
    border-bottom: 0;
}

.prTag {
    display: inline-block;
    margin: 5px 4px;
    padding: 2px 15px;
    background: #efefef;
    border: 1px solid #A1A5B5;
    border-radius: 4px;
    color: #3b4043;
}

.TagClose {
    background: url(/img/icon32.png) no-repeat;
    width: 22px;
    height: 22px;
    background-position: center center;
    position: absolute;
    right: 5px;
}

.prTag_close .prTag {
    padding: 2px 30px 2px 15px;
    position: relative;
}

table .PGskill {
}

    table.PGskill tr td {
        border-top: 1px solid #efefef;
        border-bottom: 0;
    }

    table.PGskill tr:first-child td {
        border-top: 0;
    }

    table.PGskill tr td:first-child {
        background: none;
        border-right: 1px dotted #efefef;
    }

    table.PGskill tr td .sg {
        font-size: 12px;
        display: inline-block;
        white-space: nowrap;
        margin-right: 15px;
    }

    table.PGskill tr td:last-child {
        font-size: 12px;
        padding-left: 15px;
    }


.TabSrc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    text-align: center;
    color: #798896;
    background: #efefef;
    position: relative;
}

    .TabSrc.active {
        color: #fff;
        background: #3772FF;
    }

        .TabSrc.active:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(239, 48, 6, 0);
            border-top-color: #3772FF;
            border-width: 12px 10px 0 10px;
            margin-left: -20px;
        }

.FooterSrc {
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.50);
}

    .FooterSrc a,
    .FooterSrc div,
    .FooterSrc label,
    .FooterSrc span {
        color: #fff;
    }

.SrcFormArea {
    display: none;
    position: absolute;
    top: 48px;
    left: 10px;
    width: 600px;
    background: #fff;
    border: 2px solid #929596;
    border-radius: 4px;
    z-index: 10;
}

.SrcFormAddress {
    display: none;
    position: absolute;
    top: 48px;
    left: 10px;
    width: 600px;
    background: #fff;
    border: 2px solid #929596;
    border-radius: 4px;
    z-index: 10;
}

table.table-select tr td {
    border: 0;
}

table.table-select tr:nth-child(2n+1) td {
    background: #f9f9f9;
}

table.table-select tr:nth-child(2n) td {
    background: #fff;
}


/*  swiper */
.swiper-container {
    background: #fff;
    margin-bottom: 100px;
}

.swiper-slide {
    width: 120px;
    display: inline-block;
}

.VisitStu {
    text-align: center;
}

    .VisitStu img {
        width: 80px;
        height: 80px;
        margin: 25px 10px 10px 10px;
    }

    .VisitStu .univ {
        display: block;
        margin: 0;
        font-size: 11px;
        color: #b0b6bd;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .VisitStu .StuName {
        display: block;
        color: #464646;
        margin: 3px auto 0 auto;
        font-size: 15px;
    }

    .VisitStu .StuLogin {
        display: block;
        color: #3772FF;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 25px;
    }


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/img/nav-l.png);
    left: -8px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/img/nav-r.png);
    right: -8px;
    left: auto;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 86px;
    height: 86px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    background-size: 86px 86px;
    background-position: center;
    background-repeat: no-repeat;
}

.SwiperBgL {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.30);
}

.SwiperBgR {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.30);
}

.HomeStu2 {
    margin-bottom: 100px;
}

/* contact */
.border-efefef-left5 {
    border-left: #efefef solid 5px;
}

.contact_tel {
    display: inline-block;
    margin: 10px 20px 10px 0;
    font-size: 22px;
    line-height: 22px;
    vertical-align: baseline;
}

    .contact_tel img {
        margin: 0 15px 0 0;
    }

/* Tag */
.TagBlk {
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    background: #3b4043;
    display: inline-block;
    padding: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.TagFile1 {
    color: #fff;
    width: 40px;
    height: 14px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    background: #140152;
    display: inline-block;
    padding: 0;
    margin-right: 5px;
}

.TagFile2 {
    color: #fff;
    width: 40px;
    height: 14px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    background: #d8d9d9;
    display: inline-block;
    padding: 0;
    margin-right: 5px;
}

.TagBun {
    display: inline-block;
    padding: 0 2px;
    margin: 0 2px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #ff6200;
    border: 1px solid #ff6200;
}

.TagRi {
    display: inline-block;
    padding: 0 2px;
    margin: 0 2px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #3772FF;
    border: 1px solid #3772FF;
}

.TagK {
    display: inline-block;
    padding: 0 2px;
    margin: 0 2px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #6f7579;
    border: 1px solid #6f7579;
}

/* ProgressReport */

table.P_report {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}

    table.P_report thead tr td {
        font-size: 11px;
        background-color: #fff;
        text-align: center;
        color: #585a66;
        white-space: nowrap;
        padding: 5px 2px;
        border-bottom: 1px solid #6f7579;
        border-right: 1px solid #A1A5B5;
    }

        table.P_report thead tr td:last-child {
            border-right: 0;
        }

        table.P_report thead tr td span.required {
            color: #3772FF;
            font-weight: 600;
        }

        table.P_report thead tr td.sort {
            background-image: url(/img/icon41.png);
            background-repeat: no-repeat;
            background-position: right 10px top 50%;
        }

    table.P_report tbody tr td {
        border-bottom: 1px solid #A1A5B5;
        padding: 5px;
        position: relative;
        font-size: 12px;
    }

    table.P_report tbody tr:nth-child(2n+1) td {
        background-color: #f9f9f9;
    }

    table.P_report tbody tr:nth-child(2n) td {
        background-color: #fff;
    }


/* StuSrc */

.Src_List {
    margin: 0 15px;
    border-bottom: 1px solid #efefef;
    padding: 10px;
}


.Src_StuList {
    margin: 0 15px;
    border-bottom: 1px solid #efefef;
    padding: 10px;
}

    .Src_StuList div:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .Src_StuList img.stu {
        width: 64px;
        height: 64px;
    }

    .Src_StuList div:nth-child(2) {
        padding-left: 30px;
    }
/* setting / config */

.modal-overlay {
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .1)
}

.wrap_editbutton {
    position: relative;
    top: 20px;
    left: 50px;
    z-index: 100;
    background: #fff;
    display: inline-block;
    padding: 1rem;
    border-radius: 0.325rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.40);
    border: 1px solid #A1A5B5;
}


table .UserSetting {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}

    table.UserSetting thead tr td {
        font-size: 11px;
        background-color: #fff;
        text-align: center;
        color: #585a66;
        white-space: nowrap;
        padding: 5px 2px;
        border-bottom: 1px solid #6f7579;
        border-right: 1px solid #A1A5B5;
    }

        table.UserSetting thead tr td:first-child {
            min-width: 220px;
        }

        table.UserSetting thead tr td:nth-child(4),
        table.UserSetting thead tr td:nth-child(5) {
            letter-spacing: 0;
            width: 100px;
        }

        table.UserSetting thead tr td:last-child {
            border-right: 0;
        }

    table.UserSetting tbody tr td {
        border-bottom: 1px solid #A1A5B5;
        padding: 5px;
        position: relative;
    }

    table.UserSetting tbody tr:nth-child(2n+1) td {
        background-color: #f9f9f9;
    }

    table.UserSetting tbody tr:nth-child(2n) td {
        background-color: #fff;
    }

    table.UserSetting tbody tr td:nth-child(2) {
        width: 211px;
        font-size: 10px;
        text-indent: 5px;
    }

    table.UserSetting tbody tr td:nth-child(3) {
        width: 186px;
    }

    table.UserSetting tbody tr td:nth-child(4),
    table.UserSetting tbody tr td:nth-child(5) {
        text-align: center;
    }

    table.UserSetting tbody tr td span.t {
        display: block;
        font-size: 11px;
    }

    table.UserSetting tbody tr td span.del {
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 12px;
        color: #3772FF;
    }

    table.UserSetting tbody tr td.adduser {
        background: #f9f9f9;
        text-align: center;
    }

        table.UserSetting tbody tr td.adduser a {
            display: block;
            width: 100%;
            padding: 5px;
            font-size: 12px;
            color: #3b4043;
        }

.css-cancel {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 3px 0 0 0;
    width: 2px;
    height: 14px;
    top: 2px;
    background: #3772FF;
    transform: rotate(45deg);
}

    .css-cancel:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -6px;
        width: 14px;
        height: 2px;
        margin-top: -1px;
        background: #3772FF;
    }

.ComImg {
    width: 160px;
    height: 160px;
    border: 1px solid #A1A5B5;
    margin: 0 auto;
    position: relative;
}

    .ComImg img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.ComUserImg {
    width: 140px;
    height: 140px;
    border: 1px solid #707070;
    margin: 0 auto;
    position: relative;
}

    .ComUserImg img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }

    .ComUserImg .change-img {
        display: block;
        width: 100%;
        height: 32px;
        position: absolute;
        bottom: 0;
        margin: auto;
        color: #fff;
        text-align: center;
        line-height: 32px;
        background: rgba(0, 0, 0, 0.30);
    }

.display-line {
    position: relative;
    margin-bottom: 15px;
}

    .display-line input.form-control {
        width: calc( 100% - 100px );
    }

    .display-line input.BtnDef {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

.Ctitle input.BtnDef {
    position: absolute;
    top: -6px;
    right: -15px;
    margin: 0;
}
/* help */
.acMenu {
    margin: 0 20px;
}

    .acMenu li.q::before {
        content: 'Q.';
        font-family: 'Staatliches', cursive;
        display: inline-block;
        color: #8AA5D8;
        font-size: 20px;
        margin-right: 8px;
    }

    .acMenu li.a::before {
        content: 'A.';
        font-family: 'Staatliches', cursive;
        display: inline-block;
        width: 0;
        color: #FF4000;
        font-size: 20px;
        margin-right: 8px;
        left: -20px;
        position: relative;
    }

    .acMenu li.a {
        color: #000000;
        margin: 0 0 40px 6px;
        padding: 5px 30px 15px 30px;
        border-left: 3px solid #EFE889;
    }

.wrap_helppdf {
    display: inline-block;
    text-align: center;
    width: 210px;
    vertical-align: top;
}

    .wrap_helppdf img {
        display: block;
        margin: 0 auto 20px auto;
    }

    .wrap_helppdf:hover div {
        color: #3772FF;
    }

.acMenu li.q {
    cursor: pointer;
}

.acMenu li.a {
    display: none;
}
/* ========FOOTER======== */
footer {
    width: 100%;
    min-width: 320px;
}

.FooterContent {
    border-top: 1px solid #A1A5B5;
    color: #3b4043;
    padding: 20px 0;
    text-align: center;
}

    .FooterContent a {
        color: #3b4043;
    }

    .FooterContent ul {
        display: table;
        list-style: none;
        margin: 0 auto;
        padding: 0;
    }

        .FooterContent ul li {
            display: table-cell;
            padding: 5px 30px;
            border-right: 2px solid #eceef0;
        }

            .FooterContent ul li:last-child {
                border-right: 0;
            }

p#copyright {
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    margin: 15px auto;
}



@media screen and (max-width: 544px) {
    .FooterContent ul li {
        padding: 5px 10px;
    }
}

/* PR print */


.Print-ttl {
    width: 100%;
    color: #3772FF;
    text-align: center;
    display: inline-block;
    padding: 2px 5px 0 5px;
    border-bottom: 2px solid #3772FF;
}

.PRprint {
    page-break-inside: avoid !important;
}

    .PRprint .pr_stu {
        width: 100px;
        height: 100px;
    }

    .PRprint .EduBG tr td,
    .PRprint .prDef tr td,
    .PRprint .PR_photo,
    .PRprint table.PGskill tr td,
    .PRprint table.PGskill tr td span.sg {
        font-size: 10px;
        line-height: 14px;
    }

        .PRprint table.PGskill tr td:first-child {
            width: 140px;
        }

table.prDef.modeP tr td {
    display: block;
    border: 0;
    width: 100%;
}

    table.prDef.modeP tr td:first-child {
        padding: 0;
        background: none;
    }

        table.prDef.modeP tr td:first-child span {
            font-size: 9px;
            display: inline-block;
            background: #efefef;
            padding: 1px 3px;
            margin-top: 3px;
        }

    table.prDef.modeP tr td.internship .wrap {
        padding-bottom: 5px;
        padding-left: 0;
        margin-bottom: 5px;
        border-bottom: 1px solid #efefef;
    }

.PRprint .PR_photo {
    margin: 5px 5px 10px 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #A1A5B5;
}

.PRprint table.prDef {
    margin: 0 0 15px 0;
}

.PRprint .Ctitle {
    display: block;
    margin: 15px 0 5px 0;
    font-weight: 500;
    font-size: 13px;
}

.PRprint .EduBG {
    margin: 0;
}

@media print {
    body,
    div,
    span,
    table tr td {
        color: #000 !important;
    }

    .PRprint {
        top: 0 !IMPORTANT;
        left: 0 !IMPORTANT;
        width: 100%;
        page-break-inside: avoid !important;
    }

    .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}



/* common */
h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb0 {
    margin-bottom: 0;
}

.mt30 {
    margin-top: 30px;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mg30 {
    margin: 30px;
}

.mg15 {
    margin: 15px;
}

.mg0 {
    margin: 0;
}

.mg5 {
    margin: 5px;
}

.ml15 {
    margin-left: 15px;
}

.ml5 {
    margin-left: 5px;
}

.minw60 {
    min-width: 60px !important;
}

.minw150 {
    min-width: 150px !important;
}

.minw170 {
    min-width: 170px !important;
}

.minw200 {
    min-width: 200px !important;
}

.pdng15 {
    padding: 15px;
}

table tr.mb10 td {
    padding-bottom: 10px !important;
}
