/* <system section="theme" selected="8599973812270629022"> */
@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*
Theme: Minimalism
Author: Codomisu
Description:
最小限のデザインで最大限の「美」を引き出す


※未だにコードを整理していない　2018/09/09

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.
*/

/* Responsive:yes */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
* Remove default margin.
*/
body {
  margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/**
* Address style set to `600er` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 600;
}
/**
* 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 `` 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: 600;
}
/* 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: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #3f3f3f;
  background-color: #ffffff;
}
a {
  color: #1487bd;
}
a:visited {
  color: #789dae;
}
a:hover {
  color: #0f5373;
}
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: #333333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #ECEEF1;
  color: #3f3f3f;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  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: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
.btn-small {
  padding: 2px 10px ;
  font-size: 11px ;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
}
/* ヘッダ（グローバルヘッダ）
グローバルヘッダの中はiframeですが、
#globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 37px;
}
#container #content {
  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: 640px;
  float: left;
}
#box2 {
  width: 290px;
  float: right;
}
/* 1カラムにしたい場合は下記のコメントアウトを外してください ----

#main {
width: 100%;
float: none;
}

#box2 {
width: 100%;
float: none;
}

#box2-inner {
width: 960px;
.clearfix;
overflow: hidden;
}

.hatena-module {
text-align: left;
padding-right: 20px;
width: 300px;
float: left;

&:nth-child(3n+1) {
clear: both;
}
}

---- END 1カラム */
/* header */
#blog-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  text-align: center;
  margin: 0;
  padding: 50px 0;
}
#title {
  margin: 0;
}
#title a {
  color: #3f3f3f;
}
#blog-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 50px;
}
.entry-header {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.entry-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  margin: 15px 0 20px;
}
/* 日付 */
.date {
  font-weight: 600;
  margin-bottom: 15px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #3f3f3f;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  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: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 15px;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECEEF1;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.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 #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #ECEEF1;
  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;
}
/* コメント */
.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 #ECEEF1;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #ECEEF1;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px ;
  height: 50px ;
  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: 600;
}
.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: #3f3f3f;
  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: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 120%;
  padding:0 0 5px 5px;
  border-bottom: 1px solid #ECEEF1;
}
.hatena-module-title a {
  color: #3f3f3f;
  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: 600;
  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 #ECEEF1;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ECEEF1;
  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: 10px 10px;
  color: #3f3f3f;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 35px;
  height: 35px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=4f1cb770a72175570fc55ef0e22b7c) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 1px;
  right: 10px;
  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;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: 600;
  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;
  font-size: 13px;
  line-height: 25px;
}
.page-archive .categories a {
  color: #3f3f3f;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom:5px;
}

.shrbtn{
  padding:0;
  margin:15px 0;
  width: 100%;
  background:#ECEEF1;
  text-align:center;
  display: inline-flex;
}

.share_btn{
  display: inline-block;
  width: calc(100% / 5);
  margin:4px 6px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color:#3f3f3f;
  border:1px solid #ECEEF1;
  border-radius:0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 600;
  transition: .3s;
  background:#fafafa;
}

.share_btn:first-of-type{
  margin-left:0;
}

.share_btn:last-of-type{
  margin-right:0;
}

.share_btn:hover{
  color:#3f3f3f;
}

.share_btn .fa {line-height:40px}


/* ### スライドメニュー ### */
#gnav {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  margin: 0 0 10px;
  background: #ffffff;
  font-size: 0;
  padding: 0 0 0;
}

#gnav .menu a {
  display: block;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 500;
  text-decoration:none;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;

}


#gnav .gnav-inner {
  width: 100%;
  padding: 12px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

#gnav .menu {
  display: inline-block;
}

/* ### スライドメニューを横いっぱいに広げる ### */
#top-editarea .section {
  width: 100% ;
  margin-left: auto;
  margin-right: auto;

}

#top-editarea{
  margin-bottom: 15px;
}

