.apologyArea {
  border: 1px solid #9fa0a0;
}
@media screen and (min-width: 768px) {
  .apologyArea {
    margin-top: 60px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .apologyArea {
    margin-top: 30px;
    padding: 20px;
  }
}
.apologyArea__ttl {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.6;
}
.apologyArea__ttl:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.apologyArea__ttl:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.apologyArea__ttl:before, .apologyArea__ttl:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.apologyArea__txt {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.apologyArea__txt:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.apologyArea__txt:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.apologyArea__txt:before, .apologyArea__txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.apologyArea__ttl + .apologyArea__txt {
  margin-top: 20px;
}
.outlineTableWrap {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .outlineTableWrap {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .outlineTableWrap {
    margin: 40px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .outlineTableWrap + .outlineTableWrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .outlineTableWrap + .outlineTableWrap {
    margin-top: 40px;
  }
}
.outlineTableHead {
  border-bottom: 1px solid #231815;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .outlineTableHead {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .outlineTableHead {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .outlineTableHead + .outlineTable {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .outlineTableHead + .outlineTable {
    margin-top: 25px;
  }
}
.outlineTable {
  letter-spacing: 0;
  width: 100%;
  line-height: 1.875;
}
.outlineTable:before {
  content: "";
  margin-top: calc((1 - 1.875) * 0.5em);
}
.outlineTable:after {
  margin-bottom: calc((1 - 1.875) * 0.5em);
}
.outlineTable:before, .outlineTable:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .outlineTable {
    font-size: 14px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .outlineTable {
    border: 1px solid #cecece;
    font-size: 12px;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .outlineTable .tableRow {
    display: block;
  }
}
.outlineTable .tableRow:first-child {
  border-top: 1px solid #cecece;
}
.outlineTable .tableRow:not(:last-child) {
  border-bottom: 1px solid #cecece;
}
.outlineTable .tableRow:last-child .tableRow__th {
  border-bottom: 1px solid #cecece;
}
.outlineTable .tableRow__th {
  background-color: #eaeaea;
  box-sizing: border-box;
  color: #333;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .outlineTable .tableRow__th {
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    padding: 17px 24px;
    width: 252px;
  }
}
@media screen and (max-width: 768px) {
  .outlineTable .tableRow__th {
    border: none;
    display: block;
    padding: 10px 14px;
    width: 100%;
  }
}
.outlineTable .tableRow__th:before, .outlineTable .tableRow__th:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.outlineTable .tableRow__th:before {
  margin-top: -0.2em;
}
.outlineTable .tableRow__th:after {
  margin-bottom: -0.2em;
}
.outlineTable .tableRow__td {
  background-color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .outlineTable .tableRow__td {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding: 20px;
    width: 706px;
  }
}
@media screen and (max-width: 768px) {
  .outlineTable .tableRow__td {
    display: block;
    padding: 10px 14px;
    width: 100%;
  }
}
.outlineTable .tableRow__td:before, .outlineTable .tableRow__td:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.outlineTable .tableRow__td:before {
  margin-top: -0.2em;
}
.outlineTable .tableRow__td:after {
  margin-bottom: -0.2em;
}
.outlineTtl {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .outlineTtl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .outlineTtl {
    font-size: 16px;
  }
}
.outlineTtl .en {
  color: #000;
  font-family: "Oswald", serif;
  letter-spacing: 0.3em;
  margin: 0 auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .outlineTtl .en {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .outlineTtl .en {
    font-size: 18px;
    padding: 30px 0 20px;
  }
}
.container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .container .wrap {
    width: 958px;
  }
}
@media screen and (min-width: 768px) {
  .outlineArea {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .outlineArea {
    padding: 20px 0;
  }
}
/*# sourceMappingURL=style.css.map */
