/* <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:
最小限のデザインで最大限の「美」を引き出す



/* 
リセットCSS
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*   リセットCSS　ここまで   */



※未だにコードを整理していない 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, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'メイリオ', meiryo, '游ゴシック  Medium', sans-serif;
  color: #3f3f3f;
  /*背景色をcssで利かせるには、設定で色を「初期設定」にすること。*/
  /*background-color: #f5f5f5; /* IE9以下の人用 */
  /*background: linear-gradient( 95deg, #f0f0f0 0%, #F8F8FF 30%, #f0f8ff 80%); /* グラデーション、3色*/
  background-color: #F0D8E5
}

a {
  color: #1487bd;
}

a:visited {
  color: #789dae;
}

a:hover {
  color: #0f5373;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
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;
}

/* h1＝ブログタイトル＆記事タイトルはhoverで下線*/
h1 a:hover {
  text-decoration: underline;

}

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 {
  color: #333333;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

/* 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: 720px;
  float: left;
  /*
  border-radius: 5px;
    padding:10px ; 
  */
  background: translate;
  margin-bottom: 10px;
  /* 本文とサイドメニューの間を空ける*/
  padding: 0 10px 0;
}

#box2 {
  width: 280px;
  float: right;
  background: translate;
  margin: 0 15px 0;
}

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

/* 画像を指定（URLから）。 */
  {
  /*  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif; */
  /*
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/y/yamamori3939/20210711/20210711150201.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  */
  text-align: center;
  height: 200px;
  /* 表示したい画像の高さ */
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
  /* 幅100%に */
  overflow-x: hidden;
}

#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: 90%;
  margin: 5px 0 0 0;
}

/* ヘッダ画像を設定したとき */
/*
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
*/

/* タイトル画像のみ表示で払い出されるクラス */
.header-image-only #blog-title #blog-title-inner {
  text-align: center;
  margin: 0 auto;
  /* 中央寄せ */
  background-size: contain;
  /* これを書くことでうまく行った！スマホで。魔法の言葉 */

}

/* パンくず（カテゴリーページで表示されます） */
#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: 30px;
}

.entry-header {
  padding: 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}

.entry-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'メイリオ', meiryo, '游ゴシック  Medium', sans-serif;
  font-size: 25px;
  line-height: 1.5em;
  margin: 0;
  font-weight: bold;
  padding: 0;
  /*  border-top: 3px solid #49beb7; */
  /*  border-bottom: 3px solid #49beb7; */
}


/*グラデーション線を上下に（実際は空のblockを上下配置） */
.entry-title:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.3em;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(90deg, #49beb7 50%, #e8317d 100%);
}

.entry-title:after {
  content: "";
  display: block;
  /* ブロック化することでmargin-left使えるようになった */
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3em;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(90deg, #49beb7 50%, #e8317d 100%);

}

/* 記事部分だけの背景変更 */
article {
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #666666;
  border: 0.5px solid;
  border-color: #86cecb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}


/* 日付 */
.date {
  position: relative;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 0 -5px;
  padding: 0 0.5rem 0.5rem;
  line-height: 3em;
  text-indent: 3em;
  color: #3f3f3f;
  font-size: 100%;
  /*  background: #00c5e8;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2); */
}

.date:after {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yamamori3939/20210717/20210717214135.png) no-repeat;
  background-size: contain;
}

/*.date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
}*/

.date a {
  color: #3f3f3f;
  text-decoration: none;

  /* padding: 1px;*/
}


/*
.date:before {
  position: absolute;
  bottom: -10px;
  left: -15px;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #137a7f;
  border-left: 10px solid transparent;
}
*/

/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}

.categories a {
  /* color: #3f3f3f; */
  text-decoration: none;
  padding: 4px 0;
  border-radius: 0;
  font-size: 15px;
  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;
}

.categories a:hover {
  /* カテゴリーもhoverで下線つけるようにする */
  text-decoration: underline;
}

.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: 18px;
  line-height: 200%;
  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.5em;
}

.entry-content h1 {
  font-size: 200%;
}

.entry-content h2 {
  font-size: 180%;
}

.entry-content h3 {
  font-size: 145%;
}

.entry-content h4 {
  font-size: 125%;
}

.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;
}




