/* <system section="theme" selected="17391345971653699552"> */
@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://kazesawa.github.io/css/webfont.css);

/*
  Theme: マテリアルぽっぷ
  Author: mamegoro
  Author URI: https://www.mamegoro.com/
  Version: 1.0.0
  Responsive: yes
  License: GNU General Public License //自由ソフトウェアファウンデーションライセンスhttps://www.gnu.org/philosophy/free-sw.ja.html
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Description:
    カード型デザインのブログテンプレートです。
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * 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 {
    /* 1 */
    display: block;
}

/**
 * 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;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    /* font-family: 'Kazesawa-Extrabold'; */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    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;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* 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;
}


/* ===============
  全体設定
=============== */
*,:after,:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  /* font-family: 'Kazesawa-Extrabold'; */
  margin: 0px;
  /* text-align: center; */
  /* padding: 0px; */
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Kazesawa-Semibold';
  line-height: 1.9;
  font-weight: normal;
  margin: 0;
  padding: 0;
  word-break:break-all;
  word-wrap:break-word;
  color: #33403d;
  background: #f5f5f5;
}
a {
  outline:none;
  text-decoration: none;
  color: #33403d;
  /* font-size: 110%; */
  /* font-family: 'Kazesawa-Extrabold'; */
}
img,a img {
  border: 0;
  border-radius: 8px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0;
  padding: 0;
}
h1.entry-title {
  font-size: 150%;
  font-family: 'Kazesawa-Extrabold';
  transform: skewX(-10deg);
}
b, strong {
  font-family: 'Kazesawa-Extrabold';
}

/* ===============
  グローバルヘッダー(proで非表示にしている場合は削除してOK)
=============== */
#globalheader-container {
  background: #fff;
  border-bottom: none;
  -moz-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  -webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  -o-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  box-shadow: 0 1px 5px rgba(190, 190, 190, 0.16);
  overflow: hidden;
  color: #777;
}
#globalheader-container a {
  color: #777;
}



/* ===============
  ブログタイトルエリア
=============== */
#blog-title {
  padding: 25px 0 15px;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
  position: relative;
}
.header-image-only #blog-title {
  background: #fff !important;
}
#blog-title-inner {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #blog-title-inner {
    text-align: center;
    width: 100%;
  }
}
#blog-title #title a {
  font-family: "Rounded Mplus 1c";
  font-size: 90%;
  color: #ffffff;
  font-weight: 900;
  /*  text-shadow:0px 2px 3px rgba(0,0,0,.22); */
}
#blog-description {
  font-size: 70%;
  padding: 8px 0 0 0;
  color: #ffffff;
}
@media screen and (max-width:480px) {
  #blog-description {
    padding: 10px 10px 0;
  }
}
h1#title {
  font-size: 2.5em;
}
#top-editarea {
  width: 100%;
  text-align: center;
  background: #fff;
}
#top-box {
  margin-top: 10px;
  margin-bottom: -3px;
}
#top-editarea a:hover {
  text-decoration: underline;
}
.top-menu-bar {
  background: black;
  color: #fff;
  /* padding: 7px 0; */
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
}
.top-menu-bar ul li {
  display: inline-block;
}
.top-menu-bar ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 10px;
  overflow: hidden;
  box-sizing: border-box;
}


/* ===============
  レイアウト
=============== */
#container {
  width: 100%;
}
#content {
  /* padding: 20px 0px; */
  margin: 0 auto;
  width:1170px;
  overflow:hidden;
}
.page-entry #content {
  padding: 0;
  margin-top: 15px;
}
@media screen and (max-width:1200px) {
  #content {
    max-width:805px;
  }
}
@media screen and (max-width:768px) {
  #content {
    max-width:100%;
  }
}
.page-index .enable-top-editarea .page-archive #content {
  padding: 30px 0 !important;
}
.page-archive #content {
  /* padding: 20px 10px 30px; */
}
#content-inner {
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
#wrapper {
  width: 73%;
}
.page-index .enable-top-editarea .page-archive #wrapper,.page-archive #wrapper {
  width: 100%;
}
#main-inner {
  margin-bottom: 35px;
}
.entry-inner {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.page-index .entry-inner,.page-archive .entry-inner {
  margin-bottom: 30px;
}
.page-index .enable-top-editarea .page-archive #box2,.page-archive #box2 {
  width: 100%;
  margin: 0;
}
#box2 {
  width: 27%;
}

#box2-inner {
  margin-left: 25px;
  /* margin-bottom: 25px; */
}
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
  margin-left: 0px;
}
.archive-entries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-bottom: 28px;
}

@media screen and (max-width:1200px) {
  #wrapper {
    width: 100%;
  }
  #content-inner {
    margin: 0 15px;
  }
  .archive-entries {
    grid-template-columns: repeat(2, 1fr);
  }
  #box2 {
    width: 100%;
  }
  #box2-inner {
    margin-left: 0px;
  }
}
@media screen and (max-width:768px) {
  .archive-entries {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:480px) {
  #content-inner {
    margin: 0;
  }
}

/* ===============
  TOPページ・Archivesページ
=============== */
.page-archive .archive-entry {
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.page-index .enable-top-editarea .page-archive .archive-entry:hover,.page-archive .archive-entry:hover  {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.page-archive .entry-thumb {
  position: relative;
  top: 1px;
  width: 100%;
  height: 10vw;
}
.page-archive .entry-thumb {
  background: no-repeat center center;
  background-size: 99% auto;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width:1200px) {
  .page-archive .entry-thumb {
    height: 20vw;
  }
}
@media screen and (max-width:768px) {
  .page-archive .entry-thumb {
    height: 40vw;
  }
}
@media screen and (max-width:480px) {
  .page-archive .entry-thumb {
    height: 50vw;
  }
}
.entry-thumb-link {
  order: 0;
}
.archive-entry-header {
  order: 1;
  padding: 8px 16px 25px;
}
.archive-entry-body {
  order: 2;
}
.page-index .enable-top-editarea .page-archive .categories,.page-archive .categories {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 100;
  background: #ffa724;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 70%;
  font-weight: bold;
}
.page-index .enable-top-editarea .page-archive .categories a,.page-archive .categories a {
  color: #fff;
}
.page-index .enable-top-editarea .page-archive .categories a:nth-child(n+2),.page-archive .categories a:nth-child(n+2) {
  display: none;
}
.page-index .enable-top-editarea .page-archive .entry-description,.page-archive .entry-description {
  line-height: 1.1;
  font-size: 80%;
  padding: 0 15px 10px;
  position: relative;
  color: #999;
  display: none;
}
.page-index .enable-top-editarea .page-archive .entry-description:after,.page-archive .entry-description:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width:100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.6) 15%, rgba(255,255,255,1) 70%, rgba(255,255,255,1));
}
.page-index .enable-top-editarea .page-archive h1.entry-title,.page-archive h1.entry-title {
  font-size: 130%;
  line-height: 1.2;
  max-height: 72px;
  overflow: hidden;
  transform: skewX(-10deg);
  padding: 0 5px;
}
.page-index .enable-top-editarea .page-archive .archive-date,.page-archive .archive-date {
  position: absolute;
  bottom: 3px;
  right: 15px;
  z-index: 100;
  font-size: 80%;
}
.page-index .enable-top-editarea .page-archive .social-buttons,.page-archive .social-buttons {
  display: none;
}
.page-index .enable-top-editarea .page-archive .pager,.page-archive .pager {
  margin: 0 auto;
  text-align: center;
}
.page-index .pager a,.page-archive .pager a {
  display: block;
  font-size: 16px;
  padding: 0px 45px;
  background: #333333;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.page-index .pager a:hover ,.page-archive .pager a:hover  {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
}
.archive-header-category {
  margin: 0;
}
.archive-heading {
  margin-bottom: 20px !important;
  padding: 10px 0 10px 10px;
  font-size: 20px !important;
  background: #4f8299;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
}


