.bgKv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .bgKv {
    height: 150px;
  }
}

.bgKv__ttl {
  font-family: "EB Garamond", serif;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: .08em;
}

.outlineWrapper {
  padding-block: 140px;
}

@media screen and (max-width: 768px) {
  .outlineWrapper {
    padding: 6rem 2rem 7rem;
  }
}

.outlineContents {
  max-width: 1040px;
  margin-inline: auto;
  max-width: 916px;
}

@media (min-width: 768px) and (max-width: 1064px) {
  .outlineContents {
    max-width: calc(100% - 48px);
    width: calc(100% - 48px);
  }
}

.outlineContents__ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .outlineContents__ttl {
    font-size: 20px;
  }
}

.outlineContents__table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .outlineContents__table {
    border-bottom: 1px solid #cccccc;
  }
}

.outlineContents__table th, .outlineContents__table td {
  border: 1px solid #3f3f3f;
  font-weight: normal;
  letter-spacing: normal;
  padding: 24px 28px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .outlineContents__table th, .outlineContents__table td {
    border-bottom: none;
    border-color: #cccccc;
    display: block;
    padding: 16px 12px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .outlineContents__table tr {
    display: block;
  }
}

.outlineContents__table th {
  background: #f2f2f2;
  width: 233px;
}

@media screen and (max-width: 768px) {
  .outlineContents__table th {
    width: 100%;
  }
}

.outlineContents__note {
  font-size: 14px;
  line-height: 1.5;
}

.outlineContents__update {
  font-size: 14px;
  line-height: 2;
  margin-top: 32px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .outlineContents__update {
    text-align: left;
  }
}
