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


/* ==========================================================
 * is-style-section_ttl 見出し下のグラデーションライン
 * --wp--preset--color--swl-main / --wp--preset--color--swl-deep-01 を明るくした色
 * ========================================================== */
.wp-block-heading.is-style-section_ttl {
	position: relative;
	padding-bottom: 0.7em;
	margin-bottom: 1.6em !important;
}
.wp-block-heading.is-style-section_ttl::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 64px;
	height: 4px;
	border-radius: 4px;
	background: linear-gradient(90deg, #d9a83c, #f26d6d);
}
