/* <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> */

/**************** 変数:Variable ****************/
:root {
  /* 
  --main-color: #EF384E;
  */
  --main-color: #333;
  --text-color: #383838;
  --black: #333;
  --gray-medium: #333;
  --gray-soft: #efefef;
  --gray-pale: #f6f6f6;
  --base-color: #f6f6f6;
  /*
  --link-color: #1cb57b;
  */
  --link-color: #333;
  --cr-border: #eceef1;
  --ff-base:  'Roboto', 'Noto Sans JP','游ゴシック Medium',  'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  --fw-bold: 500;
}
/**************** 変数:Variable ****************/


/************** 基本要素:Foundation **************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--ff-base) !important;
}

a {
  color: var(--link-color);
  text-decoration: none;
}
a:visited {
  color: var(--link-color);
}
a:hover {
  color: var(--link-color);
}

input, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  font-family: inherit;
  width: 100%;
  border-radius: 0;
}

input:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

textarea {
  resize: none;
}

textarea, input[type="range"], input, input:matches([type="password"], [type="search"]) {
  border-radius: 0;
}
/************** 基本要素:Foundation **************/


/* twitter下の「このブログについて」を消す */
div.profile-about {
  display: none;
}


/************** 大枠のレイアウト:Layout **************/
@media screen and (max-width: 1138px) {
  #main {
    width: 92%;
  }
  #box2 {
    width: 92%;
  }
}
/************** 大枠のレイアウト:Layout **************/


/********** ページ共通コンポーネント:Component **********/
#blog-title #title {
  font-family: 'Kaushan Script', 'Roboto', cursive !important;
  font-size: 40px;
  color: #333;
}
#blog-title #blog-description {
  font-family: 'Montserrat', 'Roboto', cursive !important;
  font-weight: 400;
  font-size: 70%;
  letter-spacing: 0.05em;
  color: #333;
}

.date {
  font-weight: 400;
  letter-spacing: 0.05em;
}

.date::before {
  content: "";
  display: none;
}

.categories > a {
  display: inline-block;  /* marginを適用させる */
  margin: 0;
  margin-bottom: 3px;  /* タグが複数ある際、上下の間隔を空ける */
  padding: 5px 10px;
  color: #333;
  background-color: #f4f4f4;
  white-space: nowrap;  /* タグが複数ある際、文字の途中で改行させない */
}

@media screen and (max-width:767px) {
  .categories > a {
    font-size: 11px;
  }
}

.categories > a::before {
  content: "";
  display: none;
}
/********** ページ共通コンポーネント:Component **********/


/******************** 広告 ********************/
/* 広告の上下にグレーエリアを設ける */
.ad,  /* 一般広告? */
.adx-responsive-mode,  /* 一般広告? */
#ad-in-entry,  /* 記事の画像直下や記事フッター下に表示される広告 */
.google-afc-image {  /* Google広告 */
  /* - 左右にもpaddingを設けようとしたが、中身がずれてしまったため却下した。 */
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: var(--gray-pale);
  text-align: center;  /* 広告の中身を中央揃え */
}
/* スマホ・タブレットの場合、外側の余白を無視して画面の横幅いっぱいに広告背面のグレーエリアを広げる */
@media screen and (max-width: 1138px) {
  .ad,
  .adx-responsive-mode {
    margin-left: -4%;  /* 大枠のレイアウト要素(#main,#box2)のwidthを92%にしているため、(100-92)/2で-4%に設定 */
    margin-right: -4%;
    /* 以下の方法は却下した。トップページのタイトル下に広告が表示された場合、デザインが崩れるため。 */
    /* position: relative !important;
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw;
    margin-right: -50vw; */
  }
}
/* 記事の画像直下や記事フッター下に表示される広告 */
#ad-in-entry {
  /* 広告上の余白が空きすぎるため調整しようとしたが、記事フッター下部の広告に適用した場合、フッターとくっついてしまうため却下。 */
  /* margin-top: -28px; */
}
/******************** 広告 ********************/


/***************** 読者になるボタン *****************/
.hatena-follow-button-box {
  margin: .7em 0;
}


.hatena-follow-button {
  font-weight: 500;
  color: var(--text-color)!important;
  vertical-align: middle;
}

