/* <system section="theme" selected="6653586347155924442"> */
@charset "utf-8";
/*
  Theme: Brooklyn
  Author: Shiroma Takumi
  
  Responsive: yes
  Licensed under the MIT license.
*/
/*  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%;
  -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: 'Open Sans','Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #111;
  background-color: #ffffff;
}
a {
  color: #395b74;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:visited {
  color: #395b74;
}
a:hover {
  color: #aaa;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #111;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #454545;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #fff;
  color: #111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #111;
  opacity: 0.9;
}
/* container */
#container {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 37px;
}
#container #content {
  width: 1100px;
  margin: 20px auto;
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* 2カラムレイアウト */
#main {
  width: 760px;
  padding-right: 30px;
  border-right: 1px solid #f0f0f0;
  float: left;
}
#box2 {
  width: 280px;
  float: right;
}

/* header */
#blog-title {
  width: 100%;
  padding: 40px 0;
  border-bottom: 2px solid #111;
}
#blog-title-inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;

}

#title {
  margin: 0;
}
#title a {
  font-size: 150%;
  font-weight: bold;
  color: #111;
}
#blog-description {
  max-width: 500px;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 50px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
.header-image-enable #blog-title {
  padding: 0;
}
.header-image-enable #blog-title-inner {
  padding: 40px auto;
}

/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  padding: 4px 0;
  font-size: 90%;
  border-bottom: 1px solid #dddddd;
}
#top-box .breadcrumb {
  width: 1100px;
  margin: 0 auto;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.entry-title {
  margin: 0;
  padding-left: 20px;
  line-height: 1.3;
  font-size: 160%;
}
/* 日付 */
.date {
  font-weight: bold;
  margin-bottom: 16px;
}
.date a {
  color: #f0f0f0;
  background-color: #111;
  padding: 2px 6px;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin: 16px 0;
  font-size: 80%;
}
.categories a {
  display: inline-block;
  padding: 2px 4px;
  margin-bottom: 4px;
  color: #111;
  background-color: #f0f0f0;
  text-decoration: none;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  top: 0px;
  left: 120px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 100%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
  box-shadow: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-content img:hover {
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  position: relative;
  padding: 6px 0 6px 10px;
  font-size: 150%;
  background-color: #111;
  color: #fff;
}
.entry-content h2:before{
  content: " ";
  position: absolute;
  top: 100%;
  left: 38px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #111;
}
.entry-content h2 a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #fff;
}
.entry-content h3 {
  position: relative;
  font-size: 145%;
  padding: 6px 10px;
  color: #111;
  background-color: #eee;
  border-left: 12px solid #111;
}
.entry-content h3:before{
  content: " ";
  position: absolute;
  top: 100%;
  left: 28px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #eee;
}
.entry-content h4 {
  font-size: 135%;
  padding-left: 10px;
  border-left: 6px solid #111;
  border-bottom: 2px solid #111;
}
.entry-content h5 {
  font-size: 120%;
  padding-left: 6px;
  border-left: 4px solid #111;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.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: 90%;
  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 li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* 続きを読む */
.entry-see-more {
  padding: 4px 8px;
  background-color: #111;
  border: 2px solid #111;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.entry-see-more:visited {
  padding: 4px 8px;
  border: 2px solid #111;
  text-decoration: none;
  color: #fff;
}
.entry-see-more:hover {
  padding: 4px 8px;
  background-color: #fff;
  border: 2px solid #111;
  text-decoration: none;
  color: #111;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
/* 目次 */
.table-of-contents {
  border: 1px dotted #f0f0f0;
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px 14px 10px 40px;
  border: 1px dashed #111;
}
.table-of-contents ul {
  padding-left: 26px;
}

/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}
.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 {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  position: relative;
  text-align: center;
  background-color: #fff;
  color: #111;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 6px;
  border: 2px solid #111;
  font-size: 120%;
}
.hatena-module-title:before{
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #111;
}
.hatena-module-title:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    z-index:1;
}
.hatena-module-title a {
  color: #111;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  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;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Category */
.hatena-module-category .hatena-urllist {
  padding-top: 10px;
  display: table;
  width: 100%;
}
.hatena-module-category .hatena-urllist li {
  display: table-cell;
  padding: 6px 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  border: 1px dashed #999;
  float: left;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  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: #454545;
  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) 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 {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  background-color: #111;
  color: #fff;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}
.page-archive .categories a {
  color: #fff;
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
}


/*  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) no-repeat right center;
    background-size: 20px 20px;
  }
}
/* Media Queries - Tablet */
@media (min-width: 920px) and (max-width: 1150px) {
  #container #content {
    width: 1020px;
  }
  #main {
    width: 680px;
  }
  #blog-title-inner {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  /* パンくず */
  #top-box .breadcrumb {
    width: 1020px;
    margin: 0 auto;
  }
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 919px) {
  #globalheader-container {
    position: absolute;
    top: 0;
    opacity: 1;
  }
  #container #content {
    width: 93.75%;
    word-wrap: break-word;
    overflow: hidden;
  }
  #title {
    font-size: 140%;
  }
  #blog-description {
    font-weight: normal;
    font-size: 70%;
    margin: 3px 0 0 0;
  }
  #blog-title-inner {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  .header-image-enable #blog-title-inner {
    width: 100%;
  }
  .header-image-enable #blog-title-content {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  #main {
    width: 100%;
    padding-right: 0;
    float: none;
    border-right: none;
  }
  #box2 {
    width: 100%;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  /* パンくず（カテゴリーページで表示されます） */
  #top-box .breadcrumb {
    width: 93.75%;
  }
}
/* Media Queries - Smartphone */
@media (max-width: 480px) {
  #title {
    font-size: 120%;
  }
  #blog-title {
    padding: 20px 0;
  }
  .entry-content img:hover {
  box-shadow: 0 0;
  }
}

