@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
*/


/* =================================================
   Custom Design Base for SWELL　　　　　　　　　　　　　　2026/02/26 編集 Genini_Ver.4.0の「ChatGPT」
   投稿ごと自由デザイン用・安全リセット
================================================= */

body .is-custom-design .p-entry__content {
  all: unset;
  display: block;
  box-sizing: border-box;

  font-family: inherit;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
}

body .is-custom-design .p-entry__content * {
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
}

body .is-custom-design .p-entry__content h1,
body .is-custom-design .p-entry__content h2,
body .is-custom-design .p-entry__content h3,
body .is-custom-design .p-entry__content h4,
body .is-custom-design .p-entry__content h5,
body .is-custom-design .p-entry__content h6 {
  all: unset;
  display: block;
  font-weight: bold;
}

body .is-custom-design .p-entry__content p {
  margin: 0 0 1.6em;
}

body .is-custom-design .p-entry__content a {
  color: inherit;
  text-decoration: underline;
}

body .is-custom-design .p-entry__content img {
  max-width: 100%;
  height: auto;
  display: block;
}

body .is-custom-design .c-blogcard,
body .is-custom-design .swell-block-fullWide {
  all: unset;
}


















