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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*メインカラーオレンジ#FFAE7C　背景#fffdf9 紫#D7B7D6*/
* {
	font-family:Noto Sans JP,"sans-serif";
	/*font-family:"Lucida Grande","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
	font-family:"Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;*/
}
a:hover {
	color: #FFAE7C;
}
/* main */
.main {
	padding: 50px;
}
.footer {
		background-color: #fffdf9;
}
.navi-footer-in a:hover {
	background: none;
	text-decoration: underline;
}
.content {
	margin-top: 0;
}
.body .article {
	margin-bottom: 0;
}

input[type=submit] {
	background-color:#fffdf9;
}
.content-in {
	background:#FFF;
}
ol, ul {
    padding-left: 15px;
}
.entry-content a:hover img {
	opacity: 0.7;
}
/*アピールエリア*/
#appeal {
	margin-bottom: 50px;
	}
.appeal-in {
	padding: 8% 5%;
}

.appeal-message {
    margin-bottom: 0;
}
.appeal-message p {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
}
.appeal-message img {
	width: 80%;
	height: auto;
}
.appeal-content {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 30% 45% 35% 65% / 50% 50% 50% 50%;
}
@media screen and (min-width: 835px){
	.appeal-br {
		display: none;
	}
	/*アンカーリンクのヘッダーズレ解消*/
	:root{
	--header: 130px;
	scroll-padding: var(--header);
	}
}
/*アンカーリンク　アイコン*/
.anchor::before {
	font-family: "Font Awesome 5 Free";
	content : "\f138";
	font-weight:900;
	color: #FFAE7C;
	margin-right:5px;
	display: inline-block;
}
.shoplink::after {
	font-family: "Font Awesome 5 Free";
	content : "\f35d";
	font-weight:900;
	color: #666;
	margin:0 5px;
	display: inline-block;
}
/*カテゴリ用バルーン*/
.cate-balloon {
	--cocoon-custom-border-color:#FFAE7C;
    --cocoon-custom-background-color:#FFAE7C;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
}
.cate-balloon:after, .cate-balloon:before  {
    left: 7px;
}
/* up date 更新情報 */
div.update {
    border: 2px solid #F27E5E;
    border-radius: 4px;
    margin: 2em 0;
    padding: 1em;
    position: relative;
}
div.update::before {
    background-color: #fff;
    color: #F27E5E;
	content: "更新情報";
	font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
div.update p {
	margin-bottom: 0;
}
/*エントリーカード*/
.widget-entry-card {
	font-size: 14px;
}
.widget-entry-cards:not(.large-thumb-on) .card-title {
	padding: 5px;
}
.rect-mini-card .related-entry-card-thumb {
    width: 120px;
	height: 68px;
}
.widget-entry-cards .a-wrap {
	padding: 0;
}
.widget-entry-card {
	padding: 7px;
	line-height: 1.5;
}
.related-entry-card {
    position: relative;
    height: 100%;
}
.entry-card {
    position: relative;
    height: 100%;
	padding: 15px;
}
.entry-card-snippet,
.author-description p {
	line-height: 1.6;
}
/*recaptcha 非表示*/
.grecaptcha-badge { visibility: hidden; }

/*空白ボックス*/
.blank-box {
	border: 2px solid #D7B7D6;
	margin: 0 auto;
}
/*ブログカード*/
.blogcard-wrap {
	width: 100%;
}

/*案内ボックス アフィリエイト最下部・アプリ */
.info-box {
--border-color:black;/*カッコの色*/
	padding:2em 1em;/*内側余白*/
	position: relative;	
	margin: 60px auto;
	background: #FFF;
}
.info-box::after,
.info-box::before {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
}

.info-box::before {
	border-left: solid 1px var(--border-color);
	border-top: solid 1px var(--border-color);
	top: 0;
	left: 0;
}
.info-box::after {
    border-right: solid 1px var(--border-color);
	border-bottom: solid 1px var(--border-color);
	bottom: 0;
	right: 0;
}

/*引用ボックス*/
blockquote {
	background:#fdfdfd;
}

/*タブ見出しボックス*/
.tab-caption-box-label {
	padding: 0.5em 1em;
    font-weight: bold;
}
.tab-caption-box-content,
.label-box-content {
	padding: 1em;
}

/*リスト*/
.main ul li::marker,
.star:before {
	font-family: "Font Awesome 5 Free";
	content : "\f005";
	font-weight:900;
	color:#D7B7D6;
	margin-right:5px;
}
.main ul.wp-block-list li {
	padding-left: 4px;
}
.main ul.wp-block-list.border li {
	border-bottom: 1px solid #ddd;
}
.main ul.wp-block-list.border li:last-child {
	border-bottom: none;
}
/* sideber */
.sidebar{
	padding: 50px 50px 50px 0;
}
.sidebar,#breadcrumb {
	background: none;
}
.sidebar-scroll {
	padding-top: 100px !important;
}

