.biz-cont__lp__content.medical-newarticles__lp__content {
  padding: 0;
  margin: 0;
  background-color: #F4F4F4;
  margin-top: 0;
  padding-top: 5px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .biz-cont__lp__content.medical-newarticles__lp__content {
    margin-top: -90px;
    padding-top: 5px;
    margin-bottom: 65px;
  }
}

.biz-cont__inner {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .biz-cont__inner {
    padding: 0 0;
    width: 1160px;
    margin: 0 auto;
  }
}

.biz-cont__lp__medical-newarticles {
  padding-top: 0;
  padding-bottom: 45px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .biz-cont__lp__medical-newarticles {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 60px;
  }
}

.biz-cont__lp__medical-newarticles__ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .biz-cont__lp__medical-newarticles__ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.medical-newarticles-result-type-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.medical-newarticles-result-type-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .medical-newarticles-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;
  }
}
.medical-newarticles-result-type-list_item {
  position: relative;
  margin-bottom: 20px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .medical-newarticles-result-type-list_item {
    margin-bottom: 0;
    width: 33.3333%;
  }
}
.medical-newarticles-result-type-list_item:nth-child(n+4) {
  display: none;
}
.medical-newarticles-result-type-list_item_img {
  width: 100%;
  margin-bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  max-height: 210px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .medical-newarticles-result-type-list_item_img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    max-height: 215px;
  }
}
.medical-newarticles-result-type-list_item_body {
  padding: 20px 15px 20px;
}
@media (min-width: 768px) {
  .medical-newarticles-result-type-list_item_body {
    padding: 26px 15px 25px;
  }
}
.medical-newarticles-result-type-list_item_name {
  color: #242424;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .medical-newarticles-result-type-list_item_name {
    font-size: 12px;
  }
}
.medical-newarticles-result-type-list_item_read {
  color: #242424;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .medical-newarticles-result-type-list_item_read {
    font-size: 18px;
  }
}
.medical-newarticles-result-type-list_item_read:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(https://www.sekisuihouse.co.jp/library/img/common/icon_arrow.png) no-repeat;
  -webkit-background-size: 15px 15px;
          background-size: 15px;
  background-position: center;
  width: 15px;
  height: 15px;
}
.medical-newarticles-result-type-list_item_link {
  position: relative;
  text-decoration: none;
}
.medical-newarticles-result-type-list_item_link .ico-new-medical-newarticles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.medical-newarticles-result-type-list_item_link .ico-new-medical-newarticles .ico-new {
  background-color: #C03F3F;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .medical-newarticles-result-type-list_item_link .ico-new-medical-newarticles .ico-new {
    font-size: 14px;
  }
}
.medical-newarticles-result-type-list_item_link img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.medical-newarticles-result-type-list_item_link .medical-newarticles-result-type-list_item_read,
.medical-newarticles-result-type-list_item_link .medical-newarticles-result-type-list_item_name {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.medical-newarticles-result-type-list_item_link:hover .medical-newarticles-result-type-list_item_img img {
  -webkit-transform: scale(1.08);
     -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.medical-newarticles-result-type-list_item_link:hover .medical-newarticles-result-type-list_item_read,
.medical-newarticles-result-type-list_item_link:hover .medical-newarticles-result-type-list_item_name {
  opacity: 0.6;
}