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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
	background-size: cover;
}
#main{
	background: #fbfaf5;
	box-shadow: 3px 3px 15px -5px #000;
	text-align: justify;
	padding: 0 2.1em 2em;
	margin: 0 0 3em;
	font-size: 15.5px;
}
.main.post{
	background: #ffffff;
}
.main{
	//border-radius: 0.7em; 
	border: none;
	//background: none;
}
/*フロントページ*/
.front-top-page  #main{
	margin: 0 auto 3em;
	//width: 1096px;
	background: rgba(255, 255, 255,0.8);
}
h1.entry-title{
	font-weight: 500;
	font-family: "Zen Kurenaido","Kaisei Decol","Noto Serif JP",sans-serif, serif;
}
h2.entry-card-title{
	font-family: "IBM Plex Sans JP", "BIZ UDMincho","Kaisei HarunoUmi","Yuji Syuku","Zen Antique", sans-serif, serif;
	font-weight: 500;
}
h3.wp-block-heading{
	margin-top: 80px;
}
h1.archive-title{
	font-family: "Zen Kurenaido","Kaisei Decol","Noto Serif JP",sans-serif, serif;
	
}
.eye-catch-wrap{
	margin-bottom: 40px;
}
.front-top-page .content-top {
	margin-top: 1.7em;
	padding: 1em 0 0.3em 0;
	background: rgba(255, 255, 255, 0.4);
	font-size: 20px;
	font-family: "BIZ UDMincho","Kaisei HarunoUmi","Yuji Syuku","Zen Antique", sans-serif, serif;
}
.content-top p{
	padding-top: 0.7em;
}
.appeal-in {
	padding: 2% 0 0;
	width: 100%;
}
.appeal-content{
	margin-bottom: 0;
	padding: 2em 8em 1em;
	text-align: left;
	font-size: 18px;
	font-family: "BIZ UDMincho","Kaisei HarunoUmi","Yuji Syuku","Zen Antique", sans-serif, serif;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.4);
}
.recommended{
	margin: 0 0 1em;
	opacity: 0.85;
	width: 100%;
}
.recommended .navi-entry-cards a{

}
.list-title{
	font-size: 24px;
	font-family: "Stick","M PLUS Rounded 1c","Kosugi Maru", sans-serif;
	margin-bottom: 0.5em;
}
.ect-vertical-card{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	column-gap: ;
}
.ect-vertical-card .entry-card-wrap{
	width: 49%;
}

.entry-card-wrap {
	padding: 6px;
	//background: #f7f7f5;
	//opacity: 0.8;
	border-radius: 8px;
	//box-shadow: rgba(0, 0, 0, .12) 0 1px 3px, rgba(0, 0, 0, .24) 0 1px 2px;
}
.entry-card-title{
	font-weight: 500;
}
.e-card-info{
	justify-content: flex-start;
	letter-spacing: .1em;
}
.entry-date{
	font-size: 12px;
	font-family: Arvo;
}
.entry-card-tags-ex{
}
.entry-card-tags-ex a,
.tag-link{
	padding: 2px 6px;
	font-size: 11px;
	border-radius: 0;
	background: #f8e58c;
	border: none;
}
.a-wrap:hover{
	background: none;
	opacity: 0.5;
}
.cat-label{
	display: none;
}
.cat-link{
	display: none;
}
.related-entry-card-snippet, .entry-card-snippet{

}
.widget-entry-card-content{

}
.widget-entry-card-title{

}
/*ヘッダーメニュー*/
#header-container {
	background: none !important;
}
.logo-image {
	padding: 1.2em 0 0;
}
.logo-header img {
	max-width: 100%;
}

/*グローバルメニュー、ナビゲーションメニュー↓*/
#navi {
	margin-bottom: 5px;
}
.navi-in .menu-header .item-label{
	font-size: 14px;
}
.navi{
	background: none;
}
#navi .navi-in>ul>li{
	width: 157px;
}
.navi-in > ul li a{
	color: #735240;
	position: relative;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 18px;
	display: inline-block;
}
.navi-in > ul li a:hover{
	background: none;
}
.navi-in > ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 10px;
	background-image: linear-gradient(90deg, #fbd26b, #fbd26b); /* マーカーの色を指定 */
	//background: #555;
	transform: scale(0, 1);
	transition: 0.4s;
}
.navi-in > ul li a:hover:before {
	transform: scale(1);
}

/*  フロントページ　タブ色 */
.index-tab-buttons .index-tab-button  {
	padding: 9px 16px;
	//background: #68699b;
	font-size: 18px;
	font-family: "Stick","M PLUS Rounded 1c","Kosugi Maru", sans-serif;
}
#index-tab-1:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-1"], 
#index-tab-2:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-2"], 
#index-tab-3:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-3"], 
#index-tab-4:checked ~ .index-tab-buttons .index-tab-button[for="index-tab-4"] {
	//background: #6b7b6e;/*青にび色*/
	background: #867ba9;
	border: none;
}

/*サイドバー*/
#sidebar{
	padding-top: 0px;
	text-align: center;
	//font-family: "Yuji Syuku", serif;
	//background: rgba(255, 255, 255, 0.8);
	background: none;
	//box-shadow: 3px 3px 15px -5px #000;
	border-radius: 0.7em; 
}
#sidebar .author-box{
	border: none;
}
.sidebar h3{
	padding: 0;
	background: none;
	font-size: 20px;
	//color: #595857;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	width: 100%;
	font-family: "Zen Kurenaido", "Kaisei Decol", "Noto Serif JP", sans-serif, serif;
}
.sidebar h3::before{
	left: 20px;
}
.sidebar h3::after{
	right: 20px;
}
.sidebar h3::before, .sidebar h3::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 20%;
	border-top: 2px solid #71686c;
}
.sidebar h2{
	background: none;	
}