/*本文リンクボタン*/
.wp-block-buttons>.wp-block-button {
	margin: 0 auto;
}
.wp-block-button__link {
	background-color:#F27E5E;
	display: block;
	transition: 0.3s ease-in-out;
	border-radius: 10px;
}
.wp-block-button__link:hover {
	color: #fff;
	opacity:0.7;
}
/*エントリーカード3列*/
.ect-3-columns .entry-card-wrap {
    width: 33%;
    padding: 0;
}

.list-title-in {
	padding: 0 100px;
	font-size: 22px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
}
.list-category-3 h1 {
	display: none;
}
/*トップページ　エントリーカード*/
.ect-vertical-card .entry-card-wrap .entry-card-content {
	padding: 0 10px;
}
/*トップページ　知育プリントボタン　ボックスメニュー　3並び*/
#box_menu-2 {
	margin: 0 auto;
}
.box-menus {
	width: 100%;
}
#box_menu-2 .box-menus .box-menu {
	width: 29%;
}
#custom_html-2 p.custom_html-txt {
	font-size:16px;
	text-align: center;
}
/*834px以下*/
@media screen and (max-width: 834px){
#box_menu-2 .box-menus .box-menu {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	padding: 0;
	min-height: auto;
	}
#appeal {
	height: 50vw;
	margin-bottom: 25px;
	}
.appeal-in {
	min-height: 50vw;
	}
.appeal-message {
    font-size: 2.8vw;
}
	.main.main {
		padding: 16px;
	}
/*480px以下*/
@media screen and (max-width: 480px) {
    .appeal .appeal-in {
        padding: 6% 5%;
		min-height: 0;
    }
}
	
}
/*トップページ　カテゴリタイトル 色*/
.list-new-entries-title .list-title-in {
	color: #F27E5E;
}
.list-category-3-title .list-title-in {
	color: #AA6BAD;
}
.list-category-18-title .list-title-in {
	color: #9ECB44;
}
.list-category-17-title .list-title-in {
	color: #7FB0D6;
}

/*トップページ 無料ダウンロード素材ボタン*/
.box-menu {
	background-color: #fff;
	background-image: linear-gradient(90deg, rgba(232, 207, 232, .4) 50%, transparent 50%),
		linear-gradient(rgba(232, 207, 232, .4) 50%, transparent 50%);
  background-size: 30px 30px;
	box-shadow: none;
	border-radius:100vh;
	border-bottom: 5px solid #E8CFE8;
	margin: 0 auto;
}
.box-menu:hover {
	box-shadow: none;
}
.box-menu:hover {
	border-bottom :2px solid #E8CFE8;
	margin-top: 2px;
}
.box-menu .box-menu-icon .fa-star {
	color: #AA6BAD;
}
.box-menu:first-child .box-menu-icon .fa-star::before { /*はさみ*/
	content : "\f111";
}
.box-menu:nth-child(2) .box-menu-icon .fa-star::before {/*まる*/
	content : "\f0c4";
}
.box-menu:last-child .box-menu-icon .fa-star::before { /*ペン*/
	content : "\f303";
}
.box-menu .box-menu-label {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
	font-size: 1.3rem;
	font-style: normal;
    color: #AA6BAD;
    padding-bottom: 18px;
    line-height: 1;
    display: block;
}
/*834px以下*/
@media screen and (max-width: 834px){
	.box-menus {
	margin-right: 0;
}
.box-menu .box-menu-label {
	font-size: 1rem;
	}
	.box-menu-icon {
		font-size: 20px;
	}
}

