@charset "utf-8";
/*
Theme Name: Lightning Child SampleTheme
URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: Version: 0.1.2
*/
/***★ BVカスタマイズより ★***/

/*基本文字*/
body {
font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
color:#444444;
}

a {
color: #1E74BF;
text-decoration: underline;
}

/*コメントフォームを削除*/
#comments {
display:none;
}

/*次へのナビを削除*/
.vk_posts.postNextPrev {
display:none;
}

/*フッターパワードを削除*/
#powerd {
display:none;
}

/*記事日付を削除*/
.infoDate {
display:none;
}

/*投稿日等を削除*/
.entry-meta {
display:none;
}

/* カテゴリー削除 */
.entry-meta-dataList {
    display: none;
}

/*サムネイル画像のボーダーを削除*/
#content .infoList .infoListBox div.thumbImage div.thumbImageInner img    {
width:88px;height:auto; border:none;
}

/*右メニューのサムネイル画像*/
.subSection .ttBox .ttBoxThumb, .subSection .ttBox .ttBoxThumb {
    width: 20px;
}
.ttBox .ttBoxRight{ 
    margin: 7px 0 0 -10px;
}

/* リンクリストにアイコンを付加 */
.entry-body h3:before {
    content: '\f0a4';
    font-family: FontAwesome;
    margin-right: 5px;
}

/* お知らせの過去ログを消す */
.moreLink {
    display: none;
}


/*画像リンクのロールオーバー*/
a:hover img {
opacity:0.75;
filter: alpha(opacity=75);
-ms-filter: "alpha( opacity=75 )";
background: #fff;
}

/*スライドショー画像のボーダーあり*/
.img_border_on img {
    border: #eee solid 8px;
}

border_on {
    border: #eee solid 8px; 
}

/*フッターの下*/
#siteBottom {
background:#1E74BF;
color:#ffffff;
}

.siteFooter {
    background-color: #1e74bf;
}

.siteFooter .sectionBox {
    padding-top: 0em;
}

/* コピーライト */
footer .copySection p:nth-of-type(2) {
    display: none;
}

footer .copySection p:nth-of-type(1),
footer .copySection p:nth-of-type(1) a {
    color: #fff;
}


/***** サブページヘッダー *****/
#pageTitBnr {
}

