
@charset "utf-8";
/*トップ画面フッター消去*/
.page-index
.entry-footer{
display:none
}

/*
Theme: hyperspace based on hatena boilerplate
Author: IMUZA.com http://www.imuza.com
Description:
はてなブログの boilerplate をベースにしています。
デザインイメージは、HTML5UP の hyperspace から影響を受けています。

Licensed under the MIT license.
 */
/* Responsive: yes */
/*  import normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
display: block;
  }
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
  canvas,
  progress,
  video {
display: inline-block;
         /* 1 */
         vertical-align: baseline;
         /* 2 */
  }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
display: none;
height: 0;
      }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
  template {
display: none;
  }
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
  a:hover {
outline: 0;
  }
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
  strong {
    font-weight: bold;
  }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
background: #ff0;
color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
  sup {
    font-size: 75%;
    line-height: 0;
position: relative;
          vertical-align: baseline;
  }
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
overflow: hidden;
    }
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
  input,
  optgroup,
  select,
  textarea {
color: inherit;
       /* 1 */
font: inherit;
      /* 2 */
margin: 0;
        /* 3 */
  }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
  select {
    text-transform: none;
  }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
cursor: pointer;
        /* 3 */
  }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
  html input[disabled] {
cursor: default;
  }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
  input::-moz-focus-inner {
border: 0;
padding: 0;
  }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
padding: 0;
         /* 2 */
  }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
height: auto;
  }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
border: 0;
        /* 1 */
padding: 0;
         /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
  th {
padding: 0;
  }
/*  import mixin */
.clearfix {
display: block;
         *zoom: 1;
}
.clearfix:after {
display: block;
visibility: hidden;
            font-size: 0;
height: 0;
clear: both;
content: ".";
}
.inline-block {
display: inline-block;
         *display: inline;
         *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
overflow: hidden;
}
/*  import variable */
/* Common */
html,
  body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
color: #585858;
       background-color: #ffffff;
  }
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
a {
color: #585858;
       text-decoration: none;
transition: all .2s linear;
}
a:visited {
color: #585858;
  }
a:hover {
color: #b74e91;
  }
h1 a,
   h2 a,
   h3 a,
   h4 a,
   h5 a,
   h6 a,
   h1 a:visited,
   h2 a:visited,
   h3 a:visited,
   h4 a:visited,
   h5 a:visited,
   h6 a:visited {
color: #787878;
   }
h1 a:hover,
   h2 a:hover,
   h3 a:hover,
   h4 a:hover,
   h5 a:hover,
   h6 a:hover {
color: #b74e91;
   }
a.keyword {
  border-bottom: 1px dotted #c1c1c1;
color: #585858;
}
/* ヘッダ（グローバルヘッダ）
   グローバルヘッダの中はiframeですが、
#globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
 */
#globalheader-container {
  background-color: #333;
color: #fff;
width: 100%;
       z-index: 0;
}
/* container */
#container {
  word-wrap: break-word;
overflow: hidden;
}
#blog-title,
.entry,
  .pager,
  .archive-entry,
  .archive-heading,
  .search-result,
  .search-result + p,
  .breadcrumb,
#box2 {
  padding-left: 5%;
  padding-left: 5vw;
  padding-right: 5%;
  padding-right: 5vw;
}
.search-result {
  padding-top: 3rem;
}
.search-result .archive-heading {
  padding-left: 0;
  padding-right: 0;
}
/* header */
#blog-title {
  padding-top: 25px;
  padding-bottom: 20px;
background: #205261;
            background-position: 50% 50%;
            background-size: cover;
            font-
}
#title {
margin: 0;
        font-size: 3rem;
        white-space: nowrap;
overflow: hidden;
          line-height: 1.2;
}
#title a {
color: #ffffff;
       text-shadow: 2px 2px 5px #585858;
}
#blog-description {
color: #ffffff;
       text-shadow: 2px 2px 5px #585858;
       font-weight: normal;
       font-size: 1.2rem;
margin: 0;
        line-height: 1;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
