/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/support/theme_static/power_cms_chiba_entre/css/base.css);
@import url(/mt-static/support/theme_static/power_cms_chiba_entre/css/chiba_entre-white/screen.css);
/* end StyleCatcher imports */



/* ---------- */
#container {
    position: relative;
}

#container #container-inner{
paddding-top: 0;
}

#header[role='banner'] {
    position: sticky;
    top: 0;
    z-index: 20;
    padding-top: 0;
    margin-top: 0;
    /* transition: all 1s cubic-bezier(0.3, 0, 0.1, 1); */
}

#header[role='banner'] [role='navigation'] a {
    padding: 6px calc(var(--cvw) * 1.6);
}

#header[role='banner'] #header-content{
    background-color: #262015;
    padding: 15px 0;
    transition: none;
}

#header[role='banner'] h1{
    font-size: 22px;
    line-height: 1;
}

#header[role='banner'] #header-content a {
    color: #fff !important;
}

div#content {
    overflow-x: hidden;
    padding: 10px 0 0;
}

.container-inner {
    padding-top: 0;
}

#header img.logo {
    /* transition: transform 1s cubic-bezier(0.3, 0, 0.1, 1); */
    width: 320px;
}

.hamburger-nav {
    top: 135px;
    padding-bottom: 30px;
}

.is-scroll .hamburger-nav {
    top: 70px;
}

.hamburger-icon {
    top: 115px
}
.is-scroll .hamburger-icon{
     top: 30px;
}
.hamburger-icon span {
    height: 1.5px;
}

.l-header__lnav{
    display: flex;
    padding-left: 0;
    gap: 30px;
    list-style: none;
}

.l-header__lnav-item{
    position: relative;
}

.l-header__lnav a{
    text-decoration: none;
    font-size: 1.4rem;
}

.l-header__lnav li:not(:last-child):after{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #1D2524;
    position: absolute;
    left: 130%;
    bottom: 5px;
    margin: auto;
}

.is-scroll .logo,
.is-scroll #header-content {
    /* transform: translateY(-50%); */
    transform: translate(0, -250px);
    position: absolute;
    left: 0;
    right: 0;
}

.logo2 {
    opacity: 0;
    /*transition: visibility 0.5s cubic-bezier(0.3, 0, 0.1, 1), opacity 0.5s cubic-bezier(0.3, 0, 0.1, 1); */
    visibility: hidden;
    height: 0;
}

#header.is-scroll div.logo-container {
    align-items: center;
    height: 70px;
    width: 325px;
    padding: 0;
}

#header.is-scroll div.logo-container a{
    display: flex;
    align-items: center;
}

.is-scroll .logo2 {
    opacity: 1;
    height: auto;
    width: 325px;
    visibility: visible;
}

.banner-wrapper {
    background-color: #f6f5f3;
    padding: 20px 0;
    margin: 40px 0 20px 0;
}

.banner-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* 均等2列 */
    gap: 20px;
    list-style: none;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
}

/* 共通の検索アイコンボタンスタイル */
.search-toggle {
  z-index: 1000;
  position: absolute;
  top: 98px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("/common/i_search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* 検索ウィンドウ */
.search-box {
  position: fixed;
  top: 285px;
  right: -14px;
  width: 300px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.55s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* 右寄せ配置 */
  gap: 10px;
}

.search-box.active {
  transform: translateX(-17%);
}

.search-box.active input{
    width: 100%;
    padding: 5px;
    border: 2px solid;
}

.search-box.active input:focus {
  outline: none;
}

/* ウィンドウ内のボタンにだけ適用したい場合（必要に応じて） */
.search-toggle.inside {
  margin-left: auto;
}

.is-scroll .search-toggle{
    top: 18px;
}

.is-scroll .search-box{
    top: 78px;
}

@media (min-width: 930px) {
    #container #container-inner, #container #header-inner, #container #footer-inner{
        width: calc(var(--cvw) * 95);
    }
    .banner-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        /* 均等4列 */
    }

    #header div.logo-container {
        display: flex;
        justify-content: center;
        padding: 15px 0 30px;
    }
}

h2 {
    margin: 70px 0 40px;
    font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', '游明朝体', 'Yu Mincho', YuMincho, serif;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
}

