@charset "utf-8";
/*
Theme Name: lightning_Child
Version: 1.6
Template: lightning
*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/

/* //////// モバイルファーストcss /////// */

/*フォントサイズ*/
html {
	font-size: 10px;
}
/*サイドバー*/
#archives-5 ul {
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}
#archives-5 ul li {
	list-style:none;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #666;
}
h1.widget-title {
	font-size:90%;
	color:#666;
}
.author-img img {
	width:150px;
	height:auto;
	float:left;
	margin-right:10px;
}
/*共通*/
figcaption {
	text-align:left;
}
.card-figure {
	margin: 0;
	padding: 0;
}
/* カードレイアウトのタイトル部分 */
.card-title {
	margin: 0.6em 0 0;
	color: #333;
	text-align: center;
	font-size: 1.8em;
	background:#fff;
}
/* カードレイアウトの説明文部分 */
.card-text-tax {
	margin: 0;
}
.list-more {
	clear:both;
}
.list-more span {
	float:right;
}

/*「詩」のcss*/
pre.wp-block-verse {
	background:rgba(255, 255, 255, 0.4);
	margin:10px auto 10px 0;
	padding:25px;
	line-height:1.5em;
	border-radius:4px;
	overflow-x: hidden;
	white-space:normal;
	width:100%;
	font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif!important;
	/*2021/3/22小高追記*/
	font-size:15px;
}
pre.wp-block-verse a strong {
	font-weight:bold;
	font-size:120%!important;
	color:#666!important;
	margin:5px 15px 2px 0;
	padding:0;
	font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif!important;
}
pre.wp-block-verse a:hover strong {
	color:#06C;
	text-decoration:underline;
}
pre.wp-block-verse em {
	font-style:normal;
	color:#666;
}
pre.wp-block-verse em a:hover {
	color:#06C;
	text-decoration:underline;
}

/*INDEXのタブ*/
.tab_container {
  padding-bottom: 1em;
  background:rgba(255, 255, 255, 0.8);
  border:1px solid #009959;
  margin: 10px;
}
.tab_item {
  width: calc(100%/2);    /*100%/4を100%/2に変更*/
  padding:15px 0;
  border-bottom: 3px solid #009959 ;
  background-color: #ececec;
  text-align: center;
  color: #009959 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.6;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {  /*, #tab4:checked ~ #tab4_contentを削除*/
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #009959 ;
  color: #fff;
}
.tab_content{
	overflow-y: scroll;
	text-align:left;
	line-height:2em;
	height:365px;
}
.tab_content_description ul{
	margin-right:0.5em;
}
.tab_content_description ul li{
	padding-left:7em;
	text-indent:-6.3em;
}
.tab_content_description a{
	padding-left:0.5em;
}
.tab_content_description em{
	color:#666;
	font-size:90%;
}
@media screen and (max-width: 640px) {
.tab_content{
	height:250px;
}
}


/*今年の決意 */
@font-face {
  font-family: myFonts;
  src: url("/wbt/myfont/Tanugo-Regular.otf") format("otf"),/*For IE*/
  url("/wbt/myfont/Tanugo-Regular.otf") format("otf"),/*For Modern browser*/
  url("/wbt/myfont/Tanugo-TTF-Round-Bold.ttf") format("truetype");/*For iOS Android*/
}
.team_single em{
	font-family:'myFonts','Arial', sans-serif!important;
	font-style:normal;
	margin:10px 0;
	display:block;
	font-size:120%;
	color:#333;
}
.team_single h4{
	border-left:5px solid #b22222;
	padding-left:3px;
	margin:10px 0 5px 0;
	font-size:110%;
}

.contentbox {
	margin:5px 0 20px 0;
	padding:10px;
	display:block;
	text-align:left;
}

.noimg img {
	display:none;
}

/*ページタイトル-----------------------*/
.page-header_pageTitle {
	color:#FFF;
	text-align:center;
	padding:10px;
	letter-spacing:0.1em;
	font-size:3rem;
}
/* /ページタイトル-----------------------*/

/*ページネーション*/
.pagination {
	font-size: 1.1em;
	overflow: hidden;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: auto;
	margin-right: 0.5em;
	padding: 0.2em 0.8em;
	background-color: #eee;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #fff;
}
.pagination .current {
	background-color: #fff;
	font-weight: bold;
}
.pagination .pc_page_navi {
	display: none;
}
 @media screen and (min-width:600px) {
 .pagination .mb_page_navi {
display: none;
}
 .pagination .pc_page_navi {
display: block;
}
}
/*　/ページネーション*/


/*お知らせ（news）ページ ---------------------------------------------------------------------*/
/*4分割*/
.news_main .col_4 > div {
	display:block;
	padding: 6px;
}

@media screen and (min-width:768px) {
 .news_main .col_4 > div {
 width: 24%;
 padding: 6px;
}
}
 @media screen and (min-width:1024px) {
 .news_main .col_4 > div {
 width: 24%;
 padding: 6px;
}
}

.news_main {
	margin:0 auto;
}

/*お知らせ*/
.news_main h3 {
	padding: 10px;/*上下 左右の余白*/
	margin:10px auto 5px -10px;
	color: #222;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #7db4e6;/*左線*/
	display:block;
	width:100%;
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.1em;
}

/*画像のキャプション*/
.news_main figcaption{
	font-size:100%;
	color:#085;
	margin-top:8px;
}


/*お知らせリスト*/
.news_main div.card-figure {
	margin:5px;
	padding:8px;
	-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	background:rgba(0, 0, 8, 0.4);
	border-radius: 8px;
}
.news_main div.card-figure a {
	color:#fff;
}
.news_main div.card-figure a img {
	opacity: 0.5;
}
.news_main div.card-figure a:hover img {
	opacity: 1;
}
.news_main .h2single{
	font-weight:bold;
	font-size:3rem;
	background:url(/wbt/images/logo_wbt-news.png) no-repeat center left;
	margin:10px 0 20px -8px;
	padding-bottom:20px;
	padding-left:60px;
	padding-top:18px;
	letter-spacing:0.1em;
	border-bottom:5px solid #bbb;
	color:#333;
}
.entry-date{
	/*2021/3/23小高変更1.5→1.3*/
	font-size:1.3rem;
	font-weight:normal;
	margin-left:1em;
}
.news_main h4{
	margin:10px 10px 20px 10px;
	font-size:110%;
	line-height:1.6em;
}


