:root {
	--text-color: #333333;
	--bg-color: #FFFFFF;

    --space-color: #0E3FBD;

    --space-logo-color: #0B318F;
    /*--space-color: #263A7C;*/
}

:focus {
    outline: 4px solid rgba(0,125,250,0.6);
    outline-offset: 1px;
}

a {
	text-decoration: none;
    cursor: pointer;
    color: var(--space-color);
}

* {
    box-sizing: border-box;
}

body, html {
	margin: 0;
	padding: 0;
	background: var(--bg-color);
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', 'Shin Go Regular', 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--text-color);
	position: relative;

    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
}

body, html {
    font-family: 'Roboto', 'Shin Go Regular', "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,b,strong {
    font-family: 'Roboto', 'Shin Go Bold', "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.top-wrapper {
	min-height: 60vh;
	
    background: url(/assets/img/kaneibgblue1.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container {
    margin: 0 10vw;
    padding: 105px 80px;

    box-shadow: 22px 88px 280px rgba(0,0,0,0.1), 2px 11px 13px rgba(0,0,0,0.03);
    background: #FFF;
    margin: 140px 10vw;
    border-radius: 8px;

    font-size: 14px;

    padding: 35px 80px;
    margin: 40px 10vw 140px;
}


nav {
    position: sticky;
    top: 0;
    width: 100vw;
    left: 0;
    padding: 20px 0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.3);

    background: rgba(255,255,255,0.9);
    position: fixed;

    z-index:999;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

nav ul li a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 0 20px;
    position:relative;
    transition:0.2s;
    /*text-shadow: 0 0 11px black;*/
}

nav ul li a:hover {
	/*background: var(--bg-color);*/
	color: var(--space-color);
	text-shadow: none;
}

.toplogo svg {
    fill: #FFF;
    width: 380px;
    filter: drop-shadow(0px 0px 11px black);
}

.toplogo img {
    width: 200px;
    /*padding-bottom: 20vh;*/
}

.toplogo {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a.top-scroll {
    margin-bottom: -25vh;
    color: #FFF;
    opacity: 0.8;
    display: block;
    font-size: 57px;
    display: inline-flex;
    width: 80px;
    height: 80px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    border-radius: 50%;
    background:rgba(255,255,255,0.05);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

a.top-scroll:hover {
    transform: translateY(5px);
}

section {
    text-align: center;
}

h1, h2, h3 {
/*    color: var(--space-color);*/
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 2.8em;
    line-height: 1.8;
    font-size: 2.4em;
    font-size: 2.2em;
}

h1, h2 {
    margin: 40px 0 60px;
    
}

/*h1 span, h2 span {
    border-bottom: 3px solid currentColor;
    padding-bottom: 19px;
}*/

h3 {
    font-size: 1.9em;
    letter-spacing: 1.5px;
        font-size: 1.4em;
}

h3.copy {
    margin: 3em 0;
}

p.lead, p {
    line-height: 2;
    font-size: 19px;
    font-size: 15px;
}

.members-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
    flex-wrap: wrap;
}

.member {
    width: 200px;
    margin: 0 80px;
    text-align: center;
    max-width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    margin: 0 80px 70px;

    width: 50%;
    padding: 0 110px 70px;
    margin: 0;
    max-width: 50%;
    max-width: 470px;
}

.advicer .member {
    width: 33.333%;
    padding: 0 70px 70px;
    margin: 0;
    font-size: 12px;
}


.overlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    cursor: pointer;
    display: none;
}

.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    bottom: 0;
    right: 0;
    z-index: 999999;
    overflow: auto;
    display: none;
}

.member-modal-wrap {
    background: #fff;
    margin: 20px;
    z-index:999999;
    width: 1380px;
    margin: 80px auto;
    overflow: auto;
    box-shadow: 12px 18px 180px rgba(0,0,0,0.2), 2px 8px 8px rgba(0,0,0,0.04);
    border-radius: 8px;
    max-width: 70%;
    padding: 50px;

    /*max-height: 70vh;
    max-height: calc(100vh - (18vh + 160px));*/
}