td p {
    margin-top: 0;
}

.banner-list li img {
    width: 100%;
    max-height: 76px;
    object-fit: cover;
    transition: transform 0.2s ease -out;
}

@media (min-width: 930px) {
    div[itemprop='text'] tr td + td {
        padding-left: 20px;
    }
}

/* スマートフォン向けのメディアクエリ */
@media (max-width: 929px) {
    #header[role='banner'] {
        /* height: 80px; */
    }
    
    #header[role='banner'] #header-content{
        padding: 3px 0 10px;
    }
    
    #header[role='banner'] #header-content a {
        font-size: 16px;
    }
    
    .hamburger-icon {
        width: calc(var(--cvw) * 15);
        height: 39px;
        top: 40px;
        right: 10px;
    }
    .is-scroll .hamburger-icon{
        top: 25px;
    }

    #header[role='banner'] h1 {
        text-align: left;
        max-width: 100%;
        text-align: center;
        font-size: 2rem;
        line-height: 1.2;
    }
    
    #header[role='banner'] #header-description {
        max-width: 100%;
        padding: 0 5px 0px;
        text-align: center;
        font-size: 13px;
        line-height: 1.2;
    }

    #header img.logo {
        display: none;
    }

    .logo2 {
        height: 30px;
        opacity: 1;
        margin: 20px 0;
        visibility: visible;
    }
    
    .is-scroll .logo2{
        margin: 20px 0;
        height: 30px;
        width: auto;
    }

    #header[role='banner'] [role='navigation'] {
        display: none;
    }

    #header[role='banner'] [role='navigation'] a {
        30px calc(var(--cvw) * 1.6)
    }

    #container #container-inner {
        padding-inline: calc(var(--cvw) * 2.5);
    }

    #container #container-inner section {
        padding-inline: calc(var(--cvw) * 2.5);
        word-break: break-word;
        overflow-wrap: break-word;
    }
    #container #container-inner section img {
        max-width: 100%;
        height: auto;
        display: block; /* 必要に応じて：画像の下に隙間が出ないように */
    }
    #container #container-inner section pre {
        white-space: pre-wrap;     /* 折り返し可能に */
        word-break: break-word;    /* 単語途中でも折り返す */
        overflow-wrap: break-word; /* 長いURLや英単語対応 */
        max-width: 100%;           /* 親要素を超えない */
        overflow-x: auto;          /* 必要なら横スクロール */
    }
    #container #container-inner section table {
       width: 100%;
       table-layout: auto;
       word-break: break-word;
       overflow-wrap: break-word;
       display: block;          /* スマホ表示でブロック化 */
       overflow-x: auto;        /* 横スクロールを許可 */
    }

    table,
    tbody {
        display: block;
        width: 100%;
    }

    tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    tr td:first-child {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 35px;
    }

    tr td {
        display: block;
    }

    .banner-wrapper {
        padding-top: 20px;
        padding-bottom: 0px;
        width: 96%;
        margin: 40px auto;
    }

    .breadcrumb {
        margin-top: 40px;
        flex-wrap: wrap;
        line-height: 1.6em;
    }
    .breadcrumb li + li::before{
        width: 10px;
    }
}



/* ===================================================================================
パンくずリスト　PC　調整
====================================================================================== */

@media print,
screen and (min-width: 769px) {
    .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        font-size: 1.4rem;
        line-height: 1em;
        margin: 0;
        margin-top: 0px;
        padding-left: 0px;
    }
}

/* ===================================================================================
h1～h6　見出し　スタイル指定
====================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
    color: #262015;
}

body {
    color: #262015 !important;
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}

a{
    color: #262015 !important;
}

h1 {
    position: relative;
    z-index: 1;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media print,
screen and (min-width: 769px) {
    h1 {
        font-size: 5rem;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

h2 {
    position: relative;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media print,
screen and (min-width: 769px) {
    h2 {
        font-size: 3.4rem !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
}


h3 {
    position: relative;
    display: block;
    font-size: 2rem;
    padding: 0px 20px;
    border-left: 6px solid #2b2b2b;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #2b2b2b;
}

@media print,
screen and (min-width: 769px) {
    h3 {
        font-size: 2rem;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
}


h4 {
    position: relative;
    display: block;
    font-size: 2rem;
    padding: 0px 35px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

h4:before {
    font-family: FontAwesome;
    font-size: 25px;
    /*チェックマーク部のサイズ*/
    color: #262015;
    /*チェックマーク部の色（黒）*/
    left: 0;
    top: -3px;
    content: "\f058";
    position: absolute;
    padding-left: 2px;
}

