@charset "UTF-8";
/*
  Author: SimpleLifeNavi(id:simplelifenavigation)
  Responsive: yes
/* Document
   ========================================================================== */

/* ##### 基本構造 ##### */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 93.75%;
}
@media (min-width: 768px) { 
    html {font-size: 100%;}
}

/* Sections
   ========================================================================== */

/* 背景色の指定 */
#body {
    margin: 0px;
    padding: 0px;
}

#container,
#top-editarea {
    background-color: #fefcfc ; /* ブログ記事全体の背景色 */
    padding: 0px ;
    margin: 0px  ;
}

/* はてなブログヘッダー（プロで消せるところ）の文字色変更 */
#globalheader-container {
    color: darkslategray;
    background: #gray ;  
    position: relative;
    margin: 0px;
    border: none ;
    padding: 0px;
}

/* Add the correct display in IE 9-.*/
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/* Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/* Add the correct display in IE 9-.
 * 1. Add the correct display in IE.*/
figcaption,
figure,
main {
    display: block;
    font-size: 85%;
}

/* Add the correct margin in IE 8.*/
figure {
    margin: 1em 40px;
}

/* 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.*/
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/* 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.*/
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
/* 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.*/
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.*/
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

/* Add the correct font weight in Chrome, Edge, and Safari.*/
b,
strong {
    font-weight: bolder;
}

/* 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Add the correct font size in all browsers.*/
small {
    font-size: 80%;
}

/* Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.*/
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: 0px ;
}

iframe{
    border-radius: 0px ;
}

/* 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
   ========================================================================== */
/* Add the correct display in IE 9-.*/
canvas {
    display: inline-block;
}

/* Add the correct display in IE.*/
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/* Add the correct display in IE 10-.*/
[hidden] {
    display: none;
}

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

/*明朝体にする部分の指定
.entry-title,
.archive-header-category ,
.search-result,
.page-archive .entry-title {
    font-family: 'ヒラギノ明朝', '游明朝体', 'MS P明朝', serif ,'メイリオ';
}*/

a {
    color: darkslategray;
    text-decoration: none;
}

a:hover {
    color: #0f668f;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #393f4c;
    line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #393f4c;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0f668f;
}

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

/*本記事等の表示範囲設定*/
/*タブレット表示*/
@media (min-width: 768px) { 
    #globalheader-container,
    #container,
    #footer {
        width: 745px;
        margin: 0px auto;
        padding: 0 0px ;
        }
}

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

/* 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) {
    #content-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

@media (min-width: 768px) {
    #wrapper {
        width: 510px ;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    #wrapper {
        width: 650px;
    }
}

@media (min-width: 768px) {
    #box2 {
        width: 230px !important ;
        margin: 5px ;
        padding: 0 0;
    }
}

@media (min-width: 992px) {
    #box2 {
        width: 300px;
    }
}

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

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

@media (min-width: 768px) {
    #blog-title {
        margin: 0em 0;
        text-align: left;
    }
}

/* ブログタイトルの文字大きさ */
#title {
    margin: 0;
    font-size: 1.0rem;
}

@media (min-width: 992px) {
    #title {
        font-size: 1.2rem;
    }
}

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

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

/* ヘッダ画像を設定したとき */
.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: .9rem;
}
.breadcrumb a{
    color: #393f4c;}

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

/* 記事の見出し部分 */
.entry-header {
    padding-bottom: .5em;
    margin-bottom: .5em;
    position: relative;
}
.date {
    margin-bottom: .5em;
    font-size: .9rem;
}
.date a {
    color: #393f4c;
    text-decoration: none;
}
.date a:hover {
    text-decoration: underline;
}
.entry-title {
    margin: 0 0 .3em;
    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;
}

/* 記事本文の書式 */
/* 記事内の書式 */
div.footnote {
    border-top: 1px dotted darkslategray ; /*脚注*/
}
div.footnote p{
    margin: 0;
    padding: 0;
}
.footnote-text{
    font-size: 13px ; /*脚注の文字の大きさ*/ 
}

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

/*-----記事本文の設定-----*/
.entry-content p {
    line-height: 1.8; /*行間*/
    margin-bottom: 1.0em; /*段落の余白*/
    letter-spacing: 0.0em; /*文字間*/
}
.entry-content a {
    text-decoration: underline;
}

.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;
}
.entry-content h6 {
    font-size: .9rem;
}

