main tr + tr th {
  border-top: #fff 1px solid;
  color: #fff;
}
main tr + tr td {
  border-top: #b3b3b3 1px dashed;
}
main .cmn-contact {
  padding: 0;
  margin-top: 0;
}
main .cmn-contact .contact-content__txt {
  font-size: 16px;
  display: inline-block;
}
main .wrapper {
  max-width: 975px;
  margin: 0 auto;
}
main li,
main table,
main dt,
main dd {
  line-height: 2;
}
main .bgcolor {
  background-color: #f9f9f9;
}
main .summary .image_wrap {
  margin-bottom: 50px;
}
main .summary .image_wrap img {
  width: 100%;
}
main strong {
  line-height: 3;
}
main strong img {
  display: inline;
  margin-right: 10px;
}
main section .heading h1 {
  text-align: center;
  margin-bottom: 30px;
}
main .recommendation .recommendation_list_wrap {
  max-width: 825px;
  margin: auto;
}
main .recommendation .recommendation_list_wrap ul {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 781px) {
  main .recommendation .recommendation_list_wrap ul {
    min-width: 625px;
  }
}
main .recommendation li {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  background: #fff;
  padding-left: 3.125em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-right: 1.75em;
  background-image: url(../images/common/check.svg);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: top 0.85em left 1.6em;
}
main .recommendation li + li {
  margin-top: 20px;
}
main .recommendation-wrapper {
  display: flex;
  justify-content: center;
}
main {
  /*.section_02 .heading_title {margin-bottom: 20px;}*/
}
main .telework_conference_timetable {
  border-collapse: separate;
  background-color: #fff;
  border-spacing: 0;
  height: auto;
  margin: 0;
  width: 100%;
}
main .telework_conference_timetable span.bgw {
  background-color: #fff;
  color: #27294E;
  font-size: 11px;
  padding: 0px 5px;
  line-height: 1;
  margin-right: 5px;
}
main .telework_conference_timetable thead td {
  background-color: #27294E;
  border-bottom: 6px solid #fff;
  color: #fff;
  font-size: 14.5px;
  height: unset;
  padding: 12px 18px;
}
main .telework_conference_timetable thead td strong {
  font-size: 20px;
  color: #fff;
}
main .telework_conference_timetable thead .d-flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
main .telework_conference_timetable tbody th {
  background-color: #EDECF0;
  color: #27294E;
  font-weight: 600;
  padding: 14px 10px;
  text-align: center;
  white-space: nowrap;
  width: 10em;
}
@media (max-width: 475px) {
  main .telework_conference_timetable tbody th {
    width: 100%;
  }
}
main .telework_conference_timetable tbody td {
  /*background-color: #fffbf6;
  	*/
  background-color: #fff;
  color: #333;
  font-weight: bold;
  padding: 11px 22px;
}
@media (max-width: 475px) {
  main .telework_conference_timetable tbody td {
    width: 100%;
  }
}
main .telework_conference_timetable tbody td span.bgb {
  background-color: #27294E;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  padding: 6px 10px;
}
main .telework_conference_timetable tbody td small {
  font-size: 1em;
  font-weight: normal;
  margin-top: 5px;
  display: inline-block;
  color: #444;
}
main .telework_conference_timetable tbody tr {
  border-bottom: none;
}
@media (max-width: 475px) {
  main .telework_conference_timetable tbody tr {
    display: grid;
  }
}
main .telework_conference_timetable tbody tr.line_1 td {
  width: 100%;
}
main .telework_conference_timetable tbody tr i.far {
  margin-right: 5px;
}
main .telework_conference_timetable td img {
  display: inline-block;
  margin: 10px 0;
}
main .timetable {
  max-width: 825px;
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
main .timetable thead tr {
  color: #fff;
  border-bottom: #fff solid 5px;
}
main .timetable thead tr td {
  padding: 10px 20px;
}
main .timetable thead tr td div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .timetable tbody th {
  background-color: #242424;
  color: #fff;
  width: 10em;
}
main .timetable tbody td {
  background-color: #f9f9f9;
  padding-left: 20px;
  padding-right: 20px;
}
main .timetable tbody td,
main .timetable tbody th {
  padding-top: 10px;
  padding-bottom: 10px;
}
main .timetable tbody tr + tr th {
  border-top: 1px #969696 solid;
}
main .timetable tbody tr + tr td {
  border-top: 1px #969696 dashed;
}
main .speakers_wrap {
  width: 100%;
  display: flex;
  max-width: 975px;
  background: #fff;
  margin: auto;
  box-sizing: border-box;
  padding: 50px 0px;
}
main .speakers_wrap .image_wrap {
  background-repeat: no-repeat;
  background-position: top 5px left 5px;
  margin-right: 25px;
  width: 25%;
  height: 200px;
  align-self: flex-start;
}
main .speakers_wrap .image_wrap img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main .speakers_wrap hr {
  margin: 15px 0;
}
main .speakers_wrap .text_wrap {
  width: 100%;
}
main .name span {
  font-size: 1.3125em;
}
main .caution:before {
  content: "";
  position: absolute;
  left: 0;
}
main .caution {
  padding-left: 1.2em;
  position: relative;
}
main .image_column {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 25px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  main .image_column {
    flex-direction: column;
  }
  main .image_column .name {
    text-align: center;
  }
}
main .image_column .image_wrap {
  width: 45%;
  flex-shrink: 0;
  align-self: flex-start;
}
main .image_column .image_wrap img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  main .image_column .image_wrap {
    width: 100%;
  }
}
main .image_column hr {
  margin: 15px 0;
}
main .image_column .text_wrap {
  width: 100%;
}

