/*
  Skin Name: モノクロ
  Description: モノクロを基調としています。
  Skin URI: https://yurukei-career.com/cocoon-styling-mono/
  Author: yurukei20
  Author URI: https://yurukei-career.com
  Screenshot URI:https://im-cocoon.net/wp-content/uploads/monochrome.png
  Version: 0.0.1
  Priority: 9200001000
*/

/* □■-----------------------------------------------------
/ 『ヘッダーロゴ』
-----------------------------------------------------■□ */
@media screen and (max-width: 834px) {
	/*トップページモバイルボタンの真下にスペースを作る*/
	/* .container {
    margin-top: 50px;
  } */
}
.logo-image {
	padding: 0;
	margin-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	max-height: 100px;
}
/* .logo {
	text-align: left;
} */
.logo-header img {
	box-shadow: none !important;
}

/* □■-----------------------------------------------------
/ 『グローバルメニュー』
-----------------------------------------------------■□ */
.header-container {
	box-shadow: 0 6px 5px -3px rgba(0, 0, 0, 0.24),
		0 6px 10px -3px rgba(0, 0, 0, 0.18);
}

.navi{
	background-color: #333333;
}

#navi .navi-in a {
	width: 100%;
	height: 100%;
	color: #e9e9e9;
	position: relative;
	z-index: 2;
	-webkit-perspective: 350px;
	perspective: 350px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #333333;
}

/*グローバルメニューの左寄せ*/
/* #navi .navi-in > ul {
	justify-content: flex-start;
	margin-left: 20px;
} */
/*グローバルメニューの高さ調整*/
/* #navi .navi-in > ul li {
	height: 80px;
	line-height: 80px;
} */
/*グローバルメニューの文字大きさ調整*/
/* #navi .navi-in > .menu-header .item-label {
	font-size: 18px;
} */
/* .navi-in > ul .sub-menu a {
	padding: 0;
} */
/*サブメニュー*/
/* .sub-menu {
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
} */
/*サブメニューを仕切る点線*/
/* .sub-menu .caption-wrap {
	border-top: dotted #dddddd;
	background: #e9e9e9;
	padding: 0 0 0 2em;
	margin: 0;
}
.navi-in > ul .sub-menu a:hover {
	transform: none !important;
} */
div#header-container {
	/*ヘッダー下の影を非表示*/
	box-shadow: none;
}
div.item-label {
	font-weight: bold;
}

/*グローバルメニューの色変更*/
.navi-in > ul > li:nth-of-type(4n + 1) {
	border-bottom: ridge 3px #9da4a0;
}
.navi-in > ul > li:nth-of-type(4n + 2) {
	border-bottom: ridge 3px #9da5b0;
}
.navi-in > ul > li:nth-of-type(4n + 3) {
	border-bottom: ridge 3px #9da4a0;
}
.navi-in > ul > li:nth-of-type(4n + 4) {
	border-bottom: ridge 3px #9da5b0;
}

#navi .navi-in a::before,
#navi .navi-in a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}

#navi .navi-in a,
#navi .navi-in a::before,
#navi .navi-in a::after {
	transition: all 0.3s;
}

#navi .navi-in a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #9da5a0;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	transform: rotateX(90deg);
	opacity: 0;
}

#navi .navi-in a:hover {
	color: white !important;
	background: none;
}

#navi .navi-in a:hover::after {
	transform: rotateX(0);
	opacity: 1;
}

/* □■-----------------------------------------------------
/ 『エントリーカード』
-----------------------------------------------------■□ */
.entry-card-wrap.a-wrap,
.related-entry-card-wrap.a-wrap,
.prev-post.a-wrap,
.next-post.a-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.entry-card-wrap.a-wrap:nth-of-type(3n + 1),
.related-entry-card-wrap.a-wrap:nth-of-type(3n + 1) {
	background-color: #fff;
	border: solid 2px #333333;
}
.entry-card-wrap.a-wrap:nth-of-type(3n + 2),
.related-entry-card-wrap.a-wrap:nth-of-type(3n + 2) {
	background-color: #fff;
	border: solid 2px #333333;
}
.entry-card-wrap.a-wrap:nth-of-type(3n + 3),
.related-entry-card-wrap.a-wrap:nth-of-type(3n + 3) {
	background-color: #fff;
	border: solid 2px #333333;
}

