@charset "utf-8";

/*
研修事業
*/

h1{
  text-align: center;
}
.details{
  margin: 10px 0;
  text-align: left;
}
.content h2{
  text-align: left;
}
.details h3{
  font-weight: bold;
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  margin: 30px 0;
}

.details h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

/*　カリキュラム　*/
table{
  text-align: left;
}
table th{
  width: 20%
}
table td{
  width: 80%
}
