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

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


.swiper-wrapper{
    overflow: hidden;
    position: relative;
}
.swiper-wrapper a::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 166px;
  background-color: #00000063;
  top: 0;
  left: 0;
	z-index:10;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.swiper-wrapper a:hover::before{
  transform-origin: left;
  transform: scaleX(1);
}

#pc_text-7{
	background:#000;
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
	color:#fff;
}

.swiper-wrapper {
    margin-top: 0px;
    margin-left: 0px;
}
.popular-entry-card .widget-entry-card-thumb{
    margin-top: 0px;
    position: relative;
    margin-bottom: 0.5em;
}


.popular-entry-card .card-title{
    font-size: 14px !important;
    width: 85% !important;
	font-weight:bold;
}
.is-list-horizontal.large-thumb .card-title, .is-list-horizontal.large-thumb-on .card-title {
    -webkit-line-clamp: 2;
    height: 2.6em;
}

.is-list-horizontal.large-thumb .widget-entry-card-link, .is-list-horizontal.large-thumb-on .widget-entry-card-link {
    max-width: 19.7%;
	background-color:#fff;
    padding: 0px;
}


@media screen and (max-width: 860px) {
	
	
.swiper-wrapper{
	overflow: visible;;
    position: relative;
}
.swiper-wrapper a::before{
  content: '';
  position: absolute;
  width: 65.5%;
  height: auto;
  background-color: #00000063;
  top: 0;
  left: 0;
	z-index:10;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.swiper-wrapper a:hover::before{
  transform-origin: left;
  transform: scaleX(1);
}
	
	.is-list-horizontal.large-thumb .widget-entry-card-link, .is-list-horizontal.large-thumb-on .widget-entry-card-link {
    max-width: 65.5%;
	background-color:#f4f4f4;
    padding: 0px;
}
}

.ect-vertical-card .entry-card-wrap {
    width: 50%;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
.ect-vertical-card .entry-card-wrap{
	    width: 100%;
	}}



.thumbnail-wrapper {
  padding: 16px 0px 0px 0px !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thumbnail {
  max-width: 306px;
    width: calc(25% - 10px);
    background-size: cover;
  margin: 0px 1px 0px 0px;
  text-align: center;
	height:146px;
    box-sizing: border-box;
	position: relative;
    z-index: 0;
	overflow:hidden;
}


.thumbnail a {
  color: #fff!important;
	display: flex;
	cursor: pointer;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 100%;
	height:100%;
	font-weight:bold;
}
.wt{z-index:2!important;
    position: relative;
    height: 100%;}

.wt{
    overflow: hidden;
    position: relative;
}
.wt a::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 146px;
  background-color: #00000063;
  bottom: 0;
  left: 0;
	z-index:-4;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.wt a:hover::before{
  transform-origin: left;
  transform: scaleX(1);
}


.thumbnail:before {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    z-index: 1;
}

.navi-in a:hover{
background-color:#fff;
}
.navi-in a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.navi-in a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.navi-in > ul li{
	    display: block;
    width: auto!important;
    padding-left: 48px;
    height: 30px;
    position: relative;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .widget_block ul li a:hover {
    background-color: #f3f3f3;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
}
.a-wrap:hover {
    background-color: #f3f3f3;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
}



/*ディスプレイ幅1024px以下は下記が適用*/
@media screen and (max-width: 1024px) {
    .thumbnail-wrapper {
      display: flex;
    }
    .thumbnail {
    width: calc(50% - 10px);
      margin-bottom: 20px;
    }
	
}

.pickup .cat-label{
	    position: relative;
    top: -1.5em;
    left: 0px;
    border: 1px solid #ddd;
    font-size: 11px;
    color: #000;
    background-color: #fff;
    padding: 4px 6px 3px 6px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 860px) {	
	.pickup .cat-label{
	    top: -1.0em;
}
}
.pickup .entry-card-title::after{
	content: ''; 
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px dotted #000;
	width: 3em;
    margin-top: 16px;
}

.pickup:hover {
    background-color: #fafafa;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
}

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

@media screen and (max-width: 860px) {	
	.flex .text {
    padding: 10px 23px 18px 23px!important;
}

.content-top, .content-bottom{
	margin: 1em 0;
    display: block;
    padding: 16px 24px 0px 24px !important;
    /* margin: 36px 0; */
    border-width: 0;
}
.flex {
    display: block!important;
    background: #fff!important;
}
	.flex .image {
    width: 100%!important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
}

.flex {
  display: flex; /*横並び*/
	background: #f4f4f4;
}
.flex .image {
  width: 720px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .text {
    padding: 48px;
}

.text p{
    font-size: 14px;
    line-height: 1.66666em;
    letter-spacing: .072em;
    margin-bottom: 10px;
}


.author-info{display:none;}

.article ul li, .article ol li {
    margin-bottom: 0em !important;
}


@media screen and (max-width: 480px) {	
.article ul li, .article ol li {
    margin-bottom: 0.7em !important;
}
	.search-box {
    margin: 1em 0 2.5em;
    position: relative;
}

}

.footer-left {
    padding: 16px 0px 0px 0px !important;
}
.footer-in{
	
    border-top: dotted 1px #a9a9a9;
}

.footer-left a{
    color: #999;
	font-size:13px;
	display:block;
    text-decoration: none;

}
#custom_html-3{
		margin-bottom: 0em;
}

.footer-left a:hover{
    opacity:0.5;
	text-decoration:underline;
}

.footer-mobile .widget-footer-mobile a{
	display:block;
    text-decoration: none;
}

.textwidget a{
    color: #999;
}


#list, .list-wrap {
    margin-bottom: 3em;
    row-gap: 3.5em;
}

.e-card-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	color:#555;
}

.entry-title, .archive-title {
    font-size: 26px;
    margin: 36px 0;
    line-height: 1.3;
}

@media screen and (max-width: 480px) {
	.entry-title, .archive-title {
    font-size: 26px;
    margin: 0px 0;
    line-height: 1.3;
}
}

.main {
	Width:808px;
    padding-left: 0px;
    padding-right: 0px;
}

.widget h2{
	 border-top:3px solid #000;
    text-align: left;
	font-weight:bold;
	font-size:20px;
    margin-bottom: 18px;
		letter-spacing:-.04em;
}
.header-container-in.hlt-top-menu {
    width: 100%;
    font-weight: 600;
    padding-top: 12px;
}

#search-menu-open.fa-search{
	color:#000;
}

.menu-content .menu-drawer {
    padding: 0 0em 0px;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content:"CLOSE";
}
.menu-close-button {
    display: block;
    cursor: pointer;
    text-align: right;
    font-size: 13px;
    padding-right: 24px;
	padding-top:16px;
    padding-bottom: 42px;
}
.toc-widget-box{background-color:#fff;}

@media screen and (max-width: 480px) {
	.body div.scrollable-table table, .body .wp-block-table table {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: auto;
}
	.wp-block-table .has-fixed-layout {
    table-layout:all;
    width: 540px;
}
	.scroll-hint.is-right-scrollable {
    background:unset;
}
	

.scroll-hint.is-left-scrollable  {
    background:unset;
}
	
	.header-container-in.hlt-top-menu {
    width: 100%;
    font-weight: 600;
    padding-top: 0px;
}
    .menu-content {
        max-width: 100%;
    }
}

.menu-drawer a {
  color: #fff;
		font-size:28px;
	    font-weight: bold;
    letter-spacing: -.025em;
    padding: 24px 24px;
}

@media screen and (max-width: 1320px) {
    .logo-menu-button img {
        padding-top: 12px;
        height: 44px;
        padding-left: 24px;
        display: block;
        margin: 0;
        width: auto;
}}

.mobile-menu-buttons .menu-button {
    position: relative;
    width: 70px;
    cursor: pointer;
    display: block;
    align-items: center;
    justify-content: center;
}


.thumb-postcard {
    --card-ratio: 3 / 2;
}

.footer-bottom
{
	  margin-top: 24px;
    padding: 0 0 24px 0;
    position: relative;
    font-size: 13px;
}
@media screen and (max-width: 834px) {
    .footer-bottom
{
	  margin-top: 24px;
    padding: 5px;
	background-color:#f4f4f4;
    position: relative;
    font-size: 12px;
}
}

.copyright {
	text-align:left;
	color:#000;
	    margin: 0px !important;
		letter-spacing:-.02em;
}

.footer-bottom.fdt-left-and-right .footer-bottom-content {
	text-align:left;
    float: none;
    display: block;
    align-items: baseline;
}



.archive-title {
    font-size: 26px;
    margin: 0px 0 32px 0;
    line-height: 1.3;
}


.entry-card-snippet {
    font-size: 12px;
    margin: 0 0 0.4em 0;
    line-height: 1.66667;
    display: -webkit-box;
    overflow: hidden;
    color: #555;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.toc-title::after {
    content: '+';
    margin-left: .5em;
    cursor: pointer;
    font-size: 1.1em;
}

.toc-checkbox:checked+.toc-title::after {
    content: '-';
}

.article ul li, .article ol li {
    margin: 0em;
}

.entry-content p {
    line-height: 2;
	font-size:15px;
}

#toc-6 .toc-title {
	
	border-top:3px #000 solid;
    text-align: left;
	font-weight:bold;
	font-size:20px;
	letter-spacing:-.04em;	
    padding: 0px 0px;
}

.toc-title {
	
    text-align: left;
	font-weight:bold;
	font-size:20px;
	letter-spacing:-.04em;	
    padding: 0px 0px;
}

.screen-reader-response label{
	border-top:1px #000 solid;
}
.post-15 .date-tags{
display: none;
}
.post-42 .date-tags{
display: none;
}

.post-15 h1{
	font-size:56px;
	letter-spacing: -.04em;
	margin: -10px 0px 36px 0px;
}

.post-42 h1{
	font-size:56px;
	letter-spacing: -.04em;
	margin: -10px 0px 36px 0px;
}

.post-42 h2{
	margin-top:56px!important;
	font-size: 18px !important;
  padding: 12px 0px 12px 10px !important;
}

.post-15 h2{
	font-size: 20px !important;
  padding: 16px 0px 16px 14px !important;
}

@media only screen and (max-width: 480px) {
	.entry-content p {
    line-height: 1.75;
	font-size:16px;
}

.post-15 h1{
	font-size:48px !important;
	letter-spacing: -.04em !important;
	margin: -10px 0px 0px 0px !important;
}

.post-42 h1{
	font-size:48px !important;
	letter-spacing: -.04em !important;
	margin: -10px 0px 0px 0px !important;
}


.post-42 h2{

        font-size: 20px !important;
        padding: 16px 16px 16px 16px !important;
        font-weight: normal !important;
        width: 100% !important;
        margin: 32px 0px 32px 0px !important;
}

.post-15 h2{
        background-color: #000 !important;
        margin-top: 18px !important;
        font-size: 15px !important;
        padding: 16px 0px 16px 14px !important;
        padding-top: 16px !important;
        margin-bottom: 18px !important;
	color:#fff !important;
}

}


.wpcf7-form-control-wrap {
    position: relative;
    top: 10px;
}

body{ background-color:#FFF;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", "Noto Sans", Meiryo, sans-serif !important;
    text-rendering: optimizeLegibility !important;
    font-feature-settings: "palt" !important;
	-webkit-font-smoothing: antialiased !important;}


.mobile-menu-buttons .menu-caption {
    font-size: 14px;
    text-align: center;
    opacity: 1;
    display: block;
    padding-top: 14px;
    padding-right: 20px;
}

.mobile-menu-buttons .menu-icon {
	display:none;
}


p{font-size: 15px;
line-height: 1.66666em;
letter-spacing: .072em;
margin-bottom:88px;
}


.toc-center {
    margin: 1em auto;
    width: 100%;
}


.toc-list li{
	font-size:16px;
	border-top: 1px dotted #999999;
	padding-top:12px;
	position:relative;
	left:-9px;
	padding-bottom:12px;
}

ol, ul {
    padding-left: 20px;
}

.article ul li, .article ol li {
    margin-bottom: 1em;
}

.article h2 {
	margin-top: 80px;
    font-size: 24px;
    padding: 0;
	border-radius:0px;
	padding-top: 16px;
    background-color:#000;
	color:#fff;
    padding: 24px;
	font-weight:normal;
	letter-spacing: .01em;
 	margin-bottom: 40px;
}

.article h3 {
	 background-color:#f7f8f8;
    margin-top: 56px;
    border-left: 0px solid ;
    border-right: 0px solid;
    border-top: 2px solid #000;
    border-bottom: 1px dotted #999999;
    font-size: 19px;
    padding: 24px 24px 24px 24px;
 	margin-bottom: 40px;
}

.article h4 {

    margin-top: 48px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #999999;
    font-size: 17px;
    padding: 16px 0px;
 	margin-bottom: 40px;
}


.thumb-wide {
    --card-ratio: 16 / 9;
}
.header-container-in.hlt-top-menu  {
    width: 100%;
	font-weight:600;
}

@media only screen and (max-width: 1324px) {
    html body div#wprmenu_bar {
			Width:100%;
	}

	.sidebar-scroll{
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 128px;
}

}

