.netWorkItem {
  margin-top: 30px;
}
.netWorkItem .row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.netWorkItem li {
  padding: 15px;
  text-align: center;
}
.netWorkItem .netWorkItemInner {
  position: relative;
  padding: 10px 10px 130px;
  background: #f3f5fa;
  height: 100%;
  font-family: "NeoSansStd-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}
.netWorkItem .netWorkItemInner .logo {
  margin-bottom: 26px;
}
.netWorkItem .netWorkItemInner .logo img {
  width: 100%;
}
.netWorkItem .netWorkItemInner .address {
  font-size: 1rem;
  margin-bottom: -3px;
}
.netWorkItem .netWorkItemInner .name {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.714285714285714rem;
  margin-bottom: 17px;
}
.netWorkItem .netWorkItemInner .description {
  font-size: 1.142857142857143rem;
}
.netWorkItem .netWorkItemInner .button {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
}
@media all and (max-width: 767px) {
  .netWorkItem .netWorkItemInner .button a {
    width: auto;
  }
}
