/* <system section="background" selected="default"> */
/* default */
/* </system> */
@charset "UTF-8";
/*
 Theme:SimpleLifeNaviBlue ,Non 11,2021 updated
 Author: SimpleLifeNavi(id:simplelifenavigation)
 Responsive: yes
 Based on Hatena Blog Team "boilerplate"
 Released under the MIT License.
　! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ============================================================= */

/* ===========================================================
   基本構造
   =========================================================== */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

/* スマホ画面でのフォントサイズ微調整 */
@media (max-width: 390px) { 
  html {
    font-size: 93.75%;
  }
}

/* 背景設定 */
#body {
  margin: 0;
  padding: 0;
  /* background-color: #000;  ←必要なら解放 */
}

/* はてなブログのグローバルヘッダー */
#globalheader-container {
  color: #fff;
  background-color: var(--main-color) !important;
  margin: 0;
  padding: 0;
  border: none;
}

/* 記事全体の背景 */
#container,
#top-editarea {
  background-color: var(--ground-color);
  margin: 0;
  padding: 0;
  border: none;
}
#top-editarea {
  background-image: linear-gradient(#fffafa, #fff);
}

/* ===========================================================
   セクション・記事内要素
   =========================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
  font-size: 0.85em;
}

figure {
  margin: 1em auto; /* 左右の40px指定を廃止 */
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* ===========================================================
   テキスト系
   =========================================================== */
a {
  color: var(--link-color);
  background-color: transparent;
  text-decoration-skip-ink: auto;
}

abbr[title] {
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub { bottom: -0.25em; }
sup { top: -0.5em; }


/* Embedded content ===================================================== */
/* Add the correct display in IE 9-.*/
audio,
video {
   display: inline-block;
}

/* Remove the border on images inside links in IE 10-.*/
img {
   border-style: none;
   border-radius: 3px ;
}

iframe{
   border-radius: 3px ;
}

/* Hide the overflow in IE.*/
svg:not(:root) {
   overflow: hidden;
}

/* Forms ================================================================ */
/* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.*/
button,
input,
optgroup,
select,
textarea {
   font-family: sans-serif;
   font-size: 100%;
   line-height: 1.15;
   margin: 0;
}

/* Show the overflow in IE.
* 1. Show the overflow in Edge.*/
button,
input {
   overflow: visible;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.*/
button,
select {
   text-transform: none;
}

/* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
   -webkit-appearance: button;
}

/* Remove the inner border and padding in Firefox.*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
   border-style: none;
   padding: 0;
}

/* Restore the focus styles unset by the previous rule.*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText;
}

/* Correct the padding in Firefox.*/
fieldset {
   padding: 0.35em 0.75em 0.625em;
}

/* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.*/
legend {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   color: inherit;
   display: table;
   max-width: 100%;
   padding: 0;
   white-space: normal;
}

/* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.*/
progress {
   display: inline-block;
   vertical-align: baseline;
}

/* Remove the default vertical scrollbar in IE.*/
textarea {
   overflow: auto;
}

/* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.*/
[type="checkbox"],
[type="radio"] {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   padding: 0;
}

/* Correct the cursor style of increment and decrement buttons in Chrome.*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
   height: auto;
}

/* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.*/
[type="search"] {
   -webkit-appearance: textfield;
   outline-offset: -2px;
}

/* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}

/* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.*/
::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit;
}

/* Interactive ========================================================== */
/* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.*/
details,
menu {
   display: block;
}

/* Add the correct display in all browsers.*/
summary {
   display: list-item;
}

/* ===========================================================
   Scripting
   =========================================================== */

/* HTML5要素の標準化 */
canvas {
  display: inline-block; /* インラインで扱いやすい */
}

template {
  display: none; /* デフォルト非表示 */
}

/* ===========================================================
   Hidden elements
   =========================================================== */
[hidden] {
  display: none !important; /* 強制的に非表示 */
}

/* フォントの指定 */
html,
body {
   font-family: 'Helvetica Neue', 'Helvetica', 'Arial', "ヒラギノ角ゴ Pro",'Hiragino Kaku Gothic Pro', "メイリオ", 'Meiryo',  "Yu Gothic Medium", "游ゴシック Medium",  "游ゴシック体", sans-serif ,'MS PGothic';;
   color: var(--moji-color);
   background-color: transparent;
   line-height: 1.6;
}

a {
   color: var(--link-color);
   text-decoration: none;
}

a:hover {
   color: var(--link-color);
   text-decoration: underline;
}

a.keyword {
   text-decoration: none;
   border-bottom: 1px dotted var(--moji-color);
   color: var(--moji-color);
}

h1, h2, h3, h4, h5, h6 {
   color: var(--moji-color);
   line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
   color: var(--tab-color);
   text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
   color: var(--link-color);
}

/* content */
#content {
   padding: 0 6px ;
}
#wrapper,
#box2,
#footer {
   padding: 0 0px ;
}
.entry-inner p {
   padding: 0 0.5em ;/* 記事の文字の上下 左右の余白 */
}

/* 2カラムレイアウト */
#content-inner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
}

/* 本記事等の表示設定 ====================================================== */
/* タブレット表示範囲 */
@media (min-width: 768px) {
   #globalheader-container,
   #container,
   #footer {
       width: 745px;
       margin: 0px auto;
       padding: 0 0px ;
       }
   #content-inner {
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
           -ms-flex-direction: row;
               flex-direction: row;
   }
   #wrapper {
       width: 510px ;
       margin-right: 10px;
   }
   #box2 {
       width: 230px !important ;
       margin: 5px ;
       padding: 0 0;
   }
}

/* PC表示範囲 */
@media (min-width: 992px) {
   #globalheader-container,
   #container,
   #footer {
       width: 950px;
       margin: 0px auto;
   }
   #wrapper {
       width: 650px;
   }
   #box2 {
       width: 300px;
   }
}

/* ヘッダ */
#blog-title {
   margin: 0em 0;
   padding: 0rem; /* ヘッダー上の余白を消す */
}

#blog-title-inner{
   margin: 0 auto;
   padding:0rem
}

#title {
   margin: 0;
   font-size: 1.0rem;
}
@media (min-width: 992px) {
   #title {
       font-size: 1.5rem;
   }
}

#title a {
   font-family: fantasy,cursive,monospace,sans-serif;
}

#blog-description {
   font-weight: normal;
   font-size: .8rem;
   margin: 0.5em 0 0;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
   margin: 0 0 0em;
}
.header-image-enable #blog-title-inner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}
.header-image-enable #blog-title-content {
   margin-left: 10px;
   margin-right: 10px;
}

/* タイトル下HTML */
#top-editarea {
   margin-bottom: 0.0em;
}

/* パンくず（カテゴリー、記事ページで表示） */
.breadcrumb {
   font-size: .8rem;
}
.page-entry .breadcrumb {
   margin-left: 4px; margin-bottom: 10px;
}

/* entry */
.entry {
   position: relative;
   margin-bottom: 4em;
   padding: 0 2px;
}

/* 記事の見出し部分 */
.entry-header {
   padding-bottom: .5em;
   margin-bottom: .5em;
   border-bottom: 0px solid midnightblue;
   position: relative;
}
.date {
   margin-bottom: .5em;
   font-size: .9rem;
}
.date a {
   text-decoration: none;
}
.date a:hover {
   text-decoration: underline;
}
.entry-title {
   margin: 9px 0 8px;
   font-size: 1.2rem;
}
@media (min-width: 992px) {
.entry-title {
       font-size: 1.3rem;
   }
}

