.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    vertical-align: -9px
}

.icon-external {
    background-image: url(img/common/icon-external.png)
}

.icon-logout {
    background-image: url(img/common/icon-logout.png)
}

.icon-blankwt {
    background-image: url(img/common/icon_blank_wt.png)
}

.icon-blankbk {
    background-image: url(img/common/icon_blank_bk.png)
}

.btn-arrow--black {
    position: relative
}

.btn-arrow--black a, .btn-arrow--black a:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-arrow--black a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 12px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
    border-style: solid;
    border-width: 6px 0 6px 8px
}

.btn-arrow--black a:focus, .btn-arrow--black a:hover {
    color: #fff;
    background-color: #000
}

.btn-arrow--black a:focus:after, .btn-arrow--black a:hover:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff
}

.btn-search {
    position: relative
}

.btn-search a:focus:before, .btn-search a:hover:before {
    background-image: url(img/common/icon-search-black.png)
}

.btn-search a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(img/common/icon-search.png) no-repeat 0/contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-eraser {
    position: relative
}

.btn-eraser a {
    background-color: #fff;
    color: #333
}

.btn-eraser a:focus, .btn-eraser a:hover {
    background-color: #333;
    color: #fff
}

.btn-eraser a:focus:before, .btn-eraser a:hover:before {
    background-image: url(img/common/icon-eraser.png)
}

.btn-eraser a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
    background: url(img/common/icon-eraser-black.png) no-repeat 0/contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-plus {
    position: relative
}

.btn-plus a:focus:before, .btn-plus a:hover:before {
    background-image: url(img/common/icon-plus-black.png)
}

.btn-plus a:before {
    content: "";
    display: inline-block;
    vertical-align: -6px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(img/common/icon-plus.png) no-repeat 0/contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-import {
    position: relative
}

.btn-import a:focus:before, .btn-import a:hover:before {
    background-image: url(img/common/icon-import-black.png)
}

.btn-import a:before {
    content: "";
    display: inline-block;
    vertical-align: -4px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(img/common/icon-import.png) no-repeat 0/contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.btn-report a {
    max-width: 110px;
    border-radius: 5px
}

.section {
    padding-top: 85px
}

.text-center {
    text-align: center
}

.table {
    position: relative;
    margin-bottom: 40px
}

.table-caption {
    position: relative;
    min-height: 10px;
    margin-bottom: 20px
}

.table .tools-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 510px;
    padding: 2px;
    background-color: #333
}

.table .tools-sort .title {
    width: 200px;
    padding-right: 25px;
    padding-left: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.table .tools-sort .selectbox-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.table .tools-sort select {
    max-width: 100%
}

.table .table-actions {
    position: absolute;
    right: 0;
    bottom: 0
}

.table .table-actions a {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    width: auto
}

.table .table-actions .btn-import a {
    border-radius: 5px
}

.table-head {
    border-top: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5
}

.table-head .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

.table-head .link {
    text-decoration: none
}

.table-head .sorting {
    position: relative;
    cursor: pointer
}

.table-head .sorting:after, .table-head .sorting:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px
}

.table-head .sorting:before {
    margin-top: -5px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
    border-style: solid;
    border-width: 0 3px 8px
}

.table-head .sorting:after {
    margin-top: 5px;
    border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 3px 0
}

.table-body {
    margin-bottom: 10px;
    border-left: 1px solid #a5a5a5
}

.table-body .items:nth-child(odd) {
    background-color: hsla(0, 0%, 64.7%, .16)
}

.table .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #a5a5a5
}

.table .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 7px 10px;
    border-right: 1px solid #a5a5a5;
    text-align: center
}

.table .col.title {
    width: 22%
}

.table .col.file, .table .col.llk, .table .col.office, .table .col.order {
    width: 14%
}

.table .col.order input {
    padding: 0 9px;
    text-align: end;
    background-color: #fff
}

.table .col.date {
    width: 14%	
}

