/* <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> */