@font-face{
    font-family: material icons;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/MaterialIcons-Regular.eot);
}
@font-face{
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face{
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face{
    font-family: Roboto-Black;
    src: url('../fonts/Roboto-Black.ttf');
}
@font-face{
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}
:root {
    --violet: #941A49;
    --red: #D0021B;
    --white: #FFFFFF;
    --white-FA: #FAFAFA;
    --black: #000000;
    --blue: #11344C;
    --white-border: #CFCFCF;
    --brown: #808080;
}
*{
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}
html{
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-size: 1rem;
    height: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}
.mb-1{
    margin-bottom: 1rem !important;
}
.mb-2{
    margin-bottom: 2rem !important;
}
.mb-3{
    margin-bottom: 4rem !important;
}
.mt-1{
    margin-top: 1rem !important;
}
.mt-3{
    margin-top: 3.5rem !important;
}
.mt-4{
    margin-top: 4rem !important;
}
.mt-5{
    margin-top: 5rem !important;
}
.ml-1{
    margin-left: 1rem !important;
}
.ml-2{
    margin-left: 2rem !important;
}
.ml-3{
    margin-left: 3rem !important;
}
.ml-4{
    margin-left: 4rem !important;
}
.pt-175 {
    padding-top: 1.75rem !important;
}
a {
    color: var(--violet);
}
a:hover,a:active,a:focus{
    outline: none;
    text-decoration: none;
}
.violet{
    color: var(--violet) !important;
}
.matte-black {
    color: var(--brown) !important;
}
.black {
    color: var(--black) !important;
}
.error{
    border: 1px solid #FC5353 !important;
}
.text-error{
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FC5353;
    margin: 12px 0 -2px 0;
    display: none;
}
.noHover{
    pointer-events: none;
}
input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover,
input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus,
textarea:hover, textarea:focus, select:hover, select:focus {
    border: 1px solid #BF7F98 !important;
    outline: none !important;
}
.text-24{
    font-size: 24px !important;
}
.text-18{
    font-size: 18px !important;
}
.text-16{
    font-size: 16px !important;
}
.text-14{
    font-size: 14px !important;
}
.container-fluid {
    box-shadow: 0px 4px 4px rgba(214, 214, 214, 0.25);
    border-radius: 10px;
}

/* ====================form===================== */
.form-control{
    color: var(--brown);
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    border: 1px solid var(--white-border);
    border-radius: 5px;
}
.form-control:focus{
    box-shadow: none;
    outline: 0;
}
::placeholder {
    color:var(--brown) !important;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}
input,button,a{
    transition: all .4s ease;
}
input,input:focus,button,button:focus{
    outline: none;
}
input[type=file]{
    height: auto;
    min-height: calc(1.5em + .75rem + 2px)
}
input[type=text],input[type=password]{
    appearance: none;
}
textarea.form-control{
    resize: vertical;
}
textarea {
    background: var(--white) !important;
}
.form-group{
    margin-bottom: 1.25rem;
}
.input-group .form-control{
    height: 40px;
}
.btn-delete {
    height: 40px;
    background: #D0021B;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--white);
}
.btn-delete:hover {
    background: var(--white);
    color: #D0021B;
    border: 1px solid #D0021B;
}
.calendar-area__caption {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1B1B1B;
    margin-left: 5px;
}
.text-red {
    color: var(--red) !important;
}

/* ==================table====================== */
.table-responsive{
    border-radius: 5px;
    background: var(--white);
}
.table{
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 900;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.table thead {
    background: var(--blue);
    border-radius: 5px;
}
.table-bordered {
    border: 1px solid rgba(0,0,0,.05) !important;
}
.table-bordered th,.table-bordered td {
    border-color: rgba(0,0,0,.05);
}
.course .btn-detail {
    width: 154px;
    height: 40px;
}
.url-course {
    color: #97063e;
    text-decoration-line: underline;
}
.url-course:hover {
    text-decoration-line: underline;
    color: var(--blue);
}
.url-zoom {
    color: #0A4482;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
}
.text-accept {
    font-size: 16px;
    line-height: 19px;
    color: var(--blue);
    margin-left: 20px;
}
.next-survey a {
    float: right;
    width: 268px !important;
    margin-top: 20px !important;
}
.next-survey svg {
    margin-left: -23px !important;
}
.next-survey p {
    font-size: 18px;
    line-height: 21px;
    margin: 7px 41px !important;
}
.text-nowrap img {
    margin-right: 19px;
}
.card-table-index {
    margin: 0 15px;
}
.card-table .card-body {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}
.card-table .card-body .table tr td:last-child,
.card-table .card-body .table tr th:last-child {
    padding-right: 1.5rem;
}
.card-table .table td, .card-table .table th {
    font-weight: 900;
    font-size: 18px;
    padding: 1rem .75rem;
    border-right: 1px solid var(--white);
    line-height: 21px;
    color: #F8F8F8;
}
.card-table .table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.card-table .table thead tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.card-table .table td {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--blue);
}
.card-table .table td {
    border-right: 1px solid #C4C4C4;
}
.card-table .table td:last-child{
    border-right: none;
}
.card-table .table tr:nth-child(even) {
    background: rgba(17, 52, 76, 0.14) !important;
}
.header-table {
    margin: 10px 5px;
}
.header-table-course {
    margin: 10px 0px 0px;
}
.header-table h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: var(--black);
}
.header-color {
    width: 8px;
    height: 27px;
    background: var(--violet);
    margin: 5px 5px;
}
.btn.focus,.btn:focus {
    box-shadow: unset;
}
.btn {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    height: 40px;
    text-align: center;
    align-self: center;
}
.btn-compulsory {
    margin-left: 6px;
    margin-top: 9px;
    padding: 3px 0;
    color: var(--white) !important;
    background: var(--red);
    border-radius: 3px;
    width: 38px !important;
    height: 21px !important;
    font-family: Roboto-Regular;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 14px !important;
}
.btn-important {
    margin-left: 6px;
    padding: 6px 0;
    color: #F8F8F8;
    background: var(--blue);
    border-radius: 5px;
    width: 85px;
    height: 37px;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
}
.btn-new {
    background: var(--violet);
    width: 101px;
    height: 38px;
    clip-path: polygon(0% 0%, 75% 0%, 85% 50%, 75% 100%, 0% 100%);
    margin-left: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #F4F4F4;
    padding-right: 30px;
}
.btn-absence {
    padding-top: 10px;
    background: var(--white);
    border: 1px solid var(--red);
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--red);
    width: 96px;
}
.btn-detail {
    padding-top: 10px;
    height: 40px;
    background-color: var(--white);
    border: 1px solid var(--violet);
    color: var(--violet);
    box-sizing: border-box;
    border-radius: 5px;
}
.btn-detail:hover,.btn-detail-notify:hover {
    background-color: var(--violet);
    color: var(--white);
}
.btn-detail-notify, .btn-detail-event  {
    width: 130px;
    height: 37px;
    padding-top: 8px;
    background-color: var(--white);
}
.btn-submit-notify{
    color: var(--white-FA) !important;
    width: 130px;
    height: 37px;
}
.btn-submit-notify:hover {
    color: var(--violet) !important;
}
.title-notify {
    color: var(--violet);
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}
.content-notify{
    background: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    margin-left: 12px;
}
.btn-detail-notify {
    border: 1px solid var(--violet);
    color: var(--violet);
    font-size: 14px;
    line-height: 22px;
}
.btn-detail-event {
    border: 1px solid var(--blue);
    color: var(--blue);
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 10px;
}
.btn-detail-event:hover {
    background: var(--blue);
    color: var(--white);
}
.btn-url, .btn-url2, .btn-url3 {
    background: var(--white);
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding-top: 9px;
}
.btn-url {
    color: var(--violet);
    border: 1px solid var(--violet);
}
.btn-url:hover {
    background: var(--violet);
    color: var(--white);
}
.btn-url2 {
    color: var(--blue);
    border: 1px solid var(--blue);
}
.btn-url2:hover {
    background: var(--blue);
    color: var(--white);
}
.btn-url3 {
    color: #002640;
    border: 1px solid #002640;
}
.btn-url3:hover {
    background: #002640;
    color: var(--white);
}
.btn-remove {
    width: 72px;
    height: 34px;
    left: 766px;
    top: 497px;
    background: #F3D5E1;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: var(--violet);
}
.btn-remove:hover{
    color: #F3D5E1;
    background: var(--violet);
}
.btn-submit {
    padding-top: 9px;
    background: var(--violet);
    color: var(--white);
    font-size: 14px;
}
.btn-submit:hover {
    background: var(--white);
    border: 1px solid var(--violet);
    color: var(--violet);
}
.btn-submit-event {
    width: 130px;
    height: 37px;
    background: var(--violet);
    color: var(--white);
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.btn-submit-event:hover {
    background: var(--white);
    border: 1px solid var(--violet);
    color: var(--violet);
}
.text-event {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    text-align: left;
}
.btn-cancel {
    padding-top: 9px;
    background: var(--brown);
    color: var(--white);
}
.btn-cancel:hover {
    background: var(--white);
    border: 1px solid var(--brown);
    color: var(--brown);
}
.btn-back {
    font-family: Roboto-Black;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    width: 118px;
    height: 40px;
    padding-top: 9px;
    background:var(--white);
    color: var(--violet);
    border: 1px solid var(--violet);
}
.btn-back:hover {
    background: var(--violet);
    color: var(--white);
}
.btn-download {
    background: var(--violet);
    color: var(--white);
    border-radius: 5px;
}
.btn-download:hover {
    background: var(--white);
    color: var(--violet);
    border: 1px solid var(--violet);
}
.btn-published {
    height: 23px;
    width: 106px;
    background: #0A4482;
    color: var(--white);
    font-size: 12px;
    line-height: 14px;
    margin-left: 16px;
    padding-top: 4px;
}
.btn-violet {
    background: #EAD1DB;
    border: 1px solid var(--violet);
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: var(--violet);
    padding-top: 10px;
}
.btn-violet:hover {
    background: var(--violet);
    color: var(--white);
}

.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}



/* =============select======================= */
.select2-container--default
.select2-selection--multiple {
    border: 1px solid #ddd;
    min-height: 40px;
}
.section-header {
    margin-bottom: 1.875rem;
}
.section-header .section-title {
    color: var(--black);
}

/* =================header===================== */
.header {
    position: fixed;
    z-index: 1001;
    height: 68px;
    background-color: #11344c;
    padding: 0 10px 0 0;
    display: inline-flex;
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); */
    border-bottom: solid 4px #941a49;
    /* border-radius: 0px 0px 0px 20px; */
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.admin-header {
    position: fixed;
    z-index: 1001;
    height: 77px;
    background-color: #fff;
    padding: 0 10px 0 0;
    display: inline-flex;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 20px;
    top: 0;
    right: 0;
    left: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.service-logo img{
    margin-top: 14px;
    margin-left: 26px;
    max-width: 180px;

}
.logo {
    display: flex;
    justify-content: flex-start;
    width: 180px;
    line-height: 75px;
    width: 234px;
    height: 66px;
    margin: 30px auto;
    background: rgba(10, 68, 130, 0.4);
}
.logo img {
    max-height: 38px;
    max-width: 180px;
    margin: 0 auto;
}
/* .logo img {
    max-height: 70px;
    max-width: 180px;
    margin: auto;
} */
.header-inline{
    display: inline;
}
.header .dropdown-menu>li> {
    position: relative;
}
.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(-180deg);
}
.header .page-header {
    width: 100%;
    margin-left: 21px;
}
.header .page-header a {
    margin-top: 40px;
}
.header .page-header h3 {
    display: inline-flex;
    margin-left: 287px;
}
.header .page-header .page-title-2 {
    z-index: 10000;
    font-weight: bold;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1B1B1B;
    padding-top: 45px;
}
.header .page-header i {
    color: #1B1B1B;
    padding-top: 45px;
    padding-left: 30px;
}
.page-header-back {
    margin-top: 40px;
    padding: 0;
}
.page-header-title {
    display: inline-flex;
}
.page-header-title h4 {
    padding-top: 40px;
    padding-left: 10px;
}
/* .header .page-header a img {
    margin-bottom: 5px;
} */

.text-logo {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    height: 32px;
    width: 90%;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
    margin: 24px auto 10px auto;
    padding-top: 7px;
}
.dropdown-toggle-arrow{
    display: inline-block;
    transition: transform .15s;
    transform: translate(0,90);
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    margin: auto 10px;
    width: 8px;
    /* background-color: #F2F2F2; */
}

/* ====================user menu======================== */

