@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.3
*/

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

.article h1 {
    color: #000;/*文字色*/
    background-color: #fff;/*背景色（白）*/
    font-size: 20px;/*文字サイズ*/
    padding: 20px;/*文字回りの余白（上下左右）*/
	margin-bottom: 12px;
    display: block;
    border: 2px solid #3399CC;/*囲み線（太さ 実線 色）*/
    box-shadow: 5px 8px 0 #1f729c;/*影（左右距離 上下距離 ぼかしサイズ 色*/
}

.article h2 {
    background-color: #307fa6;/*背景色*/
    border-right: 23px solid #3399CC;/*右線（太さ 実線 色）*/
    color: #fff;/*文字色（黒）*/
    display: block;
    font-size: 20px;/*文字サイズ*/
    padding: 0.9em 0.9em;/*文字回りの余白（上下 左右）*/
    position: relative;
}

.article h2:before {
    background-color: #a1a1a1;/*影の色（グレー）*/
    bottom: 2px;/*影の上下位置*/
    content: "";
    filter: blur(3px);/*影のぼかし度合い*/
    height: 50%;
    position: absolute;
    right: -10px;
    transform: rotate(2deg);/*影の回転*/
    width: 100%;
    z-index: -1;
}

.article h3 {
	border: solid 2px #3399CC;
	border-left: solid 8px #3399CC;
	padding: 0.9em;
	color: #494949;
    font-size: 20px;
	background-color: #e6ecf5;/*背景色（白）*/
}

.article h4 {
  color: #494949;
  font-size: 20px;
  padding: 18px;
  display: block;
  border-top: 2px solid #3399CC;
  border-bottom: 2px solid #3399CC;
}

.article h5 {
  position: relative;
  font-size: 18px;/*文字の大きさ*/
  color: #494949;
  background: #fff;
  padding: .25em .5em;
  border-left: solid 2em #3399CC;
}

.article h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  color: #FFF;
  font-weight: 600;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article h6 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.article h6:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* テーブルスクロール　タイトル　6 */


/* ホワイトボード風　タイトル　6 */
.wboard-w6 {
 position: relative;
 margin: 2em auto;
 padding: 3.5em 1em 0em 1em;
 width: 100%; /* ボックス幅 */
 background-color: #fffff9; /* ボックス背景色 */
 color: #000; /* 文章色 */
 border: 5px solid #3399CC; /* 枠線 */
 border-radius: 3px; /* 角の丸み */
 box-shadow: 0 0 8px #336699, 0 0 2px #336699 inset;
}
.wboard-w6::before,
.wboard-w6::after {
 position: absolute;
 content: '';
 width: 25px; 
 bottom: 3px;
 border-radius: 2px;
 box-shadow: 1px 1px 3px #336699;
} 
.wboard-w6::before {
 right: 55px;
 border: solid 3px #333333; /*飾ペン黒 */
}
.wboard-w6::after {
 right: 20px;
 border: solid 3px #ff42a0; /*飾ペンピンク */
 transform: rotate(8deg); /*飾ペン角度 */
}
.title-w6 {
 position: absolute;
 padding: .1em .5em;
 left: 1em;
 top: .5em;
 color: #336699; /* タイトル文字色 */
 background-color: #fffff9; /* ボックス背景色 */
 box-shadow: 1px 1px 3px #a0a0a0;
}

/* タイトル付き囲み枠　タイトル　6 */
.box_20 {
	border: 1px solid #27acd9;
	background: #eaf5f9;
	padding: 1.5em;
	}
.box_20_ttl {
	border-left: solid 4px #27acd9;
	padding-left: 10px;
	color: 27acd9;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	}
.box_20_txt {
	background: #fff;
	border-radius: 10px;
	padding: 1em;
	margin-top: 10px;
	box-shadow: 0 2px 3px #ccc;
	}

/***** サイドバー見出し ******/
/* 見出しスタイルリセット */
.sidebar h3{
background:none;
padding: 0;
}
/* 見出しスタイル */
.sidebar h3 {
	color: #FFFFFF;
    padding: .4em;
    background-color: #3399CC;
    text-align: center;
    font-size: 1.05em;
    font-weight: 600;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-radius: 2px;
　　border-color: #003366;
}

/** 記事本文内のマージンを調整 */
        .content p {
            margin-bottom: 1.4em;
        }

/** 記事本文内の行の高さを調整 */
        .content p {
            margin-top: 0;
            margin-bottom: 1.4em;
            line-height: 160%;
        }

/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
.mobile-menu-buttons{
height:50px;
box-shadow: none;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}
.mobile-menu-buttons .menu-button:hover{
background-color:white;
}
span.fas.fa-search::before{
color:#90C31F;/*検索マーク色変更はこちら*/
margin-left:1em;
}
span.fas.fa-bars::before{
color:#90C31F;/*ハンバーガーメニュー色変更はこちら*/
margin-right:1em;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}

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

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

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

/*--------------------------------- 
数字リスト 
--------------------------------*/
.list-2{
   list-style: none;
   padding:0;
   margin:0;
}
.list-2 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.4em;
}
.list-2 li:last-child{ 
   border:none;
}
.list-2 li:before {
   background-color:  #ffffff; /* 点の色 */
   position: absolute;
   font-family: FontAwesome;
   content: "\f10c"; /*アイコン*/
   color:  #0000ff; /* 色 */
   top:0.9em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}

.list-5{
    counter-reset:number; 
    list-style-type: none; 
    padding:0;
    margin:0;
 }
 .list-5 li { 
    position: relative;
    margin:1em auto 1em 10px !important;
    padding-left: 2em;
    padding-top:0.3em
 }
 .list-5 li:before {
    counter-increment: number;
    content: counter(number);
    background-color: #0e7ac4;/* 文字背景色 */
    color: #fff;/*文字色*/
    position: absolute;
    font-weight:bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    top:0.5em;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
 } 

@media screen and (max-width: 768px){
 .article ul, .article ol {
     padding-left: 0px; /* スマホ閲覧時の余白リセット(cocoon) */
}
}

.list-3{
   list-style: none;
   padding:0;
   margin:0;
}
.list-3 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 25px;
}
.list-3 li:before {
   font-family: FontAwesome;
   content: "\f058"; /*アイコン*/
   color:  #0e7ac4; /* 色 */
   position: absolute;
   left:0;
}

.list-6{
   counter-reset:number;
   list-style-type: none;
   padding:0;
   margin:0;
}
.list-6 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}
.list-6 li:last-child { 
   border:none;
}
.list-6 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #0e7ac4; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

.article .s-box :last-child{
  margin-bottom: 0;
} 

/************************************
****　ロゴ画像　余白調整
************************************/
.header-in {width: 100%;}
.header-in img {width: 100%;}
.logo-image span, .logo-image a {width: 100%;}
.logo-image, .logo-image a {padding: 0;}