.entry-card-wrap.a-wrap:nth-of-type(3n + 1):hover,
.related-entry-card-wrap.a-wrap:nth-of-type(3n + 1):hover {
	background-color: #9da5a0;
}
.entry-card-wrap.a-wrap:nth-of-type(3n + 2):hover,
.related-entry-card-wrap.a-wrap:nth-of-type(3n + 2):hover {
	background-color: #9da5a0;
}
.entry-card-wrap.a-wrap:nth-of-type(3n + 3):hover,
.related-entry-card-wrap.a-wrap:nth-of-type(3n + 3):hover {
	background-color: #9da5a0;
}

.entry-card-wrap.a-wrap:before,
.related-entry-card-wrap.a-wrap:before {
	position: absolute;
	width: 320px;
	height: 320px;
	transform: rotate(-45deg);
	right: -280px;
	bottom: -280px;
	content: "Read More";
	font-size: 80%;
	color: white;
	text-align: center;
	transition: all 0.4s;
	z-index: 1;
}

.entry-card-wrap.a-wrap:nth-of-type(3n + 1):before,
.related-entry-card-wrap.a-wrap:nth-of-type(3n + 1):before {
	background: #333333;
}
.entry-card-wrap.a-wrap:nth-of-type(3n + 2):before,
.related-entry-card-wrap.a-wrap:nth-of-type(3n + 2):before {
	background: #333333;
}
.entry-card-wrap.a-wrap:nth-of-type(3n + 3):before,
.related-entry-card-wrap.a-wrap:nth-of-type(3n + 3):before {
	background: #333333;
}

.entry-card-wrap.a-wrap:hover::before,
.related-entry-card-wrap.a-wrap:hover:before {
	right: -220px;
	bottom: -220px;
}

/* □■-----------------------------------------------------
/ 『ブログカード』
-----------------------------------------------------■□ */
.blogcard {
	border: none;
}

.blogcard-wrap.a-wrap {
	border: none;
	position: relative;
	background-color: #fff;
	border: solid 2px #333333;
}

.blogcard-wrap.a-wrap:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "Read More";
	right: 0px;
	bottom: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 100%;
	opacity: 0;
	transition: all 0.4s;
	transform: scale(0.5);
}

.blogcard-wrap.a-wrap:hover:after {
	transform: scale(1);
	opacity: 1;
	z-index: 1;
	font-size: 80%;
	width: 28%;
	height: 25%;
	background: #333333;
	color: white;
	text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
}

.blogcard-wrap.a-wrap:hover {
	background-color: #9da5a0;
}

/* □■-----------------------------------------------------
/ 『投稿ナビ』
-----------------------------------------------------■□ */
.pager-post-navi a.next-post {
	margin-top: 7px;
}

.prev-post.a-wrap {
	background-color: #fff;
	border: solid 2px #333333;
}
.next-post.a-wrap {
	background-color: #fff;
	border: solid 2px #333333;
}

.prev-post.a-wrap:hover {
	background-color: #9da5a0;
}
.next-post.a-wrap:hover {
	background-color: #9da5a0;
}

/* □■-----------------------------------------------------
/ 『見出し（h2）』
-----------------------------------------------------■□ */
.article h2 {
	position: relative;
	padding: 0.8em 0.8em 0.8em 1.8em;
	background: #333333;
	color: #e9e9e9;
	/* margin-left: -50px; */
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
}