/*
.hatena-follow-button-box {
  font-size: 14px!important;
  height: auto;
  margin: .7em 0;
  display: block;
  border: 1px solid var(--black);
  text-align: center;
}


.hatena-follow-button {
  display: block;
  *display: block;
  *zoom: 1;
  height: 60px!important;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 40px;
  border: none!important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: .3s ease;
  transition-property: opacity,border,color,background;
  -o-transition: .3s ease;
  -o-transition-property: opacity,border,color,background;
  -moz-transition: .3s ease;
  -moz-transition-property: opacity,border,color,background;
  -webkit-transition: .3s ease;
  -webkit-transition-property: opacity,border,color,background;
  line-height: 60px!important;
  font-weight: 500;
  text-decoration: none;
  color: var(--text-color)!important;
  background: none;
  float: none;
  letter-spacing: 0.03em!important;
  white-space: nowrap;
  -webkit-text-overflow: clip;
  text-overflow: clip;
  overflow: auto;
  vertical-align: middle;
}

.hatena-follow-button.subscribing {
  background: none;
}
.hatena-follow-button.unsubscribing {
  background: none;
}
.hatena-follow-button > span {
  position: relative;
}
.hatena-follow-button > span::before,
.hatena-follow-button > span::after
{
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: var(--black) !important;
}
.hatena-follow-button.unsubscribing > span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
*/
/***************** 読者になるボタン *****************/


/****************** 自作フッター ******************/
.l-footer {
  padding: 40px 0 0;
  border-top: 1px solid var(--gray-soft);
}
.p-footer {
  text-align: center;
}
.p-footer__nav {
  font-size: 12px;
  color: var(--text-color);
  text-decoration: none;
}
.p-footer__nav:visited {
  color: var(--text-color);
}
/****************** 自作フッター ******************/


/************** はてなブログの元々のフッター **************/
/* フッターのロゴ */
#footer {
  margin: 0 auto;
  padding: 15px 0 30px;
  max-width: 1140px;
  border-left: 1px solid var(--gray-soft);
  border-right: 1px solid var(--gray-soft);
}
#footer .footer-address > a > img {
  display: none;
}
#footer .footer-address-name {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  font-family: 'Kaushan Script', 'Roboto', cursive;
  font-size: 30px;
  color: #333;
}
#footer .footer-address-name::after {
  content: "©︎2020 Visionary";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  font-family: 'Roboto', 'Noto Sans JP','游ゴシック Medium',  'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif ;
  font-size: 10px;
  font-weight: 400;
  transform: translateX(-50%) scale(0.8);
  white-space: nowrap;
}
/************** はてなブログの元々のフッター **************/


/* 記事 */
.entry .entry-title {
  font-family: 'Roboto', 'Noto Sans JP','游ゴシック Medium',  'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif !important;
  font-weight: 500;
}


/***************** サイドバー *****************/
/* Wordpressのウィジェットのことを、はてなブログのHTMLではモジュール(module)と命名されていた */

/* ================= 基本レイアウト ================= */
/* サイドバーの親要素 */
#box2 {
  font-size: 100%;
}

/* 各モジュール間の余白 */
.hatena-module {
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {  /* デフォルトのメディアクエリの境目が640pxで指定されていたため、そのまま使用 */
  .hatena-module {
      margin-bottom: 40px;
  }
}
/* ================= 基本レイアウト ================= */


/* =============== 各モジュールのタイトル =============== */
.hatena-module-title {
  padding: 0 0 5px 0;
  border: none;
}

.hatena-module-title::after {
  display:block;
  line-height: 1;
  font-size: 10px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--text-color);
}
.hatena-module-title > a:visited {
  color: var(--text-color);
}

.hatena-module-profile > .hatena-module-title::after {
  content: "PROFILE";
}

.hatena-module-html > .hatena-module-title::after {
  content: "CONTENT";
}

.hatena-module-entries-access-ranking > .hatena-module-title::after {
  content: "POPULAR POST";
}

.hatena-module-recent-entries > .hatena-module-title::after {
  content: "RECENT POST";
}

.hatena-module-category > .hatena-module-title::after {
  content: "CATEGORIES";
}

.hatena-module-search-box > .hatena-module-title::after {
  content: "SEARCH";
}

