/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2026 | 23:32:52 */
/*ページの幅*/
@media (max-width: 1360px){
.siteHeader .container,
.page-header .container,/*タイトル*/
.breadSection .container,/*ぱんくず*/
.siteContent .container,/*コンテンツ*/
.siteFooter .container/*フッター*/
{
    max-width: 1200px;
}
}

@media (min-width: 1361px){
.siteHeader .container,
.page-header .container,/*タイトル*/
.breadSection .container,/*ぱんくず*/
.siteContent .container,/*コンテンツ*/
.siteFooter .container/*フッター*/
{
    max-width: 1310px;
}
}

/* 基本文字サイズ */
.entry-body,
.entry-body th,
.entry-body td {
font-size: 12pt;

}

/* 基本文字サイズ */
@media (min-width: 780px){
.entry-body,
.entry-body th,
.entry-body td,
.page-id-22 .postList_title,
.page-id-22 .postList_date {
font-size: 14pt !important
}
}


/* 文字色 */
body .container,
body .container a {
color:black;

}


/* グローバルサブメニューの設定 */
.gMenu_outer .sub-menu li {
background-color: white;
/*border: 5px solid rgba(255,255,255,.15);*/
border: 1px solid;
border-top: 0px;
border-color: silver;
}

.gMenu_outer .sub-menu a {
color: black!important;

}

/* マウスホバー時の背景色 */
.gMenu_outer .sub-menu li a:hover {
background-color: #f2f2f2;
}





/*グローバルメニューフォント*/
/*.gMenu_name{
font-family: Huifont;
font-size: 19px !important;
font-weight:normal !important;
}
*/



/* リスト設定 */
.entry-body ol,
.entry-body ul {
margin: 0px !important;
padding:  0px !important;
padding-left:  1.5em !important; 

}

/*　テーブル設定　*/
table{
  border-collapse: collapse;
  width: 100%;
}





/* リンク画像のマウスオーバー */
a:hover img { opacity:0.6; }

/* コンテンツ上側の余白調整 */
.siteContent {
    padding-top:1em ;
    }

/* フッター上の線の色 */
footer.siteFooter {
    border-top: 1px solid #8c8c8c;
}

/*フッター背景*/
.siteFooter{
	background-color:#3c3c3c;
}

/*フッター文字*/
.siteFooter p,
.siteFooter a
{
	color:white!important;
}

/*パンくず非表示*/
/*.breadSection { display:none !important; }*/

/*パンくず家のアイコン非表示*/
#panHome .fa-house{ display:none !important; }



/*エラーページ対応*/
.error404 .well {
    display:none !important;
    }

/*IEアラート消す*/
.ie_alert {
    display:none !important;
    }





/*コピーライト消す*/
footer .copySection p:nth-child(2) {
    display:none !important;
    }

/*ページタイトル（黒、左寄せ）*/
.page-header_pageTitle{
/*	color:black !important;*/
	text-align: left !important;
	font-size: 1.8em !important;
}

/*ページタイトル背景（白）*/
.page-header{
	background-color:white;
}





/* reCAPTCHA表示を消す */
.grecaptcha-badge {
	visibility: hidden !important;
}

















/*ブログ一覧のいろいろ非表示*/
/*.entry-meta_items,/*登録日*/
.entry-meta_updated,/*修正日*/
.postList_terms,/*カテゴリ*/
.entry-meta_items_term,/*カテゴリ*/
.entry-meta_items_author/*更新者*/
{
    display:none !important;
}

/*ブログ記事の余分な項目非表示*/
.entry-footer,
/*.vk_posts*/
{
    display:none !important;
}



/*改行させたくない*/
.non { white-space: nowrap;}


/*リンクの下線を消す*/
a {
    text-decoration: none !important;

}

/*投稿記事ページのタイトルサイズ*/
h1.entry-title {
    font-size: 1.5em !important;

}

/*投稿一覧ページのカテゴリタイトルサイズ*/
h1.archive-header_title {
    font-size: 1.5em !important;

}

/*投稿一覧の記事名サイズ*/
h1.media-heading {
    font-size: 1.3em !important;

}





/* エラーページをサイトマップに表示しない */
.veu_sitemap .page_item.page-item-2559{
display: none;
}



.btm10 {
margin-bottom: 10px;   /* 下余白 */
}

.btm5 {
margin-bottom: 5px;   /* 下余白 */
}

.btm0 {
margin-bottom: 0 !important;
}

/* リンクの矢印 */
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.sample4-1::before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid gray;
}










/*画面に表示しない*/
.nodisplay {
    display:none !important;
}