.widget-entry-cards {
	text-align: left;
}
/*
.widget-sidebar {
	//margin: 0.8em;
	padding: 20px 25px 15px;
	background: rgba(255, 255, 255, 0.6);
}
*/
#sidebar > #search-2{
	padding: 0px;
	background-color: none;
}
#author_box-2{
	padding-top: 0;
	padding: 20px 14px 15px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0.2em; 
}
#sidebar .author-box{
	border: 0;
	border-radius: 4px;
	margin: 1em 0;
	line-height: 1.4;
	position: relative;
	padding: 1.4% 2% 1.8%;
}
.sidebar .author-box .author-name a {
	color: #735240;
	position: relative;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 21px;
	display: inline-block;
	font-family: "Yuji Boku","Zen Kurenaido","Kaisei Decol",sans-serif, serif;
	font-weight: 700;
}
.sidebar .author-box .author-name a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background: #fcf69f;
	transform: scale(0, 1);
	transition: 0.4s;
}
.sidebar .author-box .author-name a:hover:before{
	transform: scale(1);
}
.author-description p {
	font-size: 15px;
	font-family: "BIZ UDMincho","Noto Serif JP", sans-serif, serif;
	line-height: 1.4;
}
#sidebar .widget{
	padding: 20px 8px 15px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0.2em; 
}
.widget_categories ul{
	padding: 0 10px;
	 display: flex;
    flex-wrap: wrap;
}
.widget_categories ul li a{
	margin: 2px;
	padding: 3px 8px;
    border: 1px solid #3d3d3d;
	border-radius: 30px;
	justify-content: space-between;
	flex: none;
	font-size: 12px;
}
.widget_categories ul li a:hover{
	background: none;
	opacity: 0.6;
}
#sidebar .widget-entry-card-content{
	padding-top: 2px;
}
#sidebar .widget-entry-cards{
	margin: 0 0.6em;
}
#sidebar .widget-entry-card-title{
	font-size: 14px;
	//font-weight: ;
	font-family: "BIZ UDMincho","Noto Serif JP", sans-serif, serif;
}
#sidebar .widget-entry-card-link{
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#sidebar .widget-entry-cards figure {
	margin-right: 8px;
	width: 130px;
	height: 78px;
}
#sidebar-scroll > #toc-2{
	background: none;
	padding: 20px 0 15px;
}
.related-list a{
	
}
.go-to-top{
	padding-right: 25px;
	padding-bottom: 20px;
}
.go-to-top-button{
	border-radius: 50px;	
}
/*サイドバー目次*/
.nwa .toc{
	margin: 0;
	padding: 1.8em;
	text-align: left;
	background: rgba(255, 255, 255, 0.6);
}
.nwa .toc a{
	font-size: 14px;
}
.nwa .toc .toc-list {
	padding: 0;
}
.nwa .toc .toc-content .toc-list li:last-of-type{
	border-bottom: none;	
}
.nwa .toc .toc-content .toc-list li {
	padding-left: 20px;
	border-bottom: dashed 1px #888084;
}
.nwa .toc .toc-list li ol {
	padding: 0;
}
.nwa .toc .toc-list li ol li {
	padding-left: 20px;
}
.nwa .toc .toc-content .toc-list li ol li ol li {
	
}
.nwa .toc-content ol li:before{
	left: 0;
}
/*検索ボックス↓*
#search-2 {
	margin-bottom: 0;
}
.search-box {
	margin: 0 0 2em;
}
/* ①ボックス部分 */
.search-edit, .search-box input[type="text"] {
	color: #4d4435;
	opacity: 0.8;
	border-radius: 0;
	outline: none;
	padding: 7px 11px 7px 20px;
}

/* ②検索ボタン */
[type=submit].search-submit {
	top: 0;
	right: 0;
	height: 100%;
	padding: 5px 13px;
	background: #96514d; 
	color: #fff; 
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 0 0px 0px 0;
	transition:0.3s;
}

/* ③検索ボタン(hover) */
@media screen and (min-width: 980px) {
	[type=submit].search-submit:hover {
		color: #fff;
		background: #e7b07e;
	}
}
/*入力欄と検索ボタンの強調の無効化*/
.search-box .search-edit:focus, .search-box .search-submit:focus {
	outline: 0;
	outline-offset: unset;
}
.list-more-button {
	border-radius: 0px;
}
/*コンテンツ下部*/
.content-footer_inner{
	padding: 60px 0 ;
	background: #ffffff;
	opacity: 0.8;
	width: 100vw;	
}
.content-footer_sns{
	margin: 0 auto;
	padding: 21px 0;
	background: #ffffff;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	width: 300px;
	justify-content: center;
	text-align: center;
}
.content-footer_sns_heading span{
	font-family: Arvo;
	letter-spacing: .1em;
}
.content-footer_sns_heading img{
	margin-left: 10px;
}
.content-footer_sns_heading{
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-footer_sns_list{
	margin: 7px 0 0;
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: center;
}
.content-footer_sns_item{
	margin: 0 5px 0;
}
.content-bottom{
	margin: 2.5em 0 0;
	padding-bottom: 10px;
	background: #ffffff;
	opacity: 0.8;

}
.content-bottom-in{
	width: 300px;
	margin: 0;
	//padding: 21px 0;
	//border-top: 2px solid gray;
	//border-bottom: 2px solid gray;	
}

#media_image-3{
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-bottom-in .widget_media_image img{
	margin-left: 10px;
	width: 180px;
	height: auto;
}
#media_image-3 .widget-content-bottom-title{
	font-size: 18px;
	font-family: 'Stick', "BIZ UDMincho", "Arvo",  "Kaisei HarunoUmi","Yuji Syuku","Zen Antique", sans-serif, serif;	
	font-weight: normal;
}
.content-bottom-in .sns-follow-message{
	display: none;
}
.content-bottom-in .sns-follow-buttons{
	margin: 0;
}
/*フッター*/
#footer .tagcloud {
	margin: 0 auto 3em;
    justify-content: flex-start;
}
.footer-left .tagcloud a{
	padding: 3px 10px;
    border: 1px solid #3d3d3d;
	border-radius: 30px;
	flex: none;
}
.footer-left .tagcloud a:hover{
	opacity: 0.6;
}
select{
	padding: 7px;
    border: 1px solid #554738;
	border-radius: 0px;
	font-size: 14px; /*初期設定はinherit*/
}
.footer-widgets .widget-title{
	margin: 22px 0;
	padding: 4px 0;
	font-family: "Stick","M PLUS Rounded 1c","Kosugi Maru", sans-serif;
	font-size: 18.5px;
	border-bottom: 2px solid #96514d;
	letter-spacing: .1rem;
	color: #535252;
}
.footer-center .nav_menu-2 .menu{

}
.widget_nav_menu ul li{
	//font-family: "Zen Kurenaido","IBM Plex Sans JP","Kosugi Maru","Stick","M PLUS Rounded 1c", sans-serif;
	
}
.widget_nav_menu ul li a {
	//font-family: "Zen Kurenaido","IBM Plex Sans JP","Kosugi Maru","Stick","M PLUS Rounded 1c", sans-serif;
	position: relative;
}
.widget_nav_menu ul li a:hover{
	background: none;
}
/*
.widget_nav_menu ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 50%;
	height: 5px;
	background: #fcf69f;
	transform: scale(0, 1);
	transition: 0.4s;
}
.widget_nav_menu ul li a:hover::after {
	transform: scale(1, 1);     //ホバー後、x軸方向に1（相対値）伸長
	transform-origin: left top; //左から右に向かう
}
*/
.widget_nav_menu ul li a:hover {
	text-decoration: underline;
	transition: 0.1s;
	opacity: 0.8;
}