.news_list figure img {
	width: 60px;
	height: 50px;
	object-fit: cover;
	object-position: left top;
	float:left;
	margin:5px 10px 10px 0;
}
.news_list figure{
	background:rgba(51,51,51,0.8);
	clear:both;
	margin:10px 0;
	padding:15px;
	min-height:70px;
	border-radius:6px;
}
.news_list figure a{
	color:#fff;
}
.news_list figcaption.card-text-tax{
	background:none;
}
.news_list figcaption.card-text-tax h2{
	text-align:left;
	margin-left:1em;
	font-size:2rem;
	color:#FFF;
	background:none;
}
.news_list figcaption time{
	font-size:1.5rem;
	color:#fff;
	text-align:left;
	margin-left:0;
}
/* カードレイアウトのタイトル部分
.news_list{
	width:95%!important;
	margin:0 auto;
}

.news_list h2.card-title {
	margin: 0 0 0.4em 0;
	padding:0.3em 0;
	color: #333;
	text-align: center;
	font-size: 1.8em;
	background:#f1f1f1;
}
.news_list h2.card-title {
	margin: 0 0 0.4em 0;
	padding:0.3em 0;
	color: #333;
	text-align: center;
	font-size: 1.8em;
	background:#f1f1f1;
}
.news_list h2.card-title em{
	display:block;
	font-size:70%;
	font-style:normal;
	color:#666;
}
 */
/* カードレイアウト内の画像を幅いっぱいに表示 
.news_list img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: left center;
}
*/
/* カードレイアウトの説明文部分 
.news_list .card-text-tax {
	margin: 0;
	color:#fff;
}
*/

/*選手紹介（team）ページ ---------------------------------------------------------------------*/
/*4分割レスポンシブ*/
/*4分割*/
.team_all .col_4 > div {
	display:block;
	padding: 6px;
}
@media screen and (min-width:768px) {
 .team_all .col_4 > div {
 width: 24%;
 padding: 6px;
}
}
 @media screen and (min-width:1024px) {
 .team_all .col_4 > div {
 width: 20%;
 padding: 6px;
}
}

.team_list {
	width:95%!important;
	margin:0 auto;
}
/*選手リスト*/
.team_list div.card-figure {
	margin:30px;
	padding:5px;
	-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	background-color: #21252975/*rgba(0, 0, 4, 0.7)*/;/*背景色*/
	border-radius: 8px;/*角丸*/
}
/* カードレイアウトのタイトル部分 */
.team_list h2.card-title {
	margin: 0 0 0 0;
	padding:0.3em 0;
	color: #333;
	text-align: center;
	font-size: 1.8em;
	background:#dcdcdc;
	border-top:2px #333 solid;
	letter-spacing: 4px;
}

.team_list h2.card-title sup {
	font-size:1.65rem;
	color:#008855;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
.team_list img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center top;
}
/* カードレイアウトの説明文部分 */
.team_list .card-text-tax {
	margin: 0;
	color:#fff;
}

/*選手個人ページ -------------------------------------------------------------------------------------*/
.team_single {
	margin:0 auto;
	padding-left:10px;
	width:90%;
}

/*選手タイトル*/
.team_single h2 {
	font-size: 30px;
	margin:10px auto 15px 0;
	letter-spacing:0.2em;
	border-bottom:1px #999 solid;
	color:#333;
}

.team_single h2 sup{
	font-size:1.65rem;
	color:#008855;
}

.team_single h2::first-letter {
/*padding: 10px;*/
padding-left: 10px;
/*font-size: 40px;*/
/*color: #B40404;*/
color: #000;
/*margin-right: 5px;*/
}

/*抜粋*/
.team_single h3 {
	/*margin:10px auto 20px 0;
	padding:10px;*/
	display:block;
	line-height:2em;
	background: transparent;/*背景透明に*/
	/*border-left: solid 5px #999;*//*左線*/
	font-size:120%;
	margin-bottom: 10px;
}

/*アイキャッチ*/
.eyecatch-img img{
	width:60px;
	height:60px;
	object-fit: cover;
	object-position: center top;
	float:left;
	margin:0 10px 10px 0;
}



@media screen and (min-width:768px) {
.team_single h4,
.team_single pre,
.team_single ul{
	margin-left:400px;
}
}
 @media screen and (min-width:1024px) {
.team_single h4,
.team_single pre,
.team_single u{
	margin-left:400px;
}
}

.team_single strong{
	margin:0.1em 0.5em 0.1em 0;
	border-left:1px solid #999;
	background-color: rgba(255, 255, 255, 0.2);/*背景色*/
	padding:0 2px;
	width:8em;
	display:inline-block;
	text-align:center;
	color:#666;
	letter-spacing:0.2em;
}

.team_single figcaption {
	margin:10px;
	float:left;
}

/*選手写真*/
.frame {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
	margin:10px auto;
	width:100%;
}
.frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 115px;
	height: auto;
	background: red;
	content: "IPPON!";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding:;
	left: -30px;
	top: 3px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	/*小高追記*/
	display:none;
}
.frame .wp-block-image img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center top;
}



@media screen and (min-width:768px) {
.frame{
	width:100%;
}
.frame .wp-block-image{
	min-height:500px;
	float:left;
}
.frame .wp-block-image img{
	width: 350px;
	height: auto;
	object-fit: cover;
	object-position: center top;
	margin:0 50px 20px 0;
}
}
 @media screen and (min-width:1024px) {
.frame{
	width:100%;
}
.frame .wp-block-image{
	min-height:500px;
	float:left;
}
.frame .wp-block-image img{
	width: 350px;
	height: auto;
	object-fit: cover;
	object-position: center top;
	margin:0 50px 20px 0;
}
}

/*ボタン*/
.btn-open {
	display: inline-block;
	width: 120px;
	height:45px;
	text-align: center;
	background-color: #B40404;
	line-height: 40px;
	letter-spacing:0.5em;
	margin:0 10px 10px 0;
	color: #FFF;
	border-radius: 4px;/*角丸*/
	text-decoration: none;
	font-weight: bold;
	font-size:120%;
	border: 2px solid #B40404;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-open:after {
	width: 100%;
	height: 0;
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	background : #FFF;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
 transition: .2s;
	z-index: -1;
}
.btn-open:hover {
	color: #B40404;
}
.btn-open:hover:after {
	height: 240%;
	opacity: 1;
}
.btn-open:active:after {
	height: 340%;
	opacity: 1;
}
/*ボタンここまで*/




