.biz-cont-crepre-solution-foot-wrap {
  width: 100%;
  padding: 80px 0 0;
}

.biz-cont__common__ttl.crepre-list-foot-ttl {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
     -moz-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
     -moz-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  font-size: 21.32px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .biz-cont__common__ttl.crepre-list-foot-ttl {
    font-size: 27px;
  }
}

.biz-cont-crepre-solution-foot-contents {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.biz-cont-crepre-solution-foot-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #F3F3F3;
  border-width: 1px 1px 0 1px;
}
@media only screen and (min-width: 768px) {
  .biz-cont-crepre-solution-foot-list {
    margin-top: 35px;
  }
}
.biz-cont-crepre-solution-foot-list_item {
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #F3F3F3;
  border-width: 0 0 0 0;
}
.biz-cont-crepre-solution-foot-list_item:nth-child(odd) {
  border-width: 0 1px 1px 0;
}
.biz-cont-crepre-solution-foot-list_item:nth-child(even) {
  border-width: 0 0 1px 0;
}
@media only screen and (min-width: 768px) {
  .biz-cont-crepre-solution-foot-list_item {
    width: 16.66%;
    border-width: 0 1px 1px 0;
  }
  .biz-cont-crepre-solution-foot-list_item:nth-child(even) {
    border-width: 0 1px 1px 0;
  }
  .biz-cont-crepre-solution-foot-list_item:last-child {
    border-width: 0 0 1px 0;
  }
}
.biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot .card-crepre-solution-foot-body {
  width: 100%;
  padding: 10px 5px 15px;
}
.biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot .thumb-buildingtype {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 178px;
}
@media only screen and (min-width: 768px) {
  .biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot .thumb-buildingtype {
    height: 119px;
  }
}
.biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot .card-crepre-solution-ttl {
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  position: relative;
  text-align: left;
  margin-bottom: 5px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot .card-crepre-solution-ttl {
    font-size: 15px;
  }
}
.biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot .img-ico-nav {
  width: 15px;
  margin: 0 0 0 auto;
}
.biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot img {
  width: 100%;
  display: block;
}
.biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot .link-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0);
}
.biz-cont-crepre-solution-foot-list_item .card-crepre-solution-foot .link-block.is-img-hover:hover {
  opacity: 0.8;
}

.visible-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .visible-pc {
    display: block;
  }
}

.visible-sp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none;
  }
}