/* .article h2 ::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #222222;
} */
@media screen and (max-width: 480px) {
	.article h2 {
		padding: 0.5em;
		/* margin-left: 0px; */
		background: #333333;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	}
	/* .article h2 ::before {
		display: none;
	} */
}

/* .article h2 {
	background-image: repeating-linear-gradient(
		90deg,
		#333333 0%,
		#333333 50%,
		#444444 50%,
		#444444 100%
	);
	background-color: #333333;
	color: #e9e9e9;
	border: 0;
	position: relative;
	padding: 0.8em 0.8em 0.8em 1.8em;
	border-radius: 4px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
}

.article h2::before,
.article h2::after {
	position: absolute;
	content: "";
	border-radius: 100%;
}

.article h2::before {
	top: 0.3em;
	left: 0.3em;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: #e9e9e9;
}

.article h2::after {
	top: 0.6em;
	left: 0.7em;
	width: 15px;
	height: 15px;
	background: #9da5a0;
} */

/* □■-----------------------------------------------------
/ 『見出し（h3）』
-----------------------------------------------------■□ */
.article h3 {
	padding: 0.5em 0.7em;
	border-top: solid 3px #333333;
	border-bottom: solid 3px #333333;
	border-left: none;
	border-right: none;
	font-weight: bold;
}

/* .article h3 {
	position: relative;
	padding: 0.75em 1.5em 0.75em 1.5em;
	border: 2px solid #333333;
	border-radius: 4px;
}

.article h3::before {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	content: "";
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #9da5a0;
	border-radius: 4px;
}

.article h3::after {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	content: "";
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #9da5a0;
	border-radius: 4px;
} */

/* □■-----------------------------------------------------
/ 『見出し（h4）』
-----------------------------------------------------■□ */
.article h4 {
	position: relative;
	padding: 0.4em 0.5em;
	color: #333333;
	background: #e9e9e9;
	border-left: solid 5px #333333;
	border-bottom: solid 3px #d7d7d7;
}

/* .article h4 {
	margin-top: 26px;
	background: 0 0;
	position: relative;
	padding: 11px 0 8px 28px;
	border: 0;
	border-bottom: 1px solid #333333;
}

.article h4::before {
	position: absolute;
	top: 2px;
	left: 5px;
	content: "";
	width: 8px;
	height: 17px;
	background-color: #333333;
	transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-webkit-transform: skew(15deg);
}

.article h4::after {
	position: absolute;
	top: 19px;
	left: 5px;
	content: "";
	width: 8px;
	height: 17px;
	background-color: #333333;
	transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
} */

/* □■-----------------------------------------------------
/ 『見出し（h5）』
-----------------------------------------------------■□ */
.article h5 {
	position: relative;
	padding: 9px 9px 9px 26px;
	border: none;
}

.article h5::after {
	position: absolute;
	content: "";
	border-radius: 100%;
}

.article h5::after {
	top: 0.6em;
	left: 0.1em;
	width: 15px;
	height: 15px;
	background-image: linear-gradient(
		135deg,
		#333333 0%,
		#333333 50%,
		#9da5a0 50%,
		#9da5a0 100%,
		transparent 0
	);
}

/* □■-----------------------------------------------------
/ 『見出し（h6）』
-----------------------------------------------------■□ */
.article h6 {
	border-bottom: 1px solid #333333;
}

/* □■-----------------------------------------------------
/ 『サイドバーの見出し（h3）』
-----------------------------------------------------■□ */
/*----------------------------------
/* サイドバーの見出し
 */
.sidebar h2,
.sidebar h3 {
	background: none;
	padding: 12px 35px 12px 15px;
	background-color: #333333;
	color: #e9e9e9;
	margin-top: 26px;
	position: relative;
}
.sidebar h2::before,
.sidebar h3::before {
	position: absolute;
	content: "";
	top: -15px;
	right: 10px;
	height: 55px;
	width: 15px;
	/*クリップの色*/
	border: 3px solid #c3516b;
	border-radius: 12px;
	box-shadow: 1px 1px 2px #999;
	transform: rotate(10deg);
	z-index: 1;
}
.sidebar h2::after,
.sidebar h3::after {
	/*見出し背景色*/
	background-color: #333333;
	border: solid 5px #333333;
	border-radius: 0px;
	top: 0px;
	width: 10px;
	right: 20px;
	z-index: 2;
	height: 0px;
	left: unset;
}

/*----------------------------------
/* サイドバー追尾目次
 */
.sidebar-scroll {
	top: 15px !important;
}
.sidebar h2,
.sidebar h3 {
	font-size: 0.9em;
	padding: 7px 12px;
}
.sidebar .widget_toc {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.sidebar .toc-widget-box {
	margin-top: -0.9em;
}
.sidebar .toc {
	padding: 0;
	width: 100%;
}
.sidebar .toc-content {
	overflow-y: scroll;
	max-height: 390px;
	background: #e9e9e9;
	padding: 0.5em 1.5em;
}
.sidebar .toc li {
	line-height: 1.6;
	margin-bottom: 1em;
	font-size: 0.85rem;
	color: #333333;
}
.sidebar .toc-content > ol > li,
.sidebar .toc-content > ul > li {
	font-weight: 600;
	padding-left: 0.5em;
}
.sidebar .toc-content a {
	letter-spacing: 0.5px;
}
.sidebar .toc .toc-list ul,
.sidebar .toc .toc-list ol {
	margin: 1em 0;
	list-style-type: none;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.sidebar-menu-button .widget_toc {
		display: none;
	}
}

/* □■-----------------------------------------------------
/ 『ウィジェット／カルーセル』
-----------------------------------------------------■□ */
.widget-entry-cards figure,
.carousel-entry-card figure {
	overflow: hidden;
}

.widget-entry-cards figure {
	position: relative;
}
.widget-entry-cards figure::after,
.carousel-entry-card figure::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	content: "";
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
		translate3d(0, -120%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
		translate3d(0, -120%, 0);
}

.widget-entry-cards .a-wrap:hover figure::after,
.carousel .a-wrap:hover figure::after {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
		translate3d(0, 120%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
		translate3d(0, 120%, 0);
}

.widget-entry-cards:not(.card-large-image) .a-wrap:hover,
.carousel .a-wrap:hover {
	background-color: #9da5a0;
}

.widget-entry-cards.card-large-image .a-wrap:hover {
	background: 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 {
	border-bottom: 1px dotted #333333;
	transition-duration: 0.2s;
}

.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 {
	background-color: #9da5a0;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
	padding: 5px 0;
}

/* □■-----------------------------------------------------
/ 『入力系』
-----------------------------------------------------■□ */
.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	border: ridge 2px #333333;
}

/* □■-----------------------------------------------------
/ 『ページネーション／マルチページ／送信ボタン系』
-----------------------------------------------------■□ */
.form-submit {
	text-align: center;
}

.pagination {
	margin: 10px 0 24px 0;
}

.pagination-next-link,
.comment-btn,
.container input[type="submit"] {
	border: 3px solid #333333;
	border-radius: 6px;
	border-image: linear-gradient(
		to right,
		#333333 0%,
		#333333 10%,
		rgba(0, 0, 0, 0) 10%,
		rgba(0, 0, 0, 0) 90%,
		#333333 90%,
		#333333 100%
	);
	border-image-slice: 1;
	background: none;
	width: 40%;
	margin: 24px auto;
	transition: all 0.4s;
	font-size: 18px;
}

.pagination-next-link,
.comment-btn {
	font-size: 18px;
}

.pagination-next-link:hover,
.comment-btn:hover,
.container input[type="submit"]:hover {
	background: none;
	background-color: #333333;
	color: white;
}

.pager-prev-next .page-numbers.page-prev-next {
	transition: all 0.4s;
	border: 2px solid #9da5a0;
}

.pager-prev-next .page-numbers.page-prev-next:hover {
	background: #9da5a0;
}

.pager-numbers .page-numbers.current,
.pagination .current {
	background: 0 0;
	border: 0;
	color: white;
	font-size: 110%;
	background-color: #333333;
	border-radius: 50%;
}

.page-numbers.dots {
	border-radius: 50%;
	border: 1px solid #333333;
}

a .page-numbers:not(.page-prev-next),
a.page-numbers {
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

a .page-numbers:not(.page-prev-next),
a.page-numbers:nth-of-type(3n + 1) {
	border: 1px solid #333333;
}

a.page-numbers:nth-of-type(3n + 2) {
	border: 1px solid #333333;
}

a.page-numbers:nth-of-type(3n + 3) {
	border: 1px solid #333333;
}

a .page-numbers:not(.page-prev-next):after,
a.page-numbers:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

a .page-numbers:not(.page-prev-next):after,
a.page-numbers:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(0.8);
	opacity: 0;
}

a .page-numbers:not(.page-prev-next):after,
a.page-numbers:nth-of-type(3n + 1):after {
	box-shadow: 0 0 0 3px #333333;
}

a.page-numbers:nth-of-type(3n + 2):after {
	box-shadow: 0 0 0 3px #333333;
}

a.page-numbers:nth-of-type(3n + 3):after {
	box-shadow: 0 0 0 3px #333333;
}

a .page-numbers:not(.page-prev-next):hover,
a.page-numbers:nth-of-type(3n + 1):hover {
	background: #9da5a0;
}
a.page-numbers:nth-of-type(3n + 2):hover {
	background: #9da5a0;
}
a.page-numbers:nth-of-type(3n + 3):hover {
	background: #9da5a0;
}

a .page-numbers:not(.page-prev-next):hover:after,
a.page-numbers:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* □■-----------------------------------------------------
/ 『目次』
-----------------------------------------------------■□ */
.toc-title {
	color: #e9e9e9;
	border-radius: 2px;
	font-size: 120%;
	background-color: #333333;
}
.toc a {
	color: #333333;
}

.toc-content ul li a:hover,
.toc-content ol li a:hover {
	background-color: #9da5a0;
}

.toc a:hover {
	text-decoration: none;
}

.article .toc {
	margin: 15px auto;
	min-width: 60%;
	position: relative;
	border: none;
}

.toc-content {
	color: #333333;
	margin: 1px 0;
	padding: 0.2em 1.2em;
	border-radius: 4px;
	border: 2px solid #333333;
}

.toc ul.toc-list > li > a,
.toc ol.toc-list > li > a {
	font-weight: bold;
}

.toc ul,
.toc ol {
	margin: 0px 0px 0px 4px;
}

/* □■-----------------------------------------------------
/ 『アイコンボックス』
-----------------------------------------------------■□ */
.is-style-information-box,
.information-box,
.information {
	background: rgba(51, 51, 51, 0.1);
	border-color: #333333;
}

.is-style-information-box::before,
.information-box::before,
.information::before {
	color: #4fc3f7;
	border: #4fc3f7;
}

.is-style-question-box,
.question-box,
.question {
	background: rgba(51, 51, 51, 0.1);
	border-color: #333333;
}

.is-style-question-box::before,
.question-box::before,
.question::before {
	color: #ffca28;
	border: #ffca28;
}

.is-style-alert-box,
.alert-box,
.alert {
	background: rgba(51, 51, 51, 0.1);
	border-color: #333333;
}

.is-style-alert-box::before,
.alert-box::before,
.alert::before {
	color: #ff7043;
	border: #ff7043;
}

.is-style-memo-box,
.memo-box {
	background: rgba(51, 51, 51, 0.1);
	border-color: #333333;
}

.is-style-memo-box::before,
.memo-box::before {
	color: #333;
	border: #333;
}

.is-style-comment-box,
.comment-box {
	background: rgba(51, 51, 51, 0.1);
	border-color: #333333;
}

.is-style-comment-box::before,
.comment-box::before {
	color: #90a4ae;
	border: #90a4ae;
}

.is-style-profile-box,
.profile-box {
	background: rgba(51, 51, 51, 0.1);
	border-color: #333333;
}

.is-style-profile-box::before,
.profile-box::before {
	color: #7986cb;
	border: #7986cb;
}

.is-style-ok-box,
.ok-box {
	background: rgba(51, 51, 51, 0.1);
	border-color: #333333;
}

.is-style-ok-box::before,
.ok-box::before {
	color: #26c6da;
	border: #26c6da;
}

.is-style-ng-box,
.ng-box {
	background: rgba(51, 51, 51, 0.1);
	border-color: #333333;
}

.is-style-ng-box::before,
.ng-box::before {
	color: #ef5350;
	border: #ef5350;
}

.is-style-good-box,
.good-box {
	background: rgba(51, 51, 51, 0.1);
	border-color: #333333;
}

.is-style-good-box::before,
.good-box::before {
	color: #4db6ac;
	border: #4db6ac;
}

.is-style-bad-box,
.bad-box {
	background: rgba(51, 51, 51, 0.1);
	border-color: #333333;
}

.is-style-bad-box::before,
.bad-box::before {
	color: #ee6e73;
	border: #ee6e73;
}

/* □■-----------------------------------------------------
/ 『引用』
-----------------------------------------------------■□ */
blockquote {
	position: relative;
	padding: 35px 15px 10px 15px;
	box-sizing: border-box;
	font-style: italic;
	background: #e9e9e9;
	color: #555555;
	border-left: 4px solid #333333;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 15px;
	content: "\f10d";
	font-family: FontAwesome;
	color: #333333;
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
}

blockquote::after{
	display: none;
}

blockquote p {
	padding: 0;
	margin: 7px 0;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #333333;
	font-size: 0.9em;
}

/* blockquote {
	position: relative;
	padding: 7px 16px;
	box-sizing: border-box;
	font-style: italic;
	color: #464646;
	border: solid 3px #9da5a0;
	border-radius: 6px;
	background-color: rgba(8, 140, 192, 0.06);
	margin: 1.4em 0.5em;
}
blockquote:before {
	display: inline-block;
	position: absolute;
	top: -20px;
	left: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	content: "\f10d";
	font-family: FontAwesome;
	background: #9da5a0;
	color: #333333;
	font-size: 22px;
	font-weight: 900;
}
blockquote:after {
	display: inline-block;
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	content: "\f10e";
	font-family: FontAwesome;
	background: #9da5a0;
	color: #333333;
	font-size: 22px;
	font-weight: 900;
}
blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
} */

/* □■-----------------------------------------------------
/ 『カレンダー』
-----------------------------------------------------■□ */
.wp-calendar-table th:nth-of-type(1) {
	background-color: #333;
}

.wp-calendar-table th:nth-of-type(2) {
	background-color: #333;
}

.wp-calendar-table th:nth-of-type(3) {
	background-color: #333;
}

.wp-calendar-table th:nth-of-type(4) {
	background-color: #333;
}

.wp-calendar-table th:nth-of-type(5) {
	background-color: #333;
}

.wp-calendar-table th:nth-of-type(6) {
	background-color: #333;
}

.wp-calendar-table th:nth-of-type(7) {
	background-color: #333;
}

/* □■-----------------------------------------------------
/ 『テーブル』
-----------------------------------------------------■□ */
table th,
table td,
.scrollable-table th,
.scrollable-table td {
	border: solid 1px #333333;
}

table th,
.scrollable-table th {
	background-color: #333333;
	color: #ffffff;
}

table tr:nth-of-type(2n + 1) {
	background-color: #efefef;
}

table tr:nth-of-type(2n) {
	background-color: #f0f0f0;
}

/* □■-----------------------------------------------------
/ 『モバイルメニュー』
-----------------------------------------------------■□ */
/* .mobile-header-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 1),
.mobile-footer-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 1) {
	background-color: #e9e9e9;
	color: #333333;
}
.mobile-header-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 2),
.mobile-footer-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 2) {
	background-color: #e9e9e9;
	color: #333333;
}
.mobile-header-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 3),
.mobile-footer-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 3) {
	background-color: #e9e9e9;
	color: #333333;
} */
.mobile-header-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 1) {
	background-color: #333333;
	color: #e9e9e9;
}
.mobile-header-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 2) {
	background-color: #e9e9e9;
	color: #333333;
}
.mobile-header-menu-buttons.mobile-menu-buttons > li:nth-of-type(3n + 3) {
	background-color: #333333;
	color: #e9e9e9;
}
.mobile-footer-menu-buttons.mobile-menu-buttons > li {
	background-color: #e9e9e9;
	color: #333333;
}

.menu-drawer a {
	background-color: #333333;
	color: #e9e9e9;
	border-bottom: 1px solid #222222;
	margin-bottom: 2px;
}

.fa-close {
	position: relative;
}

.fa-close:before {
	opacity: 0;
}

.fa-close:after {
	position: absolute;
	font-size: 60%;
	background-color: #333333;
	color: #e9e9e9;
	padding: 6px;
	content: "Close";
	border-radius: 4px;
	left: calc(-70%);
}

/* □■-----------------------------------------------------
/ 『モバイル用送信系ボタン』
-----------------------------------------------------■□ */
@media screen and (max-width: 480px) {
	.pagination-next-link,
	.comment-btn,
	.container input[type="submit"] {
		width: 80%;
	}
}

/* □■-----------------------------------------------------
/ 『TOPへ戻る』ボタン
-----------------------------------------------------■□ */
.go-to-top-button {
	background-color: #333333;
	color: #e9e9e9;
}

/* □■-----------------------------------------------------
/ 『フッター』
-----------------------------------------------------■□ */
.footer-bottom.fnm-text-width .menu-footer li a:hover {
	background: none;
	background-color: #9da5a0;
	color: #e9e9e9;
}

/* .footer {
	background-color: #7acbd1;
	background-image: linear-gradient(
			45deg,
			#c9e5d9 0%,
			#c9e5d9 57%,
			#88b2a0 58%,
			transparent 0
		),
		linear-gradient(-25deg, #50a8b0 0%, #50a8b0 37%, #32757b 38%, transparent 0);
	box-shadow: -6px -8px 6px -1px rgba(0, 0, 0, 0.24),
		-6px -6px 10px -3px rgba(0, 0, 0, 0.18);
} */

/* □■-----------------------------------------------------
/ 『プロフィール』
-----------------------------------------------------■□ */
.author-box {
	border: 2px solid #333333;
	color: #333333;
}

.author-thumb img {
	border: 3px solid #333333;
}

/* □■-----------------------------------------------------
/ 『プロフィールのSNSボタン』
-----------------------------------------------------■□ */
.author-box .sns-follow-buttons a.follow-button {
	border-radius: 50%;
	font-size: 22px;
	width: 30px;
	height: 30px;
	line-height: 1.5;
	margin-right: 6px;
	margin-top: 4px;
	position: relative;
	-webkit-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	transition: background 0.4s, color 0.4s;
}

.author-box .sns-follow-buttons a.follow-button:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -3px;
	left: -3px;
	padding: 3px;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-webkit-transform: scale(0.8);
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: transform 0.4s, opacity 0.2s;
	transform: scale(0.8);
	opacity: 0;
}