.widget_nav_menu ul li .sub-menu{
	padding-left: 25px;
	margin-bottom: 5px;
}
.widget_nav_menu ul li .sub-menu .menu-item{
	font-family: "Zen Kurenaido", "IBM Plex Sans JP","Kosugi Maru","Stick","M PLUS Rounded 1c", sans-serif;
}
.widget_nav_menu ul li .sub-menu .menu-item a i{
	height: 38px;
	line-height: 2.5;
}
.widget_nav_menu ul li .sub-menu .menu-item a{
	padding: 0;
}
.footer-right{

}
.footer-right .author-box{
	box-shadow: none;
	border: 0;
	padding-top: 10px;
}
.footer-right .author-box .author-thumb{
	width: 180px;
	margin-top: 0;
}
.footer-right .author-box .author-name a{
	margin-bottom: 0.5em;
	color: #735240;
	position: relative;
	letter-spacing: 1px;
	font-size: 21px;
	display: inline-block;
	font-family: "Yuji Boku","Zen Kurenaido","Kaisei Decol",sans-serif, serif;
	font-weight: 700;
	text-decoration: none;
}

#footer {
	background: #ffffff;
	opacity: 0.8;
	margin-top: 0;
	padding: 8px;
}
.footer-widgets {
	margin: 10px auto ;
}
.navi-footer-in a{
	position: relative;
}
.navi-footer-in > .menu-footer li.menu-item {
	border: none;
}
.navi-footer-in > .menu-footer li.menu-item:nth-child(odd) {
	//border: none !important;
}
.navi-footer-in > .menu-footer{
	gap: 1.6em;
}
.footer-bottom.fnm-text-width .menu-footer li a{
	padding: 0;
}
.footer-bottom.fnm-text-width .menu-footer li a:hover{
	background: none;
}
.navi-footer-in a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 3px;
	background: #fcf69f;
	transform: scale(0, 1);
	transition: 0.4s;	
}
.navi-footer-in a:hover::after {
	transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
	transform-origin: left top; /*左から右に向かう*/
}
.sns-follow-message{
	margin: 10px 0 10px;
}
.article-footer {
	margin: 150px 0 20px;
}
.copyright {
	margin-top: 38px;
	font-size: 16px;
	font-family: "Yuji Boku","Kaisei Decol","Noto Serif JP","Yuji Syuku","Zen Antique",sans-serif, serif;
}
/*お問い合わせ*/
.post-12 h1{
	
}
.entry-content p{
	font-family: "IBM Plex Sans JP","Kosugi Maru","Stick","M PLUS Rounded 1c", sans-serif;
}
.wpcf7-form-control{
	margin: 2px 0;
}
input[type=text],input[type=email],textarea{
	border: 1px solid #9f9f9f;
}
.required::after {
	content: "必須";
	color: #ffffff;
	background: #cc0000;
	font-size: 0.8em;
	padding: 0.25em 0.6em 0.1em;
	border-radius: 0.5em;
	margin-left: 0.4em;
	letter-spacing: 0.1em;
}
input[type=submit]{
	font-size: 1.2rem;
	background-color: #769164;
	color: #fff;
	letter-spacing: 0.1em;
}
/*投稿ページ、各ページ更新日、日付など非表示*/
.post-12 .date-tags,
.post-17 .date-tags,
.post-118 .date-tags{
	display: none;
}
.date-tags{
	display: none;
}
.blank-box.sticky{
	border-color: #68699b;
	background-color: #ffffff;
}
/*ページネーション*/
/*次ページボタンを無くす*/
.pagination-next-link {
  display: none;
}
/*ページネーションの番号ボタンを丸くする*/
.page-numbers{
	border-radius: 50%; /*角丸*/
}
/*ページネーションの番号ボタンをの色を変える*/
.pagination .current {
	background: none;
	color: #333;
}
.page-numbers{
  color:#ffffff;  /*文字色*/
  //font-weight: bold;  /*太文字にする*/
  //border-color: #96514d;  /*ボタンの境界線の色*/
	background: #96514d;
}
/*ホバー時の背景色・文字色を変える*/
.pagination a:hover { 
	background: none;  /*背景色*/
  	color:#333;  /*文字色*/
}
/*ページ送り前次の記事*/
/*
.pager-post-navi .a-wrap figure{
	padding: 15px;
	widows: 95px;
}
.pager-post-navi .a-wrap img{
	border-radius: 5px;
}
.pager-post-navi a.prev-post .prev-post-title,
.pager-post-navi a.next-post .next-post-title{
	width: calc(100% - 95px);
	margin: 0;
	padding: 15px 0;
	font-size: 15px;	
}
.pager-post-navi a.next-post .next-post-title{
	padding-right: 0;
}
.pager-post-navi a.prev-post{
	padding: 30px 20px 30px 0px;	
}
.pager-post-navi a.next-post{
	padding: 30px 0px 30px 20px;
	border-left: 4px dotted #eee;
}
*/
.pager-post-navi {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 1rem 0;
    border-top: 4px dashed #eee;
	border-bottom: 4px dashed #eee;
}
.pager-post-navi a.prev-post, 
.pager-post-navi a.next-post {
    position: relative;
    width: 48%;
	padding: 0;
    line-height: 1.4;
}
.pager-post-navi a.next-post{
	margin-left: 31px;
}
/*投稿ページ下・新着記事*/
#new_entries-4 .widget-title{
	font-size: 18px;
  	padding: 0.6em 0.6em 0.1em;
	border-bottom: dotted 5px #f8e58c;
	font-family: "Stick", "M PLUS Rounded 1c", "Kosugi Maru", sans-serif;
}
.widget_new_entries .new-entry-cards{
	margin-top: 0.5em;
	margin-bottom: 3em;
}
.footer-meta .author-info{
	display: none;
	
}
/*あわせて読みたい(関連記事)*/
.related-entry-main-heading{
	padding: 0 14px;
	align-items: center;
	font-weight: normal;
}
.related-entry-heading{
  	position: relative;
  	padding: 0.6em;
  	background: -webkit-repeating-linear-gradient(-45deg, #fbfaf5, #fbfaf5 4px,#f8e58c 3px, #f8e58c 8px);
  	background: repeating-linear-gradient(-45deg, #fbfaf5, #fbfaf5 4px,#f8e58c 3px, #f8e58c 8px);
  	//border-radius: 4px;
	font-size: 16px;
	width: 25%;
	height: 36px;
	line-height: 1;
	font-family: "Stick", "M PLUS Rounded 1c", "Kosugi Maru", sans-serif;
}
/*
.related-entry-heading:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 75px;
	border: 15px solid transparent;
	//border-top: 15px solid #ffebbe;
	border-top: 15px solid #f8e58c;
	width: 0;
	height: 0;
}
*/
.related-entry-card-wrap{
	border-top: 2px solid #eee;
}
.related-entry-card-title{
	font-weight: normal;
}

.related-entry-card-info{
	margin-bottom: 9px;
	//flex-direction: column;
	//justify-content: flex-end;
	//position: static;
}
.e-card-info{
	
}
.entry-categories-tags{
	text-align: center;
	justify-content: space-between;
	
}
.entry-categories-tags .entry-categories{
	display: none;
}
.related-entry-card-meta {
}
.related-entry-card-info .entry-card-tags-ex a, .tag-link{
	padding: 4px 6px;
}
.related-entry-card-info .post-date{
	margin: 4px 4px 0;
	font-family: 'Stick', "BIZ UDMincho", "Arvo",  "Kaisei HarunoUmi","Yuji Syuku","Zen Antique", sans-serif, serif;
}
/*カスタムHTML*/
div.easyLink-box{
	margin: 0 auto !important;
	padding: 1em 1.5em !important;
	background-color: #fafafa!important;
	border:none!important;
	border-radius: 4px;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
	max-width:90%!important;
}
.easyLink-size-s a,.easyLink-size-xs a{
	width:calc(100% / 3) !important;
}
/*かんたんリンク　レイアウト調整*/
/*
@media screen and (min-width: 481px) {
	.easyLink-size-s .easyLink-info-btn,.easyLink-size-xs .easyLink-info-btn{
	flex-wrap:nowrap !important;
	}
	.easyLink-size-s a,.easyLink-size-xs a{
	width:calc(100% / 3) !important;
	}
}	
.easyLink-info-name {
    //font-weight: bold !important;
    //line-height: 1.5 !important;
}
*/
/*
@media screen and (max-width: 768px) {
	.easyLink-box.easyLink-size-s { //広告の幅 
	   max-width: 100% !important;
	height: 250px;
	}

	.easyLink-info-btn { //ボタンの位置調整 
	   margin-top: -5px !important;
	}

	.easyLink-info-btn a { //ボタンの中身調整 
	   margin: 5px 0 3px 0 !important;
	   padding: 0 !important;
	   line-height: 40px !important;
	}

	.easyLink-img { //画像を左に 
	   float: left !important;
	   width: 130px !important;
	   padding-right: 20px !important;
	}

	.easyLink-info { // 購入ボタンを右に
	   display: flex;
	   flex-wrap: wrap;
	}

	// 商品画像のサイズ 
.easyLink-box .easyLink-img,
.easyLink-box .easyLink-img .easyLink-img-box,
.easyLink-box .easyLink-img .easyLink-img-box .easyLink-img-pht { 
   max-height: 170px !important;
   min-height: 100px !important;
   max-width: 130px !important;
   }
}
*/
/*目次*/

/* 目次全体デザイン */
.toc{
    background:#F9F9F9; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:5px solid;
    border-top-color:#96514d;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	margin: 70px 60px;
    padding: 20px 50px;
}

/* 目次の文字指定 */
.toc-title {
	font-family: 'Stick', sans-serif,serif;
    text-align:center;
    margin: 0 20px 20px -10px;
    padding: 0;
    font-size: 23px;
    font-weight: 700;
    color: #96514d; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: "Font Awesome 5 Free";
    content : "\f03a"; /* アイコンを変える場合はここを変更 */
    font-size:20px;
    margin-right:5px;
    color:#FFF; /* アイコンの色を変える場合はここを変更 */
    background-color:#96514d; /* アイコンの背景色を変える場合はここを変更 */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:14px;
}
/* 目次のデザインカスタマイズ */
.toc-content ol {
    padding: 0 0.5em;
    position: relative;
}
.toc-content ol li {
    line-height: 1.5;
    padding: 0.7em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content ol li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.5em;
    color: #96514d; /* 色を変える場合はここを変更 */
	font-weight: bold;
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}
.toc-content .toc-list li {
    font-weight: 700; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight: normal; /* h3以降の文字サイズを普通に */
}
.article h1, 
.article h2, 
.article h3, 
.article h4,
.article h5, 
.article h6{
	background: none;
	border: none;
}
.article h2 {
  	box-shadow: 0px 0px 0px 5px #9297a6; /*#ada58d#949495 #8195a2 点線の外側の余白と色*/
  	border: solid 2px white;  /*点線の種類、太さ、色*/
	margin-top: 2.5em;
  	padding: .6em;  /*余白のサイズを変える*/
  	background: #9297a6; /*#8195a2 背景色を変える*/
  	color: #fff;  /*文字の色を変える*/
  	border-radius: 0px;  /*角の丸みを取る*/
}
.article h3 {
  border: none;  /*Cocoon標準のデザインにあるボーダーを取る*/
  position: relative;  /*要素を相対配置にする*/
  padding: .1em .3em .4em .5em;  /*余白*/
  border-left: solid 8px #a8bcc8;  /*左の線の種類、太さ、色*/
  color: #5C676D;  /*文字の色*/
  border-bottom: solid 2px #8195a2;  /*下の線の種類、太さ、色*/
}
.article h3:before { /*左ラインの下部の色*/
  position: absolute;  /*要素を絶対配置にする*/
  content: '';  /*空欄を挿入する*/
  left: -8px;  /*左下部の線の位置の調整*/
  bottom: -2px;  /*左下部の線の位置の調整*/
  width: 8px;  /*左下部の線の太さ*/
  background-color: #5C676D;  /*左下部の色*/
  height: 50%;  /*左下部の線の色の高さ*/
}
.article h4 {
  border-top: none;  /*Cocoon標準のデザインにあるボーダーを取る*/
  border-bottom: solid 1px #a8bcc8;  /*下の線の種類、太さ、色*/
  position: relative;  /*要素を相対配置にする*/
  color: #5C676D;  /*文字の色*/
}
.article h4::after {
  position: absolute;  /*要素を絶対配置にする*/
  content: " ";  /*空欄を挿入する*/
  border-bottom: solid 2.5px #8195a2;  /*左の線の種類、太さ、色*/
  left: 0px;  /*左の線の位置の調整*/
  bottom: -1px;  /*左の線の位置の調整*/
  width: 30%;  /*左の線の長さ*/
}
.article h5 {
  border-bottom: dashed 2px #a8bcc8;  /*下部の点線の種類、太さ、色*/
  color: #5C676D;  /*文字の色*/
}
.article h6 {
  border-bottom: none;  /*Cocoon標準のデザインにあるボーダーを取る*/
  position: relative;  /*要素を相対配置にする*/
  padding-left: 1.4em;  /*余白*/
  color: #5C676D;  /*文字の色*/
}
h6::before {
  font-family: "Font Awesome 5 Free";  /*Font Awesome 5を使用する*/
  content: "\f00c";  /*アイコンの指定*/
  position: absolute;  /*要素を絶対配置にする*/
  left: 0;  /*アイコンの位置の調整*/
  color: #a8bcc8;  /*アイコンの色*/
}
/*コラムページ　ボックスメニュー*/
#post-118 h1.entry-title{
	font-weight: 700;
}
#box_menu-2 .fa {
	display: none;
}
/* 
.box-menu {
	margin: 6px;
	padding: 0.5em 0.7em;
	width: 23%;
	min-height: 5px;
	color: #888084;
	//box-shadow: box-shadow: rgba(0, 0, 0, .12) 0 1px 3px, rgba(0, 0, 0, .24) 0 1px 2px;
	//border: 2.5px solid #ffffff;
	border-radius: 2px;
	transition: 0.5s;
	//box-shadow: 5px 5px 0px 0px rgba(165,154,202, 1);//藤紫
	box-shadow: 5px 5px 0px 0px rgba(132,145,195,1);
	//background-color: #ffffff;
	background: none;
} 
.box-menu a {
}
.box-menu:hover {
	background: #867ba9;
	color: #ffffff;	
	box-shadow: none;
}
.box-menu-label {
	padding: 0.2em 0;
}
 */