/* ===============
  サイドメニュー
=============== */
.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
#box2-inner {
  grid-template-columns: 1fr;
}
@media screen and (max-width:1200px) {
  #box2 {
    margin:0 15px;
  }
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 25px;
  }
}
@media screen and (max-width:768px) {
  #box2-inner,.page-index .enable-top-editarea .page-archive #box2-inner,.page-archive #box2-inner {
    grid-template-columns: 1fr;
  }
}
.hatena-module-title {
  background: #ffa724;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  line-height: 1;
  border-radius: 8px;
  font-family: 'Kazesawa-Extrabold';
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
}
.hatena-module-title a {
  color: #fff;
}
.hatena-module-body {
  padding: 10px 10px 30px;
}
.hatena-module-profile {
  text-align: center;
  margin-bottom: 25px;
  z-index: 0;
  position: relative;
}
.profile-icon-link {
  display: block;
}
.profile-icon {
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.hatena-module-profile .hatena-module-body {
  background: url(//cdn-ak.f.st-hatena.com/images/fotolife/m/mamegoro/20180521/20180521173052.jpg) no-repeat center;
  position: relative;
  overflow: hidden;
  color: #666;
  padding: 50px 0;
  margin: -5px 5px 0;
  z-index: -99;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  background-size:cover;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.hatena-module-profile .hatena-module-body a {
  color: #666;
  order: 1;
}
.hatena-module-profile .hatena-module-body:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.hatena-module-profile .hatena-module-body span {
  order: 2;
  line-height: 1.2;
}
.hatena-module-body .hatena-follow-button-box {
  position: relative;
  width: 200px;
  height: 45px;
  margin: 10px auto 5px;
  order: 3;
  z-index: 1;
}
.hatena-module-body .hatena-follow-button {
  border-radius: 20px;
  background: #2884c7 !important;
  color: #fff !important;
  padding: 10px 0;
  float: none;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  height: auto !important;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  border: 0 !important;
}
.hatena-module-body .hatena-follow-button.unsubscribing.hover {
  color: #fff !important;
}
.hatena-module-body .hatena-follow-button-box .subscription-count {
  border-radius: 20px;
  display: block;
  float: none;
  white-space: nowrap;
}
.hatena-module-body .hatena-follow-button.subscribing {
  color: #fff !important;
  width: 200px;
}
.hatena-module-body .hatena-follow-button.subscribing.hover {
  width: 200px;
}
.hatena-module-body .hatena-follow-button-box:hover {
  color: #fff !important;
  transform: translateY(-5px);
  transition: .3s ease-in-out;
}
.hatena-module-body .hatena-follow-button-box .subscription-count-box {
  display: block;
  position: absolute;
  top: 11px;
  left: 200px;
}
.profile-activities {
  order: 5;
  margin-top: 10px;
  font-size: 12px;
}
.hatena-module-body .id .hatena-id-link .user-name-nickname {
  display: block;
  font-size: 130%;
  font-family: 'Kazesawa-Extrabold';
}
.user-name-paren,.user-name-hatena-id {
  font-size: 0px;
}
.hatena-module-body .id {
  margin-bottom: 10px;
}
.profile-description {
  order: 4;
  padding: 0 15px;
}
.hatena-module-body .hatena-urllist {
  margin: 0;
  padding: 0;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item {
  max-height: 135px;
  overflow: hidden;
  font-size: 84%;
  border-bottom: 1px dotted #aaa;
  padding-top: 7px;
}
.hatena-module-body .urllist-with-thumbnails .urllist-item:last-child {
  border-bottom: none;
}
.hatena-module-links .hatena-module-body ul {
  margin-left: 25px;
}
.hatena-urllist img {
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  width: 50px;
}
a.bookmark-widget-counter img {
  box-shadow: none;
}
.recent-entries-categories {
  display: none;
}
.search-form {
  text-align: center;
}
.search-module-input {
  border-radius: 8px;
  padding: 0px 10px;
  border: 1px solid #4f8299;
  margin: 0px 5px 0 0;
  color: #4f8299;
  width: 60%;
  height: 45px;
}
.search-module-input::placeholder {
  color: #4f8299;
}
.search-module-button {
  padding: 0px 10px;
  margin: 0 0 0 -5px;
  border-radius: 8px;
  border: 1px solid #ffa724;
  background: #ffa724;
  color: #fff;
  width: 20%;
  height: 45px;
}
.related-entries-entry-body {
  display: none;
}
.hatena-module-category .hatena-module-body ul li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
}
.hatena-module-body .hatena-urllist {
  margin: 0 10px 0 25px;
}
.hatena-module-body .urllist-with-thumbnails {
  margin: 0 !important;
}
.archive-date:before,.entry-date:before {
  font-family: blogicon;
  content: "\f043";
}
.authors-urllist li {
  margin: 10px 0;
}


/* ===============
  記事ページ・静的ページ
=============== */
.entry-content a {
  color: #4294FF;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
  color: #ffa724;
  line-height: 1.5;
  margin: 50px 0 10px;
  font-family: Segoe UI,Roboto,Kazesawa-Extrabold;
  display: block;
  padding: 5px 10px;
}
.entry-content h2 {
  font-size: 23px;
  background: #333333;
  color: #fff;
  border-radius: 8px;
}
.entry-content h3 {
  font-size: 22px;
  border-top: double 5px #ffa724;
  border-bottom: double 5px #ffa724;
}
.entry-content h4 {
  font-size: 20px;
  border-bottom: solid 3px #ffa724;
}
.entry-content h5,.entry-content h6 {
  font-size: 20px;
}
.breadcrumb {
  padding: 0 10px;
  margin: 0 auto;
  width:1170px;
  overflow:hidden;
  line-height: 1.2;
  font-size: 105%;
}
@media screen and (max-width:1200px) {
  .breadcrumb {
    max-width:805px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb {
    max-width:100%;
  }
}
.page-entry .breadcrumb {
  margin-bottom: 0px;
}
.comment-box{
  position:relative;
  /* margin:20px 0; */
}
.comment-box:before{
  position:relative;
  margin:0 0 45px 0;
  padding: 0 0 10px;
  content:"";
  display:-webkit-flex;
  display:block;
  white-space:nowrap;
}
.comment-box:after{
  width:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  color: #fff;
  background: #ffa724;
  padding: 10px;
  line-height: 1;
  border-radius: 8px;
  font-family: 'Kazesawa-Extrabold';
  content:"コメント";
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  text-align: center;
}
.leave-comment-title {
  color: #fff;
  background: #33403d;
  text-align: center;
  display: block !important;
  padding: 5px 25px;
  font-family: 'Kazesawa-Semibold';
  border-radius: 8px;
  border: #33403d;
  margin: 15px auto 0;
  width: 300px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
}
.leave-comment-title:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 2px 3px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
  background: #fff;
  color: #4f8299;
}
.comment li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.comment li .hatena-id-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  margin: 0 15px 15px 0;
  float: left;
}
.comment li .comment-content p {
  font-size: 80%;
  line-height: 1.1;
}
.comment-metadata {
  text-align: right;
  font-size: 80%;
}
.page-entry .entry-content {
  font-size: 115%;
}
.page-entry .entry-content p {
  margin: 5px;
  margin-bottom: 20px;
}
.page-entry .entry-content p img {
  margin: 5px 0px;
}
.entry-footer-section {
  display: none;
}
.page-entry .pager {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 10px;
}
.page-entry .pager-next {
  text-align: right;
  color: black;
}
.page-entry .pager-prev a,.page-entry .pager-next a {
  color: #33403d;
  padding: 5px 15px;
  display: block;
  border: 2px solid #33403d;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  display: block;
  width: 100%;
}
.page-entry .pager-prev a:hover,.page-entry .pager-next a:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15), 0 3px 4px 0 rgba(0,0,0,.25);
  transition: .3s ease-in-out;
  background: #4f8299;
  color: #fff;
  display: block;
}
@media screen and (max-width:768px) {
  .page-entry .pager {
    grid-template-columns: 1fr;
    margin: 15px 10px;
  }
}
.entry-header {
  margin: 0 10px 15px;
}
.entry-header .categories a {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0px 10px;
  /* font-size: 70%; */
  text-decoration: none;
  color: #fff;
  background: #ffa724;
  border-radius: 8px;
  font-weight: bold;
}
.table-of-contents{
  border:1px solid  #ef7b7590;
  /* border-bottom: 10px solid  #333333; */
  position:relative;
  background: #f5f5f5;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
  border-radius: 8px;
  margin: 10px 0px !important;
}
.table-of-contents ul {
  margin: 0 !important;
}
.table-of-contents li {
  margin: 15px 15px 15px 45px;
  /* font-size: 99%; */
  line-height: 1.2;
}
.table-of-contents li a{
  text-decoration:none;
  color: #333;
  font-family: Kazesawa-bold;
  /* font-size: 120%; */
}
.table-of-contents li a:hover{
  text-decoration:underline;
}
.table-of-contents li ul li{
  margin: 15px 25px;
}
@media screen and (max-width:768px) {
  .table-of-contents li ul li{
    margin: 15px;
  }
}
.table-of-contents:before {
  display: block;
  padding: 5px 15px;
  content: "\f039"" 目次";
  font-family: blogicon;
  color: #fff;
  background: #333333;
  border-bottom: 10px solid  #FF9900;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  font-size: 115%;
}
.entry-content ul,.entry-content ol {
  margin: 0 15px 0 35px;
}
blockquote {
  background-color: #f5f5f5;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
  padding: 10px 15px;
  margin: 25px 10px 10px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #b7b7b7;
}
blockquote:before {
  content: '“';
  position: absolute;
  font-size: 30px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #b7b7b7;
  color: #fff;
  font-family: 'Kazesawa-Extrabold';
  text-align: center;
  line-height: 1.3;
}
.comment-user-name .comment-user-id .user-name-nickname {
  font-size: 110%;
  display: inline-block;
}
pre {
  color: #000;
  font-size: 12px;
  background-color: #fafafa;
  border: solid 1px #bbbbbb;
  line-height: 120%;
  margin: 10px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 8px;
}
pre a {
  color: #000 !important;
}


