#bsession {
  color: #6E6E6E;
  font-weight: normal;
  padding-bottom: 150px;
}
#bsession .f_large {
  font-size: 150%;
}
#bsession > p {
  text-align: center;
}
#bsession > p a {
  color: #6E6E6E;
  text-decoration: underline;
}
#bsession .inner_block {
  padding-bottom: 2em;
  word-break: break-all;
}
#bsession h3 {
  text-align: center;
  font-size: 200%;
  color: #cb2639;
  margin-bottom: 0.5em;
}
#bsession h4 {
  font-size: 120%;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #6E6E6E;
}
#bsession > p {
  margin-bottom: 2em;
}
#bsession dl {
  margin-bottom: 2em;
}
#bsession dl dt, #bsession dl dd {
  margin-bottom: 0.5em;
}
#bsession ul {
  counter-reset: nunber;
}
#bsession li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1.5em;
  counter-increment: nunber;
}
#bsession li:before {
  content: "(" counter(nunber) ")";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#bsession .schedule_list {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 50px;
  margin-bottom: 2em;
}
#bsession .schedule_list p {
  text-align: center;
  font-size: 130%;
}
#bsession .schedule_list dl {
  border-top: 4px solid #eaeae3;
  padding: 2em;
  padding-bottom: 1em;
}
#bsession .schedule_list dl:first-child {
  border-top: none;
}
#bsession .schedule_list dl.data dt {
  font-weight: bold;
}
#bsession .schedule_list dl dt {
  text-align: center;
  font-size: 180%;
}
#bsession .schedule_list dl dd span.pref {
  display: inline-block;
  margin-right: 1em;
  background-color: #777;
  color: #fff;
  padding: 0 0.5em;
}
#bsession .schedule_list dl dd span {
  font-weight: normal;
  font-size: 90%;
}
#bsession .schedule_list dl dd p {
  margin-bottom: 1em;
  font-weight: bold;
}
#bsession .schedule_list dl dd .btn {
  max-width: 300px;
  margin: 0 auto;
  font-size: 100%;
}
#bsession .schedule_list dl dd .data_list li {
  font-size: 85%;
  padding: 1em 0;
  border-bottom: 4px dotted #eaeae3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#bsession .schedule_list dl dd .data_list li:first-child {
  padding-top: 0;
}
#bsession .schedule_list dl dd .data_list li:last-child {
  border-bottom: none;
}
#bsession .schedule_list dl dd .data_list li .entry {
  width: 120px;
  text-align: center;
  border-radius: 1.5em;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
#bsession .schedule_list dl dd .data_list li .entry a {
  display: block;
  padding: 0.7em 1em;
  color: #fff;
  background-color: #cb2639;
}
#bsession .schedule_list dl dd .data_list li .column-l {
  background-color: #f8e2e5;
  color: #cb2639;
  padding: 0.5em 1em;
  width: 100px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0;
}
#bsession .schedule_list dl dd .data_list li .column-r {
  width: calc(100% - 120px);
  position: relative;
  font-weight: normal;
}
#bsession .schedule_list dl dd .indent1 {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
#bsession .schedule_list dl dd .indent1 a {
  color: #cb2639;
  text-decoration: underline;
}
#bsession .schedule_list dl dd .indent1 span {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #bsession {
    padding-bottom: 50px;
  }
  #bsession .f_large {
    font-size: 100%;
  }
  #bsession h3 {
    font-size: 150%;
  }
  #bsession .schedule_list {
    border-radius: 10px;
    padding: 40px 8%;
    text-align: center;
  }
  #bsession .schedule_list dl {
    padding: 1em 0;
  }
  #bsession .schedule_list dl dt, #bsession .schedule_list dl dd {
    width: 100%;
  }
  #bsession .schedule_list dl dt {
    margin-bottom: 1em;
  }
  #bsession .schedule_list dl dd .data_list li {
    align-items: normal;
  }
  #bsession .schedule_list dl dd .data_list li .column-l, #bsession .schedule_list dl dd .data_list li .column-r {
    width: 100%;
  }
  #bsession .schedule_list dl dd .data_list li .column-l {
    margin-bottom: 1em;
  }
  #bsession .schedule_list dl dd .data_list li .entry {
    width: 150px;
    margin-left: 0;
    margin-top: 1em;
  }
  #bsession .schedule_list dl dd .data_list li .column-l {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#bsession .strong_title {
  font-size: 130%;
  font-weight: bold;
}
#bsession .bold {
  font-weight: bold;
}