@charset "utf-8";
/*  outline.css
---------------------------------------------- */

/*  pc
---------------------------------------------- */
/*-------- profile --------*/
#profile {
  padding-bottom: 140px;
  text-align: center;
}
#profile .profile-table {
  width: 100%;
  margin-top: 60px;
  border-collapse: collapse;
  border: 1px solid #e7e3df;
  font-family: "Noto Sans JP", sans-serif;
}
#profile .profile-table th,
#profile .profile-table td {
  padding: 22px 30px;
  border-bottom: 1px solid #e7e3df;
  font-weight: normal;
  line-height: 1.9;
  vertical-align: middle;
}
#profile .profile-table th {
  width: 20%;
  background: #385874;
  color: #fff;
  text-align: center;
}
#profile .profile-table td {
  background: #fff;
  padding-left: 40px;
  text-align: left;
}
#profile .profile-license dt,
#profile .profile-license dd {
  display: inline;
  font-weight: normal;
}
#profile .profile-license dd {
  margin-left: 0.5em;
}

/*-------- history --------*/
#history {
  padding-bottom: 140px;
  text-align: center;
}
#history .history-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 20px 60px 40px;
  background: #fff;
  text-align: left;
}
#history .history-list dt {
  width: calc(30% - 20px);
  padding: 28px 0 22px;
  border-bottom: 1px solid #385874;
  font-weight: normal;
}
#history .history-list dd {
  width: calc(70% + 20px);
  padding: 28px 0 22px 20px;
  border-bottom: 1px solid #e5e2de;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
}
#history .history-list .year {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
}
#history .history-list .jc {
  margin-left: 1em;
}

/*  sp
---------------------------------------------- */
@media only screen and (max-width: 959px) {
  /*-------- profile --------*/
  #profile {
    padding-bottom: 90px;
  }
  #profile .profile-table {
    margin-top: 30px;
  }
  #profile .profile-table th,
  #profile .profile-table td {
    padding: 12px 10px;
    line-height: 1.7;
  }
  #profile .profile-table th {
    width: 30%;
  }
  #profile .profile-table td {
    padding-left: 15px;
  }
  /*-------- history --------*/
  #history {
    padding-bottom: 90px;
  }
  #history .history-list {
    margin-top: 30px;
    padding: 10px 15px 20px;
  }
  #history .history-list dt {
    width: calc(50% - 10px);
    padding: 18px 0 14px;
  }
  #history .history-list dd {
    width: calc(50% + 10px);
    padding: 18px 0 14px 10px;
  }
  #history .history-list .year {
    display: block;
    font-size: max(18px, 1.8rem);
  }
  #history .history-list .jc {
    margin-left: 0;
  }
}