@media only screen and (max-width: 1024px) {
	.content {
    margin-top: 0px;
}
}

@media screen and (max-width: 834px) {
    .header-container-in.hlt-top-menu .logo-header {
        max-height: none;
			padding-top:7px;
	}
	
.toc {
    border: 1px solid var(--cocoon-basic-border-color);
    font-size: 0.9em;
    padding: 0.1em 0.9em 1.1em 0.9em;
    display: table;
}

.toc-list li{
	font-size:16px;
	border-top: 1px dotted #999999;
	padding-top:12px;
	position:relative;
	left:-9px;
	padding-bottom:0px;
}
	
#toc-6 .toc-list li{
	font-size:14px;
	line-height:1.4;
    padding-right: 0px;
    padding-left: 0px;
	border-top: 1px dotted #999999;
	padding-top:12px;
	position:relative;
	left:-9px;
	padding-bottom:12px;
}



}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 1px;
    background-color: #000;
    border-radius: 0px;}

.sidebar h2, .sidebar h3 {
    background-color: var(--cocoon-xx-thin-color);
    padding: 4px 12px 4px 8px;
    margin: 16px 0;
    border-radius: var(--cocoon-badge-border-radius);
}

	@media only screen and (max-width: 1324px) {
    html body div.wprm-overlay {
        background: rgb(0, 0, 0, 0.8);
    }
}
	.wprmenu_icon span, #wprmenu_menu.wprmenu_levels ul li, html body div.wprm-wrapper, #wprmenu_bar, .wpr_search .wpr-search-field {
    width: 100%;
}

	.wpr_search .wpr-search-field {
    padding: 12px !important;
    border: 1px solid #ccc;
    max-width: 100%;
		border-radius:0px;
    height: 44px;
    outline: 0;
}

	div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
    position: absolute;
    top: 0px;
    right: 4px;
    background-color: transparent;
    color: #000;
    width: 45px;
    height: 45px;
    padding: 0 8px;
    border: none;
}
	.navi-in a {
    position: relative;
    color: var(--cocoon-text-color);
    text-decoration: none;
    display: flex
;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
}
.search #archive-title .fa-search{
	display:none;}