.categories {
   margin: .5em 0;
   font-size: .9rem;
}
.categories a {
   margin-right: .5em;
   font-size: .9em;
}
.categories a::before {
   content: "\f04a";
   font-family: blogicon;
   font-size: .6rem;
}

/* 「編集する」ボタン */
.entry-header-menu {
   position: absolute;
   top: 0;
   right: 0;
}

/* 記事本文の設定 ==========================================================*/
.entry-content p {
   line-height: 1.8; /*行間*/
   margin: 1.4em 0em; /*段落の余白*/
   letter-spacing: 0.0em; /*文字間*/
}

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

.entry-content h1 {
   font-size: 1.3rem;
}
.entry-content h2 {
   font-size: 1.25rem;
}
.entry-content h3 {
   font-size: 1.2rem;
}
.entry-content h4 {
   font-size: 1.1rem;
}
.entry-content h5 {
   font-size: 1.0rem;
}
@media (min-width: 992px) {
   .entry-content h1 {
       font-size: 1.5rem;
   }
   .entry-content h2 {
       font-size: 1.5rem;
   }
   .entry-content h3 {
       font-size: 1.3rem;
   }
}

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

/*-----リストの設定-----*/
.entry-content ul,
.entry-content ol,
.entry-content dd {
   margin: 0.7em 0 0.7em 1.5em;
   padding: 0;
   line-height: 1.7;
}
.entry-content >ul,
.entry-content >ol {
   background: var(--back-color); /*背景色*/
   padding: 1em 1em 1em 2.2em;
   margin: 0.5em 0.2em;
   font-size: 0.96em;
}

.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
   margin-bottom: 0;
   margin-top: 0;
}
.entry-content li{
   margin: 0.3em 0; /*段落の余白*/
}

/*-----テーブルの設定-----*/
.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 p {
   position: relative;
   padding: 0;
   margin: 10px 0;
   z-index: 3;
   line-height: 1.7;
   font-size: 0.95em;
}
.entry-content blockquote{
   position:relative;
   border-top:1px solid var(--quote-color);
   border-bottom:1px solid var(--quote-color);
   padding:10px;
   margin: 30px;
}
.entry-content blockquote:before{
   position:absolute;
   background-color:transparent;
   color:var(--quote-color);
   content: "\f704";
   font-family: blogicon;
   line-height:1;
   text-align:center;
   top:-20px;
   left:-20px;
   padding:10px;
   font-size:20px;
}
.entry-content blockquote:after{
   position:absolute;
   right:-20px;
   bottom:-20px;
   background-color:transparent;
   padding:10px;
   color:var(--quote-color);
   content: "\f704";
   font-family: blogicon;
   line-height:1;
   text-align:center;
   font-size:20px;
}
.entry-content blockquote cite {
   display: block;
   padding-right:30px;
   font-size: 0.8rem;
   text-align: right;
   color: var(--sub-color);
}

.entry-content pre,
.entry-content code {
   font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content pre {
   background: var(--ground-color);
   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: var(--ground-color);
   border-radius: 3px;
}

.entry-content hr {
   width: 50%;
   border: 0;
   border: none;
   border-top: 1px solid var(--sub-color);
   border-radius:10px;
   margin: 2em auto;
}

.entry-content .table-of-contents {
   padding: 1em 1em 1em 2em;
   margin: 1em 0;
   border: 1px solid var(--sub-color);
}

div.footnote {
   border-top: 1px dotted var(--link-color); /*脚注*/
}
div.footnote p{
   margin: 0;
   padding: 0;
}
.footnote-text{
   font-size: 13px ; /*脚注の文字の大きさ*/
}

/* 記事下 */
.entry-footer .social-buttons {
   margin-bottom: 1em;
}

.entry-footer-section {
   color: var(--sub-color);
   font-size: .9rem;
}

.entry-footer-section a {
   color: var(--sub-color);
}

/* コメント */
.comment-box {
   margin: 0.5em 0.5em;
   padding: 0.5em;
}

.comment-box .comment {
   list-style: none;
   margin: 5px 5px 15px 5px;
   padding: 1rem;
   line-height: 1.7;
   font-size: .8rem;
}
@media (min-width: 768px) {
.comment-box .comment {
   font-size: .9rem;
   }
}

.comment-box .entry-comment {
   padding: 10px 5px 10px 60px;
   border-bottom: 1px solid var(--link-color);
   position: relative;
}

.comment-box .entry-comment:first-child {
   border-top: 1px solid var(--link-color);
}

.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;
}

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

.comment-content {
   margin: 0 0 .4em 0;
   word-wrap: break-word;
   color: var(--moji-color);
   font-size: .85rem;
}

.comment-content p {
   margin: 0 0 .6em 0;
   color: var(--sub-color);
}

.comment-metadata {
   color: var(--sub-color);
   margin: 0;
   font-size: .8rem;
}

.comment-metadata a {
   color: var(--sub-color);
}

.leave-comment-title::before {
   content: "\f01d";
   color: var(--link-color);
   font-family: blogicon;
   font-style: normal;
   font-weight: normal;
   vertical-align: top;
}
.leave-comment-title {
   padding: .6em 1em;
   font-size: .85rem;
   border: 1px solid var(--link-color) ;
   border-radius:10px;
}

/* Pager */
.pager {
   margin: 1em 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
}
.pager-prev{
   border: 1px dotted var(--main-color) ;
   border-radius:5px;
   padding: .2rem;
   margin: 0rem 1rem;
   font-size: 80%;
}
.pager-next{
   border: 1px dotted var(--main-color) ;
   border-radius:5px;
   padding: .1rem;
   margin: 0rem 2rem;
   font-size: 80%;
}

/* サイドバーモジュール */
.circle-image {
   border-radius: 25px ;}

.hatena-module {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   margin-bottom: 1.2em;
   font-size: 0.95rem;
}
@media (min-width: 768px) {
.hatena-module {
   font-size: .9rem;
   }
}
.hatena-module-title {
   margin-bottom: .5em;
   padding-bottom: .1em;
   border-bottom: 2px solid var(--tab-color);
   font-size: 1rem;
   color: var(--moji-color);
   font-weight: bold;
}
.hatena-module-title::before {
   content: "\f02d";
   color: var(--moji-color);
   font-family: blogicon;
   font-style: normal;
   font-weight: normal;
   vertical-align: top;
}
.hatena-module-title a {
   color: var(--moji-color);
   text-decoration: none;
}
.hatena-module-title a:hover {
   text-decoration: underline;
}

/* Profile module */
.hatena-module-profile .profile-icon {
   float: left;
   margin: 0 10px 10px 0;
}
.hatena-module-profile .id {
   display: block;
   font-weight: bold;
   margin-bottom: .5em;
}
.hatena-module-profile .profile-description p {
   margin-top: 0;
}

/* urllist module */
.hatena-urllist {
   list-style: none;
   margin: 0;
   padding: 0;
}
.hatena-urllist li {
   padding: .5em 0;
   border-bottom:1px dotted var(--link-color);
}

.hatena-module-archive  li {
   border-bottom:0px  ;
}

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

.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: var(--sub-color);
}

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

/* Search module */
.hatena-module-search-box .search-form {
   border: 1px dotted var(--sub-color);
   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;
   position: relative;
}
.hatena-module-search-box .search-form::after {
   position: absolute;
   right: 15px;
   width: 10px;
   height: 20px;
   color: var(--sub-color);
   content:"\f01a";
   font-family: blogicon;
   pointer-events: none;
}

