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

/*h2見出し*/
.post_content h2{
  position: relative;
	font-size:1.8em;
	margin:3em 0 1em 0;
	padding: 0.5em 1em 0.5em 1.5em;
	background: #f4f4f4;
}

.post_content h2:before{
	 position: absolute;
  top: -0.5em;
  left: -0.5em;
  font-family:icomoon;
	color:#f4646b;
  content: "\e9c5";
}

/*ヘッダー*/
.l-fixHeader__gnav.c-gnavWrap{
		display:none!important;
}

#gnav{
	display:none!important;
	}
.l-header__menuBtn.sp_{
	display:block!important;

}	
#sp_menu{
		display:block!important;
}

@media (min-width: 960px){
	.p-spMenu__inner{
		width:40vw;
	}
}

.c-iconBtn{
	padding-top:0.5rem;
}

/*ボタン装飾*/
.is-style-btn_normal a{
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.is-style-btn_normal a:after{
content:"";
background-image:url(https://flam.co.jp/media/wp-content/uploads/2023/01/woman-cta1.png);
display:inline-block;
position:absolute;
background-size: contain;
width:100px;
height:100px;
top:-0.5rem;
right:-3.5rem;
}

.is-style-btn_normal a:hover:after{
content:"";
background-image:url(https://flam.co.jp/media/wp-content/uploads/2023/01/woman-cta2.png);
display:inline-block;
position:absolute;
background-size: contain;
width:100px;
height:100px;
top:-0.5rem;
right:-3.5rem;
}

/*開閉メニュー*/
.c-widget__title.-spmenu{
	padding:0;
	display:none;
}

.l-mainContent__inner{
	position:relative;
}

/*検索バーのボタン文字色*/
.wp-block-search__button.has-icon.wp-element-button{
	background:#f4646b;
	color:#fff;
}

/*アイキャッチ画像下にPR表示*/
.p-articleThumb::after{
content:"PR記事";	
	font-size:0.8rem;
	font-weight:bold;
	padding:1px 1rem;
	border:#000 solid 1px;
	display: inline-block;
    float: left;
	margin:1rem;
}

.top-page-mofified{
	font-size:12px;
	margin:0.5em 0 1em 0;
}