@charset "UTF-8";
main h2 {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
  color: inherit;
  text-transform: inherit;
}
main img {
  border: 1px solid #eeeeee;
}
.table-base tr:first-child td {
  border-top: none;
}
.table-base th {
  font-size: 0.9rem;
  border-bottom: none;
}
.table-base tr:first-child th, .table-base tr th {
  border-top: solid 1px #eaeaea;
  font-size: 0.85rem;
}
.table-base tr:last-child td {
  border-bottom: solid 1px #eaeaea;
}
.table-base td {
  font-size: 1rem;
  border-bottom: none;
}
.table-base td {
  padding: 15px 10px;
}
.download-img {
  width: 18%;
}
.table-base th {
  width: 100%;
  display: block;
  border-top: none;
  padding: 13px 10px 0;
  color: #838383;
}
.table-base td {
  display: block;
  width: 100%;
  padding: 4px 10px 13px 10px;
  border-top: none;
}
.link-btn a {
  position: relative;
  display: inline-block;
  padding: 12px 37px 13px 16px;
  line-height: 1;
  border-radius: 0px;
  color: #10577f;
  background: none;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  font-size: 0.7rem;
  border: solid 1px #10577f;
}
.link-btn a:hover {
  background: #10577f;
}
.link-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 16px;
  width: 15px;
  height: 18px;
  background: url(../images/common/ico-pdf.svg) no-repeat;
}
.link-btn a:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 18px;
  width: 15px;
  height: 18px;
  background: url(../images/common/ico-pdf-w.svg) no-repeat;
}