@media (min-width: 992px) {
    .entry-content h1,
    .entry-content h2,
    .entry-content h3 {
        font-size: 1.5rem;
    }
}

/*-----リストの設定-----*/
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0.7em 0 0.7em 1.5em;
  padding: 0;
}
.entry-content >ul,
.entry-content >ol {
  background: whitesmoke; /*背景色*/
  padding: 1em 1em 1em 2.2em;
  margin: 0.5em 0.2em;   
}

.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-top: 0;
    margin-bottom: 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 #7A87B0;
    border-bottom:1px solid #7A87B0;
    padding:10px;
    margin: 30px;
}
.entry-content blockquote:before{
    position:absolute;
    background-color:#FFFFFF;
    color:#7A87B0;
    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:#FFFFFF;
    padding:10px;
    color:#7A87B0;
    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: #808080;
}


.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: 50%;
    border: 0;
    border: none;
    border-top: 1px solid #ddd;
    border-radius:10px;
    margin: 2em auto;
}

.entry-content .table-of-contents {
    padding: 1em 1em 1em 2em;
    margin: 1em 0;
    border: 1px solid #ddd;
}

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

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

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

/* コメント */
.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 darkslategray;
    position: relative;
}

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

.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: darkslategray;
    font-size: .85rem;
}

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

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

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

.leave-comment-title::before {
    content: "\f01d";
    color: black;
    font-family: blogicon;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
}
.leave-comment-title {
    padding: .6em 1em;
    font-size: .85rem;
    border: 1px solid #393f4c ;
    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 darkslategray ;
    border-radius:10px;
    padding: .2rem;
    margin: 0rem 1rem;
    font-size: 80%;
}
.pager-next{
    border: 1px dotted darkslategray ;
    border-radius:10px;
    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 #393f4c;
    font-size: 1rem;
    color: #393f4c;
    font-weight: bold;
}

/* サイドバーの見た目調整
　　各タイトルにはてなアイコン設定　*/
.hatena-module-title::before {
    content: "\f02d";
    color: #393f4c;
    font-family: blogicon;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
}
.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*/
}
/* ここまで・はてなアイコン設定 */

.hatena-module-title a {
    color: #393f4c;
    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 darkslategray;
}

.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: #999;
}

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

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

.hatena-module-search-box .search-module-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding: 5px;
    color: black;
    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: 1px darkslategray dashed ;
    text-decoration: none ;
    transition: 0.5s ease ;
}
.hatena-module-category ul li a:hover{
    background: darkslategray ;
}

.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,/*トップで最新記事非表示*/
.page-index .hatena-module-circles { /*参加グループ非表示*/
    display:none;
}
/*.page-index .hatena-module-archive,*/
.page-about .hatena-module-archive { /*aboutページで月間アーカイブ再表示*/    
    display:initial;
}

@media(max-width: 767px){ 
.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 black ;
    margin-bottom: .5em;
}

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

/* Archive */
.archive-header-category {
    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 #fdeff2;
    border-bottom: dotted 1px #fdeff2;   
}

.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;
}
#footer p {
    margin: .5em auto;
    text-align: center;
}
#bottom-editarea p {
    text-align: center;
    font-size: .8rem;
}
#bottom-editarea{
/*border-top: 3px dotted black; */
    margin-bottom: 2.6rem
}

/*記事内　ｈ1〜ｈ5設定*/
h1.entry-title {
    font-size:1.3rem;/*記事タイトルの大きさ*/
}

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

.entry-inner .entry-content h3 {
    color: #393f4c;/*文字色*/
    padding: 0.6rem 1rem ;/*上下の余白*/
    border-top: double 3px #393f4c;/*上線*/
    border-bottom: double 3px #393f4c;/*下線*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
}

.entry-inner .entry-content h4{
    padding: 0.5em 0.6em ;/*文字周りの余白*/
    color: #393f4c ;/*文字色*/
    border-left: solid 5px darkslategray;/*左線*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.00);
}

.entry-inner .entry-content h5{
    background-color: antiquewhite;
    border: dashed 2px darkslategray;
    padding: 0.2em 0.5em;
}

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

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

/* 囲み枠ボックスデザイン　*/
.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 ;
}