/* global-menu用CSS */
#global-menu {
  width: 100%;
  background-color: #111;
  margin-bottom: 30px;
  border-bottom: 2px solid #111;
}
.global-menu-list {
  display: table;
  list-style-type: none;
  width: 1100px;
  margin: 0 auto;
  -webkit-padding-start: 0;
  padding: 0;
}
.global-menu-list li {
  display: table-cell;
  text-align: center;
  width: 20%;
}
.global-menu-list li a {
  display: block;
  padding: 8px 0;
  line-height: 22px;
  text-decoration: none;
  font-size: 100%;
  background-color: #111;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.global-menu-list li a:hover {
  color: #111;
  background-color: #ddd;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
/* メニュー上部固定 */
#global-menu.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: top 0.3s;
          transition: top 0.3s;
}
/* toggle メニューのCSS　*/
#mobile-head {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 36px;
  background-color: #111;
  z-index: 300;
}
#nav-toggle {
  position: fixed;
  right: 12px;
  top: 8px;
  width: 30px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #999;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
#nav-toggle span:nth-child(1){
  top: 0;
}
#nav-toggle span:nth-child(2){
  top: 8px;
}
#nav-toggle span:nth-child(3){
  top: 16px;
}


@media (min-width: 920px) and (max-width: 1150px) {
  .global-menu-list {
    width: 1020px;
  }
}
@media (max-width: 919px){
  .global-menu-list {
    width: 93.75%;
  }
  .global-menu-list li a{
    font-size: 90%;
  }
}
/* グローバルナビをToggle に変更 */
@media (max-width: 680px){
  #blog-title {
    padding: 60px 0 34px 0;
  }
  #global-menu {
    position: fixed;
    z-index: 100;
    top: -500px;
    -webkit-transition: top 0.3s ease-in-out;
            transition: top 0.3s ease-in-out;
            opacity: 0.9;
  }
  #global-menu .global-menu-list,
  #global-menu .global-menu-list li{
    display: block;
    width: 100%;
  }
  #global-menu .global-menu-list li a {
    font-size: 100%;
    padding: 10px 0;
  }
  #global-menu.fixed {
    top: -500px;
    -webkit-transition: top 0.3s ease-in-out;
            transition: top 0.3s ease-in-out;
  }
  #mobile-head {
    display: block;
  }
  /* open */
  #global-menu.open {
    top: 36px;
    -webkit-transition: top 0.3s ease-in-out;
            transition: top 0.3s ease-in-out;
  }
  /* Toggle Button */
  #global-menu.open span:nth-child(1){
    top: 11px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  #global-menu.open span:nth-child(2){
    width: 0;
    left: 50%;
  }
  #global-menu.open span:nth-child(3){
    top: 11px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}

/* シェアボタン */
/* 共通設定 */
.share-button {
  margin: 20px 0 10px 0;
  width: 300px;
}
.share-inner a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  padding: 4px 0;
  line-height: 18px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-align: center;
  color: #111;
  text-decoration: none;
  vertical-align: bottom;
  border: 1px solid #ddd;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-inner a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.share-button i,
.share-button .lg {
  font-size: 24px;
}
.share-inner .hatena-bookmark-button .lg {
  font-size: 38px;
}
.share-inner .hatena-bookmark-button {
  padding-top: 1px;
  padding-bottom: 7px;
}
.share-inner .twitter-button {
  padding-top: 5px;
  padding-bottom: 3px;
}
.share-inner .facebook-button .lg  {
  font-size: 34px;
}
.share-inner .facebook-button .fa-facebook-square.lg {
  font-size: 31px;
  margin-top: -1px;
}
.share-inner .twitter-button .lg {
  font-size: 28px;
}
.share-button .small-text {
  font-size: 12px;
}
.share-button .fa-spin {
  font-size: 8px;
  color: #999;
}

/* color */
.share-inner .hatena-bookmark-button.color {
  color: #00A4DE;
  border: 1px solid #00A4DE;
}
.share-inner .facebook-button.color {
  color: #405BA7;
  border: 1px solid #405BA7;
}
.share-inner .twitter-button.color {
  color: #55ACEE;
  border: 1px solid #55ACEE;
}
.share-inner .googleplus-button.color {
  color: #C53727;
  border: 1px solid #C53727;
}
.share-inner .pocket-button.color {
  color: #EE4256;
  border: 1px solid #EE4256;
}

/* 読者登録ボタン */
.reader-button {
  margin: 16px 0;
}
.reader-button a{
  display: inline-block;
  width: 200px;
  height: 36px;
  border: 2px solid #111;
  text-decoration: none;
  background-color: #111;
  color: #fff;
  font-size: 100%;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.reader-button a:hover {
  background-color: #fff;
  font-size: 110%;
  font-weight: bold;
  color: #111;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
/* カラーボタン */
.reader-button.color a {
  border-color: #b01c1c;
  background-color: #b01c1c;
  color: #fff;
}
.reader-button.color a:hover {
  background-color: #fff;
  color: #b01c1c;
}
/* グローバルナビのサブカテゴリー */
.global-menu-list.sub-list li {
    position: relative;
}
.global-menu-list.sub-list li:hover .sub-item {
    top: 100%;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .9;
}
.global-menu-list.sub-list .sub-item {
    position: absolute;
    height: 0;
    margin-top: 0px;
    padding: 0;
    top: 60%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0s;
    transition: 0s;
    z-index: 200;
}
.global-menu-list.sub-list .sub-item li {
    display: block;
    width: 100%;
}
@media (max-width: 680px){
    .global-menu-list.sub-list .sub-item {
        display: none;
    }
}
/* </system> */

/* <system section="background" selected="ebe9e3"> */
body{background:#ebe9e3;}
/* </system> */
  

/ *フォントの設定 * /
body{ 
    font-family:  "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", sans-serif; /* フォントの種類 */
}



/*  パソコンで見た場合の横幅
------------------------*/
@media (min-width:1180px) {

    /* 全体 */
    #container #content {
        width: 1200px;
    }

    /* メイン */
    #main {
        width: 820px;
    }

    /* サイドバー */
    #box2 {
        width: 300px;
    }
    
}  

/*日付*/

.entry-date a {
	padding: 5px 0px !important;

}

.date a {
    color: #111111; /*文字色*/
	
    background-color: transparent;
    border-radius: 3px; /*角を少し丸める*/
    font-weight: normal; /*文字の太さ*/
}

