@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
*/
.back03{background:#ffffff;}
/*　PC　SP　切り替え*/
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width:768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* リキャプチャ設定 */

.grecaptcha-badge{
	z-index: 10000;
	bottom: 15px;
}

@media (min-width: 960px) {
	.page-id-198 .p-fixBtnWrap {
		bottom: 5.5em;
	}
}


@media screen and (max-width: 767px){	
	.grecaptcha-badge{
		bottom: 15% !important;
	}
	
	.page-id-198 .p-fixBtnWrap {
		bottom: 25% !important;
	}
}

.single-news h1{
	display: block;
	margin-top:2rem;
}
.c-postTitle__ttl{
	font-size:32px;
}


.single:not(.single-news) .c-postTitle,
.single:not(.single-news) .c-postTimes{
	display: none;
}


.single-news .-author,.single-news .c-shareBtns__message, .c-postTitle__date,.c-shareBtns__list{
display:none;
}


/*reCAPTCHA v3 バッジを左下に移動*/
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

/* 関連記事エリアの画像枠を一括で非表示 */
.p-relatedPosts .p-postList__figure,
.p-relatedPosts .p-postList__thumb {
    display: none !important;
}

/* 画像が消えた分の余白を詰め、テキストを横いっぱいに広げる */
.p-relatedPosts .p-postList__body {
    padding-left: 0 !important;
    width: 100% !important;
}