@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
#people {
  width: 80%;
  margin: 5em auto; }
  #people h1 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0.25em;
    color: #000;
    font-size: 156%;
    font-weight: bold; }
    #people h1 span {
      display: block;
      background-color: #333333;
      padding: 0.25em 0;
      font-size: 70%;
      color: #fff;
      font-weight: normal; }
    #people h1 img {
      width: 50%;
      display: block;
      margin: 0 auto; }
  #people dl {
    margin: 3em auto 0;
    text-align: center; }
    #people dl dt {
      font-size: 130%;
      font-weight: bold;
      color: #009DE4; }
    #people dl dd {
      margin: 0 0 2em; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*メイン*/
  .m_sp {
    display: none; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*メイン*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*メイン*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*メイン*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*メイン*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*メイン*/ }
