@charset "UTF-8";
/*////// tag styles //////*/
p.link-txt .link {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
p.link-txt .link::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #3895ce;
}
p.link-txt .link::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #3895ce;
  border-right: 1px solid #3895ce;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.talent-box {
  margin-top: 50px;
}
.talent-box + .talent-box {
  margin-top: 60px;
}
.talent-box_sub + .talent-box_sub {
  margin-top: 40px;
}
.talent-box_cat {
  margin: 0 0 10px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.talent-box_sub h5{
  margin-top: 25px;
  margin-bottom: 5px;

}
.talent-box_list{

}
.talent-box_list-item{
  position: relative;
  padding-left: 10px;
  
}
.talent-box_list-item::before{
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  border-radius: 50%;
  background: #333;

  
}

.talent-box table.table_r01 {
  width: 730px;
  margin-bottom: 35px;
  border: 1px solid #eaeaea;
}
.talent-box table.table_r01 tr.line-even {
  background: #f4f4f4;
}
.talent-box table.table_r01 tr th {
  width: 20%;
  padding: 15px 0;
  line-height: 1.4;
  background: #0077c0;
  color: #fff;
  font-size: 90%;
  font-weight: normal;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.talent-box table.table_r01 tr th.th2 {
  background-color: #0077c0;
  color: #fff;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  font-weight: bold;
}
.talent-box table.table_r01 tr td {
  background: #fff;
  color: #333;
  font-size: 90%;
  font-weight: normal;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  line-height: normal;
  padding: 15px;
  border-right: 1px solid #eaeaea;
}
.talent-box table.table_r01 tr td .list .item {
  padding-left: 8px;
  position: relative;
}
.talent-box table.table_r01 tr td .list .item::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
}
.talent-box table.table_r01 tr td .note-list {
  margin-top: 5px;
}
.talent-box table.table_r01 tr td .note-list .item {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
}
.talent-box table.table_r01 tr td .note-list .item::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
}