/* <system section="theme" selected="6802418398444785300"> */
@charset "UTF-8";
/*
  Theme: Monochrome
  Author: haneko873
  Responsive: yes
  Description:
    はてなブログのデザインテーマMonochromeのCSS。
    モノトーン調のシンプルなデザインを追求。個人用。
*/
html{box-sizing:border-box;}
*,:after,:before{box-sizing:inherit}
body {font-size:100%;font-family: 'Arial','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI',YuGothic,'Yu Gothic',sans-serif;  
margin:0 0 0 0;padding:0 0 0 0;color:#373737;
background-color: #fff;
}

::selection {background:#dcdcdc;color:#373737;}
::-moz-selection {background:#dcdcdc;color:#373737;}
a {outline:none;color:#333;text-decoration:none;
-webkit-transition: All 0.2s ease;-moz-transition: All 0.2s ease;-o-transition: All 0.2s ease;-ms-transition: All 0.2s ease;transition: All 0.2s ease;}
a:hover {color:#333;}
a img,img{border:0px;vertical-align:bottom;}
p{line-height:1.8;}
h1,h2,h3,h4,h5,h6{margin:0 0 0 0;padding:0 0 0 0;font-size:100%;}
p:first-child,
ul:first-child,
ol:first-child,
li:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child,
li:last-child{
	margin-bottom: 0;
}


/* はてなグローバルヘッダー */
#globalheader-container{background:#373737;color:#fff;}


/* タイトル */
#blog-title{width:100%;height:200px;overflow:hidden;display:table;margin:0 0 0rem 0;background:#373737;color:#fff;}
#blog-title #blog-title-inner{display:table-cell;text-align:center;vertical-align:middle;}
#blog-title #title a{font-size:24px;font-weight:700;line-height:1;color:#fff;letter-spacing:0.15em;}
#blog-description {font-weight:400;text-align: center;margin: .5em;color: #fff;}

/* ヘッダー */
#top-editarea{width:100%;margin:0 auto 2rem auto;}

/* 全体レイアウト  */
#content {
  width: 95%;
  margin: 2rem auto;
  padding: 1.5rem 1rem;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

#content-inner {
  display: flex;
  flex-direction: column; /* スマホでは縦並び */
}

/* メイン記事エリア */
#wrapper {
  width: 100%;
  order: 1; /* メインを先に表示 */
}

/* サイドバー */
#box2 {
  width: 100%;
  margin-top: 2rem;
  order: 2;
}

/*  PC用の2カラム  */
@media screen and (min-width: 768px) {
  #content-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }

  #wrapper {
    width: 70%; /* 記事部分 */
  }

  #box2 {
    width: 28%; /* サイドバー */
    margin-top: 0;
  }
}

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office
Customized by minimalgreen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.drawer_menu a {
	color: inherit;
	text-decoration: none;
}

.drawer_menu a:visited {
	color: inherit;
}


/* PC用ナビゲーション */

.drawer_menu .drawer_nav_wrapper {
	transform: translate(0);
	width: 100%;
	height: 50px;
	/* PC用メニュー高さ */
	position: relative;
	top: auto;
	right: auto;
	z-index: 100;
	background-color: #f5f5f5;
	/* PC用メニュー背景色 */
}