/*ボックスメニュー　吹き出し*/
#custom_html-2 .balloon1 {
  position: relative;
	display: block;
	margin: 0 auto;
  padding: 7px 10px;
	width: 300px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-weight:bold;
	background: #AA6BAD;
}

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

#custom_html-2 .balloon1 p {
  margin: 0;
  padding: 0;
	  font-size: 16px;
}
/*アニメーション*/
.animation {
	animation: 4s 0s bound ease-in infinite;
}
@keyframes bound {
	79%,
	90%,
	97%,
	100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	85% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	94% {
		-webkit-transform: translateY(-4px);
		        transform: translateY(-4px);
	}
	99% {
		-webkit-transform: translateY(-2px);
		        transform: translateY(-2px);
	}
}



#custom_html-2 .list-category-3-title {
	margin-top: 1.2em;
}
/**/
.category-header h1:after {
	content:"当サイトではアフィリエイト広告を利用しています";
	display:block;
	font-size: 0.85rem;
	font-weight: normal;
	margin:16px 0 1.8em;
}
/****************************
****　素材ダウンロードボタン
****************************/
/*素材ダウンロードボタン無効化*/
.media-body .package-title a {
	pointer-events: none;
	color: var(--cocoon-text-color);
}
/*ダウンロードボタン縦並び*/
.w3eden .media {
	display:block;
	text-align: center;
}
.w3eden .card h3::before {
	content: url(https://kodonico.blog/wp-content/plugins/download-manager/assets/file-type-icons/pdf.svg);
    display: inline-block;
    width: 30px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
}
.w3eden .mr-3 {
	display: none;
}
.w3eden div.ml-3:last-child {
	margin-left: 0rem!important;
}
/****************************
****　カード　hover　画像拡大
****************************/
.a-wrap:hover {
	background: #fff;
	opacity: 0.7;
}
.entry-card-title {
	padding-top:10px;
}
.a-wrap .card-thumb {
    cursor: pointer;
    overflow: hidden;
	background: #fff;
}
.a-wrap .card-thumb img {
  height: auto;
  transition: transform .3s ease;/* ゆっくり変化させる */
	vertical-align: bottom;
}
.a-wrap:hover .card-thumb img {

	transform: scale(1.1); 
}
#footer-in .widget-entry-cards .a-wrap .post:hover {
	background: #fff;
}
.textwidget a img:hover {
	opacity:0.7;
}

/****************************
****　タグ　角丸
****************************/
.tagcloud a {
	border-radius: 50px;
	background: #fff;
}
.tagcloud a:hover {
	background:#F27E5E;
	color:#FFF;
}
.tag-link {
	border: none;
}
/****************************
****　ヘッダー　ロゴ　グローバルナビ　フッター
****************************/
#navi {
    background-color: #fcfaf8;
    height: 120px;
}
/*
.header-container-in.hlt-top-menu .tagline {
	display:block;
	text-align: left;
	font-size: 13px;
	margin: 0 1em;
	color:#333;
}
*/
.header-container-in.hlt-top-menu .tagline {
	display: none;
}
.header-container-in.hlt-top-menu .logo-header {
	padding-top: 3px;
}
.header-container-in.hlt-top-menu .logo-header img {
	max-height: 40px;
    height: auto;
}
.header-container-in.hlt-top-menu .logo-header .site-name {
    text-align: left;
}
.navi {
	margin-top: 0;
}
.navi-in > ul {
	justify-content: right;
}
.navi-in > ul li {
    display: block;
    width: auto;
    padding: 10px;
    position: relative;
	margin-top: 40px;
	height: auto;
	line-height: 1.2;
}
#navi .navi-in a, #navi .navi-in a:hover {
	color:var(--cocoon-text-color);
	font-size: 18px;
	font-weight: 500;
}
.navi-in a {
            padding: 0 5px 5px 5px;
            text-decoration: none;
            position: relative;
        }

        .navi-in a::before {
            background: #FFAE7C;
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
            bottom: 0;
            margin: auto;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
        }

        .navi-in a:hover::before {
            transform-origin: left top;
            transform: scale(1, 1);
        }

