.scheduleSection p {
  text-align: center;
}
  


.scheduleSection table {
  border-collapse: collapse;
  width: 100%;
}

.scheduleSection th,
.scheduleSection td {
  padding: 1em 0.5em;
  border: 1px solid #ccc;
}

.scheduleSection th {
    text-align: center;
}

.seminar_table {
  margin: 20px auto;
}

.seminar_table table {
  margin-bottom: 2em;
  display: block;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .seminar_table table {
    overflow-x: scroll;
  }
}

.seminar_table table th.date {
    width: 25%;
    color: #fff;
    background-color: #5f64b7;
    font-size: 18px;
    font-weight: bold;
}


.seminar_table table td {
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  padding: 0.3em;
}

.seminar_table table td .box {
  /* padding:0.3em; */
  height: 350px;
}

.seminar_table table td .box2 {
  /* padding:0.3em; */
  height: 280px;
}

/* 
label :hover {
  background-color: #eee;
} */

.seminar_table table td .box .semi_head{
  cursor:pointer;
  background-color: #333;
  display:flex;
  margin:0 auto;
  width:100%;
  margin:0em 0em 0.5em 0em;
}
.seminar_table table td .box .semi_head div{
  display:flex;
  margin:0 auto;
}
.seminar_table table td .box .semi_head .time{
    text-align: center;
    background-color: #333;
    color: white;
    margin:0em 0em 0.5em 0em;
}


.seminar_table table td .box .semi_head .time{
    text-align: center;
    color: white;
    margin:0 auto;
}
/*チェックボックス表示設定*/
input[type="checkbox"] {
    display: none;
}

input[type="radio"] {
    display: none;
}

.checkBoxFrame {
    border: 2px solid #000;
    cursor: pointer;
    background-color: #FFF;
    margin: auto 0.2em auto 0;
}

/* .checkBoxFrame :hover {
  
} */

@media screen and (min-width: 768px) {
    .checkBoxFrame {
        width: 17px;
        height: 17px;
    }
}

@media screen and (max-width: 767px) {
    .checkBoxFrame {
        width: 17px;
        height: 17px;
    }
}

.schedule__check:checked + span {
    position: relative;
    display: block;
    border: 2px solid #000;
}

@media screen and (min-width: 768px) {
    .schedule__check:checked + span {
        width: 17px;
        height: 17px;
    }
}

@media screen and (max-width: 767px) {
    .schedule__check:checked + span {
        width: 19px;
        height: 19px;
    }
}

.schedule__check:checked + span:after {
    content: url(../../img/top/check.svg);
    position: absolute;
    right: 0px;
    left: -1px;
    top: -7px;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .schedule__check:checked + span:after {
        width: 20px;
        height: 17px;
    }
}

@media screen and (max-width: 767px) {
    .schedule__check:checked + span:after {
        width: 15px;
        height: 15px;
    }
}
/*展示ブース名、会場名*/

.smn_vod {
  margin:0em 0em 0.5em 0em;
  padding:2px;
  font-size:13px;
  color:white;
  background-color:	#990033;
}
.smn_vod :hover {
  background-color:	#990033;
}

.smn_live {
  margin:0em 0em 0.5em 0em;
  padding:2px;
  font-size:13px;
  color:white;
  background-color:#009900;
}

.smn_live  :hover {
  background-color:#009900;
}

.smn_num,.smn_cat{
  margin: 0em 0em 0.55em 0em;
  padding:2px;
  font-size:12px;
  color:white;
  background-color:#b8b8b8;
}
#smn_agro6{
    background-color: #e84396;
    text-align: left;
    font-size: 12px;
}
#smn_agro7{
    background-color: #e84396;
    text-align: left;
}
#smn_agro8{
    background-color: #685dba;
    text-align: left;
}
#smn_agro10{
    background-color: #df5f43;
    text-align: left;
}
#smn_agro13{
    background-color: #ffdf73;
    color: #333;
    text-align: left;
}
/*セミナータイトル*/
.seminar_table table td .box .title_table {
  font-size: 14px;
  line-height: 18px;
  font-weight:bold;
  margin:0em 0em 0.5em 0em;
  /* width: 250px; */
  white-space: pre-wrap;
}

.seminar_table table td .box .title_table:hover {
  color:#5f64b7;
  cursor: pointer;
}

.seminar_table table td .box .semi_speaker{
    display: flex;
    margin: 0em 0em 0.5em 0em;
    justify-content: space-between;
}

/*会社名、所属部署、氏名*/
.seminar_table table td .box .semi_speaker .semi_info{
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 0.5em;
    font-weight: bold;
    /* text-indent: 0.5rem; */
    font-size:12px;
    border-left: solid 4px #e50012;
    /* white-space: pre-wrap;  */
    padding-left: 5px;
  }

/*講師ロゴ*/
.seminar_table table td .box .semi_speaker .semi_face img{
    width: 80px;
  }

/*会社ロゴ*/
.seminar_table table td .box .semi_logo {
    width: 120px;
    margin:0em auto 0.5em auto;
  }
.seminar_detail .detail_logo {
    width: 120px;
  }

/*********セミナータイトルクリック後********/

.seminar_detail {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
    background: rgba(45,45,45, 0.5);
}
.seminar_detail p{
    margin-bottom: 1em;
}

.seminar_table .seminar_detail table {
  margin-bottom: 0;
  white-space: normal;
}

.seminar_detail .detail_box {
  width: 60%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  top: 20%;
}

.seminar_detail .detail_head {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.seminar_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
}

.seminar_detail th {
  padding: .8em;
}

.seminar_detail .box {
  padding: 0 .6em;
}

.seminar_detail .close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 30px;  
}

@media(max-width:1100px){
  .seminar_table .sponsor_bk{
    padding: 266px 0;
  }
}
@media(min-width:769px){
  .seminar_table .semi_body{
    align-items: flex-start;
  }
}


@media(max-width:768px) {
  .seminar_table table {
    white-space: nowrap;
  }

  .seminar_table .sponsor_bk {
    padding: 332px 0;
  }

  .seminar_table table th,
  .seminar_table table td {
    display: table-cell;
  }

  .seminar_table table th {
    background: none;
  }

  .seminar_table .semi_body {
    flex-direction: column;
  }
    
  .seminar_table .semi_body img {
    margin-left: 0;
  }

  .seminar_detail .detail_box {
    top: 10%;
  }

  .seminar_detail .detail_head {
    flex-direction: column;
    margin-top: 10px;
  }
/*会社ロゴ*/
.seminar_detail .detail_logo {
    width: 120px;
    margin:0em auto 0.5em auto;
  }
}

@media(max-width:1024px) {
  .seminar_detail .detail_box {
    width: 80%;
  }

  /* .seminar_detail table {} */

}

/*　セミナー詳細へbtn　*/

.linkbtn--grad {
  background-color: #cc0000;
  color: #fff;
  line-height: 35px;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 10px;
}

.linkbtn--grad:hover {
  background-color: #222;
  transition: 0.3s;
}