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

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

.cat-label {
display: none;
}

/*header or footer サイト全体*/

#header-container .navi, #footer {
	background: #ffd803;
	color: #272343;	
}

.item-label{
	color: #272343;
}

.page-top a{
	background: #e3f6f5;
	color: #272343;
}

.page-top a:hover{
	background: #bae8e8;
	color: #272343;
}

a{
	text-decoration: none;
	font-weight: bold;
}

/*header or footer サイト全体終わり*/

/*グローバルメニューコンテンツ間隔*/
.navi-in > ul li {
  margin: 0 1.0em;
}
/*グローバルメニューコンテンツ間隔終わり*/


/*記事一覧_ブログカード*/

.entry-card, .related-entry-card {
    display: flex;
    padding: 1.0em 1.0em;
}

.entry-card-title {
	font-size: 1.1em;
  position: relative;
  padding: 0.8rem 0.8rem;
  border-bottom: 1px solid #272343;
  border-right: 1px solid #272343;
	margin-bottom: 0.8em;
	color: #272343;
	padding-bottom: 0.5rem;
}


.entry-card-snippet, .related-entry-card-snippet {
    font-size: 0.7em;
	font-weight:normal;
    padding: 0em;
    margin-left: 0.4em;
    color: #99a9b0;
    line-height: 1.7;
    margin-top: 0.3em;
}

.date-tags {
display: none;
}


/*記事一覧_ブログカード終わり*/

/*見出し*/

.article h2 {
  position: relative;
  padding: 1.0rem 1.0rem;
  border: none;
  background: #ffd803;
	color: #272343;
}

.article h2:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
}

.article h2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ffd803 transparent transparent transparent;
}

.article h3{
	position: relative;
  padding: 1.5rem 1rem;
	color: #272343;
	border-bottom:none;
}


.article h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #bae8e8, #bae8e8 2.5px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #bae8e8, #bae8e8 2.5px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.article h4 {
    border: none;
    padding: 0;
}

.article h4 {
	border-bottom: none; /* Cocoon親テーマCSSリセットのため */
	margin: 1.5em 0 1em;
	padding: 0.25em 0.5em; /* 上下 左右の余白 */
	border-left: solid 8px #bae8e8;
	color: #272343;
}


/*見出し終わり*/



/*オーディナリー用見出し*/
.theordinary {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #272343;
    font-size: 20px;
}

.theordinary::before,
.theordinary::after {
    width: 3px;
    height: 40px;
    background-color: #e3f6f5;
    content: '';
}

.theordinary::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.theordinary::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

/*オーディナリー用見出し終わり*/



/*箇条書き数字*/
.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: #ffd803; /* 文字背景色 */
   color: #272343; /* 文字色 */
   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;
}
/*箇条書き数字終わり*/

/*箇条書き記号*/
.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:100%; /* 横幅 */
   padding: 0
	   em 0 0.5em 1.4em;
}
.list-2 li:last-child{ 
   border:none;
}
.list-2 li:before {
   background-color:  #ffd803; /* 点の色 */
   position: absolute;
   content: '';
   top:0.9em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}

/*箇条書き記号終わり*/

.marker{
	background-color: rgba(255,216,3,0.5);/*マーカー*/
}

/*ボックス_シンプル*/
.box4-yellow {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:100%; /* ボックスの横幅 */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 1.7em 2em;	/* ボックスの内側余白(上下:1.7em　左右:2em) */
	border: 3px dotted #bae8e8;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
}
.box4-yellow .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -10px; /* 上から（-10px）移動*/
	left: 30px; /* 左から(30px)移動 */
	background: #fff; /* タイトル背景色 */
	color: #272343; /* タイトル文字色 */
	padding: 0 10px;/* タイトルの余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 20px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
}
.box4-yellow p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}
/*ボックス_シンプル終わり*/


