@charset "UTF-8";
/* gHeader */
#gHeader {
  padding: 5px 0;
  border-bottom: 2px solid #e6e6e6;
}

#gHeader .wrap {
  position: relative;
}

#gHeader.header-state-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-bottom: 7px;
  border-bottom: 0;
  -webkit-animation: headerFix .7s ease-in-out 0s forwards;
  animation: headerFix .7s ease-in-out 0s forwards;
  /* pNav */
}

#gHeader.header-state-fix + #container {
  margin-top: 64px;
}

#gHeader.header-state-fix #gNav a {
  color: #fff;
}

#gHeader.header-state-fix #gNav a:hover {
  color: #333;
}

#gHeader.header-state-fix .pNav__contact a {
  border: 1px solid #fff;
}

#gHeader.header-state-fix .pNav__contact a:hover {
  background-color: #fff;
}

#gHeader.header-state-fix #pNav .pNav__contact a:hover {
  color: #fff;
}

#gHeader.header-state-fix #pNav .pNav__tel a:hover {
  color: #333;
}

#gHeader.header-state-fix #pNav .pNav__tel a:hover {
  color: #fff;
}

@-webkit-keyframes headerFix {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes headerFix {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}


/* mainVisual */
.mainVisual .mainVisual__inner {
  position: relative;
  height: 322px;
  max-width: 980px;
  margin: 0 auto;
  background: url(../png/img-mainvisual-01.png) no-repeat center;
  background-size: cover;
}

.mainVisual .mainVisual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}

.mainVisual .mainVisual__text p {
  display: block;
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding: 12px;
  font-family: 'Amiri', 'Century', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 860px) {
  .mainVisual .mainVisual__inner {
    height: auto;
    background: none;
  }
  .mainVisual .mainVisual__inner-sp {
    position: relative;
    height: 100px;
    padding: 20px 0 30px;
    background: url(../png/img-mainvisual-2.png) no-repeat center;
    background-size: cover;
  }
  .mainVisual .mainVisual__text {
    position: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
  }
  .mainVisual .mainVisual__text p {
    font-size: 32px;
  }
}

.no-appearance .propertySearch .selectBox i {
  display: none;
}

@media screen and (max-width: 1000px) {
  .two_column .article .media__figure {
    width: auto;
  }
}

@media screen and (max-width: 860px) {
  .article .media__figure {
    width: auto;
  }
}
.owners .pageTitle {
  margin-bottom: 40px;
  position: relative;
  top: -24px;
}

.owners_improvement .pageTitle {
  margin-bottom: 0;
}

.owners_prospective .media--service {
  padding-bottom: 135px;
}

.owners-title {
  font-size: 56px;
  line-height: 56px;
  font-family: "adobe-garamond-pro",serif;
  font-weight: 600;
  color: rgba(0, 35, 104, 1);
}

.owners-sub-title {
  margin-top: 20px;
  font-size: 16px;
  font-family: Helvetica,Arial, sans-serif;
}

.owners_improvement .owners-sub-title {
  margin-right: 180px;
  margin-bottom: 0;
}

.owners_management .media,
.owners_improvement .media {
  display: flex;
  gap: 32px;
  padding-bottom: 25px;
}

.owners_improvement .media {
  padding-top: 30px;
}

.owners_valuation .media__section {
  flex-direction: initial;
}

.owners_prospective .media__section {
  padding-top: 10px;
}

.owners_management .media__section {
  display: block;
}

.owners_valuation .media__text {
  width: 50%;
}

.media-half .media__text {
  width: 50%;
}

.owners_improvement .media--service {
  padding-bottom: 95px;
}

.owners_management .section.num01 .media__section .media--service {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding-top: 60px;
  padding-bottom: 0;
}

.text-width .media__text {
  width: 100%;
}

.text-width .media__text .text01 {
  margin-bottom: 80px;
}

.media__figure {
  width: 50%;
  margin-right: 32px;
  text-align: start;
}

.owners_prospective .media__figure {
  width: 100%;
}

.owners_improvement .media__figure {
  margin-right: 0;
}


.owners_management .owners-sub-title {
    margin-right: 215px;
}