.search-results #post-42{
	display:none;
}
.search-results #post-15{
	display:none;
}

@media screen and (max-width: 480px) {
	.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    line-height: 1.6;
    font-weight: bold;
}
	 .entry-title {
        font-size: 20px!important;
		 padding: 0.9em 0em 0.9em 0em!important;
		 line-height:1.4!important;
	}

    .article h2 {
        font-size: 20px;
        padding: 24px 24px 24px 24px;
        font-weight: normal;
		margin: 0 calc(50% - 50vw);
	margin-bottom:36px;
		margin-top:36px;
		width: 100vw;
	}


.article h3 {
	 background-color:#fff;
    border-left: 0px solid ;
    border-right: 0px solid;
    border-top: 3px solid #000;
    border-bottom: 1px dotted #000;
    font-size: 18px;
    padding: 24px 0px 24px 0px;
    margin-top: 36px;
 	margin-bottom: 36px;
}

.article h4 {

    margin-top: 32px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    font-size: 16px;
    padding: 20px 0px;
 	margin-bottom: 32px;
}
	.article p{
        line-height: 1.75;
		font-size:15px;
	}

	.tag-link, .comment-reply-link {
    color: var(--cocoon-text-color);
    text-decoration: none;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 2px 9px 2px 8px;
	letter-spacing: -.01em;
    font-size: 14px;
    font-weight: 100；
    border: 1px solid var(--cocoon-x-pallid-text-color);
    border-radius: var(--cocoon-badge-border-radius);
    word-break: break-all;
}