background: #fff;
}
#top-box .breadcrumb {
  padding-top: 1rem;
  padding-bottom: 1rem;
background: rgba(49, 36, 80, 0.1);
            line-height: 1.5;
}
#wrapper {
  padding-bottom: 5rem;
background: #ffffff;
}
/* entry */
.entry {
position: relative;
          padding-top: 60px;
          padding-bottom: 5rem;
}
.entry-header {
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #312450;
  border-bottom: 1px solid #312450;
position: relative;
}
.entry-title {
  font-size: 2.4rem;
margin: 0;
        line-height: 1.4;
}
/* 日付 */
.date a {
color: #585858;
       font-size: 1.4rem;
}
.date a:hover {
color: #b74e91;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
}
.categories a {
padding: 5px 8px;
border: 1px solid rgba(88, 88, 88, 0.3);
        border-radius: 3px;
        font-size: 1.2rem;
color: #585858;
}
.categories a:hover {
  border-color: #b74e91;
color: #b74e91;
}
.categories.no-categories {
margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
position: absolute;
bottom: 0;
right: 0;
}
.entry-header-menu a {
  font-size: 0px;
color: red;
}
.entry-header-menu a::before {
  font-family: "blogicon";
content: "\f010";
         font-size: 4rem;
}
/* entry-content の中の書式 */
.entry-content {
  line-height: 1.7;
  padding-bottom: 9px;
}
.entry-content a {
  border-bottom: 1px dotted #b74e91;
}
.entry-content a img {
  margin-bottom: -6px;
  border-bottom: 6px solid #ffffff;
}
.entry-content p {
margin: 0 0 1rem 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
margin: 1.3rem 0 0.8rem 0;
        line-height: 1.5;
  }