/***** トップページ見出し *****/
.mainSection h2{
    position:relative;
    margin:20px 0px;
    padding:10px 10px 10px 30px;
    font:bold 22px/1.2 Arial, Helvetica, sans-serif;
    color:#124673;
    background:#ccc;
    border-top:#ccc solid 1px;
    border-right:#999 solid 1px;
    border-bottom:#999 solid 1px;
    border-left:#ccc solid 1px;
    text-shadow:1px 1px 0 rgba(255,255,255,1);
        box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
        background-image: -webkit-gradient(linear, left top, left bottom,
            from(            rgba(220, 220, 220, 1.0)), 
            color-stop(0.25, rgba(240, 240, 240, 1.0)),
            color-stop(0.30, rgba(235, 235, 235, 1.0)),
            color-stop(0.36, rgba(240, 240, 240, 1.0)),
            color-stop(0.50, rgba(235, 235, 235, 1.0)),
            color-stop(0.80, rgba(215, 215, 215, 1.0)),
            to(              rgba(210, 210, 210, 1.0))
            );
    background-image: -webkit-linear-gradient(top,
            rgba(220, 220, 220, 1.0), 
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
    background-image: -moz-linear-gradient(top,
            rgba(220, 220, 220, 1.0), 
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
    background-image: -o-linear-gradient(top,
            rgba(220, 220, 220, 1.0), 
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
    background-image: linear-gradient(to bottom,
            rgba(220, 220, 220, 1.0), 
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
}
.mainSection h2:before{
    content:" ";
    position:absolute;
    top:0;
    left:15px;
    width:0;
    height:100%;
    border-left:#ccc solid 1px;
}
.mainSection h2:after{
    content:" ";
    position:absolute;
    top:0;
    left:16px;
    width:0;
    height:100%;
    border-right:#eee solid 1px;
}



/*****記事内の見出し*****/

.mainSection h1.mainSectionTitle {
    display: none;
}

.entry-body h1{
    margin: 0 0 ;
    padding: 1em;
    border: 2px solid #404040;
    font-size: 1.2em;
    font-weight: normal;
}

.entry-body h2{
    position:relative;
    margin:20px 0px;
    padding:10px 10px 10px 30px;
    font:bold 22px/1.2 Arial, Helvetica, sans-serif;
    color:#124673;
    background:#ccc;
    border-top:#ccc solid 1px;
    border-right:#999 solid 1px;
    border-bottom:#999 solid 1px;
    border-left:#ccc solid 1px;
    text-shadow:1px 1px 0 rgba(255,255,255,1);
        box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
        background-image: -webkit-gradient(linear, left top, left bottom,
            from(            rgba(220, 220, 220, 1.0)), 
            color-stop(0.25, rgba(240, 240, 240, 1.0)),
            color-stop(0.30, rgba(235, 235, 235, 1.0)),
            color-stop(0.36, rgba(240, 240, 240, 1.0)),
            color-stop(0.50, rgba(235, 235, 235, 1.0)),
            color-stop(0.80, rgba(215, 215, 215, 1.0)),
            to(              rgba(210, 210, 210, 1.0))
            );
    background-image: -webkit-linear-gradient(top,
            rgba(220, 220, 220, 1.0), 
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
    background-image: -moz-linear-gradient(top,
            rgba(220, 220, 220, 1.0), 
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
    background-image: -o-linear-gradient(top,
            rgba(220, 220, 220, 1.0), 
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
    background-image: linear-gradient(to bottom,
            rgba(220, 220, 220, 1.0), 
            rgba(240, 240, 240, 1.0) 25%,
            rgba(235, 235, 235, 1.0) 30%,
            rgba(240, 240, 240, 1.0) 36%,
            rgba(235, 235, 235, 1.0) 50%,
            rgba(215, 215, 215, 1.0) 80%,
            rgba(210, 210, 210, 1.0)
            );
}
.entry-body h2:before{
    content:" ";
    position:absolute;
    top:0;
    left:15px;
    width:0;
    height:100%;
    border-left:#ccc solid 1px;
}
.entry-body h2:after{
    content:" ";
    position:absolute;
    top:0;
    left:16px;
    width:0;
    height:100%;
    border-right:#eee solid 1px;
}

.entry-body h3{
    position:relative;
    padding-left:30px;
    border-bottom:2px solid #ddd;
    font-weight: normal;
    font-size: 22px;
    line-height: 38px;
    color:#333;
    margin: 30px 0 30px 0;
}
.entry-body h3:before{
    content:''; 
    height:12px; 
    width:12px; 
    display:block; 
    background:#76AFE5; 
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
    position:absolute; 
    top:-0px; 
    left:5px;
    transform:rotate(-50deg);
    -webkit-transform:rotate(-50deg);
    -moz-transform:rotate(-50deg);
    -o-transform:rotate(-50deg);
    -ms-transform:rotate(-50deg);
}
.entry-body h3:after{
    content:''; 
    height:8px; 
    width:6px; 
    display:block; 
    background:#2782D9; 
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
    position:absolute; 
    top:16px; 
    left:2px;
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-75deg);
}

.entry-body h4{
    position:relative;
    padding-left:10px;
    font-weight: normal;
    font-size: 18px;
    background-color: #fff;
    border-bottom: 2px dotted #999; 
    border-left: 5px solid #2DC8D8; 
    color:#444;
}

.entry-body h5{
    position:relative;
    padding:10px;
    font-weight: normal;
    font-size: 18px;
    background-color: #F1F4F5;
    color: #444;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.entry-body h5:before{
    content:''; 
    height:0; 
    width:0; 
    display:block; 
    border:13px transparent solid; 
    border-right-width:0; 
    border-left-color:#F1F4F5; 
    position:absolute; 
    top:34px; 
    left:15px;
    transform:rotate(-270deg);
    -webkit-transform:rotate(-270deg);
    -moz-transform:rotate(-270deg);
    -o-transform:rotate(-270deg);
    -ms-transform:rotate(-270deg);
}

.entry-body h6{
}


.title_large_01{
    font-size: 32px;
    margin-bottom:20px;
    line-height: 38px;
        color: #124673;
        text-shadow: 3px 3px 4px #ccc;
}


.entry-body {
    font-size: 16px;
}

.mainSection h1.entryTitle, .mainSection h1.entry-title{
    font-size: 32px;
    margin-bottom:20px;
    line-height: 38px;
        color: #124673;
        border: none;
        background-color: #ffffff;
        padding: 0px;
        font-weight: normal;
        text-shadow: 3px 3px 4px #ccc;
}

.link_head {
    margin:5px 0px;
    padding: 0px;
    color: #124673;
}
.link_line {
    border: none;
    border-left: 2px solid #76AFE5;
    box-shadow: none;
    padding: 5px 10px;
    margin: 0 0 20px 5px;
    color: #666;
    font-size: 14px;
}


/***** サイドバー *****/
.subSection .widget li {
    background:#f4f4f4;
    line-height:130%;
    padding: 0px 5px;
}

.subSection .widget li a {
    font-size:12px;
    text-decoration: none;
}

.subSection .widget li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f152';
    margin-right: 10px;
}

.subSection .widget .sub-menu li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-right: 10px;
}

.subSection .widget li a {
    text-indent: -20px;
}

.subSection .widget li a {
    padding-left: 30px;
}

.subSection
.subSection-title {
    background-color: #124673;
    color: #fff;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
    border-radius: 5px ;
    text-align:center;
    padding: 10px 0px 8px ;
}

.subSection-title::after, h3::after {
    content: none;
}

.subSection .ttBoxSection .ttBox {
    padding: 13px 0px 11px 10px;
    border-bottom: 1px dotted #ccc;
    font-size: 85.7%;
    line-height: 0.5;
background:#fcfcfc;
}

.subSection .ttBox a:hover, .subSection .ttBox a:hover {
    text-decoration: none;
    color: #c00;
}

/***** globalmenu *****/
#menu-item-155 {
   border-bottom: 3px solid #808DFF;
}
#menu-item-156 {
    border-bottom: 3px solid #FF80DD;
}
#menu-item-157 {
    border-bottom: 3px solid #80FFC6;
}

/***** 記事内のテーブル *****/
.mainSection table {
    border-top: 1px solid #e9e9e9;
    border-spacing: 1px;
    border-collapse: inherit;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}
.mainSection table th, .mainSection table td {
    border: none;
    margin-right: 2px;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 2px;
    vertical-align: top;
}

.mainSection table.table_style_01{
    width: 100%;
    border: 1px solid #e9e9e9;
    font-size: 16px;
    margin: 0px 0px 30px 0px;
}
.mainSection table.table_style_01 th{
    width:40%;
    padding:5px 10px;
    border: none;
    background-color: #D2E2F1;
}
.mainSection table.table_style_01 td{
    width:60%;
    padding:5px 10px;
    border: none;
    background-color: #f7f7f7;
}

.mainSection table.table_style_02{
    border: 1px solid #e9e9e9;
    font-size: 16px;
    margin: 0px 0px 30px 0px;
}
.mainSection table.table_style_02 td{
    width:25%;    
    padding:12px 10px 0px;
    border: none;
    background-color: #E5E8EA;
}

.mainSection table.table_style_03{
    width: 100%;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    margin: 0px 0px 30px 0px;
}
.mainSection table.table_style_03 th{
    width:20%;
    padding:5px 10px;
    border: none;
    background-color: #E8EBEC;
}
.mainSection table.table_style_03 td{
    width:80%;
    padding:5px 10px;
    border: none;
    background-color: #f7f7f7;
}

/***★ 追記2020/3/4 ★***/
/* blockquote修正 */
.fa_v4 blockquote::before, .fa_v5_css blockquote::before,
.fa_v4 blockquote::after, .fa_v5_css blockquote::after {
    content: none;
}

blockquote  {
    padding: 20px 20px 5px !important;
    background-color: #fff;
}

/* 
@media (min-width: 970px) {
#main #container #content { width:680px; }
#main #container #sideTower { width:240px; }
}
 */
.mainSection .infoList .infoListBox div.thumbImage { float:left; }
.mainSection .infoList .infoListBox div.entryTxtBox.haveThumbnail { float:right }

mainSection p { font-size:16px; }

.bv-grid-unit-item { 
border-radius:0px;
background-color:#f7f7f7;
box-shadow:1px 1px 3px rgba(0,0,0,0.2);
height:auto;
}

/* 見出し */
.h2, .h3, .h4, .h5, .h6, .mainSection-title, h2, h3, h4, h5, h6 {
    margin: 1.5em 0 0.5em;
}

.h4, h4 {
    font-size: 110%;
}

.mainSection h4 {
    padding-top: 0;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0px 1px 0px white;
}

/* サイドバー記事一覧 */
.media a.media-body_excerpt {
    display: none;
}

.media .media-body .media-heading a {
    text-decoration: none;
    font-size: 14px;
}

.subSection .media .postList_thumbnail {
    width: 40px;
}

.subSection .media {
    padding: 0.5rem 0 0;
}

/* グローバルメニューPC */
.device-pc .gMenu > li > a {
    padding: 14px 1.8em 0.3em;
    text-decoration: none;
}

.device-pc .gMenu > li > a:hover {
    color: #1e74bf;
}

/* パンくずリスト */
.breadSection .breadcrumb a,
.breadSection .breadcrumb a:hover {
    text-decoration: none;
    border: none;
}

/* グリッド表示 */
.postList {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.postList .media {
    width: 31%;
    padding:0.7rem;
    background-color:#f7f7f7;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    margin: 1%;
}

.postList .media .postList_thumbnail {
    width: 100%;
    padding-right: 0px;
    float: none;
}
@media (max-width: 640px) {
    .postList .media {
        width: 47%;
        margin: 1%;
    }
}

/* トップページ記事一覧 */
.veu_postList .postList_miniThumb .postList_item {
    width: 100%;
}

/* コンテンツ余白 */
@media (min-width: 1200px) {
    .siteContent {
        padding: 1.5rem 0 0;
    }
}

.entry-body h2:nth-of-type(1) {
    margin-top: 0px;
}

.siteContent_after {
    padding-top:0;
}


/* 外部リンクバナー上の文 */
.banner-text {
	font-size: 32px;
}

/* 外部リンクバナー */
.banner {
	display: inline-block;
	font-size: 22px;
	background: #1E74BF;
	color: #ffffff;
	text-decoration: none;
	padding: .8rem 1.2rem;
}
.contents-margin-bottom {
	margin-bottom: 3rem;
}

/*トップページお知らせ記事一覧*/
.veu_postList ul.postList li {
	width: 100%;
}

/*お知らせアーカイブページ日付*/
.media-body-date {
	font-size: 14px;
	padding-bottom: 8px;
}