.hatena-module-search-box .search-module-input {
   -webkit-box-flex: 1;
   -ms-flex: 1 0;
   flex: 1 0;
   padding: 5px;
   color: var(--link-color);
   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='https://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;
}

/* サイドバーのカテゴリをインラインブロック表示 */
.hatena-module-category ul li {
   display: inline-block;
   margin-top: 0px;
   margin-right: 3px;
   border-bottom: 0px;
}
.hatena-module-category ul li a{
   padding: 3px;
   border: 0.5px var(--link-color) solid ;
   border-radius: 5px;
   text-decoration: none ;
   transition: 0.3s ease ;
}
.hatena-module-category ul li a:hover{
   border: 2px var(--link-color) solid ;
}

.hatena-module-recent-entries p{
   border-bottom:
}

.hatena-module:last-of-type {
   position: -webkit-sticky;/*safari対応*/
   position: sticky;
   top: 10px;/*ここで上からの距離を調整*/
}

/* サイドバー出し分け */
.page-archive .hatena-module-archive, /*一覧で月間アーカイブ非表示*/
/*.page-entry .hatena-module-search-box,/*本記事で検索窓非表示*/
/*.page-entry .hatena-module-recent-entries,/*本記事で最新記事非表示*/
.page-entry .hatena-module-archive,/*本記事で月間アーカイブ非表示*/
.page-entry .hatena-module-circles,/*参加グループ非表示*/
.page-index .hatena-module-recent-entries {/*トップで最新記事非表示*/
   display:none;
}
/*.page-index .hatena-module-archive,*/
.page-about .hatena-module-archive { /*aboutページで月間アーカイブ再表示*/
   display:initial;
}

@media(max-width: 767px){
.hatena-module-category, /*スマホでカテゴリー非表示*/
.page-entry .hatena-module-related-entries,/*本記事で関連記事非表示*/
.page-entry .hatena-module-recent-entries { /*本記事で最新記事非表示*/
   display:none;
   }
}

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

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

/* Archive */
.archive-header-category h2{
   text-align: center;
   margin: 0 0 20px;
}

.archive-entry-tags-wrapper {
   display: none; /*記事一覧の中でハッシュタグを表示しない*/
}

.entry-tag-link {
   font-size: .8rem
}

.page-archive .archive-entry {
   margin-bottom: 0em;
   margin-left: auto;
   margin-right: auto;
   line-height: 1.3;
   padding: 1.3em 0 0.5em;
   border-top: dotted 1px var(--back-color);
   border-bottom: dotted 1px (--back-color);   
}

.page-archive .entry-title {
   font-size: 1.1rem;
   margin: .3em auto;
}

.page-archive .entry-thumb {
   width: 110px;
   height: 110px;
   border-radius: 3px;
   background-size: cover;
}

.page-archive .entry-description {
   margin: 0;
   font-size: .85rem;
}

@media (min-width: 768px) {
.page-archive .entry-thumb {
   border-radius: 5px;
   width: 120px;
   height: 120px;
   }
.page-archive .entry-description {
   font-size: .9rem;
   }
}

.page-archive .social-buttons {
   display: block;
   margin-top: .3em;
}

/* footer */
#footer {
   margin-top: 1.5em;
   padding-bottom: 2rem;
   text-align: center;
   font-size: .8rem;
   color: var(--sub-color);
}
#footer p {
   margin: .5em auto;
   text-align: center;
}
#bottom-editarea p {
   text-align: center;
   font-size: .8rem;
   color: var(--sub-color);
}
#bottom-editarea{
/*border-top: 3px dotted steelblue; */
   margin-bottom: 2.6rem
}

/*　TopPage タイル表示　*/
/*@media (min-width: 368px){*/
@media {
.page-archive-category .archive-entries ,
.page-index .archive-entries {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   }
.page-archive-category .archive-entry,
.page-index .archive-entry {
   flex: 0 0 46%;
   position: relative;
   display: flex;
   flex-direction: column;
   }
.page-archive-category .archive-entry-header,
.page-index .archive-entry-header {
   order: 2;
   }
.page-archive-category .date,
.page-index .date::before {
   content: "\00a0" "\f043";
   font-family: blogicon;
   }
.page-archive-category .date,
.page-index .date {
   position: absolute;
   top: 8px;
   right: 1px;
   z-index: 10;
   background-color: rgba(255, 255,255, 0.5);
   border-radius:10px;
   font-size: 60%;
   }
.page-archive-category .entry-thumb-link,
.page-index .entry-thumb-link {
   order: 1;
   height: 125px;
   }
.page-archive-category .entry-thumb ,
.page-index .entry-thumb {
   width: 100%;
   height: 120px;
   background-position: center center;
   background-size: cover;
   background-repeat: none;
   position: absolute;
   }
.page-archive-category .archive-entry-body ,
.page-index .archive-entry-body {
   order: 4;
   }
.page-archive-category .entry-title ,
.page-index .entry-title {
   padding: 0.3em 0 0 0;
   font-size: 88%;
   }
.page-archive-category .categories ,
.page-index .categories {
   margin: 8px 3px;
   font-size: 75% ;
   order: 3;
   }
.page-archive-category .entry-description,
.page-index .entry-description{
   display:none;
   }
}

@media(min-width:768px) {
.page-archive-category .entry-thumb-link,
.page-index .entry-thumb-link {
   height: 155px;
   }
.page-archive-category .entry-thumb ,
.page-index .entry-thumb {
   height: 155px;
   }
.page-archive-category .entry-title ,
.page-index .entry-title {
   padding: 0.5em 0 0 0;
   font-size: 100%;
   }
}

/* 記事内　基本カスタマイズ ================================================= */
h1.entry-title {
   font-size:1.3rem;/*記事タイトルの大きさ*/
}

.entry-inner .entry-content h2 {
   padding: 0.8em 0.6em ;/*文字の上下 左右の余白*/
   color: #fff ;/*文字色*/
   background: var(--tab-color);/*背景色*/
   border-left: solid 5px var(--tab-color);/*左線*/
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.entry-inner .entry-content h2 a {
   color: #fff ;
   text-decoration: none;}

.entry-inner .entry-content h3 {
   color: var(--tab-color);
   padding: 0.6rem 1rem ;/*上下の余白*/
   background: var(--back-color);/*背景色*/
   border-top: double 3px var(--tab-color);/*上線*/
   border-bottom: double 3px var(--tab-color);/*下線*/
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
}

.entry-inner .entry-content h4{
   color: var(--tab-color);
   padding: 0.5em 0.6em ;/*文字周りの余白*/
   border-left: solid 5px var(--main-color);/*左線*/
   background: var(--back-color);/*背景色*/
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.00);
}

.entry-inner .entry-content h5{
   background: var(--back-color);
   box-shadow: 0px 0px 0px 5px var(--back-color);
   border: dashed 2px #fff;
   padding: 0.2em 0.5em;
}

.archive-entries h2 {
   font-size: 80%;}

.hatena-module-body {
   font-size: 85%;}

/* 日付などの前にはてなアイコン設定 */
.date::before {
   content: "\f043";/*アイコン追加*/
   color: var(--link-color);
   font-family: blogicon;
   font-style: normal;
   font-weight: normal;
   vertical-align: top;
}
.date::after {
   content: "\00a0";/*半角スペース追加*/
}
a.breadcrumb-link::before {
   content: "\00a0" "\f017";
   font-family: blogicon;
   vertical-align: top;
}

