/* タイトル部分 */
.title{
    margin-bottom:20px;
}

.title h1{
    margin-bottom:10px;
    font-size:25px;
}

.title-image {
  text-align: center; /* 画像を中央寄せ */
}

.title-image img {
  max-width: 90%;  /* 幅がはみ出さないように */
  height: auto;     /* アスペクト比を維持 */
}

.post-meta {
  font-size: 14px;
  color: #888;
  margin-top: 6px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.post-meta span {
  margin-right: 16px;
}

.post-meta img {
  width: 16px;     /* アイコンサイズ */
  height: 16px;
  vertical-align: middle;
  position: relative;
  margin-right: 2px; /* 日付との間隔 */
  top: -1px;
}


.develop {
  min-width: 0;
  max-width: 380px;
  margin: 30px auto;
  padding: 20px 25px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 150, 255, 0.15);
  border: 1px solid #000000;
  font-family: "Zen Maru Gothic", "Hiragino Sans", sans-serif;
}

.develop h4 {
  font-size: 1.4rem;
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 2px solid #bde0fe;
  letter-spacing: 1px;
}

.develop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.develop li {
  padding: 4px 10px;
  margin-bottom: 3px;
  /* border-left: 4px solid #90e0ef; */
  /* background: rgba(240, 250, 255, 0.7); */
}

.develop li span {
  font-weight: bold;
  color: #0077b6;
}


.rectimg img{
    width:80%;
    margin-top:10px;
    margin-bottom:55px;
}

.red{
    font-weight: bold;
    color: red;
}