.link-btn {
    text-decoration: none!important;
    color: #fff!important;
    font-size: 80%;
    font-weight: bold;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    transition: .2s;
    word-break: break-word;
}
.link-btn:hover {
    transform: translateY(2px);
    opacity: .3;
}

/***ボタン背景色***/
.default {
    background: darkslategray;
}
.blue {
    background: steelblue;
}
.orange {
    background: orange;
}
.bgc-pink {
    background: #fdeff2;
    padding: 0.3em 0.8em;
}
.bgc-blue {
    background: #eaf4fc;
    padding: 0.3em 0.8em;
}
.bgc-yellow {
    background: #ffffe0;
    padding: 0.5em 0.8em;
}
.bgc-gray {
    background: whitesmoke;
    padding: 0.5em 0.8em;
}

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

/* 日付などの前にはてなアイコン設定 */
.date::before {
    content: "\f043";/*アイコン追加*/
    color: #393f4c;
    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;
}

/*=== オススメ記事画像を4つ並べる 参考・bambiさん ===*/
/*背景色
.article-area{
    background-color:white;
}*/
.article-area p{
    line-height: 1.0;
    padding: 10px;
    margin: 0 ;
    font-size: 1.0em;
}
.article-container{
    width: 100%;/*画像表示の幅*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-sizing: border-box;
    margin: 0px auto;
    padding:0px ;
    text-align:center;}
.article-box{
    position: relative;　/*pタグの基準*/
    box-sizing:border-box;
    border-color:5px solid black;/*画像の枠色*/
    background: ghostwhite;
    border-radius: 5px;
    width:25%;
    padding:0px;
    margin:12px 5px 10px;/*画像周りの空白*/
    overflow:hidden;}

.article-box p {/*pタグを画像の左、画像上に*/
  position: absolute;
  top: 5%;
  left: 4%;
  -ms-transform: translate(-5%,-4%);
  -webkit-transform: translate(-5%,-4%);
  transform: translate(-5%,-4%);
  margin:0;/*余計な隙間を除く*/
  padding:0.1rem 0.4rem 0rem ;/*余計な隙間を除く*/
  color: white;/*文字色*/
  background-color: rgba(128,128,0,0.6);/*背景青＋透明*/
  border-radius: 12px;
  font-size: 0.6rem;/*文字サイズ*/
  font-weight: 800;
  }

.article-img img{
    width:100%;
    max-height: 70px;
    border-radius: 3px;
    display:block;
    object-fit:cover; 
    transition-duration: 0.5s;/*ゆっくり戻る*/}
.article-img:hover img{/*マウスオーバーで拡大表示*/
    transform: scale(1.05);/*1.05倍に表示*/
    transition-duration: 0.5s;/*ゆっくり拡大*/}

/* オススメ記事　スマホは２列表示 */
@media(max-width: 767px){
.article-container {
    width:100%;
    flex-wrap: wrap;/*折り返し表示（２列）*/
    justify-content:space-evenly;
    padding:5px ;}
.article-box {
    width:43%;/*旧SEサイズ画面でも2列表示できるよう調整*/
    padding:0px ;
    margin: 3px 0;}
.article-img img{
    width:50%;
    padding:0;
    object-fit:cover;}
}

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

/*== 目次外枠 ==*/
.entry-content .table-of-contents{
    position:relative;display:inline-block;
    border:1px dotted #393f4c;/*上部バーの色*/
    background-color:#fef4f4;/*背景色*/
    border-radius:3px;padding-right:30px;padding-top:10px;
    /*box-shadow: 0 0 0 5px ghostwhite;/*ステッチの外側*/
}
.entry-content .table-of-contents::before{font-size:1rem;
    content: "\f003" "     目次（タップできる）";/*表示文字*/
    font-family: blogicon;
    color: #393f4c;/*文字色*/
    font-weight: normal ;
    position:relative;}
.entry-content .table-of-contents::after {
    content: "\f003";
    font-family: blogicon;
    position: absolute;
    top: -35px;
    left: 13px;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
}

