.o-title {
  display: inline-block;
  padding-left: 0.8rem;
  font-weight: bold;
  font-size: 1.2rem;
  border-left: 3px solid #484848;
}

@media screen and (max-width: 767.98px) {
  .o-title {
    font-size: 1.1rem;
  }
}

.o-SubTitle {
  font-weight: bold;
  font-size: 1rem;
}

.p-Cooperativehouse_wtatis .container {
  max-width: 1280px;
}

.p-hero {
  padding: 2.4rem 0;
}

.p-hero__heading {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.8rem 0;
  border-bottom: 1px solid #484848;
}

@media screen and (min-width: 768px) {
  .p-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-point__body {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-point__img {
    width: 50%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-point__img .Img {
    width: 66%;
    display: inline-block;
  }
}

@media screen and (max-width: 767.98px) {
  .p-point__img .Img {
    width: initial;
    margin-top: 2.4rem;
    display: block;
  }
}

.p-architect {
  margin-bottom: 4.8rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-architect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-architect__perth {
    width: 55%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-architect__perth p:first-of-type {
    margin-bottom: 0.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-architect__perth p:first-of-type {
    margin-bottom: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-architect__arrow {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767.98px) {
  .p-architect__arrow {
    text-align: center;
    padding: 0.8rem;
  }
  .p-architect__arrow img {
    width: 50px;
  }
}

@media screen and (min-width: 768px) {
  .p-architect__photo {
    width: 39.8%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-architect__photo p:first-of-type {
    margin-bottom: 0.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-architect__photo p:first-of-type {
    margin-bottom: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__body {
    width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .p-interview__body {
    width: 89%;
  }
}

@media screen and (min-width: 1200px) {
  .p-interview__body {
    width: 66%;
  }
}

.p-interview__photo {
  text-align: center;
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-interview__photo {
    width: 40%;
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .p-interview__photo {
    width: 36%;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .p-interview__photo {
    width: 23%;
    padding-left: 68px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-interview__photo {
    width: 75%;
    margin: auto;
    margin-top: 2.4rem;
  }
}

.p-diff01 {
  margin-bottom: 3.6rem;
}

@media screen and (min-width: 768px) {
  .p-diff01 {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 767.98px) {
  .p-diff01 {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-diff01__first {
    width: 26%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-diff01__first {
    width: 80%;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-diff01__second {
    width: 61%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-diff01__second .inner {
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-diff01__second .inner {
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  .p-diff01__second .inner {
    padding-top: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-diff02 {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 767.98px) {
  .p-diff02 {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-diff02__first {
    width: 22%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-diff02__first {
    width: 80%;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-diff02__second {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-diff02__second .inner {
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-diff02__second .inner {
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  .p-diff02__second .inner {
    padding-top: 2.4rem;
  }
}

.adj1 {
  font-size: 0.8rem;
  margin-bottom: 3.2rem;
}

@media screen and (min-width: 768px) {
  .adj1 {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .adj1 {
    text-align: right;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-SkeletonInfill {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767.98px) {
  .p-SkeletonInfill {
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-SkeletonInfill__descSide {
    width: 50%;
  }
}

.p-SkeletonInfill__descSide .item__heading {
  font-weight: bold;
}

.p-SkeletonInfill__descSide .item__desc {
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-SkeletonInfill__descSide .item--figure {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .p-SkeletonInfill__descSide .item--figure {
    width: 70%;
    margin: auto;
    margin-top: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-SkeletonInfill__figureSide {
    width: 50%;
    padding: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .p-SkeletonInfill__figureSide {
    padding: 0 10%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-SkeletonInfill__figureSide {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .p-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  ul.p-schedule__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.8rem 0;
  }
}

@media screen and (max-width: 767.98px) {
  ul.p-schedule__list {
    width: 50px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media screen and (min-width: 768px) {
  ul.p-schedule__list li.item {
    width: 100%;
    height: 2.4rem;
    position: relative;
    padding-right: 2rem;
  }
  ul.p-schedule__list li.item .inner {
    height: inherit;
  }
  ul.p-schedule__list li.item .inner span {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ccc;
    color: #484848;
    font-size: 0.7rem;
  }
  ul.p-schedule__list li.item .inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 2rem solid #ccc;
    border-top: 1.2rem solid #fff;
    border-bottom: 1.2rem solid #fff;
  }
}

@media screen and (max-width: 767.98px) {
  ul.p-schedule__list li.item {
    height: calc(100% / 6);
    position: relative;
    width: 30px;
    margin: auto;
    line-height: 1;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  ul.p-schedule__list li.item:first-of-type {
    padding-top: initial;
  }
  ul.p-schedule__list li.item:last-of-type .inner::after {
    display: none;
  }
  ul.p-schedule__list li.item .inner {
    height: 100%;
    padding: 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ccc;
  }
  ul.p-schedule__list li.item .inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.8rem solid #ccc;
    border-left: 8.5px solid #fff;
    border-right: 8.5px solid #fff;
  }
}

@media screen and (max-width: 767.98px) {
  .p-schedule__img {
    width: 100%;
    padding-bottom: 2rem;
  }
}

.p-cost {
  margin-top: 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-cost__item {
    width: 48.5%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-cost__item {
    margin-top: 2.4rem;
  }
}

.p-cost__item .desc {
  font-size: 0.8rem;
  list-style: initial;
  margin-top: 1.6rem;
}

.p-cost__item ul {
  padding-left: 20px;
}

.p-assetProperty {
  margin-top: 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-assetProperty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-assetProperty__item {
    width: 48.5%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-assetProperty__item {
    margin-top: 2.4rem;
  }
}

.p-assetProperty__item .desc {
  font-size: 0.8rem;
  text-indent: -25px;
  padding-left: 25px;
}
/*# sourceMappingURL=cooperativehouse_whatis.css.map */