/* 続きを読む */
.entry-see-more {
  display: block;
  /* これを書くと上下マージン指定できる */
  position: relative;

  margin: 10px auto;
  width: 85%;
  padding: 1em;
  font-size: 1em;
  background: linear-gradient(100deg, #49beb7 20%, #e8317d 80%);
  /*border-color: #3B86B8;*/
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  transition: .3s ease-out
}

/*.entry-see-more:before {
    content: "";
    margin: 0 0.5em 0 0;
    display:inline-block;
    width:2.7em;
    height:3em;
    background:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yamamori3939/20210717/20210717181032.png) no-repeat;
    background-size:contain; 
}
*/
.entry-see-more:visited {
  color: #fff;
  /* 続きを読むの訪問済みリンクも白でいい */
}

.entry-see-more:hover {
  border: 1px solid #3B86B8;
  background-color: transparent;
  border-color: #3B86B8;
  color: #bbb;
}



/* コメント */
.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 #F7F8F9;
  position: relative;
}

.comment-box li:first-child {
  border-top: 1px solid #F7F8F9;
}

.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: fff;
  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.5em;
}

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

.hatena-module a:hover {
  text-decoration: underline;
}

.hatena-module-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 120%;
  padding: 0 0 5px 0;
  border-bottom: 1.7px solid #FFFFFF;
}

.hatena-module-title a {
  color: #3f3f3f;
  text-decoration: none;
}

.hatena-module-title a:hover {
  text-decoration: underline;
}

.hatena-module-body {
  margin: 0 5px 0 10px;
}

/* Profile module */
.hatena-module-profile .profile-icon {
  /*禁則処理*/
  text-align: justify;
  text-justify: inter-ideograph;

  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;
  background-color: #ffffff;
  /* 記事を検索部分の背景白に */
}

.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=a3472a746560ba7a0b5e80e669751f) 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: 1em;
  padding: 1em 1em;
  background-color: #FFFFFF;
  border: 0.5px solid;
  border-color: #86cecb;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.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: 14px;
  line-height: 1.5em;
}

.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, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'メイリオ', meiryo, '游ゴシック  Medium', sans-serif;
}

.table-of-contents {
  position: relative;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  border: 1px solid #ECEEF1;
  padding: 3em 3em 1em 1em;
  border-radius: 0;
  font-size: 14px;
  line-height: 28px;
}


.table-of-contents:before {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 15px;
  left: 48%;
  line-height: 0em;
 /* margin-left: -1em;
  margin-bottom: 3em; */
  font-size: 20px;
  font-weight: 700;
  content: '目次';
  /*z-index: 2; */
}


.table-of-contents li a {
  text-decoration: none;
  /*heightはいらないかもな。*/
  /*  line-height: 35px; */
  color: #3f3f3f;
}

/* 目次用のul*/
/* ulのmarginを設定すると大見出しも右にずれる。中見出しだけにしたいが。。*/
.table-of-contents ul {
  position: relative;
  margin: 0em 1em 0em;
  font-size: 100%;
  line-height: 1.8em;
  color: #000000;
}


.archive-header-category {
  margin-bottom: 25px;
}

.archive-heading {
  font-family: -apple-system, BlinkMacSystemFont, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'メイリオ', meiryo, '游ゴシック  Medium', 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;
}



/* PC版のみ、画像用のクラスをすべて中央揃え、85%に。*/
/* コメント無しに対応するならばhatena-fotolifeで指定しないと！figure-imageではだめ*/
.hatena-fotolife {
  display: block;
  margin-left: auto;
  /* 【ポイント】*/
  margin-right: auto;
  /* 【ポイント】*/
  margin-top: 6px;
  margin-bottom: 6px;
  /*width:85% ;*/
  max-height: 550px;
}

/* 画像のキャプション。*/
/*なぜだかcolorが変わらない、font-sizeやbackground-colorは対応するのに。width85%に変えたら中央揃えじゃないので左に寄る。*/
.figure-image figcaption {
  color: #111111;
  margin: 1px 45px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}



/* 本文のフォントと行間指定 */
/* font-weight 500以上だとbold化、スマホだと400がいいがPCだとboldと差別化できないPCは300が妥当。colorは黒だと背景白が明るくて読みづらいので変更。font-sizeも17→16でいいのでは、Twitter引用のフォントと比較して。line-heightの推奨下限が1.5。 */
.entry-content p {
  font-size: 16px;
  margin: 0;
  line-height: 1.8em;
  color: #333333;
  font-weight: 300;
  /* 禁則処理。bodyに入れると全部に適用されるのでpタグのみにする。。 */
  text-align: justify;
  text-justify: inter-ideograph;
}