.entry-content h1 {
  font-size: 3.2rem;
}
.entry-content h2 {
  font-size: 2.4rem;
  font-weight: bold;
position: relative;
          padding-bottom: .1em;
          border-bottom: 4px solid #328297;
}
.entry-content h2::after {
position: absolute;
bottom: -4px;
left: 0;
      z-index: 2;
content: '';
width: 20%;
height: 4px;
        background-color: #20604F;
}
.entry-content h3 {
  font-size: 1.8rem;
padding: 5px;
         border-left: 4px solid #328297;
}
.entry-content h4 {
  font-size: 1.6rem;
}
.entry-content h5 {
  font-size: 1.4rem;
}
.entry-content h6 {
  font-size: 1.2rem;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
  .entry-content table td {
border: 1px solid #c1c1c1;
padding: 5px 10px;
  }
.entry-content table th {
background: rgba(49, 36, 80, 0.1);
}
.entry-content blockquote {
border: 1px solid #c1c1c1;
margin: 0 0 10px;
padding: 12px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
border: 1px solid #c1c1c1;
margin: 0 0 10px;
padding: 12px;
         white-space: pre;
         font-size: 1.2rem;
         line-height: 1.2;
}
.entry-content pre > code {
margin: 0;
padding: 0;
         white-space: pre;
border: 0;
background: transparent;
            font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 1.4rem;
margin: 0 2px;
padding: 0 5px;
border: 1px solid #eaeaea;
        background-color: #f8f8f8;
        border-radius: 3px;
        font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail {
border: 1px solid #c1c1c1;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content ul,
  .entry-content ol {
    padding-left: 22px;
  }
/* [:contents] */
ul.table-of-contents {
border: 1px solid #312450;
        padding-top: 15px;
        padding-bottom: 10px;
position: relative;
          padding-left: 35px;
}
ul.table-of-contents a {
  text-decoration: none;
}
ul.table-of-contents::before {
content: "目次";
top: -13px;
position: absolute;
left: 13px;
background: #ffffff;
padding: 0 8px;
         font-weight: bold;
         letter-spacing: 3px;
}
a.entry-see-more {
display: block;
         box-sizing: border-box;
width: 100%;
border: 1px solid #c1c1c1;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 40px;
}
a.entry-see-more:hover {
color: #b74e91;
       border-color: #b74e91;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.social-buttons,
  .entry-footer-html {
margin: 10px 0;
  }
/* コメント */
.comment-box {
  margin-top: 5rem;
padding: 20px;
border: 1px solid #c1c1c1;
position: relative;
}
.comment-box::before {
content: "コメント";
position: absolute;
top: -12px;
background: #ffffff;
padding: 0 10px;
         font-weight: bold;
}
.comment-box ul {
  list-style: none;
margin: 0 0 15px 0;
padding: 0;
         font-size: 1.2rem;
         line-height: 1.5;
}
.comment-box li {
padding: 10px 0 10px 60px;
         border-bottom: 1px solid #c1c1c1;
position: relative;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
position: absolute;
top: 10px;
left: 0;
width: 50px !important;
height: 50px !important;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-radius: 3px;
        background-clip: padding-box;
}
.comment-user-name {
margin: 0 0 10px 0;
        font-weight: bold;
}
.comment-content {
margin: 0 0 10px 0;
        word-wrap: break-word;
}
.comment-content p {
margin: 0 0 10px 0;
}
.comment-metadata {
color: #999999;
margin: 0;
}
.leave-comment-title {
padding: 5px 8px;
border: 1px solid #c1c1c1;
        border-radius: 3px;
        font-size: 1.2rem;
color: #585858;
}
.leave-comment-title:hover {
  border-color: #b74e91;
color: #b74e91;
}
textarea {
  font-size: 1rem;
}
/* odd or even */
.entry-even {
background: rgba(49, 36, 80, 0.1);
}
.entry-even blockquote,
  .entry-even pre,
  .entry-even .hatena-asin-detail,
  .entry-even .leave-comment-title {
border: 1px solid #b8b8b8;
  }
.entry-even .comment-box li,
  .entry-even .comment-box li:first-child {
    border-top: 1px solid #c1c1c1;
  }
.entry-even a.entry-see-more {
border: 1px solid #b8b8b8;
}
.entry-even a.entry-see-more:hover {
  border-color: #b74e91;
}
/* sidebar */
#box2 {
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.5;
background: rgba(49, 36, 80, 0.1);
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
}
.hatena-module-title a {
color: #585858;
       text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* urllist module
   リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
 */
.hatena-urllist {
  list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.hatena-urllist li {
position: relative;
}
.hatena-urllist li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Profile module */
.hatena-module-profile .hatena-module-title {
  margin-bottom: 10px;
}
.hatena-module-profile .profile-icon {
float: left;
margin: 0 10px 10px 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-radius: 5px;
        background-clip: padding-box;
}
.hatena-module-profile .id {
display: block;
         font-weight: bold;
         margin-bottom: 5px;
}
.hatena-module-profile .id a:hover {
color: #b74e91;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* Search module */
.hatena-module-search-box .search-form {
border: 1px solid #c1c1c1;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-radius: 3px;
        background-clip: padding-box;
width: 100%;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
position: relative;
}
.hatena-module-search-box .search-module-input {
padding: 5px;
color: #585858;
background: none;
border: none;
outline: none;
height: 20px;
width: 90%;
}
.hatena-module-search-box .search-module-button {
width: 20px;
height: 20px;
background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=4f1cb770a72175570fc55ef0e22b7c) no-repeat right center;
border: none;
outline: none;
         text-indent: -9999px;
position: absolute;
top: 5px;
right: 5px;
opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
opacity: 0.85;
}
/* Pager */
.pager {
  padding-bottom: 5rem;
display: block;
         *zoom: 1;
}
.pager:after {
display: block;
visibility: hidden;
            font-size: 0;
height: 0;
clear: both;
content: ".";
}
.pager .pager-arrow {
display: none;
}
.pager .pager-prev {
float: left;
       text-align: left;
width: 45%;
}
.pager .pager-prev a {
display: block;
border: 2px solid #c1c1c1;
padding: 5px;
}
.pager .pager-prev a:hover {
color: #b74e91;
       border-color: #b74e91;
}
.pager .pager-prev a::before {
  font-family: "blogicon";
content: "\f005";
display: inline-block;
         margin-left: 10px;
         margin-right: 5px;
}
.pager .pager-next {
float: right;
       text-align: right;
width: 45%;
}
.pager .pager-next a {
display: block;
border: 2px solid #c1c1c1;
padding: 5px;
}
.pager .pager-next a:hover {
color: #b74e91;
       border-color: #b74e91;
}
.pager .pager-next a::after {
  font-family: "blogicon";
content: "\f006";
display: inline-block;
         margin-left: 5px;
         margin-right: 10px;
}
/* navigation panel */
#nav-panel {
position: fixed;
top: 0;
left: -80vw;
width: 80vw;
height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
background: #20604F  no-repeat 50%; 50%
              -webkit-transition: all 0.5s;
transition: all 0.5s;
            z-index: 2;
}
#nav-panel #panel-inner {
  padding-left: 2vw;
  padding-right: 6vw;
display: -webkit-flex;
display: flex;
         -webkit-flex-direction: column;
         flex-direction: column;
         -webkit-justify-content: center;
         justify-content: center;
height: 100%;
}
#nav-panel #panel-inner a {
display: block;
color: rgba(255, 255, 255, 0.5);
}
#nav-panel #panel-inner a:hover {
color: #ffffff;
}
#nav-panel #panel-inner .hatena-module-title {
color: rgba(255, 255, 255, 0.5);
margin: 0;
}
#nav-panel #panel-inner .pager-prev {
float: left;
       text-align: left;