@media screen and (max-width: 1000px) {
  .two_column .text01 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .two_column.owners .pageTitle {
    margin-bottom: 0;
    top: -14px;
  }

  .two_column.owners_improvement .owners-sub-title,
  .two_column.owners_management .owners-sub-title {
    margin-right: 0;
  }

  .two_column .media__text {
    width: 100%!important;
  }

  .two_column.owners_improvement .media--service {
    padding-bottom: 0;
  }

  .owners_valuation .media__section {
    display: block;
  }

  .two_column.owners_management .media-half .media__text {
    width: 100%;
  }

  .two_column.owners_prospective .media--service {
    padding-bottom: 0;
    gap: 0;
  }

  .two_column.owners_prospective .media__figure {
    padding-top: 30px;
  }

  .two_column.owners_management .media__section {
    display: block;
  }

  .two_column.owners_improvement .media__section {
    padding: 20px 0;
  }

  .two_column .media__figure {
    width: 100%;
    padding-bottom: 20px;
  }

  .two_column .text01 {
    font-size: 16px;
  }

  .owners_management .section.num01 .media__section .media--service {
    gap: 0;
  }

  .two_column.owners_improvement .text01:last-child,
  .two_column.owners_management .text01:last-child {
    padding-bottom: 30px;
  }

  .two_column.owners_improvement .media,
  .two_column.owners_management .media {
    flex-direction: column;
  }

  .two_column.owners .media {
    display: flex;
  }

  .two_column.owners_improvement .media {
    gap: 40px;
  }

  .two_column .text-width .media__text .text01 {
    padding-bottom: 12px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 860px) {
  .owners .pageTitle {
    margin-bottom: 0;
    top: -14px;
  }

  .owners_improvement .owners-sub-title,
  .owners_management .owners-sub-title {
    margin-right: 0;
  }

  .media__text {
    width: 100%;
  }

  .owners_improvement .media--service {
    padding-bottom: 0;
  }

  .owners_management .media-half .media__text {
    width: 100%;
  }

  .owners_prospective .media--service {
    padding-bottom: 0;
    gap: 0;
  }

  .owners_prospective .media__figure {
    padding-top: 30px;
  }

  .owners_management .media__section {
    display: block;
  }

  .owners_improvement .media__section {
    padding: 20px 0;
  }

  .media__figure {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }

  .text01 {
    font-size: 16px;
  }

  .owners_improvement .text01:last-child,
  .owners_management .text01:last-child {
    padding-bottom: 30px;
  }

  .owners_improvement .media,
  .owners_management .media {
    flex-direction: column;
  }

  .owners_improvement .media {
    gap: 40px;
  }

  .text-width .media__text .text01 {
    padding-bottom: 12px;
    margin-bottom: 0;
  }
}

/*header*/
.wrap {
  padding-top: 0!important;
}

.background-top {
  background-color: rgba(239, 241, 245, 1);
  width: 100%;
  height: 252px;
}

.background1 {
  background-color: rgba(239, 241, 245, 1);
  width: 23%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  height: 100%;
  right: 0;
}

.background2 {
  background-color: #FFFFFF;
  width: 67vw;
}

#container .header {
  display: flex;
}

.navLocal li:last-child {
  margin-bottom: 16px;
}

.header .navLocal {
  margin: 0;
  position: absolute;
  top: -3%;
  right: 4%;
}

.owners_prospective .header .navLocal,
.owners_valuation .header .navLocal {
  top: -2%!important;
}

.navLocal.sp-content {
  display: none;
}

.navLocal.sp-content {
  display: none;
}

.contentWrap .wrap {
  max-width: 1036px;
  margin-right: initial;
  margin-left: initial;
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .owners-title {
    font-size: max(2.92vw, 37px);
    line-height: 56px;
  }
}
@media screen and (max-width: 1280px) {
  .owners-title {
    font-size: 38px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1210px) {
  .two_column .background1 {
    width: 33%!important;
  }
  .two_column .background2 {
    width: 50vw!important;
  }
}

@media screen and (max-width: 1000px) {
  .two_column .background-top {
    background-color: rgba(239, 241, 245, 1);
    width: 100%;
    height: 165px;
  }
  .two_column .background1 {
    background: none;
  }
  .two_column .background2 {
    width: 100%!important;
  }
  .two_column .navLocal.pc-content {
    display: none;
  }
  .two_column .navLocal.sp-content {
    display: block;
    margin: 32px 0!important;
  }

  .two_column .contentWrap .wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .two_column .background-top {
    background-color: rgba(239, 241, 245, 1);
    width: 100%;
    height: 165px;
  }
  .two_column .background1 {
    background: none;
  }
  .two_column .background2 {
    width: 100%;
  }
  .two_column .navLocal.pc-content {
    display: none;
  }
  .two_column .navLocal.sp-content {
    display: block;
    margin: 32px 0!important;
  }
}

@media screen and (max-width: 860px) {
  .background-top {
    background-color: rgba(239, 241, 245, 1);
    width: 100%;
    height: 165px;
  }
  .background1 {
    background: none;
  }
  .background2 {
    width: 100%;
  }
  .navLocal.pc-content {
    display: none;
  }
  .navLocal.sp-content {
    display: block;
    margin: 32px 0!important;
  }
}

/* section */
.owners_index .headline--01 {
  text-transform: inherit;
}

.headline--02 {
  font-size: 42px!important;
  line-height: 44px;
  text-transform: none!important;
}

.headline--02::before {
  width: 90px;
  transform: translateY(-25px);
}

.headline--03 {
  font-size: 30px;
  line-height: 34px;
  margin-top: 40px;
  border-bottom: 2px solid rgba(216, 216, 216, 1);
  font-family: "adobe-garamond-pro",serif;
}

.headline--03::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: rgba(0, 35, 104, 1);
  margin-bottom: 20px;
  transform: translateY(-28px);
}