.entry-date a::before {

	margin-right: 5px;

	padding-left: 3px;

	font-family: 'Font Awesome 5 Free';

	content: '\f017';
	}


/*** Brooklynデザイン崩れ修正コード ***/
@media (min-width: 920px) and (max-width: 1150px) {
    #blog-title-inner {
        width: 93.75%;
    }
    #container #content {
        width: 93.75%;
    }
    #main {
        width: calc(100% - 340px);
    }
}

/*リセット*/

.entry-content h1, .entry-content h1:before, .entry-content h1:after {
  content: none;
  background: none;
  background-color: none;
  border: none;
  border-radius: 0;
}

.entry-content h2, .entry-content h2:before, .entry-content h2:after {
  content: none;
  background: none;
  background-color: none;
  border: none;
  border-radius: 0;
}

.entry-content h3, .entry-content h3:before, .entry-content h3:after {
  content: none;
  background: none;
  background-color: none;
  border: none;
  border-radius: 0;
}

.entry-content h4, .entry-content h4:before, .entry-content h4:after {
  content: none;
  background: none;
  background-color: none;
  border: none;
  border-radius: 0;
}

.entry-content h5, .entry-content h5:before, .entry-content h5:after {
  content: none;
  background: none;
  background-color: none;
  border: none;
  border-radius: 0;
}

.page-entry .entry-title {
  content: none;
  background: none;
  background-color: none;
  border: none;
  border-radius: 0;
}

.entry-content h4 {
  position: relative;
  padding: 6px 0 6px 34px;
  border-bottom: 2px solid #ce0d55;
  color: #333;
  line-height: 1.5;
}

.entry-content h4::before, .entry-content h4::after {
  content: '';
  position: absolute;
  background-color: #ce0d55;
}

.entry-content h4::before {
  top: 0;
  left: 14px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.entry-content h4::after {
  top: 18px;
  left: 8px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}



/* 記事のフォントサイズ・種類・文字間隔（20190601）変更 */

.entry-content {
  font-size: 17px;
  font-family: -apple-system, BlinkMacSystemFont, “Hiragino Kaku Gothic ProN”, Meiryo, sans-serif;
  letter-spacing: 1.0pt;
  /*文字間隔調整20190601*/
  margin: 0 0 0.5em;
}

.entry-title, .archive-heading {
  font-family: -apple-system, BlinkMacSystemFont, “Hiragino Kaku Gothic ProN”, Meiryo, sans-serif;
  letter-spacing: 0.5pt;
  /*文字間隔調整20190601*/
}



/* サイドバータイトル  */

.hatena-module-title {
  position: relative;
  color: #000000;
  /* 文字色 */
  font-size: 120%;
  /* 文字サイズ */
  font-weight: bold;
  /* 太字 */
  margin-bottom: 15px;
  /* 下余白 */
  padding: .25em 0 .25em 0;
  font-family: 'Lucida Grande', 'segoe UI', Verdana, Arial, sans-serif;
  /* フォント指定 */
  border-bottom: 1px solid #000000;
  /* 下線 */
}

.entry-content h4 {
  position: relative;
  padding: 6px 0 6px 34px;
  border-bottom: 2px solid #ce0d55;
  color: #333;
  line-height: 1.5;
}

.entry-content h4::before, .entry-content h4::after {
  content: '';
  position: absolute;
  background-color: #ce0d55;
}

.entry-content h4::before {
  top: 0;
  left: 14px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.entry-content h4::after {
  top: 18px;
  left: 8px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}


/*目次のデザイン変更*/

.entry-content .table-of-contents {
  position: relative;
  margin-left: 0;
  padding: 15px 10px 15px 2em;
  /* 枠内の余白(上右下左) */
  font-size: 100%;
  /* 文字の大きさ */
  font-weight: normal;
  background: #fff;
  border-top: 40px solid #90caf3;
  /* 「この記事の目次」周りの色 */
  border-left: 2px solid #90caf3;
  /* 線の太さ */
  border-right: 2px solid #90caf3;
  border-bottom: 2px solid #90caf3;
  line-height: 200%;
  /* 行間 */
  border-radius: 3px;
  /* 角丸にしない場合は不要 */
  color: #444;
  /* 数字（マーク色変更） */
}


/* 記事内の目次への連番付与 */

.entry-content ul.table-of-contents, .entry-content ul.table-of-contents ul {
  counter-reset: cnt;
  list-style: none;
}

.entry-content .table-of-contents li a:hover {
  color: #ff8c00;
}

.entry-content ul.table-of-contents li:before {
  content: counters(cnt, '-');
  counter-increment: cnt;
  font-size: 0.9em;
  margin-right: 5px;
}


/*「この記事の目次」の周囲変更*/

.entry-content .table-of-contents::before {
  font-family: 'blogicon';
  content: "\f039";
  display: block;
  font-size: 130%;
  font-weight: bold;
  position: absolute;
  top: -36px;
  /*上からの位置調整*/
  left: 10px;
  /*左からの位置調整*/
  color: #fff !important;
}


/*リンクの色変更と下線を消す*/

.entry-content .table-of-contents li a {
  color: #444;
  /* 目次リスト部分のテキスト色 */
  text-decoration: none;
  /* リンクの下線をつけたくない場合 */
}


/*見出しフォント*/

.entry-content h5 {
	position: relative;
	padding: 0.6em 0.75em;
	border: solid 1px #27acd9;
	border-left: solid 2.5em #27acd9;
}
.entry-content h5:before {
	position: absolute;
	font-family: blogicon;
	content: "\f029";
	font-weight: 900;
	color: #fff;
	padding: 0;
	left: -1.6em;
	top: 50%;
	transform: translateY(-50%);
}

/* カテゴリをタグっぽく表示 */

.hatena-module-category .hatena-urllist li {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  padding: 5px 2px;
  border: none;
  border-bottom: none !important;
}

.hatena-module-category .hatena-urllist li a {
  text-decoration: none;
  display: inline;
}

.hatena-module-category a::before {
  font-family: blogicon;
  content: "\f04a";
}


/*上に戻る*/

#page-top {
  display: none;
  position: fixed;
  right: 28px;
  bottom: 120px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#move-page-top {
  color: #333;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

#move-page-top:hover {
  color: #ff8c00;
}

@media (max-width: 500px) {
#page-top {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 120px;
  margin: 0;
  padding: 0;
  text-align: center;
}

}