.author-box .sns-follow-buttons a.follow-button:hover {
	color: #e9e9e9 !important;
}

.author-box .sns-follow-buttons a.follow-button:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* ■ twitter ■ */
.author-box .x-corp-button {
	border: 1px solid var(--cocoon-twitter-color) !important;
	color: var(--cocoon-twitter-color) !important;
}
.author-box .x-corp-button:after {
	box-shadow: 0 0 0 2px var(--cocoon-twitter-color);
}
.author-box .x-corp-button:hover {
	background-color: var(--cocoon-twitter-color) !important;
}

/* ■ feedly ■ */
.author-box .feedly-button {
	border: 1px solid #2bb24c !important;
	color: #2bb24c !important;
}
.author-box .feedly-button:after {
	box-shadow: 0 0 0 2px #2bb24c;
}
.author-box .feedly-button:hover {
	background-color: #2bb24c !important;
}

/* ■ rss ■ */
.author-box .rss-button {
	border: 1px solid #f26522 !important;
	color: #f26522 !important;
}
.author-box .rss-button:after {
	box-shadow: 0 0 0 2px #f26522;
}
.author-box .rss-button:hover {
	background-color: #f26522 !important;
}

/* ■ facebook ■ */
.author-box .facebook-button {
	border: 1px solid #3b5998 !important;
	color: #3b5998 !important;
}
.author-box .facebook-button:after {
	box-shadow: 0 0 0 2px #3b5998;
}
.author-box .facebook-button:hover {
	background-color: #3b5998 !important;
}

