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

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


.logo{
	text-align:left;
}

.menu-pc{
	padding-top:32px!important;
}

.site-name img {
	height :20px;
}

.main{background-color:#f4f5f7;}

.entry-card-title{
  font-size: 15px !important;/*文字のサイズ*/
}

.entry-title{padding:0px; margin:0px 0px 10px 0px;}

.tagline{
  font-size: 13px !important;/*文字のサイズ*/
  color: #323232;
  text-align:left;
	margin-left:16px;

}

/*--------------------------------
汎用
--------------------------------*/
.textac{
	text-align:center;
}

.texCenter{
	text-align:center;
}

.marginT15{
	padding-top:15px;
}

.mT30{
	margin-top:30px;
}

.mB-10{
	margin-bottom:-10px;
}

.pB10{
	padding-bottom:10px;
}


/*トップ新着*/

.list-title-in:before, .list-title-in:after{
	display:none;
}

.list-new-entries .entry-card-thumb{
	display:none;
}

.list-new-entries .ect-vertical-card {
    flex-direction: column;
		padding:1em;
		border:solid 1px #cccccc;
}
.list-new-entries  .ect-vertical-card .entry-card-wrap {
   width: 100%;
	padding:1em;
	border-bottom:solid 1px #cccccc;
 }

 .list-new-entries  .ect-vertical-card .entry-card-wrap:last-of-type {
  border-bottom: none;
}

h1 {
  font-size: 20px !important;/*文字のサイズ*/
}

h2 {
  font-size: 18px !important;/*文字のサイズ*/
  border-left: 7px solid #515151;/*左線*/
  color: #323232;
	margin-top: 4em;
  margin-bottom:15px;
  border-top: solid 3px #323232 ;
  border-bottom: none;
}

.entry-content h3 {
	border-left: solid 4px #333!important;
    position: relative;
    padding: 0.5rem;
    background-color: #f4f5f7;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.entry-content h4 {
	border-left: solid 4px #c4c4c4!important;
	margin-top:30px;
	line-height:1em!important;
}

.list-more-button {
	font-size:12px;
	background: none;
	color: #323232; 
	border-radius:0px;
	border-color:#454545; 
	border: solid 1px;
}

.list-more-button:hover {
	font-size:12px;
	background:#454545 ;
	color: #FFF; 
	border-radius:0px;
}

.entry-card-title {
	border:none ;
	font-size:12px !important;
}

.main{padding:20px 16px;}

.carousel-entry-card-title{font-size:12px;}

.slick-list{background-color:#f4f5f7;}

.carousel-in{padding:0px 0px 12px 0px; background-color:#f4f5f7;}

.carousel-content{padding:0px;}

.carousel .slick-arrow:before{color:#333;}

.list-title-in{font-size:14px;}

.article h3 {
  font-size: 15px !important;/*文字のサイズ*/
  position: relative;
  color: #323232;
  padding-left: 1.3em;
  line-height: 1.5em;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
	  border-left: none;
}

.article h4 {
  font-size: 13px !important;/*文字のサイズ*/
  position: relative;
  color: #323232;
  padding-left: 1.3em;
  line-height: 1.5em;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
	  border-left: none;
}

.nomadBoxQA {
  margin: 15px 0;
  color: #555;
  border: solid 1px #a1a1a1;
}

.nomadBox1 {
  padding: 1em;
  margin: 15px 0;
  color: #555;
  border: solid 1px #a1a1a1;
}

.nomadBox2 {
  padding: 1em;
   line-height: 2em;
  margin: 15px 0 30px;
  color: #555;
	background-color:#e0e7f6;
}

.nomadBox10 {
  padding: 1em;
  margin: 15px 0;
  color: #555;
  border: none;
	background-color:#e9ecf1;
}

.nomadBox11 {
  padding: 1em;
  margin: 15px 0;
  color: #555;
  border: solid 1px #333;
	background-color:#FFF;
}
.nomadBox11 p {
   line-height: 2em;
    padding: 0;
    margin: 0;
}

.nomadBox15 {
  padding: 1em;
  margin: -12px 0 15px 0;
	line-height:280%;
  color: #555;
  border: solid 1px #a1a1a1;
}

.post-129 .date-tags,
.post-3 .date-tags,
.post-133 .date-tags {
display: none;
}

.cat-label {
display: none;
}

input.search-edit{font-size:12px;}

.related-entry-card-content h3,.widget-related-entry-card-title{font-size:12px!important;}

.widget-title{font-weight:bold;}

.related-entry-heading .related-entry-main-heading {padding-left:8px;}

.prev-post-thumb,
.next-post-thumb{
  display:none;
}

.linkArticle {
    position: relative;
    padding: 0.5rem;
    border-radius: 12px;
    border: 1px solid;
    border-bottom: 4px solid #454545;
    background-color: #fff;
    color: #ab0000;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.linkArticle:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 12px;
    width: 1px;
    background-color: #454545;
    content: "";
}



/* フッター*/
.footer-container{
	padding-bottom:140px;
}

/* もしも*/
.easyLink-info-btn a{
	background-color:#333!important;
}

/* オーディオブック*/
.abook00 p{
	text-align:center;
	margin:0px 10px;
}

.abook01{
	text-align:center;
}

.abook01 {
  display: flex;
justify-content: center;
}

.abook01 a {
  padding: 0.5em 1em;
	margin:10px;
  font: inherit;
  color: white;
  background-color:#333333;
  border: 0;
  border-radius: 0.25em;
	text-decoration: none;
}

.abook01 p{
	margin-bottom:14px;
}

/*Taboola*/
.tbl-read-more-btn {
	width:100% !important;
	height:100px !important;
	background: #333333 !important;
	border-radius:30px !important;
	border: 10px solid #FFF !important;
	color: #FFF !important;
	font-size:22px !important;
	font-weight:bold !important;
	padding-top:35px !important;
	margin:180px 0px 50px !important;
	text-align:center !important;
	display:block;
}


/*--------------------------------
フォント
--------------------------------*/

.fblack12{font-size:1.2em; color:#333; border-bottom: 4px solid #f6f045;}
.fred12{font-size:1.2em; color:#670006; border-bottom: 4px solid #fc8b93;}
.fpurple12{font-size:1.2em; color:#4e206a; border-bottom: 4px solid #c9adf1;}
.fgreen12{font-size:1.2em; color:#024e24; border-bottom: 4px solid #7eed6c;}
.fblue12{font-size:1.2em; color:#003f5a; border-bottom: 4px solid #9cc8f7;}
.fyellow12{font-size:1.2em; color:#724e00; border-bottom: 4px solid #fce48b;}

.starrate{font-family:bold; font-size:1.6em; color:#f5b000; list-style: solid 1px #333;!important;}

/*--------------------------------
目次
--------------------------------*/
.toc{background-color:#f4f5f7;}
div.toc-widget-box{background-color:#f4f5f7; border:solid 1px #CCC;}

/*--------------------------------
フッター
--------------------------------*/

.footer-bottom-logo .logo-image {
	padding: 0;
	max-width: 250px;
}

.footer-bottom-logo img {
	height: auto;
}

.copyright{
	font-size:12px;
}

/* PCグローバルメニュー左寄せ */
.navi-in > ul { 	justify-content: flex-start; }

.navi-in a {
  font-size: 16px; 
  font-weight: bold;
  color: #333 !important;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  display: block;
  text-decoration: none;
}

/*--------------------------------
パンくず
--------------------------------*/

#breadcrumb {
  color:#333;
  background-color: #f5f6f8;
}

.new-entry-card-title{
	font-size: 12px;
}

/*--------------------------------
タグクラウド
--------------------------------*/

.tagcloud a {
    background: none; /*背景を消す*/
    border: 1px solid #ccc; 
    border-radius: 16px; /*角の丸み*/
    color: #555; /*文字色*/
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 11px;
    margin: 2px;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
}
.tagcloud a .tag-caption::before {
    content: "#"; /*アイコンの変更*/
    padding-right: 3px;
}
.tagcloud a:hover { /*マウスホバー時*/
    background: #333333;
    border: 1px solid #333333;
    color: #fff;
}

.fa-tag:before {
    display: none;
}

/*--------------------------------
リスト
--------------------------------*/
ul.dotlist{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:1em;
	margin-top:1em 2em;
	background-color:#FFF;
  border: solid 2px #e0e1e4;	
}
ul.dotlist li{
  position:relative;
  color: #333;
  padding: 0 0 0 20px;
  margin: 7px 0px;
  line-height: 30px;
  border-bottom: dashed 1px #c1c3c7;
}
ul.dotlist li:before{
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  left: 0px;
  font-weight: bold;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------
リスト
--------------------------------*/
ul.dotlist2{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:1em;
	margin-top:1em 2em;
}
ul.dotlist2 li{
  position:relative;
  color: #333;
  padding: 0 0 0 20px;
  margin: 7px 0px;
  line-height: 30px;
  border-bottom: dashed 1px #c1c3c7;
}
ul.dotlist2 li:before{
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  left: 0px;
  font-weight: bold;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*リスト*/

 .aBox1 {
  border: solid 2px #adcce9;
  padding: 10px 6px 0px;
	margin:10px;
  position: relative;
	 background-color:#FFF;
}

 .aBox1 li {
  line-height: 1.5;
  padding: 0.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

 .aBox1 li:before {
  font-family: "FontAwesome";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 1.5em; /*左端からのアイコンまで*/
  color: #699dcc; /*アイコン色*/
}

 .aBox1 li:last-of-type {
  border-bottom: none;
}

/*--------------------------------
テーブル
--------------------------------*/

.table001{
	width: 100%;
	margin: 10px 0;
}

.table001 th{
	background-color:#21226d;
	color:#FFF;
}
.table001 td{
	background-color:#FFF;
	border:1px solid #333;
	word-break : break-all;
}

.scroll_table {
  max-width: 100%;
  overflow-x: auto;
}

.scroll_table::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}

.scroll_table::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}

.scroll_table::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}

.colTable {
  width: 100%;
  border-collapse: collapse;
}

.colTable tr{
  border-bottom: solid 2px #d6d6d6;
}

.colTable th{
  position: relative;
  text-align: left;
  width: 44%;
  background-color: #e6e8ed;
  color: 333;
  text-align: center;
  padding: 10px 0;
}

.colTable td{
  text-align: left;
  width: 28%;
  text-align: center;
  background-color: #FFF;
  padding: 10px 0;
}

.colTablePurple{
	background:#9163ab!important;
	color:#FFF;
}

.colTableGreen{
	background:#549754!important;
	color:#FFF;
}

.colTableBlue{
	background:#465ca5!important;
	color:#FFF;
}

.colTableYellow{
	background:#bdac30!important;
	color:#FFF;
}

.tableA {
  border-collapse: collapse;
  width: 100%;
}
.tableA th, .tableA td {
  border: 1px solid #505050;
  background-color: #FFF;
  padding: 1em;
}
.tableA th {
  background-color: #5c5c5c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.tableBG10{
	text-align:center;
	font-weight:bold;
	background-color:#ffdde4 !important;
}

/*ステップ*/
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .stxt {
  margin: 0.5em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

/*吹き出し*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0em  2.5em 1em;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #cdf0f4;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #cdf0f4;
}

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

/*ブログカード*/
.blog-card {
  width: 80%;
  margin: 0 auto 0px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.blog-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.blog-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.blog-card img {
    width: 330px;
    height: 100%;
  display: block;
  object-fit: cover;
}
.blog-card-content {
  padding: 15px 15px 0px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.blog-card-source {
  font-size: 14px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .blog-card {
  width: 100%;
  }
  .blog-card a {
    flex-direction: row;
  }
  .blog-card img {
  width: 165px;
  height: 93px;
  }
}

/*関連記事*/
.linkArticle {
    position: relative;
    padding: 0.5rem;
    border-radius: 12px;
    border: 1px solid;
    border-bottom: 4px solid #454545;
    background-color: #fff;
    color: #454545;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.linkArticle:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 12px;
    width: 1px;
    background-color: #454545;
    content: "";
}


/*--------------------------------
サイドバー
--------------------------------*/
.sidebar{
	background-color:#f4f5f7;
	border-left: solid 1px #999;
}
.toc-widget-box{
		background-color:#FFF;
}
.widget_categories ul li a {
    color: #333;
    text-decoration: none;
    padding: 6px 0;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
    border-top: 1px dotted #ccc;
    position: relative;
}
.widget_categories ul li a::after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 10px; /*アイコンの右端からの距離*/
}
.widget_categories > ul > li > a:first-child {
    border-top: none;
}
.widget_categories > ul > li > a:last-child {
    border-bottom: 1px dotted #ccc;
}
.widget_categories ul li a:hover { /*マウスホバー時*/
    background: #444d53;
    transition: 0.5s;
    color: #FFF;
}

.catColor a{background-color:#f4f5f7; margin-bottom:1px;}
.catColor a span{color:#333; padding-left:2em;}

img.site-logo-image{
	margin:20px 0px;
}

/*--------------------------------
スマホ
--------------------------------*/

@media screen and (max-width: 1023px){
img.site-logo-image{
	margin: 6px 0px 6px 24px ;
	padding-top:10px;
}
}
@media screen and (max-width: 1023px){
	.mobile-menu-buttons .menu-button{
		justify-content:left;
	}
}

/*--------------------------------
固定ページ
--------------------------------*/

.page .date-tags,
.page .author-info {
    display: none;
}


/************************************
** スマホ追尾目次
************************************/
#mobile-toc-widget-wrap .menu-trigger,
#mobile-toc-widget-wrap .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#mobile-toc-widget-wrap .menu-trigger {
  position: relative;
  width: 25px;
  height: 35px;
}
#mobile-toc-widget-wrap .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #5b5b5b; /* 三本線色 */
  border-radius: 4px;
}
#mobile-toc-widget-wrap .menu-trigger span:nth-of-type(1) {
  top: 13px;
}
#mobile-toc-widget-wrap .menu-trigger span:nth-of-type(2) {
  top: 20px;
}
#mobile-toc-widget-wrap .menu-trigger span:nth-of-type(3) {
  top: 27px;
}
#mobile-toc-widget-wrap .menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#mobile-toc-widget-wrap .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top:0;
}
#mobile-toc-widget-wrap .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#mobile-toc-widget-wrap .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
#mobile-toc-widget-wrap{
  position: fixed;
  bottom: 50px;
  right: 20px;
  margin: 0;
  padding: 0;
  z-index:5;
  counter-reset: mobile-toc;
}
#mobile-toc-widget-wrap label .mobile-toc-button {
  width: 58px;
  height: 58px;
  border-radius:50%;
  background: #eeeeee; /* ボタン色 */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  transition: ease-out 0.3s;
  text-align:center;
  position:relative;
  z-index: 3;
}
#mobile-toc-widget-wrap label .mobile-toc-button .mobile-toc-button-title {
  color: #333333; /* ボタン文字色 */
  font-size: 0.65em;
  letter-spacing: 0;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
}
#mobile-toc-widget-wrap label:hover {
  background: #efefef;
}
#mobile-toc-widget-wrap input {
  display: none;
}
#mobile-toc-widget-wrap .mobile-toc-show {
  display:none;
}
#mobile-toc-widget-wrap input:checked ~ .mobile-toc-show {
  background:#fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.5em 1em;
  opacity:0.97; /* 20190924数値変更 */
  position:fixed;
  width:100%;
  height:100%;
  display:block;
  animation: 0.5s fade-in;
  -webkit-animation: 0.5s fade-in;
  overflow-y:scroll;
}
@-webkit-keyframes fadeIn { 
  0% {display: none;opacity: 0;}
  1% {display: block;opacity: 0;}
  100% {display: block;opacity: 0.93;}
}
@keyframes fade-in {
  0% {display: none;opacity: 0;}
  1% {display: block;opacity: 0;}
  100% {display: block;opacity: 0.93;}
}
#mobile-toc-widget-wrap .widgettitle{
  text-align: center;
  margin: 0 0 1em; /* 20190924数値変更 */
  color: #333333; /* 目次名の色 */
  font-size: 1.1em;
  letter-spacing:2px;
  font-weight:600; /* 20190924追記 */
}

#mobile-toc-widget-wrap .mobile-toc-show .toc{
  border:none;
  margin: 0 !important;
  padding: 0 !important;
}
#mobile-toc-widget-wrap .toc .toc-list > li {
  list-style-type: none !important;
  position: relative;
  margin-left: 13px;
  margin-right: 25px;
  padding-left: 32px;
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.8;
}
#mobile-toc-widget-wrap .toc a {
  font-size: 0.8em;
  font-weight:600;/* 20190924追記 */
}
#mobile-toc-widget-wrap .toc-list{
  padding:0 !important;
}
#mobile-toc-widget-wrap .toc-list > li:before{
  counter-increment: mobile-toc;
  content: counter(mobile-toc);
  position: absolute;
  left: 5px;
  top: 5px;
  background: none;
  font-size: 0.8em;
  color: #333333; /* 数字の色 */
}
#mobile-toc-widget-wrap .toc_widget_list > li ol {
  margin-top: 5px;
  padding-left: 20px;
}
#mobile-toc-widget-wrap .toc-list ol{
  list-style:none;
}
#mobile-toc-widget-wrap .toc-list > li > ol > li a {
  position: relative;
  text-decoration: none !important;
  font-weight:500;/* 20190924追記 */
}
#mobile-toc-widget-wrap .toc-list > li ol li a:before {
  position: absolute;
  content: "・";
  font-size: 1.4em;
  left: -20px;
  top: -10px;
  color: #333333; /* 点の色 */
}

.grecaptcha-badge { visibility: hidden; }

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

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

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