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



/*デフォルトリンク*/
a {
  color: #2121d3;
}
a:hover {
  color: #d32121;
}

p {
color: #111;
}



/*カラムシャドー*/

#header-container {
text-align: center;
background-color: #f3f4f5;
}

#header-container-in {
max-width: 1256px;
margin: 0 auto;
box-shadow: 1px 1px 6px #aaa;
}

.content {
margin-top: 15px;
}

#main {
box-shadow: 1px 1px 6px #aaa;
border-radius: 0px;
margin-top: 0px;
}

#sidebar {
box-shadow: 1px 1px 6px #aaa;
border-radius: 0px;
}


#footer {
box-shadow: 6px 0px 0px #aaa;
border-radius: 0px;
}


/************************************
** ヘッダー改造
************************************/

/*835px以上*/
@media screen and (min-width: 834px){

.header {
padding: 0 ;
margin: 0;
background-color: #fff;
}

#header-in {
padding: 13px 10px 0px 15px;
margin: 0;
}

#header-in .tagline {
text-align:left;
color:#fff;
font-size: 14px;
padding: 15px 15px 0px 22px;
margin: 0;
background-color: #bf1e56;
}

#header-in .logo {
font-family: "times","Verdana";
color:#fff;
line-height: 1.2;
text-align: left;
padding: 0px 15px 14px 2px;
margin: 0;
background-color: #bf1e56;
}
	
span.site-name-text{
font-size: 32px;
font-weight: 600;
letter-spacing: 0.06em;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
#header-in .tagline {
color:#111;
text-align:center;
padding-top: 8px;
}
#header-in .logo {
font-weight: 800;
letter-spacing: 0.06em;
}
}

** グローバルメニュー
************************************/
.navi {
background-color: #fff;
padding: 0;
margin: 0;
}

.navi-in a {
  position: relative;
}
.navi-in .has-icon {
  position: absolute;
  right: 6px;
  top: 0;
  display: inline-block;
  opacity: 0.7;
  font-size: 11px;
}

.navi-in > ul {
padding: 0;
margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
justify-content: left;
text-align: center;
margin-left: 24px;

  /*サブメニュー*/
}
.navi-in > ul li {
 display: block;
width: 96px;
width: auto;
padding-right: 8px;
padding-left: 8px;
 height: 38px;
 line-height: 38px;
 position: relative;
}
.navi-in > ul li:hover > ul {
  display: block;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap {
  line-height: 21.4285714286px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 38px;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap > div {
  width: 100%;
}
.navi-in > ul .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  min-width: 240px;
  list-style: none;
  padding: 0;
  background-color: #fafbfc;
  z-index: 99;
  text-align: left;
  /*サブメニューのサブメニュー*/
}
.navi-in > ul .sub-menu li {
  width: auto;
}
.navi-in > ul .sub-menu a {
  padding-left: 16px;
  padding-right: 16px;
}
.navi-in > ul .sub-menu ul {
  top: -38px;
  left: 240px;
  position: relative;
}
.navi-in a {
  color: #333;
  text-decoration: none;
  display: block;
font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.navi-in a:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}
.navi-in a:hover > ul {
  display: block;
}


h1.entry-title{
font-size: 26px;
line-height: 1.5;
font-weight: 800;
margin-bottom: 10px;
}

/*480px以下*/
@media screen and (max-width: 480px){
h1.entry-title{
font-size: 22px;
}
}

.article h2 {
color:#fff;
font-size: 20px;
font-weight: 800;
line-height: 1.5;
padding: 0.5em 0.9em 0.5em;
margin: 1.5em -8px 1.5em;
border: double 4px #fff;
background: #bf1e56;
}

/*480px以下*/
@media screen and (max-width: 480px){
.article h2 {
font-size: 18px;
padding:.4em .7em .5em;
margin: 30px -9px 30px -11px;
}
}

.entry-card-snippet h2,
h2 a.entry-title-link {
font-size: 18px ;
color: #111;
line-height: 1.5;
margin: 15px 0 ;
}

h2.entry-card-title, h2.card-title {
font-size: 18px;
line-height: 1.5;
}

/*480px以下*/
@media screen and (max-width: 480px){
h2.entry-card-title, h2.card-title {
font-size: 16px;
}
}

.entry-card-snippet, .card-snippet {
font-size: 18px;
line-height: 1.5;
}


#comment-area h3,
#related-entries h2 {
font-size: 20px;
font-weight: 800;
color: #111;
line-height: 1.5;
padding: 0.5em 0.5em 0.4em 0.8em;
margin: 30px 0px;
border: none;
border-left: 5px solid #207bd6;
border-left: 5px solid #00a8ad;
border-left: 5px solid #396cd7;
border-left: 5px solid #bf1e56;
}