.box-menus .box-menu-icon{
	display: none;
}
.box-menus{
	margin-top: 2rem;
}
.box-menus .box-menu {
	margin: 5px;
	padding: 9px 16px;
	width: 23%;
	min-height: 5px;
	font-size: 18px;
	font-family: "Stick","M PLUS Rounded 1c","Kosugi Maru", sans-serif;
	color: #ffffff;	
	background: #867ba9;
	//background: #ffffff;
	border-radius: 4px;
	transition: 0.5s;
}
.box-menu:hover {
	background: #ffffff;
	color: #000;	
	box-shadow: none;
	border: none;
	//opacity: 0.7;
}

.tab-content .new-entry-cards {
	padding: 5px 2px;
}
.tab-content .new-entry-cards a {
	margin-bottom: 0.5em;
}
.pager-post-navi a.next-post{
	//width: 50%;
	//display: flex;
	//justify-content: flex-end;
}
.column-wrap .wp-block-heading{
	font-family: "Stick","M PLUS Rounded 1c","Kosugi Maru", sans-serif;
	//border-bottom: 1px solid;
	text-align: center;
	letter-spacing: .1rem;
}
.column-wrap .wp-block-heading span{
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.column-wrap .wp-block-heading span:before, .column-wrap .wp-block-heading span:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1.3px;
	background-color: black;
}
.column-wrap .wp-block-heading span:before{
	left: 0;
}
.column-wrap .wp-block-heading span:after{
	right: 0;
}
.column-wrap .column-left{
	padding: 0 10px;
}
.column-wrap .column-right{
	padding: 0 10px;	
}
.column-wrap .card-content{
	padding: 0;
	position: relative;/*親要素に指定*/
}
.column-wrap .card-title{
	font-size: 14px;
	position: absolute;/*センタリング(縦中央寄せ)要素の絶対値*/

}
/*投稿・ブロック（アコーディオン、タブ）*/
.blogcard-label{
		font-family: "Stick", "M PLUS Rounded 1c", "Kosugi Maru", sans-serif;
}
.bct-check .blogcard-label::after {
	content: "CHECK";
}