.member.member-modal {
    width: 100%;
    margin: 0;
    max-width: 100%;
    height: 100%;
    display: none;
}

.member.member-modal.modal-shower {
    display: flex;
    padding-bottom: 20px;
}

.member-img, .member-img img {
    width: 100%;
}

.member-name {
    font-size: 29px;
    font-size: 1.7em;
    margin-top: 6px;
    color: var(--space-color);
}

.member-detail {
    margin-top: 5px;
    font-size: 20px;
    font-size: 1.3em;
    color: #666;
}

.members-wrapper .member:hover {
    filter: saturate(0.4);
    transform: scale(0.96);

    filter: brightness(1.1);
    opacity: 0.7;
}

.logos {
    margin: 30px 0 90px;
}

.logos img {
    width: 180px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    padding: 0 20px;
}

footer {
    height: 20vh;
    margin-top: 20vh;
    background: var(--space-color);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.snslinks {
    margin-bottom: 70px;
}

a.twitter {
    color: #1DA1F2;
}

a.facebook {
    color: #3B5998;
}

.snslinks a {
    transition: transform 0.2s;
    position:relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 28px;
        margin: 0 40px 20px;
}
.snslinks a i {
    font-size: 68px;
    margin-bottom: 2px;
}
.snslinks a:hover {
    transform: scale(0.96);
}

.jissho {
    background: #f4f5fb;
    padding: 35px;
    width: 630px;
    max-width: 95%;
    margin: 0 auto;
    text-align: left;
    font-size: 17px;
    line-height: 1.7;
    border-radius: 4px;
    margin-top: 70px;
    font-size: 15px;
    margin-bottom: 30px;
}

.jissho h3 {
    font-size: 1.3em;
    margin-top: 0px;
    margin-bottom: 11px;
    text-align: center;
}

.jissho li {
    margin-bottom: 10px;
}

.jissho ul {
    margin-bottom: 0;
}

.spacer {
    margin-top: 90px;
}

a.member.member-leader {
    margin: 0 auto 40px;
    width: 270px;
}

p.leader-profile {
    width: 920px;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.7;
    color: #565656;
}

.profile-wrap {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: center;
}

.profile-wrap .member-img {
    width: 290px;
}

.profile-wrap .profile {
    width: 780px;
    margin-left: 60px;
    padding-top: 30px;
    color: #565656;
}

@media (max-width: 978px) {
    .profile-wrap {
        flex-wrap: wrap;
    }
    .profile-wrap .profile {
        margin-left: 0;
        width: 100%;
    }
    p {
        text-align: left;
    }
}

.profile-wrap .profile .member-detail {
    margin-bottom: 20px;
}

#about .profile-wrap + .lead {
    margin-top: 60px;
    margin-bottom: 60px;
}



ul.news {
    width: 800px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    padding-bottom: 40px;
}

ul.news li a {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    background: #f4f5fa;
    margin-bottom: 15px;
    color: var(--text-color);
    transition: 0.2s;
    align-items: center;
}

ul.news li a:hover {
    transform: scale(0.99);
    background: #ebedf3;
}

ul.news li a span.news-title {
    font-weight: normal;
    padding-right: 50px;
    text-align: left;
}