.drawer_menu .drawer_nav {
	max-width: 1000px;
	/* コンテンツ幅に合わせる */
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li {
	font-size: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	/* PC用メニュー高さ */
	line-height: 50px;
	/* PC用メニュー高さ */
	background-color: #f5f5f5;
	/* PC用メニューボタン背景色 */
	text-align: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li:hover {
	background-color: #999;
	/* PC用メニューボタンマウスオーバー背景色 */
}

.drawer_menu .drawer_nav li a {
	color: #373737;
	/* PC用メニューボタン文字色 */
}


/* PC非表示 */

@media screen and (min-width:1001px) {
	.pc-hidden {
		display: none;
		text-align: center;
	}
}

@media screen and (min-width: 1001px) {

	/* ドロップダウンメニュー2階層目 */
	.drawer_menu .drawer_nav li ul.second-level {
		visibility: hidden;
		list-style-type: none;
		position: absolute;
		z-index: -1;
		top: 0;
		margin: 0;
		padding-left: 0;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level {
		visibility: visible;
		z-index: 1;
		top: 50px;
		/* PC用メニューの高さに合わせる */
		transition: all .3s;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li {
		width: 200px;
		/* ドロップダウンメニューボタン横幅 */
		height: 50px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li a {
		display: block;
		background-color: #f5f5f5;
		/* ドロップダウンメニューの文字の背景色 */
		color: #373737;
		/* ドロップダウンメニューの文字色 */
		font-size: 100%;
		text-decoration: none;
		line-height: 50px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
		background-color: #999;
		/* ドロップダウンメニューマウスホバー背景色 */
	}

	.touch-btn {
		color: #fff;
		margin-left: 5px;
	}
}


/*+++ Default Button Color +++*/

.drawer_menu .drawer_button {
	color: #fff;
	/* ハンバーガーメニュー文字色 */
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #fff;
	/* ハンバーガーメニュー三本線の色 */
}


/* 1000px以下 */

@media screen and (max-width: 1000px) {
	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(51, 51, 51, 0.5);
		display: none;
		top: 0;
		left: 0;
	}

	.drawer_menu .drawer_button {
		display: block;
		background-color: #373737;
        color: #fff;
		border: none;
		padding: 5px;
		width: 50px;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 1001;
		text-align: center;
		outline: none;
	}

	.drawer_menu .drawer_button.active .drawer_bar {
		width: 40px;
	}

	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(30deg);
	}

	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}

	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-30deg);
	}

	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}

	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}

	.drawer_menu .drawer_bar {
		display: block;
		height: 2px;
		margin: 8px 2px;
		transition: all 0.2s;
		transform-origin: 0 0;
	}

	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 10px;
	}

	.drawer_menu .drawer_close {
		letter-spacing: 0.08em;
		display: none;
	}

	.drawer_menu .drawer_menu_text {
		display: block;
	}

	.drawer_menu .drawer_nav_wrapper {
		width: 250px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(250px);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background-color: #373737;
		/* ドロワーメニュー内背景色 */
		overflow-x: hidden;
		overflow-y: auto;
	}

	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 40px;
	}

	.drawer_menu .drawer_nav li {
		background-color: #373737;
		height: auto;
		line-height: 50px;
		/*  ドロワーメニューリスト項目高さ */
		position: relative;
		border-bottom: 1px solid #eee;
	}

	.drawer_menu .drawer_nav li a {
		background-color: #373737;
		/* ドロワーメニューリスト背景色 */
		color: #fff;
		/* ドロワーメニューリスト文字色 */
		display: block;
		text-align: left;
		padding-left: 20px;
	}

	/* スマートフォン2階層目 */
	.drawer_menu .drawer_nav li:hover ul.second-level {
		display: block;
	}

	.drawer_menu .drawer_nav li ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}

	.drawer_menu .drawer_nav li ul.second-level li a {
		padding-left: 40px;
	}

	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}

	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}

	.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.pc-hidden {
		text-align: center;
	}

	.touch-btn {
		color: #555;
		position: absolute;
		top: .25rem;
		right: 2%;
		display: block;
		z-index: 10;
		width: 50px;
		height: 50px;
		text-align: center;
		vertical-align: middle;
	}
}

/*  ウィジェットタイトル */
.drawer-title {
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #555;
	/* ドロワーメニュー内タイトルライン背景色 */
	color: #fff;
}
/* エントリー */
.entry {
    position: relative;
    margin-bottom: 4em;
}