/* 目次外枠 */
.entry-content .table-of-contents{
   position:relative;
   display:inline-block;
   background-color:var(--back-color);/*背景色*/
   border-radius:3px;
   padding-right:20px;
   padding-top:10px;
   margin:5px;
   border:1px solid var(--main-color);
}
.entry-content .table-of-contents::before{
   font-size:1rem;
   content: "\f039" "     目次（タップできる）";/*表示文字*/
   font-family: blogicon;
   color: var(--link-color);
   font-weight: normal ;
}

/* 目次内部 */
.entry-content .table-of-contents>li:first-child {padding-top: 20px;}
.table-of-contents li::before{
   font-family:"blogicon";content:"\f029";/*はてなブログアイコン*/
   color: var(--main-color);/*アイコンの色*/
   position:relative;left:-10px;}
.table-of-contents li ul li::before{display:none;}/*中見出しの前にアイコン表示しない*/
.table-of-contents ul{padding-top:1rem;padding-bottom:0.2rem;}
.table-of-contents li {
   list-style-type:none;font-size:1.0rem;line-height:1.2;padding-top:0.4rem;padding-bottom:0.2rem;}
.table-of-contents li ul li {
   font-size:0.9rem;line-height:1.2;padding-top:0px;padding-bottom:6px;
list-style-type:disc;}/*中見出しの前は黒丸*/
.table-of-contents li li ul li {
   font-size:0.9rem;line-height:1.2;padding-top:0px;padding-bottom:4px;
   list-style-type:circle;}/*小見出しの前は白丸*/
.table-of-contents li a,
.table-of-contents li a:visited {color:var(--moji-color);text-decoration:none;}/*リンクの色、下線の有無*/
.table-of-contents li a:hover{text-decoration:underline;}/*マウスオーバーで下線を表示*/
.table-of-contents ul ul ul {display: none;}/*小見出しを表示しない*/

/* ヘッダー画像をスマホでも正常に表示 */
@media (max-width:480px) {
.header-image-only #blog-title {
   height: 100px;}
.header-image-only #blog-title #blog-title-inner {
   background-size: cover;
   height: 100px;}
}

/* はてなタグ大きさ調整 */
.entry-tag-label{font-size:12px;}

/* 画像のポップアップ削除 */
img.hatena-fotolife {pointer-events: none;}

/* アドセンスのはみ出し修正 scrollにするとスライド */
.adfix,
.entry-content {overflow: hidden;}

/* ページトップリンク押下時にスルスル動くように設定 */
html{scroll-behavior: smooth;}

/* 下線アンダーバー */
article u {
text-decoration: none;
background: linear-gradient(transparent 70%,yellow 70%);
}

/* 記事中のリンクに下線 */
.entry-content p a{
   text-decoration: underline;
}

/* 文字を点滅させる */
.blink {
	-webkit-animation: blink 2s ease-out infinite;
	animation: blink 2s ease-out infinite;
}
@keyframes blink {
	20% {opacity: 0.2;}
	100% {opacity: 1;}
}
@-webkit-keyframes blink {
	20% {opacity: 0.2;}
	100% {opacity: 1;}
}

/* 中央寄せ */
.center {
   text-align: center;
   margin: 1.0em 0;
}

/* スマホ時隠す */
@media (max-width: 767px) {
.hidden-phone {
   display: none !important;
   }
}

/* PC非表示 */
@media screen and (min-width:768px) {
.hidden-pc {
   display: none !important;
   text-align: center;
   }
}

/* 個別カスタマイズ ======================================================== */
/* TopPageタイトル画像調整 */
.hero-image {
 overflow:hidden;
 height: 100%;}
.hero-max-width{/*最大幅を500pxにして画像中寄せする*/
 max-width:700px;
 margin:0 auto;
}
.hero-image img{
 border-radius: 0px ;
 width:100%;
 height:auto;
 vertical-align: top;/*画像の隙間を消す*/
}

/* オススメ記事画像を4つ並べる */
.article-area{
   margin: 0;}
.article-area p{
   line-height: 1.0;
   padding: 10px;
   margin: 0 ;
   font-size: 1.0em;}
.article-area img{
   width:100%;
   height:auto;
   vertical-align: top;/*画像の隙間を消す*/
   transition-duration: 0.5s;/*ゆっくり戻る*/}
.article-area img:hover {/*マウスオーバーで拡大表示*/
   transform: scale(1.05);/*1.05倍に表示*/
   transition-duration: 0.5s;/*ゆっくり拡大*/}

.article-container img{
   border-radius: 0px ;
   width:100%;
   vertical-align: top;/*画像の隙間を消す*/}

/* オススメ記事画像だしわけ非表示 */
.page-entry .hero-img-box, /*記事ページ*/
.page-entry .article-area, /*記事ページ*/
.page-about .article-area, /*aboutページ*/
.page-archive:not(.page-index) .article-area, /*アーカイブページ*/
.page-archive:not(.page-index) .hero-image, /*アーカイブページ*/
.page-archive:not(.page-index) .hero-img-box, /*アーカイブページ*/
.page-archive-category .article-area, /*カテゴリページ*/
.static-page-sitemap .article-area, /*固定ページ*/
.static-page-blog-search .article-area, /*固定ページ*/
.static-page-not-indexed-page .article-area, /*固定ページ*/
/*.article-container, /*表示しない*/
.static-page-privacy-policy .article-area, /*固定ページ*/
.top-page, /*表示しない*/
.hero-image /*表示しない*/
{
   display:none;/*記事ページなどには表示しない*/
}
.page-index .hero-image,
.page-entry .hero-image, /*トップページ画像*/
.page-index .top-page{
display:initial;
} /*再表示*/


/* ブログタイトルにグーグルフォントを指定するCSS */
#blog-title #blog-description ,
#title a,
#bottom-editarea,
.page-about p,
.page-about a,
.top-page p,
.article-area p{
   font-family: 'Acme', 'Arial';
}

#blog-title {
   background-color: var(--main-color) ; /* メイン背景色 */
   text-align: center;    
   padding: 10px 0 0;
}
#blog-title a{
   font-size:180%;
   color: #fff;
}
#blog-description{
   font-size:90%;
   color: #fff;
   padding: 0 0 5px;
}
@media (max-width: 480px) {
#blog-title a{
   font-size:130%; }
#blog-description{
   font-size:70%;}
}

/* Markdown Modeコード記述 */
pre.code{
   margin: 0 0 1.5em 0;
   padding: 2em 1em 1em;
   border: 1px solid var(--sub-color);
   position: relative;
   white-space:pre;
}
pre.code::before{
   content: attr(data-lang);
   position: absolute;
   top: 0;
   left: 0;
   background: var(--sub-color);
   padding: 0 0.8em;
}
pre.lang-html::before{
   background: #00796b;
   color: #e0f2f1;
}
pre.lang-css::before{
   background: #ffa000;
   color: #fff8e1;
}

/* Googleフォーム（お問い合わせ）*/
input[type="text"],
textarea {
   width: 90%;
}

/* グローバルナビ(メニュー) */
#global-nav {
   margin: 0 auto ;
   padding: 0;
   width: 100%;
   display: block;
   overflow-x: auto;
   font-weight: bold;
   background-color: var(--tab-color);
}

#global-nav-top {
   margin: 0 auto ;
   padding: 0;
   text-align: center;
   width: 100%;
   background-color: #000;
}

.global-nav-fixed {
   position:fixed;
   top:0;
   left:0;
   width: 100%;
   z-index: 20;
   animation:fade-in 0.5s;/*animationを指定 */
}

