/*---------------------------------

記事

---------------------------------*/
@media (min-width: 741px) {
  /* PC */

  .author {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .author-inner {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    margin-top: 60px;
    padding: 20px;
  }
  .author-name {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .author__prof-txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .author__prof-txt--bold {
    font-weight: bold;
  }
  .author__prof-comp {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .author__prof-lin {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 740px) {
  /* SP */
  .author-inner {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    margin-top: 30px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .author-name {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .author__prof-txt {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .author__prof-txt--bold {
    font-weight: bold;
  }
  .author__prof-comp {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .author__prof-lin {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
