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

/* メインビジュアル上の文字を太く */
.p-mainVisual__slideTitle {
	font-weight:bold;
}

/* 吹き出しのテキスト枠にてmax-widthを打ち消す */
.c-balloon__body .c-balloon__text {
	max-width: initial;
}

/* ページ内ナビゲーションのフォントカラーを白に */
.-border04 p a {
	color:#fff;
}

/* メールフォーム：必須マーク */
.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: #63b25d;
}

/* ページ内メニュー：背景色とリンク色 */
.in-menu .swell-block-column {
	background-color: #63b25d;
}

.in-menu .swell-block-column a {
	color:#fff;
}

