img {
  max-width: 100%;
}

.position {
  position: relative;
}

.main-ttl {
  background: url(../images/outline/main_bg.jpg) no-repeat center center/cover;
}

.contents p {
  font-size: 16px;
  line-height: 1.87;
  word-break: break-all;
}

.contents .h-text {
  font-size: 30px;
  line-height: 1.66;
  text-align: center;
  font-weight: 400;
  margin-bottom: 35px;
}

.bg-wrap {
  padding-top: 100px;
  padding-bottom: 134px;
  background: #3E3A39;
}

.table-box {
  width: 86%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.table-box tr td {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.5;
  vertical-align: middle;
}
.table-box tr td:nth-child(1) {
  width: 23%;
  border-right: 1px solid #fff;
}
.table-box tr td:nth-child(2) {
  width: 77%;
}
.table-box tr:first-child td {
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 900px) {
  .contents p {
    font-size: 2.9vw;
    line-height: 1.59;
    word-break: break-all;
  }
  .contents .h-text {
    font-size: 4vw;
    line-height: 1.66;
    margin-bottom: 6vw;
  }
  .bg-wrap {
    padding-top: 9vw;
    padding-bottom: 22vw;
  }
  .table-box {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .table-box tr td {
    border-bottom: 1px solid #fff;
    padding: 2vw 2vw;
    font-size: 2.6vw;
    line-height: 1.5;
  }
  .table-box tr td:nth-child(1) {
    width: 25%;
  }
  .table-box tr td:nth-child(2) {
    width: 75%;
  }
  .table-box tr:first-child td {
    border-top: 1px solid #fff;
  }
}/*# sourceMappingURL=style_outline.css.map */