.hatena-module-archive > .hatena-module-title::after {
  content: "ARCHIVE";
}
.hatena-module-related-entries > .hatena-module-title::after {
  content: "RELATED POST";
}
/* =============== 各モジュールのタイトル =============== */


/*=============== モジュール:月別記事 ===============*/
/* 月別記事数展開/折り畳み用マーク( ▶︎/▼ ) */
.hatena-module-body .archive-module-button {
  opacity: 1;  /* opacityがデフォルトで0.6に設定されていたため、それを無効化 */
  font-size: 13px;  /* 元のフォントサイズがやや大きかったため、小さくする */
  color: #ccc;  /* 元の色がミドルグレーだったため、ペールグレーに変更 */
}
.hatena-urllist .archive-module-year {
  margin-bottom: 8px;  /* 各年の行間を広げる */
}
.hatena-urllist .archive-module-year .archive-module-month {
  position: relative;
  margin: 0;
  margin-top: 4px;  /* 各月の行間を広げる */
  margin-left: 16px;  /* 各月の左の余白を広げる */
}
/* 年表示(例:2020(77)) */
.hatena-urllist .archive-module-year-title {
  margin-left: 3px;
}
/* 月表示(例:2020/5(20))の前のハイフン */
.hatena-urllist .archive-module-month-title::before {
  position: absolute;
  top: 12px;
  left: -13px;
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: var(--main-color);
}
/*=============== モジュール:月別記事 ===============*/


/*======== モジュール:URLリスト(これが何だったか忘れた) ========*/
.hatena-urllist li {
  position: relative;
  border: none;
  padding: 0;
  margin: 0 0 10px 16px;
}
.hatena-urllist li::before {
  position: absolute;
  top: 12px;
  left: -13px;
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: var(--main-color);
}
.urllist-date-link time:before {
  content: "";
  display: none;
}

@media screen and (max-width:767px) {
  .hatena-urllist li a {
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color);
  }
}

@media screen and (min-width:768px) {
  .hatena-urllist li a {
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color);
  }
}
/*======== モジュール:URLリスト(これが何だったか忘れた) ========*/


/*============== モジュール:プロフィール ==============*/
.hatena-module-profile .profile-description {
  font-family: var(--ff-base);
  font-size: 14px;
  line-height: 1.8;
}
.hatena-module-profile .profile-description a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.8;
}
/*============== モジュール:プロフィール ==============*/


/*================ モジュール:目次 ================*/
.hatena-module-html .toc-description {
  font-family: var(--ff-base);
  font-size: 14px;
  line-height: 1.8;
}

.hatena-module-html .toc-description a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.8;
}
/*================ モジュール:目次 ================*/
/***************** サイドバー *****************/


/******************* 関連記事 *******************/
.related-entries .related-entries-title {
  font-weight: 500;
}
.related-entries.hatena-urllist li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--gray-soft);
}
.related-entries.hatena-urllist li::before {
  display: none;
}
.related-entries .urllist-entry-body {
  display: none;
}
.related-entries.urllist-with-thumbnails li .urllist-image {
  margin: 0;
  margin-right: 0.7em;
}
@media screen and (max-width: 640px){
    .urllist-image {
      width: 70px;
      border-radius: 0;
  }
}
@media screen and (min-width:768px) {
  .hatena-urllist .related-entries-title {
    font-size: 16px;
  }
}
/******************* 関連記事 *******************/


/**************** 一般的な検索ボックス *************** */
.hatena-module-search-box .search-form {
  border: 1px solid var(--black);
  border-radius: 0;
  position: relative;
}

.hatena-module-search-box .search-form::before,
.hatena-module-search-box .search-form::after {
  content: "";
  position: absolute;
}
.hatena-module-search-box .search-form::before {
  display: block;
  top: 21px;
  right: 25px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--black);
  border-radius: 50%;
}
.hatena-module-search-box .search-form::after {
  top: 34px;
  right: 18px;
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
  background-color: var(--black);
}

