/* <system section="theme" selected="17680117126981573769"> */
@charset "utf-8";
/*
  Theme: classic diary
  Author: z0i.net
  Responsive: yes
  Description:
  ver 0.0.4


  Released under the GPL.

  http://z0i.net/

  #5279e7 :青
  #9699A2  :グレー

*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, 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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*--------------------------------------------------*/
*, :after, :before {
    box-sizing: border-box;
}

body, html {
    background: #f9fafb;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #293030;
}

html {
  font-size: 62.5%; /* -> 10px; */
}
body {
    font-size: 1.6rem;
    line-height: 1.7;
}


a{
  color: #293030;
  text-decoration: none;
}


a:hover{
  color: #0056b3;
  text-decoration: underline;
}

h1 {
 font-size: 2.4rem;
}
h2 {
 font-size: 2.4rem;
}
h3 {
 font-size: 2.0rem;
}

h4 {
 font-size: 1.8rem;

}
h5 {
 font-size: 1.7rem;
}
h6 {
 font-size: 1.6rem;
}
/*==============================*/
/* タイトル（ヘッダー）         */
/*==============================*/
/*
h1#title{
 font-size: 2.4rem;
}
*/
#title{
border-bottom: 1px dotted #5279e7;
}

/*--------------*/
/* ブログの説明 */
/*--------------*/
#blog-description{
  display:none;
}
/*==============================*/
/* レスポンシブ                 */
/*==============================*/
.entry-content img{
  max-width:100%;
  height:auto !important;
}
/*==============================*/
/* レイアウト                   */
/*==============================*/
/*-----------------------------*/
#content:after{
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 769px){
  #container,
  footer#footer{
    margin-left:5%;
    margin-right:5%;
  }
}
/*--------------------*/
/*2カラム（900px以上）*/
/*--------------------*/
@media (min-width: 900px){
  #main {
      float: right;
      width: calc(100% - 220px);
  }
  #box2 {
    float: left;
    width: 220px;

    margin-top: 0;
    padding-left:10px;
  }

}
/*==============================*/
/*ボタン                        */
/*==============================*/
/*--------------------*/
/* 続きを読む              */
/*--------------------*/
.leave-comment-title,
.entry-content a.entry-see-more,
.read-more-comments a{
  border-radius: 2px;
  border: solid 1px #e0e1e1;
  display: inline-block;
  text-align: center;
  text-decoration: none;

  line-height: 40px;
  padding-left: 0.8em;
  padding-right: 0.8em;

  color: #293030;
}

.read-more-comments{
  margin-top:20px;
}
/*==============================*/
/* アーカイブ                   */
/*==============================*/
.archive-header-category .archive-heading{
  font-size: 2.0rem;
}
.page-archive .archive-entries:after{
    content: "";
    clear: both;
    display: block;
}

.page-archive .archive-entry{
  margin: 0px 5px 20px 0px;

  width:100%;
  float: left;
  position: relative;
  border: solid 1px #5279e7;
}

@media (min-width: 769px){
  .page-archive #main-inner{
    padding-left:15px;
  }

  .page-archive .archive-entries{
    margin-left:2%;
    margin-right:2%;
  }

  .page-archive .archive-entry{
    margin: 0px 5px 20px 5px;
  }
}


.page-archive .archive-date{
  background-color: #5279e7;
  padding: 3px 10px;
}

.page-archive .archive-date a{
  color: #fff;
}

.page-archive .entry-title a{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;

    color: #363c49;
    margin: 0;
    display: block;

    padding-top:10px;
    padding-left:10px;
}

.page-archive .entry-title {
    margin: 0;
    height: 1.2em;
    overflow: hidden;
}
.page-archive .archive-entry-body,
.page-archive .categories{
  padding-left:5px;
  padding-right:5px;

}

.page-archive .entry-thumb-link{
   padding: 5px;
  
   display: block;
}

