@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.swell-block-tab > ul.c-tabList {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.swell-block-tab > ul.c-tabList > li.c-tabList__item {
  flex: 1 1 25% !important; /* 25%にして4列 */
  box-sizing: border-box !important;
  margin-bottom: 8px !important;
}

.swell-block-tab > ul.c-tabList > li.c-tabList__item > button.c-tabList__button {
  width: 100% !important;
  box-sizing: border-box !important;
}


/* 記事上部アイキャッチが枠からはみ出す対策（SWELL） */
.p-entryThumb,
.p-entryThumb__img,
.c-postThumb,
.c-postThumb__figure{
  overflow: hidden;
}

.p-entryThumb img,
.c-postThumb__figure img{
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}



/* 投稿ページの注意書きのマーカ */
.ad-note {
  font-size: 12px;
  line-height: 1.6;
  color: #555;

  display: inline-block;
  padding: 0.25em 0.5em;   /* ← 上下左右を広げる */

  background: #f0f0f0;     /* 全体を覆う薄グレー */
  border-radius: 3px;      /* 角を少し丸くして注記感 */
}