/*YouTube埋め込み*/

html {
  scroll-behavior: smooth;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*引用 */

.entry-content blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  background: #DCDCDC;
  color: #000000;
  font-style: normal;
  border-radius: 8px;
  /* 数字が大きいほど丸くなる */
}

.entry-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 10px;
  content: "“";
  font-family: MS PGothic;
  color: #a9a9a9;
  font-size: 65px;
  line-height: 1;
}

.entry-content blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

.entry-content blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}


/*関連記事*/

.related-entries {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.related-entries-item {
  width: 48%;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin: 0 0 1em 0;
  padding: 1em;
}

.related-entries-item:nth-of-type(5) {
  display: none;
}

.related-entries-entry-body {
  display: none;
}

@media(min-width: 768px) {
  .related-entries-item {
    width: 48%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin: 0 0 1em 0;
    padding: 1em;
  }
}

@media(max-width: 767px) {
  .related-entries-item {
    width: 98%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin: 0 0 1em 0;
    padding: 1em;
  }
}

.hatena-module-related-entries {
  display: none;
}


/*ブログカードサイズ変更*/

iframe.embed-card {
  transform: scale(0.9);
  transform-origin: center;
  -o-transform: scale(0.9);
  -o-transform-origin: center;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: center;
  -moz-transform: scale(0.9);
  -moz-transform-origin: center;
  -ms-transform: scale(0.9);
  -ms-transform-origin: center;
}


/* Wiki用blockquote */

.blockquotebox blockquote {
  padding: 10px 10px;
  border-left: 2px dotted #6C7A89;
  color: #212121;
  background-color: #fff;
  margin-left: 30px;
}

.blockquotebox blockquote:before {
  content: none;
  /* 引用符「”」を非表示に */
}

.blockquotebox p {
  margin-bottom: 12px;
}

.blockquotebox .origin {
  text-align: right;
  margin-bottom: 0;
}

.blockquotebox .origin a {
  color: #2D88B3;
}


/* ブログカード */

.bcard-wrapper {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 10px 0px;
  border-radius: 3px;
  padding: 12px;
  border: 1px solid #e0e0e0;
}

.bcard-site, .bcard-url {
  font-size: 12px;
  line-height: 1.3;
  overflow: hidden;
  max-height: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.bcard-header {
  position: relative;
  height: 30px;
  margin-bottom: 5px;
  display: block;
}

.withgfav {
  padding-left: 23px;
}

.bcard-favicon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
}

.bcard-main {
  overflow: hidden;
  position: relative;
  display: block;
}

.withogimg {
  padding-right: 110px;
  height: 100px;
}

.bcard-img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}

.bcard-title {
  font-size: 17px;
  margin: 0 0 2px;
  line-height: 1.4;
  max-height: 47px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
}

.bcard-description {
  line-height: 1.5;
  font-size: 12px;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bcard-title a {
  color: #424242;
}

.bcard-url a {
  color: #9e9e9e;
}

.bcard-title a:hover, .bcard-url a:hover, .bcard-site a:hover {
  text-decoration: underline;
}


/***ステップバーデザイン１***/

.step-wrap1 {
  counter-reset: count;
  margin: 2em 0;
  position: relative;
}

.step-content1 {
  padding: 0 0 1.3em 2em;
  margin: 0;
  position: relative;
}

.step-content1::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #f49a36;
  border: solid 3px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 3px;
  box-shadow: 0 0 0 2px #f49a36;
}

.step-content1::after {
  content: "";
  display: block;
  height: calc(100% - 35px);
  border-left: dotted 5px #768888;
  position: absolute;
  top: 30px;
  left: 10px;
}

.step-title1 {
  font-weight: bold;
  font-size: 120%;
}

.step-label1 {
  color: #768888;
  font-weight: bold;
}

.step-label1::after {
  counter-increment: count;
  content: counter(count);
  position: relative;
  left: .3em;
}

.step-body1 {
  margin-top: .5em;
  padding: 0 0 1em;
  border-bottom: dotted 2px #ddd;
}

.step-wrap1> :last-of-type::after {
  display: none;
}


/* 地図 */

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*見出しH3*/

.entry-content h3 {
  padding-bottom: 3px;
  margin-bottom: 1em;
  position: relative;
  background-color: transparent;
  color: #333;
  line-height: 1.5;
}

.entry-content h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18px;
  background-image: radial-gradient(rgba(0, 0, 0, .2) 15%, transparent 21%);
  background-position: 0 0;
  background-size: 6px 6px;
  z-index: 0;
}


/* 邪魔なキーワード下線を消す */

a.keyword {
  border: 0 !important;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: default;
  color: #5A5A5A;
}


/*リンクカラー*/

.entry-content a {
  color: #0044CC;
}

.entry-content a:hover {
  color: #ff8e3e;
}


/*グリッド*/

.csl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 8px;
  grid-auto-flow: row;
}

.entry-content img {
  border: 0px solid black;
}

.cslB {
  display: grid; 
  grid-auto-columns: 1fr 1fr 1fr 1fr; 
  grid-template-columns: 33% 33% 50%; 
  grid-template-rows: 33% 33% 33%; 
  gap: 10px 10px; 
  justify-content: stretch; 
  align-items: stretch; 
  width: 100%; 
  height: 810px; 
}

.cslB1 {
  width: 100%; 
}

.cslB img{
border:0px;
}

.BIG {
  grid-area: 1 / 1 / 3 / 3; 
  width: 100%; 
  height: 100%; 
}

.cslC {
  margin : 20px 0 0 0 ;
  display: grid; 
  grid-auto-columns: 1fr 1fr 1fr 1fr; 
  gap: NaN% px; 
  justify-content: stretch; 
  align-items: stretch; 
  width: 820px; 
  height: 250px; 
}

