@charset "utf-8";
/* CSS Document */

/* ================================================== */
/* #profile */
/* ================================================== */
#profile table{
  width:100%;
  max-width:900px;
  margin:0 auto 130px;
  }
#profile tr{
  border-bottom: solid #707070 1px;
  }
#profile th,td{
  padding:40px 0 20px;
  font-size:1.3rem;
  text-align:left;
  }
#profile th{
  white-space: nowrap;
  }
#profile td{
  padding-left:40px;
  }
/* リスト */
#profile li::before{
  content: "・";
  }
#profile li{
  padding-left:1em;
  text-indent:-1em;
  }

@media only screen and (max-width: 640px) {
#profile table{
  margin:0 auto 80px;
  }
#profile tr{
  border-bottom: solid #707070 1px;
  }
#profile th,td{
  display:block;
  }
#profile th{
  width:100%;
  }
#profile td{
  padding-top:0;
  padding-left:0;
  }
}