@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-primary: #003939;
  --cc-secondary: #77D2ED;
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- 共通

================================================ */
.outline-sc__inner {
  padding: 0 200px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-sc__inner {
    padding: 0 6.4vw;
  }
}
/* ================================================

- 物件概要

================================================ */
.outline-sc.-outline {
  margin-top: 42px;
  padding-bottom: 200px;
}

.outline-outline__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 12px 0;
  position: relative;
  font-size: 1rem;
  line-height: 2;
  border-bottom: solid 1px #799B89;
}
.outline-outline__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 210px;
  padding-left: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.outline-outline__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.outline-outline__list:first-of-type {
  border-top: solid 1px #799B89;
}

.outline-outline__list.-other {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.outline-outline__list.-other dd {
  margin-top: 7px;
  padding-left: 35px;
}

.outline-outline__note {
  margin-top: 16px;
}
.outline-outline__note p {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-sc.-outline {
    margin-top: 9.333vw;
    padding-bottom: 26.667vw;
  }
  .outline-outline__list {
    padding: 3.2vw 0;
    font-size: 3.4666666667vw;
  }
  .outline-outline__list dt {
    width: 30.667vw;
    padding-left: 0;
  }
  .outline-outline__list.-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .outline-outline__list.-other dd {
    margin-top: 1.867vw;
    padding-left: 0;
  }
  .outline-outline__note {
    margin-top: 3.2vw;
  }
  .outline-outline__note p {
    font-size: 3.2vw;
    line-height: 1.425;
  }
}
/* ================================================

-

================================================ */
.outline-outline__update {
  margin-top: 45px;
  text-align: right;
}
.outline-outline__update p {
  font-size: 0.875rem;
  line-height: 1.143;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-outline__update {
    margin-top: 8vw;
    text-align: right;
  }
  .outline-outline__update p {
    font-size: 3.2vw;
  }
}