/* シェアボタン用。 */
.share-area {
  margin: 20px 0;
}

.share-button {
  display: flex;
  justify-content: space-between;
  /* 等間隔に並べる処理 */
  flex-wrap: wrap;
  /* はみ出したら次の行 */

}

.share-button a {

  /*
display: inline-block;
width: 156px;
*/
  width: 32%;
  height: 52px;
  padding: 4px 0;
  line-height: 18px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  vertical-align: bottom;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.share-button a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}

.share-area i,
.share-area .lg {
  font-size: 24px;
}

.share-button .twitter-button .lg {
  font-size: 27px;
}

.share-button .twitter-button {
  padding-top: 8px;
}

.share-button .hatena-bookmark-button .lg {
  font-size: 32px;
}

.share-button .hatena-bookmark-button {
  padding-top: 5px;
  padding-bottom: 6px;
}

.share-button .facebook-button .lg {
  font-size: 26px;
}

.share-button .facebook-button {
  padding-top: 4px;
}

.share-area .small-text {
  font-size: 11px;
}

.share-area .fa-spin {
  font-size: 8px;
  color: #fff;
}

.share-button .hatena-bookmark-button {
  background: #00A4DE;
  box-shadow: 0 4px #038ebf;
}

.share-button .facebook-button {
  background: #405BA7;
}

.share-button .twitter-button {
  background: #55ACEE;
  box-shadow: 0 4px #1280c3;
}

.share-button .googleplus-button {
  background: #C53727;
}

.share-button .pocket-button {
  background: #EE4256;
  box-shadow: 0 4px #c3293b;
}

.share-button .pocket-button {
  background: #EE4256;
  box-shadow: 0 4px #c3293b;
}


/* タイトル下ナビゲーションメニュー */
.navigation-menu-area {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: linear-gradient(to right, rgba(73, 190, 183, 1) 20%, rgba(232, 49, 125, 1) 80%);
}

.navigation-menu-button {
  display: flex;
  justify-content: space-between;
  /* 等間隔に並べる処理 */
  flex-wrap: wrap;
  /* はみ出したら次の行 */
}

.navigation-menu-button a {
  width: 23%;
  /*height: 3em;   border-radius: 3px;
    padding-top: 1em;
  padding-bottom: 1em;
*/
  padding: 0.8em 0.4em;
  line-height: 1em;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  text-decoration: underline;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navigation-menu-button a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}

.navigation-menu-button a:visited {
  color: #fff;
}

.navigation-menu-button .navilink-1 {
  background: transparent;
}

.navigation-menu-button .navilink-2 {
  background: transparent;
}

.navigation-menu-button .navilink-3 {
  background: transparent;
}

.navigation-menu-button .navilink-4 {
  background: transparent;

}



/* URLコピーボタン、JS必要そうだから実装できず。一旦消す。*/
/* URLコピーの文言のクラス名は 最後dついてるので注意*/
/*
.share-button .url-copy .lg {
font-size: 27px;
}
.share-button .url-copy {
padding-top: 8px;
}
.share-button .url-copy {
  background: #bbb;
  box-shadow: 0 4px #999;
}
.url-copied {
    display: none;
}
.url-copied span {
    background: #0009;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    color: #fff;
    padding: 2px 4px;
    box-sizing: border-box;
    line-height: 14px;
    border-radius: 3px;
}
*/

/* 引用部分。"\f10d"を表示させてたり。blockquoteはツイッター部分も共通。 */


.entry-content blockquote {
  position: relative;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  background: #f5f5f5;
  color: #777777;
  border-left: 2px solid #e12885;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);

}

.entry-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #e12885;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

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

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




/* PC版Twitterの本文フォント変更させてみたかったが全然効かない。やはりツイッターは別で管理されてるのか。 */
/* .entry-content blockquote .twitter-tweet p{
      font-size: 17px ;
      line-height: 1.8em;
    }
*/


/* リスト表示。 */

.entry-content>ul,
.entry-content>ol {
  margin: 0;
  padding: 1.5em;
}






