@keyframes fade-in {
0%{margin-top:-80px;}
100%{margin-top:0;}
}

.global-nav-text {
   display: table-cell;
   list-style-type: none;
   text-align: center;
}
.global-nav-text a {
   display: inline-block;
   white-space: nowrap;
   padding: 8px 12px 8px 8px;
   color: #fff;/* 文字色 */
   text-decoration: none;
   font-size: 12px;
}
.global-nav-text a:hover {
   background-color: var(--main-color);/* マウスがホバーした時の背景色 */
   color: #fff;/* マウスがホバーした時の文字色 */
}

@media(min-width: 768px) {
#global-nav {
   display: table; /*PC表示時均等配置*/
   }
.global-nav-text a {
   display: block;
   padding: 10px 12px 10px 8px;
   font-size: 13px;
   }
}

/* グローバルメニュー固定時のずれ調整 スマホ */
@media(max-width: 768px){
@-webkit-keyframes modify{/*ページ内部リンクのズレ解消*/
     0% { padding-top: 35px; margin-top: -35px; }
   100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
     0% { padding-top: 35px; margin-top: -35px; }
   100% { padding-top: 0; margin-top: 0; }
}
:target {/*ずれ調整終わり*/
   -webkit-animation: modify 0.1s;
   animation: modify 0.1s;}
}

/* Smartphone Bottom Menu */
ul.bottom-menu {
   position: fixed ;
   left:0;
   bottom:0;
   width: 100%;
   height:38px;/*高さ*/
   margin:0;
   padding:0;
   border-top:2px solid var(--main-color);/*バーの上の線*/
   border-bottom:2px solid var(--main-color);/*バーの下の線*/
   background-color:rgba(70,130,180,0.5);/*背景色透過色*/
   z-index:30;
   padding-bottom:env(safe-area-inset-bottom);
}

ul.bottom-menu li {
   float:left;
   width:20%;
   background-color:rgba(255,255,255,0.9);/*背景色透過色*/
   list-style-type:none;
   text-align:center;
   font-size:19px;/*アイコンのサイズ*/}
.bottom-menu li a {
   display: block;
   padding-top:10px;
   padding-bottom:5px;
   line-height:10px;
   text-decoration:none;}
.bottom-menu li a:hover {
   color:var(--main-color);}
.mini-text{font-size:8px;} /*文字の大きさ*/

/* Bottom Menu 展開 */
ul.menu-second-level {
   visibility: hidden;
   opacity: 0;
   z-index:1;}

ul.menu-second-level li a{
   border-top:1px dotted var(--link-color);/*展開の枠点線*/
       font-size:12px;/*展開メニューの文字サイズ*/
       line-height:24px;/*文字の縦幅*/}

.menu-second-level li a:hover {
   height:100%;
   transition: 1.0s; /*動きを見せる*/
   color: #fff;
   background-color: var(--main-color);/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
   position: absolute ;
   bottom: 40px;/*高さ*/
   transition: 0.5s; /*動きを見せる*/
   left: 0;
   box-sizing: border-box;
   width: 100%;
   padding:0;}

li.menu-width-max:hover ul.menu-second-level {
   bottom: 40px;/*高さ*/
   visibility: visible;
   opacity: 1;}

li.menu-width-max ul.menu-second-level li {
   float: left;
   width: 50%;/*メニューを2つ並べる*/
   border: none;}

/* ボトムメニュー非表示・横画面・PC */
@media(orientation:landscape) ,
@media(min-width: 992px) {
.bottom-menu{display:none; }
}

/* スマホの時だけ フッタを底上げ */
@media(max-width: 768px){
#footer{margin-bottom:46px;}
}

/* サイドバーの見た目調整　各タイトルにアイコン設定　*/
.hatena-module-title::after {
   font-size: .8em;
   content: "🌿";
}
.hatena-module-profile .hatena-module-title:before {
   content: "\f000"; /*プロフィール*/
}
.hatena-module-recent-entries .hatena-module-title:before {
   content: "\f00f"; /*最新記事*/
}
.hatena-module-entries-access-ranking .hatena-module-title:before {
   content: "\f033"; /*注目記事*/
}
.hatena-module-search-box .hatena-module-title:before {
   content: "\f01a"; /*検索*/
}
.hatena-module-archive .hatena-module-title:before {
   content: "\f03a"; /*月別アーカイブ*/
}
.hatena-module-category .hatena-module-title:before {
   content: "\f04a"; /*カテゴリ*/
}
.hatena-module-circles .hatena-module-title:before {
   content: "\f021"; /*参加グループ*/
}
.hatena-module-html .hatena-module-title:before {
   content: "\f03e"; /*HTML*/
}

/* サイドバー固定 一番下のみ */
@media(min-width: 600px){
#box2 {display: flex;}
}

/* twitter表示 */
.twitter-width {
   margin-left : 5%;
   width : 85%;}
@media (min-width: 768px) {
.twitter-width {
   margin-left : 10%;
   width : 70%;}
}

/*あわせよみ囲みBOX*/
.awaseyomi {
   position: relative;
   margin: 2em 0.4em;
   padding: 1em 1em 0.5em;
   color: var(--main-color);
   border: solid 1px var(--link-color);
   border-radius: 5px; }
.awaseyomi .box-title {
   position: absolute;
   display: inline-block;
   top: -13px;
   left: 15px;
   padding: 0px 18px;
   height: 25px;
   line-height: 25px;
   color: #fff;
   background: var(--link-color);
   border-radius: 15px;
   font-size: 80%;}
.awaseyomi p {
   margin: 0;
   padding: 0;
   font-size: 80%;
}

/* 囲み枠ボックスデザイン　*/
.checkinfo {
   position: relative;
   color: black;
   background: #e0efff;
   padding: 0.25em 0.5em;
   margin: 2em 0.1em 0.5em;
   border-radius: 0 5px 5px 5px;
   word-break: break-word;
}
.checkinfo:after {
   position: absolute;
   font-weight: 900;
   content: ' Check! ';
   background: #9999ff;
   color: #fff;
   left: 0px;
   bottom: 100%;
   border-radius: 5px 5px 0 0;
   padding: 3px 7px 1px;
   font-size: 0.7em;
   line-height: 1.8;
   letter-spacing: 0.05em
}
.htmlinfo {
   position: relative;
   background: #f4f4f4;
   padding: 0.5em 1em;
   margin: 2em .2em 0.5em;
   border-radius: 0 5px 5px 5px;
   word-break: break-word;
}
.htmlinfo:after {
   position: absolute;
   font-weight: 900;
   content:" " "\f038" ' コピペできるHTML ';
   font-family: blogicon;
   background: #7fbfff;
   color: #fff;
   left: 0px;
   bottom: 100%;
   border-radius: 5px 5px 0 0;
   padding: 3px 7px 1px;
   font-size: 0.7em;
   line-height: 1.8;
   letter-spacing: 0.05em
}
.cssinfo {
   position: relative;
   background: #f4f4f4;
   padding: 0.5em 1em;
   margin: 2em 0.2em 0.5em;
   border-radius: 0 5px 5px 5px;
   word-break: break-word;
}
.cssinfo:after {
   position: absolute;
   font-weight: 900;
   content: " " "\f038" ' コピペできるCSS ';
   font-family: blogicon;
   background: #ffbf7f;
   color: #fff;
   left: 0px;
   bottom: 100%;
   border-radius: 5px 5px 0 0;
   padding: 3px 7px 1px;
   font-size: 0.7em;
   line-height: 1.8;
   letter-spacing: 0.05em
}