.id a{
  color: #3f3f3f;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}


.hatena-module-profile .profile-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

.table-of-contents {
  position: relative;
  background-color: #fafafa;
  border:1px solid #ECEEF1;
  padding: 60px 70px 25px;
  border-radius: 0;
  font-size: 14px;
  line-height: 28px;
}


.table-of-contents::before {
  position: absolute;
  display: block;
  text-align: center;
  top: 15px;
  left: 50%;
  margin-left: -1em;
  font-size: 20px;
  font-weight: 700;
  content: '目次';
  z-index: 2;
}


.table-of-contents li a {
  text-decoration: none;
  line-height: 35px;
  color:#3f3f3f;
}

.archive-header-category{
  margin-bottom:25px;
}

.archive-heading{
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  border-bottom:1px solid #ECEEF1;
  font-weight: 600;
  font-size: 21px;
  line-height: 35px;
  padding-bottom:5px;
  margin-bottom:25px;
}

.footer{
  background:#3f3f3f;
  color:#fff;
  padding:30px 0;
}
.footer ul li{
  text-align:center;
  display: block;
}

.footer .footer-title{
  margin-bottom:10px;
}

.footer .footer-copyright{
  font-size:12px;
}

.footer-list{
  padding: 0;
}

.categories a{
  color: #3f3f3f;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 0;
  font-size:13px;
  vertical-align: middle;
  margin-right: 10px;
}

.categories a:before{
  font-family: FontAwesome;
  content:"\f02b";
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  color:#2f2f2f;
}

/*  import media queries */
/* Media Queries - Retina Display */
@media screen and (min-width: 1139px){

  #blog-title #title{
    font-size: 37px;
    line-height: 60px;
    font-weight:500;
  }

  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=4f1cb770a72175570fc55ef0e22b7c) no-repeat right center;
    background-size: 20px 20px;
  }
  #container {
    border-right: 1px solid #ECEEF1;
    border-left: 1px solid #ECEEF1;
  }
  #content{
    margin: 35px 55px;
  }
  .breadcrumb-inner{
    margin: 0 5%;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
    margin-right: 20px;
  }

  #box2 .urllist-image {
    border-radius: 5px;
    margin-right: 15px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%
    top: 0;
    color: #3f3f3f;
  }


  .shrbtn{
    background:none;
  }

  #box2{
    margin-top: 15px;
  }

  .page-archive .archive-entries .entry-title {
    margin-top:10px;
    font-size: 19px;
  }

  .hatena-urllist li a {
    font-size: 13px;
    line-height: 25px;
    color:#3f3f3f;
  }
  #gnav .menu a {
    padding: 0 15px;
  }
}
/* Media Queries - Tablet */
@media screen and (max-width: 1138px){
  #gnav .menu{
    margin-right:20px;
  }
  #gnav .menu a{
    font-size: 12px;
  }
  #container {
    width: 100% ;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100% ;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 18px;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
  }
  #box2 .urllist-image {
    border-radius: 5px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .shrbtn{
    background:none ;
  }
