/*
  Skin Name: myskin
  Description: 俺のスキン
  Skin URI: https://wp-cocoon.com/
  Author: 俺
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.2
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/

:root {
  --gradation_start: #fbc2eb;
  --gradation_end: #a6c1ee;
  --purple:#eac1fa;
  --purple_light:#f2d4ff;
}

/* 全体 */
body{
	color: #444; /*文字色*/
	font-family: -apple-system,BlinkMacSystemFont,helvetica,arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
body p{
	line-height: 180%;
	margin-bottom: 1.1em;
}
.entry-content .wp-caption {
  margin: 1.4em auto;
}
.content .main .entry-content > .blogcard-wrap{
	width: auto;
}
.content .main .entry-content > a div.blogcard{
	box-shadow: 0px 2px 7px rgba(0,0,0,.15),0 5px 6px rgba(0,0,0,.15);
	border-radius: 0;
}

/*ヘッダ－・フッター*/
.header{
	background-image: linear-gradient( 135deg, var(--gradation_start) 10%, var(--gradation_end) 100%);
}
.header-container, .navi, .notice-area, .carousel-in {
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.notice-area {/*通知メッセージ*/
	background-image: linear-gradient( 135deg, #fc6767 10%, #ec008c 100%);
}
.site-name-text, .tagline {/*tagline=キャッチフレーズ*/
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.tagline {
	top: 2em;
	position: relative;
}

/*メニュー*/
.navi-in ul.sub-menu{
	background-color: #37474F;
}
.navi-in ul.sub-menu a {
	color: #ECEFF1;
}
.navi-in ul.sub-menu a:hover {
	color: #37474F;
}

/*フッター*/
.footer {
	background-image: linear-gradient( 135deg, var(--gradation_start) 10%, var(--gradation_end) 100%);
}
.footer, .footer a{
	color: #fff;
}

/* カラム */
.main, .sidebar aside{
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	border-radius: 0px;
}
.main{
	padding: 1em 3em;
}

/* gototop */
.go-to-top-button:hover {
	color: #fff;
}
.go-to-top-button {
	background-color: var(--purple);
	color: #fff;
}

/* コメント */
.comment, .recent-comment {
	border: solid 1px #CFD8DC;
	padding: .5em;
	border-radius: 5px;
}
.commets-list .avatar {
	float: none;
}
.commets-list .comment-meta{
	background-color: var(--purple_light);
	border-radius: 5px;
}
.commets-list .comment-meta a{
	padding-left: 1em;
	color: #333;
	text-decoration: none;
}
img.avatar {
	border-radius: 50%;
	background-color: var(--purple_light);
}

/* サイドバー */
.sidebar {
	padding: 0;
	background-color: transparent;
}
.sidebar aside {
    margin-bottom: 2em;
    background: #fff;
}
.sidebar aside .author-box{
	max-width: none;
}
.sidebar h3:first-child, .sidebar div:first-child, .sidebar form:first-child{
    margin-top: 0;
}
.sidebar h3 {
	background-color: var(--purple);
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	padding: .5em 1em .5em 1em;
	border-radius: 0;
}
.sidebar aside > div {
	padding: 1em;
}
.sidebar aside .author-box {
    border: none;
    border-radius: 4px;
}
.sidebar aside .search-edit{
	border: none;
}
.sidebar-menu-content{
	background-color: transparent;
}

/* モバイルボタン */
.mobile-menu-buttons, .navi-menu-close-button{
	background-image: linear-gradient( 135deg, var(--gradation_start) 10%, var(--gradation_end) 100%);
}
.mobile-menu-buttons .menu-button:hover {
	background-color: unset;
}

/* カテゴリーラベル */
.eye-catch .cat-label, .cat-label{
	background-color: var(--purple);
	border-radius: 0 0 12px 0;
	border: none;
	top: 2px;
	left: 2px;
}
.cat-link{
	background-color: var(--purple);
}

/*アイキャッチ*/
.eye-catch img {
	border: solid 2px #CFD8DC;
}

/* 画像 */
.iwe-shadow-paper img, .iwe-shadow-paper amp-img {
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

/*ボタン*/
.comment-btn, input#submit, .appeal-button, .comment-reply-link{
	background-color: var(--purple);
	color: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 2px 7px rgba(0,0,0,.15),0 5px 6px rgba(0,0,0,.15);
	display: inline-block;
}

/* リンク */
.a-wrap:hover {
    background-color: #fff;
	box-shadow: 0px 2px 7px rgba(0,0,0,.15),0 5px 6px rgba(0,0,0,.15);
}

/* カード */
.card-thumb img {
	border: solid 2px #CFD8DC;
}

/* ページ送りナビ */
.pager-post-navi a.next-post, .pager-post-navi a.prev-post{
	position: relative;
}
.pager-post-navi a.next-post::before, .pager-post-navi a.prev-post::before{
	position: absolute;
	padding: .3em .4em;
	font-size: 1.2em;
	background-color: var(--purple);
	color: #fff;
	top: 0;
}
.pager-post-navi a.next-post::before{
	content: "Next";
	right: 0;
}
.pager-post-navi a.prev-post::before{
	content: "Prev";
	left: 0;
}


/* 見出し */
.article h2 {
	background-color: transparent;
	padding: 0;
	font-size: 1.8rem;
	text-indent: .5em;
}
.article h2::after {
	margin-top: .3em;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	background-image: linear-gradient( 165deg, var(--gradation_start) 0%, var(--gradation_end) 100%);
}
.article h3 {
	border: none;
	font-size: 1.6rem;
	padding: .4em 0em;
	text-indent: .35em;
}
.article h3::after {
	margin-top: .2em;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	background-image: linear-gradient( 165deg, var(--gradation_start) 0%, var(--gradation_end) 100%);
}
.article h4 {
	border: none;
	font-size: 1.4rem;
	padding: .4em 0em;
	text-indent: .3em;
}
.article h4::after {
	margin-top: .2em;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	background-image: linear-gradient( 165deg, var(--gradation_start) 0%, var(--gradation_end) 100%);
}
.article h5 {
	font-size: 1.2rem;
	border-bottom: none;
}
.article h5:before {
	font-family: 'FontAwesome';
	content: "\f061";
	padding-right: .4em;
	color: var(--purple);
}
.article h6 {
	font-size: 1.1rem;
	border-bottom: none;
}
.article h6:before {
	font-family: 'FontAwesome';
	content: "\f178";
	padding-right: .4em;
	color: var(--purple);
}

/* 記事下見出し */
.under-entry-content h2{
/* background-image: linear-gradient( 165deg, var(--gradation_start) 0%, var(--gradation_end) 100%); */
	background-color: var(--purple);
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	color: #fff;
	padding: .2em 0 .2em 1em;
	font-size: 1.2rem;
	font-weight: normal;
}

/* テーブル */
.container table{
	width: 90%;
}
.container table th, .container table td {
	padding: 6px;
}
.container table td {
	border: none;
}
.container table th {
	font-weight: normal;
	background-color: #37474F;
	color: #ECEFF1;
}
.container table tr:nth-of-type(2n+1) {
	background-color: var(--purple_light);
}

/* 読了時間 */
.read-time::before {
	margin-bottom: .3em;
}
.read-time::after {
	margin-top: .3em;
}
.read-time::before, .read-time::after{
	content: "";
	display: block;
	height: 2px;
	background: linear-gradient(to right, #fff 0%, var(--purple_light) 50%,#fff 100%);
}
.read-time {
	border: none;
	color: #777;
}

/* 目次 */
.article .toc {
	border-color: var(--purple);
}
.toc {
	border: solid 2px;
	border-radius: 0px;
	font-size: 1em;
	line-height: 1.8em;
	padding: 0;
	margin-bottom: 1em;
	display: block;
}
.toc-title {
	font-size: 1.2em;
	text-align: center;
    padding: 6px 16px;
	border-radius: 10px 10px 0 0;
}
.toc ul li a, .toc ol li a {
    display: block;
    margin-left: -20px;
    padding-left: 20px;
}
.toc ul.toc-list>li, .toc ol.toc-list>li {
    margin-top: 1em;
}
.toc .toc-content>ul>li>a, .toc .toc-content>ol>li>a {
    font-weight: bold;
}
.toc .toc-content>ul>li, .toc .toc-content>ol>li {
	list-style-type: decimal;
}
.toc ul li, .toc ol li {
	list-style-type: disc;
}
.toc a:hover{
	text-decoration:none;
}
.toc .toc-content > ul > li, .toc .toc-content > ol > li{
    margin: .8em 0;
}
.toc .toc-content {
    height: 0;
	padding: 0 1.5em 0 1em;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	border: none;
}
.toc #toc-checkbox:checked ~ .toc-content{
    height: auto;
    padding: 1em 1.5em 1em 1em;
    opacity: 1;
}
.toc ul, .toc ol {
    padding-left: 1.8em;
}
.toc .toc-content{
	color: var(--purple);
}
.toc a{
	color: #444;
}
.toc #toc-checkbox{
    display: none;
}
.toc .toc-content{
    visibility: visible;
}
.toc label.toc-title::before {
	font-family: FontAwesome;
    margin-right: 0.5em;
}
.toc label.toc-title::before {
    content: '\f114';
}
.toc #toc-checkbox:checked + label.toc-title::before {
    content: '\f115';
}
.toc label.toc-title::after, .toc #toc-checkbox:checked + label.toc-title::after{
	content: none;
}
#sidebar .toc .toc-content, #sidebar .toc .toc-contetn, #sidebar-menu-content .toc .toc-content, #sidebar-menu-content .toc .toc-contetn {
	height: auto;
	opacity: 1;
	border:none;
	visibility: visible;
}
#sidebar .toc, #sidebar .toc-content, #sidebar-menu-content .toc, #sidebar-menu-content .toc-content {
  padding: 0 0 10px 0;
}