.box-point {
   margin: 1.5em 1em;
   background: #dcefff;
}
.box-point .box-title {
   font-size: 1em;
   background: #5fb3f5;
   padding: 3px;
   text-align: center;
   color: #fff;
   font-weight: bold;
   letter-spacing: 0.05em;
}
.box-point p {
   margin: 0;
   padding: 2em 1em .5em;
}

.box-point2 {
   position: relative;
   margin: 2em 3px;
   padding: 25px 10px 5px;
   border: solid 2px #ffc107;
   background-color: floralwhite;
}
.box-point2 .box-title {
   position: absolute;
   display: inline-block;
   top: -2px;
   left: -2px;
   padding : 0px 9px ;
   height: 23px;
   background:#ffc107;
   color: #fff;
   font-weight: 600;
   font-size: 85%;
}
.box-point2 p {
   margin: 0;
   padding: 0 0 1rem;
   font-size: 95% ;
}

.infobox {
   margin: 10px 2px;
   padding: 1.5em 15px 0.5em;
   border-radius: 8px;
}

.infobox ul,
.infobox ol {
   margin: 0;
   padding: 0.5em 0.5em 0.5em 2em ;
}

/* SNSテキスト設定 */
.sns-txt{
   display:inline-block;
   text-align: center;
   font-size: 12px;
   width: 100%;
   margin:1px 0;
}
/* SNS,Affiliateボタン枠設定 */
.sns-follow{
   width: 100%;
   text-align: center;
   margin: 10px 0 0;
}
.sns-follow-left{
   width: 100%;
   text-align: left;
}
.sns-follow a,
.sns-follow-left a{
   display: inline-block;
   font-size: 11px;
   text-align: center;
   text-decoration: none;
   padding: 3px 2px 1px;
   width: 80px;
   border-radius: 6px;
}    
.hatena-button{
   position: relative;
   top: 0;
   transition: 0.2s ease;
   color: #fff;
   background: var(--bgc);
   margin:2px 3px 0;
}
.jaran{
   background: coral;
}
.r-travel{
   background: mediumseagreen;    
}
.pink{
   background: lightcoral;    
}

/* リンクボタンのデザイン */
.link-btn {
   position: relative;
   overflow: hidden;
   text-decoration: none!important;
   color: #fff!important;
   font-weight: bold;
   font-size: 82%;
   display: inline-block;
   padding: 5px 20px;
   margin: 3px 2px;
   border-radius: 50px;
   transition: .2s;
   word-break: break-word;
}
.erabu:hover,
.link-btn:hover {
   transform: translateY(2px);
   opacity: .7;
}
@media (min-width: 768px) {
.link-btn {
   font-size: 93.75%;}
}

/* ボタンアニメーション */
   @keyframes shiny {
   0% { left: -20%; }
   10% { left: 120%; }
   100% { left: 120%; }
}
.link-btn::after {
   content: '';
   position: absolute;
   top: -10%;
   width: 40px;
   height: 100%;
   transform: scale(2) rotate(20deg);
   background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
   animation-name: shiny;
   animation-duration: 5s;
   animation-timing-function: ease-in-out;
   animation-iteration-count: infinite;
}

/* ボタン背景色 */
.blue {
   background: #3c6f99;/*steelblue*/
}
.orange {
   background: orange;
}
.default {
   background: slategray;
}
.nuki {
   border: 1px solid slategray;
   background-image: repeating-linear-gradient(-45deg, #eee, #eee 1px, #ffffff 1px, #ffffff 4px);
   color: slategrey!important;
}
.bgc-color {
   padding: 0.3em 0.8em;
   border-radius: 5px ;
   margin: 0.1em;
}
.bgc-gray {
   background: whitesmoke;
   padding: 0.3em 0.8em;
   border-radius: 5px ;
   margin: 0.1em;
}
.bgc-pink {
   background: #fdeff2;
   padding: 0.3em 0.8em;
   border-radius: 5px ;
   margin: 0.1em;
}
.bgc-blue {
   background: #eaf4fc;
   padding: 0.3em 0.8em;
   border-radius: 5px ;
   margin: 0.1em;
}
.bgc-yellow {
   background: #ffffe0;
   padding: 0.3em 0.8em;
   border-radius: 5px ;
   margin: 0.1em;
}

/*記事一覧トップ（固定記事）の日付消す*/
/*.page-index .archive-entries .archive-entry:first-child .date 最初の記事のみ*/
.page-index .top-placed-publication .date,
.page-index .archive-entries .archive-entry .date {
   display: none;
}

/*固定記事の頭にピンアイコンをつける*/
.page-index .top-placed-publication .entry-title a:before,
.page-index .archive-entries .archive-entry:first-child .entry-title a:before{
   white-space: pre-wrap;/*content内で\A部分で改行OKにする*/
   content: "\f727"" おすすめ記事""\A";/* 表示文言 */
   font-family: blogicon;
   vertical-align: text-top;
   color: #fff;/* 文字色 */
   background: var(--main-color);
   border: solid var(--main-color) 1px;
   border-radius: 14px;/* 角丸 */
   padding:3px .5em 3px;
   font-size: 60%;/* 文字サイズ */
   margin-right:5px;/* タイトルとの余白 */
}

/*スマホで記事一覧の説明文の高さを強制的に揃える（機種により見え方違うので微妙）*/
@media screen and (max-width:480px){
#top-box .breadcrumb-child:last-child{display:none;} /*パンくずリストの記事名を消す*/
.archive-entries p{
   height: 7.4em;
   text-overflow: ellipsis;
   overflow:hidden;
   color: grey;
}}

/* もしもアフィリエイトかんたんリンク */
.easyLink-box {
   border: 2px solid #eaeaea !important;
   border-radius: 8px;
   margin: 20px auto 0 !important;
   max-width: 88% !important;
   min-height: 200px;}
@media screen and (max-width: 480px) {
.easyLink-box {
   margin: 20px auto 0 !important;
   max-width: 90% !important;
   }
}
/* かんたんリンク画像 */
@media screen and (min-width: 481px) {
.easyLink-img {
   width: 180px !important;
   height: auto !important;
   min-height: 180px !important;
   margin: 0 !important;
   }
}
@media screen and (max-width: 480px) {
.easyLink-img {
   overflow: hidden !important;
   height: 180px !important;
   }
}
.easyLink-img-box {
   position: absolute !important;
   width: 160px !important;
   height: 180px !important;
   top: 50% !important;
   transform: translateY(-50%);
   margin: 0 auto !important;
}
.easyLink-img-box span > img {
/*    max-width: 160px !important;*/
/*    max-height: auto !important;*/
   height: 180px !important;
   width: auto !important;
}
.easyLink-img-box > a > img {
   width: 20px !important;
   height: 20px !important;
}
@media screen and (max-width: 480px) {
.easyLink-img-box {
   width: 226px !important;
   }
}
/* かんたんリンク右側 */
@media screen and (min-width: 481px) {
.easyLink-info {
   width: calc(100% - 180px) !important;
   }
}
.easyLink-info-name {
   font-size: 14px !important;
   line-height: 1.5 !important;
}
.easyLink-info-name a {
   color: #555555 !important;
}
.easyLink-info-maker, .easyLink-info-model {
   font-size: 12px !important;
   color: var(--sub-color);
}
.easyLink-info-btn a {
   font-size: 12px !important;
   line-height: 1.1 !important;
   width: auto !important;
   margin: 5px !important;
   padding: .2em 1em !important;
}
.easyLink-info-btn-amazon {
   background: #ffa724 !important;
}
.easyLink-info-btn-rakuten {
   background: #c9412c !important;
}
.easyLink-info-btn-yahoo {
   background: #39c0e0 !important;
}
@media screen and (min-width: 768px) {
.easyLink-info-name {
   font-size: 16px !important;
   }
.easyLink-info-btn {
   margin: 20px -5px 0 !important;
   }
.easyLink-info-btn a {
   font-size: 13.5px !important;
   }
}
.easyLink-info-model{
   display: none; /*モデル名非表示*/
}

/* 対話形式の吹き出しCSS */
.entry-content .l-fuki,
.entry-content .r-fuki {
   position: relative;
   width: calc(100% - 82px);
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   padding: 20px;
   border-radius: 6px;
   border: 2px solid #ddd;
   box-shadow: 0 3px 5px -2px rgba(0,0,0,.1);
   background-color: #fff;
   z-index: 1;
   box-sizing: border-box;
}
.entry-content .l-fuki {
   margin: 20px auto 14px 10px;
}
.entry-content .r-fuki {
   margin: 20px 10px 14px auto;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
   position: absolute;
   content: "";
   top: 16px;
   width: 10px;
   height: 10px;
   border-right: 2px solid #ddd;
   border-bottom: 2px solid #ddd;
   background-color: #fff;
   z-index: 2;
}
.entry-content .l-fuki::before {
   right: -7px;
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
   left: -7px;
   transform: rotate(135deg);
   -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
   position: absolute;
   content: "";
   width: 50px;
   height: 40px;
   top: -6px;
   border-radius: 50%;
   border: 3px solid #fff;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   box-shadow: 1px 1px 2px 1px var(--sub-color);
   box-sizing: border-box;
}
.entry-content .l-fuki::after {
   right: -82px;
}
.entry-content .r-fuki::after {
   left: -82px;
}
/* 第一世代SEでも見るなら320px */
@media screen and (min-width: 320px) {
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
   width: 54px; /*画像の大きさを調整*/
   height: 54px;
   }
.entry-content .l-fuki,
.entry-content .r-fuki {
   width: calc(100% - 76px);
   }
 .entry-content .l-fuki::after {
   right: -66px;
   }
 .entry-content .r-fuki::after {
   left: -66px;
   }
}

