.workingPerson {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .workingPerson {
    font-size: 3vw;
    margin-top: 2em;
  }
}
.workingPerson .headlineArea {
  text-align: center;
}
.workingPerson .dateTtl {
  font-size: 1.2em;
  font-weight: bold;
}
.workingPerson h2 {
  font-size: 1.7em;
  margin-top: 0.5em;
}
.workingPerson h2 span {
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  .workingPerson h2 span {
    line-height: 1.6;
  }
}
.workingPerson .mutual {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  text-align: center !important;
}
.workingPerson .videoArea {
  margin-top: 3em;
}
.workingPerson .videoArea .container {
  padding-top: 1em;
  border-top: 3px solid #f90;
}
@media screen and (max-width: 768px) {
  .workingPerson .videoArea .container {
    max-width: 90%;
  }
}
.workingPerson .videoArea .container .typesquare_option {
  margin-top: 0.5em;
  text-align: center;
}
.workingPerson .videoArea .container .typesquare_option a {
  font-size: 1em;
}
.workingPerson .videoArea .title {
  text-align: center;
  font-weight: bold;
}
.workingPerson .videoArea .title h3 {
  font-size: 1.5em;
}
.workingPerson .videoArea .title h4 {
  font-size: 1.4em;
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .workingPerson .videoArea .title h4 {
    font-size: 1.3em;
  }
}
.workingPerson .videoArea .title .health-management {
  font-size: 1.2em;
  margin-top: 0.8em;
}

.workingPersonMovie #index {
  background-color: #fa7337;
}
.workingPersonMovie .movie-box {
  background-color: #fa7337;
}
.workingPersonMovie .back-link {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
  display: block;
}/*# sourceMappingURL=style.css.map */