.biz-cont__lp__content {
  padding: 0;
}
@media (min-width: 768px) {
  .biz-cont__lp__content {
    padding: 0;
  }
}

.biz-cont__inner {
  width: 100%;
  padding: 0 2.7vw;
}
@media (min-width: 768px) {
  .biz-cont__inner {
    width: 1160px;
    margin: 0 auto;
  }
}

.biz-cont__lp__casestudy.footer-share-block-crepreJirei-result {
  padding-top: 0;
  padding-bottom: 45px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .biz-cont__lp__casestudy.footer-share-block-crepreJirei-result {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 60px;
  }
}

.biz-cont__lp__casestudy__ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .biz-cont__lp__casestudy__ttl {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

.biz-cont__lp__casestudy {
  margin-top: 21.3vw;
}
@media (min-width: 768px) {
  .biz-cont__lp__casestudy {
    margin-top: 80px;
  }
}

.share-block-crepreJirei-result-type-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.share-block-crepreJirei-result-type-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .share-block-crepreJirei-result-type-list {
    gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.share-block-crepreJirei-result-type-list_item {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .share-block-crepreJirei-result-type-list_item {
    margin-bottom: 0;
    width: 25%;
  }
}
.share-block-crepreJirei-result-type-list_item:nth-child(n+5) {
  display: none;
}
.share-block-crepreJirei-result-type-list_item_img {
  width: 100%;
  margin-bottom: 10px;
  width: 100%;
  max-height: 320px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .share-block-crepreJirei-result-type-list_item_img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
    max-height: 147px;
  }
}
.share-block-crepreJirei-result-type-list_item_name {
  color: #263238;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.share-block-crepreJirei-result-type-list_item_read {
  color: #263238;
  font-weight: 400;
  font-size: 14px;
}
.share-block-crepreJirei-result-type-list_item_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0);
}
.share-block-crepreJirei-result-type-list_item_link.hover:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.share-block-crepreJirei-result-type-list_item img {
  width: 100%;
}

.share-block-crepreJirei-common-btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .share-block-crepreJirei-common-btn {
    margin-top: 30px;
  }
}
.share-block-crepreJirei-common-btn .btn-common-inner {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 415px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #2E61B2;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 768px) {
  .share-block-crepreJirei-common-btn .btn-common-inner {
    font-size: 1.5rem;
  }
}