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

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

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

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

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


.home header .sns-share,.home footer .sns-share,.home footer .sns-follow,.home header .post-date,.home .post-update,.home .author-info{
    display: none;
}

/*ナビゲーションメニュー*/
.navi-in a {
color: #fff !important;
}
.navi-in a:hover {
background:none;
border-bottom:solid 2px #dbed3b;
transition: all .2s ease;
color: #5b5b5b !important;
font-weight:bold;
}
.navi-in>ul .sub-menu {
background-color: #9a9c9b;
opacity: 0.95;
padding-bottom:2px;
}

/*********************************
* Cocoon 通知エリア2つ
*********************************/
.twice-notice{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.twice-notice a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position:relative;
    flex-basis:50%;
    text-align:center;
    color:#fff; /* 文字色 */
    font-size: 1.0em; /* 文字サイズ */
    line-height: 1.4;
    font-weight: normal;
    padding: 1em 2em;
    letter-spacing: 1px;
    text-decoration:none;
}
.twice-notice a:first-child{
    background:#0a3fa8; /* 左背景色 */
    border-right:1px solid #fff; /* 中央線 */
}
.twice-notice a:last-child{
    background:#0a3fa8; /* 右背景色 */
}
.twice-notice a:hover{
    opacity:0.8;
}
.twice-notice a:after{
    position:absolute;
    top:50%;
    right:1em;
    transform: translateY(-50%);
    font-family:"Font Awesome 5 Free";
    content:"\f101"; /* 矢印アイコン */
	font-weight: 900;
    animation:infinite move-arrow 1.5s; /* 矢印アニメーション */
}
@keyframes move-arrow {
    0%{margin:0 5px 0 -5px;opacity:.3;} /* 矢印アニメーション設定 */
}
/* スマホ */
@media screen and (max-width: 480px){
    .twice-notice a{
        font-size:0.7em; /* 文字サイズ */
    }
    .twice-notice a:after{
        transform: translateY(-50%);
    }
}

/*メインとサイドバーの枠線陰を非表示*/
#main , #sidebar{
  box-shadow: none;
}

/************************************
**サイトタイトルフォント
************************************/
/*.article h2 {
font-size:24px;
color:#000 ;
height:auto;
} */

.article h2 {
/*font-size:24px;
border-bottom: dashed 2px#6594e0;*/
 border-left: none;
color:#000 ;
padding-bottom: 10px;
font-size: 24px;
/*background-image: repeating-linear-gradient(90deg, #b4a983 0, #b4a983 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);*/
background-image: repeating-linear-gradient(90deg, #5e7e2c 0, #5e7e2c 3px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
background-size: 4px 4px;
background-repeat: repeat-x;
background-position: center bottom;
}

.article h3 {
border-left: 8px solid #7db4e6;
font-size:20px;
color:#000 ;
}

.article h4 {
border-bottom: 2px dotted #000;
font-size:18px;
color:#000 ;
}

