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

.entry-card-thumb, .widget-entry-card-thumb, .related-entry-card-thumb, .carousel-entry-card-thumb {
  display: none;
}

.entry-card-title{
	margin: 5px 0 5px 0;
}

@media screen and (max-width: 1023px){
	#sidebar{
		display: none;
	}
}

.entry-card-content, .related-entry-card-content {
  padding-bottom: 5px;
}

.no-thumbnail .entry-card-meta .entry-card-categorys {
    display: none;
}

/*!目次*/
.toc li {
    margin: 5px;
	border-bottom: 1px dashed #1967d2;
}

.toc .toc-list ul, .toc .toc-list ol {
    padding-left: 0;
    margin: 0;
}

.nwa .toc {
    border: 0;
    padding: 0 5px 5px;
}

/*!ホーム画面サイズ*/
.a-wrap{
	border-top: 1px dashed #1967d2;
	margin-bottom: 0;
}

@media screen and (min-width: 1023px){
	.a-wrap{
		margin: 0px 10px;
		padding: 0.5%;
	}

	.no-sidebar .wrap, .no-sidebar .header{
		width: 75%;
		margin: 0 auto;
	}

	.no-sidebar .header-container, .no-sidebar .main, .no-sidebar .sidebar, .no-sidebar .footer {
		background-color: #fff;
		width: 75%;
		margin: 0 auto;
	}
}

/*アイコン変更*/
.post-update::before {
	content: "Updated:";
	font-size: 0.7em;
}

.fa-history:before {
    content: none;
}

/*コメント*/
.comment-form-email, .comment-form-url, .comment-notes {
  display: none;
}
