[class*="label__"] {
  display: inline-block;
  padding: .3rem 1rem;
  font-size: 0.75rem;
}

.conf__bg {
  display: block;
  width: 105%;
  height: 105%;
  overflow: hidden;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  filter: blur(5px);
}
.conf__bg img {
  visibility: hidden;
  width: 100%;
}
@media print, screen and (min-width: 560px) {
  .conf__bg img {
    visibility: visible;
  }
}
.conf__header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
@media print, screen and (min-width: 960px) {
  .conf__header {
    margin-bottom: 5rem;
    padding: 0 6.25rem;
  }
}
.conf__header__inr {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.conf__header p {
  margin: 0;
}
.conf__header .catch {
  color: #002866;
}
@media print, screen and (min-width: 960px) {
  .conf__header .catch {
    font-size: 2rem;
  }
}
.conf__header .ttl {
  font-size: 2.375rem;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #002866;
}
@media print, screen and (min-width: 960px) {
  .conf__header .ttl {
    font-size: 2.8rem;
  }
}
.conf__header.sub {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 960px) {
  .conf__header.sub {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
  }
}
.conf__header.sub .conf__header__inr {
  display: block;
  text-align: left;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .conf__header.sub .catch {
    font-size: 1rem;
  }
}
.conf__header.sub .ttl {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 960px) {
  .conf__header.sub .ttl {
    font-size: 1.5rem;
  }
}
.conf__header .date {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 960px) {
  .conf__header .date {
    font-size: 2rem;
  }
}
.conf__header .date span {
  display: inline-block;
  width: 1.6em;
  background: #333;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: normal;
  font-size: .7em;
  vertical-align: top;
  margin-top: .3em;
  margin-left: .3em;
  padding: .08em 0;
}
.conf__header .date time {
  margin-right: .5em;
}
.conf__sec {
  margin-top: 3rem;
}
@media print, screen and (min-width: 960px) {
  .conf__sec {
    margin-top: 5rem;
  }
}
.conf__sec .ttl {
  line-height: 1.2;
  color: #002866;
  margin-bottom: 1rem;
}
.conf__sec .ttl:after {
  content: attr(data-cap);
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
}
.conf__sec p {
  margin: 0;
}
.conf .info .item {
  line-height: 1.4;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 560px) {
  .conf .info .item {
    display: flex;
    padding: 1.5rem;
  }
}
.conf .info__ttl {
  font-weight: bold;
  color: #002866;
}
@media print, screen and (min-width: 560px) {
  .conf .info__ttl {
    width: 12rem;
  }
}
@media print, screen and (min-width: 960px) {
  .conf .info__ttl {
    width: 8rem;
  }
}
.conf .speech .item {
  position: relative;
  text-align: center;
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 960px) {
  .conf .speech .item {
    height: 18.75rem;
  }
}
@media print, screen and (min-width: 960px) {
  .conf .speech .item:nth-child(even) {
    padding-left: 20.75rem;
  }
}
.conf .speech .item:nth-child(even) .img {
  left: 0;
}
@media print, screen and (min-width: 960px) {
  .conf .speech .item:nth-child(odd) {
    padding-right: 20.75rem;
  }
}
.conf .speech .item:nth-child(odd) .img {
  right: 0;
}
.conf .speech .img {
  background: #f2f2f2;
  width: 12.5rem;
  height: 12.5rem;
  margin: 0 auto;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .conf .speech .img {
    width: 18.75rem;
    height: 18.75rem;
    position: absolute;
    top: 2rem;
  }
}
.conf .speech .img img {
  width: 100%;
}
.conf .speech__ttl, .conf .speech__name {
  line-height: 1.4;
}
@media print, screen and (min-width: 960px) {
  .conf .speech__ttl, .conf .speech__name {
    text-align: left;
  }
}
.conf .speech__ttl {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 560px) {
  .conf .speech__ttl {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 560px) {
  .conf .speech__ttl {
    font-size: 2rem;
  }
}
.conf .speech__name {
  margin-top: 1.5rem;
}
.conf .speech__name dt {
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .conf .speech__name dt {
    font-size: 1.6rem;
  }
}
.conf .speech__img {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .conf .speech__img {
    text-align: left;
  }
}
.conf .speech__img img {
  width: 70%;
  margin: 2rem auto;
}
@media print, screen and (min-width: 960px) {
  .conf .speech__img img {
    width: 80%;
    margin: 0;
  }
}
.conf .speech .wrap__btn {
  margin: 2rem auto;
  text-align: center;
}
.conf .speech .wrap__btn a {
  margin: 0 auto;
}
.conf .sponsor .item {
  padding: 2rem .5rem;
}
.conf .sponsor .item .ttl {
  font-weight: bold;
}
.conf .event__top table {
  table-layout: fixed;
  width: 300%;
}
@media print, screen and (min-width: 560px) {
  .conf .event__top table {
    width: 200%;
  }
}
@media print, screen and (min-width: 960px) {
  .conf .event__top table {
    width: 100%;
  }
}
.conf .event__top col.ttl {
  width: 100px;
}
.conf .event__top col.w__01 {
  width: calc(calc(100%-100px)/18);
}
.conf .event__top td {
  white-space: normal !important;
}
.conf .event__top em {
  font-style: normal;
  font-weight: bold;
  color: #002866;
}
.conf .event__top a {
  color: #333;
  display: block;
  height: 100%;
}
.conf .event__top a:hover {
  color: #a52a2a;
}
.conf .event__top a:hover em {
  color: #a52a2a;
}