.page-archive .entry-thumb-link + .archive-entry-body{
  min-height:130px;
}
.page-archive .social-buttons{
    display:none;
}
/*==============================*/
/*個別記事                      */
/*==============================*/
.entry.sleeping-ads .entry-content{
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.entry-content a{
  color: #0056b3;

}
.entry h1 {
 margin-bottom:0;
}

.entry-content h2 {
  border-left: 5px solid #5279e7;
  border-bottom: 1px solid #5279e7;
  padding: 2px 5px 2px 10px;
}

.entry-content h3{
 border-left: 5px solid #5279e7;
 /*border-bottom: 1px solid #5279e7;*/
 padding: 2px 5px 2px 10px;
}

.entry-content h4:before {
    content: '';
    display: inline-block;
    width: .8em;
    height: .8em;
    background: #5279e7;
    margin: 0 12px 0 0;
}

.entry-content h5 {
    /*border: 10px solid transparent; 2024/06/12 del */
    /* border-left: 13px solid #5279e7; 2024/06/12 del */
    /* line-height: 0 !important; 2024/06/12 del */
    padding: 0 0 0 8px;
}

/* add st 2024-06-12 */
.entry-content h5{
    position:relative;
    border-left: 10px solid transparent;
}

.entry-content h5:before{
    position:absolute;
    content:"";
    display:inline-block;

    top: 3px;
    left:-13px;

    border: 10px solid transparent;
    border-left: 13px solid #5279e7;
}

/* add ed 2024-06-12 */



.entry-header .entry-date /*.first*/{
   background-color: #5279e7;
   padding: 3px 10px;
}
.entry-header .entry-date /*.first */ a{
    color: #fff;
}

.entry-header .entry-title,
.entry-header .entry-categories,
.customized-header{
   margin-left:20px;
}

.entry-title a{
  color: #000;
  text-decoration: none;
}

.entry-title a::before {
 content: "■";
 font-size: 1.5em;
 padding-right: 8px;
 text-decoration: underline;
 color: #5279e7; /*#0056b3;*/
}

@media (min-width: 900px){
  .entry{
     padding-left:30px;
  }
}
.entry-header{
  border-left: 1px solid #5279e7;
  border-right: 1px solid #5279e7;
}
.entry-content{
  border-left: 1px solid #5279e7;
  border-right: 1px solid #5279e7;
  border-bottom: 1px solid #5279e7;
}



.entry-content{
  padding: 20px;
}

.entry-footer{

}

.entry-footer .comment-box{
}



/*--------------------*/
/* カテゴリ           */
/*--------------------*/
.categories a::before {
  content: "[ ";
}
.categories a::after {
  content: " ]";
}

/*==============================*/
/*サイドバー                    */
/*==============================*/
@media (min-width: 900px){
  #box2{
     font-size: 1.4rem;
  }
}

.hatena-module-title{
  text-align: center;
  border-bottom: 1px solid #5279e7;
  margin-bottom: 10px;
}

@media (max-width: 899px){
.hatena-module-title{
  background-color: #5279e7;
  padding: 3px 10px;
  color: #fff;
  }
.hatena-module-title a{
  color: #fff;
  }
}

.widget-menu,
.hatena-urllist {
  padding-left: 1.5em;
}

.widget-menu{
  list-style-type: disc!important;
}

@media (max-width: 899px){
  .hatena-urllist {
      padding-left: 0;
      list-style: none;
  }
  .hatena-urllist li {
      border-top: 1px dotted #cfd8d8;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
  }
  .hatena-urllist>li:last-child {
      border-bottom: 1px dotted #cfd8d8;
  }
}
/*==============================*/
/*脚注                    */
/*==============================*/
.footnote .footnote{

}

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

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

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

/*==============================*/
/* フッター                  */
/*==============================*/
#bottom-editarea{
  margin-top:30px;
  margin-bottom:30px;
  padding-top:20px;
  padding-bottom:20px;
}
footer#footer{
  padding-top:20px;
  border-top: dotted  1px #5279e7; 
  text-align: center;
}
/*--------------------*/
/* blockquote,pre     */
/*--------------------*/
.entry-content blockquote:not([class]) {
  font-size:1.5rem;
  border: 1px solid #5279e7 ;
  margin: 1em 5px;
  padding: 0.5em 5px;
}
@media (min-width: 414px){
  .entry-content blockquote:not([class]){
    margin: 1.5em 10px;
    padding: 0.5em 10px;
  }
}