.entry-header {
    padding-bottom: .2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.date {
    margin-bottom: .5em;
    font-size: .8rem;
}

.date a {
    color: #373737;
    text-decoration: none;
}

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

.date a::before {
	font-family: "blogicon";
	content: "\f043";
	margin-right: 2px;
}

.entry-title {
    margin: 0 0 .3em;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .entry-title {
        font-size: 1.6rem;
    }
}

.categories {
    margin-right: 2em;
    margin-bottom: .5em;
    font-size: .9rem;
}

.categories a {
    margin-right: 2em;
    margin-bottom: .5em;
}
.categories a::before{
    margin-right: .3em;
    margin-bottom: .5em;
  font-family: "blogicon";
  content: "\f022";
  color: #373737; /*アイコン色*/
}

/* 「編集する」ボタン */
.entry-header-menu{position:absolute;top:-200px;z-index:2;display:block;width:40px;height:40px;overflow:hidden;background:#fff;line-height:40px;background:#333;}
.entry-header-menu a{color:transparent;position:absolute;}
.entry-header-menu a::before{content:'\f024';font-size:18px;color:#fff;font-family:blogicon;display:block;width:40px;text-align:center;}
.page-entry .entry-header-menu{position:absolute;top:0px;left:95%;}}

.page-index .comment-box,
.page-index .author,
.page-index .entry-footer-time{display:none;}
.page-index .hatena-bookmark-comment-iframe{background:#0ff;position:absolute;top:-9999px;left:-9999px;}
.page-index .hatena-star-container{display:none;}
.page-index .entry-footer{position:absolute;top:0;background:transparent;}
.page-index .google-afc-image{background:transparent;position:absolute;z-index:20;}

.social-buttons{display:none;}
.page-entry .social-buttons{display:block;padding:0 0 0 0;}
.page-entry .entry-footer-html{padding:0 0 0 0;}

/* 記事内の書式 */
.entry-content p {
    font-size: 16px; /*フォントサイズ*/    
    line-height: 1.7; /*行間*/
    margin-bottom: 1.8em; /*段落の余白*/
    letter-spacing: 0.08em; /*文字間*/
}


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

.entry-content a {
  color: #1487bd;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 1em 0 0.8em 0;
}

.entry-content h1 {
    font-size: 1.5rem;
}

.entry-content h2 {
  position: relative;
  padding: 0.8em;
    color: #fff;/*文字色*/
  background: #373737;
  font-size: 1.3rem;
}

.entry-content h3 {
  padding: 0.5em;/*文字周りの余白*/
  color: #373737;/*文字色*/
  border-bottom: solid 5px #373737;/*下線*/
    font-size: 1.1rem;
}

.entry-content h4 {
    font-size: 1rem;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #373737;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #373737;/*左線*/
}

.entry-content h5 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.entry-content h5:before {
  font-family: "blogicon";
  content: "\f029";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #373737; /*アイコン色*/
  font-weight: 900;
}

.entry-content h6 {
    font-size: .8rem;
}
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol{margin:0.2em 0.5em 0.5em 1em;}
.entry-content ol{margin:0 1em 1.5em 0;padding:0 0 0 0;counter-reset:my-counter;list-style:none;}

.entry-content ol li{margin:0 0 0.2em 1rem;padding:0 0 0 0;line-height:1.7;list-style-type:none;position:relative;}

.entry-content ol li:before {
  content:counter(my-counter);counter-increment:my-counter;
  background-color:#373737;color:#fff;font-size:0.8rem;display:inline-block;text-align:center;height:1.5em;width:1.5em;line-height:1.5em;position:relative;top:-0.1em;margin:0 0.4em 0 0;
}
.entry-content ol ol li:before {
  content:counter(my-counter);counter-increment:my-counter;
  background-color:#dcdcdc;color:#fff;font-size:0.8rem;display:inline-block;text-align:center;height:1.5em;width:1.5em;line-height:1.5em;position:relative;top:-0.1em;margin:0 0.4em 0 2em;
}

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
    font-size: .8rem;
}



.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
    font-size: .8rem;
}


.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
    font-size: .8rem;
}

