@charset "UTF-8";
/*******************************************
 * プライバシーポリシーcss
 *
 * menu
 * 1.レイアウト
 * 2.各コンテナ
 *    2-1 プライバシーポリシー枠
 * 3.sidebar
 ******************************************/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/******************************************
 1. レイアウト
    サイドバーなし1カラム
 ******************************************/
.l-title {
  background: url(/assets/andestate/pc/owner/img/owner_title.jpg) no-repeat scroll 50% 50% / cover;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 11%;
  text-indent: -9999px;
}
.l-breadCrumb {
  width: 100%;
  background-color: #EAF8FD;
  overflow: hidden;
}
.l-breadCrumb ul {
  width: 980px;
  margin: 20px auto;
  overflow: hidden;
}
.l-breadCrumb ul li {
  line-height: 12px;
  height: 12px;
  padding: 0 2px;
  float: left;
  color: #555;
}
.l-breadCrumb ul li a {
  color: #555;
}
body .l-root {
  width: 100%;
  overflow: hidden;
}
.l-main {
  width: 980px;
  margin: 50px auto;
  overflow: hidden;
}
.l-main h3 {
  font-size: 43px;
  font-weight: bold;
  width: 550px;
  float: left;
  color: #000000;
  margin-bottom: 20px;
}
.l-main img {
  float: right;
  margin-bottom: 20px;
}
.l-main p {
  font-size: 16px;
}
.l-section {
  width: 100%;
  overflow: hidden;
}
.l-section--title {
  background: url(/assets/andestate/pc/owner/img/bg_line.png) no-repeat scroll 50% 50% / cover;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.l-section--title h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 40px 10px;
  color: #FFF;
  width: 960px;
  margin: 0 auto;
}
.l-section--contents {
  width: 980px;
  margin: 30px auto;
  overflow: hidden;
}
.l-section--contents > p {
  font-size: 16px;
  margin-bottom: 30px;
}
.b-box {
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
}
.b-box--contents {
  width: 460px;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.b-box--contents:nth-child(odd) {
  margin-right: 60px;
}
.b-box--contents img {
  vertical-align: sub;
  margin-right: 10px;
}
.b-box--contents ul {
  margin: 15px 0;
  padding: 0 10px;
  overflow: hidden;
}
.b-box--contents ul li {
  float: left;
  width: 220px;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
}
.b-box--contents ul li:nth-child(n+3) {
  margin-bottom: 0;
}
.b-box--contents p {
  font-size: 16px;
}
.b-box .b-box--contents.b-box3-1 ul {
  padding: 0 0 0 10px;
}
.b-box .b-box--contents.b-box3-1 ul li {
  width: 210px;
}
.b-box .b-box--contents.b-box3-1 ul li:nth-child(even) {
  width: 240px;
}
.b-box .b-box--contents.b-box3-2 ul {
  padding: 0 0 0 10px;
}
.b-box .b-box--contents.b-box3-2 ul li {
  width: 270px;
}
.b-box .b-box--contents.b-box3-2 ul li:nth-child(even) {
  width: 180px;
}
.b-box .b-box--contents.b-box3-3 ul {
  padding: 0 0 0 10px;
}
.b-box .b-box--contents.b-box3-3 ul li {
  width: 300px;
}
.b-box .b-box--contents.b-box3-3 ul li:nth-child(even) {
  width: 150px;
}
.l-section .b-contact {
  width: 100%;
  height: 250px;
  background: url(/assets/andestate/pc/owner/img/contact_bg.jpg) no-repeat center center;
}
.l-section .b-contact div {
  font-size: 26px;
  font-weight: bold;
  color: #FFF;
  width: 446px;
  margin: 30px auto 15px;
  text-align: center;
}
.l-section .b-contact a {
  display: block;
  text-align: center;
}
.l-section .b-contact a:hover {
  opacity: 0.98;
}
/*# sourceMappingURL=owner.css.map */