.user-menu{
    /* margin: 10px 21px 0px 0px; */
    position: relative;
    z-index: 99;
}
.user-menu.nav>li>a{
    color: var(--black);
    font-size: 14px;
    line-height: 58px;
    padding: 17px 15px;
    height: 60px;
}
.user-img{
    display: inline-block;
    margin-right: 3px;
    top: -13px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #28262D;
    background-color: #ffffff;
    border-radius: 2px;
}
/* .user-img>img{
    margin: 0px 10px;
} */
.user-menu .dropdown-menu{
    min-width: 200px;
    margin-left: -18px;
    top: 10px !important;
}
.dropdown-item{
    font-style: Roboto-Bold;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: var(--black);
}
.user-menu .dropdown-menu .dropdown-item{
    padding: 7px 15px;
    display: flex;
    border-top: 1px solid var(--white-border);
}
.user-menu .dropdown-menu .dropdown-item:hover{
    color: #97063e
}
.mobile_btn{
    display: none;
    float: left;
}
.slide-nav .sidebar{
    margin-left: 0;
}
#grid-container{
    margin-top: 20px;
    margin-left: 0;
    padding: 0;
}
.item{
    /* float: left; */
    background-color: #fbfbfb;
    /* border-style:solid ;
    border-width: 2px;
    border-color: black; */
    border-radius: 4px;
    box-shadow :0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0 10px 20px;
}
.detail-button{
    display: block;
    float: right;
    width: 110px;
    height: 30px;
    color: #fff;
    background-color: #911a49;
    border-radius: 4px;
    font-size: 14px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    font-family: Roboto-Medium;
}
.detail-button::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    margin: 0 0 0 auto;
    position:relative;
    top: 1px;
    left: 22px
}
.detail-button:hover {
    color: #fff;
}
.block1{
    width: 540px;
    height: 330px;
}
.block1-classname{
    background-color: #f5e8ed;
    padding: 12px;
    border-radius: 4px;
    max-width: 454px;
    white-space: nowrap;
	overflow: hidden;
}
.block1-datetitle{
    background-color: #911a49;
    color: #fff;
    font-family: Roboto-Medium;
    /* font-style: normal; */
    border-radius: 12px;
    max-width: 146px;
    padding: 2px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
}
.block1-date{
    margin-left: 10px;
}
.block1-table{
    overflow: auto;
    white-space: nowrap;
    table-layout: fixed;
    /* max-width: 518px; */
    max-height: 150px;
    margin-top: 14px;
}
.block1-thead{
    text-align:center;
    padding: 14px 20px;
    font-size:14px;
    /* min-width:110px; */
    background-color: #11344c;
    border-right: 1px solid rgb(235, 235, 235);
    color: #fff;
}
.block1-tbody{
    text-align:center;
    padding: 8px 14px;
    overflow-wrap: break-word;
    /* height: 60px; */
    /* max-height: 150px; */
    /* max-width:80px; */
    font-size:14px;
    background-color: #fff;
    border: 1px solid rgb(212, 212, 212);
}
.block2{
    width: 400px;
    height: 240px;
}
.block2-list{
    height: 118px;
    max-width: 600px;
    overflow: auto;
    list-style: none;
    border:2px solid #767676 ;
    padding-left: 10px;
}
/* .block2-list div{
} */
.block2-list li{
    height: 44px;
    width: 95%;
    border-bottom:1px solid #dbdbdb ;
}
.block2-title{
    width: 72%;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block2-submit{
    display: block;
    float: right;
    margin-top: -47px;
    font-family: Roboto-Medium;
}
.block3{
    width: 540px;
    height: 278px;
}
.block3-list{
    height: 102px;
    width: 520px;
    overflow: auto;
    list-style: none;
    /* border:2px solid #767676 ; */
    padding-left: 2px;
}
.block3-table{
    overflow: auto;
    white-space: nowrap;
    table-layout: fixed;
    /* position: fixed; */
    /* max-width: 518px; */
    height: 156px;
    /* max-width: 520px;
    min-width: 520px; */
    margin-bottom: 15px;
}
/* .block3-table th{

} */
/* .block3-headwrap{
} */
.block3-thead{
    position: sticky;
    top: 0;
    /* left: 0; */
    text-align:center;
    /* table-layout: fixed; */
    overflow: auto;
    width: 130px;
    padding: 14px 20px;
    font-size:14px;
    /* min-width:110px; */
    background-color: #11344c;
    border-right: 1px solid rgb(235, 235, 235);
    color: #fff;
}
.block3-conentlist {
    height: 44px;
    padding-right: 5px;
    border-bottom:1px solid #dbdbdb ;
}
.block3-title{
    width: 130px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block3-date{
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 14px;
}
.block3-submit{
    font-family: Roboto-Regular;
    color: #911a49;
}
.block3-submit a{
    display: block;
    width: 98px;
    height: 30px;
    margin: 0 auto;
    background-color: #fff;
    border:1px solid #911a49;
    border-radius: 4px;
    font-size: 12px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
}
.block3-submit:hover{
    color: #911a49;
}
.block3-list div{
    display: flex;
    justify-content: space-evenly;
}
/* .block3-list{
    overflow: auto;
} */
.block4{
    width: 400px;
    height: 240px;
}
.block4-list{
    height: 118px;
    max-width: 600px;
    list-style: none;
    padding-left: 10px;
    /* margin-bottom: 38px; */
}
.block4-list div{
    max-width: 396px;
    height: 18px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.block4-title{
    width: 72%;
    height: 18px;
    /* line-height: 46px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;

}
/* .block4-date{
    margin-top: 14px;
} */
.block4-link{
    color: #000000 !important;

}
.block5{
    width: 540px;
    height: 240px;
}
.block5-list{
    height: 118px;
    max-width: 600px;
    overflow: auto;
    list-style: none;
    border:2px solid #767676 ;
    padding-left: 10px;
}
.block5-list li{
    height: 44px;
    width: 95%;
    border-bottom:1px solid #dbdbdb ;
}
.block5-list div{
    display: flex;
    justify-content: space-between;
}
.block5-title{
    width: 72%;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block5-submit{
    display: block;
    float: right;
    margin-top: 12px;
    font-family: Roboto-Medium;
}
.block6{
    width: 400px;
    height: 452px;
}
.block7{
    width: 540px;
    height: 362px;
}
.block8{
    width: 400px;
    height: 360px;
}
.block9{
    width: 540px;
    height: 378px;
}



/* =======================sidebar============================= */

.sidebar-overlay{
    background-color:rgba(0,0,0,.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1030;
}
.sidebar-overlay.opened{
    display: block;
}
html.menu-opened{
    overflow: hidden;
}
html.menu-opened body{
    overflow: hidden;
}
.sidebar{
    background-color: var(--blue);
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    transition: all .2s ease-in-out 0;
    width: 280px;
    z-index: 1001;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}
.sidebar-menu{
    padding: 10px 0 0 15px;
}
.submenu_class{
    position: relative;
    display: none;
    margin-top: 10px;
    list-style-type: none;
}
.submenu_class>li{
    background: var(--blue);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    margin: 0;
}
.sidebar .active .white_wrap_left{
    position: absolute;
    width: 7px;
    height: 45px;
    z-index: 1000;
    background: var(--white);
    border-radius: 0px 5px 5px 0px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.sidebar .active .white_wrap_right{
    position: absolute;
    width: 7px;
    height: 45px;
    z-index: 1000;
    right: 1px;
    top: 0px;
    background: var(--white);
    border-radius: 0px 5px 5px 0px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.submenu_class>li>a{
    color: var(--black);
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
}
.sidebar-menu>ul{
    font-size: 15px;
    list-style-type: none;
    padding: 0;
    position: relative;
    margin-right: 15px;
}
.submenu>a{
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    display: block;
    font-size: 16px;
    line-height: 19px;
    height: auto;
    padding: 0 20px;
}
.submenu>a:hover, .submenu_class>li>a:hover{
    color: var(--white);
    background: linear-gradient(91.27deg, #931348 51.18%, rgba(157, 30, 82, 0.6) 93.73%);
}
.submenu>a:hover svg path, .submenu>a:hover svg g,
.active>a svg path, .active svg g,
.menu-container .menu-item:hover svg path,
.menu-container .menu-item:hover svg g {
    opacity: 1;
    fill-opacity: 1;
    fill: var(--white);
}
.active>a{
    border-radius: 8px;
    color: var(--white) !important;
    opacity: 1;
    background: linear-gradient(91.27deg, #931348 51.18%, rgba(157, 30, 82, 0.6) 93.73%)
}
.active>a>span{
    color: var(--white);
}
.active2>a{
    background: linear-gradient(89.8deg, rgba(157, 30, 82, 0.8) 30.39%, rgba(157, 30, 82, 0.64) 95.91%, rgba(157, 30, 82, 0.48) 95.91%);
    border-radius: 5px;
    color: var(--white) !important;
    min-height: 44px;
}
.active2>a:hover, .submenu_class>li>a:hover{
    background: linear-gradient(89.8deg, rgba(157, 30, 82, 0.8) 30.39%, rgba(157, 30, 82, 0.64) 95.91%, rgba(157, 30, 82, 0.48) 95.91%);
    border-radius: 5px;
    color: var(--white) !important;
    height: 44px;
}
.sidebar .sidebar-menu>ul>li>a span{
    font-weight: 700;
    transition: all .2s ease-in-out 0;
    display: inline-block;
    margin-left: 16px;
    white-space: nowrap;
    padding-top: 3px;
}
.submenu_class>li>a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 10px 10px 30px;;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}
.sidebar-menu>ul>li{
    margin-bottom: 10px;
    position: relative;
}
.sidebar-menu>ul>li:last-child{
    margin-bottom: 0;
}
.sidebar-menu .menu-arrow{
    transition: transform .15s;
    position: absolute;
    right: 15px;
    display: inline-block;
    line-height: 10px;
    font-size: 16px;
    transform: translate(0,90);
    margin: 6px 20px;
}
.sidebar-menu li a.subdrop .menu-arrow{
    transform: rotate(180deg);
}
.sidebar-menu>ul>li>a{
    border-radius: 8px;
    display: flex;
    padding: 12px 18px;
    position: relative;
    transition: all .2s ease-in-out 0;
}
.sidebar-menu ul li a i{
    display: inline-block;
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    transition: all .2s ease-in-out 0;
}
.sidebar .menu-redirect{
    margin: 40px auto;
    width: 85%;
    background-color: rgba(128,126,126, 0.2);
    backdrop-filter: blur(4px);
    height: 208px;
}
.sidebar .menu-redirect .menu-redirect-text {
    background: var(--white-FA);
    border-radius: 10px;
    width: 80%;
    margin: 25px auto;
}
.sidebar .menu-redirect-img {
    padding-top: 22px;
    display: flex;
    justify-content: center;
}
.sidebar .menu-redirect-img img {
    margin-left: 18px;
}
.sidebar .menu-redirect-img p {
    color: var(--white);
    margin-left: 10px;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    font-style: italic;
    text-transform: uppercase;
}
.sidebar .menu-redirect .menu-redirect-text p {
    padding: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: var(--black);
}
#icon-change{
    margin-left: 40%;
    transition: all .2s ease-in-out 0;
}
.main-wrapper{
    width: 100%;
    background-color: #E5E5E5;
}
.page-wrapper{
    margin-left: 280px;
    padding-top: 68px;
    position: relative;
    transition: all .4s ease;
}
.page-wrapper>.content{
    padding: 1.875rem 1.875rem 0;
    margin-top: 10px;
    margin-right: -8px;
}
.page-title{
    font-family: Roboto-Bold;
    color: #464255;
    margin: -93px 48px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding-top: 94px;
}
.page-title1{
    font-family: Roboto-Black;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: var(--blue);
    margin: 24px 0px;
}
.span-back h3{
    font-weight: 900;
    margin-left: 10px;
    font-size: 18px;
    line-height: 21px;
    color: var(--black);
}
.span-back:hover{
    color: var(--violet);
}
.img-container {
    text-align: center;
    margin: 24px 0 12px 0;
}

.sidebar .e-learning {
    background: var(--violet);
    border: 1px solid var(--white);
    border-radius: 10px;
    width: 240.97px;
    height: 73.39px;
    margin: 15px auto 30px auto;
}
.sidebar .e-learning h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: var(--white);
    padding-top: 12px;
}

.sidebar .e-learning h2 {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: var(--white);
}

/* ===================login================= */

.auth-wrapper{
    height: 100%;
    display: flex;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0.3)),
                        url('../img/login.png');
    background-size: cover;
}
.login-wrapper {
    width: 600px;
    margin: auto;
    height: 590px;
    background: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
input[type=text], input[type=password], input[type=email]  {
    width: 100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid var(--white-border);
    box-sizing: border-box;
    background-color: var(--white) !important;
}
.login button {
    margin: 3rem 0;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 16px;
    height: 40px;
    width: 131px;

}
.login h2 {
    text-align: center;
    color: var(--violet);
    margin-top: 67px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}
.p_text{
    width: 388px;
    height: 37px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: var(--black);
}
.verify-input{
    display: flex;
    align-items: center;
    justify-content: center;
}
.verify-input>input{
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    border: 1px solid var(--violet);
    margin: auto 10px;
    text-align: center;
    background: var(--white);
    font-size: 18px;
    line-height: 18px;
}
.verify-input>input:not([value=""]){
    background: var(--violet);
    color: var(--white);
}
.p_text_footer p{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: var(--black);
    margin-top: 50px;
}
.p_text_footer a {
    text-decoration: underline;
}
label{
    font-size: 16px;
    line-height: 19px;
    color: #303030;
}
.eye-svg {
    cursor: pointer;
    float: right;
    position: absolute;
    margin: 15px -30px;
}
.fogot-text {
    color: var(--black);
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}


/* ================= custom checkbox login ============ */
.login, .container {
    margin-top: 14px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: var(--violet);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-auth>.form-group{
    width: 80%;
    margin: 14px 50px;
}
.login .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.login .container p {
    margin-left: 8px;
    padding: 3px;

}
.login .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background-color: var(--white);
    border: 1px solid #A7A7A7;
    border-radius: 5px;
}
.login  .container input:checked ~ .checkmark {
    background-color: var(--violet);
}
.login .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.login .container input:checked ~ .checkmark:after {
    display: block;
}
.login .container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid var(--white-FA);
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login .checkbox,  .login a, .login .container p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: var(--violet);
}
.login .submit{
    width: 131px;
    height: 40px;
    margin: 28px auto auto;
}
.form-group {
    margin-bottom: 14px;
    margin-right: 60px;
}
.form-auth label{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--black);
}
.card-title{
    color: var(--violet);
    border: none;
}
.card-header{
    border-bottom: none;
    background: var(--blue);
}


/* ================= home ==================== */
.top-text{
    background: #CCDEF0;
    border-radius: 10px;
    min-height: 245px;
    position: relative;
    width: 100%;
    margin: auto;
}
.top-text p {
    margin: 33px 29px;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: var(--black);
}
.top-text img {
    /* 新デザインの影響でEラーニングのレイアウトが崩れたため元コードを一時コメントアウト */
    /* width: 100%;
    margin-top: -40%;
    float: right; */
    display: inline-block;
    margin: 0 auto;
}
.text-title-member, .text-title{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: var(--blue);
}
.text-title-member {
    font-weight: bold;
    padding-top: 20px;
}
.menu-container {
    width: 80%;
    margin: 58px auto;
    cursor: pointer;
}
.menu-container .menu-item{
    background: var(--white);
    border: 1px solid #8DC4FF;
    box-sizing: border-box;
    border-radius: 10px;
    height: 106px;
    max-width: 222px;
    margin: 15px auto;
    color: #0A4482;
    text-align: center;
    padding-top: 20px;
}
.menu-container .menu-item-img{
    background: #E0CCD4;
    padding-top: 6px;
    border: none;
}
.menu-container .menu-item svg {
    margin-bottom: 15px;
}
.menu-container .menu-item p {
    font-family: Roboto-Bold;
    font-size: 18px;
    line-height: 21px;
    color: var(--blue);
}
.menu-container .menu-item-img p{
    color: var(--violet);
}
.menu-container .menu-item:hover{
    background: #0A4482;
    color: var(--white);
}
.menu-container .menu-item:hover p{
    color: var(--white) !important;
}
.table-details td:first-child {
    border-right: 1px solid #C4C4C4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table-details td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ===============member=================== */
.member-container{
    background: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.member-info img {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    margin-left: 30%;
    margin-top: 25px;
}
.member-info ul{
    margin-top: 30px;
    margin-left: 10px;
}
.member-info ul li{
    list-style-type: none;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 21px;
    color: #303030;
}
.member-info ul li span{
    margin-left: 40px;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: var(--black);
}
.member-info hr{
    margin-top: -10px;
    width: 90%;
    border: 1px solid #DEDEDE;
}
.member-content{
    margin: 22px 32px;
    padding-bottom: 30px;
}
.member-content h3{
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #303030;
}
.member-content p{
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #1C1C1C;
}


/* =============== event ===================== */
.header-event-details{
    height: auto;
    background: #B8C2C9;
}
.text-event-details h5{
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--black);
}
.text-event-details{
    margin: 23px 50px;
    text-align: center;
}
.textarea-send{
    min-height: 250px;
    max-width: 529px;
    background: var(--white);
    border: 1px dashed var(--black);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.list-checkbox{
    border: 1px solid var(--white-border);
    border-radius: 5px;
    width: 95%;
}
.event-register .label-container{
    padding-left: 30px;
}
.list-checkbox .label-container{
    margin-left: 24px;
    margin-top: 20px;
}
.checkbox-mt{
    margin-top: 23px !important;
}
.checkbox-mb{
    margin-bottom: 23px !important;
}
.event-text p{
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #505050;
}
.event-item span, .item-event span{
    font-size: 18px !important;
    line-height: 22px;
}


/* ===============survey====================== */
.survey{
    max-width: 820px;
    margin: 20px auto;
}
.survey h5{
    text-align: center;
    color: #F8F8F8;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}
.form-survey p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--black);
}
.form-survey h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--black);
    margin-left: 40px;
    text-align: left;
}
.form-survey h6 {
    font-weight: bold;
    text-align: center;
    color:var(--violet);
    margin-top:70px;
    margin-bottom:34px;
    font-size: 14px;
    line-height: 16px;
}
.form-survey label {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}
.form-survey .form-group{
    margin-left: 54px;
    margin-right: 54px;
}
.form-survey .question-checkbox {
    float: none;
    margin: auto -24px;
}
.form-survey .question-checkbox .label-container {
    /* 修正 */
    padding-left: 24px;
}
.form-survey .question-checkbox .checkmark-radio {
    margin-left: 21px !important;
}
.form-survey .question-checkbox .label-container {
    color: var(--blue);
}
.form-survey .form-control{
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: var(--brown);
}
.fa-eye, .fa-eye-slash{
    color: var(--brown);
}
.form-survey .select2-container--default .select2-selection--single {
    background: var(--white);
    border: 1px solid #B5B5B5;
    box-sizing: border-box;
    border-radius: 5px;
    height: 45px;
}
.form-survey .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--violet);
    margin-top: 12px;
    margin-left: 5px;
}
.form-survey .select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
}
.form-survey .select2-results__option {
    padding: 12px;
}
.form-survey .select2-results__option--selectable {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--black);
    border-bottom: 1px solid var(--black);
}
.select2-results__option{
    padding-left: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--black);
    margin-left: 3px;
    height: 36.32px;
    padding-top: 10px;
}
.select2-results__option:first-child{
    margin-top: 5px;
}
.select2-container--default .select2-results__option--disabled{
    border-top: 1px solid #CACACA;
    height: 1px;
    width: 95%;
    margin: 6px auto -12px auto;
}
.select2-container--default .select2-results__option--selected {
    background-color: #E9DCE1;
    color: var(--black);
}
.form-survey .form-control {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--violet);
}
.form-survey .circle {
    position: absolute;
    padding-left: 7px;
    padding-top: -1px;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    background: var(--white);
    border: 1px solid var(--black);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 26px;
    color: #303030;
}
.form-body{
    margin: 50px 20px;
}
.checkbox_survey {
    border: 1px solid var(--white-border);
    box-sizing: border-box;
    border-radius: 5px;
}
.form-button{
    display: flex;
    justify-content: center;
    width: 100%;
}
.checkbox_survey .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox_survey .container p {
    margin-left: 18px;
    padding: 3px;
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--black);
}
.checkbox_survey .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background-color: var(--white);
    border: 1px solid #A7A7A7;
    border-radius: 5px;
}
.checkbox_survey .container input:checked ~ .checkmark {
    background-color: var(--violet);
}
.checkbox_survey .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox_survey .container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox_survey .container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid var(--white-FA) ;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-survey .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #959595 transparent transparent transparent;
    border-width: 7px 6px 0 7px;
    margin-left: -15px;
    margin-top: 6px;
}
.form-survey .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #959595 transparent;
    border-width: 0 7px 8px 7px;
}


