@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 .annotation{
  text-align:center;
  margin-top:60px;
  }
#profile .annotation .bold{
  font-weight:600;
  }

#profile .sp{
    display:none;
}

@media only screen and (max-width: 750px) {
/* 注釈 */
#profile .annotation{
  text-align: left;
  }
}

@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;
  }
}

@media only screen and (max-width: 520px) {
    #profile .sp{
        display:block;
    }
}