/* ----------------------------------------
mansion.css
---------------------------------------- */
.mv {
  background-image: url(/uri/mansion/begin/img/img-mv.webp);
}
.box-ancholink .col3:nth-child(1) {
  padding-left: 0;
}
.box-ancholink .col3:nth-child(3) {
  padding-right: 0;
}
.box-ancholink .ttl-h2 {
  height: 33px;
}
.list-ancho {
  padding-left: 8px;
  margin-top: 15px;
}
.list-ancho li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}
.list-ancho li:before {
  content: '';
  position: absolute;
  background: url(/uri/mansion/begin/img/ico-arr-down.png) no-repeat center;
  width: 10px;
  height: 10px;
  left: 5px;
  margin: auto;
}
@media all and (min-width: 768px) {
  .list-ancho li:before {
    top: 0;
    bottom: 0;
  }
  .cv-type {
    position: absolute;
    top: -62px;
    right:0;
  }
}
@media all and (max-width: 767px) {
  .box-ancholink .col3 {
    width: 100%;
    padding: 0;
    margin-bottom: 6px;
  }
  .box-ancholink .col3:nth-child(3) {
    margin-bottom: 0;
  }
  .box-ancholink {
    margin: 0 10px;
    border-width: 2px;
    padding: 20px;
  }
  .list-ancho {
    margin-left: 4px;
    margin-top: 10px;
  }
  .box-ancholink .ttl-h2 {
    height: 20px;
  }
  .list-ancho li:before {
    background: url(/uri/mansion/begin/img/ico-arr-down_sp.png) no-repeat center;
    width: 13px;
    height: 13px;
    background-size: 100%;
    top: 5px;
  }
  .cv-type {
    padding: 0 20px;
    margin:15px 0 0;
  }
}
@media all and (max-width: 360px) {
  .list-ancho li {
    font-size: 14px;
  }
}
.ttl-anchor-list {
  font-size: 17px;
  font-weight: bold;
  color: #003567;
  /*border-bottom: 1px solid #003567;*/
  margin-bottom: 15px;
  position: relative;
}
.ttl-anchor-list:after {
  content: '';
  height: 1px;
  background: #003567;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.list-ico-check li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 23px;
  word-break: keep-all;
}
.list-ico-check li:last-child {
  margin-bottom: 0;
}
.list-ico-check li img {
  margin-right: 10px;
  float: left;
}
@media all and (max-width: 767px) {
  .list-ico-check li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #main-wrapper .gb-index .list-ico-check li img.only-sp {
    display: inline-block !important;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
}
.bullet-cicle span {
  position: relative;
  display: block;
  padding-left: 25px;
}
.bullet-cicle span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #003567;
}
.bullet-cicle span>img {
  display: none;
}
.table-wrap {
  width: 100%;
}
.table-wrap .table th,
.table-wrap .table td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
}
.table-wrap .table th.last,
.table-wrap .table td.last {
  border-right: 0;
}
.table-wrap .table th {
  font-size: 15px;
  font-weight: bold;
}
.table-wrap .table th.th-head {
  background-color: #003567;
  color: #fff;
  padding: 10px 0;
}
.table-wrap .table th.th-cont {
  background-color: #e8ecf2;
  color: #003567;
  padding: 5px 0;
}
.table-wrap .table td {
  background-color: #f5f5f5;
  padding: 15px;
  font-size: 15px;
  line-height: 20px;
}
.table-wrap .table .r-3 td.tal,
.table-wrap .table .r-5 td.tal {
  text-align: left;
  padding-left: 40px;
}
.table-wrap .table .r-5 td.tal {
  padding-left: 70px;
}
.table-wrap .table .r-5 td span {
  width: 70%;
}
.table-wrap .table td.tal {
  text-align: left;
}
@media all and (max-width: 767px) {
  .table-wrap {
    overflow: scroll;
  }
  .table-wrap .table {
    width: 950px;
  }
}
.ttl-anchor-list>span>span {
  background-color: #003567;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 2px 22px 1px;
  margin-right: 10px;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .ttl-anchor-list>span>span {
    padding: 2px 22px;
  }
  /* ipad landscape */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .ttl-anchor-list>span>span {
    padding: 2px 22px;
  }
  /* ipad landscape */
}
.link-right {
  text-align: right;
  position: relative;
  float: right;
  padding-left: 15px;
  margin-top: 12px;
}
.link-right:before {
  content: '';
  position: absolute;
  background: url(/uri/mansion/begin/img/ico-arr-right.png) no-repeat;
  width: 7px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#main-content.gb-index .link-right a {
  color: #3366cc;
  font-size: 16px;
  border-bottom: 1px solid #3366cc;
}
@media all and (max-width: 767px) {
  .ttl-anchor-list>span {
    display: block;
    margin-bottom: 10px;
  }
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 30px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 98%;
  height: 12px;
  margin: 11px 5px;
}
@media all and (min-width: 768px) {
  .mCSB_scrollTools {
    opacity: 0;
    display: none;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 0;
  }
  .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
  }
}
@media all and (max-width: 600px) {
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 96%;
  }
}
@media all and (max-width: 460px) {
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 90%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lbl-category .ttl__category {
    padding: 2px 10px 1px;
  }
}

.ie8 .bullet-cicle span:before {
  background: transparent;
  ;
}
.ie8 .bullet-cicle span>img {
  display: inline-block;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ie8 .ttl-anchor-list>span>span {
  padding: 2px 22px 0;
}
.ie8 .list-ico-check {
  padding: 0;
}
.ie8 .list-ico-check li {
  position: relative;
  padding-left: 40px;
  margin-right: 12px;
}
.ie8 .list-ico-check li:last-child {
  padding-left: 0;
}
.ie8 .list-ico-check li img {
  position: absolute;
  left: 0;
}
.ie8 .list-ancho li:before {
  top: -1px;
}
@media all and (-ms-high-contrast:none) {
  .list-ancho li:before {
    top: -1px;
  }
  /* IE10 */
  *::-ms-backdrop, .list-ancho li:before {
    top: -2px;
  }
  /* IE11 */
}
/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .ttl-anchor-list>span>span {
  padding: 4px 22px 3px;
}
/*edge only*/
@supports (-ms-ime-align:auto) {
  .ttl-anchor-list:after {
    bottom: -2px;
  }
}
@media all and (-ms-high-contrast:none) {
  /*IE11*/
  *::-ms-backdrop, .ttl-anchor-list>span>span {
    padding: 2px 22px 0;
  }
  *::-ms-backdrop, .ttl-anchor-list:after {
    bottom: -1px;
  }
}
.ie8 .ttl-anchor-list:after {
  bottom: -1px;
}
.ie8 #inqBannerBlock .inner .btns dd.only-ie8 {
  background: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-right: 0;
  padding: 0 10px;
  line-height: 24px;
  height: 60px;
  vertical-align: middle;
  border-bottom: 2px solid #103f6c;
}
.ie8 #inqBannerBlock .inner .btns dd.only-ie8 p.p-frist {
  font-size: 16px;
}
.ie8 #inqBannerBlock .inner .btns dd.only-ie8 p.p-last {
  font-size: 14px;
}
.ie8 #inqBannerBlock .inner .btns dd.only-ie8 p.p-last span {
  display: inline-block;
  padding-right: 10px;
  font-size: 24px;
  color: #c53c27;
}