h3 {
  font-size: 120%;
  font-weight: bold;
  padding: 10px 10px 8px 10px;
  background: #fcf4ce;
  border-left: 10px solid #D0A900;
  border-bottom: 2px solid #BBBBBB;
  max-width: calc(100% - 2em);
  margin: 1em auto;
  width: 800px;
}

.mypageHeader {
    color: #000;
    /* height: 100px; */
    padding: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    /* border-top: 6px solid #97be00; */
    border-bottom: 1px solid #606060;
    /* color: #606060; */
    background-size: auto auto;
    background: #F8FFD0;
    /*background-image: url("/expon-visitor/img/entrance_bg_29hainyo.jpg");*/
    background-position: center center;
    background-size: cover;
}
    .mypageHeader h1 {
        color:#000;
        padding: 10px 0 0 0;
    }

    .mainContent {
    background: #e7e7e7;
    min-height: auto;
    padding: 2% 4%;
    font-size: 1.0rem;
    color: #606060;
    }

    .mypageListWrap {
        border-radius: 4px;
    background: #f9f9f9;
    padding: 10px 10px;
    box-shadow: 0 2px 3px rgb(52 58 64 / 16%);
}
    
    .btnSquareExpon {
    border: 1px solid #b4b4b4  !important;
    border-radius: 4px;
    background: #a6ebb6 !important;
    color: #323232;
    padding: 4px;
}

.btnSquareExpon:hover {
    background: #a9dab4 !important;
    color: #425647 !important;
}
/** table **/
.st-t {
    background: #d7f270;
}
.st-f {
    background: #ff6e6e;
    color: #000;
}
.st-t2 {
    display: flex;
    align-items: center;
    color: #83c985;
    font-weight: bold;
}
.st-f2 {
    display: flex;
    align-items: center;
    color:#ff4f4f;
    font-weight: bold;
}
.st-t2::before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 10px;
  font-size: 1.6rem;

}
.st-f2::before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f70c";
  margin-right: 10px;
  font-size: 1.6rem;

}

.bg-f {background-color: #ff4f4f !important;}
.bg-t {background-color: #a9d090 !important;}

@media screen and (min-width: 700px) {
.seminarTtl {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
}
.st-f2 i {
    font-size: 1.6rem;
    padding: 0 10px 0 0px;
}
.btnView {
    border-radius: 20px;
    font-size: 0.6rem;
}

.btnView:hover {
    color: #fff;
    background-color: #97be00;
    border-color: #97be00;
}
body {
  background-color: #4d4d4d;
}
body * {
  box-sizing: border-box;
}

.header {
    background-color: #7e7e7e;
    color: white;
    font-size: 1.0em !important;
    padding: 0 0;
    text-align: center;
    text-transform: uppercase;
}

.table-users {
  border-radius: 6px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  max-width: calc(100% - 2em);
  margin: 1em auto;
  overflow: hidden;
  width: 800px;
}

table {
  width: 100%;
}
table td, table th {
  color: #10522a;
  padding: 10px;
}
table td {
  font-size: 0.7rem;
  text-align: left;
  vertical-align: middle;
}
table td:last-child {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: center;
}
table th {
    background-color: #eeeeee;
    font-weight: 400;
    max-height: 10px;
    font-size: 0.4rem;
    padding: 10px !important;
}
table tr:nth-child(2n) {
  background-color: #ffffff;
}
table tr:nth-child(2n+1) {
  background-color: #f8f8f8;
}

@media screen and (max-width: 700px) {
  table, tr, td {
    display: block;
  }

  td:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
  }
  td:not(:first-child) {
    clear: both;
    margin-left: 88px;
    padding: 4px 80px 4px 115px;
    position: relative;
    text-align: left;
  }

  tr {
    padding: 10px 0;
    position: relative;
  }
  tr:first-child {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .header {
    background-color: transparent;
    color: #606060;
    font-size: 1.6em;
    font-weight: 700;
    padding: 0;
    }


  td:first-child {
    color: #5f5757;
    background-color: #fefffa;
    border-bottom: 1px solid #4d4d4d;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
  td:not(:first-child) {
    margin: 0;
    padding: 5px 1em;
    width: 100%;
    border-bottom: 1px dotted #e0e0e0;
  }
  td:not(:first-child):before {
    font-size: 0.8em;
    padding-top: 0.3em;
    position: relative;
  }
  td:last-child {
    padding-top: 0.8rem;
    padding-bottom: 1rem !important;
  }

  tr {
    background-color: white !important;
    border: 1px solid #97be00;
    border-radius: 10px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0.5rem 0;
    padding: 0;
  }

  table td {
  font-size: 1.0rem;
  text-align: left;
  vertical-align: middle;
}

  .table-users {
    border: none;
    box-shadow: none;
    overflow: visible;
  }

  .st-t2 {
    display: flex;
    align-items: center;
    font-size: 1rem;
    justify-content: center;
}
.st-f2 {
    display: flex;
    align-items: center;
    font-size: 1rem;
    justify-content: center;
}
.bg-t {
  background: unset !important;
  color:#000;
    border-bottom:4px solid #d7f270 !important;
    text-align: left;
    font-size: 1.4rem;
}
.bg-f {
  background: unset !important;
  color:#000;
    border-bottom:4px solid #ff4f4f !important;
    text-align: left;
    font-size: 1.4rem;
}
}