.idol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 8px;
  grid-auto-flow: row;
  grid-template-areas: ". . ." ". . .";
}

.idol div {
  margin: 0 auto;
  text-align: center;
}


/*グリッド ゲームタイトル*/

.game_title {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-template-rows: auto;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
  gap: 0px 6px;
  grid-auto-flow: row;
  grid-template-areas: "gametitle .";
}

.gametitle {
  grid-area: gametitle;
}


/*星評価*/

.rate {
  position: relative;
  display: inline-block;
  width: 95px;
  top: 5px;
  /*追記*/
  height: 17px;
  font-size: 16px;
}

.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 17px;
  line-height: 17px;
}

.rate:before {
  color: #ddd;
  /*星色*/
}

.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
  /*重要*/
}

.rate00:after {
  width: 0;
}

.rate05:after {
  width: 9px;
}

.rate10:after {
  width: 14px;
}

.rate15:after {
  width: 26px;
}

.rate20:after {
  width: 34px;
}

.rate25:after {
  width: 43px;
}

.rate30:after {
  width: 52px;
}

.rate35:after {
  width: 61px;
}

.rate40:after {
  width: 70px;
}

.rate45:after {
  width: 78px;
}

.rate50:after {
  width: 88px;
}


/*目次開閉*/

.entry-content.toc-btn {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  transition: all .5s;
  font-size: inherit;
  font-weight: normal;
}

.entry-content.toc-btn-in {
  background: #58656e;
  color: #fff;
  padding: 5px 15px 5px 30px;
}

.entry-content.toc-btn-in:hover {
  background: #487ca3;
}

.entry-content.toc-open {
  background: #499475;
}

.entry-content.toc-btn-in:before {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: #fff solid 2px;
  height: 100%;
  width: 80px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 150%;
  font-weight: normal;
}

.entry-content.toc-btn-in:before {
  font-family: "blogicon";
  content: "\f039";
}


/*目次のデザイン変更*/

.entry-content .table-of-contents {
  position: relative;
  margin-left: 0;
  padding: 15px 10px 15px 2em;
  /* 枠内の余白(上右下左) */
  font-size: 100%;
  /* 文字の大きさ */
  font-weight: normal;
  background: #fff;
  border-top: 40px solid #90caf3;
  /* 「この記事の目次」周りの色 */
  border-left: 2px solid #90caf3;
  /* 線の太さ */
  border-right: 2px solid #90caf3;
  border-bottom: 2px solid #90caf3;
  line-height: 200%;
  /* 行間 */
  border-radius: 3px;
  /* 角丸にしない場合は不要 */
  color: #444;
  /* 数字（マーク色変更） */
}


/* 記事内の目次への連番付与 */

.entry-content ul.table-of-contents, .entry-content ul.table-of-contents ul {
  counter-reset: cnt;
  list-style: none;
}

.entry-content .table-of-contents li a:hover {
  color: #ff8c00;
}

.entry-content ul.table-of-contents li:before {
  content: counters(cnt, '-');
  counter-increment: cnt;
  font-size: 0.9em;
  margin-right: 5px;
}


/*「この記事の目次」の周囲変更*/

.entry-content .table-of-contents::before {
  font-family: 'blogicon';
  content: "\f039";
  display: block;
  font-size: 130%;
  font-weight: bold;
  position: absolute;
  top: -36px;
  /*上からの位置調整*/
  left: 10px;
  /*左からの位置調整*/
  color: #fff !important;
}


/*リンクの色変更と下線を消す*/

.entry-content .table-of-contents li a {
  color: #444;
  /* 目次リスト部分のテキスト色 */
  text-decoration: none;
  /* リンクの下線をつけたくない場合 */
}

.breadcrumb-link:before {
font-family: 'blogicon';
content:'\f017　ホーム';
}

/*パンくずリスト　カテゴリもアイコンつける場合*/
.breadcrumb-child-link:before{
font-family: 'blogicon';
content:'\f022　';
}

@media (min-width:1180px) {
#top-box .breadcrumb {
    text-decoration: none;
    width: 1200px;
    margin: 0 auto;
}
}

#top-box .breadcrumb a {
    text-decoration: none;
}

/* 記事タイトル */
.entry-title {
    font-size: 24px; /* 文字サイズ */
    line-height: 24px; /* 行の高さ */
    padding: 0px;
}

/* 本文の文字 */
.entry-content {
    color: #000000; /* 文字色 */
    font-size: 16px; /* 文字サイズ */
    line-height: 34px; /* 行の高さ */
}

/* 段落 */
.entry-content p {
    margin: 4px 0px 4px 0px; /* 周囲の余白 上右下左の順 */
}

/* 番号付きリスト */
.entry-content ol {
    margin: 12px 0px 12px 0px; /* 周囲の余白 上右下左の順 */
}

/* 番号なしリスト */
.entry-content ul {
    margin: 12px 0px 12px 0px; /* 周囲の余白 上右下左の順 */
}

/* 目次 */
.table-of-contents {
    font-size: 15px; /* 文字サイズ */
    line-height: 33px; /* 行の高さ */
}

/* テーブル */
.entry-content table {
    font-size: 16px; /* 文字サイズ */
    line-height: 35px; /* 行の高さ */
    margin: 16px 0px 16px 0px; /* 周囲の余白 上右下左の順 */
}


/*  サイドバー見出し
------------------------*/
.hatena-module-title {
    position: relative;
    text-align: center;
    background-color: #555555;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 6px;
    border: 0px;
    font-size: 120%;
}

.hatena-module-title a {
    color: #fff;
}

/*  サイドバー見出し吹き出し削除
------------------------*/
.hatena-module-title:before {
    border-style: none;
    display: none;
}
.hatena-module-title:after {
    border-style: none;
    display: none;
}



.entry-content h6 {
  font-size: 16px;
  padding: .25em 0 .25em .75em;
  border-bottom: 0px solid #80a15f;
  border-left: 6px solid #a9a9a9;
  font-weight: normal
}

/* カテゴリをタグっぽく表示 */

