@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){
  /*必要ならばここにコードを書く*/
}

  /*全固定ページタイトル非表示*/
.page .entry-title{
  display: none;
}

/*グローバルメニューのフォントサイズ等変更*/
.navi-in .menu-header .item-label{
font-size: 15px;
}

/*サイトロゴのフォント変更-文字白*/
.logo-header a span{
font-family: 'Avenir','Helvetica Neue';
font-weight: bold;
font-size:38px;
}

/*---------------------------------
カテゴリの行間とフォントを小さくする
--------------------------------*/
.widget_categories ul li a{
	line-height: 1.2;
	font-size: 15px;
}


/*---------------------------------
最新の投稿の行間とフォントを小さくする
--------------------------------*/
.widget_recent_entries ul li a{
	line-height: 1.2;
	font-size: 15px;
}

.logo{
	text-align:left;
}
.post-8506 .date-tags,
.post-8467 .date-tags,
.post-3530 .date-tags,
.post-2 .date-tags,
.post-3712 .date-tags,
.post-8146 .date-tags,
.post-4899 .date-tags,
.post-4268 .date-tags,
.post-4566 .date-tags,
.post-7382 .date-tags,
.post-3571 .date-tags,
.post-3594 .date-tags,
.post-3862 .date-tags,
.post-4664 .date-tags {
display: none;
}

/* 枠 */

.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}


/* 枠 見出し付き */
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #ebebeb;
    color: #005bae;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}



/* 枠 見出し付き */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff4242;
    border-radius: 8px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #ebebeb;
    color: #757575;
    font-weight: bold;
}
.box27 p {
    margin: 0; 
    padding: 0;
}



/* 枠 シンプル角丸 */
.box2 {
    padding: 0.5em 1em;
    margin: 2em 2em;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

a{text-decoration: none;}
a:hover { text-decoration: underline; }

img.grid {border: solid 1px #3E3E3E;}

img.shadow {border: solid 1px #3E3E3E;box-shadow: 5px 5px 5px #d3d3d3;}

/*---------------------------------
吹き出しの枠
--------------------------------*/
.box23 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box23:before{font-family: FontAwesome;
    content: "¥f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
}
.box23:after{
    font-family: FontAwesome;
    content: "¥f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
}
.box23 p {
    margin: 0; 
    padding: 0;
}

.box9 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #ff7d6e;
    background: #ffebe9;
    border-top: solid 10px #ff7d6e;
}
.box9 p {
    margin: 0; 
    padding: 0;
}

 .wakusen {border: solid 1px #c3c3c3; box-shadow: 2px 2px 4px gray;} 



.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffe8dd;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe8dd;
}

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

.grecaptcha-badge { visibility: hidden; }