@charset "UTF-8";
/*企画セッション*/
.session.index ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.session.index ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 5% 35px;
  background-color: #e5f5fb;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.session.index ul li.a {
  background-color: #f8e0db;
}
.session.index ul li.b {
  background-color: #d8e9e7;
}
.session.index ul li.c {
  background-color: #d7eff6;
}
.session.index ul li.t {
  background-color: #f9f6e3;
}
.session.index ul li figure {
  width: 25%;
  background: #aaa;
}
.session.index ul li .txt {
  width: 70%;
}
.session.index ul li .txt h6 {
  font-size: 20px;
  margin: 0 auto 10px;
  padding: 0 !important;
}
.session.index ul li .txt h6:before {
  display: none;
}
.session.index ul li p {
  line-height: 24px;
  margin-bottom: 20px;
}
.session.index .txt .dl_box dl {
  margin: 0;
  padding: 5px 0;
  line-height: 24px;
  border-bottom: dashed 1px #0f2c35;
  font-size: 14px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.session.index .txt .dl_box dl:first-child {
  border-top: dashed 1px #0f2c35;
}
.session.index .txt .dl_box dl dt {
  width: 30%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.session.index .txt .dl_box dl dd {
  margin: 0;
  width: 65%;
  border-left: solid 1px #0f2c35;
  padding-left: 5%;
}
/*企画セッション 概要*/
.session.detail .poster figure {
  width: 400px;
  margin: 0 auto 20px;
  outline: solid 1px #ccc;
}
.session.detail .poster .btn i {
  font-size: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.session.detail .txt {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 10px 3%;
  background: linear-gradient(45deg, rgba(206, 235, 244, 1), rgba(238, 246, 204, 1));
  border-radius: 10px;
  margin-bottom: 20px;
}
.session.detail table th {
  width: 25%;
}
.session.detail table ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.session.detail table ul li .ttl {
  font-weight: 500;
  margin-bottom: -15px;
}
@media screen and (max-width:1050px) {
  /*企画セッション*/
  .session.index ul li {
    display: block;
    padding: 25px 5%;
    width: auto;
  }
  .session.index ul li figure {
    width: 150px;
    margin: 0 auto 20px;
  }
  .session.index ul li .txt {
    width: auto;
  }
  /*企画セッション 概要*/
  .session.detail .poster figure {
    width: 100%;
  }
  .session.detail .txt {
    display: block;
    font-size: 16px;
    width: auto;
    padding: 10px 5%;
  }
  .session.detail table {
    border-bottom: solid 1px #0f2c35;
  }
  .session.detail table th, .session.detail table td {
    display: block;
    width: auto;
    border: none;
    padding: 5px 5%;
  }
  .session.detail table td {
    border-bottom: solid 1px #0f2c35;
  }
}