.
  .hatena-urllist li a {
    color:#3f3f3f;
  }
  .entry .entry-title{
    font-size: 22px;
  }
  .categories a{
    color: #3f3f3f;
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 2px;
    margin: 0 2px;
  }
  .page-archive .archive-entries .entry-title {
    font-size: 18px;
  }

}
/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width:640px){
  #globalheader-container {
    position: static;
  }
  #blog-title #title{
    font-size: 30px;
    font-weight:500;
    font-family: 'Nunito', sans-serif;
  }
  #blog-description {
    font-size:11px;
  }
  #container {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75%
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  .archive-entry-header{
    width : -webkit-calc(100% -90px);
    width: calc(100% - 90px);
    float: right;
  }
  .page-archive .archive-entries .entry-title {
    font-size:14px;
    line-height: 25px;
    font-weight: 400;
    margin:0;
  }
  .archive-entries .entry-description{
    font-size:11px;
    display:none;
  }
  .page-archive .entry-thumb {
    width: 75px;
    height: 75px;
    border: 1px solid #ECEEF1;
    background-size: 100%;
    float:left;
    border-radius: 3px;
  }

  .page-archive .categories{
    display: none;
  }

  .page-archive .archive-entries .archive-entry {
    margin-bottom: 0;
    padding: 17px 0;
    border-bottom: 1px solid #ECEEF1;
}
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .social-buttons{
    display: none;
  }

  #blog-title {
    text-align: center;
    padding: 35px 0 35px;
    margin:0;
  }

  .entry .entry-title{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  }

  .entry .entry-header{
    padding: 10px 0 10px 0;
    border:none;
  }

  .table-of-contents {
    position: relative;
    background-color: #fafafa;
    border:1px solid #ECEEF1;
    padding: 60px 45px 25px;
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
  }

  #box2 .urllist-image {
    max-width: 100%;
    width: 75px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #ECEEF1;
    height: 75px;
  }
  .hatena-urllist li{
    padding: 10px 0 0px;
  }

  .hatena-urllist li a {
    font-size: 13px ;
    line-height: 20px;
    font-weight: 500;
    color: #3f3f3f;
    text-decoration: none;
  }

  .archive-module-year{
    border:none ;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .archive-entries{
    margin:0 0 40px;
  }

  .id a{
    font-weight: normal;
    text-decoration: none;
    color: #3f3f3f;
  }

  .entry-content {
    font-size: 14px;
  }
  .hatena-module {
    margin-bottom: 40px;
  }
  .urllist-image{
    width: 70px;
    border-radius: 5px;
  }
  .related-entries .related-entries-entry-body{
    display: none;
  }
  .pager{
    text-align: center;
    margin-bottom: 45px;
  }
  :not(.permalink)>.pager-next{
    float:none ;
    text-align: center ;
  }
  :not(.permalink)>.pager-next a{
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 4px;
    border: 1px solid #ECEEF1;
    background: #fafafa;
    color: #3f3f3f;
  }
  .pager-permalink{
    display:none;
  }
}
/* Media Queries - Smartphone */

/* </system> */

#blog-title{
  background: linear-gradient(to right, #ffefd5 20%, #eee8aa 20%, #eee8aa 40%, #deb887 40%, #deb887 60%, #f0e68c 60%, #f0e68c 80%, #ffefd5 80%);
  box-shadow: 0px 0px 0px 0px #eee8aa;
  border: dashed 2px white;
}
#title a{
  font-size: 35px;
  color: #a0522d;
  text-shadow: 6px 3px 3px #deb887, 5px 3px 3px #faebd7, 4px 2px 3px #ffdead, 3px 2px 3px #ffe4c4, 2px 1px 2px #f0e68c, 1px 1px 1px #fffff9;
}
#blog-description{
  font-size: 17px;
  color: #a0522d;
  text-shadow: 6px 3px 3px #deb887, 5px 3px 3px #faebd7, 4px 2px 3px #ffdead, 3px 2px 3px #ffe4c4, 2px 1px 2px #f0e68c, 1px 1px 1px #fffff9;
}
@media screen and (max-width: 768px) {
#title a{
  font-size: 25px;
  color: #a0522d;
  text-shadow: 6px 3px 3px #deb887, 5px 3px 3px #faebd7, 4px 2px 3px #ffdead, 3px 2px 3px #ffe4c4, 2px 1px 2px #f0e68c, 1px 1px 1px #fffff9;
}
}

.star-container {
  display: none;
}
.archive-entry-tags-wrapper {
display:none;
}
#gnav {
    border-top: 1px solid #f5f5f5;   /* ナビゲーションメニューの上の線 */
    border-bottom: 1px solid #f5f5f5;   /* ナビゲーションメニューの下の線 */
    margin: 0 0 10px;
    background: #ffffff;   /* 背景色 */
    font-size: 0;
    padding: 0 0 0;
}
#gnav .menu a {
    display: block;
    color: #464646;   /* 文字色 */
    font-size: 12px;   /* 文字サイズ */
    font-weight: 500;   /* 文字の太さ */
    text-decoration:none;
    padding: 11px 4px 0px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    letter-spacing:0px;   /* 文字の間隔 */

