/* <system section="theme" selected="26006613666884710"> */
/* Responsive: yes */
@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/* はてなブログ独自仕様 */
#globalheader-container {
	background-color: #fff;
	color: #08131a;
}

/* オリジナル */
h1, h2, h3, h4, h5, h6, div, p, ul, li, a, cite {
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	word-break: break-all;
}

html {
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	color: #08131a;
	background-color: #fff;
}

a {
	color: #42a6ff;
	text-decoration: none;
}

a:hover {
	color: #b4ddff;
}

a.keyword {
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.table-of-contents li a {
	color: #08131a;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.table-of-contents li a:hover {
	color: #08131a;
}

/* container */
#container,
#footer {
	width: 620px;
	margin: 0 auto;
}

#blog-title {
	width: 600px;
	margin-top: 10px;
	position: absolute;
	left: 2rem;
	transform: scale(0.3, 0.3);
	transform-origin: left top;
}

#wrapper {
	margin-bottom: 4rem;
	margin-top: 10px;
}

/* 記事ヘッダー */
.entry {
	margin-bottom: 4rem;
}

.entry-header {
	margin-bottom: 3rem;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: repeat(auto-fill, minmax(10px, 1fr));
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.entry-date a,
.entry-categories a {
	color: #a7abad;
}

.entry-date a:hover,
.entry-categories a:hover {
	color: #a7abad;
}

.entry-date {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	font-size: 0.9rem;
}

.entry-title {
	margin-bottom: 10px;
	grid-column: 1 / 4;
	grid-row: 1 / 2;
	font-size: 2.2rem;
	line-height: 1.2;
}

.entry-categories {
	margin-left: 5px;
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	font-size: 0.9rem;
}

.entry-header-menu {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
	font-size: 0.9rem;
}

.page-index .entry-date,
.page-index .entry-categories {
	display: none;
}

.page-index .entry-title {
	margin-bottom: 0;
}

.page-index .entry-header-menu {
	grid-column: 1 / 3;
}

/* 記事書式 */
.entry-content {
	font-size: 1.1rem;
	margin-bottom: 3rem;
}

.entry-content img,
.entry-content video {
	max-width: 100%;
	height: auto;
}

.entry-content h2 {
	margin-top: 6rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 1.4;
}

.entry-content h3 {
	margin-top: 2rem;
	margin-bottom: 1.8rem;
	font-size: 1.7rem;
	line-height: 1.4;
}

.entry-content h4 {
	margin-bottom: 1.6rem;
	font-size: 1.4rem;
	line-height: 1.4;
}

.entry-content h2:first-of-type {
	margin-top: 0rem;
}

.entry-content p,
.entry-content ul,
.entry-content table {
	margin-bottom: 2.25rem;
}

.entry-content p {
	line-height: 2.25;
}

.entry-content p:first-child > span img {
	margin-bottom: 3rem;
	line-height: 1;
}

.entry-content p:has(iframe) {
	line-height: 1;
}

.entry-content ul li {
	margin-left: 2rem;
	line-height: 2.25;
	list-style: outside disc;
}

.entry-content ul li ul {
	margin: 10px 0 0 1em !important;
	padding: 0 !important;
}

.entry-content p img,
.entry-content figure img {
	display: block;
	margin: 0 auto;
}

.entry-content figure figcaption,
.entry-content cite.hatena-citation {
	margin-top: 6px;
	color: #646c70;
	opacity: 1;
}

.embed-card,
.embed-webcard {
	margin: 0 !important;
	max-width: 100% !important;;
}

.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	display: block;
	overflow-x: scroll;
}

.entry-content table th {
	text-align: center;
	padding: 10px;
	border: 1px solid #d1d6da;
	background-color: #d1d6da;
}

.entry-content table td {
	padding: 10px;
	border: 1px solid #d1d6da;
}




