@charset "utf-8";
.contents-wrap .pagetitle {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 0;
}
.contents-wrap .pagetitle .title-category {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contents-wrap .pagetitle .title-category .cat {
  background-color: #df6c28;
  border-radius: 4px;
  line-height: 12px;
  padding-right: 13px;
  padding-left: 13px;
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}
.contents-wrap .pagetitle .title-category .cat.medical {
  background-color: #2776c6;
}
@media (max-width: 980px) {
  .contents-wrap .pagetitle .title-category .cat {
    font-size: 1.1rem;
    height: 18px;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.contents-wrap .pagetitle .title-category .name {
  font-size: 1.4rem;
  color: var(--font-black);
  font-weight: 400;
}
@media (max-width: 980px) {
  .contents-wrap .pagetitle .title-category .name {
    font-size: 1.2rem;
  }
}
.contents-wrap #contents {
  padding-top: 32px;
}
.point > .icon {
  display: inline-block;
  border: 1px solid #01b015;
  color: #01b015;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 34px;
  padding-right: 8px;
  padding-left: 8px;
  width: auto;
  height: auto;
}
@media (max-width: 980px) {
  .point > .icon {
    font-size: 1.2rem;
  }
}
.point .list {
  margin-top: 11px;
}
.point .list li {
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.75;
}
@media (max-width: 980px) {
  .point .list li {
    font-size: 1.3rem;
  }
}
.point .list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0cac30;
  flex-shrink: 0;
}
@media (max-width: 980px) {
  .point .list li::before {
    width: 10px;
    height: 10px;
  }
}
.hold-type {
  align-items: flex-start;
  border-bottom: 6px solid #404572;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  list-style: none;
}
.hold-type li {
  width: calc((100% - 24px) / 3);
}
@media (max-width: 980px) {
  .hold-type li {
    width: calc((100% - 14px) / 3);
  }
}
.hold-type li .tab {
  text-align: center;
  border: 1px solid rgba(102, 102, 102, 0.4);
  border-radius: 5px;
  padding: 11px 0;
  cursor: pointer;
  background-color: #fff;
}
.hold-type li .tab:hover {
  opacity: 0.9;
}
.hold-type li .tab > span {
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #9b9b9b;
}
@media (max-width: 1050px) and (min-width: 981px) {
  .hold-type li .tab > span {
    font-size: 1.3rem;
  }
}
@media (min-width: 981px) {
  .hold-type li .tab > span br {
    display: none;
  }
}
@media (max-width: 980px) {
  .hold-type li .tab > span {
    font-size: 1.2rem;
  }
}
@media (max-width: 580px) {
  .hold-type li .tab > span {
    font-size: 0.9rem;
  }
}
.hold-type li .tab > span:not(.gray) {
  color: var(--font-black);
}
.hold-type li .tab > span:not(.gray)::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/images/org/icons/icon-circle-arrow_green_bold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
@media (max-width: 580px) {
  .hold-type li .tab > span:not(.gray)::before {
    width: 8px;
    height: 8px;
  }
}
.hold-type li.off .tab {
  background: #eee;
  border: 1px solid rgba(102, 102, 102, 0.4);
  color: #999;
}
.hold-type li.active .tab {
  padding: 16px 0 18px;
  color: #fff;
  background: #404572;
  border: 1px solid #848695;
  border: 1px solid #404572;
  border-bottom: 0;
  margin-bottom: -1px;
  border-radius: 5px 5px 0 0;
}
.hold-type li.active .tab span {
  color: #fff;
}
.hold-type li.active .tab span:not(.gray)::before {
  background-image: url(/images/org/icons/icon-circle-arrow_white_bold.svg);
  transform: rotate(90deg);
}
.panel-area {
  display: none;
}
.panel-area.active {
  display: block;
}
.panel-area.gray .spec td .notice .btn {
  display: none;
}
.panel-area .note {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.panel-area .note.d-block {
  display: block;
  opacity: 1;
  visibility: visible;
}
.panel-area.end .note {
  display: block;
  opacity: 1;
  visibility: visible;
}
.panel-area .spec {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 45px;
}
.panel-area .spec tr {
  display: flex;
  gap: 20px;
}
.panel-area .spec tr + tr {
  margin-top: 15px;
}
.panel-area .spec th {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  color: #666666;
  border: 1px solid #cccccc;
  width: 100px;
  min-width: 100px;
  height: 30px;
}
@media (max-width: 980px) {
  .panel-area .spec th {
    font-size: 1.2rem;
    min-width: 80px;
    width: 80px;
  }
}
.panel-area .spec td {
  line-height: 1.75;
}
.panel-area .spec td a {
  color: var(--font-blue);
}
.panel-area .spec td a[target="_blank"]:not(.file):not(.btn)::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/images/org/icons/icon-external-link_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 8px;
  vertical-align: -0.15em;
}
.panel-area .spec td .text {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 980px) {
  .panel-area .spec td .text {
    font-size: 1.4rem;
  }
}
.panel-area .spec td .notice {
  font-size: 1.3rem;
}
.panel-area .spec td .notice .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #008a1d;
  color: var(--font-blue);
  max-width: 409px;
  width: 100%;
  height: 40px;
  border-radius: 39px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 600;
  padding-right: 4px;
  color: #fff;
  position: relative;
}
.panel-area .spec td .notice .btn::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/images/org/icons/icon-circle-arrow_white_bold.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.panel-area .spec .row {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}
@media (max-width: 980px) {
  .panel-area .spec .row {
    flex-direction: column;
  }
}
.panel-area .spec .row > .col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.panel-area .spec .row > .col:not(.image) {
  min-width: 50%;
}
@media (min-width: 981px) {
  .panel-area .spec .row > .col.image {
    min-width: 230px;
    max-width: 230px;
  }
}
@media (max-width: 980px) {
  .panel-area .spec .row > .col.image {
    max-width: 140px;
    margin-right: auto;
    margin-left: auto;
  }
}
.panel-area .spec .row > .col.image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
.description {
  margin-top: 35px;
}
.description dt {
  display: flex;
  align-items: center;
  border-left: 6px solid var(--font-blue);
  font-size: 2.1rem;
  font-weight: 600;
  padding-left: 14px;
  background-color: #eeeeee;
  height: 40px;
}
@media (max-width: 980px) {
  .description dt {
    font-size: 1.8rem;
  }
}
.description dd {
  margin-top: 20px;
}
.description .profile {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 18px;
}
@media (max-width: 980px) {
  .description .profile {
    flex-direction: column;
    gap: 15px;
  }
}
.description .profile img {
  max-width: 70px;
  height: auto;
  object-fit: contain;
}
.description .profile p {
  font-weight: 600;
  font-size: 2rem;
  color: var(--font-blue);
}
@media (max-width: 980px) {
  .description .profile p {
    font-size: 1.6rem;
  }
}
.description .profile + .profile {
  margin-top: 30px;
}
.description .iframe {
  position: relative;
  padding-bottom: 315px;
  height: 0;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 981px) {
  .description .iframe {
    max-width: 560px;
  }
}
@media (max-width: 980px) {
  .description .iframe {
    padding-bottom: 56.25%;
  }
}
.description .iframe:not(:only-child) {
  margin-top: 25px;
}
.description .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-content {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 980px) {
  .text-content {
    font-size: 1.4rem;
  }
}
.text-content * {
  word-break: break-all;
}
.text-content img {
  height: auto !important;
}
.text-content p {
  margin: 1em 0;
  line-height: 1.8;
}
.text-content b {
  font-weight: bold;
}
.text-content ul {
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.text-content ul ul {
  list-style-type: circle;
  margin: 0 0 0 1em;
}
.text-content ul ul ul {
  list-style-type: square;
}
.text-content ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.text-content ol ol {
  margin: 0 0 0 1em;
}
.text-content dl {
  margin: 1em 0;
}
.text-content dd {
  margin: 0 0 0 1em;
}
.text-content blockquote {
  margin: 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid #cccccc;
}
.text-content pre {
  margin: 1em;
  padding: 1em;
  border: 1px solid #cccccc;
  white-space: normal;
}
.text-content blockquote blockquote {
  margin: 0;
}
.text-content table {
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.text-content table caption {
  padding-bottom: 10px;
}
.text-content table th {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  background-color: #eee;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
}
.text-content table td {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 980px) {
  .text-content table {
    width: auto !important;
  }
  .text-content table th,
  .text-content table td {
    width: auto !important;
  }
}
.text-content iframe {
  max-width: 100%;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  margin-bottom: 15px;
  font-weight: bold;
}
.text-content h1,
.text-content h2,
.text-content h3 {
  color: var(--color-blue);
  font-weight: 600;
  line-height: 1.69;
}
.text-content h1 {
  font-size: 2rem;
}
@media (max-width: 980px) {
  .text-content h1 {
    font-size: 2rem;
  }
}
.text-content h2 {
  font-size: 1.9rem;
}
@media (max-width: 980px) {
  .text-content h2 {
    font-size: 1.9rem;
  }
}
.text-content h3 {
  font-size: 1.8rem;
}
@media (max-width: 980px) {
  .text-content h3 {
    font-size: 1.8rem;
  }
}
.text-content h4 {
  font-size: 2rem;
}
@media (max-width: 980px) {
  .text-content h4 {
    font-size: 1.8rem;
  }
}
.text-content h5 {
  font-size: 1.8rem;
}
@media (max-width: 980px) {
  .text-content h5 {
    font-size: 1.7rem;
  }
}
.text-content h6 {
  font-size: 1.4rem;
}
.text-content + .profile,
.text-content + .text-content {
  margin-top: 30px;
}
.btn-links {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 585px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 980px) {
  .btn-links {
    margin-top: 37px;
    flex-direction: column;
    gap: 25px;
  }
}
.btn-links .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #999999;
  color: var(--font-blue);
  width: 100%;
  height: 40px;
  border-radius: 39px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-right: 1em;
  padding-left: 1em;
}
@media (min-width: 981px) {
  .btn-links .btn {
    max-width: 162px;
  }
}
@media (max-width: 980px) {
  .btn-links .btn {
    font-size: 1.4rem;
    max-width: 409px;
  }
}
.btn-links .btn::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/images/org/icons/icon-circle-arrow_white_bold.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.btn-links .btn.green {
  background-color: #008a1d;
  max-width: 409px;
}
.btn-links .btn:hover {
  opacity: 0.9;
}
.seminar-top #main_column {
  overflow: hidden;
}
.seminar-top .lead {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 980px) {
  .seminar-top .lead {
    font-size: 1.4rem;
  }
}
.seminar-top .tab-block {
  position: relative;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.seminar-top .tab-block .tab-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seminar-top .tab-block .tabs {
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  padding: 7px;
  border-radius: 24px;
  width: 100%;
  max-width: 478px;
}
@media (max-width: 980px) {
  .seminar-top .tab-block .tabs {
    width: 98%;
  }
}
.seminar-top .tab-block .tabs * {
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
}
.seminar-top .tab-block input[type="radio"] {
  display: none;
}
.seminar-top .tab-block .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: calc(100% / 3);
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
}
.seminar-top .tab-block input[type="radio"] + label {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .seminar-top .tab-block input[type="radio"] + label {
    font-size: 1.3rem;
  }
}
.seminar-top .tab-block input[type="radio"]:checked + label {
  color: var(--font-blue);
}
.seminar-top .tab-block input[id="radio-1"]:checked ~ .glider {
  transform: translateX(0);
}
.seminar-top .tab-block input[id="radio-2"]:checked ~ .glider {
  transform: translateX(100%);
}
.seminar-top .tab-block input[id="radio-3"]:checked ~ .glider {
  transform: translateX(200%);
}
.seminar-top .tab-block .glider {
  position: absolute;
  display: flex;
  height: 36px;
  width: calc(100% / 3 - 5.5px);
  background-color: #d2def5;
  z-index: 1;
  border-radius: 18px;
  transition: 0.25s ease-out;
}
.seminar-top .anchor-link {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 45px;
}
@media (max-width: 980px) {
  .seminar-top .anchor-link {
    flex-wrap: wrap;
  }
}
.seminar-top .anchor-link li a {
  display: inline-flex;
  align-items: center;
  color: var(--font-blue);
  gap: 4px;
  font-size: 1.6rem;
}
@media (max-width: 980px) {
  .seminar-top .anchor-link li a {
    font-size: 1.3rem;
  }
}
.seminar-top .anchor-link li a::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/images/org/icons/icon-circle-arrow_blue_bold.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.seminar-top .block + .block {
  margin-top: 60px;
}
@media (max-width: 980px) {
  .seminar-top .block + .block {
    margin-top: 35px;
  }
}
.seminar-top .block .block-name {
  background-color: var(--font-blue);
  color: #fff;
  font-size: 600;
  font-size: 2.1rem;
  padding-right: 10px;
  padding-left: 10px;
  height: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .seminar-top .block .block-name {
    font-size: 1.8rem;
  }
}
.seminar-top .block .table-wrap {
  margin-top: 10px;
}
@media (max-width: 980px) {
  .seminar-top .block .table-wrap {
    overflow-x: auto;
    width: 100%;
  }
}
.seminar-top .block .table-wrap table tbody {
  display: grid;
  grid-template-columns: 90px 90px 90px 1fr;
  border-collapse: collapse;
}
@media (max-width: 980px) {
  .seminar-top .block .table-wrap table tbody {
    min-width: 800px;
    grid-template-columns: 60px 60px 60px 1fr;
  }
}
@media (max-width: 768px) {
  .seminar-top .block .table-wrap table tbody {
    min-width: 600px;
  }
}
.seminar-top .block .table-wrap table {
  font-size: 10px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
  border-spacing: 0;
  line-height: 1;
  background-color: #fff;
}
.seminar-top .block .table-wrap table tr {
  display: contents;
}
.seminar-top .block .table-wrap table th,
.seminar-top .block .table-wrap table td {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: center;
  vertical-align: top;
}
.seminar-top .block .table-wrap table th:last-child,
.seminar-top .block .table-wrap table td:last-child {
  width: auto;
  text-align: left;
  padding: 14px 10px;
}
.seminar-top .block .table-wrap table th {
  align-items: center;
  background: #e8e9ed;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
  padding-right: 5px;
  padding-left: 10px;
  vertical-align: middle;
  line-height: 1.23;
}
.seminar-top .block .table-wrap table th.center {
  text-align: center;
  justify-content: center;
  padding-right: 10px;
}
.seminar-top .block .table-wrap table th:last-child {
  justify-content: flex-start;
}
@media (max-width: 980px) {
  .seminar-top .block .table-wrap table th {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.seminar-top .block .table-wrap table td {
  transform: rotate3d(0, 0, 0, 0);
}
.seminar-top .block .table-wrap table td .icon {
  background: #ddd;
  color: #666666;
  line-height: 34px;
  border-radius: 5px;
  width: calc(100% - 18px);
  margin: auto;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (max-width: 980px) {
  .seminar-top .block .table-wrap table td .icon {
    font-size: 0.9rem;
    line-height: 25px;
  }
}
.seminar-top .block .table-wrap table td .icon {
  margin-top: 15px;
}
.seminar-top .block .table-wrap table td .icon a {
  color: #666666;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  pointer-events: none;
}
.seminar-top .block .table-wrap table td .on-type1 a {
  color: #fff;
  background: #005011;
  background: #9d4e8f;
  pointer-events: auto;
}
.seminar-top .block .table-wrap table td .on-type2 a {
  color: #fff;
  background: #008a1d;
  pointer-events: auto;
}
.seminar-top .block .table-wrap table td .text-box {
  display: flex;
  gap: 13px;
}
.seminar-top .block .table-wrap table td .image img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
}
.seminar-top .block .table-wrap table td .name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
}
.seminar-top .block .table-wrap table td .point {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.seminar-top .block .table-wrap table td .date {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 6px;
}
.seminar-top .block .table-wrap table td .date span {
  font-weight: 600;
}
.seminar-top .block .table-wrap table td .noTxt {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0 10px;
}
.seminar-archive .lineup-html {
  container-type: inline-size;
  width: 100%;
}
.seminar-archive .lineup-html table {
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.seminar-archive .lineup-html table td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  line-height: 22px;
}
.seminar-archive .lineup-html table th {
  line-height: 1.8;
  font-weight: bold;
  color: #666;
}
.seminar-archive .lineup-html table tr:nth-child(even) td {
  /* background-color: #e8e9ed; */
}
.seminar-archive .lineup-html table .date {
  padding-left: 10px;
  width: 150px;
}
.seminar-archive .lineup-html table td.date {
  font-size: 90%;
}
.seminar-archive .lineup-html table .type {
  width: 60px;
  text-align: center;
}
.seminar-archive .lineup-html table .type p,
.seminar-archive .lineup-html table .city p,
.seminar-archive .lineup-html table .status p {
  margin-bottom: 5px !important;
  margin-left: 0;
  font-size: 12px;
}
.seminar-archive .lineup-html table .online {
  display: none;
  /* 「オンライン」列非表示 */
}
.seminar-archive .lineup-html table .city,
.seminar-archive .lineup-html table .status {
  width: 60px;
  text-align: center;
}
.seminar-archive .lineup-html table .title {
  padding-right: 10px;
  padding-left: 5px;
  text-align: left;
}
.seminar-archive .lineup-html p.jinji,
.seminar-archive .lineup-html p.iryo,
.seminar-archive .lineup-html p.place,
.seminar-archive .lineup-html p.close,
.seminar-archive .lineup-html p.open {
  border-radius: 5px;
  padding: 3px 10px;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.seminar-archive .lineup-html p.jinji {
  background-color: #df6c28;
}
.seminar-archive .lineup-html p.jinji.pdf {
  background-color: #9d4e8f;
}
.seminar-archive .lineup-html p.iryo {
  background-color: #2c7fd1;
}
.seminar-archive .lineup-html p.place,
.seminar-archive .lineup-html p.close {
  background-color: #adb0c2;
}
@container (max-width: 599px) {
  .seminar-archive .lineup-html table tr {
    display: block;
    border-top: 1px solid #ccc;
  }
  .seminar-archive .lineup-html table tr:nth-child(even) {
    /* background-color: #e8e9ed; */
  }
  .seminar-archive .lineup-html table .th {
    display: none;
  }
  .seminar-archive .lineup-html table td {
    display: block;
    border: 0;
  }
  .seminar-archive .lineup-html table .date,
  .seminar-archive .lineup-html table .type,
  .seminar-archive .lineup-html table .city,
  .seminar-archive .lineup-html table .status {
    display: inline-block;
    width: auto;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 0;
  }
  .seminar-archive .lineup-html table .title {
    padding-left: 10px;
    padding-bottom: 8px;
  }
}