.entry-content blockquote:not([class]) p {
  display: block;
}
.entry-content pre {
    background-color: #e7ebff;
    margin: 0 0 5px;
    padding: 10px;
    white-space: pre;
}
@media (min-width: 414px){
  .entry-content pre{
    margin: 0 0 10px;
    padding: 20px;
  }
}
/*--------------------*/
/* 表 table           */
/*--------------------*/
.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
}
.entry-content table {
    max-width: none;
}
.entry-content table th {
    background: #e5e5e5;
}
.entry-content table td, 
.entry-content table th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

/*--------------------*/
/* 目次               */
/*--------------------*/
/*https://blog.z0i.net/2017/01/hatena-table-of-contents.html */

.entry-content .table-of-contents {
    background: #f9fafb;
    margin-left: 0;
    padding: 10px 10px 10px 35px;
}

.entry-content dd, .entry-content ol, .entry-content ul {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

.table-of-contents:before{
  content: "目次";
  font-size:1.6rem;
  font-weight: bold;
}
.table-of-contents{
  font-size:1.5rem;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  padding-bottom:10px;
}

/*--------------------*/
/* 検索窓             */
/*--------------------*/
input[type="submit"] {
  -webkit-appearance: none;
}

.hatena-module-search-box .search-form {
    padding-right: 60px;
    position: relative;
}
.hatena-module-search-box .search-module-input {
    width: 100%;
    padding: 10px 10px;
    background: none;
    border: 1px solid #d2d7e5;
}
.hatena-module-search-box .search-module-button{
    padding: 9px 10px;
    position: absolute;
    top: 2px;
    right: 0;
    border: 1px solid #d2d7e5;
    border-radius: 4px;
    cursor: pointer;

}


/*==============================*/
/* パンくず        */
/*==============================*/
.page-entry .breadcrumb {
    margin-top: 1em;
    font-size:1.3rem;
}

/*==============================*/
/* ページナビ　前後記事        */
/*==============================*/
/*2017*/
.pager {
  height: auto;
  overflow: hidden;
}
.pager .pager-next,
.pager .pager-prev {
  position: relative;
  display: inline-block;
}
.pager .pager-next {
  float: right;
  text-align: right;
}

.pager a {
  display: block;
  padding: 10px 20px;
  overflow: hidden;
  text-decoration: none;
  min-height: 80px;
}

.pager .pager-next, .pager .pager-prev {
  width: 50%;
}

/*hatena*/
/*1カラム*/
.page-index .pager .pager-next,
.page-index .pager .pager-prev,
.page-archive .pager .pager-next,
.page-archive .pager .pager-prev{
    width: 100%;

}

.page-index .pager a ,
.page-archive .pager a {
  min-height: 20px;
  padding-right: initial;
  text-align: center;
}

.page-archive .pager{
  margin-bottom:20px;
}

/* </system> */

/***サイドバー：スマホでは非表示モジュール分***/
@media screen and (max-width:767px){
.hatena-module-search-box{display:none;}/*検索ボックス*/
.hatena-module-profile{display:none;}/*プロフィール*/
.hatena-module-recent-entries{display:none;}/*最新記事*/
.hatena-module-links{display:none;}/*リンク*/
.hatena-module-category{display:none;}/*カテゴリー*/
.hatena-module-html{display:none;}/*HTML*/
.hatena-module-custom-bookmark{display:none;}/*カスタム・注目記事（はてな被ブックマーク）*/
.hatena-module-custom-osusume{display:block}/*カスタム・最新記事（特定カテゴリー）当該のみ表示*/
}

/* サイドバーの文字の大きさ */
#box2 {
font-size:11px!important;
}
/* サイドバーの幅 */
@media (min-width: 900px){
  #main {
      width: calc(100% - 220px);
  }
  #box2 {
    width: 150px;
  }
}
/* サイドバーの各モジュール自体のタイトルが、リンクになっている部分の文字色 */
.hatena-module-title a { /*「a」（アンカー）タグ＝リンク部分のみに対して設定*/
    color: inherit; /* 親要素の色を継承 */
}
/* サイドバーの各モジュール内の明細行が、リンクになっている部分を青字化 */
.hatena-module-body a { /*「a」（アンカー）タグ＝リンク部分のみに対して設定*/
    color: blue; /*文字色*/
}

