@charset "UTF-8";

.site-header .site-logo {
  display: none;
}

#owners {
  padding-bottom: 20px;
}

.owner_link {
  flex-direction: column;
}
.owner_name {
  order: 3;
}
.owner_link .content_desc {
  order: 4;
}

#owners .extend_btn {
  order: 5;
  width: max-content;
  margin-top: 30px;
}

.owner_summary {
  flex-direction: column;
  margin: 20px auto 60px;
}
.owner_summary .owner_img {
  order: 1;
  width: 100%;
  line-height: 1;
  margin-right: 0;
}
#owner_page .two-columns_img-area {
  line-height: 1;
  margin-right: 0;
}
.owner_summary .owner_info {
  order: 2;
  width: 100%;
}
.owner_summary .owner_name {
  font-size: 1.8rem;
  letter-spacing: 0.72px;
  line-height: 27px;
  margin-top: 20px;
}
.owner_summary-text {
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  line-height: 25px;
  margin-top: 8px;
}
.owner_interview-sub {
  order: 3;
  margin-top: 18px;
}
#owner_page .content_desc {
  margin-top: 8px;
}
#owner_page .show_detailbtn {
  margin: 60px auto 20px;
}

#owner_page .bland-link .show_detailbtn {
  margin-top: 40px;
}