@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/*ヘッダ画像いっぱい*/
.header-in {width: 100%;}
.header-in img {width: 100%;}
.logo-image span, .logo-image a {width: 100%;}
.logo-image, .logo-image a {padding: 0;}

/* Ｈ１の装飾 */

h1 {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}

h1:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}

.extendh { 
 font-size: 28px !important; 
 padding: 5px 10px 5px !important; 
 border-top: solid 5px orange !important;
 border-bottom: solid 5px orange !important;
 display: flex !important;
 align-items: center !important;
}
.extendh::before { 
 font-family:"Font Awesome 5 Free" !important; 
 font-size: 2.0em !important;
 color: orange !important;
 content:"\f5ab" !important; 
 margin-right:9px !important; 
}

.extendPoint { 
 font-size: 28px; 
 padding: 5px 10px 5px !important; 
 border-top: solid 5px #0693e3;
 border-bottom: solid 5px #0693e3;
 border-left: none !important;
 display: flex;
 align-items: center;
}
.extendPoint::before { 
 font-family:"Font Awesome 5 Free"; 
 font-size: 2.0em;
 color: orange;
 content:"\f0a4"; 
 margin-right:9px; 
}

.ArrowPoint { 
 border-left: none !important;
 padding: 5px 10px 5px !important; 
 display: flex;
 align-items: center;
}
.ArrowPoint::before { 
 font-family:"Font Awesome 5 Free"; 
 font-size: 1.8em;
 color: #0726e3;
 content:"\f2f5"; 
 margin-right:9px; 
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*** Google code prettify 用 ***/
pre.prettyprint {
  overflow: auto !important;
  white-space: pre !important;
}
/* ナビメニュー 上下枠線 */
#navi {
 border-top:solid 1px #5FB3F5;
 border-bottom:solid 1px #5FB3F5;
}

/* ナビメニュー 文字*/
#navi {
font-weight: bold; /* 太文字 */
text-shadow: 0 2px 4px rgba(0,0,0,0.5); /* 影 */
}
/* ナビメニュー（アイコン） */
#navi .menu-item-has-children>a::after {
display: none; /* 非表示 */
}

/*ナビメニュー下線*/
.navi-in a:hover {
background:none;
border-bottom:solid 3px #0104ad;
transition: all .2s ease;
}
.navi-in>ul .sub-menu {
background-color: #fff;
opacity: 0.95;
padding-bottom:3px;
}

/* fritz 見出しＨ２の修飾*/
.article h2 {
color: #364e96;
text-align: center;
padding: 0.25em;
border-top: solid 2px #6cb4e4;
border-bottom: solid 2px #6cb4e4;
}

/* 赤ボーダー用クラス */
.bdr_red {
  border-top: solid 2px #e46c6c !important;
  border-bottom: solid 2px #e46c6c !important;
}

/* オレンジボーダー用クラス */
.bdr_orange {
  border-top: solid 2px #ff6a6a !important;
  border-bottom: solid 2px #ff6a6a !important;
}



/* 緑ボーダー用クラス */
.bdr_green {
  border-top: solid 2px #6ce46c !important;
  border-bottom: solid 2px #6ce46c !important;
}
/* 水色ボーダー用クラス */
.bdr_lblue {
  border-top: solid 2px #0066cc !important;
  border-bottom: solid 2px #0066cc !important;
}

.ttlbgcol_blue {
 background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
 background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.ttlgcol_green {
background: -webkit-repeating-linear-gradient(
  -45deg,
  #ddffdd,
  #ddffdd 3px,
  #ffffff 3px,
  #ffffff 7px
) !important;

background: repeating-linear-gradient(
  -45deg,
  #ddffdd,
  #ddffdd 3px,
  #ffffff 3px,
  #ffffff 7px
) !important;
}

.ttlbgcol_yellow {
background: -webkit-repeating-linear-gradient(
  -45deg,
  #ffff00,
  #ffff00 3px,
  #ffffff 3px,
  #ffffff 7px
) !important;

background: repeating-linear-gradient(
  -45deg,
  #ffff00,
  #ffff00 3px,
  #ffffff 3px,
  #ffffff 7px
) !important;
}

/* fritz 見出しＨ３の修飾*/
.article h3 {
color: #364e96;/*文字色*/
padding: 0.1em 0.5em;/*上下の余白*/
border-top: solid 1px #6cb4e4;/*上線*/
border-bottom: solid 1px #6cb4e4;/*下線*/
border-left: solid 5px #7db4e6;
}

/* 枠を表示するためのクラス */
/* 枠青 */
.fritz_border_blue {
  border-radius: 6px; border: 1px solid blue;
}
/* 枠黒 */
.fritz_border_black {
  border-radius: 6px; border: 1px solid black;
}

/* パディングを追加するクラス */
.fritz_padding_10 {
	padding: 10px;
}
/*フロント固定ページのタイトルを非表示
h1.entry-title{
display: none;
}*/
/* Google Code Prettifyの行番号付与 */
.prettyprint ol.linenums > li {
	list-style-type: decimal; 
}
/* タイトルの余分な余白を消す */
.logo-image span, 
.logo-image a, 
.logo-image img {
  display: block;
}
/* 動画コンテナをセンタリングする */
.video-container {
	margin: 0px auto;
}
.fritztbl table td,
.fritztbl table th {
	border: solid 1px blue;
}

.fritzsiz table td {
	font-size: 12px;
}

.fritzmgn {
	margin: 1.0em;
}


.list-new-entries {
  display: none;
}

.tdheader {
	background-color: #40e0d0;
	text-align: right;
}

.thheader {
	background-color: blue;
	text-align: center;
	color: white;
}

.inf1header {
	background-color: #0000cd;
	text-align: center;
	color: white;
}

.inf2header {
	background-color: #00bfff;
	text-align: left;
	color: white;
}

.inf3header {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	color: gray;
}

.inf4header {
	background-color: #ffffe0;
	text-align: left;
	vertical-align: top;
	color: gray;
}

/* カルーセルに カテゴリ名を表示させたくないときの対応　 */
.carousel .cat-label {
	display: none;
}