/* ===============
  フッター
=============== */
.customized-footer {
  margin-top: 15px;
}
#footer,.customize-footer {
  background: #333333;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  /* font-size:70%; */
}
#footer a {
  color: #fff;
}
.services {
  margin: 0 auto;
}



/* ===============
  SNSリンクやボタンの設定など
=============== */
.head-sub-area {
  width: 1172px;
  margin: 0 auto;
  position: relative;
}
.top-sns-button {
  right: 0px;
  /* top: -2px; */
  position: absolute;
}
.top-sns-button a,.side-sns-button a {
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  color: transparent !important;
}
@media screen and (max-width: 1200px){
  .top-sns-button {
    display: none;
  }
}
.button{
  background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
  background-image: linear-gradient(top, #f4f1ee, #fff);
  border-radius: 45%;
  height: 37px;
  margin: 0 5px 0 0;
  position: relative;
  width: 50px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  border: 4px solid #e1e2e3;
  box-shadow: 0px -1px 1px 0px black inset;
  display: inline-block;
}
.button:after{
  color:#BEBEBE;
  content: "";
  display: block;
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  position: absolute;
  width: 30px;
}
.side-sns-button .button {
  margin: 10px 0 0 0 !important;
}
.sns-bukuma:after{
  content: "B!";
  left:12px;
  top:15px;
  font-family: Verdan;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  text-shadow: -0.5px -0.5px 1px #a3a3a3, 1px 1px 1px #a3a3a3;
}
.sns-twitter:after{
  font-family: blogicon;
  content: "\f035";
  left: 7px;
  top: 5px;
  font-size: 21px;
  line-height: 1;
  text-shadow: -0.5px -0.5px 1px #a3a3a3, 1px 1px 1px #a3a3a3;
}
.sns-feed img {
  opacity: .25;
  width: 70%;
  position: absolute;
  top: 3px;
  left: 10px;
}
.sns-rss:after{
  font-family: blogicon;
  content: "\f04e";
  left: 8px;
  top: 4px;
  font-size: 20px;
  line-height: 1;
  text-shadow: -0.5px -0.5px 1px #a3a3a3, 1px 1px 1px #a3a3a3;
}
.button:hover{
  background-image: linear-gradient(top, #fff, #f4f1ee);
}
.sns-bukuma:hover {
  border:4px solid #afd6ff;
}
.sns-twitter:hover {
  border:4px solid #b0f2ee;
}
.sns-feed:hover {
  border:4px solid #b9edb1;
}
.sns-rss:hover {
  border:4px solid #ffeeaa;
}
.google-auto-placed {
  margin-right: -10px;
}
/* </system> */

/* <system section="background" selected="undefined"> */

/* </system> */

/* 広告入るスペース埋め */
.ad-online-afc {
        height: 62px;
        margin-bottom:0px;
}

/* Responsive: yes */

/* <system section="background" selected="undefined"> */


/*aboutページ、デフォdl（プロフィール?読者までを囲うエリア）*/	.page-about dl {	    text-align: center;	    margin: 0;	}	/*aboutページ、デフォdt（プロフィール等のタイトル）*/	.page-about dt {	    text-align: center;	    font-weight: bold;	    font-size: 1.3em;	    color: #676F74;	    margin-bottom: 15px;	}	/*aboutページ、デフォdd→吹き出し風に*/	.page-about dd {	    text-align: center;	    position: relative;	    display: inline-block;	    margin: 0.5em auto 1.5em;	    padding: 7px 10px;	    min-width: 120px;	    max-width: 100%;	    color: #676F74;	    font-size: 16px;	    background: #FFF;	    border: solid 3px #676F74;	    box-sizing: border-box;	    border-radius: 10px;	}	.page-about dd:before{		content: "";		position: absolute;		top: -23px;		left: 50%;	 	margin-left: -15px;		border: 12px solid transparent;		border-bottom: 12px solid #FFF;	 	z-index: 2;	}	.page-about dd:after{		content: "";		position: absolute;		top: -30px;		left: 50%;	 	margin-left: -17px;		border: 14px solid transparent;		border-bottom: 14px solid #676F74;	 	z-index: 1;	}	/*aboutページ、読者数（＼99人／のところ）*/	.about-subscription-count {	 display: table;	 position: relative;	 padding: 0 30px;	 color: #676F74;	 font-size: 1.5em;	 font-weight: bold;	 line-height: 1;	 letter-spacing: 1px;	 margin: 12px auto;	}	.about-subscription-count:before,	.about-subscription-count:after {	 display: inline-block;	 position: absolute;	 top: 50%;	 width: 20px;	 height: 3px;	 border-radius: 3px;	 background-color: #676F74;	 content: "";	}	.about-subscription-count:before {	 left: 0;	 -webkit-transform: rotate(50deg);	   transform: rotate(50deg);	}	.about-subscription-count:after {	 right: 0;	 -webkit-transform: rotate(-50deg);	   transform: rotate(-50deg);	}	/*aboutページ、読者アイコン（拡大＆円形＆ふわっとアニメーション）*/	.page-about .entry-content img.profile-icon {	    height: 45px;	    width: 45px;	    border-radius: 50%;	    margin: 4px 4px;	    transition: .3s;	}	.page-about .entry-content img.profile-icon:hover {	    box-shadow: 0 10px 20px -4px rgba(0,0,0,.25);	    transform: translateY(-3px);	}


/* To Top */
.toTop-nav {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
  z-index: 999; }
  .toTop-nav li {
    list-style-type: none;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    text-align: center; }
    .toTop-nav li:first-child {
      margin-right: 10px; }
    .toTop-nav li a {
      display: block;
      width: 50px;
      height: 50px;
      font-size: 30px;
      line-height: 50px; }
      .toTop-nav li a {
        color: #fff;
        text-decoration: none; }
        .toTop-nav li a:visited {
          color: #fff; }
        .toTop-nav li a:hover {
          color: #fff;
          text-decoration: underline; }
        .toTop-nav li a:active, .toTop-nav li a:focus {
          color: #fff; }
      .toTop-nav li a:hover {
        text-decoration: none; }


/* 絶対位置指定用 */
.header-right {
    position: absolute;/* 絶対位置指定 */
    top: 43px;/* 上からの位置調整して下さい */
    right: 4.85%;/* 右からの位置調整して下さい */
}
/* スマートフォン */
@media screen and (max-width: 767px){
.header-right {
    position: absolute;
    top: 50px;
    right: 0%;
}
.header-right .search-form {
    width: 150px;
}
}


/*ブログタイトル上下余白 bottomは25～30で*/
header#blog-title {padding-top: 0px;padding-bottom: 6px;}


/*記事タイトル　色変更も*/
#title a{
    font-size: 27px;
}
.entry-title{
    font-size: 19px;
    padding-top: 1px;
    margin-bottom: 6px;
}
#blog-description{
    font-size: 13px;
}
#content{
    padding-top: 2px;
}


/* ヘッダー（ブログ名があるエリア）  ffffが文字色部分 */
#blog-title {
  background-color: black;
}
#title a {
  color: #ffffff;
}