.hatena-module-search-box .search-module-input {
  padding: 0 20px;
  color: var(--black);
  background: none;
  border: none;
  outline: none;
  height: 60px;
  line-height: 1.7;
  width: 80%;
  font-size: 14px;
}
.hatena-module-search-box .search-module-input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 1.7;
}
.hatena-module-search-box .search-module-input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 1.7;
}
.hatena-module-search-box .search-module-input::placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 1.7;
}
/* デフォルトの虫眼鏡アイコンを消し、ボタンの領域は残す */
.hatena-module-search-box .search-module-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  text-indent: -9999px;
  opacity: 1;
}

/*
.hatena-module-search-box .search-module-button::before,
.hatena-module-search-box .search-module-button::after {
  content: "";
  position: absolute;
}
.hatena-module-search-box .search-module-button::before {
  display: block;
  top: 20px;
  right: 25px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--black);
  border-radius: 50%;
}
.hatena-module-search-box .search-module-button::after {
  top: 35px;
  right: 20px;
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
  background-color: var(--black);
}
*/
/**************** 一般的な検索ボックス *************** */


/************** 検索結果ページの検索ボックス **************/
/* 標準の検索ボックスと違うのは、クラスセレクタのみ
CSSのデザイン要素は一つを除いて全く同じ */
.search-result-form {
  border: 1px solid var(--black);
  border-radius: 0;
  position: relative;
}

/* ここだけ違う */
@media screen and (max-width:640px) {
 .search-result-form {
   max-width: 100%;
 }
}

.search-result-form::before,
.search-result-form::after {
  content: "";
  position: absolute;
}
.search-result-form::before {
  display: block;
  top: 21px;
  right: 25px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--black);
  border-radius: 50%;
}
.search-result-form::after {
  top: 34px;
  right: 18px;
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
  background-color: var(--black);
}

.search-result-form .search-result-input {
  padding: 0 20px;
  color: var(--black);
  background: none;
  border: none;
  outline: none;
  height: 60px;
  line-height: 1.7;
  width: 80%;
  font-size: 14px;
}
.search-result-input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 1.7;
}
.search-result-input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 1.7;
}
.hatena-module-search-box .search-module-input::placeholder {
  color: #ccc;
  font-size: 14px;
  line-height: 1.7;
}
/* デフォルトの虫眼鏡アイコンを消し、ボタンの領域は残す */
.search-result-form .search-result-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  text-indent: -9999px;
  opacity: 1;
}
/************** 検索結果ページの検索ボックス **************/


/****************** 検索結果ページ ******************/
/* 検索ワードのハイライトを削除 */
.page-archive span.highlight {
    background-color: #fff;
    font-weight: inherit;
    padding: 0;
    font-style: inherit;
    margin: 0;
    color: inherit;
    border: none;
    border-radius: 0px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/****************** 検索結果ページ ******************/


/****************** トップページ ***************** */
.page-index .entry {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

.page-index .entry-content {
  padding-bottom: 0;
}
.page-index .entry-content > p {
  margin-bottom: 0;
}

.page-index .entry-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-index .entry-inner .entry-header{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 67.4%;
  -ms-flex: 67.4%;
  flex: 67.4%; 
  margin: 0;
  border: none;
}

/* スマホ広告を上に表示 */
.page-index .entry-inner .article-list-ad {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.page-index .entry-inner .entry-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 32.6%;
  -ms-flex: 32.6%;
  flex: 32.6%;
  border: none;
}

/* 記事一覧の本文などを消す */
.page-index .entry-content > p:not(:first-child),  /* 冒頭のサムネ画像以外のp要素 */
.page-index .entry-content > h2,
.page-index .entry-content > h3,
.page-index .entry-content > h4,
.page-index .entry-content > ul,
.page-index .entry-content > .freezed,  /* 記事内のAmazonアフィリエイトリンクブロック */
.page-index .entry-footer {
  display: none !important;
}


.page-index .entry-categories {
}

/* 記事一覧のサムネイル画像の拡大表示機能を無効に */
.page-index .hatena-fotolife {
  cursor: default;
}
.page-index #cboxOverlay {
  display: none !important;
  visibility: hidden !important;
}
.page-index #colorbox {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (max-width:767px) {
  .page-index .entry-inner .article-list-ad {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 30px;
    padding: 20px 0;
    background-color: #f6f6f6;
    text-align: center;
  }
  .page-index .entry-inner .entry-header{
    padding: 0 0 0 15px;
  }
  .page-index .entry-date {
    margin: 0;
    margin-bottom: 5px;
    line-height: 1;
  }
  .page-index .entry-title {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: var(--fw-bold);
    letter-spacing: 0.02em;
  }
  .page-index .entry-categories {
    font-size: 11px;
  }
}

