.outline {
  width: 1000px;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  margin: auto;
}

.outline-title {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 14px 30px;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #163259;
}

@media screen and (max-width: 767px) {
  .outline-title {
    padding: 14px 20px;
  }
}
.outline-title:not(:first-of-type) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .outline-title:not(:first-of-type) {
    margin-top: 60px;
  }
}
.outline-timestamp {
  font-size: 14px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .outline-hide-sp {
    display: none;
  }
}
.outline table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #163259;
  border-left: 1px solid #163259;
}

.outline table th,
.outline table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding: 20px 5px 20px 20px;
  border-right: 1px solid #163259;
  border-bottom: 1px solid #163259;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .outline table th,
  .outline table td {
    display: block;
    padding: 10px 20px;
  }
}
.outline table th {
  width: 25%;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .outline table th {
    width: 100%;
  }
}
.outline table td {
  width: 75%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .outline table td {
    width: 100%;
  }
}
.outline table td ul {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
}

.outline table td ul li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.outline > div {
  margin: 0 !important;
}

.outline > div:not(:first-of-type) h4 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .outline > div:not(:first-of-type) h4 {
    margin-top: 60px !important;
  }
}
.outline > div h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1;
  padding: 14px 30px;
  margin-top: 0;
  margin-bottom: 10px !important;
  background-color: #163259;
}

@media screen and (max-width: 767px) {
  .outline > div h4 {
    padding: 14px 20px !important;
  }
}
.outline > div h4:not(:first-of-type) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .outline > div h4:not(:first-of-type) {
    margin-top: 60px;
  }
}
.outline > table {
  width: 100% !important;
  font-size: 14px !important;
  line-height: 1.5;
  margin: 0 auto !important;
  border-top: 1px solid #163259;
  border-left: 1px solid #163259;
}

.outline > table td {
  font-weight: 400;
  text-align: left;
  padding: 20px 5px 20px 20px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: 1px solid #163259 !important;
  border-bottom: 1px solid #163259 !important;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .outline > table td {
    display: block;
    padding: 10px 20px !important;
  }
}
.outline > table td:first-child {
  width: 25%;
  background-image: none !important;
  background-color: #ddd !important;
}

@media screen and (max-width: 767px) {
  .outline > table td:first-child {
    width: 100%;
  }
}
.outline > table td:not(:first-child) {
  width: 75%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .outline > table td:not(:first-child) {
    width: 100%;
  }
}
.outline > table td:not(:first-child) ul {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
}

.outline > table td:not(:first-child) ul li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}


/*# sourceMappingURL=../../map/outline/style.css.map */