/*== 目次内部 ==*/
.entry-content .table-of-contents>li:first-child {padding-top: 20px;}
.table-of-contents li::before{
    font-family:"blogicon";content:"\f024";/*はてなブログアイコン*/
    color: #393f4c;/*アイコンの色*/
    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:#330000;text-decoration:none;}/*リンクの色、下線の有無*/
.table-of-contents li a:hover{text-decoration:underline;}/*マウスオーバーで下線を表示*/
.table-of-contents ul ul ul {display: none;}/*小見出しを表示しない*/

/*もしもアフィリエイトかんたんリンク*/
.easyLink-box {
    border: 3px solid #eaeaea !important;
    border-radius: 8px;
    min-height: 200px;
}
@media screen and (max-width: 480px) {
.easyLink-box {
    margin: 10px 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;
    max-width: 160px !important;
    min-height: 180px !important;
    top: 50% !important;
    transform: translateY(-50%);
    margin: 0 auto !important;
}
.easyLink-img-box span > img {
    max-width: 160px !important;
    height: 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: #393f4c !important;
}
.easyLink-info-maker, .easyLink-info-model {
    font-size: 12px !important;
    color: #999;
}
.easyLink-info-btn a {
    font-size: 12px !important;
    line-height: 1.2 !important;
    width: auto !important;
    margin: 5px !important;
    padding: .3em 1em !important;
    color: #555 !important;
}
.easyLink-info-btn-amazon {
    border: 3px solid #ffa724 !important;
    background: transparent !important;
/*    background: #ffa724 !important;*/
}
.easyLink-info-btn-rakuten {
    border: 3px solid #c9412c !important;
    background: transparent !important;
/*    background: #c9412c !important;*/
}
.easyLink-info-btn-yahoo {
    border: 3px solid #39c0e0 !important;
    background: transparent !important;
/*    background: #39c0e0 !important;*/
}
@media screen and (min-width: 704px) {
.easyLink-info-name {
    font-size: 15px !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: #fffffc;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki {
  margin: 20px auto 14px 0;
}
.entry-content .r-fuki {
  margin: 20px 0 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 #aaa;
  box-sizing: border-box;
}
.entry-content .l-fuki::after {
  right: -82px;
}
.entry-content .r-fuki::after {
  left: -82px;
}
/*第一世代SEでも見るには320、iPhone6s以上なら478pxでOK*/
@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% - 66px);
  }
  .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% - 72px);
  }
  .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% - 84px);
  }
  .entry-content .l-fuki::after {
    right: -84px;
  }
  .entry-content .r-fuki::after {
    left: -84px;
  }
}
.mama4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629025800.png);}
.mama5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629213556.png);}
.mama6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629025740.png);}
.mama2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629220933.png);}
.mama1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629025721.png);}
.mama3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629223142.png);}

.child4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629025709.png);}
.child5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629213604.png);}
.child6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629025651.png);}
.child2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629220949.png);}
.child1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629025633.png);}
.child3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629223158.png);}

.papa4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629025613.png);}
.papa5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629213543.png);}
.papa6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629025546.png);}
.papa2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629220925.png);}
.papa1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629025509.png);}
.papa3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/simplelifenavigation/20220629/20220629223120.png);}

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

/*==　smartphone　bottom menu　==　参考・バンビさん
Customized by SimpleLifeNavi ,Nov 11,2021 updated
Based on id:zuboraca "https://www.bambi.pro/entry/navigation-bottom-smartphone"*/

.mini-text{font-size:8px;}/*文字の大きさ*/

ul.bottom-menu {
    position: fixed ;
    left:0;
    bottom:0;
    width: 100%;
    height:39px;/*高さ*/
    margin:0;
    padding:0;
    background-color:gray;/*背景色*/
    border-top:2px solid darkslategray;/*バーの上の線*/
    border-bottom:2px solid darkslategray;/*バーの下の線*/
    z-index:9999;
    padding-bottom:env(safe-area-inset-bottom);
}

ul.bottom-menu li {
    float:left;
    width:20%;
    background-color:rgba(250,250,250,0.95);/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:18px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:darkslategray;/*アイコン＆文字の色*/
    padding-top:12px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:black;/*マウスオーバー時の色*/}

/* === 展開メニュー === */
ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

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

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

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

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

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

/* ボトムメニューを表示しない指示 */
@media(orientation:landscape)  , /*スマホで横画面の時*/
@media(min-width: 769px) { /*PC表示の際*/
    .bottom-menu{display:none; }
}

/*スマホの時だけ ボトムメニュー付けたのでフッタを底上げする*/
@media(max-width: 768px){ 
#footer{margin-bottom:48px;}
}

/*jQueryボトムメニュー操作*/
#hover-click > a{
    display: block;
}
#hover-click > ul{
    display: none;
    margin:0
}