.space-form {
  display: block;
  width: 100%;
    padding: 9px 15px;
    height: auto;
  font-size: 1em;
  line-height: 1.52946;
  background-color: #ffffff;
  background-image: none;
  border-bottom: 2px solid transparent;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
    border-color: transparent;
    box-shadow: none !important;
    background: #f4f5fa;
}
.space-form:focus {
  border-bottom-color: var(--space-color);
  outline: 0;
}
.space-form::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.space-form:-ms-input-placeholder {
  color: #999999;
}
.space-form::-webkit-input-placeholder {
  color: #999999;
}
.space-form::-ms-expand {
  border: 0;
  background-color: transparent;
}
.space-form[disabled],
.space-form[readonly],
fieldset[disabled] .space-form {
  background-color: #eeeeee;
  opacity: 1;
}
.space-form[disabled],
fieldset[disabled] .space-form {
  cursor: not-allowed;
}
textarea.space-form {
  height: auto;
}
.space-btn {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none !important;
  border: 3px solid transparent;
  white-space: nowrap;
  padding: 3px 17px;
  font-size: 17px;
  line-height: 1.52946;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

    background-color: var(--space-color);
    color: #FFF;
    box-shadow: 0 2px 0 rgba(0,0,0,0.15);
    padding: 4px 50px;
    font-size: 18px;
    border-radius: 4px;

    transition: 0.2s;
}
.space-btn:focus,
.space-btn:active:focus,
.space-btn.active:focus,
.space-btn.focus,
.space-btn:active.focus,
.space-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.space-btn:hover,
.space-btn:focus,
.space-btn.focus {
  transform: scale(0.98);
  text-decoration: none;
}
.space-btn:active,
.space-btn.active {
  outline: 0;
  background-image: none;
}
.space-btn.disabled,
.space-btn[disabled],
fieldset[disabled] .space-btn {
  cursor: not-allowed;
  opacity: 0.55;
  filter: alpha(opacity=55);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.space-btn.disabled,
fieldset[disabled] a.space-btn {
  pointer-events: none;
}


.contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 20px;
}

.contact-label {
    width: 30%;
    text-align: right;
    padding-right: 17px;
}

.contact-form {
    width: 70%;
}

form.contact-wrap {
    margin: 0 auto;
    width: 780px;
    max-width: 100%;
    font-size: 15px;
    width: 520px;
}

.contact-label sup {
    color: #F44336;
    font-size: 26px;
    vertical-align: bottom;}

.contact-row textarea {
    height: 180px;
}

.contact-submit {
    justify-content: center;
    margin-top: 40px;
}

label {
    cursor: pointer;
}

.members-wrapper.advicer {
    margin-top: -60px;
}

/*.contactandcompany {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
}

.contactandcompany > .company-wrap, .contactandcompany > .cotact-wrap {
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .contactandcompany {
        flex-wrap: wrap;
    }
    .contactandcompany > .company-wrap, .contactandcompany > .cotact-wrap {
        width: 100%;
        text-align: left;
    }
    .contactandcompany > .company-wrap {
        margin-bottom: 30px;
    }
}*/

@media (max-width: 978px) {
    .member {
        width: 60% !important;
        max-width: 100%;
        padding: 0 !important;
        margin: 40px 40px !important;
    }
}



.profile p {
    line-height: 1.6;
}

dl.company {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    width: 380px;
    margin: 0 auto;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 40px;
    font-size: 15px;
    margin-top: 40px;
}

dl.company dt {
    width: 50%;
    padding-left: 60px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
}

dl.company dd {
    margin: 0;
    width: 50%;
    text-align: left;
}

nav ul li.lopo a {
    padding: 0;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
}

nav ul li.sns a {
    padding: 0 5px;
    font-size: 23px;
    /* display: inline-block; */
    vertical-align: middle;
    /* padding-top: 3px; */
    color: var(--text-color);
}

nav ul li.sns a.twitter:hover {
    color: #1DA1F2;
}

nav ul li.sns a.facebook:hover {
    color: #3B5998;
}

.contact-action {
    margin-top: 110px;
    min-height: 50vh;
}

.space-btn.space-btn-disabled {
    background: #888;
}

img.space-company {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 60px;
}

.member-img img {
}

li.close {
    display: none;
}

li.close a {
    padding: 0 10px;
    font-size: 31px;
    opacity: 0.5;
    color: var(--space-color);
    display: none;
}

.copy .abbre br {
    display: none;
}