.hatena-module-category .hatena-urllist li {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  padding: 5px 2px;
  border: none;
  border-bottom: none !important;
}

.hatena-module-category .hatena-urllist li a {
  text-decoration: none;
  display: inline;
}

.hatena-module-category a::before {
  font-family: blogicon;
  content: "\f04a";
}

/*上に戻る*/

#page-top {
  display: none;
  position: fixed;
  right: 28px;
  bottom: 120px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#move-page-top {
  color: #333;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

#move-page-top:hover {
  color: #ff8c00;
}



/*リスト装飾*/

.list03 ul {
  border: solid 2px #ffb03f;
  padding: 0 0.5em;
  position: relative;
}

.list03 ul li {
  line-height: 1.5;
  padding: 1.3em 1em 1em 2.0em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.list03 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900; 
  /*アイコン種類*/
  position: absolute;
  left: 0.5em;
  /*左端からのアイコンまで*/
  color: #ffb03f;
  /*アイコン色*/
}

.list03 ul li:last-of-type {
  border-bottom: none;
}


/*YouTube埋め込み*/

html {
  scroll-behavior: smooth;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*引用 */

.entry-content blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  background: #DCDCDC;
  color: #000000;
  font-style: normal;
  border-radius: 8px;
  /* 数字が大きいほど丸くなる */
}

.entry-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 10px;
  content: "“";
  font-family: MS PGothic;
  color: #a9a9a9;
  font-size: 65px;
  line-height: 1;
}

.entry-content blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

.entry-content blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}


/*関連記事*/

.related-entries {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.related-entries-item {
  width: 48%;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin: 0 0 1em 0;
  padding: 1em;
}

.related-entries-item:nth-of-type(5) {
  display: none;
}

.related-entries-entry-body {
  display: none;
}

@media(min-width: 768px) {
  .related-entries-item {
    width: 48%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin: 0 0 1em 0;
    padding: 1em;
  }
}

@media(max-width: 767px) {
  .related-entries-item {
    width: 98%;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin: 0 0 1em 0;
    padding: 1em;
  }
}

.hatena-module-related-entries {
  display: none;
}


/*ブログカードサイズ変更*/

iframe.embed-card {
  transform: scale(0.9);
  transform-origin: center;
  -o-transform: scale(0.9);
  -o-transform-origin: center;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: center;
  -moz-transform: scale(0.9);
  -moz-transform-origin: center;
  -ms-transform: scale(0.9);
  -ms-transform-origin: center;
}


/* Wiki用blockquote */

.blockquotebox blockquote {
  padding: 10px 10px;
  border-left: 2px dotted #6C7A89;
  color: #212121;
  background-color: #fff;
  margin-left: 30px;
}

.blockquotebox blockquote:before {
  content: none;
  /* 引用符「”」を非表示に */
}

.blockquotebox p {
  margin-bottom: 12px;
}

.blockquotebox .origin {
  text-align: right;
  margin-bottom: 0;
}

.blockquotebox .origin a {
  color: #2D88B3;
}

/* ブログカード */

.bcard-wrapper {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 10px 0px;
  border-radius: 3px;
  padding: 12px;
  border: 1px solid #e0e0e0;
}

.bcard-site, .bcard-url {
  font-size: 12px;
  line-height: 1.3;
  overflow: hidden;
  max-height: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.bcard-header {
  position: relative;
  height: 30px;
  margin-bottom: 5px;
  display: block;
}

.withgfav {
  padding-left: 23px;
}

.bcard-favicon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
}

.bcard-main {
  overflow: hidden;
  position: relative;
  display: block;
}

.withogimg {
  padding-right: 110px;
  height: 100px;
}

.bcard-img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}

.bcard-title {
  font-size: 17px;
  margin: 0 0 2px;
  line-height: 1.4;
  max-height: 47px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
}

.bcard-description {
  line-height: 1.5;
  font-size: 12px;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bcard-title a {
  color: #424242;
}

.bcard-url a {
  color: #9e9e9e;
}

.bcard-title a:hover, .bcard-url a:hover, .bcard-site a:hover {
  text-decoration: underline;
}


/*縁無し画像*/

.entry-content img {
  border: 1px solid black;
}

img.no-border {
  border: 0;
}




/* 地図 */

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*リンクカラー*/

.entry-content a {
  color: #0044CC;
}

.entry-content a:hover {
  color: #ff8e3e;
}




/*グリッド 比較表*/

.gametitle {
  grid-area: gametitle;
}

.grb {  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-auto-columns: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
}

.grb_h {
  display: grid; 
  grid-template-columns: 25% 25% 25% 25%; 
  grid-template-rows: auto; 
  gap: 0px 1px; 
  align-content: center; 
  align-items: center; 
  grid-area: 1 / 1 / 2 / 2; 
}


.grb_t{
    height: 100%;
    background: #444444;
    color: #fff;
    text-align: center;
}

.grb_n{
    text-align: center;
}

/*星評価*/

.rate {
  position: relative;
  display: inline-block;
  width: 95px;
  top: 5px;
  /*追記*/
  height: 17px;
  font-size: 16px;
}

.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 17px;
  line-height: 17px;
}

.rate:before {
  color: #ddd;
  /*星色*/
}

.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
  /*重要*/
}

.rate00:after {
  width: 0;
}

.rate05:after {
  width: 9px;
}

.rate10:after {
  width: 14px;
}

.rate15:after {
  width: 26px;
}

.rate20:after {
  width: 34px;
}

.rate25:after {
  width: 43px;
}

.rate30:after {
  width: 52px;
}

.rate35:after {
  width: 61px;
}

.rate40:after {
  width: 70px;
}

.rate45:after {
  width: 78px;
}

.rate50:after {
  width: 88px;
}


/*目次開閉*/

.entry-content.toc-btn {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  transition: all .5s;
  font-size: inherit;
  font-weight: normal;
}

.entry-content.toc-btn-in {
  background: #58656e;
  color: #fff;
  padding: 5px 15px 5px 30px;
}

.entry-content.toc-btn-in:hover {
  background: #487ca3;
}