/*リンク ---------------------------------------------------------------------------*/
.links_main h2.page-title {
	display:none;
}
.links_main img{
	width:120px;
	height:auto;
}

.links_main h3 {
	border-bottom: solid 3px #ccffff;
	position: relative;
	margin:30px auto auto 0;
	padding:5px 0;
}
.links_main h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #66CC99;
	bottom: -3px;
	width: 20%;
}

/*試合結果（results） --------------------------------------------------------------------*/
.results_main h2 {
	font-weight:bold;
	font-size:150%;
	padding-left:16px!important;
	padding-top:6px!important;
	padding-bottom:10px!important;
	color:#333;
	text-align:left;
}

/* ラベル部分 左上に表示 */
.results_main h2::before {
  /*2021/3/19小高追記*/
 display: block;
 content: '';
 position: absolute;
 top: 0.55em;
 left: 0.5em;
 width: 12px;
 height: 12px;
 background-color: #c00;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 /*content: "";
 top: 0;
 left: 0;
 border-bottom: 1.5em solid transparent;
 border-left: 1.5em solid #c12748; 
 position: absolute;
 z-index: 100;*/
}
.results_main h2::after {
    /*content: "NEW!";文字を入れたい場合*/
    display: block;
 top: 5px;
 transform: rotate(-45deg);
 color: #fff; /* 文字色はここで変更 */
 left: 0;
 position: absolute;
 z-index: 101;
}
.results_main em {
	font-style:normal;
	color:#333;
	font-size:110%;
}
.results_main h4 {
	margin:10px 0 10px -10px;
	border-left:5px solid #666;
	padding:5px;
	color:#444;
	line-height:1.8em;
}
.results_main ul {
	/*text-align: center;*/
	margin-left: -10px;
	font-size: 0; /* タグ改行時の空白防止 */
	margin-top:10px;
	margin-bottom:20px;
}
.results_main ul li {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px; /* ulでサイズ0にしたのを戻す */
}
.results_main ul strong {
	margin:5px;
	color:#F63;
}
.results_main h3 {
	text-align:right;
	margin:20px auto;
	padding:10px;
	background:url(/wbt/images/pdf_32.png) no-repeat right center;
}
.results_main h3 a {
	font-weight:bold;
	padding-right:20px;
}
/*試合結果アーカイブ*/
.results_archive {
	text-align:left;
}
.results_archive a {
	display:block;
	/*margin-top:15px;
	margin-bottom:15px;*/
	padding:35px;
	border-bottom:1px solid #FFF;
}
.results_archive h2 {
	font-weight:bold;
	font-size:130%;
	padding-left:26px!important;
	/*padding-top:4px!important;*/
	/*padding-top:10px;!important:*/
	/*padding-bottom:10px!important;*/
	color:#333;
}
/* 試合結果三角枠 -------------------------------------------------*/
.results_archive h2 {
	position: relative;
}

/* ラベル部分 左上に表示 */
.results_archive h2::before {
 /*2021/3/19小高追記*/
 display: block;
 content: '';
 position: absolute;
 top: 0.15em;
 left: 0.4em;
 width: 12px;
 height: 12px;
 background-color: #c00;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 /*content: "";
 top: 0;
 left: 0;
 border-bottom: 1.5em solid transparent;
 border-left: 1.5em solid #c12748;
 position: absolute;
 z-index: 100;*/
}
.results_archive h2::after {
    /*content: "NEW!";文字を入れたい場合*/
    display: block;
 top: 5px;
 transform: rotate(-45deg);
 color: #fff; /* 文字色はここで変更 */
 left: 0;
 position: absolute;
 z-index: 101;
}
.results_archive span {
	font-size:80%;
	color:#666;
	padding:5px 5px 5px 20px!important;
	display:block;
	display:none;/*2021/3/18小高追記*/
}
@media screen and (max-width: 640px) {
   .tab_content{
	display:none;
}
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------------
  クリアフィックス
---------------------------------------*/

.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
/*--------------------------------------
  画像
--------------------------------------*/

img {
	max-width: 100%!important;
	height: auto;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 10px 0 0;
}
img.float-right {
	float: right;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*--------------------------------------
  リンク
--------------------------------------*/

.tab_item a {
	color: #111;
}
.tab_item a:hover {
	color: #333;
}
a:hover {
	text-decoration:underline;
}
/*--------------------------------------
  全体定義
--------------------------------------*/

html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.5;
	background: #fdfdff;
	color: #333;
}
body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	word-wrap: break-word
}
/*背景固定（iphone対策）*/
body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(/wbt/site-file/bg_wbt2020.jpg) center no-repeat;
	background-size:cover;
	background-repeat: no-repeat;
}
/*--------------------------------------
  ナビゲーション
--------------------------------------*/

nav#menu {
	margin-bottom: 24px;
	background-color: #085;
}
.togmenu {
	display:none;
}
.menubtn {
	padding: 8px;
	background: #085;
	color: #fff;
	text-align: left;
}
nav#menu ul {
	overflow: hidden;
	margin-bottom: 24px;
}
nav#menu ul li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fcfcfc;
}
nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 8px 0;
}
nav#menu ul li a:hover {
	color: #444;
	background-color: #ccc;
}
/**/
.page-header {
	background-color:rgba(0, 136, 85, 0.7);
}
/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents-all {
	background:rgba(255, 255, 255, 0.8);
}
#contents {
	margin: 24px auto 0 auto;
	text-align: left;
	line-height: 1.6;
}
#contents p {
	margin-bottom: 24px;
	text-align: left;
}
#contents #main .home_area {
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
}
#contents #main .date-time {
	font-size: 80%;
	text-align: center;
}
/* //// テーマ　ライオンからコピーここから ///////////////////// ---------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------- */

