@charset "UTF-8";
/* CSS Document */

#inc_castinfo {
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 20px auto 0;
  max-width: 840px;
  background-color: #fff;
  color: #000;
}
#inc_castinfo p.thumbnail {
  width: 60px;
}
#inc_castinfo p.thumbnail img {
  width: 100%;
  height: 60px;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center top;
  border-radius: 50px;
}
#inc_castinfo div.text {
  box-sizing: border-box;
  padding-left: 10px;
  width: calc(100% - 60px);
}
#inc_castinfo div.text h5 {
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 25px;
}
#inc_castinfo div.text h5 {
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 25px;
}
#inc_castinfo div.text h5 span.note:before {
  display: inline-block;
  content: "-";
  box-sizing: border-box;
  padding: 0 2.5px;
}
#inc_castinfo div.text h5 span.note:after {
  display: inline-block;
  content: "-";
  box-sizing: border-box;
  padding: 0 2.5px;
}
#inc_castinfo div.text ul.size {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}
#inc_castinfo div.text ul.size li:before {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 1.5px;
  font-size: 0.8rem;
  line-height: 25px;
}
#inc_castinfo div.text ul.size li:nth-child(1):before {
  content: "T";
}
#inc_castinfo div.text ul.size li:nth-child(2):before {
  content: "B";
}
#inc_castinfo div.text ul.size li:nth-child(3):before {
  content: "W";
}
#inc_castinfo div.text ul.size li:nth-child(4):before {
  content: "H";
}
#inc_castinfo div.text ul.size li:after {
  display: inline-block;
  content: "/";
  box-sizing: border-box;
  padding: 0 1.5px;
}
#inc_castinfo div.text p.btn {
  text-align: left;
  margin-top: 5px;
}
#inc_castinfo div.text p.btn a {
  display: inline-block;
  width: 120px;
  color: #000;
  font-size: 0.6rem;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #000;
  background-image: url(../images/icon-arrow-right-black.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right 5px;
  transition: 0.25s;
}
@media only screen and (min-width: 480px){
  #inc_castinfo p.thumbnail {
    width: 90px;
  }
  #inc_castinfo p.thumbnail img {
    height: 90px;
    border-radius: 90px;
  }
  #inc_castinfo div.text {
    width: calc(100% - 120px);
  }
  #inc_castinfo div.text h5 {
    font-size: 1.25rem;
    line-height: 35px;
  }
  #inc_castinfo div.text h5 {
    font-size: 1.25rem;
    line-height: 35px;
  }
}
@media only screen and (min-width: 375px){
  #inc_castinfo div.text ul.size li {
    font-size: 1.0rem;
    line-height: 25px;
  }
}