/* -------------------back arrow--------------------- */
.form-footer{
    width: 100%;
    height: 80px;
    margin: 100px -41px;
}
.arrowBg {
    position: relative;
    width: 180px;
    height: 83px;
    background: var(--violet);
    box-sizing: border-box;
    clip-path: polygon(40% 20%, 100% 20%, 100% 80%, 40% 80%, 30% 50%);
    -webkit-clip-path: polygon(40% 20%, 100% 20%, 100% 80%, 40% 80%, 30% 50%);
}
.arrowLeft:hover {
    background: var(--violet);
}
.arrowLeft:hover p {
    color: var(--white);
}
.arrowLeft {
    background: var(--white);
    display: flex;
    justify-content:center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 175px;
    height: 77px;
    clip-path: polygon(40% 20%, 100% 20%, 100% 80%, 40% 80%, 30% 50%);
    -webkit-clip-path: polygon(40% 20%, 100% 20%, 100% 80%, 40% 80%, 30% 50%);
}
.arrowLeft p{
    font-family: Roboto-Black;
    font-weight: 900;
    font-size: 18px;
    color: var(--violet);
    margin-bottom: 0;
    margin-left: 70px;
    text-align: center;
    line-height: 21px;
}
.checkbox_survey .container {
    margin-top: 14px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    color: var(--violet);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ======================wrapper=========================== */
.page-footer{
    width: 100%;
}
.page-footer a{
    float: right;
    margin: 29px 92px;
}
.card-title{
    margin: 29px 0px 22px 22px;
    color: var(--black);
}
.card-title ul li {
    list-style: none;
    margin-bottom: 15px;
}
.card-title span{
    color: var(--black);
    margin-left: 16px;
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.p-button{
    align-items: center;
    text-align: center;
    margin-top: 8px;
}
.card-btn{
    margin: 19px 0px;
}
.paginate{
    float: right;
    margin: 25px 27px;
    font-size: 14px;
    font-weight: 700;
}
.paginate span{
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: var(--black);
}
.paginate .text{
    font-size: 22px;
}

/* =========================certificate================= */
.certificate-title{
    font-family: Roboto-Bold !important;
    color: var(--violet) !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 21px !important;
    margin-left: 5px !important;
}
.download{
    padding-top: 10px;
    margin-top: 22px;
    margin-left: 115px;
}
.img-download{
    width: 273px;
    height: 386px;
    margin: 20px 30px;
}


/* ==================event=================== */
.event {
    margin: 26px auto;
    max-width: 821px;
    background: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.content-event {
    margin-left: 10px;
    background: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.event-detail{
    width: 600px;
    height: 68px;
    text-align: center;
    margin: 0 auto;
    background: var(--white);
    align-items: center;
}
.card-detail{
    margin: 0 40px;
}
.event p{
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 15px 0px ;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}
.card-detail>img{
    margin: 15px 0px;
    width: 100%;
    max-height: 405px;
}
.cart-item>ul{
    width: 100%;
    float: left;
    margin-left: -40px;
}
.event-detail h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: var(--blue);
}
.form-user{
    border: 2px dotted var(--black);
    margin: 0 0 15px 0;
}
.detail-title{
    margin: 20px 34px;
}
.detail-title .title{
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #C4C4C4;
}
.detail-title .title p, .detail-footer .detail-footer_row p{
    margin-left: 100px;
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: var(--black);
}
.detail-title .title h3, .detail-footer .detail-footer_row h3{
    min-width: 50px;
    font-family: Roboto-Black;
    margin: 15px 0px;
    font-size: 18px;
    font-weight: 900;
    line-height: 21px;
    text-transform: uppercase;
    color: var(--black);
}
.detail-body{
    margin: 20px 34px;
    border-bottom: 1px solid #C4C4C4
}
.detail-body img{
    margin-left: -15px;
    margin-top: 10px;
    width : 120px;
    height: 122px;
    border:1px solid var(--black);
}
.detail p {
    line-height: 20px;
}
.detail-footer{
    margin: 0 30px;
}
.detail-footer .detail-footer_row{
    margin: 10px;
    display: flex;
    justify-content: flex-start;
}



/* ==========================details=============================== */
.details h5{
    color: var(--violet);
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-left: 5px;
}
#FormControlTextarea{
    background: var(--white) !important;
    border: 1px solid #444444 !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    width: 100% !important;
    min-height: 122px;
}
.attendance-time{
    background: #B8C2C9;
    padding-bottom: 6px;
    margin-bottom: 35px;
}
.attendance-time .attendance{
    margin: 34px 25px;
    padding-top: 34px
}
.attendance-time .attendance h3 {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
    color: var(--black);
}
.attendance-time p{
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--black);
    margin: 34px 25px;
}
.next-register {
    margin-top: 23px;
}
.next-register a {
    width: 369px;
    height: 51px;
    margin: 0 auto;
    background-color: var(--violet);
    color: var(--white);
    display: inline-flex;
    align-items: center;
}
.next-register svg {
    margin-left: -23px;
}
.next-register a:hover{
    color: var(--white);
    transform: scale(1.1);
}
.next-register p {
    margin: 10px 81px;
    font-size: 18px;
    line-height: 21px;
}
.event-register p{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    text-align: center;
    margin: 10px auto;
}
.event-register .text-muted {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    color: var(--brown) !important;
}
.event-register .btn-compulsory{
    margin-left: 10px;
    margin-top: -5px;
}
.col-sm-3> .form-group{
    width: 100%;
    margin-left: 0;
}
.col-sm-6> .form-group{
    width: 100%;
}
.col-sm-12> .form-group{
    width: 100%;
}
.col-sm-12>.form-check>label{
    margin-top: 6px
}
.col-sm-12> .form-group{
    width: 100%;
}
.css-checkbox{
    margin-top: 10px
}
.css-checkbox>.form-check {
    margin: 7px 0
}
.event-submit{
    margin-top: 50px;
    width: 394px;
    height: 40px;
}
.next-event p{
    font-size: 14px;
    line-height: 16px;
    margin: 12px 92px;
}
.next-event svg {
    margin-left: -70px;
}
.li-notify{
    margin-left: -54px;
}
.li-notify ul li {
    display: inline-block;
}
.li-notify span:first-child, .li-notify span:last-child {
    font-size: 18px;
    line-height: 22px;
}
.li-notify span:first-child {
    color: var(--black);
}
.li-notify span:last-child {
    color: #303030;
}
.p-text-noti>p{
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}
.p-text>p{
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

/* ===============upload================= */
.upload-list{
    margin-top: 61px;
    margin-left: 22px;
    background: var(--white);
    /* 幅修正 */
    max-width: 780px;
}
.upload-list .btn-url{
    margin: 0 15px;
}
.upload-list ul li{
    list-style: none;
    margin-top: 17px;
    margin-left: -22px;
}
.upload-list ul li span{
    margin-left: 13px;
    margin-right: 13px;
    color: #464255;
}
small{
    margin: 20px 0;
    font-size: 12px;
    font-weight: 600;
}
.upload-post-content h1{
    font-size: 18px;
    line-height: 21px;
    color: var(--black);
}
.upload-post-content p {
    font-size: 16px;
    line-height: 19px;
    color: var(--blue);
}
.upload-post-content p span {
    margin-left: 23px;
}
.dropzone {
    min-height: 150px;
    /* 幅修正 */
    max-width: 800px;
    border: 1px dashed var(--black);
    border-radius: 5px;
    box-sizing: border-box;
    background: var(--white);
    margin-bottom: 20px;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    width: 120px;
    height: 40px;
    background: var(--white);
    border: 1px solid var(--violet);
    box-sizing: border-box;
    border-radius: 5px;
}
.dropzone .dz-preview .dz-details .dz-size {
    display: none;
}
.dropzone .dz-preview .dz-details {
    top: -14px;
    left: 17px;
}
.dropzone .dz-preview .dz-details .dz-filename{
    white-space: nowrap;
    color: var(--violet);
    margin-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 19px;
}
.dropzone .dz-preview .dz-details .dz-filename span:hover{
    pointer-events: none !important;
}
.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview .dz-progress,
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    display: none;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    cursor: pointer;
    margin-left: 125px;
    margin-right: 10px;
    margin-top: -28px;
    z-index: 100;
    display: inline-block;
    position: absolute;
    background: #C4C4C4;
    border-radius: 50%;
    color: #292D32;
    width: 20px;
    height: 20px;
}
.dropzone .fa-times:before {
    content: "\f00d";
    padding-top: 3px;
    display: block;
}


/*===================profile===================== */
.profile{
    max-width: 801px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.profile form label {
    font-size: 18px;
    line-height: 21px;
    color: #626262;
}
.profile input, .profile textarea {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.profile .rounded-circle {
    width: 184px;
    height: 184px;
    display: inline-block;
    margin-top: 72px;
    margin-bottom: 29px;
}
.profile .photo-camera {
    background: var(--white);
    width: 51px;
    height: 51px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    margin-left: -48px;
    margin-top: 206px;
}
.profile .photo-camera img {
    padding-top: 9px;
}
.profile .photo-camera input {
    padding-top: 9px;
}
.profile .btn-detail{
    position: absolute;
    right: 0;
    margin: 25px;
    width: 163px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 16px;
}
.profile .form-group {
    margin: 20px auto;
    width: 95%;
}
.profile .col-sm-12 .form-group {
    width: 98%;
    margin: 9px;
}
.profile .btn-compulsory {
    margin-left: 10px;
    margin-top: -3px;
}
.profile .btn-private {
    width: 68px;
    height: 23px;
    background: #DFDFDF;
    font-size: 12px;
    line-height: 14px;
    color: var(--blue);
    margin-left: 8px;
    padding: 5px;
}
.profile .btn-submit {
    width: 111px;
    font-family: Roboto-Regular;
    font-weight: normal;
}
.profile .btn-cancel {
    margin-left: 14px;
    font-family: Roboto-Regular;
    font-weight: normal;
    width:111px;
    color: var(--black);
    background: #E0E0E0;
}
.profile .btn-cancel:hover {
    color: #E0E0E0;
    background: var(--black);
}
.profile-pass .form-control {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}


/* =================back-to-top==================== */

.back-to-top {
    position: fixed;
    visibility: hidden;
    right: 15px;
    bottom: 15px;
    z-index: 111886;
    background: #97063e;
    box-shadow: 0px 3.28275px 3.28275px rgba(255, 199, 39, 0.16);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 28px;
    color: var(--white);
    line-height: 0;
}
.back-to-top:hover {
    transform: scale(1.2);
    background: var(--violet);
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* =========================custom checkbox ================ */
.leave-label {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: var(--blue);
}
.label-container {
    margin: 14px 0;
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 14px;
    margin-left: 14px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--brown);
}
.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    margin-left: -10px !important;
    background: var(--white);
    border-radius: 50%;
    border: 1px solid var(--violet);
    cursor: pointer;
}
.checkmark-radio:after {
    content:"";
    position: absolute;
    display: none;
}
.label-container .checkmark-radio:after {
    width: 17px;
    height: 17px;
    margin: 1px 1px;
    border-radius: 50%;
    border: solid 4px var(--white);
}
.label-container input:checked ~ .checkmark-radio {
    background: var(--violet);
}
.label-container input:checked ~ .checkmark-radio:after {
    display: block;
}




/* =====================schedules ================== */
.schedules-header {
    background: var(--white);
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0px 4px 4px rgba(214, 214, 214, 0.25);
    border-radius: 10px;
}
.schedules-header h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: var(--blue);
    padding-top: 24px;
    padding-bottom: 30px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard-row-step2 {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    background: var(--white);
    border: 3px solid var(--blue);
    color: var(--blue);
}
.stepwizard-row:before {
    width: 70%;
    height: 17px;
    bottom: 45%;
    position: absolute;
    content: " ";
    background-color: var(--white-border);
    z-index: 0;
    margin-left: 15%;
}
.stepwizard-row-step2:before {
    width: 400px;
    height: 17px;
    bottom: 45%;
    position: absolute;
    content: " ";
    background: linear-gradient(to right, var(--blue) 50%, var(--white-border) 50%) !important;
    z-index: 0;
    margin-left: 100px;
}
.stepwizard-row-step3 {
    margin-bottom: 20px;
}
.stepwizard-row-step3:before {
    width: 400px;
    height: 17px;
    bottom: 45%;
    position: absolute;
    content: " ";
    background: var(--blue) !important;
    z-index: 0;
    margin-left: 100px;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    padding: 0px 70px;
}
.btn-circle {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: var(--white-FA);
    padding-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
    z-index: 1000;
}
.btn-active {
    width: 62px;
    height: 62px;
    color: var(--white);
    background-color: var(--blue);
    padding-top: 10px;
    position: relative;
}
.btn-active:hover {
    color: var(--white);
}
.btn-active:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: 0px 1px 2px 11px #657B8B;
    border-radius: 50%;
    margin-top: -9px;
    margin-left: -19px;
}
.btn-active:after {
    content: "";
    position: absolute;
    width: 74px;
    height: 74px;
    box-shadow: 0px 1px 2px 11px #B8C2C9;
    border-radius: 50%;
    margin-top: -15px;
    margin-left: -48px;
}
.schedules-body {
    background: var(--white);
    border-radius: 10px;
}
.btn-schedules {
    background: var(--violet);
    color: #F9F9F9;
    font-size: 18px;
    line-height: 21px;
    margin-top: 16px;
    margin-bottom: 25px;
    height: 47px;
    padding-top: 13px;
    padding-left: 32px;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
    cursor: auto !important;
}
.btn-schedules:hover {
    background: var(--violet);
    color: var(--white);
}
.btn-schedules:before {
    content: "";
    position: absolute;
    margin-left: 320px;
    margin-top: -14px;
    border-top: 24px solid transparent;
    border-left: 25px solid var(--violet);
    border-bottom: 23px solid transparent;
}
.btn-step-2:before,
.btn-step-3:before {
    content: "";
    position: absolute;
    margin-left: 104px;
}
.schedules-body-header p {
    font-family: Roboto-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #303030;
    margin-left: 38px;
}
.schedules-container .schedules-text {
    margin-left: 50px;
    margin-top: 25px;
    color: #292D32;
}
.schedules-container .schedules-text h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.schedules-container .schedules-text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.calendar-timezone {
    background: #F7EDF1;
    border-radius: 10px 10px 0px 0px;
    float: right;
    margin-bottom: 16px;
    margin-right: 40px;
    min-height: 65px;
}
.calendar-timezone p {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--violet);
    padding: 23px 10px 0px 10px;
}
#calendar {
    width: 95%;
    height: 800px;
    margin-left: 10px;
}
.fc-timegrid-axis {
    border: 2px solid var(--white) !important;
    background: var(--white) !important;
}
.fc-theme-standard .fc-scrollgrid {
    border: none !important;
}
.fc-timegrid-cols {
    border: 1px solid #BF7893 !important;
}
.fc-scrollgrid-section td:last-child {
    border-left: none !important;
    border-right: none !important;
}
.information {
    width: 90%;
    margin: auto;
    background: var(--white);
    border: 1px dashed var(--blue);
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.information .information-wrapper {
    width: 90%;
    margin: 10px auto;
}
.information .information-wrapper h3 {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #292D32;
}
.information .information-wrapper h4 {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: var(--black);
    margin-bottom: 22px;
}
.information .information-wrapper p {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;;
    color: var(--black);
}
.information .information-wrapper a {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    word-wrap: break-word;
}
.information .information-wrapper hr {
    border: 1px dashed var(--black);
    width: 100px;
    margin-left: 0;
}
.information .btn-back2 {
    width: 191px;
    height: 50px;
    background: var(--white);
    border: 1px solid var(--violet);
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 30px;
    display: inline-flex;
    transition: all 0.4s;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.information .btn-back2:hover {
    transform: scale(1.1);
}
.information .btn-back2 i {
    color: var(--violet);
    font-size: 28px;
    margin-right: 30px;
    margin-left: 25px;
    margin-top: 4px;
}
.information .btn-back2 p {
    font-weight: 500;
    color: var(--violet);
    line-height: 21px;
    padding-top: 8px;
}

.btn-schedules2 {
    background: var(white);
    border: 1px solid var(--blue);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 10px 10px;
    margin-left: 50px;
}
.btn-schedules2 p {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: var(--blue);
    cursor: auto;
}
.information-form {
    margin: 47px auto;
    padding-bottom: 50px;
    width: 80%;
}
.information-form input {
    font-size: 16px;
    line-height: 19px;
}
.information-form .footer {
    text-align: center;
    margin-top: 50px
}
.information-form .footer p {
    margin-top: 20px;
    text-align: center;
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--violet);
}
.information-form .footer .btn-submit {
    width: 394px;
    height: 50px;
    padding-top: 15px;
}
.information-form label {
    margin-bottom: 0rem;
}
.schedules-img-wrapper {
    margin: auto;
    text-align: center;
}
.schedules-img-wrapper p {
    color: var(--black);
}
.schedules-img-wrapper h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--violet);
    margin-bottom: 40px;
}
.schedules-img-wrapper .img-wrapper {
    width: 353px;
    height: 176px;
    background: var(--white);
    border: 1px dashed var(--blue);
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    margin: 24px auto;
}
.img-wrapper img {
    display: inline-block;
    margin: 20px auto;
}