/* カーソルを合わせた時の背景色が変わるアニメーション */
    transition-property: all;
    transition: 0.2s linear;   /* アニメーションの時間設定 */
}
/* カーソルを合わせた時に背景色を変える */
#gnav a:hover {
    background:rgba(255,255,220,1);   /* 色設定 */
}
#gnav .gnav-inner {
    width: 100%;
    height: 38px;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
#gnav .menu {
    display: inline-block;
}

/*========================
　smartphone　bottom menu
　========================*/
.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 550px;
    height:40px;/*高さ*/
    margin:0;
    padding:0;
    background-color:white;/*背景色*/
    border-top:1px solid #f5f5f5;/*バーの上の線*/
    border-bottom:1px solid #f5f5f5;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:77px;
    background-color:white;/*背景色*/
    text-align:center;
    list-style-type:none;
    font-size:20px;/*アイコンのサイズ*/
}
.bottom-menu li a {
    display:block;
    color:#333333;/*アイコン＆文字の色*/
    padding-top:5px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

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

/*PC表示の際は固定フッターは表示しない*/
@media(min-width: 768px){
.bottom-menu {display:none; }
}

.hatena-module-title,
.hatena-module-title::before,
.hatena-module-title::after {
  background: none;
  border: none;
}

/* 記事下のページリンク*/
.pager-next,.pager-prev {
    font-size:17px;
}
.pager-next a,.pager-prev a{
    color: #000!important;
    background: #fffaf0!important;
    border: 1px solid #f0e68c!important;
    border-radius: 5px;/*角の丸み*/
}
.pager-next a:hover,.pager-prev a:hover{
  color: #eee8aa;
}

/* サイドバータイトル */
.hatena-module-title {
  position: relative;
  text-align: center;
  color: #333333!important;/* 文字色 */
  background: #eee8aa!important;/* 背景色 */
  box-shadow: 0px 0px 0px 5px #eee8aa!important;
  border: dashed 2px white!important;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;/* タイトル内の余白 */
  margin: 0px -10px 20px -10px;/* タイトルの位置を調整。 */
}

/* トップページ記事概要のフォントサイズ */
.page-archive .archive-entries .entry-description {
font-size:17px;
}

/* 記事のフォントサイズ・種類 */
.entry-content {
font-size:17px;
}
/* プロフィールのフォント種類変更 */
.hatena-module-profile .profile-description {
font-size: 16px;
}

/*サイドバーの最新記事関連記事の文字の大きさを変更/*
クリック前の色*/
.hatena-module-recent-entries a:link {font-size: 16px;}
.hatena-module-related-entries a:link {font-size: 16px;}

/* フッター プライバシーポリシー */
#footer2{
    text-align: center; 
    font-size: 14px!important;
    color:#333333!important;
    background-color: white!important; /* 背景色 */
    height:30px!important;/*高さ*/
    margin:0;
    padding:0;
}
/* コピーライト */
#copyright {
    text-align: center; /* 文字を中央揃え */
    background-color: white; /* 背景色 */
    font-size: 14px; /* 文字サイズ */
    color: #333333; /* 文字色 */
    height:30px;/*高さ*/
    margin:0;
    padding:0;
}