.entry-content.toc-open {
  background: #499475;
}

.entry-content.toc-btn-in:before {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: #fff solid 2px;
  height: 100%;
  width: 80px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 150%;
  font-weight: normal;
}

.entry-content.toc-btn-in:before {
  font-family: "blogicon";
  content: "\f039";
}


/*リスト 全体*/

ul {
  margin-top: 0;
  margin-bottom: 0rem;
}

.page-archive ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


/*****グローバルメニュー****/

#menu {
  position: relative;
  background: #343838;
  width: 100%;
  padding-left: 0px;
  height: 40px;
}

.menu-inner {
  background: #343838;
  /*グローバルメニュー背景色*/
  width: 1200px;
  margin: 0 auto;
  height: 40px;
}

#menu ul {
  margin-bottom: 0;
}

#menu li {
  list-style-type: none;
  float: left;
  height: 40px;
  text-align: center;
  width: 25%;
}

#menu li a {
  text-decoration: none;
  display: block;
  color: #ffffff;
  /*グローバルメニュー文字色*/
  font-size: 80%;
  font-weight: bold;
  line-height: 40px;
}

#menu li:hover a {
  color: #ff8c00;
  background: #ffffff;
  transition: all .5s;
}

.menu-toggle {
  display: none;
}


/*タブレット*/

@media screen and (max-width:1239px) {
  #top-editarea {
    height: initial;
    background: #343838;
    /*MENU背景色*/
    text-align: right;
    /*MENUの文字の位置*/
    width: 100%;
  }
  .menu-toggle {
    color: #ffffff;
    /*MENUの文字色*/
    display: inline-block;
    padding: 5px;
    margin: 3px;
  }
  #menu {
    width: 100%;
    display: none;
    height: initial;
    padding: 0;
    margin: 0;
  }
  #menu ul {
    margin-bottom: 0 !important;
  }
  .menu-inner {
    width: 100%;
    height: initial;
    position: static;
    margin: 0;
  }
  #menu li {
    float: none;
    height: 35px;
    width: 100%;
    list-style-type: none !important;
    background: #dcdcdc;
    /*リスト文字の背景色*/
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
    /*リストの文字の位置*/
  }
  #menu li a {
    height: initial;
    color: #343838;
    /*リスト文字色*/
    display: block;
  }
  #menu li:hover a {
    color: initial;
    background: initial;
  }
}


/***  オーソドックスなカード型デザイン  ***/

.page-archive .archive-entries {
  display: flex;
  flex-wrap: wrap;
}

.page-archive .archive-entries .archive-entry {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0 0 5px;
  margin-bottom: 1.5em;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 0;
  transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover {
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

@media (min-width: 481px) {
  .page-archive .archive-entries .archive-entry {
    width: calc(50% - 10px);
  }
  .page-archive .archive-entries .archive-entry:nth-child(odd) {
    margin-right: 20px
  }
}

.archive-entry-header {
  display: flex;
  flex-direction: column-reverse;
  order: 2;
  padding: 10px 16px 0;
  width: calc(100% - 32px);
}

.page-archive .archive-entries .entry-title {
  line-height: 1.5;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.page-archive .entry-title a {
  font-size: 18px;
}

.page-archive .archive-entries .entry-thumb-link {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.page-archive .entry-thumb {
  background-size: cover;
  background-position: 50%;
  border-radius: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.page-archive .archive-entries .categories a {
  text-decoration: none;
}

.page-archive .archive-entries .categories ::before {
  font-family: blogicon;
  content: "\f04a";
  margin: 0 0.3em 0 0;
}

.page-archive .archive-entries .categories {
  order: 3;
  margin: 0 0 0 0px;
  padding: 0 16px;
}

.page-archive .entry-thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  opacity: 0;
  transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover .entry-thumb::before {
  opacity: 1;
}

.archive-entry-body {
  display: none;
}

.archive-entry-header .date {
  bottom: 0;
  right: 5px;
  /*余白の調整*/
  margin-bottom: 0;
}

.entry-content h6 {
  font-size: 16px;
  padding: .25em 0 .25em .75em;
  border-bottom: 0px solid #80a15f;
  border-left: 6px solid #a9a9a9;
  font-weight: normal
}


/*パンくずリスト*/

.breadcrumb-child:last-child {
  display: none;
}


/* 不等号の > を消す場合
 他にもいろいろ指定方法はあると思う */

.breadcrumb-child+.breadcrumb-gt {
  display: none;
}


/*パンくずリストのテキスト変更*/

.breadcrumb-link span {
  font-size: 0;
}

.breadcrumb-link:before {
  font-family: 'blogicon';
  content: '\f017　ホーム';
  text-decoration: none;
}


/*パンくずリスト　カテゴリもアイコンつける場合*/

.breadcrumb-child-link:before {
  font-family: 'blogicon';
  content: '\f022　';
  text-decoration: none;
}

.page-entry .breadcrumb {
  margin: 0.5em 0;
}

.page-archive-category .breadcrumb-link, .page-archive-category .breadcrumb-gt {
  display: none;
}



#box2 {
  display: flex;
}


/*サイドバー固定*/

.hatena-module:last-of-type {
  position: -webkit-sticky;
  /*safari対応*/
  position: sticky;
  top: 30px;
  /*ここで上からの距離を調整*/
}

  /***カテゴリ表示***/
  .page-archive .archive-heading {
    margin: 0.5em .5em 0 1.3em;
  }
  .page-archive .archive-heading::before {
    position: relative;
    top: 3px;
    font-family: blogicon;
    content: "\f04a　";
  }
  /*pre要素内*/
  pre {
    font-size: 1em;
    padding: 1em 1em 0 1em;
    background: white !important;
    color: #000000 !important;
  }
  /*レスポンシブ 広告整列用*/
  #box2 {
    display: block;
  }
  
  /***サイドバースマホ非表示***/
  @media screen and (max-width:767px) {
    .hatena-module-search-box, .hatena-module-archive {
      display: none;
    }
    /*class名*/
  }
  
  @media(max-width:751px){
    #stoc-module{
        display: none !important;
    }
    }
  
  html {
    scroll-behavior: smooth;
  }
  
  .customized-footer  {
  padding: 1em 0 0 0;
  }
  
  .ad-online-afc {
    padding 10px 10px;
    background: white;
}

.ad-online-afc .adsbygoogle {
    text-align: center;
    margin: auto;
    text-decoration: none;
    padding: 10px;
}

.archive-entry-header .date {
    margin-bottom: 0.5em;
}


/***サイドバースマホ非表示***/
@media screen and (max-width:767px){
.hatena-module-html{display:none;}/*class名*/
}

.hatena-module {
    margin-bottom: 20px;
}

.entry-content img.hatena-fotolife {
box-sizing: border-box;
  padding: 3px;
  background: #fff;
  border: 1px solid gray;
}

.archive-header-category {
    margin-bottom: 1em;
}

/* 目次（サイドバー） */
#sectionListSide ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#sectionListSide ol .chapter {
  padding-left: 10px;
}
#sectionListSide li > a {
  padding: 2px 0px 2px 4px;
  text-decoration: none;
  display: block;
}
#sectionListSide li > a.current {
  background-color: #FF773E;
}
#sectionListSide li > a:hover {
  color: #263f5a;
  background-color: #f2f2f2;
  text-decoration: none;
}