width: 45%;
}
#nav-panel #panel-inner .pager-next {
float: right;
       text-align: right;
width: 45%;
}
#nav-panel #panel-inner .pager-top {
  margin-top: 0;
  margin-bottom: 1.5em;
}
#nav-panel #panel-inner .pager-top a {
padding: 5px 0;
}
#nav-panel #panel-inner .pager-top a::before {
  font-family: blogicon;
background: rgba(255, 255, 255, 0.5);
color: #262F2C;
       border-radius: 1em;
transition: all .3s linear;
}
#nav-panel #panel-inner .pager-top a:hover::before {
background: #ffffff;
}
#nav-panel #panel-inner .pager-top .pager-prev a::before {
content: "\f017";
padding: 6px 9px 8px;
}
#nav-panel #panel-inner .pager-top .pager-next a::before {
content: "\f007";
padding: 6px 10px 8px;
}
#nav-panel #panel-inner ul {
  list-style-type: none;
margin: 0;
padding: 0;
}
#nav-panel #panel-inner ul li {
position: relative;
          line-height: 1;
}
#nav-panel #panel-inner ul li::before {
content: "";
position: absolute;
width: calc(100% + 6vw);
bottom: 0;
left: -6vw;
background: rgba(255, 255, 255, 0.2);
height: 1px;
}
#nav-panel #panel-inner ul li a {
overflow: hidden;
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 1.4rem;
}
#nav-panel #panel-inner ul li.active a {
color: #fff;
}
#nav-panel #panel-inner ul li.active::before {
background: linear-gradient(to right, #bfbb49, #b74e91);
}
#nav-panel #panel-inner .pager-page,
#nav-panel #panel-inner .pager-box2 {
  margin-top: 10px;
}
#nav-panel #panel-inner .pager-box2 .pager-next a:before {
  font-family: blogicon;
content: "\f01a" " " "\f039" " " "\f03a" " " "\f016";
}
#nav-panel #panel-inner .archive-module-calendar .archive-module-calendar-selector {
background: transparent;
            border-color: #585858;
            border-radius: .3em;
}
.visible #nav-panel {
left: 0;
}
#trigger {
position: fixed;
bottom: 30px;
left: 0;
cursor: pointer;
        z-index: 3;
width: 60px;
height: 60px;
        border-radius: 30px;
background: rgba(34, 49, 44, 0.8);
            -webkit-transition: all 0.5s;
transition: all .5s ease;
}
#trigger:before {
content: "";
position: absolute;
top: 10px;
left: 28px;
width: 5px;
transform: rotate(-45deg);
height: 25px;
        border-radius: 5px;