@media screen and (min-width: 768px) {
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
   width: 60px; /*画像の大きさを調整*/
   height: 60px;
   }
.entry-content .l-fuki,
.entry-content .r-fuki {
   width: calc(100% - 82px);
   }
.entry-content .l-fuki::after {
   right: -72px;
   }
.entry-content .r-fuki::after {
   left: -72px;
   }
}

@media screen and (min-width: 992px) {
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
   width: 72px;
   height: 72px;
   }
.entry-content .l-fuki,
.entry-content .r-fuki {
   width: calc(100% - 94px );
   }
.entry-content .l-fuki::after {
   right: -84px;
   }
.entry-content .r-fuki::after {
   left: -84px;
   }
}
.hatsu1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20210923/20210923201641.png);}
.hatsu4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20210923/20210923201732.png);}

.papa1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20210923/20210923201116.png);}
.papa2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20210923/20210923201327.png);}
.papa3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20210923/20210923201249.png);}
.papa4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20210923/20210923201309.png);}

.mama1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20210923/20210923201943.png);}
.mama2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20210923/20210923202002.png);}
.mama3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20210923/20210923202017.png);}
.mama4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20210923/20210923202033.png);}

.kanri::after {background-image:var(--photo);}

/* codoc 投げ銭カスタマイズ */
.codoc-support { /** 全体 **/
   background: var(--back-color)!important; /* 背景色 */
   }

.codoc-support .codoc-support-title { /** メッセージ部分 **/
   color: #777!important; /* 文字色 */
   font-size: 14px!important; /* 文字サイズ */
   margin: -0.3em 0 1em 0!important; /* 余白の調整 */
   }

.codoc-entry .codoc-btn, /** codocボタン **/
.codoc-entry .codoc-buy .codoc-btn, /** 購入ボタン **/
.codoc-entry .codoc-support .codoc-btn { /** サポートボタン **/
   font-size: 14px!important; /* 文字サイズ */
   border: solid 1px (--main-color)!important; /* 枠線 */
   color: var(--moji-color)!important;  /* ボタンの文字色 */
   background: #f5f5ff;  /* ボタンの背景色 */
   }
.codoc-entry .codoc-buy .codoc-btn:hover,
.codoc-entry .codoc-support .codoc-btn:hover {
   color: #fff!important; /* 文字色 */
   background: var(--main-color)!important; /* 背景色 */
}

/* 目次JAVA表示 */
.modal {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 box-sizing: border-box;
 margin: 0;
 padding: 0;
 display: none;
 z-index: 999;
}

.modal > .modal-overlay {
 position: absolute;
 width: 100%;
 height: 100%;
 box-sizing: border-box;
 margin: 0;
 padding: 0;
 background: rgba(0,0,0,0.7);
}

.modal > .modal-content {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
 width: 60vw;
 max-width: 500px;
 max-height: 65vh;
 box-sizing: border-box;
 margin: 0;
 padding: 10px 12px 12px ;
 background: rgba(0,0,0,0.3);
 overflow-y: scroll;
}
@media screen and (max-width: 768px) {
 .modal > .modal-content {
   max-width: auto;
   width: 85vw;
 }
}

.modal > .modal-content > .modal-close_wrapper {
 padding: 0;
 margin: 0;
 text-align: center;
}
.modal > .modal-content > .modal-close_wrapper > a.modal-close {
 font-size: 1em;
 color: var(--ground-color);
 text-decoration: none;
}
.modal > .modal-content > .modal-close_wrapper > a.modal-close:hover {
 color: var(--back-color);
 text-decoration: none;
}

/* footer navigation */
.footer-nav {
 margin-bottom:env(safe-area-inset-bottom); /*iPhoneX対策*/
 display: -webkit-flex;
 display: flex;
 position: fixed;
 bottom: 15px;
 right: 18px;
 padding: 0;
 z-index: 10;
}

.footer-nav li {
   color:rgba(70,130,180,0.8);
   background-color:rgba(70,130,180,0.2);
   border: 2px solid rgba(70,130,180,0.8);
   border-radius: 50%;
   list-style-type: none;
   margin-left:10px;
}
.footer-nav li a{
 display: block;
 width: 45px;
 height: 45px;
 font-size: 22px;
 line-height: 45px;
 text-align:center;
   }
.footer-nav li:hover {
 background-color:rgba(70,130,180,0.5);
 transition: background-color 0.8s;
}
@media(min-width:768px) {
.footer-nav li a{
 display: block;
 width: 56px;
 height: 56px;
 font-size: 28px;
 line-height: 56px;
   text-align:center;
   }
}

.footer-nav2 {
 margin-bottom:env(safe-area-inset-bottom); /*iPhoneX対策*/
 display: -webkit-flex;
 display: flex;
 position: fixed;
 bottom: 35px;
 left: 18px;
 padding: 0;
 z-index: 10;
}

/* 更新日表示 */
.date-last-updated{
   color:var(--link-color);
}
.date-last-updated::after{
   margin-left: 1px;
   content: "更新" ;
   font-size: 80%;
   color: var(--link-color);
}