@media print,
screen and (min-width: 769px) {
    h4 {
        font-size: 2rem;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}


h5 {
    position: relative;
    display: block;
    font-size: 2rem;
    padding: 0px 0px 0px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

h5:before,
h5:after {
    content: "";
    display: block;
    position: absolute;
}

h5:before {
    bottom: -5px;
    left: 1px;
    width: 5px;
    /*左下線の間の幅*/
    height: 20px;
    /*左下線の高さ*/
    border-right: 2px solid #2b2b2b;
    /*左下右線（太さ 実線 色）*/
}

h5:after {
    left: 0px;
    bottom: 2px;
    width: calc(100% - 8px);
    height: 2px;
    /*下線の太さ（高さ）*/
    background: #2b2b2b;
    /*背景色（黒）*/
}

@media print,
screen and (min-width: 769px) {
    h5 {
        font-size: 2rem;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

h6 {
    position: relative;
    font-size: 2rem;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

@media print,
screen and (min-width: 769px) {
    h6 {
        font-size: 2rem;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

/* ==========================================================================
   Footer Base
   ========================================================================== */
#footer {
    padding-top: 0;
    margin-top: 24px;
    z-index: 0;
    color: #262015;
}

#container #footer-inner {
    padding: 0 0 40px 0;
}

#footer .sitemap a {
    text-decoration: none;
    transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
    line-height: 2em;
    font-size: 1.4rem;
}

#footer .sitemap a:hover {
    color: #c61935;
}

/* ==========================================================================
   Navigation Area
   ========================================================================== */
[role='navigation'] {
    padding-left: 0;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}

[role='contentinfo'] #footer-content [role='navigation'] {
    margin-left: 0;
}

[role='contentinfo'] #footer-content [role='navigation'] li {
    margin-top: 10px;
    font-size: 1.6rem;
}

[role='contentinfo'] #footer-content [role='navigation'] li a {
    text-decoration: none;
}

[role='contentinfo'] #footer-content [role='navigation'] li a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Columns
   ========================================================================== */
.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 40px;
}

.footer-column {
    line-height: 2em;
    flex: 1;
    padding: 0;
}

.footer-column h4 {
    font-size: 1.8rem;
    margin-bottom: 1em;
    width: 100%;
}

/* ==========================================================================
   Footer Titles
   ========================================================================== */
.footer-title,
.footerh4 {
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
}