.blogcard{
	padding: 16px;
	border: 1px solid #c0bfbf;
	border-radius: 0;
}
.blogcard-wrap{
	width: 100%;
}
.blogcard-content{
	//position: relative;
}
.blogcard-title{
	//position: absolute;
	//top: 50%;
	//transform: translateY(-50%);
}
.blogcard-label{
	//padding-left: 10px;
	//top: 0;
	//right: 0;
	//left: 570px;
	border-radius: 0;
	background: none;
	color: #393e4f;
	font-size: 15px;
	top: -1rem;
	text-shadow: 3px 0px 0px #fbfaf5, 2px 1px 0px #fbfaf5, 2px 2px 0px #fbfaf5, 2px 3px 0px #fbfaf5, 1px 3px 0px #fbfaf5, 0px 3px 0px #fbfaf5, -1px 3px 0px #fbfaf5,-2px 2px 0px #fbfaf5, -3px 1px 0px #fbfaf5, -3px 0px 0px #fbfaf5, -3px -1px 0px #fbfaf5, -3px -2px 0px #fbfaf5, -2px -2px 0px #fbfaf5, -1px -3px 0px #fbfaf5, 0px -3px 0px #fbfaf5, 1px -3px 0px #fbfaf5, 2px -2px 0px #fbfaf5, 2px -2px 0px #fbfaf5, 3px -1px 0px #fbfaf5;
	letter-spacing: 0.15em;
}
.blogcard-snippet{
	//display: none;
}
.blogcard-footer{
	padding-top: 15px;
	//display: none;
}
.blogcard::after{
	position: absolute;
	content: "Read More";
    font-size: 12px;
    background-color: #c0bfbf;
	padding: .4em 2.4em;
	bottom: 1rem;
	right: 1rem;
	color: #fff;
	letter-spacing: 0.2em;
}
.toggle-button{
	background: none;
	border-bottom: none;
	border-color: #333333;
	margin: 40px 0 0;
	padding: 15px 15px;
}
.toggle-button::before{
	color: #96514d;
	opacity: 1;
}
.toggle-checkbox:checked ~ .toggle-content{
	border-color: #333333;
}
.label-box-label{
	text-shadow: 3px 0px 0px #fbfaf5, 2px 1px 0px #fbfaf5, 2px 2px 0px #fbfaf5, 2px 3px 0px #fbfaf5, 1px 3px 0px #fbfaf5, 0px 3px 0px #fbfaf5, -1px 3px 0px #fbfaf5,-2px 2px 0px #fbfaf5, -3px 1px 0px #fbfaf5, -3px 0px 0px #fbfaf5, -3px -1px 0px #fbfaf5, -3px -2px 0px #fbfaf5, -2px -2px 0px #fbfaf5, -1px -3px 0px #fbfaf5, 0px -3px 0px #fbfaf5, 1px -3px 0px #fbfaf5, 2px -2px 0px #fbfaf5, 2px -2px 0px #fbfaf5, 3px -1px 0px #fbfaf5;

}
.tab-caption-box-label{
	background-color: #96514d;
	color: #ffffff;
}
.tab-caption-box-content{
	border-color: #96514d;	
}
.tab-caption-box-content{
	padding: 16px;
}
.label-box-content{
	padding: 16px;
}
.wp-block-list{
	padding: 0 0 16px 20px;
}
/*表テーブル*/
.has-fixed-layout{
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.has-fixed-layout tr th{
	color: #ffffff;
	background: #96514d;
}
.has-fixed-layout tr td{
	background: #F9F9F9;
	line-height: 1.4;
}
table:not(.has-border-color) :where(th, td) {
	border: 1px solid #dddcd6;
}
/*愛のことばページ*/
.post-type-archive-love-words #main{
    background: rgba(255, 255, 255, 0.8);

}
#love-words .admin-pv span{
	display: inline;
}
#love-words .pageTitle{
	margin: 20px 0;
	//padding:10px;
	line-height: 1.2;
	font-weight: normal;
	font-family: "Zen Kurenaido","Kaisei Decol","Noto Serif JP",sans-serif, serif;
}
/*
#love-words .ect-vertical-card   {
    display: grid;
    place-content: center;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 4px;
	
}
#love-words .list a{
	width: 100%;
	padding: 5px;
	display: inline-block;
	margin: 0;
	box-shadow: none;
}
*/

