
@charset "utf-8";
/*
Theme Name: Lightning Child PC-Walk
Theme URI: https://lightning.nagoya/ja/setting/customize/child_theme
Template: lightning
Description: Lightning公式サイトからDLした子テーマを自分なりにカスタマイズしたもの
Author: Mizotown
Tags:
Version: 0.1.2
*/

/* ---- 背景色を変更 --未設定
body,
header,
nav ul li a {
    background-color:pink !important;
    }
*/

/* 拡張 マウスオーバーで画像が霞む */
a img{ opacity: 1.0; filter: alpha(opacity=100); }
a:hover img{ opacity: 0.6; filter: alpha(opacity=60); }

/* PC閲覧時（画面幅992px以上）のフォントサイズを18px・行間1.7em・文字間0.8pt に変更 2018/6/13追記 */
@media (min-width: 992px) {

p {
	font-size:18px;      /* 16px */
	line-height: 1.7em;
	letter-spacing:0.8pt;
	} 

.siteContent .subSection {
/*  width: 320px;  */		/* 右サイドバーの場合レイアウトが崩れるため、元のサイズに */
padding-top: 1em;
border: 1px solid #d9d9d9;
}

      /* ExUnit の 説明BOX CSS  */
.veu_flowBox:dl dd {
    font-size: 18px;      /* 18px */
    line-height: 1.7em; 
    }

.box-walk ,
.box-walk-or, p {
    font-size:1.1em;
    line-height: 1.7em; 
    }

.yellowbox ,
.yellowbox2 ,
.redbox ,
.graybox ,
.redbox-13, p {
    font-size:18px;
    line-height: 1.7em; 
    }
}
/*  @media 992px ▲ */

/*  ロゴ画像の固定を解除する */
.navbar-brand img {
	max-height: none !important;
	max-width: none !important;
}

/* ----------------------------------------------------------- */
/*  .page-header ページタイトルの縦幅・フォントサイズを変更
/* ------------------------------------------------------------ */

.page-header {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	margin: 15px 0 15px;		/* 15px 0 10px */
	font-size: 20px;			/* 22px */
	line-height: 1.1;			/*  */
}

@media (min-width: 992px) {
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	margin: 15px 0 15px;	/* 30px 0 25px */
	font-size: 20px;		/* 32px */
	}
/* グローバルメニューマウスオーバー時の色 */
.navbar ul.gMenu > li a:hover .gMenu_name,
.navbar ul.gMenu > li a:hover .gMenu_description {
    color: #c40026;
	}
  
/* グローバルメニューの下線の色 */
.navbar ul.gMenu > li.current-menu-ancestor > a:after,
.navbar ul.gMenu > li.current-menu-item > a:after,
.navbar ul.gMenu > li.current-menu-parent > a:after,
.navbar ul.gMenu > li.current-post-ancestor > a:after,
.navbar ul.gMenu > li.current_page_ancestor > a:after,
.navbar ul.gMenu > li.current_page_parent > a:after,
.navbar ul.gMenu > li > a:hover:after {
    border-bottom: 1px solid #337ab7;
	}
/* グローバルメニュー（サブメニュー）マウスオーバー時の色 */
.navbar ul.gMenu > li > ul.sub-menu li a:hover {
    color: #fff;
    background-color: #337ab7;
	}
} /* ▲@media (min-width: 992px) */

/* FontAwesome用のクラス 「ブルー・オレンジ」 */

.my-aw-blue {
  color: #0078d7;
  font-size: 1.2em;
}

.my-aw-orange {
  color: #dc6000;
  font-size: 1.2em;
}

/* ページタイトルのアイキャッチ画像 */
/*.page-header-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
 
.page-header-image img {
    width: 100%;
}
*/
/* --------------------------- h2 を変更 */
.mainSection-title,
h2 {
    position: relative;
    background: #96bcdb;					/* #dfefff */
    box-shadow: 0px 0px 0px 5px #96bcdb;	/* 0px 0px 0px 5px #dfefff */
    border: dashed 2px #ffffff;
    padding: 0.5em 0.5em 0.2em 0.7em;					/* 0.2em 0.5em */
    color: #004a67;							/* #454545 #002e4d*/
    line-height:1.7em;
}

.mainSection-title,
h2:after{
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #337ab7;			/*  #fff #fff #a8d4ff */
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* ----------------------------------h3 を変更 */
.mainSection-title,
h3 {
padding: 0.25em 0.4em;
color: #494949;	
font-size: 1.5em;
line-height:1.7em;
border-bottom: solid 1px #cce4ff;
position: relative;
margin-top: 40px;
margin-bottom: 30px;
}

h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 1px #5472cd;
bottom: -1px;
width: 40%;
}

