@charset "UTF-8";
/*----------------------------------
 sp Layout
 ----------------------------------*/
.activengy a {
    color: #e78926;
    background-color: #fff6ed;
}
.activeosk a {
    color: #054b97;
    background-color: #edf6ff;
}
.activespr a {
    color: #7d74ae;
    background-color: #f0edff;
}
.activekys a {
    color: #0d7ec3;
    background-color: #edf8ff;
}
.spContent section{
  clear: both;
  padding-top: 1rem;
}
.pageTitle.spPageTitle{
  margin-bottom: 0em!important;
}
.spContent h3.bnr{
  margin-bottom: 1.75rem;
}
.spContent h4{
  font-weight: bold;
}
.spContent .lecturerTitle span {
  color: #fff;
  background: #444;
  padding: 3px 6px 2px;
  font-weight: bold;
}
.spContent .lecturerTitle span.ngy{
  background: #e78926;
}
.spContent .lecturerTitle span.osk{
  background: #054b97;
}
.spContent .lecturerTitle span.spr{
  background: #7d74ae;
}
.spContent .lecturerTitle span.kys{
  background: #0d7ec3;
}
.spContent .lecturerTitle{
  margin-bottom: 1rem;
  display: inline-block;
  padding: 1px 2px 2px 1px;
}
.spContent .imageL,
.spContent .imagew{
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.spContent .imageL img{
  max-width: 260px;
}
.spContent .spr-guest .imageL img{
  width: 365px;
  max-width: 100%;
}
.spContent .text{
  width: auto;
  overflow: hidden;
}
.spContent .text .special-guest_name{
  font-size: 2.4rem;
}
.spContent .text .special-guest_name span{
  font-size: 1.6rem;
}
.spContent .text .profile{
  font-size: 1.4rem;
}
.spContent .others{
  clear: both;
  overflow: hidden;
}
.spContent section.others .image {
  width: 130px;
  float: left;
}
.spContent section.others .text {
  width: auto;
  float: left;
  font-size: 1.4rem;
}
.spContent section.abstract{
  margin-bottom: 2rem;
}
.spContent .spContentTitle{
  font-size: 2.0rem;
  font-weight: bold;
  background: #f5f5f5;
  border-bottom: solid 5px #ddd;
  padding: 5px 15px 3px;
  margin-bottom: 2rem;
}
.spContent .spContentTitle span{
  font-size: 0.725em;
  color: #c10;
}

.spContent p.shoulder .session_id {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 1px 10px;
    margin-right: 5px;
    background: #dda306;
}
.spContent .contentCta.idolTechNgy a.ctaBtn:link,
.spContent .contentCta.idolTechNgy a.ctaBtn:visited{
  background-color: #e78926;
  color: #fff;
}
.spContent .contentCta.idolTechOsk a.ctaBtn:link,
.spContent .contentCta.idolTechOsk a.ctaBtn:visited {
  background-color: #054b97;
  color: #fff;
}
.spContent .contentCta.idolTechSpr a.ctaBtn:link,
.spContent .contentCta.idolTechSpr a.ctaBtn:visited {
  background-color: #7d74ae;
  color: #fff;
}
.spContent .contentCta.idolTechKys a.ctaBtn:link,
.spContent .contentCta.idolTechKys a.ctaBtn:visited {
  background-color: #0d7ec3;
  color: #fff;
}
.spContent .contentCta.idolTechNgy,
.spContent .contentCta.idolTechOsk,
.spContent .contentCta.idolTechSpr,
.spContent .contentCta.idolTechKys{
  margin-bottom: 5rem;
}
.spContent .application ul{
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.spContent .application h4{
  padding-bottom: 1rem;
}
.spContent .application ul li {
  list-style-type: disc;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.content_has-side{
  overflow: hidden;
}
.mainContent{
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .spContent .imageL{
    width: 260px;
    float: left;
  }
  .spContent .spr-guest .imageL{
    width: 365px;
    float: left;
  }
  .spContent .text{
    width: 580px;
    overflow: hidden;
    float: left;
    margin-left: 40px;
  }
  .spContent .spr-guest .text{
    width: 475px;
  }
}

@media screen and (min-width: 992px) {
  .inner {
}
}

/* シアターリンク */
.spContentCta{
  width: auto;
  max-width: 604px;
  border-radius: 4px;
  border:solid 1px #002870;
  margin-bottom: 30px;
}
.spContentCta .ctaBtn{
  padding: 1rem 1rem;
}
.spContentCta .ctaBtn-text{
  line-height: 1.4;
}