@charset "UTF-8";

/* =================================
  Common Overwrite
================================= */
main .wrap {
  width: 90.666666%;
}
.inner {
  width: 90.666666%;
}
#bread ul {
  flex-wrap: wrap;
}

/* Item Switching
--------------------------------- */
.item-pc {
  display: none !important;
}
.item-sp {
  display: inherit !important;
}

/* =================================
  Main Visual
================================= */
.main-visual {
  height: 0;
  /* padding: 0 0 120.9333333% /* 907/750 */;
  padding: 0 0 115.3333333% /* 865/750 */;
}

/* bxSlider
--------------------------------- */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  top: initial;
  bottom: 20%;
}
@media screen and (max-width:414px) {
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: 22%;
  }
}
@media screen and (max-width:375px) {
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: 24%;
  }
}

/* Slider
--------------------------------- */
.slider li .inner {
  width: 100%;
}
.slider li .client {
  bottom: 0;
  width: 100%;
  padding: 20px 4.666666%;
  background: rgba(255,255,255,0.5);
}
.slider li .client dt {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.slider li .client dd {
  font-size: 14px;
}

/* =================================
  Information Unit
================================= */
.info-unit {
  top: 20px;
  /* padding: 0 0 120.9333333%; /* 907/750 */
  /* padding: 0 0 115.3333333%; /* 865/750 */
}
.info-unit .inner {
  width: 100%;
  /* padding: 0 0 120.9333333%; /* 907/750 */
  /* padding: 0 0 115.3333333%; /* 865/750 */
}
#bread {
  top: 45px;
  left: 4.666666%;
}
.page-heading {
  top: 85px;
  left: 4.666666%;
  font-size: 28px;
}
.h_lead{ left: 20px; top: 75px;}
.h_text{display: none;}
.client {
  bottom: 0;
  width: 100%;
  padding: 20px 4.666666%;
  background: rgba(255,255,255,0.5);
}
.client dl dt {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.client dl dd {
  font-size: 14px;
}

/* =================================
  Search Navi
================================= */
.search-nav-unit {
  top: 0;
  margin: 0;
}
.search-nav-unit .inner {
  width: 100%;
}
.search-nav li {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0 0;
}
.search-nav li.to-sub::after {
  top: 75%;
}
.search-nav li.to-sub:hover::after,
.search-nav li.to-sub.current::after {
  top: 75%;
}

/* SubNavi
--------------------------------- */
.search-subnav {
  width: 100%;
  margin: 0;
  font-size: 13px;
}
.search-subnav dl {
  display: block;
  margin: 0;
  padding: 0 4.666666%;
  border-bottom: solid 1px #e5e5e5;
  text-align: left;
}
.search-subnav dl dt {
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.search-subnav dl dt span {
  display: none;
}
.search-subnav dl dt::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 21px;
  height: 21px;
  background-image: url(../images/search-subnav_close.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.search-subnav dl dt.close::after {
  background-image: url(../images/search-subnav_open.png);
}
.search-subnav dl dd {
  width: 100%;
  padding: 0 0 10px;
}
.search-subnav dl dd ul {
  width: 98%;
  margin: 0 auto;
  justify-content: space-between;
}
.search-subnav dl dd ul li {
  width: 49.25%;
  height: 40px;
  line-height: 40px;
  margin: 0 0 5px;
  text-indent: 2.5em;
}
.search-subnav dl dd ul li::before {
  left: 1em;
}
.search-subnav dl dd ul li a:hover::before,
.search-subnav dl dd ul li.current::before {
  left: 1em;
}
@media screen and (max-width:414px) {
  .search-subnav {
    font-size: 12px;
  }
}

/* キーワード検索
--------------------------------- */
#search-kw input[type="text"] {
  width: 100%;
  border-radius: 0;
}
#search-kw input[type="submit"] {
  width: 100%;
  border-radius: 0;
  margin: 10px 0 0;
}

/* =================================
  Article
================================= */
.sr-num {
  font-size: 13px;
  margin: 0 0 15px;
}
.article-unit {
  margin: 0 0 20px;
}
.article-item {
  width: 48%;
  font-size: 13px;
  margin: 0 0 40px 0;
}
.article-item dt.ziturei_title{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
height:inherit;
}
.article-item dd.ziturei_caption{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.building-type {
  margin: 10px 0 0;
}
.building-type span {
  font-size: 0.8em;
  height: 25px;
  line-height: 25px;
}
.building-type span:first-of-type {
  width: 55%;
  background-color: #f1f1f1;
}
.clip {
  width: 45%;
  background-color: #ffffff;
  border: solid 1px #f1f1f1;
  box-sizing: border-box;
  text-align: center;
}
.clip a::before {
  top: 6.5px;
}
@media screen and (max-width:414px) {
  .clip a {
    padding: 0 0 0 1em;
  }
}

/* =================================
  Page Navi
================================= */
.page-nav {
  width: 100%;
  height: 70px;
}

/* 検索条件
--------------------------------- */
.search-cond {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.search-cond > div:first-of-type {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.select-wrap{
  width: 50%;
  margin: 10px auto;
}
.select-wrap::after {
  width: 46px;
  height: 46px;
}
.select-wrap select {
  height: 46px;
  font-size: 1.25em;
}

@media screen and (max-width:414px) {
  .page-nav {
    height: 60px;
  }
  .select-wrap::after {
    width: 36px;
    height: 36px;
  }
  .select-wrap select {
    height: 36px;
    font-size: 1.2em;
    text-indent: 0.15em;
  }
  .search-cond > div:first-of-type {
    font-size: 13px;
    width: 100%;
  }
}

@media screen and (max-width:375px) {
  .select-wrap select {
    font-size: 1.1em;
    text-indent: 0;
  }
}

/* =================================
  CDO
================================= */
.cdo-unit {
  width: 100%;
  margin: 60px 0 0;
}
.cdo-unit h2 {
  margin: 0 0 60px;
}
.recommend > h3 {
  font-size: 26px;
}
.recommend > h3 span {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin: 15px 0 0;
}
.recommend > p {
  font-size: 15px;
  line-height: 1.5;
}
.recommend .article-item {
  width: 48%;
  margin: 20px 0 0;
}
.recommend .article-item dl dt {
  font-size: 15px;
  line-height: 1.6;
  margin: 1em 0 0.5em;
}
.rcmd-tag {
  font-size: 0.75em;
  color: #ffffff;
  width: 60px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.rt01 { background-color:#007fcc; }
.rt02 { background-color:#90b60c; }
.rt03 { background-color:#000000; }
.recommend .article-item dl dd {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width:414px) {
  .recommend > p {
    font-size: 14px;
  }
  .recommend .article-item dl dt {
    font-size: 14px;
  }
  .recommend .article-item dl dd {
    font-size: 13px;
  }
}
