.p-professor {
  background: #f7f5f0; }

.p-professor-item {
  background: #fff;
  border-radius: 10px; }
  @media only screen and (max-width: 899px) {
    .p-professor-item {
      padding: 20px 15px; } }
  @media print, screen and (min-width: 900px) {
    .p-professor-item {
      padding: 40px 70px; } }
  @media only screen and (max-width: 899px) {
    .p-professor-item:not(:first-child) {
      margin-top: 20px; } }
  @media print, screen and (min-width: 900px) {
    .p-professor-item:not(:first-child) {
      margin-top: 30px; } }

@media only screen and (max-width: 899px) {
  .p-professor-head {
    margin-bottom: 25px; } }
@media print, screen and (min-width: 900px) {
  .p-professor-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; } }

.p-professor-main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center; }
  @media only screen and (max-width: 899px) {
    .p-professor-main {
      margin-bottom: 15px; } }

.p-professor-name {
  line-height: 1.2; }
  @media only screen and (max-width: 899px) {
    .p-professor-name {
      font-size: 20px;
      font-size: 2rem; } }
  @media print, screen and (min-width: 900px) {
    .p-professor-name {
      font-size: 30px;
      font-size: 3rem; } }

.p-professor-name-item {
  display: inline-block;
  vertical-align: top; }
  .p-professor-name-item i {
    display: block;
    font-weight: normal; }
    @media only screen and (max-width: 899px) {
      .p-professor-name-item i {
        font-size: 10px;
        font-size: 1rem; } }
    @media print, screen and (min-width: 900px) {
      .p-professor-name-item i {
        font-size: 16px;
        font-size: 1.6rem; } }

@media only screen and (max-width: 899px) {
  .p-professor-photo {
    width: 60px;
    margin-right: 15px; } }
@media print, screen and (min-width: 900px) {
  .p-professor-photo {
    width: 80px;
    margin-right: 30px; } }

.p-professor-links {
  display: flex; }
  @media only screen and (max-width: 899px) {
    .p-professor-links {
      justify-content: space-between; } }
  @media print, screen and (min-width: 900px) {
    .p-professor-links {
      justify-content: flex-end; } }
  @media only screen and (max-width: 899px) {
    .p-professor-links li {
      width: 48%; } }
  @media print, screen and (min-width: 900px) {
    .p-professor-links li {
      margin-left: 10px; } }

.p-professor-links-btn {
  position: relative;
  border: 2px solid #ff7e00;
  background: #fff;
  color: #ff7e00; }
  @media only screen and (max-width: 899px) {
    .p-professor-links-btn {
      border-radius: 6px;
      padding-left: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 900px) {
    .p-professor-links-btn {
      border-radius: 10px;
      display: block;
      width: 80px;
      height: 80px;
      font-size: 15px;
      font-size: 1.5rem;
      transition: background .4s, color .4s; }
      .p-professor-links-btn:hover {
        background: #ff7e00;
        color: #fff; } }
  @media print, screen and (min-width: 900px) {
    .p-professor-links-btn i {
      display: block;
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 4px; } }
  .p-professor-links-btn[href="#"], .p-professor-links-btn.is-disabled {
    pointer-events: none;
    border-color: #ccc;
    background: #f5f5f5;
    color: #ccc; }

.p-professor-links-icon-web {
  fill: currentcolor;
  position: absolute; }
  @media only screen and (max-width: 899px) {
    .p-professor-links-icon-web {
      width: 18px;
      height: 18px;
      left: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  @media print, screen and (min-width: 900px) {
    .p-professor-links-icon-web {
      width: 36px;
      height: 36px;
      top: 29px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

.p-professor-links-icon-mail {
  fill: currentcolor;
  position: absolute; }
  @media only screen and (max-width: 899px) {
    .p-professor-links-icon-mail {
      width: 18px;
      height: 18px;
      left: 15px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  @media print, screen and (min-width: 900px) {
    .p-professor-links-icon-mail {
      width: 34px;
      height: 22px;
      top: 29px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

.p-professor-detail {
  line-height: 1.6; }
  @media print, screen and (min-width: 900px) {
    .p-professor-detail {
      display: flex;
      align-items: flex-start; } }
  .p-professor-detail:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #c4c4c4; }
  .p-professor-detail dt {
    font-weight: bold;
    padding-left: .8em; }
    @media only screen and (max-width: 899px) {
      .p-professor-detail dt {
        border-left: 4px solid #ff7e00;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 8px; } }
    @media print, screen and (min-width: 900px) {
      .p-professor-detail dt {
        border-left: 6px solid #ff7e00;
        font-size: 16px;
        font-size: 1.6rem;
        flex: 0 0 10em; } }
  @media print, screen and (min-width: 900px) {
    .p-professor-detail dd {
      flex: 1 1 auto; } }

.p-professor-detail-list {
  margin-top: 0; }

/*# sourceMappingURL=professor.css.map */