.article h3 {
font-size: 20px;
font-weight: 800;
color: #111;
line-height: 1.5;
padding: 0 0 0.4em 0;
margin: 30px 0px 10px;
border: none;
}

.article h3:before  {
font-family: "Font Awesome 5 Free";
content: '\f560';
color: #bf1e56;
font-size: 20px ;
font-weight: 800;
padding-right: 0.4em;
}

/*480px以下*/
@media screen and (max-width: 480px){

.article h3 {
font-size: 19px;
margin: 20px -9px 10px -9px;
}
}

.article h4 {
font-size: 18px;
font-weight: 800;
color: #111;
line-height: 1.5;
padding: 0.4em 0 0.3em;
margin: 30px 0px;
border: none;
}

.related-entry-card-content h3.related-entry-card-title, related-entry-card-content h3.card-title {
font-size: 16px;
line-height: 1.5;
font-weight: 400;
}

/*480px以下*/
@media screen and (max-width: 480px){
h3.related-entry-card-title, h3.card-title {
font-size: 16px;
line-height: 1.4;
}
}


/*480px以下*/
@media screen and (max-width: 480px){
.related-entry-card-snippet, .card-snippet {
font-size: 16px;
line-height: 1.6;
}
}

.article p{
line-height: 1.8;
margin: 0.6em 0px 1em ;
}

.article dl{
padding: 0 0;
margin: 1em 0;
}

.article dt{ 
color:#003366;
color:#111;
font-size: 1.1rem;
font-weight:800;
line-height: 1.8;
margin: 15px 0px 0px 0px;
display:block;
}

.article .red{
color: #d32121;
color: #F00;
}

.article .orange{
color: #ff7d13;
}


.article .green{
color: #008000;
}


.article dd{ 
color:#222;
font-size: 1.1rem;
line-height: 1.8;
margin: 0 0;
padding: 6px 0px 5px;
border-bottom: 1px dotted #ccc;
}

/*480px以下*/
@media screen and (max-width: 480px){
.article dt, .article dd, .article li{
font-size: 1rem;
line-height: 1.8;
}
}

dl.outline{
clear:both;
width: 100%;
background:#eee;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin:0px 7px 15px 0;
}

dl.outline dt{
float:left;
clear:both;
width:120px;
height: auto;
color: #111;
text-align:center;
line-height:1.8;
background:#eee;
padding: 8px 0 0;
border-top: 1px solid #fdfdfd;
border-bottom: none;
margin:0px 0px 0px 0px;
}

dl.outline dd{
color: #111;
width:auto;
height: auto;
text-align:left;
line-height:1.8;
background-color:#eee;
padding: 8px 10px 4px 1em;
border-top: 1px solid #fdfdfd;
border-left: 1px solid #d6207b;
margin:0px 0px 0px 120px;
}

dl.outline dd img{
float:left;
padding: 0;
margin:0px 10px 5px 0px;
}


.article ul li, .article ol li {
line-height:1.8;
}




table{
width: auto;
width: 100%;
border-collapse: collapse;
background: #fff;
border: 1px solid #0072bc;
border: 1px solid #d6207b;
margin: 20px 0 20px 0px;
padding: 0;
}

table th {
color: #000;
width: auto;
text-align: left;
font-weight:600;
line-height: 1.8;
font-size: 16px; 
background: #CAEAFF;
background: #F9D9E4;

border-top: none;
border-right: 1px solid #0072bc;
border-bottom: 1px solid #0072bc;

border-right: 1px solid #d6207b;
border-bottom: 1px solid #d6207b;
border-left: none;
margin: 0;
padding: 14px 4px 12px 6px;
}

table td {
color: #111;
width: auto;
font-weight:normal;
text-align: left;
line-height: 1.8;
font-size: 16px; 
border-top: 1px solid #0072bc;
border-right: 1px solid #0072bc;
border-bottom: 1px solid #0072bc;
border: 1px solid #d6207b;
margin: 0;
padding: 12px 4px 10px 6px;
}



/*480px以下*/
@media screen and (max-width: 480px){
table th, table td {
font-size: 14px;
}
}

th.bikou{
width: 25%;
}

td.c1{
background: #eee;
}


.saffron-back {
background: #fc0;
}

.white-back {
background: #fff;
}

.indian-green-back {
background: #393;
}

.navy-blue-back {
background: #000080;
}

.white-letter {
color: #fff;
}





/************************************
** 目次 - 鮮やかな青を赤へ
************************************/

.toc {
width: 100%;
font-size: 16px;
line-height: 1.8;
padding: 1em 1em ;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
border: 1px solid #efefef;
margin-bottom: 1em;
display: table;
}