.footer-title {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footerh4 {
    font-size: 2rem;
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.footerh4:before {
    display: none;
}

/* ==========================================================================
   Copyright
   ========================================================================== */
.copyright {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.copyright::before {
    position: absolute;
    bottom: 150%;
    left: 0;
    display: block;
    width: 20px;
    height: 0.5px;
    content: "";
    background-color: #1D2524;
}

.copyright p {
    margin-top: 0;
    font-family: Noto Sans JP, 'ヒラギノ角 Pro W3', 'Hiragino Kaku Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}

/* ==========================================================================
   Sitemap Area
   ========================================================================== */
.sitemap {
    align-self: flex-start;
    margin-top: -5vw;
}

.sitemap p {
    margin-top: 0;
    margin-bottom: 0.809em;
    font-size: 1.4rem;
}

.sitemap ul {
    list-style: none;
    padding-left: 0;
    line-height: 2em;
}

.sitemap a.btn-sns {
    position: relative;
    height: 25px;
    width: 25px;
    display: inline-block;
}

.sitemap a.btn-sns img {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    transition: visibility 0.5s cubic-bezier(0.3, 0, 0.1, 1), opacity 0.5s cubic-bezier(0.3, 0, 0.1, 1);
}

.sitemap a.btn-sns img.hover {
    visibility: hidden;
    opacity: 0;
}

.sitemap a.btn-sns:hover img:not(.hover) {
    visibility: hidden;
    opacity: 0;
}

.sitemap a.btn-sns:hover img.hover {
    visibility: visible;
    opacity: 1;
}

/* ==========================================================================
   Footer Navigation
   ========================================================================== */
.l-footer__nav {
    margin-bottom: 2rem;
}

.l-footer__nav nav {
    margin: 0 !important;
}

.l-footer__lnav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 5px auto 0 !important;
}

.l-footer__lnav > li {
    position: relative;
}

.l-footer__lnav > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 55%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #1D2524;
}

.l-footer__box .l-footer__lnav {
    margin-bottom: 70px !important;
}

/* ==========================================================================
   SNS Section
   ========================================================================== */
.l-footer__sns {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 0.809em;
    margin-bottom: 0;
}

/* ==========================================================================
   List
   ========================================================================== */
.l-footer__list {
    display: flex;
    list-style: none;
}

.l-footer__list > li {
    margin-right: calc(var(--cvw) * 5);
    margin-top: 0 !important;
}

.l-footer__list li:last-child {
    margin-right: 0;
}

/* ==========================================================================
   Grid / Canvas
   ========================================================================== */
.l-footer__canvas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: repeat(3, auto);
    gap: 1rem;
    max-width: 500px;
    list-style: none;
    margin-top: 0;
    width: calc(var(--cvw) * 35);
}

.l-footer__canvas li {
    margin-bottom: 1em;
}

.l-footer__canvas li:nth-child(1) { grid-column: 1; grid-row: 1; }
.l-footer__canvas li:nth-child(2) { grid-column: 1; grid-row: 2; }
.l-footer__canvas li:nth-child(3) { grid-column: 1; grid-row: 3; }
.l-footer__canvas li:nth-child(4) { grid-column: 2; grid-row: 1; }
.l-footer__canvas li:nth-child(5) { grid-column: 2; grid-row: 2; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1126px) {
   .sitemap{
   margin-top: -130px;
   }
}
@media (max-width: 1029px) {
   .sitemap{
   margin-top: -165px;
   }
}
@media (max-width: 929px) {
   .sitemap{
   margin-top: 0;
   }
   #container #footer-inner{
    padding: 0;
   }
   .footer-columns {
        flex-direction: column;
    }
  .footer-nav,
  .footer-campus {
    border-bottom: 1px solid;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .l-footer__nav{
    margin-bottom: 0; 
  }
  .l-footer__canvas{
    padding-left: 0;
    width: 100%;
  }
  .footer-links {
    width: 100%;
  }
  .sitemap p{
    font-size: 11px;
  }
  .copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
    .footer-title {
        font-size: 1.2rem;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 7px;
    }

    .footer-column {
        width: 100%;
        max-width: 100%;
        text-align: left;
        font-size: 1.1rem;
        padding-bottom: 0;
        margin: 0;
    }

    .footer-column:first-child {
        margin-bottom: 0;
        paddin-bottom: 0;
        border: none;
    }

    .footer-column:last-child {
        padding-bottom: 20px;
    }

    .footer-column h4 {
        font-size: 1.2rem;
        margin: 0 !important;
        padding: 0 20px;
    }

    .footer-column h4:before {
        font-size: 1.2rem;
        top: 0;
    }

    #footer {
        width: 96%;
        margin: 0 auto;
    }

    [role='contentinfo'] #footer-content [role='navigation'] li a {
        font-size: 1.1rem;
    }

    #footer .sitemap a {
        font-size: 1.1rem;
    }

    .copyright {
        display: block;
    }

    .copyright img {
        float: none;
        max-width: 169px;
    }

    .copyright p {
        margin-top: 12.5px;
        margin-bottom: 50px;
        font-size: 1.1rem;
    }

    .l-footer__sns img {
        width: 20px;
    }

    .l-footer__list {
        padding: 0;
    }

    .l-footer__box .l-footer__lnav {
        margin-bottom: 30px !important;
    }
}