@media screen and (max-width: 1000px) {
  .two_column .owners-title {
    font-size: 38px;
    line-height: 30px;
  }

  .two_column .owners_index .headline--01 {
    margin-bottom: 5px;
  }

  .two_column .headline--02 {
    font-size: 26px!important;
    line-height: 31px;
    text-transform: none!important;
  }

  .two_column .headline--02::before {
    width: 36px;
    transform: translateY(-12px);
  }

  .two_column .headline--03 {
    margin-top: 40px;
    border-bottom: 2px solid rgba(216, 216, 216, 1);
    font-size: 22px!important;
    line-height: 26px;
  }

  .two_column .headline--03::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    margin-bottom: 16px;
    transform: translateY(-20px);
  }
}

@media screen and (max-width: 860px) {
  .owners-title {
    font-size: 38px;
    line-height: 30px;
  }

  .owners_index .headline--01 {
    margin-bottom: 5px;
  }

  .headline--02 {
    font-size: 26px!important;
    line-height: 31px;
    text-transform: none!important;
  }

  .headline--02::before {
    width: 36px;
    transform: translateY(-12px);
  }

  .headline--03 {
    margin-top: 40px;
    border-bottom: 2px solid rgba(216, 216, 216, 1);
    font-size: 22px!important;
    line-height: 26px;
  }

  .headline--03::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    margin-bottom: 16px;
    transform: translateY(-20px);
  }
}

.headline--02 br.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .two_column .headline--02 br.sp {
    display: block;
  }
}

@media screen and (max-width: 860px) {
  .headline--02 br.sp {
    display: block;
  }
}

/* .section.num01 */
.section.num01 {
  padding: 0 0 0;
}

.owners_index .section.num01 {
  padding: 30px 0 40px;
}

.owners_index .section.num01 .column .headline--04 {
  margin-bottom: 20px;
  font-family: Lato, Helvetica, Arial, Meiryo, sans-serif;
}

.owners_management .section.num01 img {
  width: 100%;
}

.owners_management .image__figure {
  text-align: center;
}

.owners_management .section.num01 .image__figure img {
  width: 70%;
}

.owners_index .section.num01 .column .text01 {
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .two_column .owners_index .section.num01 {
    padding: 30px 0 30px;
  }
  .two_column .owners_index .section.num01 .column {
    margin-top: 0;
  }
  .two_column.owners_management .section.num01 .image__figure img {
    width: 100%!important;
  }
}

@media screen and (max-width: 860px) {
  .owners_index .section.num01 {
    padding: 30px 0 30px;
  }
  .owners_index .section.num01 .column {
    margin-top: 0;
  }
}

.section.num01 .lead01 {
  margin-top: 0;
  margin-bottom: 90px;
}

.owners_index .section.num01 .headline--01 {
  font-size: 32px;
  font-family: 'Amiri', serif;
  font-weight: normal;
  text-align: center;
}

