/*タイトルバー削除*/
.page-header:not(.page--cover) {
   display: none;
}
/*投稿タイトル部分削除*/
.entry-title{
	display: none;
}
/*bodyとTOP幅*/
#primary {
    padding-top: 0.1px;
}
/*TOPmenuとtop画の幅*/
.no-sidebar .entry-content > .alignfull {
	    margin: 0.1px;
}
/*TOP固定メニューバー色*/
.site-header {
	background-color: #fac600;
}
/*メニュー文字色*/
.onepress-menu.onepress-menu-mobile a {
    color: #fac600;
}
/*チェックポイント説明文の文字色サイズ*/
body, button, input, select, textarea {
    color: #000000;
	font-size:16px;
}
/*footer-text-color*/
.sidebar .widget a {
    color: #fff;
    font-size: 14px;
}
/*foofer-上下余白幅*/
.footer-widgets.section-padding {
    padding: 0rem;
}
/*Q&A文字サイズ　枠幅カラー*/
.su-spoiler-style-fancy.su-spoiler-closed>.su-spoiler-title {
	font-size:	20px;
	 line-height: 40px;
	background-color:#fff;
}
/*Q&A　+サイズ*/
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
    font-size: 30px;
}
/*Q&A 回答color*/
.su-spoiler-style-fancy>.su-spoiler-content {
    color: #000000;
}
/*mail送信ボタンhover*/
.pushbutton-wide:hover {
	color: #000 !important;
	border-radius: 26px;
}
/*menu文字size*/
.onepress-menu>li>a {
    color: #000000;
    font-size: 16px;
}

/*menu文字hover*/
.onepress-menu>li>a:hover {
    color: #fff;
}

/*リンク画像hover*/
.wp-image-1152:hover{
  opacity: 0.5;
  transition-duration: 0.3s;
}
.wp-image-1506:hover{
  opacity: 0.5;
  transition-duration: 0.3s;
}
/*TOP特集記事はこちらhover*/
.wp-image-2852:hover{
  opacity: 0.9;
  transition-duration: 0.3s;
	transform: scale(1.02);
}


/* 点滅 */
.blinking{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*横スクロロール消す*/
body{
 position: relative;
 overflow-x: hidden;
}

/*jQueryスタート*/
.start {
	background: #fac600;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
/*jQuery追尾初期オフ*/
.contentsArea{
	display: none;
}

/*タグクラウドのデザイン*/
.tag-cloud-link{
 background:#eee;
 border:none;	
 color: #666;
 padding: 6px;
 margin:3px;
 border-radius: 3px;
 font-size:16px !important;
}
/*タグクラウドマウスオーバー時*/
.tag-cloud-link:hover {
 background: #fac600; 
 color: #fff; 
}

/*linkボタンsize＆hover*/
.wp-block-button__link{
	padding: 12px 100px;
}
.wp-block-button__link:hover{
	background-color: #fff !important;
	color: #fac600 !important;
	 transition-duration: 0.3s;
}
/*記事一覧の画像hover*/
.bg-cover:hover{
	opacity: 0.8;
  transition-duration: 0.3s;
	transform: scale(1.05);/*画像の拡大率*/
}
/*pickUP1記事画像*/
.wp-image-3015:hover{
  opacity: 0.9;
  transition-duration: 0.3s;
	transform: scale(1.02);
}
/*pickUP記事2*/
.wp-image-2279:hover{
  opacity: 0.9;
  transition-duration: 0.3s;
	transform: scale(1.05);
}
/*pickUP記事3
 **/
.wp-image-3973:hover{
  opacity: 0.9;
  transition-duration: 0.3s;
	transform: scale(1.05);
}
/*pickUP記事4*/
.wp-image-2348:hover{
  opacity: 0.9;
  transition-duration: 0.3s;
	transform: scale(1.05);
}

/* パソコンで見たときはスマホ用画像stop*/
.wp-image-2892{ display: block !important; }
.wp-image-2888{ display: none !important; }
/* スマートフォンで見たときはPC用画像stop */
@media only screen and (max-width: 750px) {
.wp-image-2892{ display: none !important; }
.wp-image-2888{ display: block !important; }
}

/* 間の6つのコンテンツの高さを揃える */
.p has-background-2{
	padding: 1.25em 2.375em 1.25em 3.5em;
}

.header-cta-btn img {
	max-width: 50%;
}

/* footerのiframe調整 */
.footer-widget iframe {
	max-width: 100%;
}

/* headerロゴの調整 */
.site-branding .site-logo-div {
	max-width: 240px;
}