@charset "UTF-8";


/* contents
-----------------------------------------------*/
#contents {
  position: relative;
}
#contents .data {
  position: absolute;
  top: -78px;
  right: 0;
}
#contents .data p {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #contents .data {
    top: -57px;
  }
}


/* section
-----------------------------------------------*/
section {
  margin-top: 60px;
}
section:first-child {
  margin-top: 55px;
}
section table {
  width: 100%;
}
section tr {
  border-top: 1px solid #E5E5E5;
}
section tr:first-child {
  border-top: none;
}
section th {
  padding: 27px 24px 20px 0;
  white-space: nowrap;
  vertical-align: top;
  font-size: 16px;
}
section td {
  padding: 25px 0 20px;
  width: 100%;
}
section:last-child tr:last-child th,
section:last-child tr:last-child td {
  padding-bottom: 0;
}
section td .inner {
  width: 100%;
  display: flex;
}
section td .inner .txt {
  width: calc(100% - 178px);
  padding-right: 45px;
}
section td .txt p a {
  font-size: 13px;
  font-weight: 700;
  color: #00AFDE;
}
section td .txt p a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 1px #00AFDE;
  border-right: solid 1px #00AFDE;
  margin-left: 6px;
  margin-bottom: 3px;
  transform: rotate(45deg);
}
section td .txt p {
  font-size: 14px;
  line-height: 1.857;
  padding-left: 1em;
  text-indent: -1em;
}
section td .txt p + p {
  margin-top: 10px;
}
section td .txt .m_top {
  margin-top: 35px;
}
section td .inner .img {
  width: 178px;
}
@media screen and (max-width: 750px) {
  section, section:first-child {
    margin-top: 30px;
  }
  section td .txt p a {
    font-size: 12px;
  }
  section th {
    padding: 22px 20px 20px 0;
    font-size: 14px;
  }
  section td {
    padding: 20px 0;
  }
  section td .inner {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  section td .inner .txt {
    width: 100%;
    padding-right: 0;
  }
  section td .txt p {
    font-size: 13px;
    line-height: 2;
  }
  section td .txt p + p {
    margin-top: 10px;
  }
  section td .txt .m_top {
    margin-top: 35px;
  }
  section td .inner .img {
    width: 102px;
    margin-top: 10px;
  }
}