/*リセット
/************************************************************/
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
ol, ul, li, dl {
	list-style-position: inside;
}
button, input, select, textarea {
	margin:0;
}
html {
	box-sizing:border-box;
	line-height:1;
	font-size: 62.5%;
}
*, *:before, *:after {
	box-sizing:inherit;
}
img, embed, iframe, object, audio, video {
	max-width:100%;
}
iframe {
	border:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td, th {
	padding:0;
	text-align:left;
}
hr {
	height: 0;
	border: 0;
}
/*ベース
/************************************************************/
body {
	width:100%;
	font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.4rem;
	font-weight:500;
	background:#F2F2F2;
	color:#191919;
}
button, input, select, textarea {
	font-family:inherit;
	font-weight:inherit;
	font-size:  inherit;
}
a {
	color:inherit;
	text-decoration:none;
}
/*#index a:hover {
	color:#1122cc;
}*/

/*レイアウト
/************************************************************/

/*ヘッダー*/
.l-header {
	display: flex;
	flex-flow: column-reverse nowrap;
}
/*ヘッダーエクストラ*/
.l-hExtra {
	position:relative;
	width:100%;
	background:#191919;
	padding-top:10px;
}
.l-hExtra::after {
 content: "";
 display: block;
 clear: both;
}
/*ヘッダーメイン*/
.l-hMain {
	width:100%;
	background:#323232;
}
.l-hMain::after {
 content: "";
 display: block;
 clear: both;
}
/*ラッパー*/
.l-wrapper {
	position:relative;
	display: flex;
	width:1100px;
	max-width:95%;
	margin: 0 auto;
}
/*メイン*/
.l-main {
	width: 67.5%;
	padding:60px 3.5% 60px 0;
}
.l-main::before {
 position: absolute;
 top: 0;
 right:32.5%;
 bottom: 0;
 left:-100vw;
 content: "";
 background: #ffffff;
 border-right:#E5E5E5 1px solid;
 z-index: -99999;
}
.l-main.l-main-single {
	width: 820px;
	max-width:100%;
	padding:60px 30px;
	margin: 0 auto;
	background: #ffffff;
	border-left:#E5E5E5 1px solid;
	border-right:#E5E5E5 1px solid;
}
.l-main.l-main-single::before {
content: normal;
}
.l-main.l-main-w740 {
	width: 740px;
}
.l-main.l-main-w900 {
	width: 900px;
}
.l-main.l-main-w100 {
	width: 100%;
}
/*サイドバー*/
.l-sidebar {
	width: 32.5%;
	padding:60px 0 60px 3.5%;
}
/*フッター*/
.l-footer {
	position:relative;
	width:100%;
	background:#191919;
}
/*モジュール
/************************************************************/

/*コンテナ(ヘッダー・フッターで使用)*/
.container {
	position:relative;
	/*width:1100px;*/
	/*max-width:95%;*/
    margin: 0 auto;
}
.container::after {
 content: "";
 display: block;
 clear: both;
}
/*インフォメーションヘッダー*/
.infoHead {
	text-align:center;
	background:#c53929;
}
.infoHead__link {
	display: block;
	font-weight: 700;
	color:#ffffff;
	height:30px;
	line-height:30px;
}
.infoHead__link:hover {
	background: rgba(255, 255, 255, 0.15);
 transition: .2s;
}
/*マーキー(ヘッダーで使用)*/
.marquee {
	float:left;
	margin-bottom:10px;
	font-size:1.2rem;
	width:50%;
	width : calc(50% - 10px);
}
.marquee::after {
 content: "";
 display: block;
 clear: both;
}
.marquee__title {
	font-weight: 900;
	float:left;
	width:110px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#323232;
	margin-right:10px;
	color:#ffffff;
}
.marquee__item {
	position:relative;
	float:left;
	line-height:30px;
	color:#BFBFBF;
	width:calc(100% - 120px);
	overflow: hidden;
}
.marquee__link {
	padding-left:100%;
	display:inline-block;
	white-space:nowrap;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:15s;
	animation-iteration-count:infinite;
}
.marquee__link:after {
	content:"";
	white-space:nowrap;
	padding-right:50px;
}
/*サイトタイトル(ヘッダーで使用)*/
.siteTitle {
	float:left;
	max-width:220px;
	padding:40px 0 40px 0;
}
.siteTitle.siteTitle-noneAd {
	max-width: 100%;
	padding-right:40px;
}
/*ロゴ未使用時*/
.siteTitle__big {
	font-weight: 900;
	color:#ffffff;
	font-size:2.8rem;
	letter-spacing:0.5px;
	margin-bottom:10px;
}
.siteTitle__small {
	font-weight: 400;
	color:#BFBFBF;
	font-size:1.2rem;
	letter-spacing:0.5px;
}
/*ロゴ使用時*/
.siteTitle__logo {
	max-width:220px;
	height:50px;
}
.siteTitle__logo img {
	max-width:220px;
	width:auto;
	height:50px;
}
.siteTitle__link {
	position:relative;
	display: inline-block;
}
.siteTitle__link::after {
 content: "";
 position: absolute;
 bottom: -5px;
 left: 0;
 width: 0;
 height: 0;
 border-bottom: 2px solid transparent;
}
.siteTitle__link:hover::after {
 width: 100%;
 border-color: #7F7F7F;
 transition: .2s;
}
/*グローバルナビ(ヘッダーで使用)*/
/*globalNavi内はWPの標準マークアップに従う*/
.globalNavi {
	position:relative;
	float:left;
	width:100%;
}
.globalNavi ul {
	list-style:none;
}
.globalNavi__list {
	background:#63acb7;
	border-radius:5px 5px 0 0;
}
.globalNavi__list::after {
 content: "";
 display: block;
 clear: both;
}
.globalNavi__list a {
	display:block;
	padding:0 20px;
	height:54px;
	line-height:54px;
	color:#FFF;
}
.globalNavi__list a:hover {
	background:rgba(255, 255, 255, 0.15);
 transition: .2s;
}
.globalNavi__list > li {
	position:relative;
	float:left;
	color:#ffffff;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.globalNavi__list > li:first-child {
	border-left: none;
}
.globalNavi__list > li:first-child a {
	border-radius:5px 0 0 0;
}
.globalNavi__list > li:last-child::after {
 content: "";
 position: absolute;
 top: 0;
 right: -2px;
 bottom: 0;
 border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.globalNavi__list > li.page_item_has_children::before, .globalNavi__list > li.menu-item-has-children::before {
 content: "";
 position: absolute;
 top: 50%;
 right: 20px;
 width: 5px;
 height: 5px;
 margin-top: -5px;
 border-bottom: solid 1px #ffffff;
 border-right: solid 1px #ffffff;
 transform: rotate(45deg);
}
.globalNavi__list > li.page_item_has_children > a, .globalNavi__list > li.menu-item-has-children > a {
	padding:0 30px 0 20px;
}
.globalNavi__list > li .children, .globalNavi__list > li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index:9999;
	text-shadow: none;
}
.globalNavi__list > li .children > li, .globalNavi__list > li .sub-menu > li {
	overflow: hidden;
	width: auto;
	min-width: 300px;
	white-space: nowrap;
	height: 0;
	background-color:#323232;
	transition: 0.2s;
}
.globalNavi__list > li:hover .children li, .globalNavi__list > li:hover .sub-menu li {
	overflow: visible;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow:0px 1px 0px 0px rgba(255, 255, 255, 0.15) inset;
	height:54px;
	line-height:54px;
	transition: 0.2s;
}
.globalNavi__toggle {
	display: none;
}
.globalNavi__switch {
	display: none;
}
/*キービジュアル(TOPで使用)*/
.keyVisual {
	width:100%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.keyVisual__inner {
	width:1100px;
	max-width:95%;
}
.keyVisual__title {
	display:block;
	font-weight: 900;
	font-size: 8rem;
	letter-spacing: 2px;
	margin-bottom: 30px;
	color: #ffffff;
	line-height:1.25;
}
.keyVisual__text {
	display:block;
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: 2px;
	color: #ffffff;
	line-height:1.75;
}
/*パンくずエリアパーツ(複数個所で使用)*/
.breadSection *, .breadSection *:after, .breadSection *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.breadSection {
	margin: 0 auto;
	padding: 1em 2em;
	color: #fff;
	border-radius: 0.5em;
}
.breadSection a {
	text-decoration: none;
	color: #085;
}
.breadSection .breadcrumb {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.breadSection li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #7986CB;
}
.breadSection li::before {
 content: '›';
 width: 1em;
 height: 1em;
 line-height: 1;
 text-align: center;
 font-size: 1em;
 color: inherit;
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.breadSection li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #333;
}
.breadSection li:last-child::before {
 content: normal;
}
.breadcrumb {
	background:none;
}
/*ページネーション(アーカイブとコメントで使用)*/
/*pager内はWPの標準マークアップに従う*/
.pager {
	position:relative;
	width:100%;
	text-align:center;
	font-size:1.3rem;
}
.pager.pager-comments {
	margin-bottom:40px;
}
a.page-numbers, span.page-numbers.current {
	display:inline-block;
	padding:10px;
	color:#3F3F3F;
	border:#7F7F7F 1px solid;
	border-radius: 5px;
}
a.page-numbers:hover, span.page-numbers.current {
	color:#ffffff;
	background:#3F3F3F;
 transition: .2s;
}
a.page-numbers.prev, a.page-numbers.next {
	position:absolute;
	padding-left:40px;
	padding-right:40px;
}
a.page-numbers.prev {
	left:0
}
a.page-numbers.next {
	right:0
}
a.page-numbers.prev::before, a.page-numbers.next::before {
 content:"";
 position:absolute;
 top: 50%;
 margin-top:-3px;
 width: 6px;
 height: 6px;
 border-top: 1px solid;
}
a.page-numbers.prev::before {
 left: 10px;
 border-left: 1px solid;
 transform: rotate(-45deg);
}
a.page-numbers.next::before {
 right: 10px;
 border-right: 1px solid;
 transform: rotate(45deg);
}
/*ページトップ(フッターで使用)*/
.pagetop {
	position:relative;
	width:180px;
	height:60px;
	line-height:70px;
	margin:0 auto;
	background:#63acb7;
	color:#ffffff;
	text-align:center;
	border-radius:0 0 5px 5px;
}
.pagetop::before {
 content:"";
 position:absolute;
 top:15px;
 left: 50%;
 margin-left:-3px;
 width: 6px;
 height: 6px;
 border-top: 1px solid #ffffff;
 border-left: 1px solid #ffffff;
 transform: rotate(45deg);
}
.pagetop:hover::before {
 top:10px;
 transition: .2s;
}
.pagetop__link {
	display:block;
	height:inherit;
}
.pagetop__link:hover {
	background:rgba(0, 0, 0, 0.15);
 transition: .2s;
}
.pagetop__link::before {
 content:"";
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background:rgba(255, 255, 255, 0);
 z-index:-1;
 transition: 0.1s;
}
.pagetop__link:active::before {
 background:rgba(255, 255, 255, 0.9);
 z-index:9999;
}

/*レスポンシブ設定
/************************************************************/
@media only screen and (max-width: 1023px) {
 .l-wrapper {
width: 840px;
}
 .container {
width: 840px;
}
 .siteTitle {
padding:25px 0;
}
 .adHeader {
 width:468px;
 height:60px;
}
}
 @media only screen and (max-width: 767px) {
 body {
 font-size:1.3rem;
 -webkit-text-size-adjust: 100%;
}
 .l-hExtra {
padding-bottom:10px;
}
 .l-hMain {
 padding-bottom:20px;
 border-bottom:1px solid #E5E5E5;
}
 .l-wrapper {
 width: 100%;
 max-width:100%;
 display:block;
}
 .l-main {
 width: 100%;
 padding:40px 10px;
 background:#ffffff;
}
 .l-main::before {
content: normal;
}
 .l-main.l-main-single {
 width: 100%;
 padding:40px 10px;
}
 .l-sidebar {
 width: 100%;
 padding:40px 10px;
}
 .container {
 width: 100%;
 max-width:100%;
 padding:0 10px;
}
 .infoHead {
overflow: hidden;
}
 .infoHead__link {
 padding-left:100%;
 white-space:nowrap;
 display: inline-block;
 animation-name:marquee;
 animation-timing-function:linear;
 animation-duration:10s;
 animation-iteration-count:infinite;
 font-size:1.2rem;
}
 .marquee {
 float: none;
 width:calc(100% - 2px);
 border: 1px solid #323232;
}
 .socialSearch {
width:100%;
}
 .socialSearch__link {
margin-left:5px;
}
 .siteTitle {
 float:none;
 padding:20px 0 0 0;
}
 .siteTitle__big {
 font-size: 2.4rem;
 margin-bottom: 5px;
}
 .siteTitle__small {
font-size: 1.1rem;
}
 .siteTitle__logo {
 max-width:176px;
 height:40px;
}
 .siteTitle__logo img {
 max-width:176px;
 width:auto;
 height:40px;
}
 .adHeader {
 float:none;
 width:100%;
 height: auto;
 margin:20px auto 0 auto;
 padding:0;
 overflow:hidden;
}
 .globalNavi {
 /*position:absolute;*/
 position:fixed;
 top:20px;
 right:10px;
 width:40px;
 height:40px;
 line-height:40px;
 z-index: 99999;
}
 .globalNavi__switch {
 display: block;
 width: inherit;
 height:inherit;
 text-align:center;
 cursor:pointer;
 border-radius:50%;
 background-color: #63acb7;
}
 .globalNavi__switch::before {
 font-family: "icomoon";
 content: "\e90f";
 color:#FFF;
 font-size:1.6rem;
}
 .globalNavi__list {
 height:0;
 overflow: hidden;
 border-radius:0;
}
 .globalNavi__list::before {
 display:block;
 content: "MENU";
 background: #191919;
 height: 60px;
 line-height: 60px;
 color: #ffffff;
 font-weight: 900;
 text-align: center;
}
 .globalNavi__list li {
 float:none;
 background:#323232;
 font-size:1.2rem;
 border-top: 1px solid rgba(0, 0, 0, 0.15);
 box-shadow:0px 1px 0px 0px rgba(255, 255, 255, 0.15) inset;
 border-left:0;
 border-right: 0;
}
 .globalNavi__list > li.page_item_has_children::before,  .globalNavi__list > li.menu-item-has-children::before {
top: 26px;
}
 .globalNavi__list > li .children,  .globalNavi__list > li .sub-menu {
position: static;
}
 .globalNavi__list > li .children > li,  .globalNavi__list > li .sub-menu > li {
 overflow: visible;
 width:auto;
 height:54px;
 line-height:54px;
}
 .globalNavi__list .children a,  .globalNavi__list .sub-menu a {
padding-left:40px;
}
 .globalNavi__toggle:checked + .globalNavi__switch {
 position: fixed;
 top:10px;
 right:10px;
 z-index:9999;
 transition:all 1s;
 transform: rotate(360deg);
}
 .globalNavi__toggle:checked + .globalNavi__switch::before {
 content: "\e90e";
 font-size:1.4rem;
}
 .globalNavi__toggle:checked + .globalNavi__switch + .globalNavi__list {
 position: fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 width:100%;
 height:100%;
 background:rgba(0, 0, 0, 0.9);
 overflow: auto;
 z-index:9899;
 transition: 1s;
}
 .keyVisual__title {
 font-size: 3rem;
 margin-bottom: 10px;
}
 .keyVisual__text {
font-size: 1.4rem;
}
 .eyecatch.eyecatch-single {
 width: auto;
 margin-left: -10px;
 margin-right: -10px;
}
 .eyecatch__cat a {
 padding:10px 20px;
 font-size:1.2rem;
}
 .pager {
font-size:1.2rem;
}
 a.page-numbers.prev,  a.page-numbers.next {
padding:10px;
}
 a.page-numbers.prev::before,  a.page-numbers.next::before {
content: normal;
}
 .subPager {
display:none;
}
 .breadcrumb {
 margin-top:-40px;
 margin-left:-10px;
 margin-right:-10px;
 overflow-x: auto;
}
 .breadcrumb__list {
display: table;
}
 .breadcrumb__item {
 display: table-cell;
 white-space: nowrap;
 float:none;
 padding-left:15px;
 margin-right:0;
}
 .breadcrumb__item:first-child {
padding-left:0;
}
 .footerNavi__list li {
font-size:1.4rem;
}
 .copyright {
font-size:1.2rem;
}
 .archiveList__text {
font-size:1.4rem;
}
 .archiveList__text.archiveList__text-leftImg {
display:none;
}
 .contactTable__header {
 width:100%;
 display:block;
 padding:0 0 10px 0;
}
 .contactTable__data {
 width:100%;
 display:block;
 padding:0 0 20px 0;
}
 .heading.heading-first {
font-size:1.4rem;
}
 .heading.heading-primary {
font-size:2.6rem;
}
 .heading.heading-secondary {
font-size:1.6rem;
}
 .heading.heading-archive {
font-size:2rem;
}
 .heading.heading-leftImg {
font-size:1.6rem;
}
 .heading.heading-leftImgNo {
font-size:1.6rem;
}
 .heading.heading-widget {
font-size:1.6rem;
}
 .heading span {
font-size:1.4rem;
}
 .btn__link,  .widget .tag-cloud-link,  .comment-respond .submit,  .comments__list .comment-reply-link {
font-size:1.2rem;
}
 .comment-respond .submit {
padding-left:15px;
padding-right:15px;
}
 .widget .adWidget {
 width:300px;
 margin:auto;
}
 .t-sky .globalNavi__switch {
background-color:#0E88BE;
}
 .t-green .globalNavi__switch {
background-color:#2f8e56;
}
 .t-orange .globalNavi__switch {
background-color:#e85e00;
}
 .t-pink .globalNavi__switch {
background-color:#d32374;
}
 .t-red .globalNavi__switch {
background-color:#B92C2C;
}
 .t-purple .globalNavi__switch {
background-color:#534970;
}
 .t-navy .globalNavi__switch {
background-color:#0e3d69;
}
 .t-light .l-hMain::before {
content:normal
}
 .t-light .globalNavi__list > li:first-child {
border-left: none;
}
 .t-light .globalNavi__list > li:first-child::before {
content: normal;
}
 .t-separate .globalNavi__list {
border-radius:0
}
 .t-rich .globalNavi::before {
content:none;
}
 .u-none-sp {
display:none
}
 .u-none-pc {
display:block
}
}
.l-hMain, body {
/*background: #212121;*/
}
body {
	width: 100%;
	/*background: url(/wbt/site-file/bg_dumy.jpg) #212121; ※有料*/
	background: url(/wbt/site-file/bg_wbt2020.jpg) #212121;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.l-wrapper, .l-main.l-main-single {
	background:rgba(255, 255, 255, 0.7);
	border:none;
}
#top .l-wrapper, .l-hMain, .l-footer, .container, .l-main {
	background:none!important;
	border:none!important;
}
.globalNavi__list {
	background: #B40404;
	border-radius: 2px 2px 0 0;
}
.globalNavi__list a {
	line-height:normal;
	height:auto;
	padding:20px;
}
.globalNavi__list li {
	font-size:20px;
	text-align:center;
}
.globalNavi__list li span {
	font-size:14px;
	margin:4px;
	color:#ccc;
}
/*等分ここから*/
/* クリアフィックス */
.globalNavi ul:after {
	content: "";
	clear: both;
	display: block;
}
/* 横並びに4等分 */
.globalNavi__list li {
	width: 20%;/*たぶんcalc(100%/4)の値を入れる。*/
	margin-right: 0%;
}
.globalNavi__list li:nth-child(4n) {
 margin-right: 0;
}
/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title {
	position: relative; /*必ず必要*/
	z-index: 2; /*必ず必要*/
	display: flex;
	/*width: 50%;*/
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
}
 @media screen and (max-width: 1000px) {
 .Nav {
 position: relative;
 border-top:none;
}
}
.Nav .navbtn {
	display: none;
}
@media screen and (max-width: 1000px) {
 .Nav .navbtn {
 display: block;
 position: absolute;
 top: -50px;
 right: 10px;
}
}
@media screen and (max-width: 1000px) {
 .Nav .navbtn a,  .Nav .navbtn a.close {
 display: block;
 position: relative;
 width: 40px;
 height: 40px;
 background-color: #085;
}
 .Nav .navbtn a::before,  .Nav .navbtn a.close::before {
 position: absolute;
 top:10px;
 left:10px;
 content:"";
 width: 20px;
 height: 3px;
 background-color: #fff;/*バーガー*/
 transition: .2s;
}
 .Nav .navbtn a.open::before {
 top:19px;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
 .Nav .navbtn a::after,  .Nav .navbtn a.close::after {
 position: absolute;
 bottom:10px;
 left:10px;
 content:"";
 width: 20px;
 height: 3px;
 background-color: #FFF;
 transition: .2s;
}
 .Nav .navbtn a.open::after {
 bottom:18px;
 transform: rotate(-135deg);
 -webkit-transform: rotate(-135deg);
}
}
@media screen and (max-width: 1000px) {
 .Nav .navbtn a.open {
}
}
 @media screen and (max-width: 1000px) {
 .Nav .navbtn a span {
 display: block;
 overflow: hidden;
 width: 1px;
 height: 1px;
}
 .Nav .navbtn a span::after,  .Nav .navbtn a.close span::after {
 position: absolute;
 top:18px;
 left:10px;
 content:"";
 width: 20px;
 height: 3px;
 background-color: #FFF;
}
 .Nav .navbtn a.open span::after {
 display: none;
}
}
.Nav ul.close {
	display: none;
	border-top: solid 1px #F5F4F0;
}
.Nav > ul {
	margin: 0 auto;
	max-width: 1000px;
}
@media screen and (max-width: 1000px) {
 .Nav > ul {
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: 9;
 background-color: #FFF;
}
}
.Nav > ul > li {
	position: relative;
	font-size: 15px;
	display: inline-block;
}
@media screen and (max-width: 1000px) {
 .Nav > ul > li {
 display: block;
 border-bottom: solid 1px #dddddd;
}
}
.Nav > ul > li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 12px 20px;
	font-size: 18px;
	color: #333;
	letter-spacing:0.03em;
	/*background-color: #fff;*/
  z-index: 2;
}
.Nav > ul > li.parent > a {
	padding-right:25px;
}
.Nav > ul > li.parent > a::before {
 display: block;
 content: "";
 position: absolute;
 top: 50%;
 right: 8px;
 width: 6px;
 height: 6px;
 margin: -6px 0 0 0;
 border-top: solid 2px #085;
 border-right: solid 2px #085;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
@media screen and (max-width: 1000px) {
.Nav > ul > li.parent.open > a::before {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
@media screen and (max-width: 1000px) {
 .Nav > ul > li.parent.open {
 border-bottom: none;
}
}
.Nav > ul > li.parent.open > a {
	color: #FFF;
}
 .Nav > ul > li.parent.open > a::after {
 background: #333;
 -webkit-transform: scale(1);
 transform: scale(1);
}
@media screen and (max-width: 1000px) {
 .Nav > ul > li.parent.open > a {
 color: #FFF;
}
}
.Nav > ul > li a:hover {
	color: #085;
}
.Nav > ul > li a::after {
 position: absolute;
 z-index: -1;
 display: block;
 content: '';
}
.Nav > ul > li a, .Nav > ul > li a::after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.Nav > ul > li a::after {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 -webkit-transform: scale(.5);
 transform: scale(.5);
}
.Nav > ul > li a:hover::after {
 border-bottom: solid 3px #085;
 color: #005b36;
 -webkit-transform: scale(1);
 transform: scale(1);
}
/* 2階層プルダウンの場合 */
.Nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	width: auto;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9;
}
 @media screen and (max-width: 1000px) {
 .Nav > ul > li > ul {
 background-color: #fbfbfb;
 position: static;
}
}
.Nav > ul > li > ul li {
	white-space: nowrap;
}
.Nav > ul > li > ul li a {
	position: relative;
	padding: 12px 27px 12px 27px;
}
@media screen and (max-width: 1000px) {
 .Nav > ul > li > ul li a {
 border-bottom: solid 1px #dddddd;
 background-color: #EEE;
}
}
.Nav > ul > li > ul li a::before {
 display: block;
 content: "";
 position: absolute;
 top: 50%;
 left: 10px;
 width: 6px;
 height: 6px;
 margin: -6px 0 0 0;
 border-top: solid 2px #085;
 border-right: solid 2px #085;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {
	text-decoration: underline;
	color:#FFF;
	text-decoration:none;
}
 @media screen and (max-width: 1000px) {
 .Nav > ul > li > ul li a:hover {
 background-color: #005b36;
}
}
.Nav > ul > li > ul li ul li a {
	padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
 left: 20px;
}
/* 現在地のメニューの背景色　※jsと連動（ヘッダーに記述） ----------*/


#sinmenu .actv li a:hover {
	color:#fff;
	background:#085;
}
#sinmenu .actv li a.active {
	color:#fff;
	background:#085;
}
#footer .actv li a {
	margin:2px;
	padding:2px;
}
#footer .actv li a:hover {
	color:#fff!important;
	background:#085;
}
#footer .actv li a.active {
	font-weight:bold!important;
	color:#005b36;
}
/*メインメニューの現在地　※jsは関係なし --------------------------*/
body.menu01bg li#navimenu01 a, body.menu02bg li#navimenu02 a, body.menu03bg li#navimenu03 a, body.menu04bg li#navimenu04 a, body.menu05bg li#navimenu05 a {
	border-bottom:2px solid #085;
	color:#005b36;
	font-weight:bold;
}
.Nav ul li ul li a {
	border-bottom:none!important;
	color:#333!important;
	font-weight:normal!important;
}
/*  パンくず ------------------------------------------------------------*/