/*  import media queries */
/* Media Queries - Retina Display PC ============================================================================ */
@media screen and (min-width: 1139px) {



  #blog-title #title {
    font-size: 37px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
  }

  .header-image-only #blog-title #blog-title-inner {
    height: 250px;
    /*PC縦を広げて横も広がる。スマホは別で指定*/
  }

  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=a3472a746560ba7a0b5e80e669751f) no-repeat right center;
    background-size: 20px 20px;
  }

  #container {
    border-right: 1px solid #ECEEF1;
    border-left: 1px solid #ECEEF1;
  }

  #content {
    margin: 10px 45px;
  }

  .breadcrumb-inner {
    margin: 0 5%;
  }







  .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: 0px;
    /* PC版のサイドバーを本文と高さ合わせる*/
  }

  .page-archive .archive-entries .entry-title {
    /*margin-top:10px;*/
    font-size: 20px;
  }

  .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;
  }




  .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:768px) {

  /* 本文のフォントと行間指定 */
  /* スマホの場合はfont-weight 400がいい300は薄い500は濃い。font-sizeも17→15にしてみる、仕様変更でTwitter引用フォントが小さくなった。line-heightも1.7em程度。なぜかスマホは字間が長く見えるのでletter-spacingを指定する(ちゃんと効いてる！)。*/
  .entry-content p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: -0.04em;

  }

  /* SPでは 線を入れてみる*/
  #globalheader-container {
    /* border-bottom: 1pt solid #69BBB6; */
  }

  /* ナビゲーションメニュー、スマホは2段に */
  .navigation-menu-area .navigation-menu-button {}

  .navilink-1,
  .navilink-2,
  .navilink-3,
  .navilink-4 {
    border: 1px solid #FFF;
  }

  .navigation-menu-button a {
    flex: auto;
    width: 50%;
  }

  .navigation-menu-button:nth-child(3n) a {
    border-right: 1px solid #ccc;
  }

  .navigation-menu-button:nth-child(n + 4) a {
    border-top: none;
  }


  article {
    padding: 15px;
    /* スマホは15 PCは10だと窮屈なので変えている */
  }



  /* SPでは編集ボタン消しておく（意味あるかな？） */
  .entry-header-menu {
    display: none;
  }


  /* ブログ本文 スマホはmarginを */
  .entry-content {
    /*margin:0px 10px 0px 5px ;  */
  }




  /* スマホの画像 縦長写真はmax決め */
  .hatena-fotolife {
    /*max-width: 85% ;*/
    /*widthは100%→85%にしようとしたが効いてないっぽい*/
    max-height: 360px;
    width: auto;
  }

  /* スマホの画像コメントのmarginも左右は100%に。フォントサイズは本文に合わせる */
  .figure-image figcaption {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 15px;
  }



  #blog-title #title {
    font-size: 32px;
    font-weight: 700;
    /*    font-family: 'Nunito', sans-serif; */
  }

  #blog-title {
    /*width: 768px ; */
    text-align: center;
    padding: 0;
    margin: 0;
  }

  /* header-image-onlyタイトル画像の高さを変更する */
  .header-image-only #blog-title #blog-title-inner {
    height: 150px;
    /* スマホここで指定。空白をできるだけ埋めている。200はでかい。*/

  }

  #blog-description {
    font-size: 12px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    /*margin-right: 0px ; */
    /* 合わせる */
    /*margin-left: 0px ; */
    /* 合わせる */
  }

  #container {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;

  }

  #main {
    max-width: 95%;
    width: 90%;     /* ちょっと縮小 */
    /* スマホ版だけ右にあふれるので処理。 */
    height: auto;

    margin-left: auto;
    margin-right: auto;
    float: none;

    /* フォントいじろうとしたがここでは意味なかった */
    /*font-size: 20px; */

    /* スマホ版のみボーダー入れる */
    /*
    border: 0.5px solid;
    border-color: #49beb7;
    border-radius: 3px;
    padding: 10pt ;
    */
  }

  #box2 {
    max-width: 100% margin-left: auto;
    margin-right: auto;
    float: none;
    /*
    border: 0.5px solid;
    border-color: #444444;
    border-radius: 3px;
    */
  }

  #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: 15px;
    line-height: 1.7em;
    font-weight: 500;
    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: cover;
    float: left;
    border-radius: 5px;
  }

  .page-archive .categories {
    display: none;
  }

  /*
  .page-archive .archive-entries .archive-entry {
    margin-bottom: 0;
    padding: 17px 0;
    border-bottom: 1px solid #ECEEF1;
}
*/



  .page-archive .social-buttons {
    display: none;
  }



  .entry .entry-title {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0 15px;

  }

  .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 {
    /*スマホ版用っぽい、他は60pt*/
    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;
  }

  /* スマホはパンくず非表示 */
  #top-box .breadcrumb {
    display: none;
  }
}

