/*
Theme Name: サイトグラフ専用個テーマ
Theme URI: https://site-graph.com/
Template: arkhe
Author: Site Graph
Author URI: https://site-graph.com/
Description:
Tags:
Version: 1.13.0
Updated: 2026-07-13

*/

li,
p,
a,
span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500 !important;
    font-family: "Noto Sans JP", sans-serif;
}

p+p {
    margin-top: 15px !important;
}

/* ---------- トップ 新着情報 ---------- */
.custom-post-list__item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 15px;
}

/* 日付：固定幅 */
.post-date {
    width: 130px;
    flex-shrink: 0;
    white-space: nowrap;
}

/* カテゴリ：幅は中身に合わせるが、最小幅は確保。先頭位置は常に日付の次で揃う */
.post-category {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
    margin-right: 12px;
    background-color: #ccc;
    flex-shrink: 0;
    /* 圧縮されないように */
    line-height: 100%;
}

.post-category a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
}

/* タイトル：残り幅をすべて使う */
.post-title {
    font-size: 15px;
    white-space: nowrap;
}

.post-title a {
    color: #333;
    text-decoration: none;
}

.post-new {
    display: inline-block;
    margin-left: 10px;
    /* ←ここが「す」と「New!!」の間の余白 */
    color: red;
    font-size: 0.8rem;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .custom-post-list {
        padding-left: 0;
    }

    .custom-post-list__item {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0;
    }

    .post-date,
    .post-category,
    .post-title {
        width: 100%;
        margin: 3px 0;
    }

    .post-title {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
}

/* ------------ フッター ------------ */
.ft_col2 ul{
    display: flex;
    flex-wrap: wrap;
}
.ft_col2 ul li{
    width: 50%;
}