.table .col.operate {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.table .col.date-birth, .table .col.employee, .table .col.subscriber {
    width: 15%
}

.table .col.personnel {
    width: 44%
}

.table .col.office-person {
    width: 7%
}

.table .col.business-office {
    width: 20%
}

.table .col a {
    color: #007bff;
    text-decoration: underline
}

.table .col .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.table .col.no {
    width: 4%
}

.table .col.check {
    width: 5%
}

.table .col.check label {
    display: block;
    width: 100%;
    cursor: pointer
}

.table .col.number {
    width: 10%
}

.table .col.office-number {
    width: 9%
}

.table .col.date-of-birth, .table .col.email {
    width: 14%
}

.table .col.full-name {
    width: 9%
}

.table .col.work-email {
    width: 14%
}

.table .col.email-unlocking {
    width: 11%
}

.table .actions-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.table .actions-btn {
    max-width: 50%;
    min-width: 70px;
    padding-right: 5px;
    padding-left: 5px
}

.table .actions-btn.edit a {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.table .actions-btn.edit a:hover {
    opacity: .7
}

.table .actions-btn.delete a {
    background-color: #fff;
    border-color: #333;
    color: #333
}

.table .actions-btn.delete a:hover {
    background-color: #333;
    color: #fff;
    opacity: .7
}

.table .actions-btn a {
    font-size: 14px;
    display: block;
    width: 80px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 auto;
    opacity: .7
}

.table .actions-btn:last-child a, .table .actions-btn a:hover {
    color: #333;
    background-color: #fff
}

.table .actions-btn:last-child a:hover {
    color: #fff;
    background-color: #333
}

.max-w850 {
    max-width: 850px
}

.form:not(:last-child) {
    margin-bottom: 40px
}

.form.change-password {
    max-width: 500px;
    padding-top: 40px;
    margin-right: auto;
    margin-left: auto
}

.form.change-password .label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px
}

.form.change-password .actions-toolbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form .flex-area {
    margin-right: -20px;
    margin-left: -20px
}

.form .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px
}

.form .form-title {
    padding-bottom: 7px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.form .fieldset {
    margin-bottom: 30px
}

.form .field {
    margin-bottom: 10px
}

.form .field, .form .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form .label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 210px;
    min-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.form .control {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 20px
}

.form .control.txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form .control .field {
    margin-bottom: 0
}

.form .control .label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 80px;
    background-color: rgba(0, 0, 0, 0);
    color: #333
}

.form .control .name {
    margin-right: 30px;
    color: #007bff
}

.form .control .del {
    cursor: pointer
}

.form .pl-5 {
    padding-left: 5px
}

.form input, .form select, .form textarea {
    width: 100%;
    border: 2px solid #333
}

.form select {
    max-width: 100%
}

.form input[type=file] {
    padding: 11px;
    font-size: 16px;
    cursor: pointer
}

.form input[type=checkbox], .form input[type=radio] {
    width: auto;
    border: 0
}

.form .form-check {
    position: relative;
    padding-right: 40px
}

.form .form-check-input {
    position: absolute;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    z-index: -9
}

.form .form-check-input:checked ~ .form-check-label:before {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.form .form-check-input:checked ~ .form-check-label:after {
    opacity: 1
}

.form .form-check-label {
    position: relative;
    padding-left: 20px;
    cursor: pointer
}

.form .form-check-label:after, .form .form-check-label:before {
    content: "";
    top: 50%;
    position: absolute;
    display: inline-block;
    border-radius: 50%
}

.form .form-check-label:before {
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #333;
    -webkit-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    transform: translateY(-50%) scale(.7)
}

.form .form-check-label:after {
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #333;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form .day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form .day .day-item + .day-item {
    position: relative;
    padding-left: 35px
}

.form .day .day-item + .day-item:before {
    content: "～";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    font-weight: 700
}

.form .actions-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form .actions-toolbar.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form .actions-toolbar .item {
    padding-left: 20px
}

.form .actions-toolbar .item a {
    min-width: 120px;
    width: auto;
    border-radius: 5px
}

.form .actions-toolbar .btn-search a {
    min-width: 200px
}

.box-message {
    border-radius: 10px
}

.box-message.error {
    background-color: #f8d7da;
    color: #842029
}

.box-message.success {
    background-color: #d1e7dd;
    color: #0f5132
}

.box-message__content {
    position: relative;
    padding: 15px 25px
}

.box-message .close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.box-message__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.block-table {
    width: 100%;
    margin-bottom: 20px
}

.block-table__head {
    background-color: #333
}

.block-table__head .col {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.block-table__body {
    border-left: 1px solid #000
}

.block-table__body .block-table__items:nth-child(odd) {
    background-color: #f5f5f5
}

.block-table__items {
    border-bottom: 1px solid #000
}

.block-table .col {
    padding: 5px 10px;
    border-right: 1px solid #000
}

.block-table .col.number {
    text-align: right
}

.block-total__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-total__title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #333;
    color: #fff
}

.block-total__number, .block-total__title {
    -webkit-box-flex: 0;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.block-total__number {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 250px;
    padding: 5px 10px;
    border: 1px solid #333;
    text-align: right
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.col-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-100 {
    width: 100px;
    padding-left: 10px
}

.nav-tools {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px
}

.nav-tools li {
    padding-right: 10px;
    padding-left: 10px
}

.nav-tools .black {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0
}

.nav-tools .black a {
    padding: 7px 15px 6px 45px;
    background: #333 url(img/common/icon-arrow-left.png) no-repeat 15px/20px auto
}

.nav-tools a {
    display: block;
    padding: 5px 25px;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    text-align: center
}

.nav-tools .txt + .icon {
    margin-left: 6px
}

.nav-tools .icon + .txt {
    margin-left: 10px
}

.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 1px solid #333;
    border-left: 1px solid #333
}

.nav-tabs__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-color: #333;
    border-style: solid;
    border-width: 2px 1px;
    text-align: center
}

.nav-tabs__item.active a {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.nav-tabs__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 58px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 15px;
    letter-spacing: .1em;
    text-decoration: none
}

.tab-content {
    padding: 10px 40px 40px;
    border: 1px dashed #333;
    border-top: 0 dashed #333
}

.tab-content.pt-40 {
    padding-top: 40px
}

.tab-content .list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px
}