.section.num01 .caption01 {
  margin-top: 10px;
  font-family: Helvetica,Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.owners_prospective .section.num01 .caption01 {
  color: rgba(128, 128, 128, 1);
}

.section.num01 .list {
  margin-bottom: 10px;
}

.section.num01 .list li {
  margin-top: 8px;
}

@media screen and (max-width: 1000px) {
  .two_column .section.num01 {
    padding: 0;
  }
  .two_column .section.num01 .wrap {
    padding: 0;
  }
  .two_column .section.num01 .headline--01 {
    font-size: 24px !important;
  }
  .two_column .section.num01 .lead01 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 860px) {
  .section.num01 {
    padding: 0;
  }
  .section.num01 .wrap {
    padding: 0;
  }
  .section.num01 .headline--01 {
    font-size: 24px !important;
  }
  .section.num01 .lead01 {
    margin-bottom: 60px;
  }
}

/* .headline */
.headline--02 {
  line-height: 44px;
  font-size: 42px !important;
  text-transform: none !important;
  margin-top: 0!important;
}

.headline--02::before {
  width: 90px;
  transform: translateY(-25px);
}

.headline--03 {
  margin-top: 50px;
}

.owners_improvement .headline--03 {
  text-align: left;
}

.headline--04 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 20px;
}

@media screen and (max-width: 860px) {
  .headline--02 {
    line-height: 31px;
    font-size: 26px !important;
    text-transform: none !important;
  }

  .owners_prospective .headline--02 {
    padding-top: 45px;
  }

  .headline--02::before {
    width: 36px;
  }
}
/* box */
.box {
  padding: 30px 0 20px 0;
}

.box--border-01 {
  border: 3px solid #95989a;
}

.box .text01 br.pc {
  display: block;
}

.box .text01 br.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .two_column .owners_index .box {
    padding: 20px 10px;
  }
  .two_column .box--border-01 {
    border: none;
    border-top: 1px solid #95989a;
  }
  .two_column .box--border-01.last {
    border-bottom: 1px solid #95989a;
  }
  .two_column .box .text01 br.pc {
    display: none;
  }
  .two_column .box .text01 br.sp {
    display: block;
  }
}

@media screen and (max-width: 860px) {
  .owners_index .box {
    padding: 20px 10px;
  }
  .box--border-01 {
    border: none;
    border-top: 1px solid #95989a;
  }
  .box--border-01.last {
    border-bottom: 1px solid #95989a;
  }
  .box .text01 br.pc {
    display: none;
  }
  .box .text01 br.sp {
    display: block;
  }
}

/* column */
.column {
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}

.column .btn--detail {
  padding: 3px 15px;
  width: 100px;
  box-sizing: border-box;
}

.column--mtS {
  margin-top: 20px;
}

.column--mtL {
  margin-top: 80px;
}