#pan {
	text-align:left;
}
#pan li {
	display: inline-block;
}
/* パンくず矢印 */
#pan li {
	position:relative;
	padding-left:10px;
	list-style:none;
}
#pan li:before {
	content:'';
	display:inline-block;
	position:absolute;
	left:0px;
	top:12px;
	width:5px;
	height:5px;
	border-bottom:1px solid #888;
	border-right:1px solid #888;
}
#pan li:before {
	content:'';
	display:inline-block;
	position:absolute;
	left:0px;
	top:12px;
	width:5px;
	height:5px;
	border-bottom:1px solid #888;
	border-right:1px solid #888;
	transform:rotateZ(-45deg);
}
/* パンくず矢印なし */
#pan li.top:before {
	border:none!important;
}
/*サイドメニュー --------------------------------------------------*/

#smtitle {
	font-weight:bold;
	margin-top:5px;
	padding:15px 0 10px 15px;
	font-size:2rem;
	color:#fff;
	background:#666;
	/*角丸*/
  border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#sinmenu {
	margin:30px 0;
}
#sinmenu li {
	background:#f5f5f5;
	font-size:1.8rem;
	margin:2px 0;
}
#sinmenu li a {
	padding:15px 0 15px 15px;
	widows:100%;
	display:block;
	color:#333;
}
/*  カラム定義-----------------------------------------*/