.tab-content .list-menu__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333333%;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 14px
}

.tab-content .list-menu__item .btn {
    display: block;
    width: 100%
}

.tab-content .list-menu__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 70px;
    padding: 7px 12px;
    border: 1px solid #333;
    border-radius: 5px;
    text-align: left
}

.tab-content .breadcrumb-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.tab-content .breadcrumb-nav li {
    position: relative;
    padding-right: 7px
}

.tab-content .breadcrumb-nav li + li:before {
    content: ">";
    display: inline-block;
    margin-right: 5px
}

.tab-content .breadcrumb-nav a {
    font-size: 14px;
    text-decoration: underline
}

.nav-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-pagination, .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.pagination .active .page-link {
    background-color: hsla(0, 0%, 64.7%, .5)
}

.pagination .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pagination .page-link:focus, .pagination .page-link:hover {
    color: #fff;
    background-color: #000;
}

.pagination .page-link.txt {
    padding-top: 10px
}

.pagination-status {
    font-weight: 700
}

#breadcrumb {
    font-size: 14px;
    padding: 15px 0;
    width: 100%;
    margin-top: 60px
}

#breadcrumb a {
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    margin-right: 28px
}

.breadcrumb-nav li:not(:last-child) {
    position: relative;
    padding-right: 7px
}

.breadcrumb-nav li:not(:last-child):after {
    display: inline-block;
    margin-right: 5px;
    margin-left: 15px
}

.breadcrumb-nav span {
    font-size: 10px
}

.breadcrumb-back {
    position: relative
}

.breadcrumb-back:after {
    content: ">";
    position: absolute;
    right: 8px
}

.pl5 {
    padding-left: 5px
}

.pl40 {
    padding-left: 40px
}

.m-25 {
    margin-top: 25px;
}

.m-40 {
    margin-top: 40px
}

.m-40, .mb40 {
    margin-bottom: 40px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right;
}

.mb20 {
    margin-bottom: 20px
}

.mb5 {
    margin-bottom: 5px
}

.mb12 {
    margin-bottom: 12px
}

.w-full {
    width: 100%
}

.w160 {
    width: 160px
}

.w250 {
    width: 250px
}

.w285 {
    width: 285px
}

.w300 a {
    width: 300px;
    max-width: 300px
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bg-label {
    background-color: #feeae9 !important;
}

.bg-gray2 {
    background-color: #f0f1f3 !important;
}

.contents-wrap, .table-ttl {
    position: relative
}

.table-ttl .must {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 14px;
    right: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    padding-left: 7px;
    padding-right: 7px;
    background: #fa0000
}

.contents-ttl4 {
    margin-bottom: 10px;
    text-align: left
}

.line {
    text-align: left;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px dashed #ccc
}

.line .link-list {
    padding-left: 15px
}

.line .contents-ttl3 {
    margin-bottom: 0
}

.table-item span {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 9px
}

.list-link {
    text-align: left;
    margin-bottom: 20px;
    color: #222222;
}

.list-link a {
    display: block;
    color: #222222;
}

.nav-tools li.pf {
    margin-top: 8px
}

.nav-tools li.pf a {
    width: 146px;
    color: #333;
    border: 1px solid #333;
    padding: 5px 0 5px 5px;
    background-color: #fff
}

.nav-tools li.pf a .icon-blankbk {
    width: 16px
}

.nav-tools li.logout-f {
    padding-right: 0
}

.nav-tools li.logout-f a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    padding: 16px 35px
}

.nav-tools li a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav-tools li a:hover {
    opacity: .7
}

input.bg-attention {
    border: 2px solid #fa0000;
    background-color: #ffeff3
}

.logout li:first-child {
    display: none
}

.logout .logout-f {
    padding-right: 0
}

.logout .main-wrap.wrap {
    width: 1000px
}

.logout .contents-wrap {
    padding-top: 70px
}

.main-menu li {
    list-style-type: none
}

.main-menu a {
    width: 200px;
    height: 180px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #ddd;
    color: #333;
    background: #f5f5f5;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .10196078431372549);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .10196078431372549);
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 1.4;
    font-size: 16px;
    padding-top: 65px
}