@media (max-width: 768px) {

    .container {
        padding: 5px 30px;
        margin: 40px 4vw 140px;
    }

    .top-wrapper, .toplogo {
        min-height: 40vh;
        height: 40vh;
    }

    .toplogo {
        height: 40vh;
    }

    .top-wrapper {
        min-height: 40vh;
        height: 40vh;
    }

    ul.news li a {
        flex-direction: column;
        flex-wrap: wrap;
    }

    ul.news li a span {
        padding-right: 0 !important;
    }

    ul.news li a span.news-title {
    }

    ul.news li a span.news-date {
        text-align: right;
        width: 100%;
        opacity: 0.7;
        padding-top: 3px;
    }

    h3 {
        font-size: 1.2em;
    }

    h1, h2 {
        font-size: 1.6em;
    }

    h1 span, h2 span {
        padding-bottom: 10px;
        border-bottom: 2px solid currentColor;
    }

    .jissho h3 {
        font-size: 1.1em;
    }

    .jissho ul {
        font-size: 14px;
    }

    .jissho {
        padding: 35px 20px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .contact-row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .contact-label {
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin-bottom: 8px;
    }

    .contact-form {
        width: 100%;
    }

    .snslinks a {
        margin: 0 40px 60px;
    }

    .contact-submit {
        align-items: center;
    }

    .contact-submit .space-btn {
        margin-bottom: 30px;
    }

    #about h2 {
        display: none;
    }

    #about h3 {
        text-align: left;
        /*font-size: 1.6em;*/
    }


    .sm-ovl-space {
        display: flex;
    }

    .top-wrapper {
        display: none;
    }

    section#about {
        margin-top: 80px;
    }

    .copy .abbre br {
        display: inline;
    }

    .copy .abbre {
        margin-bottom: 0px;
        display: block;
        font-size: 23px;
        text-align: left;
    }
}

body.oh {
    overflow: hidden;
}


a.modal-close {
    position: absolute;
    padding: 8px 8px;
    font-size: 27px;
    color: var(--space-color);
    opacity: 0.6;


    right: 17%;
    margin-top: -26px;
    transition: 0.2s;
}

a.modal-close:hover {
    transform: scale(0.95);
}

a.sm-logo, a.hamb {
    display: none;
}

a.hamb {
    font-size: 21px;
    color: var(--space-color);
    vertical-align: middle;
    position: absolute;
    right: 28px;
}
a.hamb {
    transform: scale(0.96);
}

.sm-ovl-space {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.99);
    z-index: 999999999;
    display: none;
    justify-content: center;
    align-items: center;
}

.sm-ovl-space svg {
    width: 220px;
}

@media (max-width: 978px) {

    .member.member-modal.modal-shower {
        margin: 40px auto !important;
        width: 100% !important;
    }

    .member-modal-wrap {
        max-width: 90%;
        padding: 10px 40px;
    }

    a.modal-close {
        right: 7%;
        margin-top: 0px;
    }

    dl.company dt {
        padding-left: 0;
    }



    nav ul {
        position: fixed;
        top: 0;
        flex-direction: column;
        width: 100%;
        background: rgba(255,255,255,0.9);
        height: 100vh;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);

        display: none;
    }

    
    li.close {
        display: initial;
    }

    
    li.close a {
        display: block;
    }

    nav {
        text-align: center;
    }

    a.sm-logo {
        width: 140px;
        display: inline-block;
        margin: 0 auto;
    }


    a.hamb {
        display: inline-block;
    }


}



table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
    padding: 9px 2px;
  /*padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;*/
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

th, td {
    text-align: left;
}

span.label {
    display: inline-block;
    margin-right: 9px;
    color: var(--space-color);
    border-radius: 180px;
    /*padding: 0 10px;
    border: 1px solid var(--space-color);*/
    line-height: 1.3;
    margin-bottom: 4px;
}

img {
    max-width: 100%;
}

h3:not(.copy) {
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}