background: #fff;
            -webkit-transition: all 0.5s;
transition: all .5s ease;
}
#trigger:after {
content: "";
position: absolute;
top: 25px;
left: 28px;
width: 5px;
transform: rotate(45deg);
height: 25px;
        border-radius: 5px;
background: #fff;
            -webkit-transition: all 0.5s;
transition: all .5s ease;
}
.visible #trigger {
background: rgba(255, 255, 255, 0.3);
}
.visible #trigger:before {
transform: rotate(45deg);
}
.visible #trigger:after {
transform: rotate(-45deg);
}
/* Footer */
#footer {
padding: 30px 0;
         text-align: center;
color: #999999;
       line-height: 1.5;
}
#footer p {
margin: 0;
}
/* About ページ */
.page-about dt {
  font-weight: bold;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.page-archive .archive-entries .archive-entry:nth-child(even) {
background: rgba(49, 36, 80, 0.1);
}
.page-archive .archive-entries .entry-title {
margin: 0 0 .5rem;
}
.page-archive .archive-entries .categories {
margin: 0 0 .5rem;
}
.page-archive .archive-entries .entry-description {
margin: 0 0 1rem;
        line-height: 1.7;
}
/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=4f1cb770a72175570fc55ef0e22b7c) no-repeat right center;
            background-size: 20px 20px;
  }
}
/* Media Queries - Tablet */
@media (min-width: 768px) {
#globalheader-container {
position: fixed;
top: 0;
left: 0;
      z-index: 999;
}
#container {
  padding-top: 37px;
}
#nav-panel {
top: 37px;
}
.globalheader-off #container {
  padding-top: 0;
}
.globalheader-off #nav-panel {
top: 0;
}
#blog-title {
  padding-top: 40px;
  padding-bottom: 40px;
}
#title {
  font-size: 4rem;
}
#blog-description {
  margin-top: 10px;
}
}
/* Media Queries - Medium devices: Desktops */
@media (min-width: 992px) {
#blog-title,
#top-box,
#content {
  margin-left: 20vw;
}
#nav-panel {
left: 0;
width: 20vw;
}
#nav-panel #panel-inner {
  padding-right: 1vw;
}
#nav-panel #panel-inner ul li::before {
left: -3vw;
width: calc(100% + 3vw);
}
#nav-panel #panel-inner ul li a {
  font-size: 1.6rem;
}
#trigger {
display: none;
}
#panel-inner .pager-top,
#panel-inner .hatena-module-title,
#panel-inner .hatena-module-archive,
#panel-inner .pager-page,
#panel-inner .pager-box2 {
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
transition: opacity 1s linear;
opacity: 1;
         transition-delay: 1.8s;
}
.page-archive #panel-inner .pager-top,
  .page-entries-year-month-day #panel-inner .pager-top,
  .page-archive #panel-inner .hatena-module-title,
  .page-entries-year-month-day #panel-inner .hatena-module-title,
  .page-archive #panel-inner .hatena-module-archive,
  .page-entries-year-month-day #panel-inner .hatena-module-archive,
  .page-archive #panel-inner .pager-page,
  .page-entries-year-month-day #panel-inner .pager-page,
  .page-archive #panel-inner .pager-box2,
  .page-entries-year-month-day #panel-inner .pager-box2 {
    transition-delay: .5s;
  }
#panel-inner > ul > li {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
         -moz-transition: opacity 0.15s ease, -moz-transform 0.75s ease;
         -webkit-transition: opacity 0.15s ease, -webkit-transform 0.75s ease;
         -ms-transition: opacity 0.15s ease, -ms-transform 0.75s ease;
transition: opacity 0.15s ease, transform 0.75s ease;
}
#panel-inner > ul > li:nth-child(1) {
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
#panel-inner > ul > li:nth-child(2) {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#panel-inner > ul > li:nth-child(3) {
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#panel-inner > ul > li:nth-child(4) {
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#panel-inner > ul > li:nth-child(5) {
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
body.loading #panel-inner .pager-top,
  body.loading #panel-inner .hatena-module-title,
  body.loading #panel-inner .hatena-module-archive,
  body.loading #panel-inner .pager-page,
  body.loading #panel-inner .pager-box2 {
