.f2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
}

#interview .page-title {
  color: #F2505A;
  border-color: #F2505A;
}
#interview .icon {
  top: -101px;
}
#interview .contents {
  padding: 30px;
  background: #fff;
}
#interview ul {
  border-bottom: solid 1px #F1505A;
}
#interview a {
  display: block;
  color: #303030;
  background: url(../images/interview/arrow.png) no-repeat 20px center #FFEFF0;
  padding: 10px 0 15px 50px;
  border-top: solid 1px #F1505A;
}
#interview a:hover {
  background-color: #FEB6B8;
}
#interview a time {
  font-size: 12px;
  line-height: 1;
}
#interview a span {
  font-size: 9px;
  line-height: 1;
}
#interview a h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 3px;
  line-height: 1;
}