.main-menu a span {
    display: block;
    font-size: 10px;
    letter-spacing: .05em;
    margin-top: 14px;
    padding: 0 13px;
    text-align: left
}

.adminlogin .gnavi-wrap {
    display: none
}

.joiner-management .table .actions-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.joiner-management .table .actions-btn a {
    color: #fff;
    background-color: #333
}

@media (max-width: 767.98px) {
    #breadcrumb {
        display: block;
        padding: 0;
        font-size: 10px
    }

    #breadcrumb .wrap {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    #breadcrumb a, #breadcrumb span {
        word-break: keep-all
    }

    #breadcrumb a {
        font-size: 10px;
        margin-right: 21px;
    }
    .breadcrumb-nav li:not(:last-child) {
        padding-right: 0px;
    }
    .breadcrumb-back:after {
        right: 1px;
    }

    .pc {
        display: none
    }

    .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-logo img {
        width: 80%
    }

    .login-area {
        width: 100%
    }

    #breadcrumb {
        margin-top: 65px;
    }

    #breadcrumb .wrap {
        padding: 0 15px
    }

    .btn a {
        font-size: 14px
    }

    .btn-area.flex-area .btn:not(:last-child) {
        margin-bottom: 10px
    }

    .login-table-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .table-ttl {
        font-size: 14px;
        padding: 0;
        margin-bottom: 3px;
    }

    .table-ttl .must {
        position: relative;
        top: -1px;
        right: -6px;
        padding: 1px 4px 2px;
    }

    .table-item {
        width: 100%;
        padding-left: 0;
    }

    input, textarea {
        font-size: 14px
    }

    select {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .item-popup, .login-table-wrap .input-area {
        padding-left: 0
    }

    .inner-section, .inner-section2 {
        padding: 13px 15px;
        line-height: 1.6;
        font-size: 13px;
        border-radius: 5px;
        margin: 10px 0 20px;
    }

    .inner-section3 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .input-label {
        top: 0
    }

    .input-area.flex-area.align-center.row1 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .input-right-txt {
        font-size: 13px
    }

    .contents-wrap {
        float: inherit;
        width: 100%;
        text-align: left;
    }

    .sidemenu-wrap {
        float: inherit;
        width: 100%;
        margin-top: 30px;
        border-color: #ddd;
    }
    .sidemenu-ttl {
        display: none;
    }

    .sidemenu-list {
        padding: 0;
    }
    .sidemenu-list li a {
        font-size: 13px;
        padding: 10px 10px 10px;
        background: #f7f7f7;
        border-bottom: 1px solid #ddd;
    }

    .btn-area.mt40 {
        margin-top: 20px
    }

    .main-menu-wrap {
        width: 100%
    }

    .main-menu.flex-area {
        margin: 0 -15px
    }

    .main-menu li {
        width: 50%;
        padding: 0 15px;
        margin-right: 0
    }

    .main-menu a {
        font-size: 13px;
        width: 100%;
        height: 135px;
        padding-top: 45px
    }

    .main-menu a:after {
        right: 10px;
        bottom: 50%
    }

    .main-menu a span {
        font-size: 7px
    }

    .col2-box-area.pattern2 .flex-area{
        margin-bottom: 0;
    }

    .col2-box-area.pattern2 .col2-box-left, .col2-box-area.pattern2 .col2-box-right {
        width: 100%;
        text-align: center;
        font-size: 14px
    }

    .col2-box-area.pattern2 .col2-box-right {
        border: 1px solid #f0f1f3;
        border-top: none;
        line-height: 34px;
    }
    .col2-box-area.pattern2 .col2-box-left {
        padding: 5px 0 5px;
    }

    .table-layout.th300 td, .table-layout.th300 th, .table-layout.th300 tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        border-bottom: none
    }

    .table-layout.th300 td {
        padding-left: 0;
        padding-right: 0
    }

    .table-layout.th300 table {
        border: none
    }
}

@media (min-width: 992px) {
    #breadcrumb a:hover {
        color: #ccc
    }
}

@media (min-width: 768px) {
    .breadcrumb-nav span {
        font-size: 14px
    }

    .sp {
        display: none
    }

    .col2-box-area.pattern2 .col2-box-left.collf {
        width: 230px;
        background-color: #fff
    }

    .col2-box-area.pattern2 .col2-box-left.col-auto {
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col2-box-area.pattern2 .col2-box-right.colrg {
        text-align: left;
        padding: 0 9px;
        border-bottom: none
    }
    .col2-box-area.pattern2 .col2-box-right.colrg.col-most-right {
        line-height: 1.6;
    }
    
    .contents-ttl4 {
        margin-bottom: 20px;
    }

    .list-link {
        position: absolute;
        top: 0;
        right: 0
    }
}