/*ボックス_タイトル付き*/
.box2-yellow{
	border-radius:4px; /* ボックス角丸 */
	max-width:100%; /* ボックス横幅 */
	border:1px solid #bae8e8; /* ボックス線 */
	margin: 2em auto; /* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 3.5em 2em 1.0em; /* ボックス内側余白 */
	position:relative; /* 配置に関するもの(ここを基準に) */
}
.box2-yellow .box-title {
	background: #bae8e8; /* タイトル背景色 */
	color: #272343; /* タイトル文字色 */
	font-weight: bold; /* タイトル文字の太さ */
	font-size: 20px; /* タイトル文字の大きさ */
	padding: 5px; /* タイトル周りの余白 */
	text-align: center;	/* タイトル中央寄せ */
	border-radius: 4px 4px 0px 0px;	/* タイトル角丸 */
	position:absolute;	/* 配置に関するもの(ここを動かす) */
	top:0;	/*上から(0px)に配置 */
	left:0; /*左から(0px)に配置 */
	width:100%;/*横幅最大幅 */
}
.box2-yellow p {
	margin: 0; /* 文字の余白リセット */
	padding: 0; /* 文字の内側余白リセット*/
}
/*ボックス_タイトル付き終わり*/

/*ボックス_アイコン*/
.information-box::before, .information::before {
    border-right: 2px dashed #bde4fc;
}
.question-box::before, .question::before {
    border-right: 2px dashed #ffe766;
}
.alert-box::before, .alert::before {
    border-right: 2px dashed #f6b9b9;
}
.memo-box::before {
    border-right: 2px dashed #8dd7c1;
}
.information-box::before, .question-box::before, .alert-box::before, .information::before, 
.question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before {
    font-size: 30px;
}
@media screen and (max-width: 480px){
    .information-box, .common-icon-box {
        padding: 1em 1em 1em 4.25em;
        line-height: 1.6;
    }
    .information-box::before, .question-box::before, .alert-box::before, .information::before, 
    .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before {
        font-family: "FontAwesome";
        position: absolute;
        line-height: 1em;
        top: 50%;
        left: 1em;
        padding-right: .45em;
        display: inline-block;
        font-size: 30px;
    }
}
/*ボックス_アイコン*/

/*ボタン*/
.button_solid012 a {
    background: #bae8e8;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    color: #272343;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: none;
    z-index: 1;
    border-radius: 5px;
}
.button_solid012 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #bae8e8;
    z-index: -1;
    border: none;
    border-radius: 5px;
}
.button_solid012 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: none;
    border-radius: inherit;
    background: #7cddda;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_solid012 a i {
    position: absolute;
    right: 9px;
}
.button_solid012 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_solid012 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}
/*ボタン終わり*/


/*amazonボタン*/
.button_amazon a {
    background: #ffe8bf;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    color: #272343;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: none;
    z-index: 1;
    border-radius: 5px;
}
.button_amazon a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffe8bf;
    z-index: -1;
    border: none;
    border-radius: 5px;
}
.button_amazon a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: none;
    border-radius: inherit;
    background: #fcdea7;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_amazon a i {
    position: absolute;
    right: 9px;
}
.button_amazon a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_amazon a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}
/*amazonボタン終わり*/



/*rakutenボタン*/
.button_rakuten a {
    background: #f5d0d0;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    color: #272343;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: none;
    z-index: 1;
    border-radius: 5px;
}
.button_rakuten a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f5d0d0;
    z-index: -1;
    border: none;
    border-radius: 5px;
}
.button_rakuten a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: none;
    border-radius: inherit;
    background: #f0c0c0;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_rakuten a i {
    position: absolute;
    right: 9px;
}
.button_rakuten a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_rakuten a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}
/*rakutenボタン終わり*/



/*カラム*/

.nwa .author-box .author-name a {
	color: #272343;
}
	.sidebar h2, .sidebar h3 {
		border-radius: 10px;
    background: #bae8e8;
    color: #272343;
    padding: 0.3em 0.8em;
    font-size: 1.1em;
}

/*カラム終わり*/

/*出典コメント*/

.article blockquote{
	border: none;
}


/*出典コメント終わり*/

/*テーブル*/
table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

table th,table td{
  border-radius: 5px;
  text-align: center;
  padding: 0.5em 0;
	font-size: 0.9em;
}


table th{
  background-color: #bae8e8;
  color: #272343;
	font-weight: bold;
}

table td{
  background-color: #f5f5f5;
}

/*テーブル終わり*/