/* ■ line ■ */
.author-box .line-button {
	border: 1px solid #00c300 !important;
	color: #00c300 !important;
}
.author-box .line-button:after {
	box-shadow: 0 0 0 2px #00c300;
}
.author-box .line-button:hover {
	background-color: #00c300 !important;
}

/* ■ instagram ■ */
.author-box .instagram-button {
	border: 1px solid #e1306c !important;
	color: #e1306c !important;
}
.author-box .instagram-button:after {
	box-shadow: 0 0 0 2px #e1306c;
}
.author-box .instagram-button:hover {
	background-color: #e1306c !important;
}

/* ■ youtube ■ */
.author-box .youtube-button {
	border: 1px solid #ef1515 !important;
	color: #ef1515 !important;
}
.author-box .youtube-button:after {
	box-shadow: 0 0 0 2px #ef1515;
}
.author-box .youtube-button:hover {
	background-color: #ef1515 !important;
}

/* ■ pinterest ■ */
.author-box .pinterest-button {
	border: 1px solid #bd081c !important;
	color: #bd081c !important;
}
.author-box .pinterest-button:after {
	box-shadow: 0 0 0 2px #bd081c;
}
.author-box .pinterest-button:hover {
	background-color: #bd081c !important;
}

/* ■ note ■ */
.author-box .note-button {
	border: 1px solid #41c9b4 !important;
	color: #41c9b4 !important;
}
.author-box .note-button:after {
	box-shadow: 0 0 0 2px #41c9b4;
}
.author-box .note-button:hover {
	background-color: #41c9b4 !important;
}