@media only screen and (max-width: 715px) {
    .stepwizard-step {
        padding: 0px 50px;
    }
    .stepwizard-row:before {
        width: 360px;
    }
    .stepwizard-row-step2:before {
        width: 360px;
    }
    .stepwizard-row-step3:before {
        width: 320px;
    }
    .information .btn-back2 {
        margin-top: 10px;
        margin-left: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .stepwizard-step {
        padding: 0px 30px;
    }
    .stepwizard-row:before {
        width: 240px;
    }
    .stepwizard-row-step2:before {
        width: 240px;
    }
    .stepwizard-row-step3:before {
        width: 240px;
    }
    .question-checkbox .label-container {
        padding-left: 24px;
    }
    .stepwizard-step {
        padding: 0px 24px;
    }
    .stepwizard-row-step2:before {
        width: 190px;
    }
    .stepwizard-row-step3:before {
        width: 190px;
    }
    .profile .rounded-circle {
        margin-top: 92px;
    }
    .profile .btn-detail {
        margin: 0;
        position: absolute;
        top: 15%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .detail-title .title p, .detail-footer .detail-footer_row p {
        margin-left: 0px;
    }
    .cart-item>ul {
        margin-left: -25px;
    }
    .btn-schedules {
        padding-left: 20px;
    }
}


/* ======================custom calendar====================== */
.fc-v-event .fc-event-main {
    color: #1C1C1C;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.fc-event-main:hover {
    background: #2EA45E;
    border-radius: 10px;
    color: var(--white);
}
.fc-col-header {
    background: var(--blue);
    box-sizing: border-box;
    border-radius: 5px
}
.fc-col-header a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--white);
}
.fc-scrollgrid-sync-inner {
    margin: 21px auto !important;
}
.fc-col-header-cell {
    max-width: 180px;
    height: 63px;
}
.fc-timegrid-slot-label-cushion {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--violet);
}
.fc-timegrid-slots table tr {
    height: 38px;
}
.fc-toolbar-chunk .fc-today-button {
    display: none !important;
}
.fc-event-main-frame {
    display: flex;
    justify-content: center;
}
.fc-event-time {
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}
.fc-button-primary {
    background-color: var(--violet) !important;
    border-radius: 5px !important;
    border: none !important;
    margin-left: 5px !important;
}
.fc-button-primary:focus {
    box-shadow: none !important;
}
.fc-timegrid-event {
    background: #89D0A6 !important;
    border: 1px solid #89D0A6;
}
.fc-col-header colgroup col {
    width: 105px !important;
}
.fc-direction-ltr .fc-timegrid-slot-label-frame {
    margin: auto 25px;
}
.fc .fc-timegrid-slot:first-child{
    background: rgba(239, 220, 227, 0.5);
    border-right: 1px solid #BF7893;
}
.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #BF7893;
    border-bottom: none;
}
.fc-timegrid-event, .fc-timegrid-more-link {
    border-radius: 10px;
}