.entry-categories-tags {
    margin-bottom: 44px!important;
    margin-top: 36px!important;
}
	.sns-share-message {
    font-size: 28px;
    border-top: 3px solid #000;
    text-align: left;
    font-weight: bold;
    margin: 1.2em 0 0.5em!important;
    margin-bottom: 8px;
    letter-spacing: -.04em;
}

}

.go-to-top-button {
    border-width: 0px;
    background-color: #000;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    border-radius: 52px;
	font-size: 20px;}

.go-to-top {
    position: fixed;
    display: block;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
	transition: 0.6s;}



@media screen and (max-width: 834px) {
    main.main, div.sidebar {
        padding: 32px 24px;
        margin: 12px 0;
        border-width: 0;
    }
	#wprmenu_bar .bar_logo {
    border: none;
    margin: 0;
    padding: 0px 8px 0px 0px;
    width: auto;
    height: 24px;
    position: relative;
    top: -4px;}


.thumb-wide {
    --card-ratio: 4 / 3;
}
}
#wprmenu_bar div.hamburger {
    margin-top: 0px;
}
#wprmenu_bar {
    position: fixed;
    padding: 10px 24px;
    cursor: pointer;
    overflow: hidden;
    height: 42px;
    z-index: 99999;
}

#mg-wprm-wrap li.menu-item a {
    padding: 13px 24px;
}