/*---------------- ページネーション ----------------*/
/* ページネーション : 「前のページ」「次のページ」ボタンや、前後の記事タイトル形式のボタンなど */

@media screen and (max-width: 640px){
  /* スマホ版の場合、前後の記事タイトルの形式のページネーションは元々 display:none; が設定されていたため、それはそのままにしておく。以下のコードでは、それを明示するため記述した。 */
  .pager-permalink {
    display: none;
  }
  /* :not(.permalink) : 前後の記事タイトルの形式のページネーションの場合のみ、ページネーションの親要素に pager に加えて permalink というクラスが付与される。それを利用して条件分岐し、CSSを書いた。 */
  .pager:not(.permalink) {
    /* 「前のページ」「次のページ」2つともある場合と、いずれか1つしかない場合の両方に対応するため、flexを使って横並びにする */
    display: flex;
    justify-content: space-between;
  }
  /* 「前のページ」と「次のページ」両方の要素がある場合、中央線が二重になるのを防ぐため、「次のページ」のspan要素の左余白にネガティブマージンを設ける。
  - table要素の場合は border-collapse: collapse; という記述で二重線を一重線にできるが、flexを使った場合はその方法は効かないため、ネガティブマージンを指定する必要がある。 */
  .pager:not(.permalink) > span:nth-child(2) {
    margin-left: -1px;
  }
  .pager:not(.permalink) > .pager-prev,
  .pager:not(.permalink) > .pager-next {
    flex: 1;
    text-align: center;
    border: 1px solid var(--black);
  }
  .pager:not(.permalink) > .pager-prev a,
  .pager:not(.permalink) > .pager-next a {
    position: relative;
    display: block;
    padding: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    vertical-align: middle;
    text-decoration: none;
    color: var(--text-color);
  }
  /* ページネーションボタンの端に < または > という矢印を描画 */
  .pager:not(.permalink) > .pager-prev a::before,
  .pager:not(.permalink) > .pager-next a::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);  /* 文字より少し下になってしまうため、-1pxで調整。文字の位置調整は難しかったため、記号側を変更した。 */
    width: 6px;
    height: 6px;
  }
  .pager:not(.permalink) > .pager-prev a::before {
    left: 20px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
    transform: translateY(-50%) rotate(-45deg);
  }
  .pager:not(.permalink) > .pager-next a::before {
    right: 20px;
    border-top: 1px solid var(--black);
    border-right: 1px solid var(--black);
    transform: translateY(-50%) rotate(45deg);
  }
}
/*---------------- ページネーション ----------------*/