.toc-title {
 color: white;
font-size: 16px;
text-align: center;
display: block;
  padding: 5px 0px;
background: #bf1e56;
border-top-left-radius:3px;
border-top-right-radius:3px;
}

.toc-title:before{
font-family: "Font Awesome 5 Free";
content: "\f03a";
font-weight: 800;
alignment-baseline;
margin-right: 0.5em;
}

.toc-list.open {
    padding: 0 1em;
}

ol.toc-list{
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
margin-bottom: 1em;
}

.toc ul, .toc ol {
padding-left: 0px;
margin-top: 0.5em;
}

.toc ul {
list-style: none;
padding-left: 0px;
}

.toc a{
color: #222;
text-decoration: none;
transition:all 200ms ease-in-out;
}

.toc a:hover {
    text-decoration: underline;
    color: #09f;
}

ol.toc-list > li > a{
font-weight:normal;
line-height: 1.8em;
margin-top: 1em;
}

ol.toc-list > li:before {
counter-increment: item;
content: counter(item)'';
display: inline-block;
width: 1.4em;
height: 1.4em;
line-height: 1.4em;
text-align: center;
background: #bf1e56;
color: white;
border-radius: 50%;
margin-right: .4em;
}

ol.toc-list li {
margin: 0.6em 0;
}

.toc-list > li li{
margin-left: 0.6em;
}
.toc-list>li>ol>ol {
padding-left: 0;/*小見出し一つの時用*/
}

@media (max-width:480px){
.toc{
width:100%;
}
}




.sidebar h3 {
font-size: 16px;
line-height: 1.5;
color: #fff;
text-align: center;
font-weight: 600;
padding: 10px 10px 11px 0px;
margin: 1.5em 0 1em;
border: double 4px #fff;
background: #009fd6;
background: #bf1e56;
}

/************************************
** カテゴリーのラベル
************************************/

.cat-label {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  border: 1px solid #fff;
  font-size: 11px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.7);
background-color:#4ec4d3;
padding: 3px 6px 2px 6px;
border: 1px solid #fff;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.8;
}

/*本文下カテゴリ*/
.cat-link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 7px 2px;
  font-size: 12px;
  background-color: #dd4e42;
  border-radius: 2px;
  word-break: break-all;
}

.cat-link:hover {
  color: #fff;
  background-color: #65b145;
  transition: all 0.5s ease;
}

ul li.cat-item {
font-size: 16px;
border-bottom: 1px dotted #ccc;
line-height: 1.5;
margin: 0 0;
padding: 0px 0px 0px 0px;
}


/************************************
** 新着記事ウィジェット（デフォルト）
************************************/
.widget-entry-cards .a-wrap {
  padding: 5px 3px;
line-height: 1.5;
  margin-bottom: 4px;
}
.widget-entry-cards .widget-entry-card {
  font-size: 0.8em;
  position: relative;
}
.widget-entry-cards figure {
  width: 120px;
}
.widget-entry-cards .widget-entry-card-content {
  margin-left: 124px;
}
.widget-entry-cards .widget-entry-card-pv {
  margin-left: 5px;
  font-style: italic;
  font-size: 0.8em;
}

.new-entry-card-title, .widget-entry-card-title card-title {
font-size: 16px;
font-weight: 400;
color: #222;
}

/************************************
** 新着記事ウィジェット（大きなサムネイル）
************************************/
.widget-entry-cards.not-default .a-wrap {
  max-width: 400px;
}
.widget-entry-cards.not-default .e-card {
  font-size: 16px;
}
.widget-entry-cards.not-default figure {
  float: none;
  width: 100%;
}
.widget-entry-cards.not-default figure img {
  width: 100%;
}
.widget-entry-cards.not-default .card-content {
  margin: 0 0 0.5em;
}
.widget-entry-cards.not-default .widget-entry-card-pv {
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 6px;
  background-color: #333;
background-color: #009fd6;
  color: #fff;
}

/************************************
** 新着記事ウィジェット（タイトルを重ねた大きなサムネイル）
************************************/
.widget-entry-cards.large-thumb-on .a-wrap:hover {
  opacity: 0.7;
}
.widget-entry-cards.large-thumb-on .e-card {
  position: relative;
}
.widget-entry-cards.large-thumb-on .card-content {
  margin: 0;
}
.widget-entry-cards.large-thumb-on .card-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 5px;
  background-color: rgba(51, 51, 51, 0.7);
background-color: #009fd6;
  color: #fff;
  max-height: 30%;
  overflow: hidden;
}

