@charset "utf-8";

/*============================
#message
============================*/

#message .name {
  margin-top: 30px;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}


/*============================
#company
============================*/

#company .access {
  margin-top: 10px;
}


/*============================
#history
============================*/

#history dl {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

#history dl:not(:last-of-type) {
  margin-bottom: 20px;
}

#history dl dt {
  width: 150px;
  padding-left: 5px;
}

@media only screen and (max-width: 768px) {
  /*============================
#message
============================*/

  #message .name {
    margin-top: 15px;
    font-size: 17px;
  }

  /*============================
#history
============================*/

  #history dl {
    padding-bottom: 0;
    border: none;
  }

  #history dl dt {
    width: 100%;
    background-color: #f8f8f8;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
  }
}