media only screen and (max-width: 768px) {
    div.wpr_search {
        padding-left: 0 !important;
        padding-right: 16% !important;
        margin-left: 24px !important;
        width: 100% !important;
	}}
.wp-block-search__label {
    display:none;
}


.fa-clock-o {
    display: none;
	text-align:left;
}

.date-tags {
    line-height: 0.8;
    text-align: left;
    font-size: 18px;
	 color:#555;
}
.post-date, .post-update, .post-author, .amp-back, .entry-category {
    padding: -2px;
    display: inline;
    font-size: 0.8em;
}
.entry-date {
    margin-left: 0px;
}


.search-edit{
	border-radius:0px;!important;
	width:90%;
	font-size:14px!important;
	    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans", "Noto Sans", Meiryo, sans-serif !important;
}
.search-submit {
	font-size:14px;
  position: absolute;
	border-radius:4px;
  top: 50%;
  right: 0em;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  border: none;
	background-color:#000;
	width:20%;
	height:100%;
}
input::placeholder {
  font-weight: 100;
	font-size:14px;
  color: e2e2e2;
}

.searchsubmit:hover {
  opacity: .6;
}
.fa-search{
  color:#fff;
}


@media screen and (max-width: 834px) {
	.search-submit {
  position: absolute;
  top: 50%;
  right: 0em;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  border: none;
	background-color:#000;
	width:12%;
	height:100%;
}
	.copyright {
	text-align:center;
    margin:0 auto;
		letter-spacing:-.02em;
}

.footer-bottom.fdt-left-and-right .footer-bottom-content {
    text-align: center;
    float: none;
    display: block;
    align-items: baseline;
}
}



.sidebar h2, .sidebar h3{
background-color:#fff;
   padding: 4px 0px 4px 0px;
    margin: 12px 0;
	font-weight:bold;
	font-size:20px;
   border-top:3px solid #000;
	letter-spacing: -.05em;
}

.sns-follow-message, .sns-share-message {
	font-size:28px;
   border-top:3px solid #000;
    text-align: left;
	font-weight:bold;
	margin: 3.2em 0 1em;
	margin-bottom: 8px;
	letter-spacing:-.04em;
}

.related-entry-heading, .comment-title {
 border-top:3px solid #000;
    text-align: left;
	font-weight:bold;
	font-size:28px;
    margin-bottom: 8px;
		letter-spacing:-.04em;
}


.footer-mobile, .footer-left, .footer-center, .footer-right {
    padding: 10px 24px;
}

.related-entry-heading, .comment-title {
    margin: 56px 0px 12px 0px;
    font-size: 28px;
}

.header-container-in.hlt-top-menu .site-name-text {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -.066em;
    white-space: nowrap;
}
.ect-vertical-card .entry-card-wrap .entry-card-content {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
	  width:88%;
    padding-bottom: 0;
}

.a-wrap {
    text-decoration: none;
    display: block;
    padding: 0%;
    transition: all 0.3s ease-in-out;
}

