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

/* マニフェスト リッチカラム配置逆 */
@media (max-width: 960px)  {
.swell-col-reverse .swell-block-columns__inner{
flex-direction: column-reverse; 
}
}


/* マニフェスト  タイトル */

.post_content h4 {
	font-size: 1.5em;
	font-weight: 600;
}

.heading-24 {
    position: relative;
    padding-top: 1.5em;
    color: #194678;
}

.heading-24::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    color: #d9f4ff;
    font-size: 5em;
    line-height: 0.5;
    content: attr(data-number);
    pointer-events: none;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
　 font-weight: 400;
}