address{
 font-style: normal !important;
}
.fs-c-newUsers__message,
.fs-c-subSection__message{
 margin-top: 10px;
  line-height: 1.4;
}

.fs-body-about-shippingPayment p{
 line-height: 1.4;
}

/* リスト全体のスタイル */
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

/* リンク全体（Flexbox） */
.news-link {
    display: flex;
    text-decoration: none;
    color: #333;
    align-items: flex-start; /* 上揃え */
}

.news-link:hover {
    opacity: 0.7;
}

/* サムネイル画像エリア（画像がある時だけ表示される） */
.news-thumb {
    width: 120px; /* 画像の幅 */
    flex-shrink: 0;
    margin-right: 15px;
}

.news-thumb img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* テキストエリア */
.news-body {
    flex: 1; /* 残りのスペースを埋める */
    /* 画像がない時は、これが横幅100%になります */
}

.news-date {
    font-size: 0.85em;
    color: #888;
    display: block;
    margin-bottom: 5px;
}

.news-title {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4;
}
#fs_Top #topics p {
    margin-bottom: 1em !important;
}