/* 記事本文の枠の幅 */
@media (min-width: 769px){
  #container,
  footer#footer{
    margin-left:1%;
    margin-right:1%;
  }
}

/*==============================================
画面上部に貼りつく「固定グローバル・メニュー」かつ「ドロップダウン・メニュー」
================================================*/
ul.navi-top, ul.navi-top a {
        color:blue;/*メニューバーの文字色*/
        background-color:white;/*メニューバーの背景色*/
}

ul.navi-top a:hover {
        color:white;/*マウスオーバー時の文字色*/
        background-color:grey;/*マウスオーバー時の背景色*/
}

ul.navi-top {
        position:fixed;/*位置固定（left:0やtop:0と合わせての画面上位に固定？）*/
        left:0;
        top:0;
        margin-top: 5.3em;/*枠線外・上余白・メニュー文字の５．３文字分（？）を空けることで、「はてなブログ」規定ヘッダーと当該ブログ・タイトルの隙間（汗）に当該「固定グローバル・メニュー」を表示（※各ブログごとでの改変対象数値）*/
     /* margin: 0;  枠線外・余白（コメント囲いで無効化）*/
        padding:0;/*枠線内・余白*/
        font-size:65%;/*カテゴリ名の文字の大きさを縮小（※各ブログごとでの改変対象数値）*/
     /* font-size:14px;  カテゴリ名の文字の大きさ（コメント囲いで無効化）*/
        width:100%;
        text-align:center;/*左寄せや右寄せではなく均等配置*/
        z-index:50;/*重なり順（※10000などの巨大数を指定すると、「はてなブログ」規定ヘッダーに上塗り優先する形で、当該「グローバル・メニュー」が表示されるが、規約違反なので不可！　画面スクロール時に最優先表示の「はてなブログ」規定ヘッダーから離脱することで、当該「グローバル・メニュー」が本文よりも優先表示される模様）*/
}

/*１階層目*/
ul.navi-top li {
        width: 80px;/*１階層目の幅（※各ブログごとでの改変対象数値。★画面幅の拡縮に応じて変化する「width: calc(100% / メニューのカテゴリ数 )」を指定したら、２層目が表示不可になってしまった。どなたか解決策を教えてくださいませ！・汗）*/
        display: inline-block;/*ヨコ並びのブロック要素だが、幅・高さ・内外余白指定可（※float:leftの代替？　高度版？）*/
        list-style-type: none;/*カテゴリ名の先頭に中点や番号なし*/
        position: relative;/*相対位置*/
}

ul.navi-top a {
        line-height: 18px;/*メニューバーの高さ（※各ブログごとでの改変対象数値）*/
        text-align: center;/*文字位置・中央寄せ*/
     /* padding-left:10px;  枠線内・左余白（コメント囲いで無効化）*/
        text-decoration: none;/*文字装飾・なし*/
        font-weight: nomarl;/*文字の太さ・普通*/
        display: block;/*タテ並びのブロック要素で、幅・高さ・内外余白指定可*/
}

/*２階層目*/
ul.navi-top ul {
        display: none;/*非表示（？）*/
        margin:0px;/*枠線外余白*/
        padding:0px;/*枠線内余白*/
        position: absolute;/*絶対位置*/
        z-index:51;/*重なり順（※2025年５月31日追加。１階層目は「50」なので、２階層目は「51」にすることで、スマホ画面で１階層目が２行にわたってしまった場合に、１行目の２階層目については、２行目の１階層目の方が優先されてしまって、ウラに隠れて非表示になってしまう不具合を解消*/
}

ul.navi-top ul a{
        width: 100%;/*２階層目の幅（※小さい数値の％だと崩れる）*/
} 

ul.navi-top li:hover ul {
        display: block;/*タテ並びのブロック要素で、幅・高さ・内外余白指定可*/
}

/*==============================================
「ブログのタイトル」下に、「グローバル・ナビゲーション・メニュー」追加
================================================*/
.nav>ul {
        padding: 0;/*枠線内余白*/
        margin: 0;/*枠線外余白*/
        width: 100%;
     /* margin-bottom: 30px;  枠線外・下余白（拙ブログではコメント囲いで無効化）*/
        display: block;/*ブロック要素にする*/
        overflow: hidden;/*内容が収まらない場合、非表示*/
}