/* 　2カラム　 */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
 color: #; /* 文字の色 */
	text-align: center; /* 内容は中央配置 */
}
.col_2 > div {
	width: 50%;
	padding: 10px;
}
.col_2 > div.div_08 {
	width: 80%;
	padding: 10px;
}
.col_2 > div.div_02 {
	width: 20%;
	padding: 10px;
}
@media screen and (max-width: 640px) {
.col_2 > div, .col_2 > div.div_08, .col_2 > div.div_02 {
 width: 100%;
}
}

/*ページリンク*/
<!--ページ -->
#page-link{
	margin:10px auto;
}
#page-link div{
	color:#085!important;
	font-size: 18px;
}
#page-link a{
	color:#085;
	padding:10px auto;
}
<!-- /ページ -->

/* 　3カラム　 */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	color: #333; /* 文字の色 */
	text-align: center; /* 内容は中央配置 */
}
.col_3 > div {
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 1090px) {
 .col_3 > div {
 width: 50%;
}
}
@media screen and (max-width: 640px) {
 .col_3 > div {
 width: 100%;
}
}
/* 　4カラム　 */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	color: #333; /* 文字の色 */
	text-align: center; /* 内容は中央配置 */
	font-size:1.3rem;
}
.col_4 > div {
	width: 25%;
	padding: 10px;
}
@media screen and (max-width: 1090px) {
 .col_4 > div {
 width: 50%;
}
}
@media screen and (max-width: 640px) {
 .col_4 > div {
 width: 100%;
}
}
div.colm_02 ul li img {
	max-width:100%;
	margin:20px 0 5px 10px;
}
.info {
	-webkit-overflow-scrolling: touch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	max-width: 600px;
	height: 22em;
	margin: 20px auto;
	overflow-y: scroll;
	text-align:left;
	line-height:1.8;
}
.info dt em {
	display:block;
	font-style:normal;
	font-size: 1.3rem;
	color:#666;
}
.info a {
	font-weight:bold;
}
 .info dd:nth-of-type(-n+3) {
 position: relative
}
 @media screen and (max-width: 640px) {
#topics_list .col_2, #topics_list .col_2 div.colm_01, #topics_list .col_2 div.colm_02 {
 width: 100%;
 display:block;
}
}
 @media (min-width:768px) {
 .info {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 flex-direction: row;
 flex-wrap: wrap
}
 .info dd, .info dt {
 box-sizing: border-box;
 width: 100%;
 padding-bottom: .5em;
 padding-left: .5em
}
 .info dt {
 font-style: normal;
 font-weight: initial
}
 .info dt {
 width: 12.5em;
 margin-bottom: .5em;
 border-bottom: 1px dotted #343a40;
}
 .right {
 float:right;
 margin:0 0 25px 15px;
}
 .clear {
 clear:both;
}

/* フッター ------------------------------------------------------------------------------*/

.siteFooter {
 border-top:none;
}
 footer {
 margin-top:40px;
 padding:20px 30px;
 background:#f5f5f5!important;
 text-align:center;
}
#index indexfooter {
 margin-top:40px;
 padding:20px 30px;
 background:#f5f5f5!important;
 text-align:center;
}
 footer ul {
 text-align:left;
}
footer li.ftitle {
 font-weight:bold;
 border-bottom:1px solid #085;
 margin-bottom:10px;
}
footer ul li a {
 color:#333;
 padding:12px;
 margin:2px 0;
 margin:5px;
 font-size:12px;
 text-decoration:none;
}
 footer p#copy, footer p#copy a {
 margin:20px 0 0 0;
 padding:10px 0 0 0;
 text-align:center;
 padding:10px;
 color:#666;
 text-decoration:none;
}
#index footer {
 margin-top:0;
}

/*フォント*/
body {
 font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif!important;
}

body.post-php .editor-styles-wrapper , body.post-new-php .editor-styles-wrapper {
    background-image: none!important;
}