/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
display: table;
position: relative;
max-width: calc(100%-120px);
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px;
border-radius: 6px;
border: 2px solid #eee8aa;
box-shadow: 1px 1px 5px #eee8aa;
background-color: #eee8aa;
z-index: 1;
}
.entry-content .l-fuki {
margin: 20px 20% 40px 0;
margin-reft: auto;
margin-right: 20%;
}
.entry-content .r-fuki {
margin: 20px 0 40px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
position: absolute;
content: "";
top: 16px;
width: 10px;
height: 10px;
border-right: 2px solid #eee8aa;
border-bottom: 2px solid #eee8aa;
background-color: #eee8aa;
z-index: 2;
}
.entry-content .l-fuki::before {
right: -7px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
left: -7px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
position: absolute;
content: "";
width: 80px;
height: 80px;
top: -10px;
border-radius: 40px;
border: 3px solid #eee8aa;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 1px 1px 5px #eee8aa;
}
.entry-content .l-fuki::after {
right: -110px;
}
.entry-content .r-fuki::after {
left: -110px;
}
@media screen and (max-width: 620px) {
.entry-content .l-fuki,
.entry-content .r-fuki {
width: 70%
}
.entry-content .l-fuki {
margin-right: 30%;
}
.entry-content .r-fuki {
margin-left: 30%;
}
}
@media screen and (max-width: 478px) {
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
width: 60px;
height: 60px;
border-radius: 30px;
}
.entry-content .l-fuki::after {
right: -84px;
}
.entry-content .r-fuki::after {
left: -84px;
}
}

.jiyuujinn::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210705/20210705165210_120.jpg);}
.jiyuunako::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210705/20210705165226_120.jpg);}
.jiyuunakonaki::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210705/20210705165043_120.jpg);}
.otokonokofutuu::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210705/20210705165236_120.jpg);}
.otokonokonaki::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210707/20210707125901_120.jpg);}
.otokonokobatu::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210707/20210707125841_120.jpg);}
.somurie::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210708/20210708133750_120.jpg);}
.naporeonn::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210707/20210707152422_120.jpg);}
.onnnanokoegao::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210717/20210717120817_120.jpg);}
.onnnanokofutuu::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210717/20210717120743_120.jpg);}
.onnnanokonaki::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210717/20210717120827_120.jpg);}
.onnnanokoyorokobi::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210717/20210717120803_120.jpg);}
.otokonoko2egao::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210717/20210717120928_120.jpg);}
.otokonoko2naki::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210717/20210717121024_120.jpg);}
.otokonoko2batu::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210717/20210717120912_120.jpg);}
.kodokunaonnna::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210717/20210717121040_120.jpg);}
.maririnn::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210802/20210802171717_120.jpg);}
.ore::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210802/20210802171749_120.jpg);}
.oreodoroki::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210802/20210802171804_120.jpg);}
.orekanbenn::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210802/20210802171822_120.jpg);}
.orewink::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210802/20210802171854_120.jpg);}
.tukematuge::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20220916/20220916133814.png);}
.oreyorokobi::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20221129/20221129095445.jpg);}
.oretamageru::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20221129/20221129095442.jpg);}
.orefutuu::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20221129/20221129095438.jpg);}
.robot::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230212/20230212150916.png);}
.shoujo::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230309/20230309115911.jpg);}
.shufu1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230410/20230410140055.png);}
.shufu2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230410/20230410145627.png);}
.shufu3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230410/20230410184359.png);}
.shufu5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230414/20230414131507.png);}
.shufu6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230415/20230415132221.png);}
.shufu7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230417/20230417141618.png);}
.shufu8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230417/20230417152353.png);}
.shufu9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230421/20230421123935.png);}
.shufu11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230502/20230502112935.png);}
.shufu12::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230502/20230502113145.png);}
.shufu13::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230502/20230502113452.png);}
.shufu14::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230502/20230502113621.png);}
.shufu15::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230519/20230519152524.png);}
.shufu16::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230521/20230521123620.png);}
.shufu17::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230521/20230521123626.png);}
.shufu18::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230521/20230521123632.png);}
.shufu19::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230521/20230521123639.png);}
.shufu20::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230521/20230521123645.png);}
.shufu21::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231114/20231114102746.jpg);}
.otoko1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230521/20230521124731.png);}
.otoko2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230521/20230521124741.png);}
.otoko3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230521/20230521124747.png);}
.otoko4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230521/20230521124754.png);}
.otoko5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20230521/20230521124801.png);}
.otoko6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231108/20231108150915.jpg);}
.otoko7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231108/20231108150919.jpg);}
.otoko8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231108/20231108150922.jpg);}
.otoko9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231108/20231108150926.jpg);}
.otoko10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231108/20231108150930.jpg);}
.otoko11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231108/20231108150933.jpg);}
.otoko12::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231108/20231108150937.jpg);}
.cat::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231111/20231111112401.png);}
.oreegao1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231205/20231205102232.jpg);}
.oreegao2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231205/20231205102236.png);}
.oreegao3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231205/20231205102241.png);}
.orenaki1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231205/20231205102246.png);}
.orenaki2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231205/20231205102251.png);}
.orenaki3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231205/20231205102255.png);}
.shufu22::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219152928.jpg);}
.shufu23::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219152932.jpg);}
.shufu24::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219152936.jpg);}
.shufu25::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219152940.jpg);}
.shufu26::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219152944.jpg);}
.shufu27::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219152947.jpg);}
.shufu28::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219152951.jpg);}
.shufu29::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219152955.jpg);}
.shufu30::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219152959.jpg);}
.shufu31::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219153003.jpg);}
.otoko13::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219155402.jpg);}
.otoko14::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219155406.jpg);}
.otoko15::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219155409.jpg);}
.otoko16::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219155413.jpg);}
.otoko17::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219155417.jpg);}
.otoko18::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219155420.jpg);}
.otoko20::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20231219/20231219155424.jpg);}
.busu::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20210919/20210919170324.jpg);}
.shufu32::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250502/20250502104735.jpg);}
.shufu33::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250502/20250502130403.jpg);}
.shufu34::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250515/20250515094413.jpg);}
.shufu35::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250516/20250516113220.jpg);}
.shufu36::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250524/20250524143825.jpg);}
.shufu37::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250526/20250526075619.jpg);}
.otoko21::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250528/20250528082011.jpg);}
.otoko22::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250608/20250608155247.jpg);}
.otoko23::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250622/20250622105211.jpg);}
.otoko24::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250717/20250717090138.jpg);}
.shufu38::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250717/20250717090947.jpg);}
.shufu39::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250717/20250717095039.jpg);}
.otoko25::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250717/20250717101527.jpg);}
.shufu40::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/sorokatu/20250717/20250717160330.jpg);}