/* ソースコード */
.entry-content pre,
.entry-content code {
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content pre {
	background: #f5f5f5;
	border: none;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	line-height: 1.3;
	font-size: .8rem;
	padding: 10px;
}

.entry-content pre>code {
	margin: 0;
	padding: 0;
	white-space: pre;
	border: none;
	background-color: transparent;
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content code {
	font-size: 90%;
	margin: 0 2px;
	padding: 0px 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
}

.entry-content hr {
	width: 50%;
	border: 0;
	border: none;
	border-top: 1px solid #ddd;
	margin: 2em auto;
}

/* code boxの見た目 */
/*code-lineクラスの数でカウント*/
.code-line {
	counter-increment: linenumber;
}

/*行番号を擬似要素として表示*/
.code-line::before {
	content: counter(linenumber);
	display:inline-block;
	color: #ccc;
	text-align: right;
	width: 35px;
	padding: 0 15px 0 0;
}

/*コードブロックに言語名を表示*/
pre.code:before {
	width: 100%;
	box-sizing: border-box;
	content: attr(data-lang);
	display: inline-block;
	background: #545454;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-radius: 6px 6px 0 0;
	position: absolute;
	margin-left: -10px;
	margin-top: -3rem;
}

pre.code {
	position: relative;
	padding-top: 3rem !important;
	border-radius: 6px 6px 0 0;
}

/*Monokai*/
.entry-content pre.code {
	background-color: #272822;      /*背景色*/
	color: #F8F8F2;                 /*テキスト*/
}

.synComment { color: #75715E }      /*コメント*/
.synSpecial { color: #E6DB74 }      /*特殊文字*/
.synType { color: #66D9EF }         /*型*/
.synPreProc { color: #F92672 }      /*プリプロセッサ*/
.synStatement { color: #F92672 }    /*ステートメント*/
.synIdentifier { color: #F8F8F2 }   /*識別子*/
.synConstant { color: #AE81FF }     /*定数*/




/* 記事フッター */
.entry-footer .social-buttons {
	margin-bottom: 3rem;
}

.entry-footer-section {
	color: #999;
	font-size: .9rem;
	display: none;
}

.entry-footer-section a {
	color: #999;
}

/* コメント */
.comment-box {
	margin: 1em 0;
	display: none;
}

.comment-box .comment {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.7;
	font-size: .85rem;
}

.comment-box .entry-comment {
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.comment-box .entry-comment:first-child {
	border-top: 1px solid #ddd;
}

.comment-box .read-more-comments {
	padding: 10px 0;
}

.comment-box .hatena-id-icon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px !important;
	height: 50px !important;
	border-radius: 3px;
}

.comment-user-name {
	margin: 0 0 .4em 0;
	font-weight: bold;
}

.comment-content {
	margin: 0 0 .4em 0;
	word-wrap: break-word;
	color: #454545;
	font-size: .85rem;
}

.comment-content p {
	margin: 0 0 .6em 0;
}

.comment-metadata {
	color: #999;
	margin: 0;
	font-size: .8rem;
}

.comment-metadata a {
	color: #999;
}

.leave-comment-title {
	padding: .6em 1em;
	font-size: .85rem;
	border: 1px solid #ddd;
}

/* 関連記事 */
.urllist-date-link {
	margin-bottom: 5px;
}
.urllist-entry-body {
	display: none;
}

/* Pager */
.pager,
.pager-permalink,
.permalink {
	display: flex;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1rem 0;
}

.pager span {
	position: relative;
	flex: 1;
	padding: 0 2rem;
	word-wrap: break-word;
	width: 50px;
}

.pager span:first-of-type::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}

.pager span:nth-of-type(1)::before {
	content: "\e5e0";
	font-family: "Material Icons";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 1rem;
	height: 1rem;
	color: #83898c;
}

.pager span:nth-of-type(2)::before {
	content: "\e5e1";
	font-family: "Material Icons";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 1rem;
	height: 1rem;
	color: #83898c;
}

.pager .pager-arrow {
	display: none;
}

/* サイドバーモジュール */
.hatena-module {
	margin-bottom: 3rem;
}

.hatena-module-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

.hatena-module-title a {
	color: #454545;
	text-decoration: none;
}

.hatena-module-title a:hover {
	text-decoration: underline;
}

/* Profile module */
.hatena-module-profile {
	position: absolute;
	top: 150px;
	left: 2rem;
	width: 180px;
}

.hatena-module-profile hatena-module-title {
	display: none;
}

.hatena-module-profile .profile-icon {
	float: left;
	margin: 0 10px 10px 0;
	border-radius:50%;
}

.hatena-module-profile .id,
.hatena-module-profile .profile-description,
.hatena-follow-button-box {
	display: block;
	margin-bottom: 10px;
}

.hatena-module-profile .profile-description {
	font-size: 0.9rem;
	color: #646c70;
}

.hatena-follow-button-box .btn-twitter {
	padding: 10px 14px;
	border-radius: 12px;
}


/* urllist module */
.hatena-urllist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hatena-urllist li {
	padding: .5em 0;
}

.hatena-urllist li:last-child {
	padding-bottom: 0;
}

.hatena-urllist li a {
	text-decoration: none;
}

.hatena-urllist li a:hover {
	text-decoration: underline;
}

.hatena-urllist .urllist-category-link {
	font-size: .7rem;
	padding: .1em .3em;
}

.hatena-urllist .urllist-date-link a {
	color: #999;
}

.hatena-urllist .urllist-entry-body {
	margin-top: .3em;
}

/* Search module */
.hatena-module-search-box .search-form {
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hatena-module-search-box .search-module-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	padding: 5px;
	color: #454545;
	background: none;
	border: none;
	outline: none;
	height: 20px;
}

.hatena-module-search-box .search-module-button {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
	background-size: 20px 20px;
	border: none;
	outline: none;
	color: transparent;
	overflow: hidden;
	opacity: .5;
	cursor: pointer;
}

.hatena-module-search-box .search-module-button:hover {
	opacity: .85;
}

/* 最近の投稿からトップを除外 */
.recent-entries li:first-child {
	display: none;
}

/* About ページ */
.page-about .entry-content dt {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: .5em;
}

.page-about .entry-content dd {
	margin-left: 0;
	margin-bottom: 2em;
}

/* Archive */
.page-archive .archive-entry {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	margin-bottom: 3rem;
	line-height: 1.3;
}

.page-archive .archive-entry-header {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.page-archive .categories {
	display: none;
}

.page-archive .archive-header-category {
	text-align: center;
}

.page-archive .entry-thumb {
	margin-right: 0;
	float: none;
}

.page-archive .archive-entry-body {
	margin-left: 10px;
}

.page-archive .entry-description {
	font-size: .85rem;
	line-height: 1.2;
}

.page-archive .social-buttons {
	display: none;
}

/* footer */
#footer {
	margin-top: 2em;
	padding-bottom: 2rem;
	text-align: center;
	font-size: .8rem;
	color: #999;
}

#footer a {
	color: #999;
}

#footer p {
	margin: .5em auto;
}

/* もくじ */
ul.table-of-contents {
	margin: 0 0 3rem 0 !important;
	padding: 1rem !important;
	background: #f5f8fa;
}

ul.table-of-contents::before {
	content: "もくじ";
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #333;
}

ul.table-of-contents li {
	margin-left: 0;
	padding-bottom: 10px;
	line-height: 1.6;
	list-style: none;
}

ul.table-of-contents li:last-child {
	padding-bottom: 0px;
}

/* Amazon Associate カード */
.aq {
	display: grid;
	grid-template-columns: 30% auto;
	grid-template-rows: auto auto 1fr;
	max-width: 100%;
	margin-bottom: 1rem;
	margin-block-end: 2.25rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding: 12px;
	word-break: break-all;
}

.aq-image {
	grid-column: 1 / 2;
	grid-row: 1 / 4;
	margin-right: 1rem;
}

.aq-title {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	font-weight: bold;
	margin-bottom: 10px;
}

.aq-feature {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	font-size: 0.8rem;
}

.aq-button {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	align-self: end;
	font-size: 0.8rem;
}

.aq-button a {
	display: block;
	width: 100%;
	color: #232f3e;
	background-color: #fedb69;
	margin-top: 1rem;
	padding: 12px;
	border-radius: 8px;
	text-align: center;
}

/* オリジナルブログカード */
figure.blogcard {
	display: block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: 1px solid #646c70;
	border-radius: 12px;
	background: white;
	box-sizing:border-box;
	overflow: hidden;
	transition: .3s;
}

figure.blogcard:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}

figure.blogcard a {
	color: #08131a;
	text-decoration: none;
}

figure.blogcard p img {
	border: 0px;
	box-sizing:border-box;
}

figure.blogcard p {
	margin: 0;
	padding: 0 0.5rem;
	line-height: 1.6;
}

figure.blogcard p:first-child {
	margin-bottom: 0.5rem;
	padding: 0;
}

figure.blogcard p:last-child {
	margin-bottom: 0.5rem;
}

/* プロフ内の「このブログについて」を非表示 */
div.profile-about {
	display: none;
}

/* gist */
.gist {
	margin-bottom: 2rem;
	color: #08131a !important;
}
.gist table tr {
	background-color: rgba(220,220,220,0.2) !important;
}

body .gist .blob-num,
body .gist .blob-code {
	padding: 0 1rem !important;
}

.gist .highlight {
	width: 100% !important;
	background: none !important;
}

.gist .highlight tr td,
.gist .highlight tr td span {
	font-size: 1rem !important;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
}

.gist tr:last-child td {}


/* 吹き出し */
.entry-content .fukidasi {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  margin: 1.2em 0 1.5em auto;
  padding: 1em;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  background-color: #fff;
  z-index: 1;
}

.entry-content .fukidasi::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  z-index: 2;  left: -7px;
  transform: rotate(135deg);
}

.entry-content .fukidasi::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -6px;
  left: -77px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
  box-sizing: border-box;
}

@media screen and (min-width: 478px) {
  .entry-content .fukidasi::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .fukidasi {
    width: calc(100% - 106px);
  }
  .entry-content .fukidasi::after {
    left: -106px;
  }
}

.sunoho::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sunoho/20250307/20250307180656.png);}
.ricca::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sunoho/20240212/20240212141016.jpg);}
.juri::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sunoho/20240212/20240212141018.jpg);}
.koko::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sunoho/20240212/20240212141013.jpg);}
.caster1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sunoho/20250307/20250307180909.png);}
.caster2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sunoho/20250307/20250307180913.png);}

@media (max-width: 1080px) {
body {
	padding: 0 1rem;
}
#wrapper {
	padding-top: 0;
}
#container,
#footer {
	width: 100%;
	margin: 0;
}
#blog-title {
	display: none;
}
.hatena-module-profile {
	position: relative;
	top: auto;
	left: 0;
	width: auto;
}
}
/* </system> */

#ad-in-entry {
margin-bottom: 2.25rem;
}