/*目次（内容）*/
.toc {
  background: #fffffe;
  border: 0!important;
  display: block!important;
  border-top: 5px solid!important;
  border-top-color: #ffd803;
  box-shadow: 0 2px 2px rgba(0,0,0,.2)!important;
  padding: 20px 32px 7px 32px!important;
  margin-bottom: 5%!important;
  width:95%;
  border-radius:10px;
}
@media screen and (min-width:600px){
.toc {
  padding: 20px 35px 15px 35px!important;
  width:70%;
}
}
.toc-title{
  margin: 0 20px 20px -10px!important;
  font-size: 23px!important;
  font-weight: 700!important;
  color: #272343;
  background-color: initial;
}
.toc-title:before{
  font-family: "Font Awesome 5 Free";
  content: "\f03a";
  font-weight: 900 !important;
  font-size: 20px;
  color: #272343;
  background-color: #ffd803;
  border-radius: 50%;
  padding: 14px;
}
.toc a{
  color:#272343;
  display: block;
  border-bottom: dashed 1px silver;
  padding-bottom: .5em;/*下の点線との間*/
  padding-top: 0em!important;/*下の点線との間*/
}
.toc ul li{
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 .4em 1.4em;
  position: relative;
}

.toc .toc-content {
    color: #ffd803;
}

.toc ul li:before{
  font-family: "Font Awesome 5 Free"!important;
  content: "\f138";
  position: absolute!important;
  left: -0.3em!important;
  color: #272343;
  font-weight: 900;
}
.toc li li{
  font-weight: 400;
  padding-top:.5em;
  margin-top:0!important;
}
.toc_list li{
  margin-top:-5%!important;
}
@media screen and (min-width:834px){
.toc_list li{/*PCでは目次のh2同士の間隔は抑えめに*/
  margin-top:-1.8%!important;
}

/*tweet埋め込み中央寄せ*/
.twitter-tweet{
	margin: 0 auto;
}
/*tweet埋め込み中央寄せ終わり*/

	
/************************************
** サイト型ページ設定
************************************/
/*見出しタイトル*/
.list-title{
	 position: relative;
  padding: 1.2rem 1rem;
	}

.list-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #ffd803, #ffd803 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ffd803, #ffd803 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.list-title-in:before, .list-title-in:after{
		display:none;
	}
/*見出しタイトル終わり*/

/*見出しタイトルボタン*/
.list-more-button {
    display: inline-block;
    padding: 0.3em 2em;
    text-decoration: none;
    color: #272343;
    border: none;
    border-radius: 3px;
    transition: .4s;
    margin: 1em 0 2em;
    font-size: 16px;
    border-radius: 99px;
	background-color: #bae8e8;
	}
	
	
	
	
/************************************
** サイドバーの目次
************************************/
.sidebar .toc{
  background:transparent!important;
  border:initial!important;
  border-top: initial!important;
  border-top-color: initial!important;
  box-shadow:initial!important;
  margin-bottom:initial!important;
  width: initial!important;
  border-radius:initial!important;
  padding-top:initial!important;
}
.sidebar .toc li li:before{
  color:#272343;
}


/*目次（内容）終わり*/

/*サイドバーa before*/

.sidebar .widget_recent_entries ul li a:before,
.sidebar .widget_categories ul li a:before,
.sidebar .widget_archive ul li a:before,
.sidebar .widget_pages ul li a:before,
.sidebar .widget_meta ul li a:before,
.sidebar .widget_rss ul li a:before,
.sidebar .widget_nav_menu ul li a:before {
	font-family: "FontAwesome";
	content: "\f138";
	position: absolute;
	font-size: 1em;
	left: 0;
	top: 10px;
	color: #272343;
}
/*サイドバーa before 終わり*/

/*タグ*/
.cat-link {
    background: #e3f6f5;
    color: #272343;
}

.cat-link:hover{
	pointer-events: none;
}
article .tag-link {
	background: #00a0e9;
	color: #fff;
	border: none;
}
article .tag-link:hover {
	background: #e3f6f5;
    color: #272343;
}

#archive-title {
    color: #272343;
    font-size: 1.4em;
}/*アーカイブ*/

/*タグ終わり*/

	
/*スマホメニュー*/
.mobile-menu-buttons {
	background: #ffd803;
	color: #272343;
	height: 45px;
}
.mobile-menu-buttons .menu-button > a {
	color: #272343;
}
/*スマホメニュー終わり*/



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

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

	
}

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

