/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 07 2026 | 06:45:00 */
/* body {
    font-family: sans-serif;
} */

/* 本文のぶら下げインデント */
.site-body p {
	margin:0 0 0 1em;
	text-indent:-1em;
    text-spacing-trim: trim-all;
    /* font-size: 110%; */
}

/* Lightning独自のフッターコピーライトを消去 G2*/
footer .copySection p:nth-child(2) {
    display:none !important;
    }
/* Lightning独自のフッターコピーライトを消去 G3*/
.site-footer-copyright p:nth-child(2) {
    display: none;
}

/* ページヘッダーの存在 */
.page-header {
    display: none;
}

	/* ページヘッダー高さ G3 */
	.page-header {
	    min-height: 3rem;
	}
	/* ページヘッダーH1のデザイン */
	.page-header h1 {
		font-size: 24px; /*文字の大きさ*/
	}

/* サイトヘッダーの背景色 G3 */
.site-header {
    background-color: #337ab7;
}
/* サイトヘッダーの文字色 G3 */
.site-header-logo a{
	color: #FFF;
}
.global-nav-name {
	color: #FFF;
}

ul.sub-menu li a:hover{
	font-weight: bold;
}



/* ヘッダーメニューの文字色 G3 */
/* .Menu-Item a{
color:#fff;
} */
/* 子メニューバーの文字色・文字サイズ */
ul.gMenu > li > ul.sub-menu li {
color:#fff;
font-size: 12px; 
}
ul.gMenu > li > ul.sub-menu li a:hover{
background-color: #036;
color: orange;
font-weight: bold;
}
.global-nav-list>li .global-nav-name {
    font-size: 16px;
}
.vk-menu-acc ul.sub-menu li a {
    font-size: 14px;
}

/* ヘッダーコンテナの背景色 G3 */
.site-header-container {
    background-color: #337ab7;
}


/* フッターの背景色・文字色 G3*/
.site-footer {
    background-color: #036;
	color: #fff;
}
/* フッターコピーライト文字色 */
footer .copySection p {
	color: #fff;
}

/* フッターナビメニュー 文字色 */
footer .widget_nav_menu a{
	color: #fff;
}

/* フッターナビの1行目削除 */
footer .footer-nav{
    display: none;
}


/* サイドバー背景色 */
.sub-section {
    background-color: #fff;
}
/* サイドバー2背景色 */
.widget_link_list {
    background-color: #EDFFFFC4;
}

/* ２カラム幅 */
@media (min-width: 992px) {
	/*メインセクション*/
	.mainSection-col-two {
	    width: 75%; !important
	}
	/*サイドバー*/
	.sideSection-col-two {
	    width: calc(25% - 3em); !important
	}
}
/* ２カラム幅 G3 */
@media (min-width: 992px) {
.main-section--col--two {
width: 75%; !important
}
.sub-section--col--two {
width: calc(25% - 3em); !important
}
}


/* 見出しH2のデザイン */
.entry-body h2,
.comments-area h2 {
	border-top: none; /*見出しの上の線*/
	border-bottom: solid 3px #036; /*見出しの下の線*/
	background: none; /*背景ナシ*/
	font-size: 32px; /*文字の大きさ*/
	margin: 45px -5px 15px; 
	padding: 0px 10px;
}

/* テーブル内TH項目の文字をボールド */
th{
	font-weight: bold; !important
}
/* iframe 横幅100% */
.yt-wrapper {
  position: relative;
  width: 100%;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 外部リンクにアイコンをつける */
.entry-body p a[href^="http"]::after {
  margin-left: 3px;
  font-family: "Font Awesome 7 Free";
  content: '\f35d';
  color: #337ab7;
  font-weight: bold;
}
.entry-body p a[href^="javascript:subWin"]::after {
  margin-left: 3px;
  font-family: "Font Awesome 7 Free";
  content: '\f2d2';
  color: #337ab7;
  font-weight: bold;
}


/* リンク文字色 */
.entry-body p a {
  color: #036;
  font-weight: 600; /*400がnormal, boldは700*/
}


/* お問い合わせBOX背景色・見出し文字色 */
.vk_borderBox-background-white .vk_borderBox_body {
    background-color: #EDFFFFC4;
}
.vk_borderBox .vk_borderBox_title_container .svg-inline--fa,.vk_borderBox .vk_borderBox_title_container i:first-child {
    color: #fa0;
}
.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
    color: #fff;
}

/* 改正履歴プルダウン  */
.rireki_dropdown {
	padding: 0 !important;
    position: absolute;
    top: 2em;
    right: 0;
	width: 20rem;
}
.rireki_dropdown > li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    width: 7px;
	margin: auto;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}
.rireki_dropdown a{
	color: #333;
	cursor:pointer;
	text-decoration-line: none;
}
.rireki_dropdown > li {
    position: relative;
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid hsla(0,0%,78%,.5);
    border-radius: 0;
    color: #333;
    padding: 0.25em 0.25em 0.25em 0.25em;
}
.rireki_dropdown > li > ul {
	display:none;
}
.rireki_dropdown > li:hover ul {
    display: block;
    position: absolute;
    left: 0;
    list-style-type: none;
    background-color: #f7f7f7;
    border: 1px solid hsla(0,0%,78%,.5);
    font-size: .9em;
    padding: 0.25em 0.25em 0.25em 0.25em;
    z-index: 10;
}
.rireki_dropdown > li ul > li {
    line-height: 1em;
}

/* 改正履歴プルダウン 上のスペースの調整 */
:where(.wp-block-columns) {
    margin-bottom: 0.5em;
}

/* table内の文字サイズを任意のサイズに */
table td, table th{
font-size: 100%;
}

/* フッターお問い合わせ欄のBGカラー */
.veu_contact .contact_frame {
    color: #036;
    background-color: #ffefd5;
}
.site-footer .veu_contact .contact_txt_time, .sub-section--col--two .veu_contact .contact_txt_time {
    font-size: 14px;
}
.veu_contact .contact_txt_catch, .veu_contact .contact_txt_time {
    line-height: 150%;
}
.site-footer .veu_contact .contact_frame, .sub-section--col--two .veu_contact .contact_frame {
    padding: 1rem 0rem 0.5rem 2rem;
}

/* popupする本文リンク部の文字装飾 */
.ulb {
    color: #036;
    font-weight: bold;
    text-decoration: underline dotted;
}

/* もくじ部分 文字サイズ・行高 */
.sub-section a {
    font-size: 16px;
    line-height: 80%;
}

/* pdfボタンのデザイン */
.pdf-btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #af0300;/*左線*/
  color: #af0300;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	padding: 0 !important;
    position: absolute;
    top: -2.5em;
    right: 0;
	width: 10rem;
}
.pdf-btn:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

/* 印刷範囲の指定 */
@media print{
    .site-header{display:none;}
    .breadcrumb{display:none;}
    .site-footer{display:none;}
    .wp-element-button{display:none;}
    .rireki_dropdown{display:none;}
    .pdf-btn{display:none;}
}
