.develop {
  text-align: center;
  width: 100%;
  position: relative;
}

.develop .title {
  padding-top: 140px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 60px;
}

.develop .bg {
  position: absolute;
  top: 0px;
  left: 0;
  height: 1000px;
  z-index: -10;
  width: 100%;
}

.content {
  width: 60%;
  max-width: 700px;
  margin: 0 auto;
  height: 400px;
  overflow-y: scroll;
  background: #fff;
}

.flex {
  display: flex;
}

.note {
  margin: 0 auto;
  overflow-y: none;
}

.news {
  border: #e6e6e6 solid 1px;
  border-radius: 4px;
  display: block;
  width: 488px;
  padding: 0;
  margin: 10px 0;
  text-align: left;
  font-family: '-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif';
}

.news:hover {
  border: #ccc solid 1px;
}

.news > a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: #222;
}

.news-title {
  font-size: 18px;
  font-weight: bold;
}

.news-date {
  margin: 8px 0 0 0;
  font-size: 12px;
  color: #787c7b;
}

/* SP */
@media screen and (max-width: 600px) {
  .develop .title {
    padding-top: 100px;
    margin-bottom: 50px;
  }
  .content {
    width: 100%;
    background: none;
  }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .develop {
    width: 60%;
    margin: 0 auto 120px;
  }
}