/*スマホで横からしゅっと出てくるメニュー
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office Customized by minimalgreen　参考
*/
.drawer_menu a {
	color: inherit;
	text-decoration: none;
}
.drawer_menu a:visited {
	color: inherit;
}

/* PC Tablet用ナビゲーション */
.drawer_menu .drawer_nav_wrapper {
	transform: translate(0);
	width: 100%;
	height: 36px;
	/* PC用メニュー高さ */
	position: relative;
	top: auto;
	right: auto;
	z-index: 100;
	background-color: darkslategray;
	/* PC用メニュー背景色 */
}

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

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

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

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

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

/* ドロップダウンメニュー2階層目 */
@media screen and (min-width: 768px) {
.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: 36px;
		/* PC用メニューの高さに合わせる */
		transition: all .3s;
	}

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

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

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

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

/*スマホ表示*/
@media screen and (max-width: 767px) {
	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(169,169,169, 0.5);
		display: none;
		top: 0;
		left: 0;
	}

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

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

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

	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 18px;
		margin-top: 3px;
	}

	.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: snow;
		overflow-x: hidden;
		overflow-y: auto;
	}

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

	.drawer_menu .drawer_nav li {
        font-weight: normal;
		background-color: snow;
		height: auto;
		line-height: 39px;
		position: relative;
		border-bottom: 1px solid #eee;
	}

	.drawer_menu .drawer_nav li a {
		background-color: snow;
		color: #555;
		display: block;
		text-align: left;
		padding-left: 15px;
	}

	.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: 22px;
	}

	.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: 40px;
		text-align: center;
		vertical-align: middle;
	}
}

.drawer-title {
	text-align: center;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: darkslategray;
	color: #fff;
}

.follow-buttons {
	text-align: center;
	margin-top: 0;
	width: 100%;
}
.follow-buttons a {
    font-size: 19px;
	display: inline-block;
	width: 50px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
}
.follow-buttons .inner-text {
	font-size: 11px;
	display: block;
}
.follow-buttons .lg,
.content-inner-follow-buttons .fa {
	padding: 10px;
	border-radius: 50%;
	margin: 2px auto;
}
.follow-buttons .hatena {
	color: #38393C;
	background-color: transparent;
}
.follow-buttons .blogicon-hatenablog {
	background: #595857;
	color: #ffffff;
}
.follow-buttons .blogicon-hatenablog:hover {
	background: #a9a9a9;
}
.follow-buttons .twitter {
	color: #55acee;
	background-color: transparent;
}
.follow-buttons .blogicon-twitter {
	background: #55acee;
	color: #ffffff;
}
.follow-buttons .blogicon-twitter:hover {
	background: #89C7F7;
}
.pc-hidden .profile-icon {
	float: none;
}
.pc-hidden p{
    font-size: 12px;
    padding: 0.7rem;
}


/*グローバルナビ　メニュー*/
#global-nav {
    margin: 0 auto 1px;
    padding: 0;
    width: 100%;
    display: block;
    overflow-x: auto;
    font-weight: bold;
    background-color: darkslategray;/* 背景色を指定 */
}
#global-nav-top {
    margin: 0 auto ;
    padding: 0;
    width: 100%;
    background-color: rgba(248,248,255,0.6);/* 背景色を指定 */
}

@media(max-width: 768px) {
.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:-64px;}
100%{margin-top:0;}
}

.global-nav-text {
    margin 0;
    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: darkslategray;/* マウスがホバーした時の背景色 */
    color: white;/* マウスがホバーした時の文字色 */
}

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

/*グローバルメニュー固定時のずれ調整 スマホ*/
@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;}
/*ずれ調整終わり*/ }

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

/* PC表示時隠す */
@media (min-width: 768px) {
.nav-bar-hidden-pc {
    display: none !important;
    }
}

/* SNSテキスト設定 */
.sns-txt{
    display:inline-block;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin:1px 0;
}
/* SNSボタン枠設定 */
.sns-follow{
    width: 100%;
    text-align: center;
}
.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: #f1f1f1;
    background: steelblue;
    margin:2px 3px 0;
}    
.twitter-button{
    position: relative;
    top: 0;
    transition: 0.2s ease;
    color: #f1f1f1;
    background: dodgerblue;
    margin:2px 3px 0;
}
.hatena-bookmark-button{
    position: relative;
    top: 0;
    transition: 0.2s ease;
    color: #f1f1f1;
    background: #3b94c5;
    margin:2px 3px 0;
}

