@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/

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

body {
	letter-spacing: .06em;
}

.main {
	border-radius: 8px;
}

.sidebar {
	border-radius: 8px;
}

img {
	border-radius: 8px;
}

.logo-image {
    padding: 0;
}
.site-name-text-link {
    padding: 0;
}
.footer-bottom {
    margin-top: 0;
}
.footer {
    margin-top: 0;
}

/** 見出し **/
.entry-title, .archive-title {
    margin: 16px 0 24px 0;
}

.entry-title,
.archive-title,
.article h1 {
  position: relative;
  padding: 0.8em;
  background: #e9ebff;
  border-radius: 7px;
font-size: 26px;
}
.entry-title:after,
.archive-title:after,
.article h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 12px solid transparent;
  border-top: 15px solid #e9ebff;
  width: 0;
  height: 0;
}
.article h2 {
	padding: 24px 0 14px 0;
	background: none;
	border-bottom: 6px solid #e9ebff;
	text-align: center;
}

.article h3 {
	margin-top: 40px;
	padding: 0 12px;
	border: none;
	border-left: 5px solid #5a61a6;
}

.article h4 {
	display: inline-block;
	margin-top: 16px;
	padding: 0 0 10px 0;
	border: none;
	border-bottom: 2px solid #5a61a6;
	font-size: 18px;
}
.article h5,
.article h6 {
	border:none;
	padding: 0;
	font-size: 18px;
}



.article h2, .article h3, .article h4, .article h5{
    margin-bottom: 1em;
}
.article h6 {
	margin-bottom: 0.4em;
	font-size: 16px;
}


/** リスト **/
/* シェブロン */
.article ul {
	padding-left: 18px;
}

.article ul li {
  line-height: 1.5;
  padding: 0.1em 0;
  list-style-type: none!important;
}

.article ul li:before {
	content: "⚫︎";
	position: absolute;
	left : 1.5em;
	color: #5a61a6;
	font-weight: 900;
	font-size: 14px;
    line-height: 26px;
}


.related-entry-card-title,
.entry-card-title {
	font-size: 20px;
}

.related-entry-card-snippet,
.entry-card-snippet {
	color: #555;
	line-height: 1.6;
}

/* サイドカラム */
.sidebar h2, .sidebar h3 {
    line-height: 1.4;
}
.wp-block-search__label {
	display: none;
}
.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 {
	padding: 6px 0;
}

/* 表 */
.entry-content table {
	border-top: solid 1px #5a61a6;
    border-bottom: solid 1px #5a61a6;
}
.entry-content tr:nth-child(even) td {
    background-color: #f5f6fe;
}
.entry-content table tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.entry-content tr,
.entry-content td {
    border: none;
}


/* カテゴリ ラベル */
.cat-label {
	top: 0;
    left: 0;
	border: none;
}

/* ボタン */
.pagination-next-link,
.comment-btn {
	background: #e9ebff;
	border: none;
	border-radius: 100px;
	color: #5a61a6;
	font-weight: bold;
}
.page-numbers {
    background: #e9ebff;
	border: none;
	color: #5a61a6;
	font-weight: bold;
}
.pagination .current {
    background: #eee;
	border: none;
	color: #888;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1267px以下*/
@media screen and (min-width: 1267px) {
}

/*1240px以下*/
@media screen and (max-width: 1240px){
}

/*1023px以下*/
@media screen and (max-width: 1023px){
}

/*834px以下*/
@media screen and (max-width: 834px){
}

/*480px以下*/
@media screen and (max-width: 480px){
	#header .site-name-text {
        margin: 1rem;
    }
	.related-entry-card-title, .entry-card-title {
    	font-size: 18px;
	}
	.entry-title {
		margin-bottom: 24px;
	}
	table th, table td {
        font-size: 15px;
    }
}