@media only screen and (max-width:500px){
  .toc #toc-checkbox:checked ~ .toc-content {
    padding: .5em .5em .5em 1em;
  }
	.toc ul, .toc ol {
    padding-left: .8em;
  }
	#sidebar-menu-content .toc ul, #sidebar-menu-content .toc ol {
    padding-left: 1.2em;
  }

}

ul.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button-in > span, ul.mobile-footer-menu-buttons.mobile-menu-buttons .menu-button-in > a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_rss ul,
.widget_nav_menu ul {
	padding: 0 1em 1em;
}

.font-awesome-5 .toc label.toc-title::before,
.font-awesome-5 .toc .toc-checkbox:checked + label.toc-title::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
.font-awesome-5 .toc label.toc-title::before{
	content: '\f07b';
}
.font-awesome-5 .toc .toc-checkbox:checked + label.toc-title::before{
	content: '\f07c';
}

.font-awesome-5 .article h4::before,
.font-awesome-5 .article h5::before,
.font-awesome-5 .article h6::before,
.font-awesome-5.admin-page h4::before,
.font-awesome-5.admin-page h5::before,
.font-awesome-5.admin-page h6::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.font-awesome-5 .article h6::before,
.font-awesome-5.admin-page h6::before{
	content: '\f30b';
}


/* プロフィール欄の見た目調整 */
.author-box .author-name a {
    text-decoration: none;
    color: #555;
} 

.author-box {
	margin: 0px;
}

.nwa .author-box {
	padding: 5px;
}

.nwa .author-box .author-content {
	padding-bottom: 0px;
	padding-top: 5px;
}

.widget_author_box .feedly-button,
.widget_author_box .rss-button{ 
	display: none; 
}