#love-words .list{
	display: flex;
}
#love-words .ect-vertical-card{
	flex-direction: row;
    flex-wrap: wrap;
	column-gap: .5%;
	justify-content: flex-start;
}
#love-words .ect-vertical-card a{
	width: 33%;

}

@media screen and (min-width: 576px) {
	#love-words .list{
		//grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}
}
#love-words h2 {

}
#love-words span{
	font-size: 14px;
	display: block;
	margin-left: 5px;
}
#love-words .archive-title{
	display: none;
}
#love-words .entry-card-categories-ex{
	height: 30px;
}
#love-words .e-card-info .fa-clock-o{
	display: none;
}
/************************************
** SNS ボタンをまとめて丸くする
************************************/
.post-118 .sns-share,
.post-12 .sns-share,
.post-17 .sns-share{
	display: none;
}
/*シェア・フォローボタンの枠組み*/
.sns-share {
	margin: 29px 0 0;
}
.sns-share-buttons,
.sns-follow-buttons{
	margin: 10px 0 60px;
}
.sns-share.ss-top .sns-share-buttons,
.sns-share.ss-bottom .sns-share-buttons,
.sns-follow.sf-bottom .sns-follow-buttons,
.sns-follow.sf-widget .sns-follow-buttons {
	justify-content: center; /*中央に寄せる*/
	flex-wrap: wrap; /*折り返す*/
}
.sns-share-message,
.sns-follow-message{
	font-family: 'Stick', "BIZ UDMincho", "Arvo",  "Kaisei HarunoUmi","Yuji Syuku","Zen Antique", sans-serif, serif;	
}

