@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;
}

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