.footer {
    margin-top: 20px;
    padding: 0px;
}
.cat-label {
    position: relative;
    top: 2.5em;
	 left:0px;
    border: 1px solid #ddd;
    font-size: 10px;
    color: #000;
    background-color: #fff;
    padding: 3px 6px 3px 6px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eye-catch .cat-label
{    position: relative;
    top: 1em;
	  left:0px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    padding: 4px 6px 3px 6px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ect-vertical-card {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 0%;
}

.site-name-text-link {
    color: var(--cocoon-text-color);
    text-decoration: none;
    font-weight: normal;
    padding: 0 0;
}

.carousel-entry-card-thumb, .related-entry-card-thumb, .widget-entry-card-thumb, .entry-card-thumb {
    float: left;
    margin-top: 0px;
    position: relative;
    margin-bottom: 2.26em;
}
	.pickup{
		display: flex;
	}
.textwidget a{
	color:#000;
	text-decoration:none;
}


@media screen and (max-width: 480px) {
	
	.flex .image{
		display:block!important;
	}
}

@media screen and (max-width: 1024px) {
	.thumbnail-wrapper{
		border-top: none;
    padding: 8px 0px 0px 0px !important;
	}
	.pickup{
		display: flex;
    flex-direction: column;
	}
	.flex .image{
		order:0;
		display:contents;
        margin-bottom: 24px;
	}
		.flex .text{
		order:2;
	}
	.pickup .e-card-title{
		font-size:17px!important;
        margin-bottom: 2px;
	}
	.text p {
    font-size: 14px;
    line-height: 1.66666em;
    letter-spacing: .072em;
    margin-bottom: 10px;
}
	
	
.no-sp-snippet .entry-card-snippet
	{display: block;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
        max-height: 40px;
	}
	
.cat-label {
position: absolute;
        top: 0;
    font-size: 0.6em;
    padding: 2px 4px 2px 4px;
}
	
.list {
    display: flex;
    flex-direction: column;
	row-gap: 0.5em!important;
}
	
.entry-card, .related-entry-card, .e-card-title {font-size: 15px!important;
        line-height: 1.4!important;
	flex-direction:unset!important;
    }
	
	.ect-vertical-card .entry-card-wrap .entry-card-thumb {
    width: 37%;
    float: none;
}

	.entry-card-thumb, .author-thumb, .blogcard-thumbnail, .related-entry-card-thumb, .popular-entry-card-thumb, .new-entry-card-thumb {
    margin-right: 16px;
}
	.related-entry-card-snippet, .card-snippet e-card-snippet{display:none;}

	#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a, div#mg-wprm-wrap ul li span.wprmenu_icon {
        color: #000000;
		font-size:24px;
    letter-spacing: -.05em;
    }


	body{ background-color:#f4f4f4;}

	    .content {
        margin-top: 32px;
    }
	    main.main, div.sidebar {
        padding: 48px 24px 1px 24px;
        border-width: 0;
    }
.ect-vertical-card .entry-card-wrap .entry-card-content {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
	  width:100%;
    padding-bottom: 0;
}
	.carousel-entry-card-thumb, .related-entry-card-thumb, .widget-entry-card-thumb, .entry-card-thumb {
    float: left;
    margin-top: 3px;
    position: relative;
    margin-bottom: 1.7em;
}
    .e-card-title {
        font-size: 18px;
			line-height:1.5;
    }
	.copyright {
		text-align:center;
    margin: 0 auto;
    letter-spacing: -.02em;
    padding-top: 22px;
    padding-bottom: 22px;
}

}

.sidebar {
    padding-left: 16px;
    padding-right: 20px;
}

#navi .navi-in>ul>li {
    width: 88px;
}

.related-entry-card .cat-label {
    display:none;
}
.article-header {
	display: flex;
	flex-direction: column;
}
.eye-catch-wrap {
	order: -1;
}

.fa-history{
	margin-right:4px;
	margin-left:12px;
}

.entry-content {
    margin-top: 0em;
    margin-bottom: 0em;
}
.fa-home{display:none;}

.breadcrumb {
    margin: 0em 0.4em;
    color: #999999;
    font-size: 13px;
}

#toc-5 label{
    background-color: #fff;
    padding: 4px 0px 4px 0px;
    margin: 0px 0;
    font-weight: bold;
	text-align:left;
    font-size: 20px;
    border-top: 3px solid #000;
    letter-spacing: -.05em;
}

#toc-5 li
{color: var(--cocoon-text-color);
    text-decoration: none;
    padding: 8px 0 10px -20px;
    display: block;
	position: relative;
    left: -13px;
    border-top: dotted 1px #a9a9a9;
    font-size: 14px;
    padding-right: 4px;
	padding-left: 4px;
}