/* 各種非表示 375はiphone8サイズ以上 */
@media (min-width: 375px){
span.author.vcard {display:none;}/*記事の下のはてなIDの表示を消す*/
.entry-footer-time {display: none;}/*記事が書かれてからの日付を消す*/
.archive-entries .date {display: none;}/*記事一覧やカテゴリ一覧の日付を消す*/
/*.entry .date {display: none;}/*記事の日付を消す*/
.page-index .date {display:initial;}/*記事一覧トップの日付を再表示する*/
.page-index .archive-entry-body .social-buttons {display: none;}/* 一覧カードのスターを消す */
.archive-entry-body .social-buttons {display: none;}/* カテゴリー別一覧カードのスターを消す */
div.profile-about {display: none;}/* プロフィールのこのブログリンクを消す */
/*.subscription-count-box {display:none!important ;}/* プロフィールの読者カウントを消す */
}
@media(min-width: 992px){
.archive-entry-body .social-buttons {
   display:initial;}/* PCでカテゴリー別一覧カードのはてなスターを再表示 */
}

.page-index .pager {display: none;}/*記事一覧トップから次ページ表示を消す*/

/* イメージカラー調整 ====================================================== */
:root{
--main-color:#3c6f99;
--link-color:#3c6f99;
--back-color:ghostwhite;
--moji-color:#454545;
--tab-color:#0f2350;
--sub-color:#999;
--ground-color:#fefdfd;
--quote-color:#7A87B0;
--accordion-color:lightslategray;
/*--translucent-color:rgba(70,130,180,0.5);*/
}

/* アコーディオン（折りたたみ）パネル */
details {
 margin: 12px 5px!important;
}

details summary {
 list-style: none;
 max-width: 600px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 font-size: 15px;
 font-weight: bold;
 color: #fff;
 background: var(--accordion-color);
 padding: 14px;
 margin: 0px !important;
 border-radius: 6px;
}

details summary::-webkit-details-marker {
 display: none;
}

/* summaryのchevronアイコン部分 */
details summary::after {
 content: "\f008"; /* アイコン追加 */
 font-family: blogicon;
 transition: transform 0.3s ease-in-out; /* アイコンのアニメーション */
}

/* 折りたたみ部分 */
details > ul {
 list-style: none;
 max-width: 600px;
 border: 2px solid var(--accordion-color);
 border-top: 0px;
 border-radius: 0 0 6px 6px;
 background: var(--ground-color);
 font-size: 14px;
 margin: 0px !important;
 padding: 8px 12px!important;
 opacity: 0;
 transform: translateY(-20px);
 transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out; /* アニメーション時間の変更 */
}

details > ul > li {
 padding: 12px!important;
 transition: .3s; /* 変化するまでの時間 */
 text-align:left;
}

details > ul > li:not(:last-child) {
 border-bottom: 1px dashed var(--accordion-color);
}

/* open時のanimation */
details[open] summary {
 border-radius: 6px 6px 0 0;
}

details[open] summary::after {
 content: "\f008";
 font-family: blogicon;
 transform: rotate(180deg); /* アイコンの回転 */
}

details[open] ul {
 opacity: 1;
 transform: translateY(0);
}

table{
background-color:transparent;
}
td{
background-color:#fff;
}

/* フレックスボックス設定 */
.flex-container{
   display:flex;
   justify-content:center;
   padding:5px;
   flex-wrap:wrap;
   align-items:center;
/*    align-content:center;*/
}
.flex-container>.flex-item{
   flex:0 1 1; /*伸びない*/
   margin:5px 15px;
   text-align:center;
}
.flex-container>.flex-item-auto{
   flex:1 1 auto; /*伸びる*/
   margin:5px 15px;
   text-align:center;
}

/*ブログカードの幅を100％に。.embed-blogcard{max-width:700px!important;}*/

/*サムネイル画像を浮き上がらせる.page-archive .archive-entry,*/
.ukasu,
.entry-thumb{
   transition: .3s; /*変化するまでの時間*/
}
.ukasu:hover,
.entry-thumb:hover {
   transform: translateY(-5px); /*上に5px移動*/
   box-shadow: 0 5px 10px rgba(0,0,0,.2); /*影の距離　ぼかし幅　色*/
}

/* ボタンを横に揺らす */
.yureru-s {
	animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
	0% {
		transform: translate(2px, 0px);
	}
	5% {
		transform: translate(-2px, 0px);
	}
	10% {
		transform: translate(2px, 0px);
	}
	15% {
		transform: translate(-2px, 0px);
	}
	20% {
		transform: translate(2px, 0px);
	}
	25% {
		transform: translate(-2px, 0px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}
/***ステップバーデザイン3***/
.step-wrap {
counter-reset: count;
margin: 2em 0;
background-image: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 1px, #fff 2px, #fff 8px);
position: relative;
}
.step-content {
padding: 1.3em 0 .3em 1em;
margin: 0 0 1em 1.5em;
position: relative;
border-top: dotted 1.5px var(--sub-color);
}
.step-content::before {
content: "";
display: block;
position: absolute;
bottom: 0;
left: -8px;
border-style: solid;
border-width: 16px 6px 3px 6px;
border-color: var(--main-color) transparent transparent transparent;
}
.step-content::after {
content: "";
display: block;
height: calc(100% - 36px);
border-left: dashed 2px var(--main-color);
position: absolute;
top: 16px;
left: -4px;
}
.step-label {
padding: 3px 20px 3px 15px;
color: #fff;
font-weight: bold;
font-size:85%;
position: absolute;
top: -18px;
left: -20px;
background: var(--main-color);
border-radius: 20px;
z-index: 1;
}
.step-label::after {
counter-increment: count;
content: counter(count);
position: relative;
left: .3em;
}
.step-title {
font-weight: bold;
font-size: 110%;
}
.step-wrap > :last-child {
border-bottom: dotted 1.5px var(--sub-color);
}
.step-wrap > :last-child::before, .step-wrap > :last-of-type::after {
display: none;
}
/*　チェックボックス　*/
 .check li{
   position: relative;
   padding-left: 20px;
   list-style: none;
}

 .check li:before {
   content: "";
   position: absolute;
   top: .35em;
   left: 1px;
   -webkit-transform: rotate(50deg);
   -ms-transform: rotate(50deg);
   transform: rotate(50deg);
   width: 3px;
   height: 7px;
   border-right: 2px solid var(--moji-color);
   border-bottom: 2px solid var(--moji-color);
 }

 .check li:after {
   content: "";
   position: absolute;
   top: .2em;
   left: -5px;
   width: 15px;
   height: 15px;
   border: 1px solid var(--moji-color);
   border-radius: 2px;
}
/* QA Box */
.qa-acbox {
   max-width: 500px;
   margin-bottom: 7px;
   border: 1.2px solid var(--sub-color);
   border-radius: 5px;
}

.qa-acbox summary {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
   padding: 1em 1em 1em 3em;
   color: var(--moji-color);
   background:var(--ground-color);
   font-weight: 600;
   cursor: pointer;
}

.qa-acbox summary::before,
.qa-acbox p::before {
   position: absolute;
   left: 1em;
   font-weight: 600;
   font-size: 1.3em;
}

.qa-acbox summary::before {
   color: #75bbff;
   content: "Q";
}

.qa-acbox p {
   position: relative;
   transform: translateY(-10px);
   opacity: 0;
   margin: 0;
   padding: 1em 2em 1em 3em;
   color: var(--moji-color);
   transition: transform .5s, opacity .5s;
   font-size:94%;
}

.qa-acbox p::before {
   color: #ff8d8d;
   line-height: 1.2;
   content: "A";
}
.qa-acbox[open] p {
   transform: none;
   opacity: 1;
   border-top:1px dotted var(--sub-color);
}