@charset "utf-8";
/* CSS Document */
html {
  scroll-padding-top: 90px;
}

.req_sec {
  padding: 80px 0 40px;
}
.req_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.req_head {
  font-size: 2.8rem;
  margin-bottom: 32px;
}

.outline_table {
  position: relative;
  border-top: 2px solid var(--bg-color);
  border-bottom: 2px solid var(--bg-color);
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
.outline_table tr {
  border-bottom: 1px solid var(--bg-color);
}
.outline_table th {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  width: 236px;
  background: #F8F8F8;
}
.outline_table td {
  padding: 25px 45px;
  padding-right: 0;
  background: #fff;
  line-height: 2;
  letter-spacing: 0.64px;
  font-weight: 500;
  width: calc(100% - 236px);
}
.outline_table td a {
  display: inline-block;
  text-decoration: underline;
}
.outline_table td a:hover {
  text-decoration: none;
}


#footer{
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .req_sec {padding-bottom: 80px;}

  .outline_table tr {
    width: 100%;
    margin: auto;
    display: block;
  }
  .outline_table th {
    width: 100%;
    padding: 12px 5%;
    display: block;
  }
  .outline_table td {
    width: 100%;
    padding: 12px 5%;
    display: block;
  }
}
@media print {
}