/*シェア・フォローボタンのリンク*/
.sns-share.ss-top .sns-buttons a,
.sns-share.ss-bottom .sns-buttons a,
.sns-follow.sf-bottom .sns-buttons a,
.sns-follow.sf-widget .sns-buttons a {
	width: 40px; /*横幅*/
	height: 40px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border-radius: 50%; /*丸み*/
	color: #6d6d6d;
	background: none;
	border: #6d6d6d 1.5px solid;
}

/*プロフィールウィジェットのリンク*/
.sns-follow.sf-profile .sns-buttons a {
	border-radius: 50%; /*丸み*/
	color: #595857;
	border: #595857 1.5px solid;
	width: 1.8em;
	height: 1.8em;
	font-size: 22px;
}
.sns-follow.sf-profile .icon-instagram-logo:before {
	//font-size: 20px;
}
/*シェアボタンのアイコン*/
.sns-share.ss-top .sns-buttons a .social-icon,
.sns-share.ss-bottom .sns-buttons a .social-icon {
	font-size: 18px; /*アイコンの大きさ*/
}

/*フォローボタンのアイコン*/
.sns-follow.sf-bottom .sns-follow-buttons .follow-button,
.sns-follow.sf-widget .sns-follow-buttons .follow-button {
	font-size: 24px; /*アイコンの大きさ*/
}

/*シェアボタンのキャプション*/
.sns-share.ss-top .sns-buttons a .button-caption,
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}

/*シェア・フォローボタンのシェア数*/
.sns-share.ss-top .sns-buttons a .share-count,
.sns-share.ss-bottom .sns-buttons a .share-count,
.sns-follow.sf-bottom .sns-buttons a .follow-count,
.sns-follow.sf-widget .sns-buttons a .follow-count {
	right: -2px; /*右側からの距離*/
	bottom: -2px; /*下側からの距離*/
	padding: 2px; /*内側の余白*/
	font-size: 10px; /*文字の大きさ*/
	border: solid 1px; /*線*/
	border-radius: 3px; /*丸み*/
	background-color: inherit; /*背景色*/
}

/*シェア数の表示が必要ないシェア・フォローボタン*/
.sns-share.ss-top .sns-buttons a .share-count:empty,
.sns-share.ss-bottom .sns-buttons a .share-count:empty,
.sns-follow.sf-bottom .sns-buttons a .follow-count:empty,
.sns-follow.sf-widget .sns-buttons a .follow-count:empty {
	padding: 0; /*内側の余白*/
	border: 0; /*線*/
}
.mobile-header-menu-buttons {
    background-color: #f7f7f5;
}

/*スライドインメニューを右から出す*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: #ffffff;
	transform: translateX(101%);
}

/*ここまで*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以下の記述。*/
@media (max-width: 1400px){
  /*必要ならばここにコードを書く*/
	body.public-page{
		background-image: none;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width: 100%;
		height:100vh;		
		background-image: url(http://hikarin0senshi.net/wp-content/uploads/2024/08/bg_sp.jpg);
		background-size:cover;
		background-position: center;
	}
	.logo-image {
		padding-top: 2em;
	}
	.logo-header img {
		width: 270px;
		height: auto;
	}
	.appeal-content{
		padding: 2em 3.8em;
		font-family: "BIZ UDMincho","Kaisei HarunoUmi","Yuji Syuku","Zen Antique", sans-serif, serif;
		text-align: justify;
	}
	.footer-in{
		margin: 0 20px 0;
	}
	
	body.post-type-archive-love-words{
		
	}
	/*あわせて読みたい*/
	.related-entry-main-heading{
	}
	.related-entry-heading{
		width: 180px;
	}
}
/*ipad縦向き*/
@media only screen and (min-device-width: 1000px) and (max-device-width: 1024px) and (orientation:portrait) {
	body.public-page{
		background-image: url(http://hikarin0senshi.net/wp-content/uploads/2024/08/bg_sp.jpg);
	}
	.logo-image {
		padding-top: 3em;
	}
	#main {
		margin: 0 0.5em;
		padding: 0 1.4em;
	}
	#sidebar {
		padding: 0 0.4em;
	}
	#sidebar .author-box .author-content{
		padding: 0 0.3em;
	}
	#popular_entries-2{
		padding: 1em 0.3em 1em;
	}
	#new_entries-2{
		padding: 1em 0.3em 1em;		
	}
}
/*ipad横向き*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape){
	body:before{
		background-image: url(http://hikarin0senshi.net/wp-content/uploads/2024/06/bg.jpg);
		
	}	
	.logo-image {
		padding-top: 4.2em;
	}
}

/*1023px以下の記述。*/
@media (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	body{

	}
	.logo-image {
		padding-top: 1.5em;
	}
	.logo-header img {
		width: 200px;
		height: auto;
	}
	.appeal-content{
		padding: 1.5em 2.9em;
		font-size: 16px;
	}
	.recommended .navi-entry-cards{
		//justify-content: space-around;
		
	}
	.recommended .navi-entry-cards a {
		
	}
	
	#main{
		padding: 1em 1em;
	}
	.sidebar h3 {
		text-align: center;
	}
	.logo-menu-button img{
		max-height: 38px;
	}
	.mobile-header-menu-buttons {
        top: 0;
        bottom: auto;
        justify-content: space-around;
        min-width: 46px;
        z-index: 3;
        box-shadow: 0 0 5px darkgrey;
    }
	.menu-close-button{
		padding-top: 15px;
		padding-left: 16px;
		padding-bottom: 15px;
		text-align: left;
		font-size: 1.9em;
	}
	.navi-menu-content{
		-webkit-transform: translateX(-105%);
  		transform: translateX(-105%);
  		right: auto;
  		left: 0;
	}
	.menu-content .menu-drawer{
		padding-top: 30px 
	}
	.menu-drawer li{
		padding-bottom: 0.3em;
	}
	.footer-mobile{
		padding: 10px 16px;
		display: flex;
		flex-wrap: wrap;
		
	}
	.footer-mobile .widget-footer-mobile{
		margin-bottom: 0;
		padding: 20px;
		width: 100%;
	}
	.footer-mobile .widget-title{
		margin-bottom: 0.8em;
		padding: 4px 0;
		border-bottom: 1px solid;
		font-family: "Stick","M PLUS Rounded 1c","Kosugi Maru", sans-serif;
	}
	.author-box{
		box-shadow: none;
		border: 0;
		padding: 2em;


		
	}
	.nwa .author-box .author-thumb{
		width: 150px;
	}
	.author-box .author-name a{
		margin-bottom: 0.5em;
		color: #735240;
		position: relative;
		letter-spacing: 1px;
		font-size: 24px;
		display: inline-block;
		font-family: "Yuji Boku","Zen Kurenaido","Kaisei Decol",sans-serif, serif;
		font-weight: 700;
		text-decoration: none;
	}
	.footer-mobile .tag-cloud-link{
		border: none;
	}
	.footer-bottom{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: 0;
		padding: 1rem 8px;
	}
	.footer-bottom.fdt-up-and-down .footer-bottom-content {
		display: flex;
		flex-direction: column;	
		gap: 1em;
		width: fit-content;
		flex: auto;
		position: relative;
		text-align: center;
		float: unset;
	}
	.footer-bottom-content .navi-footer-in > ul{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 1.6em;
	}
	.navi-footer-in > .menu-footer li.menu-item{
		width: auto;
	}
	#post-1002 body{
		width: auto;
	}
	.post-type-archive-love-words .container{
		//width: 100%;
		overflow: hidden;
	}
	#love-words .ect-vertical-card{
		//grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/*667px以上の記述。*/