h3:before {
 content: "\f24d";               /* FontAwesomeのアイコンコード */
 font-family: "Font Awesome 5 Free";      /* 文字列として呼び出す ver.4 */
 padding-right: 15px;
 font-size: 1.2em;		/* 1em */
 color: #337ab7;
 margin-left: -10px;
}

/* ----------------------------------h4 を変更 */
h4 {
    padding: 5px 10px 4px 15px;
    background-color: #f2f4ff;			/* #efefef */
    border-radius: 2px;
    									/*  border-top: 1px solid #337ab7;  */
    border-left: 7px solid #337ab7;
    margin: 30px 5px;
    font-size: 1.4em;
}

h5{
    margin: 20px 5px 20 10px;
    font-size: 1.2em;
    font-weight: 500;
    padding: 7px 7px 3px 10px;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #337ab7;		/* #ccc */
    /* background-color: #f5f5f5; */
    width: 95%;
}

/* ----------------------------------h6 を変更 */
h6 {
    margin: 20px 5px 20 10px;
    padding: 7px 3px 0px 10px;
    font-weight: 500;
    font-size: 1.15em;
    border-bottom: 1px solid #337ab7;
    width: 40%;
}

/*--------------------------------------
  蛍光ペンのような下線を引く　　　↓
--------------------------------------*/
 
/*ピンク（太め）*/
.pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;}
 
/*ブルー（太め）*/
.blue_line{background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;}
 
/*イエロー（太め）*/
.yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;}
 
/*ピンク（細め）*/
.pink_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffb2d8 0%) repeat scroll 0 0;}
 
/*ブルー（細め）*/
.blue_line_narrow {background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #add6ff 0%) repeat scroll 0 0;}
 
/*イエロー（細め）*/
.yellow_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 0%) repeat scroll 0 0;}


/* ---------------------------------
	テキストの太字 <span class="○ ● ▲">××××</span>
-------------------------------------------------------------*/
.bold{ 
font-weight: bold;
line-height: 1.7;
}

/*-----------------------------------------------
	取り消し線 <span class="lineth">取り消したいテキスト</span>
--------------------------------------------------------------*/
.lineth { text-decoration: line-through; }


/* テキストサイズ　<span class="○ ● ▲">××××</span>
--------------------------------------------*/
.fs09{ font-size: 0.9em; line-height: 1.7;}
.fs10{ font-size: 1.0em; line-height: 1.7;}
.fs11{ font-size: 1.1em; line-height: 1.7;}
.fs12{ font-size: 1.2em; line-height: 1.7;}
.fs13{ font-size: 1.3em; line-height: 1.7;}
.fs14{ font-size: 1.4em; line-height: 1.7;}
.fs15{ font-size: 1.5em; line-height: 1.7;}
.fs16{ font-size: 1.6em; line-height: 1.7;}
.fs17{ font-size: 1.7em; line-height: 1.7;}
.fs18{ font-size: 1.8em; line-height: 1.7;}
.fs19{ font-size: 1.9em; line-height: 1.7;}
.fs20{ font-size: 2.0em; line-height: 1.7;}

/*		テキストのカラー　　<span class="○ ● ▲">××××</span>
 ----------------------------------------------------------------*/
