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

/* メールフォームに必須マークをつける */
.smf-item__label__text {
    position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 23px;
  border-radius: 4px;
  content: "必須";
  font-size: 12px;
  color: #fff;
  background: #00a99d;
}

/* 投稿のリンクを無効化 */
.p-postList__item a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}


/* 固定ページの区民たよりを無効化 */
#body_wrap.page #block-8 .p-blogParts {
display: none;
}

/* Snow Monkey Forms__Cloudflare Turnstile */
.snow-monkey-forms-turnstile > div {
	padding-top:10px;
	place-content: center;
}