/* ■ hatebu ■ */
.author-box .hatebu-button {
	border: 1px solid #2c6ebd !important;
	color: #2c6ebd !important;
}
.author-box .hatebu-button:after {
	box-shadow: 0 0 0 2px #2c6ebd;
}
.author-box .hatebu-button:hover {
	background-color: #2c6ebd !important;
}

/* ■ website ■ */
.author-box .website-button {
	border: 1px solid #47555c !important;
	color: #47555c !important;
}
.author-box .website-button:after {
	box-shadow: 0 0 0 2px #47555c;
}
.author-box .website-button:hover {
	background-color: #47555c !important;
}

/* ■ google-plus ■ */
.author-box .google-plus-button {
	border: 1px solid #dd4b39 !important;
	color: #dd4b39 !important;
}
.author-box .google-plus-button:after {
	box-shadow: 0 0 0 2px #dd4b39;
}
.author-box .google-plus-button:hover {
	background-color: #dd4b39 !important;
}

/* ■ linkedin ■ */
.author-box .linkedin-button {
	border: 1px solid #0077b5 !important;
	color: #0077b5 !important;
}
.author-box .linkedin-button:after {
	box-shadow: 0 0 0 2px #0077b5;
}
.author-box .linkedin-button:hover {
	background-color: #0077b5 !important;
}