@media screen and (min-width:768px) {
  .page-index .entry-inner .entry-header{
    padding: 0 0 0 25px;
  }
  .page-index .entry-title {
    margin: 5px 0 15px;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}
/****************** トップページ ***************** */


/****************** 記事詳細ページ ******************/
.entry-content h2 {
  padding-left: 18px;
  border-left: 3px solid var(--black);
}
.entry-content h3 {
  font-size: 128%;
}

.page-entry .entry-content {
  font-family: 'Roboto', 'Noto Sans JP','游ゴシック Medium',  'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif !important;
  color: var(--text-color);
}
.page-entry .entry-content > p > span {
  font-family: 'Roboto', 'Noto Sans JP','游ゴシック Medium',  'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif !important;
}

/* .keyword : はてなブログでは、記事内の特定の単語をキーワードとして認識し、自動的に用語説明のリンクが貼られてしまう。(例:VPDS思考まとめ記事内の「Vision」など) その際、必ずその要素にkeywordというクラスが付けられるため、それを防ぐため、以下のようなコードを書いた。 */
.page-entry .entry-content .keyword {
  border-bottom: none !important;  /* デフォルトの破線を削除 */
  cursor: default !important;  /* デフォルトの cursor:pointer; を無効化 */
  pointer-events: none !important;  /* デフォルトの cursor:auto; を無効化し、クリックできないようにする */
}
/* :not(.keyword) : 上記のキーワード以外の部分に対してCSSを適用 */
.page-entry .entry-content > p > a:not(.keyword) {
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .page-entry .entry-content > p,
  .page-entry .entry-content > p > span {
    font-size: 15px !important;
    line-height: 1.875 !important;
  }
}

@media screen and (min-width:768px) {
  .page-entry .entry-content > p,
  .page-entry .entry-content > p > span {
    font-size: 16px !important;
    line-height: 2 !important;
  }
}
/****************** 記事詳細ページ ******************/


/******************** 記事下 ******************* */
/* 投稿人物, 投稿時間 */
.entry-footer-section {
  display: none;
}
/* SNSボタン */
.hatena-star-container {
  margin: 0;
  padding: 20px 20px 15px 20px;
  min-height: 24px;
  background-color: var(--gray-pale);
}
.hatena-star-add-button {
  margin: 1px!important;
  width: 42px;
  height: auto;
}
.social-buttons{
  margin: 0 0 20px 0;
  padding: 0 20px 20px 20px;
  background-color: var(--gray-pale);
}

/* SNSボタンにはCSSが効かなかった Start
.twitter-share-button {
  position: relative;
}
.twitter-share-button::before {
  content: "Twitter";
  position: absolute;
  display: block;
  top: -20px;
  left: 0;
  width: 75px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.twitter-share-button .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ja button.icon .text {
  display: none;
}

#btn > span {
  position: relative !important;
  display: block !important;
  border: 1px solid #ddd !important;
  border-bottom: none !important;
  border-radius: 3px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-weight: normal !important;
  color: #333 !important;
  background: #fff !important;
  box-sizing: border-box !important;
}
.vertical #btn span {
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  font-size: 12px;
}
.vertical #btn span i {
  display: none;
}

*/
/******************** 記事下 ******************* */


/******************* コメント ****************** */
/* 「コメントを書く」ボタン */
.leave-comment-title {
  position: relative;
  display: block;
  *display: block;
  *zoom: 1;
  padding: 0;
  margin: 30px auto;
  line-height: 60px;
  color: var(--text-color);
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid var(--black);
  text-decoration: none;
}

/* 「コメントを書く」ボタン内の+マーク */
.leave-comment-title::before,
.leave-comment-title::after
{
  content: "";
  position: absolute;
  top: calc(50% - 1px);  /* 文字より少し下になってしまうため、-1pxで調整。文字の位置調整は難しかったため、記号側を変更した。 */
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-5em);
  transform: translateY(-50%) translateX(-5em);
  width: 10px;
  height: 1px;
  background-color: var(--black);
}
.leave-comment-title::after {
  -webkit-transform: translateY(-50%) translateX(-5em) rotate(90deg);
  transform: translateY(-50%) translateX(-5em) rotate(90deg);
}