.crown{
  content: "\f050"; font-family: blogicon;
}

/* table02 */
#table02 th, #table02 td {
  text-align: center;
  width: 27%;
  min-width: 150px;
  padding: 10px;
  height: 60px;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

/*サイドバーSNS*/

.sidebar__follow-btn{
    width: 100%;
    display: flex;
    justify-content: center;
}
.sidebar__follow-btn a {
    width: 80px;
    height: 80px;
    margin:1%;
    box-sizing: border-box;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap:wrap;
    transition: all .3s;
}
.sidebar__follow-btn a:hover {
    color:#fff;
}
.sidebar__follow-btn .inner-text {
    width:100%;
    text-align:center;
    font-size:12px;
}
.sidebar__follow-btn .hatena {
    color: #38393C;
    border: 1px solid #38393C;
    background: #fff;
}
.sidebar__follow-btn .hatena:hover{
    background:#38393C;
}
.sidebar__follow-btn .twitter{
    color: #55acee;
    border: 1px solid #55acee;
    background: #ffffff;
}
.sidebar__follow-btn .twitter:hover{
    background:#55acee;
}
.sidebar__follow-btn .instagram {
    color: #cc4895;
    border: 1px solid #cc4895;
    background: #ffffff;
}
.sidebar__follow-btn .instagram:hover{
    background:#cc4895;
}

/*シェアボタンここから*/
.share-btn-type1 {
  margin: 1.2em 0;
  display: flex;
}
.share-btn-type1 .share-btn__item {
  width: 25%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  transition: all .3s;
}
.share-btn-type1 .share-btn__item--hatebu {
  background-color: #00A4DE;
}
.share-btn-type1 .share-btn__item--facebook {
  background-color: #1778F2;
}
.share-btn-type1 .share-btn__item--twitter {
  background-color: #1BA1F3;
}
.share-btn-type1 .share-btn__item--pocket {
  background-color: #EF4155;
}
.share-btn-type1 .share-btn__item:hover {
  opacity: .8;
}
/**
 * シェアボタンここまで */

/* 見出し H2 */

.entry-content h2 {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 0.5em 0;
    color: #444444;
}

/* フォント斜体 */

.italic {
  font-style: italic;
}

/* 表段組 */

.Tablekumi {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .Tablekumi {
    display:none;
    font-size: 12px;
  }
}
.Tablekumi-Head {
  background: #eee;
}
.Tablekumi-Head-Row-Cell {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.Tablekumi-Body-Row:nth-child(even) {
  background: #eee;
}
.Tablekumi-Body-Row-Cell {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* 左1文字余白 */
p.leftem {
   padding-left: 12px;
}

/* 表レスポンシブ */

@media screen and (max-width: 768px) {
.Tabledan tr {
    font-size: 12px;
  }
}

.Tabledan th,
.Tabledan tr,
.Tabledan td {
  display: block;
}

.Tabledan th {
  padding: 3px 6px;
  display: none;
}

.Tabledan td {
  padding: 3px 6px;
}

.Tabledan .songn-name {
  background: #eee;
}


.Tabledan {
  border: 1px solid silver;
}

/* PC用　設定 */
@media (min-width: 768px) {
  .Tabledan {
display:none

  }
}

.entry-content .heading3  h3{
  padding: 1rem 2rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
} 
.entry-content .heading3  h3:before{
  content: none;
}

.entry-content .blogcardfu {
        width: auto;
        max-width: 9999px;
        border: 1px solid #E0E0E0;
        border-radius: 3px;
        margin: 10px 0;
        padding: 15px 15px 0;
        line-height: 1.4;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
    }
    .entry-content .blogcardfu-image img {
        border: none !important;
    }

    .entry-content .blogcardfu a {
        display: block;
        text-decoration: none;
        overflow: hidden;
    }

    .entry-content .blogcardfu-image {
        width: 300px;
        padding: 0 0 0 10px;
        margin: 0 0 5px 5px;
        float: right;
    }

    .entry-content .blogcardfu-title {
        font-size: 112.5%;
        font-weight: bold;
        color: #333333;
        margin: 0 0 5px 0;
        display: block;
    }

    .entry-content .blogcardfu-content {
        font-size: 87.5%;
        font-weight: 400;
        color: #666666;
        display: block;
    }

    .entry-content .blogcardfu-domain {
        font-size: 75%;
        color: #999999;
        display: block;
    }

    @media (max-width: 767px) {
        .entry-content .blogcardfu-image {
            float: none;
            margin: 0 auto 5px auto;
        }
        .entry-content .blogcardfu-title, .entry-content .blogcardfu-content, .entry-content .blogcardfu-domain {
            text-align: left;
        }
    .entry-content .blogcardfu {
    padding: 15px;
    }    
    }
    .entry-content .code{
    line-height: 1.8em;
    }