opacity: 0;
  }
body.loading #panel-inner > ul > li {
  -moz-transform: translateY(2em);
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
transform: translateY(2em);
opacity: 0;
}
#footer-inner {
  margin-left: 30vw;
}
}
/* Media Queries - Large devices: Desktops */

/* </system> */
.hatena-module-related-entries {
display: none;
}

#relateArticle .hatena-module-title{
  font-size:22px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  line-height: 50px;
  margin-top: 10px;
padding: 0 10px;
         font-weight:normal;
color: #000000;
}

#relateArticle ul {
  margin-bottom: 10px;
}

#relateArticle li {
padding: 10px;
}

#relateArticle li:nth-child(2n) {  /* 偶数行 */
  background-color: #FFFFFF;
}

#relateArticle li:nth-child(2n+1) {  /* 奇数行 */
  background-color: #F3F3F3;
}

/*フォローボタン*/
.follow-btn a{
  font-size: 20px;
display: inline-block;
width: 20%;
       margin-top: 5px;
       padding-top: 5px;
       padding-bottom: 5px;
       text-align: center;
       line-height: 20px;
       text-decoration: none;
       border-radius: 5px;
}
.follow-btn a.follow_hatena{
color: #3d3f44;
}
.follow-btn a.follow_facebook{
color: #405ba7;
}
.follow-btn a.follow_tw{
color: #00acee;
}
.follow-btn a.follow_instagram{
color: #3f729b;
}
.follow-btn a.follow_rss{
color: #70ca3b;
}
.follow-btn a:hover{
transition: all .3s;
color: #fff;
}
.follow-btn a.follow_hatena:hover{
background: #3d3f44;
}
.follow-btn a.follow_facebook:hover{
background: #405ba7;
}
.follow-btn a.follow_tw:hover{
background: #00acee;
}
.follow-btn a.follow_instagram:hover{
background: #3f729b;
}
.follow-btn a.follow_rss:hover{
background: #70ca3b;
}

/*share-botton*/
.share-buttons{
  margin-bottom: 10px;
  text-align: center;
}
.share-buttons .inner a {
position: relative;
display: inline-block;
width: 15%;
height: 45px;
        line-height: 25px;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
padding:5px;
}
.share-buttons .inner .share-text{
  font-size: 15px;
}
.share-buttons .inner .hatena-bookmark-button{
color:#008fde;
border:1px solid #008fde;
background: #fff;
}
.share-buttons .inner .hatena-bookmark-button:hover{
color:#fff;
background: #008fde;
}
.share-buttons .inner .hatena-bookmark-button:active{
background: #5478A5;
}
.share-buttons .inner .facebook-button{
color:#305097;
border:1px solid #305097;
background: #fff;
}
.share-buttons .inner .facebook-button:hover{
color:#fff;
background: #305097;
}
.share-buttons .inner .facebook-button:active{
background: #213254;
}
.share-buttons .inner .twitter-button{
color:#55acee;
border:1px solid #55acee;
background: #fff;
}
.share-buttons .inner .twitter-button:hover{
color:#fff;
background: #55acee;
}
.share-buttons .inner .twitter-button:active{
background: #0285b7;
}
.share-buttons .inner .googleplus-button{
color:#db4a39;
border:1px solid #db4a39;
background: #fff;
}
.share-buttons .inner .googleplus-button:hover{
color:#fff;
background: #db4a39;
}
.share-buttons .inner .googleplus-button:active{
background: #a23629;
}
.share-buttons .inner .pocket-button{
color:#d3505a;
border:1px solid #d3505a;
background: #fff;
}
.share-buttons .inner .pocket-button:hover{
color:#fff;
background: #d3505a;
}
.share-buttons .inner .pocket-button:active{
background: #b5392c;
}