.nav>ul>li {
        box-sizing: border-box;/*paddingやborder-widthの幅に関係なくwidthに指定した値優先。幅にborderとpaddingを含む？*/
        width: calc(100% / 8);/*メニュー幅÷★メニューおススメ記事数（※各ブログごとでの改変対象数値）*/
        height: 20px;/*メニュー・ブロックの高さ（※各ブログごとでの改変対象数値）*/
        line-height: 20px;/*メニュー・１行の高さ（※各ブログごとでの改変対象数値）*/
     /* background: linear-gradient(#1a1a1a, #676767, #1a1a1a);  グローバルメニュー背景色（拙ブログではコメント囲いで無効化）*/
     /* border-left: 1px solid white;  要素の左辺に白いボーダー（枠線）付与（拙ブログではコメント囲いで無効化）*/
     /* color: white;  グローバルメニュー文字色（拙ブログではコメント囲いで無効化）*/
        font-size: 65%;/*★記事名の文字の大きさを縮小（※各ブログごとでの改変対象数値）*/
        float: left;/*初期表示はタテ並びのカテゴリ⇒左寄せでヨコ並び化*/
        list-style-type: none;/*カテゴリ名の先頭に中点や番号なし*/
        text-align: center;/*左寄せや右寄せではなく均等配置*/
        position: relative;/*相対位置*/
     /* transition: box-shadow .3s ease-in-out;  マウスオーバー時の動き（影を付与）（拙ブログではコメント囲いで無効化）*/
}

/*first-child：要素内で最初に現れる子要素を対象にスタイルを適用*/
.nav>ul>li:first-child() {
        border-left: 0;/*要素の左辺にボーダー（枠線）付与。０指定だから付与なしの意味？　不明なので残してます（汗）*/
}

/*  .nav>ul>li:hover {  （拙ブログではコメント囲いで無効化）*/
     /*   box-shadow: 0 0 50px 25px #1a1a1a inset;  マウスオーバー時に最終的にメニューのカテゴリ名のエリアの縁に影を付与？？（拙ブログではコメント囲いで無効化）*/
/*  }  （拙ブログではコメント囲いで無効化）*/

.nav>ul>li>a {
        color: #0000FF;/*グローバル・メニューのカテゴリ名の文字色＝青*/
        position: absolute;/*絶対位置*/
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
}


/* 記事下ソーシャルボタン 下部の余白 */
.sns-tag-cloud-under {
   margin: 0px 0 30px 0;
}

/* SNSシェアボタン */
.sns-tag-cloud {
   padding-inline-start: 0px;
font-size: 12px;
font-weight: bold;
}

.sns-tag-cloud-under {
   padding-inline-start: 0px;
font-size: 12px;
font-weight: bold;
text-align:center;
}

a.sns-tag-cloud-hatenab {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
color: #00A4DE;
border: 1.5px solid;
border-color: #00A4DE;
border-radius: 3px;
}
a.sns-tag-cloud-hatenab:hover {
background: #00A4DE; 
color: #fff; 
}

a.sns-tag-cloud-facebook {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #4064AC;
border: 1.5px solid;
border-color: #4064AC;
border-radius: 3px;
}
a.sns-tag-cloud-facebook:hover {
background: #4064AC; 
color: #fff; 
}

a.sns-tag-cloud-twitter {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #1DA1F2;
border: 1.5px solid;
border-color: #1DA1F2;
border-radius: 3px;
}
a.sns-tag-cloud-twitter:hover {
background: #1DA1F2; 
color: #fff; 
}

a.sns-tag-cloud-pocket {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #EF4056;
border: 1.5px solid;
border-color: #EF4056;
border-radius: 3px;
}
a.sns-tag-cloud-pocket:hover {
background: #EF4056; 
color: #fff; 
}

a.sns-tag-cloud-line {
	display: inline-block;
padding: 10px;
margin:3px;
	line-height: 1;
	text-decoration: none;
	color: #21BA4E;
border: 1.5px solid;
border-color: #21BA4E;
border-radius: 3px;
}
a.sns-tag-cloud-line:hover {
background: #21BA4E; 
color: #fff; 
}