.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .widget_block ul li a {color: var(--cocoon-text-color);
    text-decoration: none;
    padding: 10px 0 10px -10px!important;
    display: block;
    border-top: dotted 1px #a9a9a9;
    font-size: 16px;
    padding-right: 4px;
	padding-left: 4px;}

.toc-content li
{color: var(--cocoon-text-color);
    text-decoration: none;
    padding: 10px 0 10px -10px;
    display: block;
    border-top: dotted 1px #a9a9a9;
    font-size: 14px;
    padding-right: 4px;
	padding-left: 4px;
}
.nwa .toc {
    border: 0;
    padding: 0 0em;
}

.button-caption
{display:none;}

.has-spinner {
    -webkit-appearance: none;
    background-color: #000 !important;
    color: #FFF!important;
	font-weight:bold;
	font-size:16px;
	border-radius:3px;
}



#related-entries .e-card-content{
display: flex!important;
flex-direction: column!important;
}

#related-entries .post-date{
color:#555;
order:0!important;
position:relative!important;
right:0!important;
text-align:left!important;
	margin-bottom:8px!important;
}


#related-entries .e-card-title{order:1!important;}

#related-entries .related-entry-card-snippet{
	order:2!important;
	display:none;
}



#related-entries .entry-card-meta{
	bottom: 0!important;
    position:relative!important;
    left: 0!important;
    text-align: left!important;
    line-height: 1!important;
	margin-bottom:8px!important;
}


#related-entries .e-card-info{
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: flex-start!important;
    align-items: center!important;
}

#related-entries .related-entry-card-meta, .entry-card-meta {
    bottom: 0!important;
    position: relative!important;
    right: 0!important;
    text-align: left!important;
	line-height: 1!important;}



.fz-18px {
    font-size: 15px;
}


.wp-block-table td,.wp-block-table th {
    padding: 1.2em;
}

mark {
    background-color: #fbff0070;
    color: marktext;
}

.cat-link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0 8px 8px 0;
	border: 1px solid #000;
    padding: 2px 9px;
	letter-spacing: -.04em;
    font-size: 14px;
    font-weight: bold;
    background-color: var(--cocoon-text-color);
    border-radius: var(--cocoon-badge-border-radius);
    word-break: break-all;
}
.tag-link, .comment-reply-link {
    color: var(--cocoon-text-color);
    text-decoration: none;
    display: inline-block;
    margin-right: 8px;
    padding: 2px 9px 2px 8px;
	letter-spacing: -.01em;
    font-size: 14px;
			position:relative;
    font-weight: 100；
    border: 1px solid var(--cocoon-x-pallid-text-color);
    border-radius: var(--cocoon-badge-border-radius);
    word-break: break-all;
}

.has-fixed-layout th {
  text-align:left;}

.wp-block-table thead {
    border-top: 0px solid;
	    border-bottom: 0px solid;
}

.toc-content ::marker {
	display:none;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;color:#fff;
    text-align-last: ;
}

.entry-categories-tags {
    margin-bottom: 18px;
	    margin-top: 80px;
}

.breadcrumb {
    margin: 4em -0.11em 2em 0em;
    color: #999999;
    font-size: 13px;
}


@media screen and (max-width: 480px) {



    #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right{
		pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
}
/* アニメーション後のメニューの状態 */
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right{
  pointer-events: auto;
  opacity: 1;
}
}


#menu-item-592{display:none;}
@media screen and (max-width: 860px) {#menu-item-592{display:block;}}

.blogcard-wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    background-color: var(--cocoon-white-color);
}

#navi-menu-input:checked ~ #navi-menu-content, #sidebar-menu-input:checked ~ #sidebar-menu-content, #search-menu-input:checked ~ #search-menu-content, #share-menu-input:checked ~ #share-menu-content, #follow-menu-input:checked ~ #follow-menu-content {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.15s linear;
}

.navi-menu-content{
	left: auto;
	right: 0;
	background-color: #333;
	color:#fff;
    overflow: visible;
    opacity: 0.5;
	transform: translateX(11111101%);
}
.mobile-header-menu-buttons {
        top: 0;
        bottom: auto;
        justify-content: space-between;
        min-width: 46px;
        box-shadow: 0 0 0px;
    }
}

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

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


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

}