#globalheader-container {
    color: white;
    background: #333333;
    position: fixed;
}


/* header-image-enableタイトル画像の高さを変更する */
.header-image-enable #blog-title #blog-title-inner {
    height: 53px;/* デフォルトでは200px.画像の高さを指定 */
}
/* タイトル画像上下の余白を取る */
    #blog-title {
    margin: 0 auto;
    padding: 0;
}


/*デフォルトのアイコン*/
.hatena-module-title::before{
    content: "\f034";
    display: inline-block;
    font-family: blogicon;
    margin-right: 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* アクセスランキング */
.hatena-module-entries-access-ranking .hatena-module-title::before{
    content: "\f01b";
}
/* カテゴリー */
.hatena-module-category .hatena-module-title::before{
    content: "\f003";
}
/* 関連記事 */
.hatena-module-related-entries .hatena-module-title::before{
    content: "\f032";
}


/* シェアボタン */
.share-area {
margin: 20px 0;
}
.share-button a {display: inline-block;width: 162px;height: 32px;padding: 4px 0;line-height: 18px;font-size: 16px;font-weight: bold;text-align: center;color: #fff;text-decoration: none;vertical-align: bottom;transition: all 0.4s;-webkit-box-sizing: border-box;box-sizing: border-box;}
.share-button a:hover {
opacity: 0.6;
transition: all 0.4s;
}
.share-area i,
.share-area .lg {
font-size: 24px;
}
.share-button .hatena-bookmark-button .lg {
font-size: 32px;
}
.share-button .hatena-bookmark-button {/* padding-top: 1px; */padding-bottom: 6px;/* padding-top: 1px; */}
.share-button .twitter-button {padding-top: 8px;}
.share-button .facebook-button .lg {
font-size: 27px;
margin-top: -1px;
}
.share-button .twitter-button .lg {
font-size: 27px;
}
.share-area .small-text {
font-size: 11px;
}
.share-area .fa-spin {
font-size: 8px;
color: #fff;
}
.share-button .hatena-bookmark-button {
background: #00A4DE;
}
.share-button .facebook-button {background: #405BA7;padding-top: 3px;}
.share-button .twitter-button {
background: #55ACEE;
}
.share-button .googleplus-button {
background: #C53727;
}
.share-button .pocket-button {
background: #EE4256;
}
/* シェアボタン終わり */


.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;
  -webkit-text-overflow:ellipsis;
  text-overflow:ellipsis;
  overflow:hidden;}.font-default{
  font-family:Helvetica Neue,Helvetica,Arial,a?’a?ca?Ra??e§’a?´ Pro W3,Hiragino Kaku Gothic Pro,a?!a??a?aa?a,Meiryo,i?-i?3\ i?°a?´a?・a??a?￣,MS PGothic,sans-serif;}.border-box{
  -ms-box-sizing:border-box;
  box-sizing:border-box;}.center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;}.left{
  float:left;}.right{
  float:right;}.nofloat{
  float:none;}.clear{
  clear:both;}.block{
  display:block;}.inline{
  display:inline;}.nodisplay{
  display:none;}.relative{
  position:relative;}.absolute{
  position:absolute;}.static{
  position:static;}.fixed{
  position:fixed;}.margin0{
  margin:0!important;}.padding0{
  padding:0!important;}.bold{
  font-weight:700;}.normal{
  font-weight:400;
  font-style:normal;}.thin{
  font-weight:300;}.italic{
  font-style:italic;}.nodeco{
  text-decoration:none;}.underline{
  text-decoration:underline;}.nolist{
  list-style-type:none;}.disc{
  list-style-type:disc;}.circle{
  list-style-type:circle;}.textleft{
  text-align:left;}.textright{
  text-align:right;}@font-face{
  font-family:blogicon;
  src:url('https://cdn.blog.st-hatena.com/fonts/public/blogicon/blogicon-regular.woff?version=f6768cba0ca1ab54ba446eca3575cf6f9f7adc9b&env=production') format("woff"),url('https://cdn.blog.st-hatena.com/fonts/public/blogicon/blogicon-regular.otf?version=a562d1459bfebecd8cc0cd69267510879357686b&env=production') format("opentype");
  font-weight:400;
  font-style:normal;}[
  class*=blogicon-]{
  display:inline-block;
  font-family:blogicon;
  font-style:normal;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  }[
  class*=blogicon-].lg{font-size:1.3333333333333333em;
  line-height:.75em;
  vertical-align:-10%;}.blogicon-hatenablog:before{
  content:"\f000";}.blogicon-plus:before{
  content:"\f001";}.blogicon-minus:before{
  content:"\f002";}.blogicon-reorder:before{
  content:"\f003";}.blogicon-grid:before{
  content:"\f004";}.blogicon-chevron-left:before{
  content:"\f005";}.blogicon-chevron-right:before{
  content:"\f006";}.blogicon-chevron-up:before{
  content:"\f007";}.blogicon-chevron-down:before{
  content:"\f008";}.blogicon-external:before{
  content:"\f009";}.blogicon-plugin:before{
  content:"\f00a";}.blogicon-member:before{
  content:"\f00b";}.blogicon-account:before{
  content:"\f00c";}.blogicon-design:before{
  content:"\f00d";}.blogicon-cog:before{
  content:"\f00e";}.blogicon-pages:before{
  content:"\f00f";}.blogicon-edit:before{
  content:"\f010";}.blogicon-addstar:before{
  content:"\f011";}.blogicon-subscribe:before{
  content:"\f012";}.blogicon-entry:before{
  content:"\f013";}.blogicon-notify:before{
  content:"\f014";}.blogicon-private:before{
  content:"\f015";}.blogicon-user:before{
  content:"\f016";
  }.blogicon-home:before{
  content:"\f017";}.blogicon-setting:before{
  content:"\f018";}.blogicon-draft:before{
  content:"\f019";}.blogicon-search:before{
  content:"\f01a";}.blogicon-analytics:before{
  content:"\f01b";}.blogicon-help:before{
  content:"\f01c";}.blogicon-comment:before{
  content:"\f01d";}.blogicon-import:before{
  content:"\f01e";}.blogicon-odai:before{
  content:"\f01f";}.blogicon-truck:before{
  content:"\f020";}.blogicon-group:before{
  content:"\f021";}.blogicon-folder:before{
  content:"\f022";}.blogicon-add:before{
  content:"\f023";}.blogicon-pen:before{
  content:"\f024";}.blogicon-close:before{
  content:"\f025";}.blogicon-trash:before{
  content:"\f026";}.blogicon-bookmark:before{
  content:"\f027";}.blogicon-redirect:before{
  content:"\f028";}.blogicon-check:before{
  content:"\f029";
  color:#5aba90;}.blogicon-crop:before{
  content:"\f02a";}.blogicon-repeat:before{
  content:"\f02b";}.blogicon-logout:before{
  content:"\f02c";}.blogicon-star:before{
  content:"\f02d";}.blogicon-star-o:before{
  content:"\f720";}.blogicon-pro:before{
  content:"\f02e";}.blogicon-myblog:before{
  content:"\f030";}.blogicon-recent:before{
  content:"\f031";}.blogicon-info:before{
  content:"\f032";}.blogicon-good:before{
  content:"\f033";}.blogicon-amazon:before{
  content:"\f034";}.blogicon-twitter:before{
  content:"\f035";}.blogicon-facebook:before{
  content:"\f036";}.blogicon-share:before{
  content:"\f037";}.blogicon-code:before{
  content:"\f038";}.blogicon-list:before{
  content:"\f039";}.blogicon-calendar:before{
  content:"\f03a";}.blogicon-bracket:before{
  content:"\f03b";}.blogicon-photo:before{
  content:"\f03c";}.blogicon-color:before{
  content:"\f03d";}.blogicon-public:before{
  content:"\f03e";}.blogicon-realtime-preview:before{
  content:"\f040";}.blogicon-warning:before{
  content:"\f041";}.blogicon-link:before{
  content:"\f042";}.blogicon-time:before{
  content:"\f043";}.blogicon-markdown:before{
  content:"\f044";}.blogicon-evernote:before{
  content:"\f045";}.blogicon-music:before{
  content:"\f046";}.blogicon-niconico:before{
  content:"\f047";}.blogicon-heart:before{
  content:"\f048";}.blogicon-heart-alt:before{
  content:"\f049";}.blogicon-tag:before{
  content:"\f04a";}.blogicon-mail:before{
  content:"\f04b";}.blogicon-help-alt:before{
  content:"\f04c";}.blogicon-sushi:before{
  content:"\f04d";}.blogicon-rss:before{
  content:"\f04e";}.blogicon-smartphone:before{
  content:"\f051";}.blogicon-laptop:before{
  content:"\f052";}.blogicon-mixi:before{
  content:"\f053";}.blogicon-haiku:before{
  content:"\f054";}.blogicon-quote:before{
  content:"\f704";}.blogicon-toggle-on:before{
  content:"\f71d";}.blogicon-toggle-off:before{
  content:"\f71e";}.blogicon-odaislot:before{
  content:"\f721";}.blogicon-grid-3x3:before{
  content:"\f723";}.blogicon-grid-vertical:before{
  content:"\f724";}.blogicon-pinned:before{
  content:"\f727";}[
  class*=blogicon-editor-]{color:#9aa5ab;}.blogicon-editor-unorderedlist:before{
  content:"\f700";}.blogicon-editor-orderedlist:before{
  content:"\f701";}.blogicon-editor-link:before{
  content:"\f702";}.blogicon-editor-seemore:before{
  content:"\f703";}.blogicon-editor-blockquote:before{
  content:"\f704";}.blogicon-editor-footnote:before{
  content:"\f705";}.blogicon-editor-toolbar-show:before{
  content:"\f706";}.blogicon-editor-toolbar-hide:before{
  content:"\f707";}.blogicon-editor-bold:before{
  content:"\f708";}.blogicon-editor-italic:before{
  content:"\f709";}.blogicon-editor-strike:before{
  content:"\f70a";}.blogicon-editor-underline:before{
  content:"\f70b";}.blogicon-editor-fontsize:before{
  content:"\f70c";}.blogicon-editor-color:before{
  content:"\f70d";}.blogicon-editor-insert-toc:before{
  content:"\f725";}.blogicon-fotolife:before{
  content:"\f711";}.blogicon-curation-bar-toggle:before{
  content:"\f713";}.blogicon-paint:before{
  content:"\f714";}.blogicon-gourmet:before{
  content:"\f715";}.blogicon-flickr:before{
  content:"\f716";}.blogicon-gist:before{
  content:"\f717";}.blogicon-pixiv:before{
  content:"\f718";}.blogicon-miil:before{
  content:"\f719";}.blogicon-youtube:before{
  content:"\f71a";}.blogicon-instagram:before{
  content:"\f71b";}.blogicon-google-picker:before{
  content:"\f71c";}.blogicon-others:before{
  content:"\f710";}.blogicon-rakuten:before{
  content:"\f722";}.blogicon-breadcrumb:before{
  content:"\f726";}.blogicon-profilecard:before{
  content:"\f728";}.blogicon-snippet:before{
  content:"\f72a";}.hatena-follow-button-box{
  clear:both;
  font-size:10px!important;
  height:20px;
  margin:.7em 0;
  display:block;*
  zoom:1;}.hatena-follow-button-box:after{
  display:block;
  visibility:hidden;
  font-size:0;
  height:0;
  clear:both;
  content:".";}.hatena-follow-button{
  display:inline-block;*
  display:inline;*
  zoom:1;
  height:18px!important;
  padding-left:20px;
  padding-right:5px;
  min-width:40px;
  border:1px solid #bbb!important;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  transition:.3s ease;
  transition-property:opacity,border,color,background;
  -o-transition:.3s ease;
  -o-transition-property:opacity,border,color,background;
  -moz-transition:.3s ease;
  -moz-transition-property:opacity,border,color,background;
  -webkit-transition:.3s ease;
  -webkit-transition-property:opacity,border,color,background;
  line-height:18px!important;
  font-weight:700;
  text-decoration:none;
  color:#555!important;
  background:#ebebeb;
  float:left;
  letter-spacing:0!important;
  white-space:nowrap;
  -webkit-text-overflow:ellipsis;
  text-overflow:ellipsis;
  overflow:hidden;}.hatena-follow-button:hover{
  text-decoration:none!important;}.hatena-follow-button.unsubscribing{
  background:#f5f5f5 url('https://cdn.blog.st-hatena.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164&env=production') no-repeat 0 0;
  background:url('https://cdn.blog.st-hatena.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164&env=production') no-repeat 0 0,-o-linear-gradient(top,#fff 0,#ddd 100%);}.hatena-follow-button.unsubscribing.hover{
  border:1px solid #888;
  color:#222!important;}.hatena-follow-button.subscribing{
  color:#2f81d5!important;
  background:#f5f5f5 url('https://cdn.blog.st-hatena.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164&env=production') no-repeat 0 -18px;
  background:url('https://cdn.blog.st-hatena.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164&env=production') no-repeat 0 -18px,-o-linear-gradient(top,#fff 0,#ddd 100%);}.hatena-follow-button.subscribing.hover{
  width:65px;
  color:#fff!important;
  border:1px solid #666;
  background:#666 url('https://cdn.blog.st-hatena.com/images/theme/hatena-follow-button.png?version=4761c38ee37ae756cb190faa168483d1903ed164&env=production') no-repeat 0 -36px;}.hatena-follow-button-box .subscription-count-box{
  display:none;
  position:relative;
  float:left;
  margin:0 0 0 5px!important;}.hatena-follow-button-box
  i,.hatena-follow-button-box u{position:absolute;
  z-index:10;
  zoom:1;
  line-height:0;
  width:0;
  height:0;
  left:0;
  top:50%;
  margin:-4px 0 0 -4px;
  border:4px solid transparent;
  border-right-color:#bbb;
  border-left:0;}.hatena-follow-button-box
  u{margin-left:-3px;
  border-right-color:#fff;}.hatena-follow-button-box .subscription-count{
  float:left;
  border:1px solid #bbb;
  height:18px;
  line-height:18px;
  padding:0 5px;
  display:block;
  min-width:8px;
  font-size:12px;
  color:#454545!important;
  background:#fff;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  margin-left:-1px;
  position:relative;
  z-index:9;
  font-family:Helvetica,Ariel,sans-serif;}.hatena-module .hatena-follow-button .background,.hatena-module .hatena-follow-button.hover .foreground{
  display:none;}.hatena-module .hatena-follow-button.hover .background{
  display:inline;}.hatena-module .hatena-follow-button .friend,.hatena-module .hatena-follow-button .non-friend,.hatena-module .hatena-follow-button .subscribing,.hatena-module .hatena-follow-button .unsubscribing{
  display:none;}.hatena-module .hatena-follow-button.friend .friend,.hatena-module .hatena-follow-button.non-friend .non-friend,.hatena-module .hatena-follow-button.subscribing .subscribing,.hatena-module .hatena-follow-button.unsubscribing .unsubscribing{
  display:inline;}.tipsy{
  font-size:10px;
  position:absolute;
  z-index:100000;}.tipsy-inner{
  padding:5px 8px 4px;
  margin:5px;
  background-color:#3d3f44;
  color:#fff;
  max-width:200px;
  line-height:1.5;
  border-radius:3px;}.tipsy-arrow{
  position:absolute;
  background:#3d3f44;
  width:8px;
  height:8px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);}.tipsy-n .tipsy-arrow{
  top:2px;
  left:50%;
  margin-left:-4px;}.tipsy-nw .tipsy-arrow{
  top:2px;
  left:10px;}.tipsy-ne .tipsy-arrow{
  top:2px;
  right:10px;}.tipsy-s .tipsy-arrow{
  bottom:2px;
  left:50%;
  margin-left:-4px;}.tipsy-sw .tipsy-arrow{
  bottom:2px;
  left:10px;}.tipsy-se .tipsy-arrow{
  bottom:2px;
  right:10px;}.tipsy-e .tipsy-arrow{
  top:50%;
  margin-top:-4px;
  right:2px;}.tipsy-w .tipsy-arrow{
  top:50%;
  margin-top:-4px;
  left:2px;}.tipsy-inner
  a{color:#fff;}.hatena-gnavi-embed{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  padding:8px;
  border:1px solid #dde5e8;
  border-radius:4px;
  background-color:#fff;
  margin:1em 0;}.hatena-gnavi-embed
  a{color:inherit;
  text-decoration:none;}.hatena-gnavi-embed .gnavi-embed-thumbnail-container{
  width:100px;
  padding:4px;}.hatena-gnavi-embed .gnavi-embed-thumbnail-container .gnavi-embed-thumbnail{
  width:100px;
  height:100px;}.hatena-gnavi-embed .gnavi-embed-thumbnail-container .gnavi-embed-thumbnail
  a{display:block;
  width:100%;
  height:100%;}.hatena-gnavi-embed .gnavi-embed-detail{
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  padding-left:6px;
  box-sizing:border-box;}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information{
  padding:4px 4px 0;
  font-family:sans-serif;
  line-height:1.5;}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-title{
  margin:0 0 8px;
  padding:0;
  color:#242527;
  font-weight:700;
  font-size:1.3em;}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-title
  a{color:inherit;
  text-decoration:none;}@media (
  max-width:480px){.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-title{font-size:1.2em;}}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-address,.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-pricing,.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-tel{
  margin:0 0 8px;
  color:#242527;
  font-weight:400;
  font-size:.8em;}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-pricing
  a,.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-tel a{color:inherit;
  text-decoration:none;}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-pricing:before,.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-tel:before{
  content:"";
  display:inline-block;
  width:18px;
  height:18px;
  background-size:cover;
  margin:0 .5em 0 .3em;
  vertical-align:bottom;}@media (
  max-width:480px){.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-pricing:before,.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-tel:before{width:16px;
  height:16px;}}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-tel:before{
  background-image:url('https://cdn.blog.st-hatena.com/images/blogs/embed/gnavi/phone.svg?version=cb9eb0aa2262d56aead44e8f2835153d3b991237&env=production');}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-pricing:before{
  background-image:url('https://cdn.blog.st-hatena.com/images/blogs/embed/gnavi/budget.svg?version=21b687e84ac3d7dec54520334fac7a456c9bd54c&env=production');}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-link{
  color:#242527;
  font-weight:700;
  font-size:1em;
  margin-top:6px;
  border-top:1px solid #dde5e8;
  padding-top:6px;}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-restaurant-information .gnavi-embed-link
  a{color:inherit;
  text-decoration:none;}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-footer{
  padding:0 4px;
  color:#6b7377;
  font-weight:400;
  font-size:.8em;
  text-align:right;}.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-footer
  a{color:inherit;
  text-decoration:none;}@media (
  max-width:480px){.hatena-gnavi-embed .gnavi-embed-detail .gnavi-embed-footer{margin-top:1em;}}.itunes-embed{
  padding:.8em .6em;
  border:1px solid #ddd;
  margin:1em 0;
  border-image:initial;
  font-size:90%;
  display:block;*
  zoom:1;}.itunes-embed:after{
  display:block;
  visibility:hidden;
  font-size:0;
  height:0;
  clear:both;
  content:".";}.itunes-embed .itunes-embed-image{
  float:left;
  margin-right:15px;
  max-width:100px;}.itunes-embed .itunes-embed-title{
  margin-top:0;
  font-weight:700;
  margin:0 0 .3em;}.itunes-embed
  p{text-indent:0;}.itunes-embed .itunes-embed-info
  ul{margin:0;
  padding:0;}.itunes-embed .itunes-embed-info
  ul li{line-height:1.5;
  list-style:none;}.itunes-embed .itunes-embed-preview{
  margin:.5em 0;}.itunes-embed.itunes-kind-software .itunes-embed-image{
  -webkit-border-top-right-radius:15px;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-top-left-radius:0;
  -moz-border-radius-topright:15px;
  -moz-border-radius-bottomright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-topleft:0;
  border-top-right-radius:15px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  border-radius:15px;
  background-clip:padding-box;}
  article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
  body,html{margin:0;
  padding:0;}
  img{border:none;}.leave-comment-title{
  cursor:pointer;
  display:none;}#footer
  address{font-style:normal;}#globalheader{
  height:37px;}#globalheader-container{
  position:relative;
  z-index:10000;}.entry-content
  h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.entry-footer{clear:both;}.entry-content .keyword{
  color:inherit!important;
  _color:expression(this.parentNode.currentStyle.color);
  font-weight:inherit!important;
  font-style:inherit!important;
  font-size:100%;
  pointer-events:auto!important;
  cursor:pointer!important;}.entry-content
  iframe{max-width:100%;}.entry-content
  table{max-width:none;}.entry-content
  img{max-width:100%;}.entry-content
  a{word-wrap:break-word;}.entry-content .hatena-id-icon,.entry-content .http-favicon{
  margin-right:.2em;
  vertical-align:middle;}.entry-content .http-bookmark,.entry-content .http-star{
  margin:0 .1em;
  vertical-align:middle;}.entry-content .instagram-iframe{
  width:600px;
  height:640px;}.entry-content
  blockquote{position:relative;}.pocket-btn{
  display:inline-block;*
  display:inline;*
  zoom:1;
  vertical-align:top;}#box2{
  word-wrap:break-word;}#box2
  img{max-width:100%;
  height:auto;}.daily-photo-from-diary-import,
  img.photo{float:right;
  margin:.8em 0 1em 1em;}.figure-image{
  margin:1em auto;
  text-align:center;}.figure-image
  figcaption{font-size:95%;
  opacity:.7;
  margin:0 auto 1.5em;
  text-align:center;}.figure-image>
  p img,.figure-image>span img{vertical-align:bottom;
  margin-bottom:10px;}@media (
  max-width:480px){.figure-image>p img,.figure-image>span img{margin-bottom:6px;}}.figure-image>
  p{margin:0!important;}
  div.footnote{font-size:90%;
  margin-top:3em;}
  p.footnote{margin:.5em 0;
  line-height:1.5;}.images-row{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  max-width:100%;
  margin-top:10px;
  margin-bottom:10px;}@media (
  max-width:480px){.images-row{margin-top:6px;
  margin-bottom:6px;}}.images-row .images-row-item,.images-row>
  span{margin-right:10px;
  -webkit-box-flex:1;
  -ms-flex:1 1 0px;
  flex:1 1 0;
  text-align:center;}@media (
  max-width:480px){.images-row .images-row-item,.images-row>span{margin-right:6px;}}.images-row .images-row-item
  img,.images-row>span img{max-width:100%;
  display:block;
  margin:auto;}.images-row .images-row-item:last-child,.images-row>
  span:last-child{margin-right:0;}.read-more-comments{
  text-align:center;
  list-style-type:none;}.read-more-comments
  a{cursor:pointer;}.entry-comment{
  position:relative;}.entry-comment .hatena-id-icon{
  width:16px;
  height:16px;}.entry-comment .comment-delete-button
  img{display:none;
  position:absolute;
  top:8px;
  right:8px;
  text-align:right;}.entry-comment:hover .comment-delete-button
  img{display:block;}.comment-content
  img{max-width:100%;}.quote-stars{
  margin-top:8px;}.quote-stars .quote-description{
  margin-bottom:13px;}.quote-stars .quote-star{
  margin-bottom:9px;}.quote-stars .quote-text{
  color:#aaa;
  font-style:italic;
  display:inline;}.quote-star-show{
  cursor:pointer;
  margin-bottom:6px;
  display:inline-block;
  zoom:1;*
  display:inline;
  padding:5px;
  background:#f5f5f5;
  border:1px solid #ccc;
  border-radius:0;
  width:71px;
  text-align:center;}.quote-star-show:hover{
  border-color:#bbb;
  background-color:#eee;
  text-decoration:none!important;}.quote-star-show .quote-star-show-text{
  font-size:10px;}.star-delete-button{
  cursor:pointer;
  position:absolute;
  width:11px;
  height:11px;
  z-index:120;}
  img.hatena-fotolife{cursor:pointer;}.hatena-image-right{
  float:right;
  margin:0 0 1em 1em;}.hatena-image-left{
  float:left;
  margin:0 1em 1em 0;}
  pre{overflow:auto;
  overflow-y:hidden;}
  pre.code{font-family:Monaco,Consolas,Courier New,Courier,monospace,sans-serif;}.gist,.gist .line-numbers,.gist .line-pre{
  line-height:1.4;}.gist .line-data{
  border:0;}.gist .line,.gist .line-number{
  height:1.4em;}.gist
  pre{border-radius:none;
  -webkit-border-radius:none;
  -moz-border-radius:none;
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  font-size:inherit!important;
  box-shadow:none!important;
  -moz-box-shadow:none!important;
  -webkit-box-shadow:none!important;}.footnote-delimiter{
  padding-right:.5em;}.synSpecial{
  color:#c000c0;}.synType{
  color:#3ec63e;}.synComment{
  color:#4f80e5;}.synPreProc{
  color:#9355e6;}.synIdentifier{
  color:#51cfcf;}.synConstant{
  color:#f66;}.synStatement{
  color:#d88a17;}
  pre.lang-aa{font-family:Mona,IPA MONAPGOTHIC,MS PGothic,i?-i?3\ i?°a?´a?・a??a?￣,MS Pi?oi??i??i?￣i?，,MS Pa?´a?・a??a?￣,sans-serif;
  font-size:12pt;
  line-height:18px;
  padding:0;
  background:transparent;
  border-radius:none;
  -webkit-border-radius:none;
  -moz-border-radius:none;
  box-shadow:none;}.entry-content
  pre>code{margin:0;
  padding:0;
  white-space:pre;
  border:0;
  background:transparent;}.entry-content
  code,.entry-content pre>code{font-family:Monaco,Consolas,Courier New,Courier,monospace,sans-serif;}.entry-content
  code{font-size:90%;
  margin:0 2px;
  padding:0 5px;
  border:1px solid rgba(0,0,0,.08);
  background-color:rgba(0,0,0,.03);
  border-radius:3px;}.hatena-asin-detail{
  margin:1em 0;
  border-image:initial;
  font-size:90%;
  display:block;*
  zoom:1;}.hatena-asin-detail:after{
  display:block;
  visibility:hidden;
  font-size:0;
  height:0;
  clear:both;
  content:".";}.hatena-asin-detail .hatena-asin-detail-image{
  float:left;
  margin-right:15px;}.hatena-asin-detail .hatena-asin-detail-title{
  margin-top:0;
  font-weight:700;
  margin:0 0 .3em;}.hatena-asin-detail
  p{text-indent:0;}.hatena-asin-detail
  ul{margin:0;
  padding:0;}.hatena-asin-detail
  ul li{list-style:none;}.hatena-asin-detail .hatena-asin-detail-foot{
  clear:left;}.hatena-asin-detail,.itunes-embed{
  padding:.8em .6em;
  border:1px solid #ddd;}.hatena-gourmet-detail .hatena-asin-detail-image{
  max-width:160px;}.hatena-gourmet-detail .hatena-gourmet-powered-by-gnavi{
  margin:1em 0 0;
  text-align:right;}.hatena-citation{
  font-style:normal;
  font-size:90%;
  opacity:.75;
  display:block;}
  div.twitter-tweet{text-align:left;
  margin:0;
  border-bottom:1px solid #ddd;}
  p.twitter-tweet-info{font-size:.85em;}
  div.twitter-tweet p.twitter-tweet-info,div.twitter-tweet p.twitter-tweet-text{margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;}
  div.twitter-detail{overflow:hidden;
  text-align:left;
  margin:0;
  border-bottom:1px solid #ddd;}
  div.twitter-detail:after{content:".";
  font-size:.1em;
  line-height:0;
  display:block;
  height:.1px;
  visibility:hidden;
  clear:both;}
  div.twitter-detail-user{margin:auto;
  width:58px;}
  div.twitter-detail-left div.twitter-detail-user{text-align:left;}
  div.twitter-detail-right div.twitter-detail-user{text-align:right;}
  div.twitter-detail-left div.twitter-detail-user,div.twitter-detail div.twitter-detail-user{float:left;}
  div.twitter-detail-right div.twitter-detail-user{float:right;}
  div.twitter-detail-tweet{margin-left:60px;
  margin-right:60px;}
  div.twitter-detail div.twitter-detail-tweet{_height:1%;}
  div.twitter-detail-tweet p.twitter-detail-info,div.twitter-detail-tweet p.twitter-detail-text{clear:none;
  line-height:1.4;}
  div.twitter-detail-tweet p.twitter-detail-text{margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;}
  p.twitter-detail-info{font-size:.85em;
  margin-top:.3em;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:6px;}
  div.twitter-tweet-wrapper{overflow:hidden;}
  div.twitter-tweet-wrapper div.twitter-tweet span.twitter-tweet-info-date,div.twitter-tweet-wrapper div.twitter-tweet span.twitter-tweet-text-user{display:none;}
  div.tweet-images{width:95%;
  margin-left:auto;
  margin-right:auto;}
  a.twitter-entry-icon img,a.twitter-header-icon img{border:none;}.social-buttons .social-button-item{
  display:inline-block;
  vertical-align:top;
  margin-right:.2em;
  margin-bottom:5px;
  position:relative;}