.column__item {
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.column__figure {
  text-align: center;
}

.column__figure figure {
  display: inline-block;
}

.column__figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.owners_improvement .column {
  margin-top: 0;
}

.owners_improvement .column .column__item {
  margin-top: 50px;
  max-width: 32%;
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
}

.owners_improvement .column .column__figure {
margin-bottom: 20px;
}

.owners_improvement .column .text01 {
text-align: left;
}

.columnBtns {
display: block;
color: #333333;
}

.columnBtns:hover {
text-decoration: none;
color: #ffffff;
background-color: #333;
}

.columnBtns:hover img {
opacity: .7;
}

.columnBtns:hover .column__btn {
text-decoration: none;
color: #fff;
border: 1px solid #ffffff;
}

.column__btn {
box-sizing: border-box;
font-size: 12px;
display: block;
width: 100px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
padding: 3px 15px;
border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
border: 1px solid #333333;
color: #333333;
font-family: "Lato", sans-serif;
font-weight: 800 !important;
text-transform: uppercase;
text-align: center;
text-decoration: none;
cursor: pointer;
-webkit-transition: 0.2s;
transition: 0.2s;
}

.column--2 .column__item {
max-width: 485px;
-webkit-flex: 0 0 485px;
flex: 0 0 485px;
}

@media screen and (max-width: 1000px) {
  .column__item {
    margin-top: 0;
    margin-bottom: 0;
    max-width: none !important;
    -webkit-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .column__item.first {
    margin-top: 10px;
  }
  .column__item.mt {
    margin-top: 30px;
  }
  .owners_improvement .column .column__item {
    margin-top: 15px;
  }
}

@media screen and (max-width: 860px) {
  .column__item {
    margin-top: 0;
    margin-bottom: 0;
    max-width: none !important;
    -webkit-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .column__item.first {
    margin-top: 10px;
  }
  .column__item.mt {
    margin-top: 30px;
  }
  .owners_improvement .column .column__item {
    margin-top: 15px;
  }

}

/* .section.num02 */
.section.num02 {
  padding: 0;
}

.section.num02 .wrap {
  padding: 0;
}

.section.num02 .headline--02 {
  margin-bottom: 40px;
}

.section.num02 .headline--01 {
  font-size: 32px;
  font-family: 'Amiri', serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 20px;
}

@media screen and (max-width: 1000px) {
  .two_column .section.num02 {
    padding: 40px 0 20px;
  }
  .two_column .owners_index .section.num02 {
    padding: 40px 0 0;
  }
  .two_column .section.num02 .headline--01 {
    font-size: 24px;
  }
  .two_column .owners_index .section.num02 .headline--01 {
    margin-bottom: 30px;
  }
  .two_column .section.num02 .headline--02 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 860px) {
  .section.num02 {
    padding: 40px 0 20px;
  }
  .owners_index .section.num02 {
    padding: 40px 0 0;
  }
  .section.num02 .headline--01 {
    font-size: 24px;
  }
  .owners_index .section.num02 .headline--01 {
    margin-bottom: 30px;
  }
  .section.num02 .headline--02 {
    margin-bottom: 25px;
  }
}

.processBtns {
  margin-top: 40px;
  margin-bottom: 0px;
}

.processBtns li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 49.48979591836735%;
  margin-right: 1.0204081632653061%;
  margin-top: 10px;
  background-color: #000;
}

.processBtns li:nth-child(2n) {
  margin-right: 0;
}

.processBtns li:nth-child(-n+2) {
  margin-top: 0;
}

.processBtns img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.processBtns a {
  display: block;
  color: #fff;
}

.processBtns a:hover {
  text-decoration: none;
}

.processBtns a:hover img {
  opacity: .7;
}

.processBtns a:hover .processBtns__btn {
  text-decoration: none;
  color: #A0A0A0;
  background-color: #fff;
}

.processBtns .processBtns__btn {
  box-sizing: border-box;
  font-size: 12px;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 15px;
  border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
  border: 1px solid #ffffff;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 800 !important;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.processBtns .processBtns__text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  color: #fff;
}

.processBtns .processBtns__text h3 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 1.3;
}

.processBtns .processBtns__text h3 br.sp {
  display: none;
}

.processBtns .processBtns__text p {
  margin-bottom: 30px;
}

@media screen and (max-width: 860px) {
  .processBtns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .processBtns li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 2px;
  }
  .processBtns li:nth-child(-n+2) {
    margin-top: 2px;
  }
  .processBtns li:first-child {
    margin-top: 0;
  }
  .processBtns img {
    max-width: inherit;
    width: 160%;
    margin-left: -30%;
  }
  .processBtns .processBtns__text h3 br.sp {
    display: block;
  }
}

.navLocal__headline {
  pointer-events: none;
  border-bottom: #D8D8D8 solid 1px;
}

@media screen and (max-width: 1000px) {
  .two_column .side {
    display: block;
    float: none;
    width: auto;
    margin: 0;
  }

  .owners_improvement.two_column .u-pt80 {
    padding-top: 0!important;
  }
}

@media screen and (max-width: 860px) {
  .side {
    display: block;
  }
}

.improvement figure {
  width: 100%;
}

.improvement figure img {
  width: 100%;
}

/*---- Articles and insight -----*/
  .article_wrap {
    width: 980px;
    margin: 85px auto 40px auto;
  }
  .article_insight {
    background: #efefef;
  }
  .article_figure, .article_text {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    transition: .5s;
  }
  .article_figure img {
    max-width: none;
  }
  .article_text {
    padding: 0 33px 26px 33px;
  }
  .article_insight h3 {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .btn_more {
    width: 180px;
    margin-top: 20px;
  }
  .btn_more a {
    color: #333;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0;
    border: 2px solid #333;
    border-radius: 3px;
    transition: 0.2s;
    text-align: center;
    display: block;
    position: relative;
  }
  .btn_more a:hover {
    color: #fff !important;
    background: #333;
  }
  .btn_more a:hover:after, .article_insight .link:hover:after {
    opacity: 0 !important;
  }
  .article_cap {
    margin-bottom: 14px;
  }
  .article_insight .mediaVertical__text {
    padding: 0 30px 30px 30px !important;
  }
  .article_insight .link{
    color: #039 !important;
  }
  .article_insight .link:hover{
    color: #13b0ea !important;
  }

@media screen and (max-width: 860px) {
  .article_wrap {
    max-width: 100%;
  }
  .article_insight h5, .article_cap {
    text-align: center !important;
  }
  .article_figure, .article_text {
    display: block;
  }
  .btn_more {
    margin: 30px auto 0 auto;
  }
  .article_insight img {
    width: 100% !important;
  }
}

.owners .table tbody tr {
  cursor: initial;
}