/* ====================== assessments ===================== */
.assessments {
    width: 100%;
    height: 100%;
    background: var(--white);
    box-shadow: 0px 4px 4px rgba(214, 214, 214, 0.25);
    border-radius: 10px;
    margin-bottom: 18px;
}
.assessments .question {
    width: 93%;
    margin: auto;
}
.assessments .question_wrapper {
    position: relative;
}
.assessments .question_wrapper h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #1C1C1C;
    padding-top: 37px;
    margin-bottom: 24px;
}
.assessments .question ul {
    padding-inline-start: 15px !important;
    padding-inline-end: 15px !important;
}
.assessments .question ul li {
    display: inline-block;
    text-align: center;
    list-style: none;
    margin: 8px 8px;
}
.assessments .progress {
    background-color: #F4E8ED;
    height: 26px;
    border-radius: 13px;
    width: 100%;
}
.assessments-wrapper {
    background: var(--white);
    box-shadow: 0px 4px 4px rgba(214, 214, 214, 0.25);
    border-radius: 10px;
}
.assessments-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
.assessments-chart {
    max-width: 95%;
    max-height: 330px;
    justify-content: center;
}
.assessments-wrapper-text h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: var(--blue);
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.assessments-wrapper-text p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #1C1C1C;
    margin: 30px;
}
.assessments-wrapper-temp .success {
    border: 2px dashed #00B448;
    max-width: 208px;
    max-height: 208px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    margin: 30px auto;
}
.assessments-wrapper-temp .success h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: var(--violet);
}
.assessments-wrapper-temp .success img {
    max-width: 115px;
    max-height: 115px;
    margin: 21px auto;
}
.assessments-temp-text {
    text-align: left;
    width: 60%;
    margin: 20px auto;
}
.assessments-temp-text h5 {
    font-weight: 900;
    font-size: 18px;
    line-height: 29px;
}
.assessments-temp-text p {
    font-family: Roboto-Regular;
    font-weight: 530;
    font-size: 18px;
    line-height: 29px;
    color: #1C1C1C;
    text-align: left;
}
.assessments-temp-btn {
    margin: 54px auto;
    display: flex;
    justify-content: center;
}
.assessments-temp-btn a {
    margin-left: 14px;
}
.assessments-img {
    margin: 50px auto;
}
.assessments-footer {
    display: flex;
    justify-content: center;
    margin-top: 31px;
}
.assessments-footer a {
    height:60px;
    width: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.assessments-footer a:hover {
    transform: scale(1.1);
    background-color: var(--violet);
    color: var(--white);
}
.assessments-footer a p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
}
.assessments-footer a svg {
    margin-left: 20px;
    font-size: 28px;
}
.question-checkbox {
    float: right;
    display: inline-flex;
}
.question-checkbox .label-container {
    padding-left: 30px;
    margin-left: 0 !important;
    color: var(--black);
    font-size: 18px;
    line-height: 21px;
}
.question-checkbox .checkmark-radio {
    display: block;
    margin: 40px;
    left: 0 !important;
    margin-left: 27px !important;
}
.question_wrapper .footer {
    float: right;
}
.question_wrapper .footer a {
    margin-bottom: 15px;
}
.question_wrapper .footer .btn-url {
    background: #EAD1DB;
}
.question_wrapper .footer .btn-url:hover {
    background: var(--violet);
}
.question-content .question-button {
    float: right;
}
.question-content p {
    font-size: 18px;
    line-height: 26px;
    color: #1C1C1C;
}
.progress-bar {
    background: var(--violet) !important;
    width: 25%;
    border-radius: 13px;
}
.progress-bar p {
    font-size: 14px;
    line-height: 26px;
    margin: 15px;
    float: left;
}
.assessments .footer a {
    margin-left: 9px;
}
.assessments-table {
    background-color: var(--white);
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ECECEC;
}
.assessments-table table {
    width: 95%;
    margin: 20px auto;
}
.assessments-table .table thead tr th {
    color: #F8F8F8;
    border-radius: 5px;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
}
.assessments-table .table td {
    font-family: Roboto-Regular;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.assessments-table .table td:last-child {
    padding-left: 30px;
}
.assessments-table .table tbody tr td {
    font-style: normal;
    /* 太字にしない */
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 16px;
    color: #4B4B4B;
}
.assessments-table .table tbody tr {
    border-bottom: 1px dashed #999999;
}
.assessments-table .table tbody tr:last-child {
    border-bottom: none;
}
.assessments-table .table tbody tr td:first-child {
    border-right: 1px dashed #999999;
}
.chart-container {
    height: 100%;
    background-color: var(--white);
    border-radius: 10px;
}
.chart-container h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #4E7EDF;
    padding: 25px 19px;
}
/* topページのアセスメートグラフ用 */
.topchart-container h3{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #4E7EDF;
    padding: 4px 19px;
}
.chart-container h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: var(--black);
    padding: 19px;
}
/* topページのアセスメートグラフ用 */
.topchart-container h6 {
    font-weight: 500;
    font-size: 10px;
    line-height: 19px;
    color: var(--black);
    padding: 10px 19px 40px 19px;
    margin-bottom: 0px;
}
#radar {
    /* 印刷プレビューでの崩れ修正 */
    max-width: 450px;
    max-height: 450px;
    margin: auto;
    z-index: 1111;
}
.chart-table {
    background-color: var(--white);
    border-radius: 10px;
    height: 100%;
}
.chart-table .chart-table_wrapper {
    font-family: Roboto-Regular;
    padding: 33px 19px;
    font-size: 14px;
    line-height: 19px;
    color: var(--brown);
}
.chart-table .list-wrapper {
    margin-top: 12px;
}
.chart-table .list-wrapper p {
    font-family: Roboto-Regular;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: var(--brown);
}
.chart-table .list-wrapper .list-time p {
    margin-bottom: 3px;
}
.chart-table table thead{
    background: #E7ECF3;
    color: var(--black);
    font-size: 14px;
    line-height: 19px;
}
.chart-table table thead tr th {
    border: 1px solid var(--white-border);
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}
.chart-table table tbody tr td {
    border: 1px solid var(--white-border);
    color: var(--black);
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}
.text-increase {
    width: 32px;
    height: 21px;
    background: #FFF19D;
    border-radius: 3px;
    font-family: Roboto-Regular;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: var(--red);
    display: inline-block;
    margin-left: 10px;
    padding-top: 2px;
}
.text-reduced {
    width: 32px;
    height: 21px;
    background:rgb(144, 186, 231, 0.4);
    border-radius: 3px;
    font-family: Roboto-Regular;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #0C87BB;
    display: inline-block;
    margin-left: 10px;
    padding-top: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--white);
}
.chart-bar {
    background: var(--white);
    margin-top: 20px;
    border-radius: 10px;
}
.chart-bar h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    color: var(--black);
    padding: 29px 39px 19px 29px;
}
.select-ques-answer {
    background-color: var(--white);
    margin-top: 20px;
    min-height: 140px;
    border-radius: 10px;
    display: block;
    max-width: 418px;
}
.select-ques-answer p {
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    color: var(--black);
    margin: 25px 39px;
    padding-top: 25px;
}
.select-ques-answer .select2-container {
    margin-left: 40px;
    padding-top: 10px;
    background: var(--white);
    border: 1px solid var(--black);
    box-sizing: border-box;
    border-radius: 5px;
}
.select-ques-answer .select2-container--default .select2-selection--single {
    border: none;font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: var(--black);
}
.select-ques-answer .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 9px;
}
.select-ques-answer .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #959595 transparent transparent transparent;
    border-width: 7px 6px 0 7px;
}
.select-ques-answer .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #959595 transparent;
    border-width: 0 6px 7px 6px;
}
.select-ques-answer .select2-container--default .select2-selection--single .select2-selection__rendered,
.custom-chart-dropdown .select2-results__option {
    font-family: Roboto-Regular;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: var(--black);
    padding-top: 5px;
}
.custom-chart-dropdown {
    left: 40px;
    background: #F2F2F2;
    box-shadow: 0px 4px 4px rgba(157, 157, 157, 0.25);
    border-radius: 10px;
    border: none;
}
.chart-export {
    background-color: var(--white);
    /* スマホで狭すぎるためwidth 70%廃止 */
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding-bottom: 50px;
}
.chart-export .chart-title {
    align-items: center;
    margin-bottom: 73px;
}
.chart-export .chart-title h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 47px;
}
.title-export h5 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.title-export h5,.title-export h6 {
    font-weight: bold;
    color: #F8F8F8;
    padding: 20px 10px;
}
.title-export h6 {
    font-size: 14px;
    line-height: 20px;
}
.result-table .title-export {
    width: 90%;
    height: 60px;
    background-color: var(--blue);
    border-radius: 10px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
.chart-export .chart-title h5 {
    font-family: Roboto-Regular;
    font-weight: normal;
    font-size: 24px;
    line-height: 20px;
    color: var(--black);
    margin-bottom: 25px;
}
.chart-export .chart-title p {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: var(--black);
}
.chart-export .chart-title .chart-title-img {
    display: flex;
    justify-content: center;
}
.chart-export .chart-title .chart-title-img img {
    margin-top: 143px;
    margin-bottom: 93px;
    max-width: 410px;
    max-height: 88px;
}
.chart-export .chart-title .export {
    display: flex;
    justify-content: space-around;
    margin: 100px -74px;
}
.chart-export .chart-title .export .btn-url,
.assessments-temp-btn .btn-url{
    width: 105px;
    background: #EAD1DB;
}
.chart-export .chart-title .export .btn-url:hover,
.assessments-temp-btn .btn-url:hover{
    background: var(--violet);
}
.chart-export .chart-title .export .btn-submit {
    width: 105px;
}
.chart-export .chart-radar h3 {
    font-size: 16px;
    line-height: 18px;
    color: #4E7EDF;
    margin-bottom: 30px;
}
.chart-export .chart-radar {
    margin-bottom: 73px;
}
.result-table {
    background: var(--white);
    border: 1px solid var(--black);
    box-sizing: border-box;
    border-radius: 10px;
    width: 90%;
    margin: auto auto 10px auto; /* mb追加 */
    padding-bottom: 50px;
}
.result-table .title {
    width: 90%;
    height: 60px;
    background-color: var(--blue);
    border-radius: 10px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    color: var(--white);
}
.result-table .title h3 {
    color: var(--white-FA);
    margin-left: 23px;
}
.result-table .title h5 {
    font-size: 14px;
    line-height: 20px;
    color: var(--white-FA);
    margin-right: 23px;
    margin-top: 20px;
}
.result-table table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto;
    width: 90%;
}
.result-table table thead {
    background: rgba(10, 68, 130, 0.2);
}
.result-table table thead tr th:first-child {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #0A4482;
}
.result-table table thead tr th:last-child {
    font-size: 14px;
    line-height: 20px;
    color: var(--blue);
}
.result-table table tbody tr td {
    font-family: Roboto-Regular;
    border: 1px solid var(--white-border);
    font-weight: normal;
    font-size: 14px;
}
.result-table table tbody tr td:last-child {
    font-weight: bold;
}
.result-table  table .circle {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid var(--blue);
    background: var(--white-FA);
    color: #0A4482;
}
.cell-breakWord {
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 20px !important;
}
.result-table table .circle p {
    font-size: 14px;
    line-height: 16px;
    padding: 9px 12px;
}