/* ■ flickr ■ */
.author-box .flickr-button {
	border: 1px solid #0063dc !important;
	color: #0063dc !important;
}
.author-box .flickr-button:after {
	box-shadow: 0 0 0 2px #0063dc;
}
.author-box .flickr-button:hover {
	background-color: #0063dc !important;
}

/* ■ amazon ■ */
.author-box .amazon-button {
	border: 1px solid #ff9900 !important;
	color: #ff9900 !important;
}
.author-box .amazon-button:after {
	box-shadow: 0 0 0 2px #ff9900;
}
.author-box .amazon-button:hover {
	background-color: #ff9900 !important;
}

/* ■ rakuten-room ■ */
.author-box .rakuten-room-button {
	border: 1px solid #c42e7f !important;
	color: #c42e7f !important;
}
.author-box .rakuten-room-button:after {
	box-shadow: 0 0 0 2px #c42e7f;
}
.author-box .rakuten-room-button:hover {
	background-color: #c42e7f !important;
}

/* ■ slack ■ */
.author-box .slack-button {
	border: 1px solid #e01563 !important;
	color: #e01563 !important;
}
.author-box .slack-button:after {
	box-shadow: 0 0 0 2px #e01563;
}
.author-box .slack-button:hover {
	background-color: #e01563 !important;
}

