.info img{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
.announcement-date {
  color: #8d8d8d;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.announcement-title {
  color: black;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}
.magagine-contents{
    margin-bottom: 50px;
}
.magazine-content {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;

}
/* ===========================
   SNSボタン群：統一デザイン
=========================== */
/* ボタンを並べる親 */
.SNS-share{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* 共通ボタン */
.X-post,
.facebook-share{
    min-height: 48px;
    min-width: 190px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    padding: 0 18px;
    line-height: 1;
    margin: 0;
    border-radius: 12px;
    font-weight: bold !important;
    font-size: 16px !important;
    white-space: nowrap;
    border: 1px solid #d3d1d1;
    color: #222;
    background: #fff;
    text-decoration: none;
    vertical-align: middle;
}

/* hoverはお好みで */
.X-post:hover,
.facebook-share:hover{
    background: #f8f8f8;
}

/* Facebookロゴ */
.facebook-share{
    align-items: center;
}

.facebook-icon{
    font-size: 18px;
    color: #1877f2; /* Facebook公式カラー */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {

  html,
  body {
    overflow-x: hidden;
  }

  main {
    overflow-x: hidden;
  }

  .basic.magagine-contents {
    width: min(100%, 100vw);
    margin-top: 24px;
    margin-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .basic.magagine-contents .info {
    padding: 24px 10px 32px;
    border-radius: 24px;
    box-sizing: border-box;
  }

  .announcement-date {
    font-size: 13px;
    line-height: 1.6;
    white-space: normal;
  }

  .announcement-title {
    white-space: normal;
    word-break: break-word;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .info img,
  .magazine-pic {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 24px;
    border-radius: 14px;
  }

  .magazine-content {
    font-size: 15px;
    line-height: 1.9;
    margin-top: 24px;
    word-break: break-word;
  }

  .SNS-share {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 28px;
  }

  .X-post,
  .facebook-share {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 0 14px;
    font-size: 15px !important;
    border-radius: 12px;
  }

  .facebook-icon {
    font-size: 16px;
  }
}