/*.fixed-header */
.fixed-header #navi {
	height: 80px;
}
.fixed-header .header-container-in.hlt-top-menu .tagline  {
	display: none;
}

.fixed-header .navi-in > ul li {
	margin-top: 25px;
}
@media screen and (max-width: 1023px){
	#header-container {
		padding-bottom: 15px;
	}
	#navi {
		height: auto;
	}
	body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 0;
}
	.admin-bar:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
		margin-top: 0;
	}
#navi .navi-in > .menu-mobile li {
        width: calc(100% / 3);
        height: 40px;
        line-height: 40px;
    }
	.navi-in > ul li {
		margin-top: 65px;
	}
}
@media screen and (max-width: 834px){
.header-container-in.hlt-top-menu .logo-header .site-name {
    text-align: center;
}
.navi-footer-in > .menu-footer li.menu-item {
    width: auto;
    border: 0;
    margin: 2px 4px;
    display: flex;
    flex: 1 1 auto;
    text-align: center;
	}
	.navi-in > ul li {
		margin-top: 20px;
		padding: 0 5px;
	}
.navi-in > ul li:first-child a .item-label::after {
    display: none;
}
}
/*プロフィール*/
#author_box-2 .author-box {
    padding: 0;
	background:#fff;
	border: none;
}
#author_box-2 .author-box .author-thumb {
    width: 100%;
    margin: 0 0 2.5em 0;
    height: 8em;
	background: url(https://kodonico.blog/wp-content/uploads/2024/05/prof-bg.jpg);
	background-size: 130%;
}
#author_box-2 .author-box .author-thumb img {
    max-width: 100px;
    margin-top: 4.5em;
}
#author_box-2 .author-box .author-name {
	margin-bottom: 1em;
}
/* テキストの左右の余白 */
#author_box-2 .author-box .author-content {
	padding: 1em 1.5em;
}

/****************************
****　カテゴリリンク背景
****************************/


/*もっと見るボタン*/
.list-more-button-wrap {
	margin: 20px 0 100px;
}
.list-more-button {
	background: #fff;
    border-radius: 25px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 6px 25px;
    color: #F27E5E;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	border: 2px solid #F27E5E;
}
.list-more-button:hover {
    background: #F27E5E;
    color: #FFF;
}
.list-more-button:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #F27E5E;
    border-right: 3px solid #F27E5E;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
}
/*知育プリント　もっとみる*/
.list-category-3 .list-more-button {
	color: #AA6BAD;
	border: 2px solid #AA6BAD;
}
.list-category-3 .list-more-button:hover {
    background: #AA6BAD;
    color: #FFF;
}
.list-category-3 .list-more-button:after {
    border-top: 3px solid #AA6BAD;
    border-right: 3px solid #AA6BAD;
}
/*おうち英語　もっとみる*/
.list-category-18 .list-more-button {
	color: #9ECB44;
	border: 2px solid #9ECB44;
}
.list-category-18 .list-more-button:hover {
    background: #9ECB44;
    color: #FFF;
}
.list-category-18 .list-more-button:after {
    border-top: 3px solid #9ECB44;
    border-right: 3px solid #9ECB44;
}

/*おうち遊び　もっとみる*/
.list-category-17 .list-more-button {
	color: #7FB0D6;
	border: 2px solid #7FB0D6;
}
.list-category-17 .list-more-button:hover {
    background: #7FB0D6;
    color: #FFF;
}
.list-category-17 .list-more-button:after {
    border-top: 3px solid #7FB0D6;
    border-right: 3px solid #7FB0D6;
}