@media (min-width: 992px) {
    .entry-content table {
        font-size: .9rem;
    }
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.entry-content table th {
    background: #f5f5f5;
}

.entry-content blockquote {
  width: 88%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: 0 auto;  /* ← これで中央寄せのはず */
  padding: 20px;
}

.entry-content blockquote p:first-child {
    margin-top: 0;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.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;
    font-size: 100%;
    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: 90%;
    border: 0;
    border: none;
    border-top: 1px solid #ddd;
    margin: 2em auto;
}


/*アイコンフォント使用目次*/

.entry-content .table-of-contents {
    position: relative;
    width: 100%;
    padding: 1em 1em 1em 2em;
    margin-top: 3em;
    margin-left: 0em;
    border: 1px solid #ddd;
    background: #f5f5f5;
}
.entry-content .table-of-contents::after {
    content: "\f039";
    font-family: blogicon;
    display: block;
    font-size: 120%;
    position: absolute;
    line-height: 40px;
    top: 10px;
    left: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    color: #373737;
}

.entry-content .table-of-contents li {
    margin: .2em 0 1em 1.5em;
    list-style-type: decimal;
    line-height: 1.6em;
    font-weight: bold;
}
.entry-content .table-of-contents li ul {
    margin: 0 0 1em .5em;
    padding: 0;
}
.entry-content .table-of-contents li ul li {
    margin: .2em 0 0 1em;
    list-style-type: none;
    font-weight: normal;
    font-size: 100%;
}
.entry-content .table-of-contents li ul li::before {
    content: "\f006";
    font-family: blogicon;
    margin-right: .5em;
    color: #373737;
}
.entry-content .table-of-contents li ul li ul li {
    font-size: 90%;
}
.entry-content .table-of-contents a {
    color: #373737;
    line-height: 1.6em;
}

/* 1枚目の画像だけ全幅にする */
.entry-content img.fullwidth-first-image {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
/* オーソドックスなカード型デザイン  */
.page-archive .archive-entries {
    display: flex;
    flex-wrap: wrap;
}

.page-archive .archive-entries .archive-entry {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 0 5px;
    margin-bottom: 1.5em;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0;
    transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

@media (min-width: 481px) {
    .page-archive .archive-entries .archive-entry {
         width: calc(50% - 10px);
}
    .page-archive .archive-entries .archive-entry:nth-child(odd) {
        margin-right: 20px
    } 
}

.archive-entry-header {
    display: flex;
    flex-direction: column-reverse;
    order: 2;
    padding: 10px 16px 0;
    width: calc(100% - 32px);
}

.page-archive .archive-entries .entry-title {
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.page-archive .entry-title a {
    font-size: 18px;
}

.page-archive .archive-entries .entry-thumb-link {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.page-archive .entry-thumb {
    background-size: cover;
    background-position: 50%;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.page-archive .archive-entries .categories {
    order: 3;
    margin: 0;
    padding: 0 16px;
}

.page-archive .entry-thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    opacity: 0;
    transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover .entry-thumb::before {
    opacity: 1;
}

.archive-entry-body {
    display: none;
}

/* パンくずリスト */
#top-box{width:100%;margin:0 auto;}
.breadcrumb{font-size:1rem;margin-top:2em;}

/* コメント */
.comment-box{position:relative;margin:0 0 2em 0;}
.comment{margin:0 0 0 0;padding:1.5em 0 0 0;}
.comment li{list-style-type:none;overflow:hidden;border-bottom:1px dotted #ccc;margin:0 0 1em 0;}
.comment li .hatena-id-icon{width:64px;height:64px;float:left;border:1px solid #ccc;padding:2px;margin:0 8px 1em 0;}
.comment li .comment-user-name{font-weight:bold;margin:0 0 0 0;}
.comment li .comment-content p{overflow:hidden;padding:0 0 0 0;margin:0 0 1em 0;font-size:0.9rem;}
.comment li .comment-metadata{position:absolute;top:0;right:0;margin:0 0 0 0;padding:0 0 0 0;font-size:0.8rem;font-style:italic;}
.leave-comment-title{display:inline-block;border:1px solid #ccc;border-radius:4px;padding:0em 1em 0.6em 1em;background:#f0f0f0;font-size:0.8rem;}
.leave-comment-title:hover{border:1px solid #666;background:#666;color:#fff;}
.leave-comment-title::before{content:"\f01d";font-family:blogicon;font-size:1.5rem;margin:0 0.2em 0 0;position:relative;top:0.35rem;}
.entry-comment .comment-delete-button img{top:2em;}

.entry-footer-section{text-align:right;font-size:80%;margin:2.5em 0;}

.permalink{position:relative;margin:0 0 2em 0;width:100%;overflow:hidden;}


/* ページャー */
.page-index .pager{width:100%;padding:1em 0;text-align:center;}
.page-index .pager a{display:inline-block;padding:0.5em 1em;border:1px solid #373737;color:#373737;}
.page-index .pager a:hover{background:#373737;color:#fff;}

.page-entry .pager{width:calc(100% - 0rem);padding:1em 0;margin:1rem 0 2rem 0rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
.page-entry .pager span{display:table;width:49%;border:1px solid #373737;}
.page-entry .pager span a{display:table-cell;padding:0 0.5rem;line-height:1.2rem;vertical-align:middle;color:#373737;}
.page-entry .pager span a:hover{background:#373737;color:#fff;}
.page-entry .pager .pager-prev::before, .page-entry .pager .pager-next::after{display:table-cell;vertical-align:middle;font-family:blogicon;background:#373737;color:#fff;width:4rem;height:4rem;text-align:center;}
.page-entry .pager .pager-prev::before{content:'\f005';}
.page-entry .pager .pager-next::after{content:'\f006';}

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


/* サイドバー */
.hatena-module{width:100%;overflow:hidden;margin:0 0 3em 0;font-size:12px;}
.hatena-module-title{background:#373737;color:#fff;font-weight:700;letter-spacing:2px;padding:1em 1em 1em 1em;margin:1em 0em 1em 0em;font-size:1rem;line-height:1;border-bottom: 3px solid #373737;}
.hatena-module-title a{color:#fff;}

 /*　検索 module */  
.search-form{border:3px solid #e0e0e0;position:relative;overflow:hidden;line-height:3rem;}
.search-form:after{content:"\f01a";font-family:blogicon;position:absolute;right:0;height:2rem;width:3rem;text-align:center;font-size:1.5rem;line-height:3rem;}
.search-module-input{border:0px;width:calc(100% - 3rem);height:2rem;font-size:0.9rem;line-height:2rem;padding:0 0.5em;margin: 0 0 0 .3rem}
.search-module-button{background:rgba(255,255,255,0.1);border:0px;color:transparent;position:absolute;right:0;height:2rem;width:3rem;z-index:2;}
.search-module-button:hover{cursor:pointer;}
.search-result-form{height:2.3em;}
.search-result-input{height:2.3em!important;}

 /* 最新記事 module */  
.hatena-urllist{margin:0 0 0 0;padding:0 0 0 0;}
.hatena-urllist li{list-style-type:none;word-break:break-all;}
.urllist-image{margin-bottom:0.8rem!important;}
.urllist-date-link a{font-weight:bold;color:#999;}
.urllist-date-link a:before{content: "\f043"; font-family: blogicon;}
.recent-entries-item{overflow:hidden;margin:0 0 0.8rem 0;border-bottom:1px dotted #e0e0e0;}
.recent-entries-item:last-of-type{margin:0 0 0 0;border-bottom:0px;}

 /* カテゴリ module */    
.hatena-module.hatena-module-category .hatena-module-body {display: none;}
    .hatena-module.hatena-module-category .hatena-module-title{cursor: pointer;}
    .hatena-module.hatena-module-category .hatena-module-title::before{
        content: "";
        cursor: pointer;
        float: right;
        color: #fff;
        width: 10px;
        height: 10px;
        border-left: solid 3px currentColor;
        border-bottom: solid 3px currentColor;
        position: relative;
        transition: all .3s;
        -webkit-transition: all .3s;
        right: 5px;
        top: 11px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .hatena-module.hatena-module-category .hatena-module-title.closed-body::before{
        top: 5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hatena-breadcrumb-plus-toggle-button {
  color: #878787; /* お好みの色コードに変更してください */
}
    
     /* 月別アーカイブ module */    
.hatena-module.hatena-module-archive .hatena-module-body {
        display: none;
    }
.hatena-module.hatena-module-archive .hatena-module-title{
        cursor: pointer;
    }
.hatena-module.hatena-module-archive .hatena-module-title::before{
        content: "";
        cursor: pointer;
        float: right;
        color: #fff;
        width: 10px;
        height: 10px;
        border-left: solid 3px currentColor;
        border-bottom: solid 3px currentColor;
        position: relative;
        transition: all .3s;
        -webkit-transition: all .3s;
        right: 5px;
        top: 11px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
.hatena-module.hatena-module-archive .hatena-module-title.closed-body::before{
        top: 5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* about */
.page-about h2{margin-top:0;}

/* アーカイブ */
.archive-heading{background:#373737;color:#fff;font-weight:700;letter-spacing:2px;padding:1.1em 1em;margin:0 0 1em 0;font-size:1.2rem;line-height:1;position:relative;}

.page-archive .archive-entries{padding:0 0 0 0;}
.page-archive .archive-entry{position:relative;min-height:calc(120px + 1em);padding:0 0 1em 136px;margin:0 0 1em 0;border-bottom:1px solid #ccc;overflow:hidden;}
.page-archive .archive-entry:last-of-type{border-bottom:0px;}
.page-archive .entry-thumb-link{position:absolute;top:0;left:0;}
.page-archive .entry-title{font-size:1.2rem;}
.page-archive .date{font-size:0.8rem;}
.page-archive .categories a{font-size:0.8rem;}
.page-archive .archive-entry-body{font-size:0.9rem;}

/* ******** SNSボタン ******** */
.snsbtns1, .snsbtns2, .snsbtns3, .snsbtns4{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:0 0 1rem 0;position:relative;}
.snsbtns1 a, .snsbtns2 a, .snsbtns3 a, .snsbtns4 a{display:block;width:100%;padding:1em 0;color:#fff;text-align:center;line-height:1;font-size:110%;margin-left:0.2rem;position:relative;overflow:hidden;}
.snsbtns1 a:hover, .snsbtns2 a:hover{box-shadow:0px 2px 3px rgba(0,0,0,0.2);transition: .5s;}
.snsbtns3 a{box-shadow:0px 2px 3px rgba(0,0,0,0.2);text-transform:uppercase;font-weight:700;letter-spacing:0.1rem;}
.snsbtns3 a:hover{box-shadow:1px 3px 4px rgba(0,0,0,0.3);transition: .4s;}
.snsbtns4 a{margin-left:0.4rem;border-radius:0.4rem;text-transform:uppercase;font-weight:700;letter-spacing:0.1rem;font-size:105%;}
.snsbtns4 a:hover{margin-top:-2px;margin-bottom:2px;}
.snsbtns1 a:nth-of-type(1), .snsbtns2 a:nth-of-type(1), .snsbtns3 a:nth-of-type(1), .snsbtns4 a:nth-of-type(1){margin-left:0;}
.snsbtns1 a::before, .snsbtns3 a::before, .snsbtns4 a::before{font-family:blogicon;margin-right:0.5em;font-weight:normal;}
.sns-fb::before{content:'\f036';}
.sns-tw::before{content:'\f035';}
.sns-po::before{content:'\f008';}
.sns-hb::before{content:'\f027';}
.sns-fb{background:#365899;}
.sns-tw{background:#000;}
.sns-po{background:#EF4056;}
.sns-hb{background:#008fde;}
.sns-fb:hover{background:#4267b2;}
.sns-tw:hover{background:#373737;}
.sns-po:hover{background:#f65065;}
.sns-hb:hover{background:#009FF8;}
.snsbtns3 .sns-fb{background:#465f8c;}
.snsbtns3 .sns-tw{background:#3998d4;}
.snsbtns3 .sns-po{background:#e35f71;}
.snsbtns3 .sns-hb{background:#1f93d1;}
.snsbtns3 .sns-fb:hover{background:#4267b2;}
.snsbtns3 .sns-tw:hover{background:#31a3ea;}
.snsbtns3 .sns-po:hover{background:#f65065;}
.snsbtns3 .sns-hb:hover{background:#009FF8;}
.snsbtns4 .sns-fb{background:#365899;box-shadow:0px 6px 0px rgba(44,66,102,1);}
.snsbtns4 .sns-tw{background:#1b95e0;box-shadow:0px 6px 0px rgba(38,122,173,1);}
.snsbtns4 .sns-po{background:#EF4056;box-shadow:0px 6px 0px rgba(189,70,86,1);}
.snsbtns4 .sns-hb{background:#008fde;box-shadow:0px 6px 0px rgba(17,117,171,1);}
.snsbtns4 .sns-fb:hover{box-shadow:0px 8px 0px rgba(44,66,102,1);}
.snsbtns4 .sns-tw:hover{box-shadow:0px 8px 0px rgba(38,122,173,1);}
.snsbtns4 .sns-po:hover{box-shadow:0px 8px 0px rgba(189,70,86,1);}
.snsbtns4 .sns-hb:hover{box-shadow:0px 8px 0px rgba(17,117,171,1);}

.snsbtns2 a::before{font-family:blogicon;position:absolute;top:0rem;left:-1rem;font-size:420%;color:rgba(255,255,255,0.25);}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    color: #454545;
    padding: 10px;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
html {
    scroll-behavior: smooth;
}

/** カード部分の表示指定 **/
iframe.embed-blogcard{
   display: block; width: 100%; height: 190px; margin: 0 auto;
   max-width:99% !important;
}

/** カード下のURLの表示指定 **/
cite.hatena-citation{
    display:none;
}


/*  フッタ― */
#footer {padding: 15px;text-align: center;background: #373737;font-size: 14px;color: #ffffff;margin: 0 auto;width: 100%;box-sizing: border-box;}
#footer a {color: #999;}
#footer p {margin: .5em auto;}


/* </system> */

/************************************
** 評価グラフ
************************************/
.pb-rating-graph {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .07);
  max-width: 500px;
  margin: 0 auto 1em !important;
  padding: 1em 1.5em!important;
  color: #333;
  background: #fafafa;
}
.pb-rating-graph ul {
  margin: 0!important;
  padding: 0!important;
  border: none!important;
}
.pb-rating-graph ul li {
  list-style: none!important;
  margin: 0 !important;
  padding: 0 !important;
}
.pb-rating-graph ul li:before {
  content: unset !important;
}
.pb-rating-graph__label {
  background: #373737;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.0;
}
.pb-rating-graph__wrap {
  display: flex;
  margin: 10px 0;
}
.pb-rating-graph li:last-child .pb-rating-graph__wrap {
  margin: 10px 0 0;
}
.pb-rating-graph__axis {
  width: 70%;
  margin-top: 5px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.pb-rating-graph__axis:before {
  content: "";
  display: inline-block;
  height: 5px;
  background: #E3E6E7;
  width: 100%;
  position: absolute;
}
.pb-rating-graph__basis {
  width: 15%;
  color: #777;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
.pb-rating-graph__basis-inner {
  display: inline-block;
  text-align: left;
}
.pb-rating-graph__wrap .pb-rating-graph__basis:first-of-type {
  text-align: right;
  padding-right: 15px;
}
.pb-rating-graph__wrap .pb-rating-graph__basis:last-of-type {
  text-align: left;
  padding-left: 15px;
}
.pb-rating-graph__scale {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: 0px;
  margin-top: 0 !important;
}
.pb-rating-graph__scale:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -7px;
  margin-bottom: 0px;
  background: #E3E6E7;
}
.pb-rating-graph__axis:after, .pb-rating-graph__scale:after {
  content: unset !important;
}
.pb-rating-graph .pb-rating-graph__scale .pb-rating-graph__item {
  width: 42px;
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #777;
  text-align: center;
  padding-top: 5px;
  margin-top: -10px !important;
}
@media screen and (max-width:600px) {
  .pb-rating-graph {
    padding: 2em 1em !important;
  }
  .pb-rating-graph__axis {
    width: 60%;
  }
  .pb-rating-graph__basis {
    width: 20%;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1.8;
  }
  .pb-rating-graph__wrap .pb-rating-graph__basis:first-of-type {
    padding-right: 7px;
  }
  .pb-rating-graph__wrap .pb-rating-graph__basis:last-of-type {
    padding-left: 7px;
  }
  .pb-rating-graph__scale {
    width: 16px;
  }
  .pb-rating-graph__scale:before {
    width: 16px;
    height: 16px;
  }
  .pb-rating-graph .pb-rating-graph__scale .pb-rating-graph__item {
    font-size: 12px;
  }
  .pb-rating-graph__scale[data-check='true']:before {
    font-size: 20px;
  }
}
.pb-rating-graph__scale[data-check='true']:before {
  background:#373737;
}
/************************************
** 評価グラフ ここまで
************************************/



/***おすすめ記事デザインシンプル***/
[class^="recommend"] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.recommend-container {
    padding: 20px 1vw 0;
    background: #fff;
}

.recommend-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
}

.recommend-item {
    width: 50%;
}

.recommend-figure {
    margin-bottom: 10px;
    padding-top: 52.5%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.recommend-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .3s ease-in-out;
}

.recommend-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    margin: 10px 0 20px;
}

.recommend-link {
    text-decoration: none;
    color: #454545!important;
    display: block;
    padding: 0 1.2vw 1vw;
}

@media (min-width: 992px) {
    .recommend-container {
        padding: 20px 20px 0;
    }
    .recommend-item {
        width: 25%;
    }
    .recommend-link {
        padding: 0 8px 8px;
    }
}

.recommend-link:hover .recommend-figure img {
    transform: scale(1.05);
}

.recommend-figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: .2s ease-in-out;
}

.recommend-link:hover .recommend-figure::before {
    opacity: 1;
}

/* おすすめ関連記事2列 */
.related-entries li {
  float: left;
  text-align: left;
  width: 50%;
  height: 150px;/* 高さは調整して下さい */
  padding: 4px 0;
  box-sizing: border-box;
  font-size: 100%;
  border-bottom: 1px solid #ddd;
}
.related-entries-item-inner {
  padding: 8px;
}
.related-entries-image-link {
  float: left;
  margin: 0 8px 8px;
}
.related-entries-title {
  margin: 8px 0;
}
/* float解除 */
.related-entries::after {
  content: "";
  display: block;
  clear: both;
}
/* スマートフォン1列 */
@media only screen and (max-width:767px){
.related-entries li {
float: none;
width: 100%;
height: auto;
}
}
