.p-cast__list-item__work p {
  color: #3d3d3d;
  border-color: #1adea5;
  border-width: 2px;
  border-radius: 12px 12px 12px 12px;
  font-size: 15px;
  line-height: 43px;
  -webkit-text-stroke-color: #1e9df8;
}
body .p-cast__wrapper > a {
  background-color: #00a9e3;
  background-image: linear-gradient(90deg, #90F7EC, #32CCBC);
}
body .p-cast__wrapper > span {
  color: #79819e;
}
body .c-btn {
  background-color: #6c7ec3;
  background-image: linear-gradient(90deg, #90F7EC, #32CCBC);
}
.p-bg .p-cast__wrapper p {
  font-size: 18px;
  line-height: 45px;
  border-radius: 6px 6px 6px 6px;
  font-weight: 500;
}
body .p-cast__wrapper {
  border-style: dotted;
  border-width: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 2px;
  padding-right: 2px;
  border-color: #79819e;
}
.p-header__inner .p-header__logo__img {
  box-sizing: border-box;
  width: 130px;
}
@media screen and (max-width: 375px) {
  .p-header__inner .p-header__logo__img {
    box-sizing: border-box;
    width: 80px;
  }
  .p-cast__list-item__work p {
    font-size: 11px;
    font-weight: 200;
    line-height: 55px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 3px;
    word-spacing: 1px;
  }
  .p-bg .p-cast__wrapper p {
    font-size: 14px;
    line-height: 47px;
  }
}