@media (min-width: 769px) {
    .footer-title {
        font-size: 1.6rem;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .footerh4 {
        font-size: 2rem;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 930px) {
    .l-footer__nav {
        max-width: 1104px;
        width: calc(var(--cvw) * 55);
        border-bottom: 1px solid;
        padding-bottom: 40px;
    }

    .l-footer__nav nav {
        padding-bottom: 0;
    }
}

/* ===================================================================================
テーブル　スタイル指定
====================================================================================== */

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    box-sizing: border-box;
}

th {
    background: #333333;
    color: #fff;
}

/* ===================================================================================
サイド カテゴリ　スタイル指定
====================================================================================== */
#page-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5vw;

  @media print, screen and (min-width: 769px) {
    grid-template-columns: 1fr 300px;
  }

  nav ul.sideNav {
    padding: 15px 15px 200px 15px;
    background: #f3f3f3;
    box-sizing: border-box;
    list-style: none;

    li {
      a {
        width: 100%;
        padding: 10px;
        display: flex;
        border-bottom: solid 1px #333;
        transition: 0.3s;
        text-decoration: none;
        box-sizing: border-box;
      }
      a:hover {
        background-color: #fff;
      }    
    }   
  }
}
@media (max-width: 929px) {
  nav ul.sideNav {
    padding: 15px 15px 50px 15px !important;
  }
}
/* ===================================================================================
記事詳細　スタイル指定
====================================================================================== */
.entry-content p:first-of-type {
  margin-top: 20px;
}
.asset-meta-list {
    display: flex;
    padding: 0;
    margin: 0;
}
@media (max-width: 929px) {
article.entry ul.asset-meta-list{
    display: flex;
    flex-wrap: wrap;
}
}
.asset-meta-list-item {
  margin-right: 10px;
}

.asset-meta-list li:nth-child(2) {
    display: flex;
    gap: 10px;
}
.asset-meta-list-item ul li{
    font-size: 0.7em;
    display: inline-block;
    padding: 4px 12px 3px;
    text-align: center;
    border-radius: 0.5em;
    background-color: #f0c0c0;
}
.asset-meta-list-item ul li a{
    color: #262015 !important;
}
.asset-meta-list-item:first-of-type {
    font-size: 0.7em;
    background: #000;
    padding: 4px 12px 3px;
    border-radius: 0.5em;
}
.asset-meta-list-item ul.type li{
    background-color: #f0c0c0;
}
.asset-meta-list-item ul.target li{
    background-color: #ffede6;
}
.asset-meta-list-item ul.region li{
    background-color: #e3dcf9;
}
.asset-meta-list-item ul.linkage li{
    background-color: #e2f2fe;
}
.asset-meta-list-item ul.status li{
    background-color: #eeeeee;
}
.asset-meta-list-item ul.subcat li{
    background-color: #f0c0c0;
}
/* 3つ目を右寄せ */
.asset-meta-list-item.right-item {
  margin-left: auto;
}
.asset-meta-list li a {
    color: #fff !important;
    text-decoration: none;
}
.page,.entry,#content .related {
    margin: 0;
}
.entry h2 + footer ul, .page h2 + footer ul, section h2 + footer ul{
    margin-top: 0;
    display: flex;
    gap: 10px;
}
.entry-tags p{
    background: #f3f3f3;
    padding: 10px;
}

/* ===================================================================================
記事一覧　スタイル指定
====================================================================================== */
#page-main ul.entries h2 {
    margin: 10px auto !important ;
    font-size: 16px !important;
}

#page-main ul.entries > li .date {
    text-align: right;
}
#page-main ul.entries > li div.cf ,#page-main ul.entries > li div.cf ul {
  display: flex !important;
  flex-wrap: wrap; /* 折り返しを許可 */
  justify-content: flex-start; /* 左詰にする */
}
.cf ul li a {
    text-decoration: none;
}


/* ===================================================================================
記事一覧　スタイル指定（スマホ）
====================================================================================== */

@media print, screen and (max-width: 768px){
  #posts h2 {
      margin: 0;
      padding-bottom: 1.2em;
      border-bottom: 1px solid #c0c6c9;
  }
}


/* ===================================================================================
リストタグ　開始点揃え指定
====================================================================================== */

ul, ol {
    padding-inline-start: 20px;
}