/* ====================chat======================== */
.chat {
    width: 100%;
    background: var(--white);
    margin: auto 4px;
    border-radius: 10px;
}
.chat ul li {
    list-style-type: none;
    margin-left: -30px;
}
.chat .chat-history {
    padding: 30px 20px 20px;
    border-bottom: 2px solid var(--white);
    /* 2重スクロールバーの廃止 */
    /* overflow-y: scroll; */
    /* max-height: 575px; */
}
.chat .chat-history .message-data {
    margin-bottom: 15px;
    position: relative;
}
.chat .chat-history .message-data-time {
    right: 60px;
    margin-top: 20px;
    font-family: Roboto-Regular;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: var(--black);
}
.chat .chat-history .message,
.chat .chat-history .message-reply,
.chat .message-data-reply {
    padding: 18px 20px;
    font-family: Roboto-Regular;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #1C1C1C;
    border-radius: 7px;
    margin: auto;
    width: 85%;
    position: relative;
}
.chat .chat-history .message:after,
.chat .message-data-reply:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #CEE4F4;
    border-width: 10px;
}
.chat .chat-history .message-reply {
    padding: 8px 0px;
}
.chat .chat-history .reply-text {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--black);
    margin-top: -17px;
}
.chat .chat-history hr {
    border-top: 1px solid var(--white-border);
}
.chat .message-data-name img,
.chat .chat-message img{
    background: var(--white);
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.chat .chat-history .my-message {
    background: #CEE4F4;
    margin-top: -15px;
}
.chat .chat-history .other-message,
.chat .chat-history .other-message-2  {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    width: 85%;
    margin-top: -15px;
}
.chat .chat-history .other-message {
    background: #C4C4C4;
}
.chat .chat-history .other-message:after {
    border-bottom-color: #C4C4C4;
}
.chat .chat-history .other-message-2 {
    background: #DECDD4;
}
.chat .chat-history .other-message-2:after {
    border-bottom-color: #DECDD4;
}
.chat .chat-message {
    padding: 30px;
}
.chat .chat-message .submit{
    width: 93%;
    float: right;
}
.chat .chat-message .chat-message-textarea {
    width: 85%;
    border: 1px solid var(--violet);
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    float: right;
    margin-right: 8%;
}
.chat .chat-message .chat-message-textarea textarea,
.chat .chat-message .chat-message-textarea textarea:hover {
    width: 90%;
    border: none !important;
}
.chat .chat-message .fa-paperclip,
.chat .chat-message .fa-file-image {
    font-size: 28px;
    color: var(--brown);
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
}
.chat .chat-message .icon{
    position: absolute;
    right: 13%;
    margin-top: 25px;
}
.chat .chat-message a:last-child{
    margin-left: 10px;
}
.chat .chat-message .icon span input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.chat .chat-message .icon .inputFile {
    right: 43px;
}
.chat .chat-message .icon .inputImg {
    right: 2px;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.float-right {
    float: right;
}
.message-data-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #28262D;
}
.chat .admin-img {
    border: 1px solid var(--violet) !important;
}
.chat .message-data-reply {
    width: 92% !important;
    float: right;
}
.chat .message-data-reply:after {
    border-bottom-color: #CEE4F4;
}
.chat .reply-from {
    margin-left: 7%;
}
.chat .time-reply {
    position: absolute !important;
    right: -9% !important;
}
.chat .reply-hr {
    margin-top: 4rem;
}

/* =======================diary==================== */

.container-dirary_img_cover {
    /* 変更 */
    width: 100%;
    margin: auto;
}
.diary-wrapper {
    width: 595px;
    margin: auto;
    background-color: var(--white);
    box-shadow: 0px 4px 4px rgba(214, 214, 214, 0.25);
    border-radius: 10px;
}
.diary-wrapper-temp {
    padding: 56px;
}
.header-table-diary h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: var(--violet);
}
.card-table .table-diary tr:nth-child(even) {
    background: var(--white) !important;
}
.card-table .table-diary tr {
    border-bottom: 1px dashed #999999;
}
.card-table .table-diary tr:last-child {
    border-bottom: none;
}
.card-table .table-diary td {
    padding-bottom: 0;
}
.table-diary .btn-url, .table-diary .btn-url2 { /* btn-url2追加 */
    width: 92px;
    height: 36px;
}
.text-violet {
    color: var(--violet) !important;
}
.next-diary {
    margin-top: 48px;
    display: flex;
    justify-content: end;
    margin-right: 0;
}
.next-diary a {
    /* 変更 */
    width: 200px;
    height: 51px;
    padding-top: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px
}
.container-diary {
    width: 595px;
    background: var(--white);
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: auto;
}
.container-diary .container-header {
    background: #D9EDFF;
    border-radius: 5px;
    width: 97%;
    margin: 10px auto;
}
.container-diary .container-header input, .container-diary .container-header select {
    background: var(--white);
    border-radius: 5px;
    height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: var(--blue);
    border: none;
}
.container-diary-wrap {
    padding: 0;
    margin: 5px auto;
    width: 97%;
}
.container-diary-wrap .btn-blue {
    background: var(--blue);
    border-radius: 5px;
    width: 155px;
    height: 36px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: var(--white);
}
.container-diary-wrap .header-color {
    height: 35px;
    background: var(--blue);
    margin: 0 5px 0 0;
}
.container-diary-input {
    width: 100%;
}
.container-diary-input textarea {
    background: var(--white) !important;
    border: 1px solid #B9DEFF;
    box-sizing: border-box;
    border-radius: 5px;
    /* 高さ調整 スクロールで枠がずれないように */
    height: 590px;
    min-height: 300px;
    width: 97%;
    font-size: 16px;
    margin: 2% auto;
    padding: 11px 20px 0 30px;
    line-height: 4ch;
    background-image: linear-gradient(transparent, transparent calc(4ch - 1px), #E1E1E1 0px) !important;
    background-size: 100% 4ch !important;
}
/* 課題一覧など副作用抑えるため範囲限定 副作用懸念のため名称はdiraryのまま */
.container-dirary_input .select2-container--default .select2-selection--single {
    height: 40px;
}
/* 範囲限定 */
.container-dirary_input .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: var(--blue);
    padding-left: 12px;
    padding-top: 12px;
}
/* 範囲限定 */
.container-dirary_input .select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #292D32;
    border-width: 7px 7px 0 7px;
    margin-left: -10px;
    margin-top: 2px;
}
/* 範囲限定 */
.container-dirary_input .select2-container--default .select2-selection--single {
    border: none;
}
.form-button-diary {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.form-button-diary a, .form-button-diary button { /* button追加 a->button変更のため */
    width: 131px;
    height: 40px;
    margin-right: 14px;
}
.form-button-diary .btn-cancel {
    background: #EAD1DB;
    border: 1px solid var(--violet);
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: var(--violet);
}
.form-button-diary .btn-cancel:hover {
    color: #EAD1DB;
    background: var(--violet);
}
.container-diary-wraper {
    width: 1109px;
    margin: auto;
}
.container-diary-container {
    /* 変更 */
    width: 100%;
    min-height: 842px;
    margin: 20px auto;
    background: var(--white);
    /* 廃止 */
    /* border: 1px solid #ECECEC; */
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.container-diary_header {
    background: var(--violet);
    width: 100%;
    height: 97px;
    /* 変更 */
    text-align: center;
}
.container-diary_prof {
    background: var(--white);
    border: 1px solid #DD528C;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    /* 変更 */
    width: 735px;
    margin: 20px auto;
    position: relative;
}
.container-diary_prof_wrap {
    background: linear-gradient(91.27deg, #931348 51.18%, rgba(157, 30, 82, 0.6) 93.73%);
    border-radius: 8.5px 8.5px 0px 0px;
    /* 変更 */
    width: 727px;
    height: 8px;
    margin: 4px auto 28px auto;
}
.container-diary_prof_but {
    /* 修正 */
    min-width: 331px;
    padding-left: 10px;
    padding-right: 10px;

    height: 50px;
    background: var(--violet);
    border: 1px solid var(--white);
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0px auto 15px auto;
}
.container-diary_prof_but h1, .container-diary_prof_but span {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #F8F8F8;
    margin-top: 12px;
}
.container-diary_prof_but span {
    font-size: 20px;
    line-height: 23px;
}
.container-diary_prof_wrap_left, .container-diary_prof_wrap_right {
    background: var(--blue);
    border: 1px solid var(--white);
    box-sizing: border-box;
    border-radius: 2px;
    width: 8px;
    height: 30px;
    position: absolute;
}
.container-diary_prof_wrap_left {
    top: 10px;
    left:0
}
.container-diary_prof_wrap_right {
    top: 10px;
    right: 0;
}
.container-diary_prof .container-diary_prof_body {
    position: relative;
    /* 修正 */
    min-width: 233px;
    display: inline-block;

    margin: auto;
}
.container-diary_prof .container-diary_prof_info {
    width: 90%;
    margin: 20px auto;
}
.container-diary_prof .container-diary_prof_info h3 {
    width: 84px;
    height: 24px;
    background: var(--blue);
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #F8F8F8;
    text-align: center;
    padding-top: 5px;
}
.container-diary_prof .container-diary_prof_info p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}
.container-diary-container .btn-submit {
    width: 109px;
    margin-bottom: 12px;
    margin-left: 28px;
}
.container-diary_table {
    /* 変更 */
    width: 735px;
    margin: auto;
}
.container-diary_table .card-table-index {
    margin: auto;
}
.table-diary_profile th {
    font-size: 12px !important;
    line-height: 14px !important;
}
.table-diary_profile td {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    font-family: Roboto-Regular !important;
}
.next-diary-profile {
    /* 変更 */
    position: absolute;
    right: 130px;
    bottom: 350px;
    padding: 30px;
    background-color: #fff;
    border: 2px solid #999;
}
.next-diary-profile .btn-url {
    background: #EAD1DB;
    width: 129px;
    height: 40px;
    margin-right: 14px;
    /* 追加 */
    /* margin-bottom: 12px; */
}
.next-diary-profile .btn-url:hover {
    background: var(--white-FA);
    color: var(--violet);
}
.next-diary-profile .btn-submit {
    width: 129px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    /* 他で打ち消しているためimportantで追加 */
    cursor: pointer!important;
}
.next-diary-profile .btn-submit:hover {
    /* 他で打ち消しているため追加 */
    background: var(--white);
    border: 1px solid var(--violet);
    color: var(--violet);
}
.container-diary_img {
    border: 2px solid var(--white);
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 108px;
    height: 108px;
    border-radius: 50%;
    position: absolute;
    top: -26%;
    /* 変更 */
    left: 315px;
    background: var(--white);
}
.container-diary_img img {
    width: 100%;
    /* 変更 */
    height: 100%;
    border-radius: 50%;
}
.container-diary_header .btn-result {
    background: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 248px;
    height: 49px;
    padding-top: 15px;
    margin: 24px 173px;
}
.container-diary_asm #radar {
    margin-left: 7px;
    /* 変更 */
    height: 372px !important;
    width: 95% !important;
}
.container-diary_asm  .chart-container, .container-diary_asm .chart-table, .container-diary_asm .chart-bar {
    background: var(--white);
    border: 1.05354px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 5.26769px;
    width: 260px;
    margin-left: 12px;
}
.container-diary_asm  .chart-container, .container-diary_asm .chart-table {
    /* 変更 */
    min-height: 540px;
}
.container-diary_asm .chart-table {
    margin-left: 10px;
    margin-right: 12px;
    /* 変更 */
    width: 397px;
}
.container-diary_asm .chart-table table thead tr th, .container-diary_asm .chart-table table tbody tr td {
    font-size: 10px;
    line-height: 11px;
}
.container-diary_asm .text-increase, .container-diary_asm .text-reduced,
.container-diary_asm .chart-table .list-wrapper p, .container-diary_asm .chart-container h6 {
    font-size: 10px;
}
.container-diary_asm .table td {
    padding: 0.35rem;
    padding-bottom: 0;
}
.container-diary_asm .table td p {
    margin-bottom: 8px;
}
.container-diary_asm .table .pt-12 {
    padding-top: 12px;
}
.container-diary_asm .chart-bar {
    /* 変更 */
    width: 97%;
}
.container-diary_asm .chart-bar .btn-submit {
    /* hoverで変更しない cursor default */
    width: 114.84px;
    height: 28.45px;
    font-weight: 700;
    font-size: 10.5354px;
    padding-top: 5px;
    margin: 12px auto 30px auto ;
    display: flex;
    /* 変更 */
    cursor: default;
}
/* 色変更しない */
.container-diary_asm .chart-bar .btn-submit:hover {
    background: var(--violet);
    color: var(--white);
}
.container-diary_asm .d-flex {
    margin-top: 20px;
    justify-content: space-between;
}
.container-diary_detail {
    /* 変更 */
    width: 735px;
    margin: auto;
    /* 変更 */
    margin-top: 10px;
    margin-bottom: 10px;
}
.container-diary_detail .container-diary_detail_item {
    /* 変更 */
    width: 735px;
    margin: auto;
    margin-top: 10px;
    background: var(--white);
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.container-diary_detail .container-diary_detail_item .container-diary_detail_item_header,
.container-diary_detail .container-diary_detail_item .content {
    margin: 18px auto;
    width: 96%;
}
.container-diary_detail .container-diary_detail_item .container-diary_detail_item_header .col-md-2 {
    padding-left: 0;
}
.container-diary_detail .container-diary_detail_item h1 {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: var(--blue);
}
.container-diary_detail .container-diary_detail_item .content {
    background: var(--white);
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 5px;
}
.container-diary_detail .container-diary_detail_item p {
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: var(--black);
    font-family: Roboto-Regular;
    padding: 10px;
    padding-bottom: 0;
}
.container-diary_detail_item_date {
    background: #E4E4E4;
    border-radius: 2px;
    width: 154px;
    height: 36px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: var(--blue);
    text-align: center;
    padding-top: 12px;
}
.container-diary_detail_item_form {
    width: 95%;
    margin: 11px auto;
}
.container-diary_detail_item_form .form-group {
    width: 100%;
}
.container-diary_detail_item_form .form-group label,
.container-diary_detail_item_form .form-group .form-control {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #1B1B1B;
}
.container-diary_detail_item_form .form-group .form-control {
    min-height: 30px;
    height: auto;
    color: #4B4B4B;
}
.container-diary_detail_training .container-diary_training_item,
.container-diary_detail_training {
    /* 変更 */
    width: 767px;
    margin-top: 14px;
}
.container-diary_book {
    /* 変更 */
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.container-diary_book_item {
    display: flex;
    /* 変更 */
    justify-content: start;
}
.container-diary_detail .container-diary_book_item {
    background: var(--white);
    border: 0.326297px solid #ECECEC;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 10px;
}
.container-diary_detail .container-diary_book_item .container-diary_detail_item_book_img {
    background: var(--white);
    /* 変更 */
    /* border: 0.326297px solid #F3F3F3; */
    box-sizing: border-box;
    /* box-shadow: 0px 1.30519px 2.61038px rgba(122, 122, 122, 0.25); */
    /* width: 77.99px; */
    /* height: 109.96px; */
    margin: 7px 15px 0px 11px;
    flex: 0 0 100px; /* 伸縮なし */
}
.container-diary_detail .container-diary_book_item .container-diary_detail_item_book_info {
    margin-top: 7px;
}
.container-diary_detail .container-diary_book_item .container-diary_detail_item_book_info h1,
.container-diary_detail .container-diary_book_item .container-diary_detail_item_book_info h2 {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #1B1B1B;
}
.container-diary_detail .container-diary_book_item .container-diary_detail_item_book_info h2 {
    font-weight: 500;
}
.container-diary_detail .container-diary_book_item .container-diary_detail_item_book_info p {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #1B1B1B;
}
.container-diary_detail .container-diary_book_item .container-diary_detail_item_book_info hr {
    border: 1px dashed var(--black);
    width: 50px;
    margin: 8px 0px 12px 0px;
}
.diary_book_book-button_submit a {
    width: 129px !important;
    height: 40px !important;
    margin-bottom: 0 !important;
}
.container-diary-container_scroll {
    background: none;
    box-shadow: none;
    border: none;
}
.container-diary_pro {
    background: var(--white);
    /* 変更 */
    /* border: 1px solid #ECECEC; */
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}


/* --------------selfcoach------------------------ */

.selfcoach_container .selfcoach_calendar {
    background: var(--white);
    border: 0.976087px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 4.88043px;
}
.selfcoach_container .selfcoach_calendar .calendar-area-main {
    width: 95%;
    margin: auto;
    padding: 20px 0;
}
.selfcoach_container .calendar-area-main .ui-widget.ui-widget-content {
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    border: none;
    font-family: Roboto-Bold;
}
.selfcoach_container .calendar-area-main .ui-datepicker .ui-datepicker-header {
    border: none;
    background: none;
    font-weight: 700;
    font-size: 13.6652px;
    line-height: 16px;
    color: #4B4B4B;
}
.selfcoach_container .ui-datepicker table thead {
    font-weight: 700;
    font-size: 11.713px;
    line-height: 14px;
    color: #4B4B4B;
}
.selfcoach_container .calendar-area-main .ui-datepicker-calendar tbody td>a,
.ui-state-default, .ui-widget-content .ui-state-default {
    background: var(--white);
    border: 0.976087px solid #C0C0C0;
    box-sizing: border-box;
    border-radius: 4.88043px;
    font-weight: 400;
    font-size: 9.76087px;
    line-height: 11px;
    text-align: center;
    color: #444444;
    height: 18px;
    max-width: 49px;
    padding-top: 3px;
    margin-left: 5.86px;
    margin-bottom: 3px;
}
.calendar-area-main .ui-datepicker .ui-datepicker-prev .ui-icon {
    -webkit-transform: rotate(180deg);
    width: 30px;
    transform: rotate(180deg);
    height: 30px;
    background-image: url(../img/ico_arrow_gray.png);
    background-position: 50% 50%;
    background-size: 100% auto;
    cursor: pointer;
}
.calendar-area-main .ui-widget-header .ui-icon {
    width: 30px;
    height: 30px;
    background-image: url(../img/ico_arrow_gray.png);
    background-position: 50% 50%;
    background-size: 100% auto;
    cursor: pointer;
}
.calendar-area-main .ui-datepicker .ui-datepicker-next span {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
}
#xxdate .ui-widget-header a {
    top: 105px;
}
.calendar-area-main .ui-datepicker .ui-datepicker-next {
    top: 110px !important;
    right: -35px;
}
.calendar-area-main .ui-datepicker .ui-datepicker-prev {
    left: -37px;
}
.ui-corner-all.ui-state-hover {
    border: none;
    background: transparent;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background-color: var(--blue);
    border-radius: 4.88043px;
    color: var(--white);
}

/* 追加 */
/* カレンダーの色付け */
.calendar-area-main .ui-datepicker-calendar tbody td.ui-state-default--past > a {
    background: #C8DDF6;
}

/* 追加 */
.calendar-area-main .ui-datepicker-calendar tbody td.ui-state-default--edit > a {
    background-color: #fa3e3e;
    color: #fff;
}

/* 追加 */
.calendar-area-main .ui-datepicker-calendar tbody td.ui-state-default--future > a {
    background-color: #fa3;
    color: #fff;
}

.selfcoach_container .btn-violet {
    font-family: Roboto-Regular;
    width: 287px;
    height: 40px;
    background: #DECDD4;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 15px auto;
    border: none;
}
.selfcoach_container .btn-violet:hover {
    color: #941A49 !important;
    background: #DECDD4 !important;
}
.selfcoach_container .form_selfcoach_calendar .coaching-input__list-item-form {
    background: var(--white);
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
}
.selfcoach_container .form_selfcoach_calendar .coaching-input__list-item-form div {
    width: 90%;
    margin: 18px auto;
}
.selfcoach_container .form_selfcoach_calendar .label-title,
.selfcoach_container .form_selfcoach_calendar .form-control,
.selfcoach_container .form_selfcoach_calendar ::placeholder {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1B1B1B;
}
.selfcoach_container .form_selfcoach_calendar textarea {
    height: 64px;
}
.selfcoach_container .form_selfcoach_calendar .btn {
    width: 146px;
    height: 45px;
    font-weight: 500;
    font-size: 14px;
    margin: 24px 0px 22px 28px;
}
.selfcoach_container .form_selfcoach_calendar .target_point {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: flex-end;
    color: #1B1B1B;
    margin-bottom: 54px;
}

/* -------------------book-------------------- */
.image-contents-book {
    display: flex;
    padding: 13px;
    align-items: flex-start;
    background: var(--white);
    border: 1px solid var(--white-EC);
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 146px;
    max-height: 200px;
    /* 追加 */
    margin-bottom: 10px;
}
.block-list__item {
    background: var(--white);
    border: 1.02026px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5.10129px;
    margin-right: 1.94742%;
    margin-bottom: 1.94742%;
    width: 357.09px;
    /* タイトルが長いitem対応 */
    /* height: 148.96px; */
    list-style-type: none;
}
.book_container .main-contents-body ul {
    flex-wrap: wrap;
    padding: 0;
}
.image-contents-book .image-contents__figure {
    width: 70.56px;
    height: 112.19px;
    position: relative;
}
.image-contents-book .image-contents__detail {
    height: 100%;
    margin-left: 30px;
    position: relative;
}
.image-contents__detail {
    width: calc(100% - 97px - 20px);
}

.image-contents-book .image-contents__detail .image-contents__detail-link {
    font-weight: 600;
    font-size: 16.3241px;
    line-height: 19px;
    color: #4B4B4B;
}
.image-contents-book .image-contents__detail .image-contents__detail-name {
    font-weight: 500;
    font-size: 14.2836px;
    line-height: 17px;
    color: #1B1B1B;
    margin-top: 11px;
}
.image-contents-book .image-contents__detail .image-contents__detail-writer-text {
    font-weight: 500;
    font-size: 14.2836px;
    line-height: 17px;
    color: #4B4B4B;
    margin-bottom: 0;
    letter-spacing: -.03em;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 130px;
}
.image-contents-book .image-contents__detail .image-contents__detail-writer-text-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #941A49;
    float: right;
    position: absolute;
    right: 0;
}
.image-contents__figure-check {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 20px;
    height: 20px;
}
.img-contents_new {
    width: 36.44px;
    height: 35.71px;
    font-weight: 700;
    font-size: 12.2431px;
    line-height: 14px;
    color: var(--white);
    background: #F0B924;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    position: absolute;
    right: -12px;
    top: -10px;
}
.star-check {
    color: #F0B924;
}
.star-uncheck {
    color: #DADADA;
}
.image-contents__detail .list-star {
    margin-bottom: 15px;
}
.main-contents-head .main-contents__title_book,
.main-contents-head .text-content_book {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1B1B1B;
}
.book_container .btn-submit:hover {
    background: #941A49;
    color: var(--white);
}


/* --------------------book review-------------- */

.book_container_review .main-contents {
    background: var(--white);
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
}
.book_container_review .image-contents__detail {
    width: 100%;
}
.book_container_review .main-contents .image-contents__figure {
    width: 239px;
    height: 337px;
    min-height: 200px;
    margin: 32px auto;
}
.book_container_review .main-contents .image-contents__figure img {
    /* 縦横比一定 */
    max-width: 100%;
    max-height: 100%;
}
.book_container_review .main-contents .image-contents__header {
    margin: 32px 12px;
}
.book_container_review .main-contents .image-contents__header .image-contents__detail-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #1B1B1B;
}
.book_container_review .main-contents .image-contents__header .image-contents__detail-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1B1B1B;
    padding-top: 8px;
}
.book_container_review .main-contents .image-contents__header hr {
    border: 1px dashed var(--black);
    width: 65px;
    margin: 0;
}
.book_container_review .main-contents .image-contents__detail-writer-text {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #1B1B1B;
    margin-left: 12px;
}
.writing-area_book_detail {
    background: var(--white);
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 12px;
    position: relative;
}
.writing-area-existing__prof-image img {
    /* 横長画像が丸くなるように修正 */
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* border-radius設定削除 */

.writing-area .writing-area-existing__prof-image {
    border: 1px solid #A4A4A4;
    box-sizing: border-box;
    border-radius: 50%;
    /* 横長画像が丸くなるように修正 */
    overflow: hidden;
}
.writing-area-existing__prof-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
    /* 内部imgと同サイズに変更 */
    padding: 0px;
    width: 64px;
    height: 64px;
    border: 1px solid #9B9B9B;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.writing-area .writing-area-existing {
    margin: 10px 20px;
}
.writing-area .writing-area-existing__prof {
    /* 狭いため90% -> 100% */
    width: 100%;
    display: flex;
}
.writing-area_book_detail .writing-area-existing__prof {
    align-items: flex-start;
}
.writing-area .writing-area-existing__prof-contents-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1B1B1B
}
.writing-area .writing-area-existing__prof-contents {
    width: 80%;
}
.writing-area .writing-area-existing__contents-text {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1B1B1B;
}
.writing-area .writing-area-existing__prof_time {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4B4B4B;
    padding-top: 14px;
}
.writing-area .btn-submit {
    position: absolute;
    width: 126px;
    height: 40px;
    top: 19px;
    right: 19px;
}