/* ■ github ■ */
.author-box .github-button {
	border: 1px solid #333 !important;
	color: #333 !important;
}
.author-box .github-button:after {
	box-shadow: 0 0 0 2px #333;
}
.author-box .github-button:hover {
	background-color: #333 !important;
}

/* ■ codepen ■ */
.author-box .codepen-button {
	border: 1px solid #333 !important;
	color: #333 !important;
}
.author-box .codepen-button:after {
	box-shadow: 0 0 0 2px #333;
}
.author-box .codepen-button:hover {
	background-color: #333 !important;
}

/* ■ soundcloud ■ */
.author-box .soundcloud-button {
	border: 1px solid #ff8800 !important;
	color: #ff8800 !important;
}
.author-box .soundcloud-button:after {
	box-shadow: 0 0 0 2px #ff8800;
}
.author-box .soundcloud-button:hover {
	background-color: #ff8800 !important;
}

/* ■ pocket ■ */
.author-box .pocket-button {
	border: 1px solid #ef4056 !important;
	color: #ef4056 !important;
}
.author-box .pocket-button:after {
	box-shadow: 0 0 0 2px #ef4056;
}
.author-box .pocket-button:hover {
	background-color: #ef4056 !important;
}

/* ■ Font Awesome5用 ■ */
.font-awesome-5 blockquote::before,
.font-awesome-5 blockquote::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* ■ カテゴリーリスト ■ */
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
	padding-left: 7px;
	padding-right: 7px;
}