.star-rating4 th{font-weight:normal;vertical-align:middle;font-size:0.9rem;padding:3px 4px 0 4px;}
.star-rating4 td{font-family:blogicon;font-size:1.5em;-webkit-background-clip: text!important;-webkit-text-fill-color: transparent!important;}
.star-rating4 tr::after{content: attr(data-text);font-size:0.9rem;color:#333;padding:0.5rem 0 0 0.2rem;display:inline-block;}
.star-rating4 .rate00{background: linear-gradient(to right, #f90 0%, #f90 0%, #ccc 0%);}
.star-rating4 .rate05{background: linear-gradient(to right, #f90 0%, #f90 10%, #ccc 10%);}
.star-rating4 .rate10{background: linear-gradient(to right, #f90 0%, #f90 20%, #ccc 20%);}
.star-rating4 .rate15{background: linear-gradient(to right, #f90 0%, #f90 30%, #ccc 30%);}
.star-rating4 .rate20{background: linear-gradient(to right, #f90 0%, #f90 40%, #ccc 40%);}
.star-rating4 .rate25{background: linear-gradient(to right, #f90 0%, #f90 50%, #ccc 50%);}
.star-rating4 .rate30{background: linear-gradient(to right, #f90 0%, #f90 60%, #ccc 60%);}
.star-rating4 .rate35{background: linear-gradient(to right, #f90 0%, #f90 70%, #ccc 70%);}
.star-rating4 .rate40{background: linear-gradient(to right, #f90 0%, #f90 80%, #ccc 80%);}
.star-rating4 .rate45{background: linear-gradient(to right, #f90 0%, #f90 90%, #ccc 90%);}
.star-rating4 .rate50{background: linear-gradient(to right, #f90 0%, #f90 100%, #ccc 100%);}
/*------------h3見出し--------*/
h3 {
  background: #eee8aa;
  box-shadow: 0px 0px 0px 5px #eee8aa;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}
/*------------h4見出し--------*/
h4 {
  background: #ffffea;
  font-size: 20px;
  color: #474747;
  padding: 0.2em 0.5em;
  border-radius: 10px 10px 10px 10px;
  border: dashed 2px #eee8aa;
  box-shadow: 0px 0px 0px 5px #ffffea;
}
/*------------h5見出し--------*/
h5 {
  font-size: 20px!important;
  padding: 0.5em;/*文字周りの余白*/
  color: #474747;/*文字色*/
  background: #ffffea;/*背景色*/
  border-left: solid 5px #eee8aa;/*左線（実線 太さ 色）*/
}

/*フォントサイズ*/
.entry-content p {font-size: 17px;}

/* 目次設定 */
.entry-content .table-of-contents {
    position: relative;
    color:#333333;/* 文字色 */
    background: #eee8aa!important;/* 背景色 */
    border: 1px solid #ddd;/* 線の色 */
    padding: 10px 20px 30px 20px;/* 目次内の余白 */
    width: 90%!important;
    margin: 0 auto ;
    font-size: 17px;
    box-sizing: border-box;
    border-radius: 5px;/* 目次の角を丸く */
}
.entry-content .table-of-contents::before{
    display: none;
}
.entry-content .table-of-contents li {
    list-style: none;/* リストの黒丸を非表示 */
}
.entry-content .table-of-contents>li>a {
    display: block;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    font-size:120%;/* 大見出しの文字サイズ */
    color:#333333;/* 大見出しの文字色 */
    border-bottom: 2px solid #999999;/* 大見出しの下線 */
}
.entry-content .table-of-contents ul a {
    display: block;
    text-decoration: none;
    color: #333333;/* 中見出しの文字色 */
    border-bottom: 1px dotted #ccc;/* 中見出しの下線 */
}
.table-of-contents ul ul{
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #333333;/* 小見出しの文字色 */
    border-bottom: 1px dotted #ccc;/* 小見出しの下線 */
}
.table-of-contents{
    display: none;
}

/* 目次のボタンデザイン */
.show-area{
    position: relative;
    display: inline-block;  
    font-weight: bold;
    padding: 0.25em 0.5em;/
    text-decoration: none;
    color: #333333;/* 文字色 */
    border: 1px solid #ddd;/* 線 */
    background:#eee8aa;/* 背景色 */
    border-radius: 5px;/* ボタンの角を丸く */
}
/* ボックスオレンジ */
.box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ffd700!important;
    border-radius: 0 8px 8px 8px;
}
.box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 18px;
    background: #ffd700!important;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box p {
    margin: 0; 
    padding: 0;
}

.box ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  font-size: 17px;
  list-style-type: none!important;
}
.box ul li:before {/*疑似要素*/
  font-family: "FontAwesome";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 2em;/*左端からのアイコンまでの距離*/
  color: #ffd700!important;/*アイコン色*/
}
/* ボックス青 */
.box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #4169e1;
    border-radius: 8px;
}
.box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    background: #FFF;
    color: #333333;
    font-weight: bold;
}
.box02 p {
    margin: 0;
    padding: 0;
}
.box02 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
.box02 ul li:before {/*疑似要素*/
  font-family: "FontAwesome";
  content: "\f00c";/*アイコンの種類*/
  position: absolute;
  font-size: 16px;
  left : 1.0em;/*左端からのアイコンまでの距離*/
  color: #333333;/*アイコン色*/
}
/*写真を中央に表示*/
.hatena-fotolife, .http-image {
display: block;
margin: 0px auto;
}

/* 表 */
.entry-content table {
width:auto; /* 大きさを自動に */
}
.entry-content table caption{ /* タイトル */
font-size: 17px; /* 文字の大きさ */
padding: 0.5px; /* 文字周りの余白 */
}
.entry-content table th { /* 見出しセル */
border: 1px solid #000000; /* 線の太さ・種類・色コード */
background: #eee8aa!important; /* 背景色 */
text-align: center; /* 中央揃え */
padding: 0.5em; /* 文字周りの余白 */
width:auto;/* 大きさを自動に */
white-space:nowrap; /* 文字を折り返さない */
}
.entry-content table td { /* 普通のセル */
border: 1px solid #000000; /* 線の太さ・種類・色コード */
padding: 0.5em; /* 文字周りの余白 */
width:auto;/* 大きさを自動に */
white-space:nowrap; /* 文字を折り返さない */
}
/* スクロール */
#scroll01 {
box-sizing: border-box; /* スクロール用の箱*/
overflow-x: scroll; /* 横スクロール */
 -webkit-overflow-scrolling: touch;
border-right:3px solid #E0E0E0; /* 右端の線の太さ・種類・色コード */
}

. amazon1banner-text-center {
    text-align: center;
    margin-bottom: 1em;
}
.amazon1banner-link {
    display: inline-block;
    color: #ffffff!important;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    padding: .5em 1em;
    background: #d2691e;
    border-radius: 30px;
    box-shadow: 0 4px 5px -5px rgba(0, 0, 0, .5);
    transition: .3s;
}
.amazon1banner-link:before {
  font-family: FontAwesome;/*忘れずに*/
  content: "\f270";/*アイコンのユニコード*/
  font-weight: 900;
  position: relative;/*絶対位置*/
  right: 0.2em;
  font-size: 1.5em;/*サイズ*/
  color: #ffffff; /*アイコン色*/
}
.amazon1banner-link:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 10px 20px -10px rgba(0, 0, 0, .25);
}

span.author.vcard{
  display: none;
}
.entry-footer-time{
  display: none;
}
.entry-tag .entry-tag-icon{
  display: none;
}
.entry-tag-link{
  color: #454545;
  background-color: #eee8aa!important;
  border: 1px solid #eee8aa!important;
  text-decoration: none !important;
}
.entry-tag-link::before{
  content: "\f04a";
  font-family: 'blogicon';
}

/* ----シェアボタン----------- */
.shrbtn .share_btn {
  color: #fff;
  border-radius: 10%;
}
.shrbtn .hatenabookmark_btn {
  background: #00A4DE;
}
.shrbtn .twitter_btn {
  background: #000000;
}
.shrbtn .facebook_btn {
  background: #3C5A99;
}
.shrbtn .line_btn {
  background: #00B900;
}
.shrbtn .pocket_btn {
  background: #EF4155;
}
.shrbtn .tumblr_btn {
  background: #001935;
}
.shrbtn .feedly_btn {
  background: #6CC655;
}
/***シェアボタンコメント***/
.share_label {
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}
.blogicon-twitter:before {
    content: '𝕏'!important;
    font-weight: bold!important;
}

/***アフィリエイトリンクボタン***/
.link-btn {
    text-decoration: none!important;
    color: #fff!important;
    font-weight: bold;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 60px;
    box-shadow: 0px 8px 10px -6px rgba(0,0,0,.3);
    transition: .2s;
}
.link-btn:hover {
    box-shadow: none;
    transform: translateY(2px);
    opacity: .8;
}
/***ボタン中央寄せ用***/
.center {
    text-align: center;
    margin: 1.5em 0;
}
/***ボタン背景色***/
.ao {
    background: #6b6be2;
}
.midori {
    background: #6be292;
}
.pink {
    background: pink;
}
.kuro {
   background: #3c3c3c;
}
.orange {
   background: #ffd700;
]
.g-ao {
    background: linear-gradient(45deg, #007adf, #00ecbc);
}
.g-midori {
    background: linear-gradient(45deg, #9ae25b, #00c1e3);
}
.g-pink {
    background-image: linear-gradient(45deg, #ff6e87, #fcc951);
}
.g-kuro {
    background: linear-gradient(0deg,#000, #b1b1b1);
}
.g-orange {
    background-image: linear-gradient(45deg, #ff6e87, #fcc951);
}

summary { cursor: pointer; }


.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

.responsive {
width: 100%;
aspect-ratio: 16/9;
}
