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

- Base

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

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

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

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

- フォント

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

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lozad[data-loaded="true"] {
  opacity: 1;
}

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

- RWD表示切り替え

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

@media all and (max-width: 569px) {
  body {
    max-width: 1280px;
  }
}

@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まで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

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

- 物件概要

================================================ */
.outline-ttl__txt {
  font-size: 3.2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.36em;
  text-align: center;
}

.outline-content {
  margin-top: 83px;
  padding-bottom: 155px;
}

.outline-main {
  max-width: 900px;
  margin: 0 auto;
}

.outline-bordered table {
  width: 100%;
  border-top: 1px solid #005686;
  border-bottom: 1px solid #005686;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

.outline-bordered table th {
  width: 227px;
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #595757;
  white-space: nowrap;
  border-bottom: 1px solid #005686;
  vertical-align: top;
}

.outline-bordered table td {
  width: calc(100% - 130px);
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 1.57;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #005686;
}

.outline-bordered table td a {
  color: #6495ED;
  text-decoration: underline;
}

.outline-update {
  margin-top: 5px;
}

.outline-update p {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .outline-ttl__txt {
    font-size: 8vw;
  }
  .outline-content {
    margin-top: 60px;
    padding: 0 4vw 80px;
  }
  .outline-bordered table th {
    width: 28.986vw;
    padding: 10px 2.899vw;
    font-size: 3.2vw;
  }
  .outline-bordered table td {
    width: calc(100% - 28.986vw);
    padding: 10px 2.899vw;
    font-size: 3.2vw;
  }
  .outline-update {
    margin-top: 6px;
  }
  .outline-update p {
    font-size: 3.2vw;
  }
}
