@charset "utf-8";

.schedule {
  border-bottom: none;
}
.article_inner {
  border-bottom: none;
}
.h2__Agenda {
  font-size: 20px;
  font-weight: bold;
  color: #00A7A6;
  border-bottom: 2px solid #00A7A6;
  padding-bottom: 15px;
  margin-top: 40px;
}
.h2__Agenda:before {
  content: "\f073";
  font-family: FontAwesome;
  vertical-align: top;
  padding-right: 12px;
  font-weight: 500;
}
.schedule .h3__Agenda {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.h3__Agenda:before {
  content: "\f274";
  font-family: FontAwesome;
  vertical-align: top;
  padding-right: 5px;
  font-weight: 500;
}
.table__Agenda {
}
.table__Agenda th,
.table__Agenda td {
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
}
.table__Agenda td.sub {
  background-color: #F3F3F3;
  width: 150px;
}
.table__Agenda .link_q {
  border-right: none;
  padding-left: 25px;
}
.table__Agenda .link_a {
  border-left: none;
  padding-right: 25px;
}
.ico__pdf {
}
.ico__pdf:hover {
  text-decoration: underline;
}
.ico__pdf:after {
  content: "\f1c1";
  font-family: FontAwesome;
  vertical-align: top;
  padding-left: 5px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}
.ico__blank {
}
.ico__blank:hover {
  text-decoration: underline;
}
.ico__blank:after {
  content: "\f24d";
  font-family: FontAwesome;
  vertical-align: top;
  padding-left: 2px;
  font-weight: 500;  
  padding-right: 10px;
  display: inline-block;
}