.list-more-button:hover:after {
    border-color: #FFF;
}
/*カテゴリラベルの色*/
.cat-label-4,.cat-label-18,
.cat-link-4,.cat-link-18 {/*こども英語*/
	background:#9ECB44;
}
.cat-label-17,.cat-label-19,
.cat-link-17,.cat-link-19 {/*おうち遊び*/
	background:#7FB0D6;
}
.cat-label-3,.cat-label-5,.cat-label-6,.cat-label-7,.cat-label-33,.cat-label-34,
.cat-link-3,.cat-link-5,.cat-link-6,.cat-link-7,.cat-link-33,.cat-link-34 { /*知育プリント*/
	background:#AA6BAD;
}
/*下層　カテゴリ タグ 人気記事 アイコン色*/
.fa-folder-open:before,
.fa-tags:before,
.fa-tag:before,
.font-awesome-5 .card-arrow .a-wrap::after {
	color:#FFAE7C;
}
/*吹き出し右色*/
.sbs-line.sbp-r {
    --cocoon-custom-background-color: #FFF;
    --cocoon-custom-border-color: #CCC;
}
/*知育プリント カテゴリ カードタイトル*/
.dl-popular-list-title .card-title {
	font-size: 18px;
}
/****************************
****　目次
****************************/
.toc {
	border:none;
	background: none;
	padding: 1em 1.8em;
}
.toc .toc-list {
	padding: 0;
}
.toc .toc-list a,
.toc .toc-list a strong {
	font-weight: normal;
}
.toc-content {
	position: relative;
}
.toc-title {
	font-weight: bold;
	font-size: 18px;
	display: none;
}
.toc-title::after {
	font-weight: normal;
}
.toc-list > li {
	margin-top: .8em;
}
.toc-list > li a,
.toc-list > li li a {
list-style-type:none;
line-height: 1.4em;
    padding: .5em 0 .5em 1.4em;
	font-weight: bold;
	display: block;
}
.toc-list > li a:hover,
.toc-list > li li a:hover {
	background:#F9F4F9;
	color: var(--cocoon-text-color);
	text-decoration: none;
}
.toc-list > li li {
    padding: .5em 0 0 .5em;
}

.toc-list > li a::before {
	font-family: "Font Awesome 5 Free";
	content : "\f0a9";
	font-weight:900;
	color:#FFAE7C;
	position: absolute;
    left: .2em;
}
.toc-list > li li a {
	font-weight: normal;
	font-size: 95%;
	margin-top : 0;
}
.toc-list > li li a::before {
	font-family: "Font Awesome 5 Free";
	content : "\f105";
	font-weight:900;
	color:#FFAE7C;
	position: absolute;
    left: 2em;
}
.toc-list > li li li a::before {
	display: none;
}
/****************************
****　SNSボタン
****************************/
.sns-share-buttons {
  justify-content: center;
}

.sns-share-buttons a {
  font-size: 18px;
}

.sns-share-buttons a .button-caption {
  display: none;
}