/*　以下はjQuery利用前提のCSS　*/
/*　更新日時表示　*/
.lastmod {
    margin-left: 5px ;
    padding: 5px 0px;
    display: inline;
    text-decoration: none;
    font-size: 100%;
    background-color: transparent; /* ←背景色を無効化*/
    color: #393f4c;
}
/*更新日の前の文字*/
.lastmod::before {
    margin-right: 5px;
    margin-left: 1px;
    padding-left: 1px;
    font-size: 90%;
    content: "\f02b";
    font-family: blogicon;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
}
.lastmod::after {
    margin-right: 5px;
    margin-left: 3px;
    padding-left: 3px;
    font-size: 80%;
    content: "updated";
}
.entry-date a {
    background-color: transparent; /* ←背景色を無効化*/
    color:#393f4c;
    font-size: 100%;
    padding: 5px 0px 5px 3px;
    text-decoration: none;
    /*display: none ;*/
    display: inline;
}
/*.date.archive-date a::after {
    margin-right: 3px;
    padding-left: 3px;
    font-size: 85%;
    content:"投稿";
}*/


/*PCタブレットの場合はタイル表示*/
/*@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 {
    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%;
    }
}

/*記事一覧トップの最初の記事の日付の前だけアイコンを変える
.page-index .archive-entries .archive-entry:first-child .date::before {
    content: "\00a0" "\f012" ;
    font-family: blogicon;
    vertical-align: top;
    color: #393f4c;
    }*/

/*記事一覧トップ（固定記事）の最初の記事の日付だけ消す*/
.page-index .top-placed-publication .date,
.page-index .archive-entries .archive-entry:first-child .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: "\f024"" 注目記事""\A";/* 表示文言 */
    font-family: blogicon;
    vertical-align: text-top;
    color: white;/* 文字色 */
    background:#393f4c;
    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: 6.6em;
    text-overflow: ellipsis;
    overflow:hidden;
    color: #393f4c;
}}

/* ページトップ上へ戻るボタン */
#pagetop {
    position:fixed;
    top:5px;
    left:15px;
    padding:0px;
    color:#fff;
    background-color:transparent;
    border: 0px solid rgba(70,130,180,0.8);
    border-radius: 50%;
    text-align:center;
    font-size: 22px;
    z-index: 100;    
}

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

/*各種不要な表示を消す 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: 767px){ 
.archive-entry-body .social-buttons {
    display:initial;}/* PCでカテゴリー別一覧カードのはてなスターを再表示 */
}

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

/* リンクを無効にするCSS */
.stop-link {
    pointer-events:none;/*リンクを非リンクに変える*/
    cursor:default;/*マウスカーソルを矢印のまま変えない*/
    text-decoration:none;/*下線を消す*/
    color:#000000;/*非リンクの文字色と同じにする*/
}

/* ブログタイトルにグーグルフォントを指定するCSS */
#blog-title #blog-description ,
#title a,
.page-about p,
.article-area p{
    font-family: 'Acme', 'Arial';
}
#blog-title {
    background-color: black;
    text-align: center;    
    padding: 10px 0 0;
}
#blog-title a{
    font-size:150%; 
    color: white;
} 
#blog-description{
    font-weight: normal;
    font-size:80%;
    color: white;
    padding: 0 0 5px;
    margin: 0.5em 0 0;
} 

@media (max-width: 600px) {
#blog-title a{
    font-size:110%; } 
#blog-description{
    font-size:65%;} 
}

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

/*トップ画面の日付*/
.date.entry-date.first {
text-align: left;
display: block;
}

/*　Googleフォーム　*/
input[type="text"],
textarea {
    width: 90%;
}

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

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

/*はてなIDや一覧表示時の日付、スターを消す*/
span.author.vcard,
.entry-footer-time,
/*.archive-entries .date,*/
.page-index .archive-entry-body .social-buttons,
.archive-entry-body .social-buttons,
.fn {display: none;}

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

/*タイトル画像調整*/
.hero-image {
  posision:relative;
  overflow:hidden;
  height: 100%;}
.hero-image img{
  border-radius: 0px ;
  posision:absolute;
  width:100%;
  vertical-align: top;/*画像の隙間を消す*/
}

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

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