@charset "utf-8";
/* CSS Document */

.t5d_castblock{
  text-align: center;
}

.t5d_castblock h3{
  width: 152px;
  height: 30px;
  margin: 0 auto 40px;
  padding-top: 4px;
  font-size: 1.125rem;
  font-weight: 600;
  text-shadow: 0px 1px 0px #FFFFFF;
  background: linear-gradient(to right, #f7ed11 0%, #8fc421 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.t5d_maincast{
  margin-bottom: 72px;
}
.t5d_maincast li:nth-last-of-type(n+2){margin-bottom: 56px;}
.t5d_maincast li h4{
  font-weight: 600;
  font-size: 1.5rem;
  text-shadow: 0px 1px 0px #FFFFFF;
}
li.t5d_castlarge h4{
  font-size:2.5rem;
}

.t5d_stafflist dt{
  font-weight: 600;
  color:#04376A;
  text-shadow: 0px 1px 0px #FFFFFF;
}
.t5d_stafflist dd:nth-last-of-type(n+2){
  margin-bottom: 40px;
}
.t5d_stafflist dd ul li:nth-last-of-type(n+2){
  margin-bottom: 16px;
}
.t5d_stafflist dd ul li h4{
  font-weight: 600;
  font-size: 1.5rem;
  text-shadow: 0px 1px 0px #FFFFFF;
}
.t5d_stafflist dd ul li p{
  font-weight: 600;
  font-size: 0.875rem;
  text-shadow: 0px 1px 0px #FFFFFF;
}
.t5d_stafflist dd ul li.t5d_flx{
  display: flex;
  justify-content: center;
}
.t5d_stafflist dt:last-of-type{
  margin-top:160px;
}
.t5d_back{
  margin-top:160px;
}

@media screen and (max-width:800px){
  .t5d_maincast li h4,
  .t5d_stafflist dd ul li h4{font-size:1rem;}
  .t5d_maincast li:nth-last-of-type(n+2){margin-bottom:40px;}
  li.t5d_castlarge h4{font-size: 1.5rem;}
}