.red{ color: #ff0000; }		/*　赤　*/
.red2{ color: #c40026; }	/*　少し濃い赤　*/
.blue{ color: #3366ff; }	/*　青　*/
.green{ color: #008740; }	/*　緑　*/
.navy{ color: #003399; }	/*　紺色　*/
.orange{ color: #dc6000 }	/*　オレンジ　*/
.pink{ color: #e06897 }		/*　ピンク　*/
.purple{ color: #333399 }	/*　パープル　*/
.gold{ color: #cfa516 }		/*　ゴールド　*/

/*		テキストの背景　<span class="○ ● ▲">××××</span>
------------------------------------------------------------------*/
.back-yellow{ background-color: #ffff00; }	/*　黄　*/
.back-yellow2{ background-color: #fff09e; }	/*　薄い黄　*/
.bk-gr1{ background-color: #edfce0; }	/*　薄い緑　*/


/*------------------------------------------------【吹き出し】
		吹き出し 左向き_薄いブルー
--------------------------------------------*/
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555555;		/* #555 */
  font-size: 16px;
  background: #e1f3ff;			/*- #e0edff -*/
  border-radius: 6px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e1f3ff;			/*- #e0edff -*/
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

/*		吹き出し 左向き_グレーの枠線
--------------------------------------------*/

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333333;		/* #555 */
  font-size: 16px;
  background: #FFF;
  border: solid 3px #cccccc;		/* #555 */
  box-sizing: border-box;
  border-radius: 6px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #cccccc;		/* #555 */
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------【BOX】
                  イエローBOX  
------------------------------*/
.yellowbox{
	position: relative;
	margin: 40px 0px 30px;
	padding: 25px 20px 20px;
	border-radius: 10px;
	border: dotted 2px #ff882e;
	background-color: #fff4c9; 		/* #ffd99c */
	font-size: 16px;
	clear: both;
}

.yellowbox:before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f0eb';				/* \f0eb */
	z-index: 20;					/* 2 */
	padding-top: 4px;				/* 3px */
	width: 35px;					/* 32px */
	height: 35px;					/* 32px */
	-moz-box-sizing: border-box;
	-webkid-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px;
	text-align: center;
	left: 16px;
	top: -18px;
	background-color: #ff882e;
	color: #ffd43c;
	font-size: 28px;
	line-height: 1;
}

.yellowbox:after {
	position: absolute;
	left: 34px;
	top: -13px;
	z-index: 1;
	content: "初心者の方へ";
	padding: 4px 10px 4px 20px;
	border-radius: 5px;
	background-color: #ff882e;
	color: #fff;
	font-weight: bolder;
	line-height: 1;	
}
/* ------------------------------------ イエローBOX2---  */
.yellowbox2{
	position: relative;
	margin: 40px 0px 30px;
	padding: 25px 20px 0px 20px;
	border-radius: 10px;
	border: dotted 2px #ff882e;
	background-color: #fff4c9; /* #ffd99c */
	font-size: 16px;
	clear: both;
}

.yellowbox2:before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f0eb";				/* \f0eb */
	z-index: 20;					/* 2 */
	padding-top: 4px;				/* 3px */
	width: 35px;					/* 32px */
	height: 35px;					/* 32px */
	-moz-box-sizing: border-box;
	-webkid-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px;
	text-align: center;
	left: 16px;
	top: -18px;
	background-color: #ff882e;
	color: #ffd43c;
	font-size: 28px;
	line-height: 1;
}

.yellowbox2:after {
	position: absolute;
	left: 34px;
	top: -13px;
	z-index: 1;
	content: "PICK UP";
	padding: 4px 10px 4px 20px;
	border-radius: 5px;
	background-color: #ff882e;
	color: #fff;
	font-weight: bolder;
	line-height: 1;	
}

/* ----------------------------【BOX】
           レッドBOX DANGER 
------------------------------*/
.redbox {
	position: relative;
	margin: 40px 0 30px;
	padding: 20px;
	border-radius: 6px;
	border: solid 2px #ff0000;
	background-color: #ffefef;
	font-size: 16px;
	clear: both;
}

.redbox:before {
	position: absolute;
	left: 20px;
	top: -18px;
	padding: 3px 10px;
	content: "DANGER";				/* \f071 */
	background-color: #fff;
	color: #ff0000;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	line-height: 1;
	border: 1px solid #ff0000;
	border-radius: 4px;
}

/* ----------------------------【BOX】
                  グレーBOX  
------------------------------*/

.graybox {
	position: relative;
	margin: 40px 0 30px;
	padding: 25px 20px 20px;
	font-size: 16px;
	background-color: #fff;
	border: solid 2px #757575;
	clear: both;
	border-radius: 6px;
}

.graybox:before {
	position: absolute;
	font-family: "Font Awesome 5 Brands";
	content: "\f425";				/*  \f0eb（電球） \f2bb  \f046 は非表示になる */
	padding: 3px 5px;
	text-align: center;
	left: 15px;
	top: -17px;
	background-color: #fff;
	color: #00a0dd;
	width: 32px;
	height: 32px;
	font-size: 28px;
	-moz-box-sizing: border-box;
	-webkid-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}

/* 枠線赤　POINT */
.redbox-13 {
    border: 2px solid #da4033;
    border-radius: 6px;
    margin: 2em 0;
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
    position: relative;
	line-height: 1.7em;
	/*  font-size: 16px;  */
}
.redbox-13::before {
    background-color: #fff;
    color: #da4033;
    content: "POINT";
	font-size: 20px;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.8em;
}

/* 枠線 orange系 　Hint */
.hint-box {
    width: 98% !important;
    border: 2px solid #ed8f4e;
    border-radius: 6px;
    margin: 2em auto;
	padding: 1em;
    position: relative;
	line-height: 1.7em;
	/*  font-size: 16px;  */
}
.hint-box::before {
    background-color: #fff;
    color: #ed8f4e;
    content: "Hint";
	font-size: 20px;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.8em;
}

/* 枠線 blue 　Memo */
.memo-box {
    width: 98% !important;
    border: 2px solid #337ab7;
    border-radius: 6px;
    margin: 2em auto;
	padding: 1em;
    position: relative;
	line-height: 1.7em;
	/*  font-size: 16px;  */
}
.memo-box::before {
    background-color: #fff;
    color: #337ab7;
    content: "Memo";
	font-size: 20px;
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.8em;
}


/* ----------- 枠線太いBOX -----------------
         .box-walk  ブルーベース 
--------------------------------------------*/

.box-walk {
 display: block !important;
 width: 98% !important;
 margin: 2em auto;
 padding: 1em;
 box-sizing: border-box;    /* スマホの横揺れ防止 */
 background: #fff;
 border: 10px solid #bfe5ef;
 border-radius: 6px;
}
.box-walk .box-title {
 font-size: 1.2em;
 background: #fff;    /* #5fb3f5 #c4e8ef */
 padding: 10px 10px 5px 5px;
 color: #4d4d4d;
 font-weight: bold;
 letter-spacing: 0.05em;
 border-bottom: 1px solid #ccc;
 max-width:97%;
 margin: 0 auto;
 position: relative;    /* 相対位置：疑似要素「after」との関連で必要 */
}


/* タイトル前のアイコン　FontAwesomeの設定 */
.box-walk .box-title:before {
 content: "\f24d";               /* FontAwesomeのアイコンコード */
 font-family: "Font Awesome 5 Free";      /* 文字列として呼び出す ver.4 */
 padding-right: 10px;
 font-size: 1.3em;
 color: #337ab7;
}

.box-walk .box-title:after {
 content: ".";
 line-height: 0;
 display: block;
 overflow: hidden;
 position: absolute;   /* 絶対位置 */
 bottom: -1px;
 width: 40%;
 border-bottom: 1px solid #337ab7;    /* #337ab7 */
}

.box-walk p {
 font-size: 1em;
 padding: 15px 20px;
 margin: 0;
}

/* .box-walk-or オレンジベース */
.box-walk-or {
 display: block !important;
 width: 98% !important;
 margin: 2em auto;
 box-sizing: border-box;    /* スマホの横揺れ防止 */
 background: #fff;
 border: 10px solid #fce0c4;
 border-radius: 6px;
}
.box-walk-or .box-title {
 font-size: 1.2em;
 background: #fff;    /* #5fb3f5 #c4e8ef */
 padding: 10px 10px 5px 5px;
 color: #4d4d4d;
 font-weight: bold;
 letter-spacing: 0.05em;
 border-bottom: 1px solid #ccc;
 max-width:97%;
 margin: 0 auto;
 position: relative;    /* 相対位置：疑似要素「after」との関連で必要 */
}

.box-walk-or .box-title:after {
 content: ".";
 line-height: 0;
 display: block;
 overflow: hidden;
 position: absolute;   /* 絶対位置 */
 bottom: -1px;
 width: 40%;
 border-bottom: 1px solid #dc6000;    /* #337ab7 */
}

/* タイトル前のアイコン　FontAwesomeの設定 */
.box-walk-or .box-title:before {
 font-family: "Font Awesome 5 Free";      /* 文字列として呼び出す ver.4 */
 content: "\f24d";               /* \f046_FontAwesomeのアイコンコード */
 padding-right: 10px;
 font-size:1.3em;
 color: #dc6000;  /* #ec9800 */
}

.box-walk-or p {
 font-size: 1em;
 padding: 15px 20px;
 margin: 0;
}
/* ----------- 赤点線 背景ピンク BOX -----------------------*/
.red-box-dash {
border: dashed 2px #f00;
border-radius: 6px;
background-color: #fee;
max-width: auto;
padding: 1.2em 1.5em 0 1.5em;
margin: 1em auto;
}

/* -----------Gridレイアウト カテゴリーボックス ------------*/
.katebox {
display: grid;
grid-template-rows: minmax(40px, auto);
grid-template-columns: 200px 1fr;
border: 5px solid #e6e6e6;
border-radius: 8px;
margin-bottom: 35px;
}
.kate-img {
grid-row: 1 / 3;
grid-column: 1 / 2;
padding: 8px;
width: 180px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.kate-title {
grid-row: 1 / 2;
grid-column: 2 / 3;
padding: 0.5em 0.8em;
color: #494949;	
font-size: 20px;
border-bottom: solid 1px #cce4ff;
width: 90%;
position: relative;
}
.kate-title:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 1px #5472cd;
bottom: -1px;
width: 50%;
}
.kate-txt {
grid-row: 2 / 3;
grid-column: 2 / 3;
padding: 0.5em 0.8em;
font-size: 16px;
line-height: 1.8em;
}

/*--------マウスオーバー時に画像を拡大-----------*/
.scale-img {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
}
.scale-img img {
	display: block;
	transition-duration: 0.5s;	/*変化に掛かる時間（元に戻る）*/
}
.scale-img img:hover {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	cursor: pointer;			/*カーソルをポインターにする*/
}

/* ------------------------  end【BOX】 BOX ここまで---------*/

/* 文章を左寄せ・中央寄せ・右寄せで表示する
  <p class="maintext">ここは左寄せです！</p>   */
.maintext { text-align: left; }   /* ←左寄せ */
.subject  { text-align: center; } /* ←中央寄せ(センタリング) */
.date     { text-align: right; }  /* ←右寄せ */


/* -------------------------------------------  【table.pcwalk】
	テーブル 採用 これが正解　四隅がきれいになる 
---------------------------------------------------------------- */

table.pcwalk {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}
table.pcwalk thead th,
table.pcwalk tbody th,
table.pcwalk tbody td {
  padding: 0.8em 1em;
  border-bottom: 1px solid #aaa;
}
table.pcwalk thead th {
  background-color: #337ab7;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
table.pcwalk tbody th {
  /*width: 32%;*/
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  border-left: 1px solid #aaa;
}
table.pcwalk thead th + th,
table.pcwalk tbody td {
  border-left: 1px solid #aaa;
}
table.pcwalk tbody th:first-child,
table.pcwalk tbody td:first-child {			/* table td 全体の左側の二重線を削除 */
  border-left: none;
}
table.pcwalk tbody tr:last-child th,
table.pcwalk tbody tr:last-child td {
  border-bottom: none;
}
table.pcwalk tbody tr:nth-child(2n+1) {		/*テーブルの背景色を交互に変える*/
  background: #f1f6fc;
}
table.pcwalk thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
table.pcwalk thead tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
table.pcwalk tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
table.pcwalk tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}
table.pcwalk tbody tr:hover {
  background: #fff9e0 ;
  cursor:pointer;
}

/* 角丸テーブル  tbody の th なし【table.gray】 */
table.gray {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}
table.gray thead th,
table.gray tbody th,
table.gray tbody td {
  padding: 0.8em 1em;
  border-bottom: 1px solid #aaa;
}
table.gray thead th {
  background-color: #ddd;
 text-align:center;
 font-weight: bold;
}
table.gray thead th + th,
table.gray tbody td {
  border-left: 1px solid #aaa;
}
table.gray tbody th {
  text-align: center;
  font-weight: bold;
}
table.gray tbody td:first-child {		/* table td 全体の左側の二重線を削除 */
  border-left: none;
}
table.gray tbody tr:last-child th,
table.gray tbody tr:last-child td {		/* table th td 全体の下線の二重線を削除 */
  border-bottom: none;
}
table.gray thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
table.gray thead tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
table.gray td:hover {
  background: #f4fcd1;
  cursor:pointer;
}

/* 角丸テーブル実装方法 #2 基本となるcss 【basic】  */

table.basic {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}
table.basic thead th,
table.basic tbody th,
table.basic tbody td {
  padding: 0.8em 1em;			/*  .6em 3em  */
  border-bottom: 1px solid #aaa;
}
table.basic thead th {
  color: #ffffff;
  background-color: #337ab7;		/* #ddd #737373 */
  text-align: center;
  font-weight: bold;
}
table.basic tbody th {
  background-color: #e2efff;		/* #fff #eee #e5eff4 #d6e8ff   */
  text-align: center;
  font-weight: bold;
}
table.basic thead th + th,
table.basic tbody td {
  border-left: 1px solid #aaa;
}
table.basic tbody tr:last-child th,
table.basic tbody tr:last-child td {
  border-bottom: none;
}
table.basic thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
table.basic thead tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
table.basic tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
table.basic tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}


/*-------------------------------------------------------
    テーブルの一部を固定してスクロール

-----------------------------------------------  【table class="yoko"】
/*---【1】テーブル 行（横軸）を固定してスクロールする
--------------------------------------------------------- */
/* テーブルがはみ出さないように枠を設定
枠からはみ出た部分（横）にスクロールバー */
div.fixed-box-yoko {
  width:100%;
  height:330px;
  border:1px solid #008740;
  background: #fff;
  overflow:auto;
}
/*-------------------------▼ここからテーブル【table class="yoko"】▼- */
table.yoko {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.yoko th,
table.yoko td {
  height: 100px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #ccc;
}

table.yoko .fixed01 {
  position: sticky;
  top: 0;
  color: #fff;
  background: #008740;
  height: 100px;
  font-weight: bold;
  text-align: center;
}
table.yoko .fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ccc;
}

/* -------------------------------------------  【table class="tate"】
	【2】テーブル 列（縦軸）を固定してスクロールする
---------------------------------------------------------------- */

/* テーブルがはみ出さないように枠を設定
枠からはみ出た部分（縦）にスクロールバー */
div.fixed-box-tate {
  width:100%;
  height:100%;
  background: #fff;
  border:1px solid #2e79b5;
  overflow:auto;
}
/* -----------------------▼ここからテーブル【table class="tate"】【2】▼- */
table.tate {
  width: 1200px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.tate th,
table.tate td {
  width: 200px;
  height: 70px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #ccc;
}

table.tate .fixed01 {
  position: sticky;
  left: 0;
  color: #fff;
  background: #2e79b5;
  font-weight: bold;
  text-align: center;
}
table.tate .fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
}

/* -------------------------------------------  【table class="yoko-tate"】
	【3】行（縦軸）と列（縦軸）どちらも固定してスクロールする
---------------------------------------------------------------- */

/* テーブルがはみ出さないように枠を設定
枠からはみ出た部分（縦・横）にスクロールバー */
div.fixed-box-yoko-tate {
  width:100%;
  height:450px;
  background: #fff;
  border:1px solid #dc6000;
  overflow:auto;
}
/* -----------------------▼ここからテーブル【table class="yoko-tate"】【3】▼- */
table.yoko-tate {
  width: 1840px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.yoko-tate th,
table.yoko-tate td {
  width: 230px;
  height: 100px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #ccc;
}

table.yoko-tate .fixed01,
table.yoko-tate .fixed02 {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  background: #dc6000;
  font-weight: bold;
  text-align: center;
}

table.yoko-tate .fixed01:before,
table.yoko-tate .fixed02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

table.yoko-tate .fixed01 {
  z-index: 2;
}

table.yoko-tate .fixed02 {
  z-index: 1;
}

/* -------------------------------------------  【table class="yokotocyu"】
	【4】特定の列（縦軸）を途中で固定する
---------------------------------------------------------------- */

/* テーブルがはみ出さないように枠を設定
枠からはみ出た部分（縦・横）にスクロールバー */
div.fixed-box-tatetocyu {
  width:100%;
  height:100%;
  background: #fff;
  border:1px solid #e6e6e6;
  overflow:auto;
}

/* -----------------------▼ここからテーブル【table class="tatetocyu"】【4】▼- */
table.tatetocyu {
  width: 1600px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.tatetocyu th,
table.tatetocyu td {
  width: 200px;
  height: 100px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #ccc;
}

table.tatetocyu .fixed01 {
  position: sticky;
  color: #fff;
  background: #333;
  font-weight: bold;
  text-align: center;
  left: 0;
}

table.tatetocyu .fixed02 {
  position: sticky;
  color: #fff;
  background: #737373;
  left: 199px;
}

table.tatetocyu .fixed01:before,
table.tatetocyu .fixed02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
}

/*------------------------- ▲ end fixed table テーブルの一部固定▲--*/

/* --------------------------------------------------------
	画像 スライド エフェクト 表示 ヘッダー画像とは別
------------------------------------------------------------ */

.mainslide{
  position:relative;
  width:320px;
}
.mainslide img{
  position:absolute;
  top:0;
  left:0;
}
.mainslide img:not(:first-child){
  display:none;
}

/*----------------------------------------
  Landingpage ヘッダーとグローバルメニューを非表示
----------------------------------------------------*/
.page-template header.siteHeader { 
display:none; 
}
.page-template .siteContent { 
margin-top: 0;
}

/*  SNSのシェアボタンや、フッターも非表示にしたい場合は以下も追加します  */

/*シェアボタン*/
.page-template .veu_contentAddSection{ 
display:none; 
}
/*フッター*/
.page-template footer{ 
display:none; 
}

/* ------------------------FontAwesome用のクラス ---
--<span class="fb fb-check1"></span>では機能しないため見直す必要がある-------*/




/* --------------- hr に画像を使う ---- */
hr.qhr35 {
	background:transparent url(https://pc-walk.com/wpm-images/hr-img/hr35.png);
	background-repeat: no-repeat;
	height:40px;
	max-width:547px;
	margin: 1em auto 1em;
	padding: 0;
	border: none;
}



hr.qhr34 {
	background:transparent url(https://pc-walk.com/wpm-images/hr-img/hr34.png);
	background-repeat: no-repeat;
	height:27px;
	max-width:533px;
	margin: 1em auto 1em;
	padding: 0;
	border: none;
}

hr.qhr33 {
	background:transparent url(https://pc-walk.com/wpm-images/hr-img/hr33.png);
	background-repeat: no-repeat;
	height:16px;
	max-width:526px;
	margin: 1em auto 1em;
	padding: 0;
	border: none;
}

hr.qhr32 {
	background:transparent url(https://pc-walk.com/wpm-images/hr-img/hr32.png);
	background-repeat: no-repeat;
	height:7px;
	max-width:522px;
	margin: 1em auto 1em;
	padding: 0;
	border: none;
}

hr.qhr31 {
	background:transparent url(https://pc-walk.com/wpm-images/hr-img/hr31.png);
	background-repeat: no-repeat;
	height:21px;
	max-width:541px;
	margin: 1em auto 1em;
	padding: 0;
	border: none;
}

/* 下向き三角矢印 */
hr.mhr-b1 {
	background:transparent url(https://pc-walk.com/wpm-images/hr-img/arrow-blue_001.png);
	background-repeat: no-repeat;
	height:71px;
	max-width:600px;
	margin: 1em auto 1em;
	padding: 0;
	border: none;
}


/* Lightningクレジット表記を消す */

footer .copySection p:nth-child(2) {
    display:none !important;
}
/* ---------------------------------------- 【2018-5-13_NO.1】
Table of content plus 子テーマ用のスタイル 
TOC もくじのカスタマイズ
-------------------------------------------- */
#toc_container{
 display: block !important;
 width: 95% !important;
 margin: 36px auto;              /* 上下の余白　左右中央寄せ */
 border-radius: 6px;             /* 外枠の角丸 */
 font-size: 100%;                /* 文字サイズ */
 box-sizing: border-box;         /* スマホの横揺れ防止 */
 padding-right: 16px;            /* 右内側の余白 */
 padding-left: 10px;             /* 左内側の余白 */
 background-color: #fffcea;      /* 背景色 */
 border: 1px solid #337ab7;      /* 外枠の設定 */
}

#toc_container .toc_title{
 font-size: 110%;                     /* タイトルの文字の大きさ */
 font-weight:600;                     /* テキストの太さ */
 color: #337ab7;                      /* タイトルの文字色 */
 text-align: center;                  /* 左右中央寄せ */
 border-bottom: 1px solid #337ab7;    /* ボダーラインの設定 */
 max-width:40%;                       /* 横幅を40%に */
 margin: 20px auto;                   /* 上下の余白 */
}

/* タイトル前のアイコン　FontAwesomeの設定 */
#toc_container .toc_title:before{
 content: "\f24d";               /* FontAwesomeのユニコード \f046 は「font-weight: bold;」を入れても表示されない */
 font-family: "Font Awesome 5 Free";
 padding-right: 10px;            /* アイコンの右余白 */
 font-size:20px;                 /* アイコンの大きさ */
 color: #F89174;                 /* アイコンのカラー */
 font-weight: bold;
}

#toc_container .toc_toggle a{
 color: #808080;                 /* 非表示のフォントカラー */
}
/* 見出1（h2）の文頭に番号を設置 */
#toc_container ul{
 counter-reset:number;    /* 番号の初期値を0にリセット */
 list-style:none;         /* リストのスタイルなし */
}

#toc_container ul li{
 line-height: 1.75em;      /* 行の高さ */
 margin-bottom: 0.5em;     /* 下方の余白 */
 margin-top: 1.3em;        /* 上方の余白 */
}

/* 見出1（h2）のナンバリングを自動出力 */
#toc_container ul li:before{
 counter-increment: number;  /* 番号を一個づつ増加 */
 content: counter(number);   /* 番号がカウントされていく */
 color: #337ab7;             /* 番号のカラー */
 padding-right:12px;         /* 番号の右余白 */
 margin-left:-30px;          /* 番号の外側左余白を調整 */
}

#toc_container ul li a{
 margin-top: -1.5em;              /* 上の余白調整 */
 display: block;
 color: #337ab7;                  /* リンクテキストのカラー */
 text-decoration:none;            /* 装飾なし */
 border-bottom: 1px dotted #999;  /* 下線の設定 */
}

#toc_container ul li a:hover{
 color: #F89174;              /* マウスオーバー時のカラー */
 text-decoration: none;       /* 装飾なし */
}

#toc_container .toc_list > li > a {
 border-bottom: 1px solid #337ab7;   /* 見出1（h2）のボダーラインの設定 */
 font-size: 110%;                    /* 見出1（h2）の文字サイズ */
}

#toc_container ul ul{
 margin-top: 1.15em;         /* 上の余白調整 */
}
/* 見出し(h3・h4) */
#toc_container ul ul li{
 line-height: 1.5em;        /* 行の高さ */
 font-size: 100%;           /* 文字サイズ */
 margin-left: -10px;        /* 左の余白調整 */
}

/* 見出し(h3・h4)前のアイコン　FontAwesomeの設定 */
#toc_container ul ul li:before{
 content: "\f138";                /* FontAwesomeのユニコード 「font-weight: bold;」で表示された*/
 font-family: "Font Awesome 5 Free";
 margin-left: -25px;              /* アイコンの位置を調整 */
 color: #737373;                  /* アイコンのカラー */
 font-weight: bold;
}
/* 見出し(h3・h4) */
#toc_container ul ul li a{
 color: #3d3d3d;                 /* リンクテキストのカラー */
 font-weight: normal;            /* テキストの太さ */
 padding-right: 6px;             /* 右余白 */
 text-decoration: none;          /* 装飾なし */
}

#toc_container ul ul li a:hover{
 color: #F89174;                  /* マウスオーバー時のカラー */
 text-decoration: none;           /* マウスオーバー時装飾なし */
}

/*----------- ▲ end TOC + ▲--------------------*/

/* 固定ページのリストのスタイル */
ul.list-page, ol.list-page {
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2.5em;

}

ul.list-page li, ol.list-page li {
  line-height: 1.1em;
  padding: 0.7em 1em 0em 0.5em;
  font-size: 1.1em;
}

/* リストの入れ子 */
ul.ireko2 li, ol.ireko2 li {
margin: 0em;
padding: 0.02em 0 0.25em 0;
font-size: 98%;
line-height: 1.5em;
}
/* リストの入れ子の入れ子 */
ul.ireko3 li, ol.ireko3 li {
margin: 0.4em 0em -0.5em 0em;
padding: 0.3em 0em 0em 0em;
line-height: 1.5em;
}


/* カテゴリページのリストのスタイル */
ol.list-kate {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
}
ol.list-kate li{
  position: relative;
  padding: 0.8em 0.8em;				/* 0.5em */
  font-size: 1.1em;
  line-height: 1.5em;
  background: #f1f8ff;
  border-left : solid 35px #5c9ee7;
  margin-bottom: 10px;				/* 5px */
   border-radius: 0 18px 18px 0;	/*右側の角だけ丸く*/
   border-bottom: 1px #ccc solid;	/* 下線 */
}

ol.list-kate li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 16px;		/* 15px */
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align:center;
}