/* -------------------- book review create -------------- */
.clearfix {
    clear: both;
}
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin: 5px 10px;
}
.rating-stars ul > li.star {
    display: inline-block;
}
.rating-stars ul > li.star > i.fa {
    font-size: 2.5em;
    color: #ccc;
}
.rating-stars ul > li.star.hover > i.fa {
    color: #F0B924;
}
.rating-stars ul > li.star.selected > i.fa {
    color: #F0B924;
}
.writing-area__list .rating-stars {
    background: var(--white);
    border: 1px solid var(--white-border);
    box-sizing: border-box;
    border-radius: 5px;
    width: 302px;
    min-height: 57px;
}
.break-contents_review .btn {
    top: 0;
    right: 0;
    width: 145px;
    height: 40px;
    position: relative;
    margin-right: 22px;
    margin-top: 18px;
}
.writing-area__list .form-group label,
.writing-area__list .form-group input,
.writing-area__list .form-group textarea,
.writing-area__list .form-group ::placeholder {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1B1B1B;
}



/* -------------------book upload--------------- */

.book_container_upload .main-contents-body {
    background: var(--white);
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
}
.book_container_upload .data-upload__label {
    position: relative;
}
.book_container_upload .data-upload__image {
    background: #F3F3F3;
    border: 1px solid #C0C0C0;
    margin-left: 25px;
    margin-top: 10px;
    width: 257px;
    /* 変更 */
    height: 410px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    cursor: pointer;
    cursor: pointer;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-box-align: start;
    align-items: flex-start;
}
.book_container_upload .image-contents__figure .img_box_book > img {
    /* 縦横比維持のためheight->max-height */
    max-height: 100%;
    width: 100%;
    max-width: 270px;
}
.book_container_upload .data-upload__text {
    font-family: Roboto-Regular;
    background: #E3E3E3;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4B4B4B;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-height: 40px;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.book_container_upload .data-upload__input {
    position: absolute;
    visibility: hidden;
    height: 0;
}
.book_container_upload .data-upload__text .data-upload__text-item {
    position: relative;
    margin-bottom: 0 !important;
}
.book_container_upload .button-upload__image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 22px;
    margin-left: 15px;
}
.book_container_upload .button-upload__image .btn {
    font-family: Roboto-Medium;
    width: 125px;
    height: 30px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding-top: 7px;
}
.book_container_upload .writing-area-heading {
    position: relative;
    top: 0;
    right: 0;
}
.book_container_upload .writing-area-heading .btn {
    width: 145px;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-right: 15px;
    padding-top: 7px;
    margin-top: 15px;
}
.book_container_upload .writing-area__list hr {
    border: 1px dashed var(--white-border);
}

/* =====================e-learning=========== */
.e-learning-container {
    max-width: 1168px;
    margin: auto;
}
.e-learning-container .menu-container {
    width: 100%;
    margin-left: 3px;
}
.e-learning-container .top-text img {
    width: 97%;
    margin-top: 0;
    float: left;
}
.e-learning-container .top-text img,
.e-learning-container .text-title {
    margin-left: 15px;
}
.e-learning-container .menu-container .menu-item {
    max-width: 245px;
}
.e-learning-url {
    width: 130.58px;
    height: 51px;
    background: var(--white);
    border: 1px solid #E9E9E9;
    box-shadow: -3px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-top: -22px;
    margin-left: 9px;
    position: relative;
}
.e-learning-url a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #0A4482;
    position: absolute;
    margin-top: 0;
    left: 1.3rem;
    bottom: 0.8rem;
}
.e-learning-url a svg {
    margin-right: 12px;
    margin-bottom: 5px;
}
.e-learning-header {
    width: 100%;
    min-height: 114.23px;
    background: linear-gradient(269.68deg, rgba(4, 17, 142, 0.2) 0.08%, rgba(0, 101, 171, 0.17) 98.24%);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.e-learning-header .e-learning-logo {
    display: flex;
}
.e-learning-header .e-learning-logo div {
    margin: auto;
    margin-left: 20px;
}
.e-learning-header .e-learning-logo img {
    width: 131.54px;
    height: 91.58px;
    margin: auto;
    margin-left: 20px;
}
.e-learning-header .e-learning-logo h1,
.e-learning-header .e-learning-logo h2 {
    font-weight: 700;
    color: var(--blue);
}
.e-learning-header .e-learning-logo h1 {
    font-size: 24px;
    line-height: 28px;
}
.e-learning-header .e-learning-logo h2 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
}
.e-learning-bottom, .e-learning-right {
    background: var(--white);
    border: 1px solid #8DC4FF;
    border-radius: 10px;
    width: 222px;
    height: 85.19px;
    margin: auto 35px;
}
.e-learning-bottom img{
    margin: 15px auto 8px auto;
}
.e-learning-bottom p {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--blue);
}
.e-learning-right {
    background: var(--white);
    border: 1px solid #8DC4FF;
    border-radius: 10px;
    max-width: 222px;
    height: 106px;
    margin: 15px auto;
    padding-top: 8px;
}
.e-learning-right img {
    margin: 15px auto 8px auto;
}
.e-learning-right p {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--blue);
}



/* ===================-learning-profile==========---== */


.e-learning-profile {
    background: var(--white);
    border: 1px solid #B7B7B7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 21px;
}
.e-learning-profile-img,
.e-learning-profile-info {
    margin: 40px 0px 40px 0px;
    height: 100%;
    width: 100%;
}
.e-learning-profile-info {
    width: 80%;
    margin-left: 20px;
}
.e-learning-profile-img img {
    width: 305.05px;
    height: 305.05px;
    border-radius: 50%;
    border: 1px solid #B7B7B7;
    display: block;
    margin: 0 auto;
}
.e-learning-profile-info h1 {
    font-family: Roboto-Bold;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 15px;
}
.e-learning-profile-info h2 {
    font-weight: 600;
    font-size: 18px;
    color: #4B4B4B;
}
.e-learning-profile-info p {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    margin-top: 27px;
}
.e-learning-profile-list-item {
    background: #DAE3F3;
    border: 1px solid #B7B7B7;
    border-radius: 10px;
    width: 325px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 0;
}
.e-learning-list-course{
    margin-bottom: 30px;
}
.e-learning-profile-list-item .list-item ,
.e-learning-list-course .list-item {
    margin: 15px 15px 15px 35px;
}
.e-learning-profile-list-item .list-item h2,
.e-learning-list-course .list-item h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
}
.e-learning-profile-list-item .list-item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: var(--blue);
}
.e-learning-profile-list-item .list-item li,
.e-learning-list-course .list-item li {
    list-style-type: none;
    display: flex;
}
.e-learning-profile-list-item .list-item li p,
.e-learning-list-course .list-item li p {
    font-family: Roboto-Bold;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #263238;
    margin-left: 6px;
}
.e-learning-profile-list-item .list-item li .circle,
.e-learning-list-course .list-item li .circle {
    width: 22px;
    height: 22px;
    background: var(--white);
    border: 1px solid #263238;
    border-radius: 50%;
    text-align: center;
    padding-top: 1px;
    padding-left: 1px;
    /* 追加 */
    flex-shrink: 0;
}
.e-learning-profile-list-item .list-item li .circle {
    background: #DAE3F3;
}
.e-learning-profile-list-item .list-item ul,
.e-learning-list-course .list-item ul {
    margin-left: 0;
    padding-left: 0;
}
.e-learning-course .header-table-course h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: var(--blue);
}
.e-learning-course .table td h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: var(--blue);
}
.e-learning-course .table td p {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #4B4B4B;
}
.e-learning-course .table .text-red {
    color: #D0021B;
}
.e-learning-course .card-table .table td,
.e-learning-course .card-table .table th {
    padding-left: 24px;
}

/* ================e-learning-compre =================== */


.e-learning-compre {
    margin-top: 45px;
}
.e-learning-compre .e-learning-compre-intro .e-header {
    margin-left: 20px;
    display: flex;
}
.e-learning-compre .e-learning-compre-intro .e-header h2,
.e-learning-compre .e-learning-compre-intro .e-header h3  {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: var(--blue);
    margin-right: 20px;
}
.e-learning-compre .e-learning-compre-intro .e-header h3 {
    font-family: Roboto-Regular;
    font-weight: 500;
    color: #D0021B;
}
.e-learning-compre .e-learning-compre-intro .e-detail {
    background: var(--white);
    border: 1px solid var(--white-border);
    border-radius: 5px;
}
.e-learning-compre .e-learning-compre-intro .e-detail h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #4B4B4B;
    margin: 26px 22px;
}
.e-learning-compre .e-learning-compre-intro .e-detail p {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--black);
    margin: auto auto 26px 26px;
}
.e-learning-compre .e-learning-compre-intro .e-detail p span,
.e-learning-compre .e-learning-compre-intro .e-detail .text-red  {
    color: #D0021B;
}
.e-learning-compre .e-learning-compre-intro .e-answer h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #0A4482;
    margin: 32px 15px;
    cursor: pointer;
    width: 50px;
}

/* ==================== e-learning video===================== */

.e-learning-pic{
    width: 282px;
    border-radius: 4px;
}

.e-learning-video {
    background: var(--white);
    border: 1px solid #B7B7B7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}
.e-learning-video .e-learning-video-content div {
    margin-top: 25px;
    display: flex;
}
.e-learning-video .e-learning-video-content h2,
.e-learning-video .e-learning-video-content h3,
.e-learning-video .e-learning-video-content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: var(--blue);
    text-align: center;
}
.e-learning-video .e-learning-video-content h3 {
    font-family: Roboto-Regular;
    font-weight: 500;
    padding-left: 20px;
}
.e-learning-video .e-learning-video-content h4 {
    font-size: 16px;
    line-height: 19px;
    /* margin-top: 15px; */
    /* margin-bottom: 32px; */
}
.e-learning-video .e-learning-video-source .video {
    margin: 21px auto;
    display: flex;
    justify-content: center;
}
.e-learning-footer .menu-container {
    width: 50%;
}
.e-learning-video .video-active,
.e-learning-video .video-pending {
    background: #266400;
    border-radius: 5px;
    width: 153px;
    height: 41px;
    display: flex;
    /* absolute廃止 */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 34px; */
}
.e-learning-video .video-pending {
    background: #0A4482;
    width: 173px;
}
.e-learning-video .video-active p,
.e-learning-video .video-pending p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--white);
    margin-top: 12.3px;
    margin-left: 17.76px;
}
.e-learning-video .video-pending p {
    font-weight: 400;
    font-size: 14px;
}

.e-learning-video .video-active div,
.e-learning-video .video-pending div {
    background: #215600;
    border-radius: 5px;
    width: 41px;
    height: 41px;
}
.e-learning-video .video-pending div {
    background: #033A75;
}
.e-learning-video .video-active div svg,
.e-learning-video .video-pending div svg {
    margin: 12.57px 10.16px;
}

/* ====================e-learning list course================ */



.e-learning-list-course .gallery-cell-course {
    background: var(--white);
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 10px;
    width: 351px;
    margin-top: 24px;
    margin-right: 10px;
    counter-increment: gallery-cell;
    margin-right: 14px;
}
.e-learning-list-course .gallery-header {
    border-radius: 10px;
    width: 351px;
    height: 123.02px;
    display: flex;
    justify-content: center;
    /* 追加 */
    position: relative;
}
.e-learning-list-course .gallery-header img {
    /* 追加 */
    position: absolute;
}
.e-learning-list-course .gallery-header .gallery {
    width: 270px;
    height: 70.41px;
    background: var(--white);
    /* 変更 */
    opacity: 0.95;
    margin-top: 26px;
    /* 追加 */
    position: absolute;
}
.e-learning-list-course .gallery-header .gallery p {
    font-weight: 700;
    /* 変更 */
    font-size: 20px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    /* 変更 */
    color: #007F00;
    padding-top: 27px;
}
.e-learning-list-course .gallery-header .gallery-contract p {
    padding-top: 15px;
    padding-bottom: 5px;
}
.e-learning-list-course .gallery-header .gallery .btn-contract {
    background: #941A49;
    border-radius: 5px;
    width: 124.47px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    text-align: center;
    color: var(--white);
    padding: 13px 24px;
    margin: -10px auto;
}
.e-learning-list-course .gallery-header-concept {
    background: url(../img/gallery_1.png);
}
.e-learning-list-course .gallery-header-design {
    background: url(../img/gallery_2.png);
}
.e-learning-list-course .gallery-header-activity {
    background: url(../img/gallery_3.png);
}
.e-learning-list-course .list-item li div h5 {
    margin-left: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--blue);
}
.e-learning-list-course .flickity-page-dots {
    display:none;
}
.e-learning-list-course .list-item h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--blue);
}
.e-learning-list-course .list-item li p {
    width: 332px;
    font-size: 14px;
    line-height: 21px;
}
.e-learning-list-course .flickity-button {
    background: var(--blue);
}
.e-learning-list-course .flickity-button .flickity-button-icon {
    color: var(--white);
}
.e-learning-list-course .text-gray {
    color: #7B7B7B !important;
}
.e-learning-list-instructors {
    margin-top: 24px;
}
.e-learning-list-instructors .header-table-course h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--blue);
}
.e-learning-list-instructors .e-learning-user-list .gallery-cell {
    width: 112px;
    height: 155px;
    margin-top: 28.5px;
    margin-right: 60px;
}
.e-learning-list-instructors .flickity-page-dots {
    display: none;
}
.e-learning-list-instructors .e-learning-user-list .user-img {
    width: 76.08px;
    height: 75.96px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 17px;
    margin-right: 13px;
}
.e-learning-list-instructors .e-learning-user-list .user-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.e-learning-list-instructors .e-learning-user-list .user-img .count {
    background: #941A49;
    border: 0.584743px solid var(--white);
    box-shadow: 0px 2.33897px 2.33897px rgba(0, 0, 0, 0.25);
    min-width: 16.05px;
    min-height: 16.02px;
    font-weight: 700;
    font-size: 9.35589px;
    line-height: 11px;
    align-items: center;
    text-align: center;
    color: var(--white);
    border-radius: 50%;
    position: absolute;
    padding-top: 2px;
    right: 0;
    bottom: 0;
}
.e-learning-list-instructors .e-learning-user-list h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--black);
    text-align: center;
}
.e-learning-list-instructors .e-learning-user-list h2 {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #4B4B4B;
    text-align: center;
}
.e-learning-list-instructors .flickity-button {
    background: var(--blue);
}
.e-learning-list-instructors .flickity-button .flickity-button-icon {
    color: var(--white);
}


 /* ==============tippy custom================= */