main .contact-form {
  padding-bottom: 0;
}
main .contact-form .markerobo-form-wrapper {
  max-width: 800px;
}

.form_off_text {
  text-align: center;
  font-weight: bold;
}

.seminar_lp-fv {
  padding: 0 0 60px !important;
}
@media (max-width: 475px) {
  .seminar_lp-fv {
    padding: 0 !important;
  }
}
.seminar_lp-recommend {
  padding: 50px 0 !important;
}
@media (max-width: 475px) {
  .seminar_lp-recommend {
    padding: 50px 0 0 !important;
  }
}
.seminar_lp-points {
  padding: 50px 0 !important;
}
@media (max-width: 475px) {
  .seminar_lp-points .image_column:first-child {
    margin-top: 0;
  }
}
.seminar_lp-message {
  padding: 50px 0 !important;
}
@media (max-width: 475px) {
  .seminar_lp-message {
    padding: 20px 0 !important;
  }
}
.seminar_lp-speakers {
  padding: 50px 0 !important;
}
@media (max-width: 475px) {
  .seminar_lp-speakers {
    padding: 50px 0 0 !important;
  }
}

.seminar-footer .footer-top {
  margin-bottom: 3.5rem;
  padding: 0 0 3.5rem;
}
.seminar-footer .footer-top ul {
  display: flex;
  justify-content: center;
}
.seminar-footer .footer-top li:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
.seminar-footer .footer-top li a {
  padding: 0 5rem;
  color: #242424;
  font-size: 1.4rem;
  transition: 0.2s;
}
.seminar-footer .footer-top li a:hover {
  opacity: 0.7;
}
@media (max-width: 980px) {
  .seminar-footer .footer-top ul {
    display: grid;
    gap: 1.5rem;
  }
}
@media (max-width: 475px) {
  .seminar-footer .footer-top li {
    text-align: center;
  }
  .seminar-footer .footer-top li:not(:first-child) {
    border: none;
  }
  .seminar-footer .footer-top li a {
    padding: 0;
  }
}
.seminar-footer .footer-logo {
  max-width: 15rem;
  margin: 0 auto 3.5rem;
}
@media (max-width: 980px) {
  .seminar-footer .footer-logo {
    max-width: 12rem;
  }
}/*# sourceMappingURL=single-seminar.css.map */