/************************************
** 人気記事ウィジェットランキング表示
************************************/
.widget-entry-cards.ranking-visible {
  counter-reset: p-rank;
}
.widget-entry-cards.ranking-visible .widget-entry-card-thumb {
  counter-increment: p-rank;
}
.widget-entry-cards.ranking-visible .widget-entry-card-thumb::before {
  content: counter(p-rank);
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  width: 16px;
  height: 16px;
line-height: 16px;
background-color: #bf1e56;
  color: #fff;
  opacity: 0.8;
  text-align: center;
  font-size: 14px;
  font-family: Arial,sans-serif;
  z-index: 1;
}

.popular-entry-card-title, .widget-entry-card-title card-title {
font-size: 16px;
font-weight: 200;
line-height: 1.5;
color: #222;
}


/*タグクラウド*/
.tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.tagcloud a {
  background-color: #fff;
  border: 1px solid #dddedf;
  border-radius: 2px;
  color: #555;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  font-size: 13px;
  margin: 2px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
}
.tagcloud a:hover {
  background-color: #65b145;
  transition: all 0.5s ease;
  color: #fff;
}
.tagcloud a .tag-caption {
  word-break: break-all;
}

}
.tagcloud a .tag-link-count {
  margin-left: 8px;
}



/*-- 追加 --*/

.clear{
clear:both;
}


.admain{ 
text-align: left;
margin: 30px 0 30px 0px;
padding: 0px;
}

.red{
color: #ff0000;
}

.orange{
color: #ff7d13;
}

.green{
color: #008000;
}

.g-map{
position: relative;
margin: 20px 0;
padding-bottom: 56.25%;
padding-top: 30px;
overflow: hidden;
max-width: 100%;
height: auto;
}
 

.g-map iframe, .g-map object, .g-map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.rwd_embed {
position: relative;
margin: 30px 0;
padding-bottom: 56.25%;
padding-top: 30px;
overflow: hidden;
max-width: 100%;
height: auto;
}
 
.rwd_embed iframe, .rwd_embed object, .rwd_embed embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.square_btn{
    display: inline-block;
    position: relative;
width: 100%;
font-size:19px; 
line-height: 1.8;
padding: 0.8em 0.6em 0.7em ;
margin: 1em 0px 2em;
    text-decoration: none;
    background: #207bd6;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 5px #106ac5;/*ボタン色より暗めに*/
    border-right: solid 5px #0059b4;/*ボタン色より暗めに*/
}

.square_btn:before{    
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px 0px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
}

.square_btn:after{   
    content: " ";
    position: absolute;
    top: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-width: 0px 6px 6px 0px;
    border-style: solid;
    border-color: #FFF;
    border-bottom-color: transparent;
}

.square_btn:active{ /*ボタンを押したとき*/
    border:none;
    -ms-transform: translate(6px,6px);
    -webkit-transform: translate(6px,6p\x);
    transform: translate(6px,6px);
}

.square_btn:active:after,.square_btn:active:before {
    content: none;/*ボタンを押すと線が消える*/
}

.square_btn a {color:#fff;text-decoration: none; border-bottom: 1px #fff solid;} 
.square_btn a {color:#fff;text-decoration: none; border-bottom: 1px #207bd6 solid;} 
.square_btn a :visited {color:#fff;} 

.video-container {
	max-width: none;
}



/************************************
** タブ<div class="blank-box bb-tab bb-tips bb-blue"></div>
************************************/


.bb-check .bb-label::after {content: "CHECK";}
.bb-comment .bb-label::after {content: "COMMENT";}
.bb-point .bb-label::after {content: "POINT";}
.bb-tips .bb-label::after {content: "TIPS";}
.bb-hint .bb-label::after {content: "HINT";}
.bb-pickup .bb-label::after {content: "PICKUP";}
.bb-bookmark .bb-label::after {content: "BOOKMARK";}
.bb-memo .bb-label::after {content: "MEMO";}
.bb-download .bb-label::after {content: "DOWNLOAD";}
.bb-break .bb-label::after {content: "BREAK";}
.bb-ok .bb-label::after {content: "OK";}
.bb-ng .bb-label::after {content: "NG";}
.bb-good .bb-label::after {content: "GOOD";}
.bb-bad .bb-label::after {content: "BAD";}
.bb-profile .bb-label::after {content: "PROFILE";}
.bb-amazon .bb-label::after {content: "AMAZON";}


.bb-info .bb-label .fa::before {
content: "\f05a";
content: "\f129";
}

.bb-info .bb-label::after {content: "INFO";}


.icon-check{
color: #222;
margin: 0;
}

.icon-check:before{
color: red;
font-family: "Font Awesome 5 Free";
content: "\f00c";
font-weight: 800;
alignment-baseline;
margin-right: 0.3em;
}