/* Media Queries - Smartphone はここまで！！------------------------------------------*/































/*　ここから下がオリジナルのデザインCSS
---------------------------------------------------------------------------------------------------------------*/


/* </system> */
/* <system section="background" selected="f5f5f5"> */
/* </system> */


/*---------- 目次 ------------*/
.table-of-contents {
  font-size: 16px;
}

ul.table-of-contents li a:hover {
  color: #bbb;
  /* リンクにマウスを重ねた時の色 */
}

ul.table-of-contents ul ul {
  /*H1,H2のみ表示させる 上手くいっている。*/
  display: none;
}

/*
.table-of-contents li a{
    line-height: 0.3em;
}
.table-of-contents ul{
    margin-left: 0;
}
*/

/* 旧書式、初期の記事で一部使用 */
p.p1 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  font: 15.0px '.Hiragino Kaku Gothic Interface'
}

p.p2 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  font: 15.0px '.Hiragino Kaku Gothic Interface'
}

span.yellowli {
  background: linear-gradient(transparent 60%, #facf5a 60%);
}

span.bluefo {
  font-size: 120%;
  color: #68BBB6;
  font-weight: normal;
}

span.redfo {
  font-size: 120%;
  color: #d22780;
  font-weight: normal;
}



/* Twitter側フォント指定。できなかった 
.twitter-tweet p {font-size: 10px; }
*/




/*
div#top-box{
    background: #FFFFFF ;
    padding:1px ;
}
*/

/* これできなかった。
a{target=”_blank”;}
*/





/* 画像用のクラス2つ。左寄せに戻す処理。１ブロック要素化（※不要か？）　２左寄せ。*/
.disp-block-2 {
  display: block;
  /* これでブロック要素の扱いになります */
}

img.blockcenter-2 {
  margin-left: 0;
  /* 【ポイント】*/
}

/* このクラス３つ完全一致でwidth変更できた！ */
img[class="hatena-fotolife disp-block-2 blockcenter-2"] {
  width: 100%;
  height: auto;
}






/*　これだめ。
h2#blog-description{
    background: linear-gradient(transparent 60%, #facf5a 60%);
}
*/






/*
.entry-content blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    background: #efefef;
    color: #555;
}
.entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}
.entry-content blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
.entry-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

*/


/* 追加　トップページ 記事内容を非表示など*/
.page-index .entry-content {
  /*display: none; */
  /* 画像表示できないのでやめたが、なぜかSP版だけ消えてPC版だけ残る。hatena-star-containerは両方消えるのに。。*/
}

.page-index div.hatena-star-container {
  /*display: none; */
  /* トップページの はてなスターは表示させよう*/
}

.page-index .comment-box {
  display: none;
  /* トップページの コメントを書く非表示*/
}

.page-archive .archive-entry-tags-wrapper,
.page-archive-category .archive-entry-tags-wrapper {
  display: none;
  /* 記事一覧ページの タグ（外部用）は非表示*/
}



.entry-content h3 {
  position: relative;
  margin-left: -7px;
  padding: 0.8em 0.6em 0.8em 0.6em;
  font-weight: bold;
  color: #444444;
  background-color: #f5f5f5;
  background: linear-gradient(to right, rgba(73, 190, 183, 0.5) 30%, rgba(232, 49, 125, 0.5) 100%);
  /*背景透明にするため色はrgbaで指定。*/
  /*border-left:7px solid #49beb7; */
}

/* ボーダーをグラデーションにする用。positionをそれぞれに追加する必要あり（がんばったけど背景をグラデーションにしたのでボーダーは無くてもいいかもしれない） */
.entry-content h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #49beb7 30%, #e8317d 100%);
}

.entry-content h3::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #49beb7 30%, #e8317d 100%);
}

.entry-content h4 {
  position: relative;
  padding: 10px 15px;
  font-weight: bold;
  color: #444444;
  border-left: 6px solid #49beb7;
}

.entry-content h4::after {
  /* ボーダーをグラデーションにする用。*/
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #49beb7 30%, #e8317d 100%);
}

.entry-content h5 {
  padding: 5px 15px;
  font-weight: bold;
  color: #444444;
  border-left: 2px solid #49beb7;
}