.sns-share-buttons a .share-count {
  right: 50%;
  bottom: -16px;
  transform: translateX(50%);
  color: #aaa;
}
.bc-brand-color-white.sns-share a {
  border: none;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.bc-brand-color-white.sns-share.ss-high-and-low-cl a .social-icon,
.bc-brand-color-white.sns-share.ss-high-and-low-lc a .social-icon {
  font-size: 20px;
}

.bc-brand-color-white .sns-share-buttons a {
  font-size: 20px;
}
.sns-share.ss-high-and-low-lc a .social-icon.button-caption,
.sns-share.ss-high-and-low-cl a .social-icon.button-caption,
.sns-share.ss-high-and-low-lc a .button-caption.button-caption,
.sns-share.ss-high-and-low-cl a .button-caption.button-caption {
  display: none;
}
.sns-share-message {
	position: relative;
}
.sns-share-message::before,
.sns-share-message::after {
    background-color: currentcolor;
    bottom: 0;
    content: "";
    display: block;
    height: 1.5em;
    position: absolute;
    width: 1px;	
}
.sns-share-message::before {
	left: 40%;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.sns-share-message::after {
	right: 40%;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.sns-share.ss-col-3 .sns-buttons {
	column-gap: 5%;
}
@media screen and (max-width: 1023px) {
  .bc-brand-color-white.sns-share a {
    width: 45px !important;
  }
	.sns-share-message::before,
	.sns-share-message::after {
		display: none;
	}
	.sns-share.ss-col-3 .sns-buttons {
	column-gap: 0.75%;
  }
}
.entry-categories-tags {
	margin-bottom: 30px; 
}
/****************************
****　フォローボタン
****************************/
.bc-monochrome .sns-buttons a,
.bc-brand-color .sns-buttons a {
  border-radius: 50%;
}

.bc-monochrome .sns-follow-buttons a,
.bc-brand-color .sns-follow-buttons a {
  border-radius: 50%;
}

.sns-follow-buttons {
  justify-content: center;
}

.sns-follow-buttons a {
  width: 45px;
  font-size: 20px;
  margin-right: 8px;
	background: #FFAE7C !important;
}

.sns-follow-buttons a:last-child {
  margin-right: 0;
}

/****************************
****　h1,h2,h3
****************************/
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    line-height: 1.3;
    font-weight: bold;
}
.entry-title, .archive-title {
	font-size: 24px;
}
.article h2 {
	position: relative;
	background: none;
	font-size: 22px;
background: #FFAE7C;
	border-radius: 10px;
	color: #FFF;
	margin-top: 60px;
}

.article h3 {
	font-size: 20px;
	border: 0;
	border-bottom: 5px double #FFAE7C;
	margin-top: 50px;
	padding: 15px 0;
}
.article h4 {
	font-size: 18px;
	padding: 12px;
	border: none;
	background: #fdf1d9;
}
h2.entry-card-title {
	font-size: 16px;
}
/*ダウンロードボタン*/
.w3eden .card h3 {
	border: 0;
}
/****************************
****　関連記事・コメントh2
****************************/
.under-entry-content h2 {
	font-size: 18px;
}
.related-entry-heading, .comment-title {
	position: relative;
  padding: 5px 30px;
  background: #fffdf9;
}
.related-entry-heading::after, .comment-title::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  box-shadow: 1px 1px 1px #e6e6e6;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: #fff #fff #FFAE7C;
}
.rect-mini-card .related-entry-card-title {
    font-size: 14px;
}
/****************************
****　コメント
****************************/
#commentform .comment-form-comment #comment,
	.comment-btn.key-btn {
 background-color:#fff;
 border: 1px solid var(--cocoon-x-thin-color);
}
#commentform .form-submit input[type='submit'] {
 border:none;
 width: 60%;
 padding: 1.2em 1em;

}
#commentform .form-submit{
 text-align:center;
}
#commentform .form-submit input[type='submit']:hover,
.comment-btn.key-btn:hover {
 opacity:0.7;
}
.comment-btn.key-btn {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.st-comment-content {
	font-size: 14px;
}
.reply {
	margin-bottom: 20px;
}
/****************************
****　ページャー
****************************/
.pager-post-navi {
	border:1px solid #f4f5f7;
}
.pager-post-navi a {
	line-height: 1.5;
}
/****************************
****　ウィジェット・サイドバー・グローバルナビ
****************************/
.sidebar h2, .sidebar h3, .widget h3 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 1em;
	background: none;
}
.sidebar h2::before, .sidebar h3::before, .widget h3::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: #FFAE7C;
  z-index: 1;
}
.sidebar h2::after, .sidebar h3::after, .widget h3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #F0F0F0;
}
/*フッター右番外編*/
.textwidget p {
	font-size: 12px;
}
/*カテゴリーサイドバー*/
.sidebar .widget_categories ul li a{
border-bottom : dotted 2px #CCC; 
}

.sidebar .widget_categories ul li a .post-count{
float : initial;
display : initial; 
font-size: 0.9em;
}

.sidebar .widget_categories ul li a .post-count::before{
content : " (";
}

.sidebar .widget_categories ul li a .post-count::after{
content : ")";
}

