@charset "UTF-8";
#outline {
  padding-top: 10rem;
  padding-bottom: 14rem;
  margin: 0 auto;
}
#outline table {
  width: 100%;
  border-top: 1px solid #D4D4D4;
}
#outline table th {
  background-color: #E9F0F0;
  vertical-align: top;
  padding: 2.2rem 2rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
  width: 17.5rem;
  border-bottom: 1px solid #D4D4D4;
}
#outline table td {
  vertical-align: top;
  font-size: 1.5rem;
  line-height: 1.6;
  border-bottom: 1px solid #D4D4D4;
  padding: 2.2rem 2rem;
}
#outline table td * {
  font-size: 100%;
}
#outline table td .history_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1rem;
}
#outline table td .history_dl:last-of-type {
  padding-bottom: 0;
}
#outline table td .history_dl dt {
  width: 10.5rem;
}
#outline table td .history_dl dd {
  width: calc(100% - 10.5rem);
}
#outline table td .links_ul li {
  list-style: none;
  padding-right: 3rem;
  display: inline-block;
}
#outline table td .links_ul li:last-child {
  padding-right: 0;
}
#outline table td .member_dl {
  padding-bottom: 0.5rem;
}
#outline table td .member_dl:last-of-type {
  padding-bottom: 0;
}
#outline table td .member_dl dt {
  padding-bottom: 0.3rem;
}
#outline table td .member_dl dd ul li {
  list-style: none;
  padding-left: 1em;
  padding-bottom: 0.5rem;
  position: relative;
}
#outline table td .member_dl dd ul li:last-child {
  padding-bottom: 0;
}
#outline table td .member_dl dd ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#outline table td .member_dl dd ul li a {
  color: #14629B;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#outline table td .member_dl dd ul li a:hover {
  color: #7C8C98;
}
#outline .underline {
  text-decoration: underline;
}
#outline .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#outline .links .underline {
  font-size: 1.5rem;
  line-height: 1;
  color: #121212;
}
#outline .links .ico {
  font-size: 1rem;
  line-height: 1.1rem;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  margin-left: 0.6rem;
  border-radius: 1.1rem;
  height: 1.1rem;
  text-align: center;
}
#outline .links .ico_pdf {
  color: #A30D0D;
  border: 1px solid #A30D0D;
  width: 2.7rem;
}
#outline .links .ico_word {
  color: #0D5EA3;
  border: 1px solid #0D5EA3;
  width: 3.2rem;
}
#outline .links .ico_excel {
  color: #0B8724;
  border: 1px solid #0B8724;
  width: 3.2rem;
}
#outline .links:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #outline {
    padding-top: 7rem;
    padding-bottom: 9rem;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #outline table {
    border: none;
  }
  #outline table th {
    padding: 1.7rem 1rem;
    width: 100%;
    display: block;
    border-top: 1px solid #D4D4D4;
    border-bottom: none;
  }
  #outline table td {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 2rem 1rem;
  }
  #outline table td .history_dl {
    padding-bottom: 1.5rem;
  }
  #outline table td .history_dl:last-of-type {
    padding-bottom: 0;
  }
  #outline .links {
    display: inline;
  }
  #outline .links .underline {
    font-size: 1.5rem;
  }
  #outline .links .ico {
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    height: 11px;
  }
}