/* 2行目以降を1文字下げる［text-indent］ */
p.indent-1 {
padding-left: 1.8em;
text-indent: -1.8em;
}

p.indent-1:before {
font-family: "Font Awesome 5 Free" ;
content: "\f0a4";
color: #0078d7;
font-size: 1.25em;
padding-right: 0.4em;
}

/* サイドバーcurrent の色 */
/* 背景色透過にしたい場合 rgba(255,255,0,0.7);で指定 #c6e8ff */
.subSection li.current-cat>a, .subSection li.current_page_item>a {
    background-color: rgba(0,120,215,0.18);
}

/*-- サイドメニューのカテゴリ欄 --*/
.subm {
position: relative;
margin-top: 15px;
padding-top: 5px;
/*padding-left: 10px;*/
font-weight: bold;
font-size: 1.2em;
line-height: 1.6;
}

/* この方法だとページが表示されたとき背景色が、Web Font まで適用されないため断念。
下記の方法で直接書いている
<span style="color: #F89174;"><i class="fas fa-caret-square-right"></i></span>&emsp;テキスト

.subm:before {
position: absolute;
top: 12px;
left: -7px;
content: "\f152";						/*-- OK-\f24d     非表示-\f411 wordpress --*/
/*font-family: "Font Awesome 5 Free";
font-size:1.1em;
color: #F89174;
font-weight: bold;
padding-right: 10px;
}
*/

.subm:after {
 content: ".";
 line-height: 0;
 display: block;
 overflow: hidden;
 position: absolute;   /* 絶対位置 */
 bottom: 0px;
 width: 40%;
 border-bottom: 1px solid #337ab7;    /* #337ab7 */
}

/* -----------------------------------ボタン 
	シンプルなボーダーで囲う
---------------------------------------------*/
.btn-flat-border {
  display: block;
  padding: 0.3em 1em;
  text-decoration: none;
  text-align:center;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}
/* 		両端ボーダーばさみ -----------  */
.btn-flat-vertical-border {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  text-align:center;
  border-radius: 3px;
  border-left: solid 4px #668ad8;
  border-right: solid 4px #668ad8;
  color: #668ad8;
  background: #e1f3ff;
  transition: .4s;
}

.btn-flat-vertical-border:hover {
  background: #668ad8;
  color: #FFF;
}