@media screen and (max-width:767px) {
  .page-entry .entry-content > p > span {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
}

@media screen and (min-width:768px) {

}
/******************* コメント ****************** */


/************** カテゴリ・検索結果の記事一覧 ************* */
/* 記事一覧ページのタイトルデザインの変更（カテゴリ名、～の検索結果） */
.archive-heading {
    font-family: var(--ff-base);
    border-bottom: 1px solid var(--cr-border);
    font-weight: var(--fw-bold);
    font-size: 21px;
    line-height: 1.6;
    padding-bottom: 0.5em;
    margin-bottom: 1.2em;
}
@media screen and (max-width:640px) {
  .archive-heading {
    font-size: 16px;
    
  }
}
@media screen and (max-width:640px) {
  .archive-header-category {
    margin-bottom: 0;
  }
  .archive-header-category .archive-heading {
    font-size: 16px;
    margin-bottom: 0;
  }
}

/* はてなスターの数などを非表示に */
.page-archive .social-buttons {
 display: none;
}
/* サムネ画像のデザインを変更 */
.page-archive .entry-thumb {
  border-radius: 0px;
}

@media screen and (min-width: 641px) {
 .page-archive .entry-thumb {
  /* サムネ画像の横幅を変更 */
   width: 180px;
 }
}

@media screen and (max-width: 640px) {
 /* サムネ画像のデフォルトのサイズ・ボーダーなどを変更 */
 .page-archive .entry-thumb {
   width: 120px;
   height: 80px;
   border: none;
   background-position: top;
 }
 .archive-entry-header {
   /* 記事の日付・タイトルのwrapper（右側全体）のデフォルトの幅を変更 */
     width: -webkit-calc(100% -135px);
     width: calc(100% - 135px);
 }
 .page-archive .archive-entries .entry-title {
     /* 記事タイトルのデザインを変更
　　（デフォルトCSSのセレクタに合わせ、このクラスを指定） */
     font-size: 13px;
     line-height: 1.6;
     font-weight: var(--fw-bold);
     margin: 0;
     letter-spacing: 0.02em;
 }
}

.entry-title {
  font-family: var(--ff-base);
}
/************** カテゴリ・検索結果の記事一覧 ************* */


/******** 固定ページ(お問い合せ・プライバシーポリシーのページ) ******* */
.page-about .entry-content {
  line-height: 1.8;
  font-family: 'Roboto', 'Noto Sans JP','游ゴシック Medium',  'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif ;
}
/* 固定ページの記事内のリンクに下線をつける */
.page-about .entry-content > p > a:not(.keyword) {
  text-decoration : underline;
}
/******** 固定ページ(お問い合せ・プライバシーポリシーのページ) ******* */


/******* サイトマップページ(自作したVPDS思考のまとめページ?) *******/
.sitemap {
  
}
.page-index .entry-content .sitemap > p:not(:first-child),
.page-index .entry-content .sitemap > h2,
.page-index .entry-content .sitemap > h3,
.page-index .entry-content .sitemap > h4,
.page-index .entry-content .sitemap > ul{
  display: none !important;
}
.sitemap a:not(.keyword) {
  text-decoration: underline;
}
.sitemap > ul {
  margin-top: -10px;
}
.sitemap-list-number {
  font-weight: bold;
  margin-right: 15px;
}
/******* サイトマップページ(自作したVPDS思考のまとめページ?) *******/


/**************** お問い合わせフォーム ****************/
.p-contact-form {
}
.p-contact-form__hgroup {
}
.p-contact-form-title {
}
.p-contact-form__content {
}
.p-form {
  
}
.p-form-list {
  list-style: none;
  margin: 0;
  margin-bottom: -20px;
  padding: 0;
  padding-bottom: 30px;
}
.p-form-list__item {
  margin-bottom: 20px;
}
.p-set-form {
  margin: 0;
}
.p-set-form__label {
  margin-bottom: 10px;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
/* __labelに被るデフォルトクラス */
.page-about dt {
  font-size: 14px;
  font-weight: 500;
  border: none;
  margin-bottom: 10px;
}
.p-set-form__label > span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
}
.p-set-form__content {
  margin: 0;
}
/* __contentに被るデフォルトクラス */
.page-about dd {
  margin-left: 0;
}
.p-set-form-input-area {
  margin: 0;
  padding: 15px 20px;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--gray-pale);
  color: var(--black);
  font-size: 14px;
}
.p-set-form-input-area--large {
  min-height: 200px;
}
.p-set-form-input-area::-webkit-input-placeholder {
  color: #bbb;
  font-size: 14px;
  line-height: 1.7;
}

.p-set-form-input-area:-ms-input-placeholder {
  color: #bbb;
  font-size: 14px;
  line-height: 1.7;
}

.p-set-form-input-area::placeholder {
  color: #bbb;
  font-size: 14px;
  line-height: 1.7;
}
.p-form-submit {
  position: relative;
}
.p-form-submit::before,
.p-form-submit::after {
  content: "";
  position: absolute;
  top: 49%;

  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-3.1em);
  transform: translateY(-50%) translateX(-3.1em);
  width: 10px;
  height: 1px;
  background-color: var(--black);
}
.p-form-submit::after {
  -webkit-transform: translateY(-50%) translateX(-3.1em) rotate(90deg);
  transform: translateY(-50%) translateX(-3.1em) rotate(90deg);
}
.p-form-submit-btn {
  display: block;
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  background: none;
  outline: none;
  border: 1px solid var(--black);
}
/**************** お問い合わせフォーム ****************/