.tippy-box[data-theme~="tippy-js-custom"] {
    background-color: #8FB9E6;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #8FB9E6;
    width: 214px;
    height: auto;
    border-radius: 12px;
    text-align: center;
}

.tippy-box[data-theme~="tippy-js-custom"][data-placement^=top]>.tippy-arrow {
    left: -7px !important;
}

.tippy-box[data-theme~="tippy-js-custom"] .tippy-content {
    padding: 10px 5px;
}
.tippy-box[data-theme~="tippy-js-custom"] .tippy-content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--black);
    margin-bottom: 0;
}

.tippy-box[data-theme~="tippy-js-custom"][data-placement^="top"] {
    top: -15px;
}

.tippy-box[data-theme~="tippy-js-custom"][data-placement^="bottom"] {
    bottom: -15px;
}

.tippy-box[data-theme~="tippy-js-custom"]>.tippy-arrow:after,
.tippy-box[data-theme~="tippy-js-custom"]>.tippy-arrow:before {
    content: "";
    position: absolute;
    display: block;
}

.tippy-box[data-theme~="tippy-js-custom"][data-placement^="top"]>.tippy-arrow::before {
    border-top-color: #8FB9E6;
    border-width: 21px 16px 0px 16px;
    bottom: -20px;
}

.tippy-box[data-theme~="tippy-js-custom"][data-placement^="bottom"]>.tippy-arrow::before {
    border-bottom-color: #8FB9E6;
    border-width: 0px 16px 21px 16px;
    top: -20px;
}

.tippy-box[data-theme~="tippy-js-custom"][data-placement^="left"]>.tippy-arrow::before {
    border-left-color: #8FB9E6;
}

.tippy-box[data-theme~="tippy-js-custom"][data-placement^="right"]>.tippy-arrow::before {
    border-right-color: #8FB9E6;
}


/* =================responsive==================== */
@media only screen and (min-width:1800px) {
    .e-learning-video .e-learning-video-source .video .video-container {
        height: 500px;
    }
}

@media only screen and (max-width:1475px) {
    .container-diary-wraper {
        width: 100%;
        margin: auto;
    }
}
@media only screen and (max-width:1275px) {
    .page-header .col-md-10 {
        margin-left: 0 !important;
    }
    .menu-container .menu-item-img{
        padding-top: 16px;
    }
    .chat .chat-message .icon {
        margin-top: 89px;
        right: 15%;
    }
}
@media only screen  and (max-width:1243px){
    .reply-from {
        position: absolute;
        margin-left: 10%;
    }
    .chat .chat-message .chat-message-textarea {
        margin-top: 10px;
    }
    .e-learning-video .e-learning-video-source .video .video-container {
        margin-left: 70px;
    }
    .e-learning-video .e-learning-video-source .video {
        justify-content: start;
    }
}
@media only screen and (max-width: 1200px) {
    .image-contents .row {
        display: block;
    }
    .image-contents .col-md-4,
    .image-contents .col-md-8 {
        max-width: 90%;
        margin: auto;
    }
    .image-contents .col-md-4 {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }
    .image-contents .col-md-8 .form-group {
        width: 100%;
    }
}
@media only screen and (max-width:991.98px) {
    .service-logo{
        display: none;
    }
    .user-menu .dropdown-menu {
        min-width: 200px;
        margin-right: 50px;
    }
    #icon-change {
        margin-left: 30%;
    }
    .label-language {
        width: 80px;
        height: 30px;
    }
    .label-language>p {
        font-size: 9px;
    }
    .mobile_btn {
        color: var(--white) !important;
        cursor: pointer;
        display: block;
        height: 60px;
        left: 0;
        line-height: 60px;
        padding: 0 15px;
        position: absolute;
        text-align: center;
        top: -6px;
        z-index: 10;
        font-size: 40px;
    }
    #toggle_btn {
        display: none;
    }
    .sidebar {
        margin-left: -295px;
        transition: all .4s ease;
        z-index: 1041
    }
    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        transition: all .4s ease;
    }
    .header .page-header {
        margin-left: 50px;
        z-index: 1000;
    }
    .header {
        width: 100%;
        margin-left: 0px;
    }
    .sidebar-menu .menu-arrow {
        right: 0;
    }
    .submenu_class {
        padding-left: 20px;
    }
    .top-text img {
        margin-top: -79px;
        width: 263px;
        margin-left: 10px;
    }
    .admin-header{
        left: 0px;
    }
}

@media only screen and (max-width:767.98px) {
    .page-header-title {
        display: none;
    }
    .title span {
        margin-left: 50px;
        align-items: center
    }
    .event {
        width: 100%;
        margin: 0;
    }
    .event-detail, .detail-body {
        width: 100%;
    }
    .card-detail {
        margin: 0;
    }
    .card-detail>img {
        width: 100%;
    }
    .detail-body {
        margin: 0;
    }
    .detail-body img {
        margin: auto;
    }
    .detail-footer {
        margin: 0;
        width: 100%;
    }
    .attendance-time {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .next-register {
        width: 100%;
        margin: 0;
    }
    .textarea-send {
        width: 100%;
        margin: 0;
    }
    .survey {
        width: 100%;
        margin: 0;
    }
    .text-event-details {
        margin: 0;
    }
    .card-header h5 {
        font-size: 16px;
    }
    .header-event-details {
        height: auto;
    }
    .col-sm-6,.col-sm-12 {
        padding-left: 0;
    }
    .card-header,.event-register {
        width: 100%;
        margin: 0;
    }
    .event-submit {
        width: 100%;
        height: 50px;
    }
    .event-register>.form-group {
        width: 100%;
    }
    .form-body>.row {
        width: 109%;
    }
    .form-body {
        width: 100%;
    }
    .form-group {
        width: 100%;
        margin: 0;
        margin-bottom: 1.25rem;
    }
    .form-button {
        width: 90%;
    }
    .profile {
        width: 100%;
        margin: 0;
    }
    .profile img {
        margin: 10px 50px;
    }
    .form-auth>.form-group {
        width: 100%;
        margin: 10px 0px;
    }
    #icon-change {
        margin-left: 30%;
    }
    .login-wrapper {
        width: 700px;
    }
    .user-menu.nav>li>a>span:not(.user-img) {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        float: left;
        position: absolute;
    }
    .navbar-nav.user-menu .open .dropdown-menu {
        left: auto;
        right: 0;
    }
    .event-register .form-control {
        width: 90%;
    }
    .survey .form-body {
        margin: auto;
    }
    .form-survey .form-group {
        margin: 20px auto;
        width: 90%;
    }
    .form-survey label {
        margin-bottom: 0;
    }
    .checkbox_survey label {
        margin-left: 12px;
    }
    .schedules-body-header p {
        margin: auto 20px;
    }
    .calendar-timezone {
        width: 98%;
        margin: 10px 5px;
    }
    #radar {
        width: 50%;
    }
    .container-diary_asm #radar {
        width: 95% !important;
        height: 262px !important;
    }
    .fc-col-header colgroup col {
        width: 55px !important;
    }
    .fc-direction-ltr .fc-timegrid-slot-label-frame {
        margin: auto;
    }
    .fc .fc-col-header-cell-cushion {
        padding: 0 !important;
        font-size: 14px;
    }
    .fc-v-event .fc-event-time {
        font-size: 12px;
    }
    .chat .chat-history .message-data-time {
        position: absolute;
        bottom: 0px;
        right: 16px;
    }
    .chat .chat-message textarea {
        width: 85%;
    }
    .chat .chat-message .icon {
        margin-top: 73px;
        right: 18%;
    }
    .chat .chat-message .fa-paperclip,
    .chat .chat-message .fa-file-image {
        font-size: 18px;
        padding-top: 25px;
    }
    .information-form .footer .btn-submit {
        width: 294px;
    }
    .container-diary, .diary-wrapper {
        overflow: auto;
        margin-top: 1rem;
    }
    .container-dirary_cover {
        overflow: scroll;
    }
    .writing-area .btn-submit {
        position: relative;
        /* デザイン崩れを修正 */
        /* margin-left: 20px;
        margin-bottom: 20px; */
    }
    .e-learning-footer .menu-container {
        width: 100%;
    }
    .e-learning-video .e-learning-video-source .video {
        display: block;
    }
    .e-learning-video .e-learning-video-source .video .video-container {
        margin-left: 20px;
        width: 90%;
    }
    .e-learning-header .e-learning-logo h1,
    .e-learning-header .e-learning-logo h2 {
        font-size: 16px;
        margin-top: 10px;
    }
    .e-learning-video .video-active, .e-learning-video .video-pending {
        position: relative;
        left: 0;
        margin: 10px 20px;
    }
}

@media only screen and (max-width: 650px) {
    /* 不要 */
    /* .container-diary-fluid {
        overflow: auto;
    } */
    .container-dirary_input {
        display: block;
        overflow: auto;
    }
    .page-header .page-title {
        display: none !important;
    }
    .header .page-header {
        margin-left: 50px !important;
        display: inline-flex;
    }
    #radar {
        width: 65%;
    }
    .video-container {
        width: 100%;
    }
    .e-learning-video .e-learning-video-content div {
        display: block !important;
    }
}

@media only screen and (max-width: 590px) {
    .cell-breakWord{
        display: inline-block;
        height: 10px !important;
    }
}

@media only screen and (max-width:575.98px) {
    .user-menu {
        float: right ;
        left: 0 !important;
    }
    .login-wrapper {
        width: 100%;
    }
    .card {
        margin-bottom: .9375rem;
    }
    .page-wrapper>.content{
        padding: .5rem .5rem 0;
    }
    .item-event {
        margin-top: -15px;
    }
    .chat .chat-message .icon {
        right: 18%;
    }
    .chat .chat-message textarea {
        max-width: 75%;
    }
    .chat .chat-message .icon .inputImg,
    .chat .chat-message .icon .inputFile {
        margin-top: 5px;
    }
    .chat .chat-message .icon .inputFile {
        right: 25px;
    }
    .chat .chat-history .other-message,
    .chat .chat-history .message {
        width: 80%;
    }
    .chat .chat-history .other-message:after,
    .chat .chat-history .message:after {
        margin-left: 10%;
    }
}
@media only screen and (max-width:575px) {
    .page-wrapper>.content {
        margin-left: 0px;
    }
    .menu-container .menu-item {
        width: 70%;
        margin-bottom: 10px;
    }
    .profile.form-group{
        width: 90% !important;
        margin: 10px !important;
    }
    .fc-v-event .fc-event-time {
        font-size: 10px;
    }
    .member-info-li{
        margin-top: -41px;
    }
    .member-info-li li:first-child span {
        margin-left: 4px !important;
    }
    .member-info-li li:last-child span {
        margin-left: 42px !important;
    }
    .e-learning-header {
        display: inline-block;
    }
    .e-learning-header  .e-learning-logo {
        margin-bottom: 1rem;
        padding-top: 15px;
    }
    .e-learning-header .e-learning-right {
        margin: 15px auto;
    }
    .e-learning-container .top-text,
    .e-learning-container .text-title  {
        margin-left: 0px !important;
        font-size: 20px;
        min-height: auto;
    }
    .e-learning-container .top-text img {
        width: 100%;
    }
}
@media only screen and (max-width:479px) {
    .login-wrapper {
        width: 100%;
    }
    .add-btn{
        font-size:14px;
        padding: 6px 7px
    }
    .page-header .breadcrumb {
        display: none
    }
    .detail-body {
        display: block;
    }
    .question-checkbox .label-container {
        padding-left: 21px;
    }
}

/* デザイン追加部分 by kato */
.notify-small {
    font-size: small !important;
}

.content-notify {
    flex-grow:1;
}

/* adminからのコピー */
.chat-count-new {
    width: 61px;
    height: 25px;
    background: var(--white);
    border-radius: 3px;
    font-family: Roboto-Regular;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 16px;
    color: #FF2323 !important;
    padding-top: 5px !important;
    padding-left: 5px;
}

/* 課題表示のポップアップ */
.popup {
    position: absolute;
    max-width: 600px;
    width: 300px;
    background: #fff;
    color: #555;
    font-size: 12px;
    right: 0px;
    top: 65px;
    border-radius: 5px;
    border: solid 1px #555;
    padding: 6px;
    text-align: left;
    z-index: 1; /* 後で描いたものより上(大きい) */
    display:none;
    opacity: 0.9;
    /* transition: 0.5s; */
}
.popup_up {
    /* 上に表示する追加指定 */
    bottom: 65px;
    top: initial;
}
.popup_parent {
    position: relative;
}

.popup_parent:hover .popup {
    display: block;
    /* opacity: .9; */
}

.sm-text {
    font-size: small !important;
}

.xs-text {
    font-size: x-small !important;
}

.text-fff {
    color: #fff !important;
}
.bold {
    font-weight: 600;
}
.font14 {
    font-size: 14px;
}
.ques_page {
    display: none;
}

.cur_def {
    cursor: default!important;
}

.red {
    color: var(--red);
}

.blue {
    color: var(--blue);
}
