@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-outline-head {
  background-color: #f3f2ee;
  height: 18vw;
  display: grid;
  place-content: center;
}
.p-outline-head__heading {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .p-outline-head__heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-outline-head__heading {
    font-size: 3rem;
  }
}
.p-outline-head__heading small {
  font-size: 0.6em;
  line-height: 1.6;
  display: inline-block;
}
.p-outline-head__heading small span {
  display: inline-block;
}

/* --------------------------------------------------------------------------------------
oneInfo物件概要
--------------------------------------------------------------------------------------- */
.info-area {
  font-size: 1.4rem;
  line-height: 1.5;
  border-collapse: collapse;
  display: table-cell;
  font-family: YakuHanMP, "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.info-area .buken_list {
  order: 1;
}
.info-area h3 {
  margin: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.info-area p {
  margin-left: 1rem;
}
.info-area th {
  border: 1px #bfbfbf solid;
  padding: 0.5rem 1rem;
  background: #e2e2e2;
  width: 25%;
  text-align: left;
}
.info-area td {
  border: 1px #bfbfbf solid;
  padding: 0.5rem 1rem;
  width: 75%;
  text-align: left;
}
.info-area #time_publish {
  text-align: right;
  order: 2;
}
.info-area #memo {
  text-align: left;
  order: 3;
}

.info_terms h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 2rem 1rem;
}
.info_terms td {
  border: none;
}
/*# sourceMappingURL=../../map/outline/style.css.map */