@media (max-width: 820px){
  /*必要ならばここにコードを書く*/

}
/*1024px以上の記述。*/
@media (min-width: 1024px){
	
}
/*1000px以上の記述。*/
@media (min-width: 1000px){
	
}
/*667px以上の記述。*/
@media (min-width: 667px){
	
}
/*600px以上の記述。*/
@media (min-width: 600px){
	
}

/*480px以下*/
@media (max-width: 480px){
  /*必要ならばここにコードを書く*/
	body{
		//font-family: "BIZ UDMincho","Kaisei HarunoUmi","Yuji Syuku","Zen Antique", sans-serif;
	}
	#main{
		margin-top: 1.5em;
		padding: 1em 1em;
		font-size: 15px;
	}
	.appeal-content{
		padding: 1em 2em;
	}
	.front-top-page .main{
	//	width: 410px;
	}
	.index-tab-buttons .index-tab-button {
		font-size: 16px;
		padding: 5px 0;
		width: 32%;
	}
	.box-menus .box-menu {
		padding: 0.35em 0.3em;
		width: 21.7%;		
	}
	#main.post-page-118{
		padding: 0 0.8em;
	}
	h1.entry-title{
		padding: 12px 0;
	}
	.entry-card-title{
		margin: 3px 3px 5px;
		font-size: 15px;
		//font-weight: 600;
		
	}
	.entry-card-tags-ex a{
		margin-right: 3px;
		font-size: 10px;
		padding: 2px 4px;
	}
	.go-to-top{
		padding-right: 10px;
		padding-bottom: 10px;
	}
	/*コンテント下部*/
	.content-footer_sns{
		padding:  ;
		width: 250px;
	}
	.content-footer_sns_heading img{
		width: 150px;
	}
	#footer{
		//padding: 15px 5px;
	}
	.footer-mobile{
		padding: 0;
	}
		/*目次*/
	#toc{
		margin: 50px 0 60px;
		padding: 20px 25px;
	}

	/*あわせて読みたい(関連記事)*/
	.related-entry-heading{
		//width: 100%;
		margin-bottom: 26px;
		//text-align: center;
	}
	.related-entry-heading:after{
		//text-align: center;
		//left: 65px;
	}
	.related-entry-main-heading{
		//text-align: center;
	}
	.content-bottom-in {
		width: 60%;
		padding: 0.8rem 0;
	}
	.related-list{
		margin: 0 0 3em;
	}
	.related-entry-card{
		padding-top: 10px;
	}
	.related-entry-card-title{
		margin-bottom: 10px;
	}
	.related-entry-card-info .entry-card-tags-ex .tag-link{
		font-size: 9px;
		padding: 0.25em 0.35em;
	}
	.related-entry-card-info .post-date{
		margin-left: 0;
	}
	#love-words .pageTitle{
		text-align: center;
	}
	#love-words .ect-vertical-card{
		//display: block;
		//grid-template-columns: repeat(1,minmax(0, 1fr));
	}
	#love-words .list{
		display: block;
		
	}
	#love-words .ect-vertical-card a{
		width: 100%;
		margin-bottom: 1.5em;
	}
	.easyLink-box.easyLink-size-s{
		/*
		display: inline-block;
		width: 100%!important;
		max-height: 80%!important; 
	}*/
	
}

/* Safari or iOS Chrome */
_::-webkit-full-page-media, _:future, :root body {
	//font-family: "BIZ UDMincho","Kaisei HarunoUmi","Yuji Syuku","Zen Antique", sans-serif;
	background: #769164;
	}
}