/* ========================================
   aboutページ専用スタイル
======================================== */

/* ページ固有のスタイルをここに記述 */
.content {
  padding: 100px 0;
}

.content .inner {
  max-width: 800px;
}

.content p {
  line-height: 2;
  margin-bottom: 30px;
} 

@media (max-width: 700px) {
  .achievement {
        width: 100%;
    }
  .profile-table{
    width: 100%;
  }
.profile-table td:first-child {
font-size: 10px;
}
  .profile-table td {
    width: 90%;
    font-size: 12px;
  }
}