.widget_nav_menu ul li ul {
	padding-left: 20px;
}
.widget_nav_menu ul li a::before,
.navi-in > ul li a .item-label::before{
	color:#FFAE7C;	
	margin-right:5px;
	font-weight: 900;
}
.widget_nav_menu ul li:first-child a::before,
.navi-in > ul li:first-child a .item-label::before {
	font-family: "Font Awesome 5 Free";
	content : "\f53f";
}
.navi-in > ul li:first-child a .item-label::after {
	content : "無料素材";
	font-size:14px;
	margin: 0 0 5px 5px;
	padding: 5px;
	line-height: 1;
	background: #F27E5E;
	color: #fff;
	vertical-align: center;
	border-radius:5px;
	position: relative;
	bottom: 2px;
}
.navi .item-label {
	overflow: visible;
}
.widget_nav_menu ul li:nth-child(2) a::before,
.navi-in > ul li:nth-child(2) a .item-label::before {
	font-family: "Font Awesome 5 Free";
	content : "\f518";
}
.widget_nav_menu ul li:nth-child(3) a::before,
.navi-in > ul li:nth-child(3) a .item-label::before {
	font-family: "Font Awesome 5 Free";
	content : "\f61f";
}
.widget_nav_menu ul li a {
	padding: 10px 0 10px 20px;
	font-weight: bold;	
}
.widget_nav_menu ul li .sub-menu li a {
	padding: 5px 0 5px 20px;
	font-size: 0.9em;
	font-weight: normal;
}
.widget_nav_menu ul li .sub-menu li a::before {
	font-family: none;
	margin-right:0;
	content: none;
}
.widget_nav_menu ul li a:hover {
	background:#F9F4F9;
}


/************************************
**モバイルスライドインメニュー
************************************/
.menu-drawer li a {
	font-weight: bold;
}
.menu-drawer li .sub-menu li a {
	font-weight: normal;
}
.menu-drawer li .sub-menu li {
	padding-left: 20px;
}
span.fas.fa-times::before{
font-family: "Font Awesome 5 Free";
content: "\f00d";
color:#F27E5E;/*矢印色変更はこちら*/
}
span.fas.fa-times::after{
	content: "CLOSE";
	color: #F27E5E;
    font-weight: normal;
    padding-left: 0.2em;
	letter-spacing: 0.1em;
}
ul.menu-drawer:after {
background: white;
}

.menu-drawer li{
	padding:0;
	border-bottom: 1px solid #F0F0F0;
}
.menu-drawer a{
background-color:#ffffff;
color:#545454;
margin: .5em 0;
}
.menu-drawer a:hover{
background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
padding:0;
}
.menu-drawer .sub-menu li{
font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
margin:0 .5em 0 1em;
}
.menu-close-button {
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.5em;
	padding: 20px;
}.mobile-header-menu-buttons {
	background: none;
}
.logo-menu-button img {
	display: none;
}
@media screen and (max-width: 1023px){
.search-menu-button {
    visibility: hidden;
}
	#header-in {
		margin-top: 70px;
	}
.header-container-in.hlt-top-menu .tagline {
		display: none;	
	}
}
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}
.mobile-menu-buttons .menu-button {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.navi-menu-button {
    margin: 15px;
    background: #FFAE7C;
	color: #FFF;
    border-radius: 9999px;
    padding: 3px;
}
	.has-logo-button .menu-button {
    width: 50px;
    height: 50px;
}
	.mobile-header-menu-buttons {
    top: 0;
    bottom: auto;
    justify-content: space-around;
    min-width: 90px;
    box-shadow: none;
}
}
/************************************
** table
************************************/
table tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.wp-block-table table tr td:first-child {
    background-color: #F9F4F9;
}
table tr:nth-of-type(2n+1) {
    background-color: #fff;
}
figure.wp-block-table table {
    min-width: 100%;
}

/*cocoon　アフィリエイトタグ　ボーダー*/

.category-page-content table:not(.has-border-color) :where(th, td) {
    border: 1px solid #fff;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
}
@media screen and (max-width: 1065px){
	.ect-3-columns .entry-card-wrap {
		width: 49%;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	.blogcard-title {
		margin-bottom: 0.4em;
	}
	.entry-card {
	padding: 5px;
	}
	h2.entry-card-title {
    font-size: 14px;
	}
	.blank-box {
	width: 100%;
	}
    .blank-box ul, .blank-box ol {
        padding-left: 20px;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
    .entry-title {
        padding: 0.6em 0;
	}
	.container .blank-box {
        margin-left: auto;
        margin-right: auto;
    }
}
