/* <system section="theme" selected="10328749687225937733"> */
/*
  Theme: zeno-teal
  Author: orefolder
  Responsive: yes
*/
html {
  box-sizing: border-box;
  font-size: 90%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  font-size: 100%;
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif, "Segoe UI Emoji"; /* 'Montserrat' */
  /* "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #33403d;
  background-color: #fafafa;
  background-image:
    radial-gradient(#e8e8e8 10%, transparent 20%),
    radial-gradient(#e8e8e8 10%, transparent 20%);
  background-size: 14px 14px;
  background-position:
    0 0,
    7px 7px;
}
::selection {
  background: #b2dfdb;
  color: #252525;
}
::-moz-selection {
  background: #b2dfdb;
  color: #252525;
}
a {
  outline: none;
  color: #333;
  text-decoration: none;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
a:hover {
  color: #333;
}
a img,
img {
  border: 0px;
  vertical-align: bottom;
}
p {
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 100%;
}
p:first-child,
ul:first-child,
ol:first-child,
li:first-child {
  margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child,
li:last-child {
  margin-bottom: 0;
}
/* フォント */
/*
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v10/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
*/
/* はてなグローバルヘッダー */
#globalheader-container {
  background: var(--color--accent-primary-dark);
  color: #fff;
}
/* タイトル */
#blog-title {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: table;
  margin: 0 0 0rem 0;
  background: var(--color--accent-primary);
  color: #fff;
}
#blog-title #blog-title-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#blog-title #title a {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
}
/* ヘッダー */
#top-editarea {
  width: 100%;
  margin: 0 auto 2rem auto;
}
/* レイアウト */
#content {
  width: 1174px;
  margin: 2rem auto;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.page-index #content {
  padding: 40px 40px 40px 25px;
}
#content-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#wrapper {
  width: 728px;
}
.page-index #wrapper {
  width: 758px;
  margin: 0 0 0 0;
}
.page-entry #wrapper,
.page-preview #wrapper {
  width: 763px;
  margin: -40px 0 0 -40px;
}
#box2 {
  width: 336px;
}
.page-index #main-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-index #wrapper {
  position: relative;
  top: -15px;
}
/* エントリー */
.entry {
  width: 100%;
}
.entry-content p {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 0;
}
.entry-content p a {
  color: var(--color--accent-primary);
  text-decoration: underline;
}
.entry-content p a:hover {
  background: var(--color--accent-muted);
}
.entry-content p a:visited {
  color: var(--color--accent-primary-dark);
}
.page-index .entry {
  width: 379px;
  height: 400px;
  background: #fff;
  margin: 0 0 8px 0;
  padding: 15px 0 0 0;
  position: relative;
}
.page-index .entry:hover {
  background: #f0f0f0;
  transition: 1s;
}
.page-index .entry:before,
.page-index .entry:after {
  position: absolute;
  top: 399px;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #666;
  transition: 0.3s;
}
.page-index .entry:before {
  left: 50%;
}
.page-index .entry:after {
  right: 50%;
}
.page-index .entry:hover:before,
.page-index .entry:hover:after {
  width: 50%;
}
.page-index .entry-inner {
  position: absolute;
  width: 349px;
  margin-left: 15px;
}
.page-index .entry-content {
  height: 369px;
  overflow: hidden;
  background: url(https://cdn-ak2.f.st-hatena.com/images/fotolife/c/c-miya/20170925/20170925163823.jpg)
    no-repeat;
  background-size: 349px;
}
.page-index .entry-content p {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #808080;
}
.page-index .entry-content p:nth-of-type(1) {
  padding: 290px 0 0 0;
}
.page-index .entry-content img:nth-of-type(1) {
  position: absolute;
  top: 0;
  width: 349px;
  height: 196px;
  object-fit: cover;
}
.page-index .entry-content p:nth-of-type(n + 2) img {
  display: none;
}
.page-index .entry-content h2 {
  display: none;
}
.entry-header {
  position: relative;
}
.page-index .entry-header {
  position: absolute;
  top: 200px;
  padding: 0 0 0 0;
  width: 100%;
}
.page-index .entry-title {
  position: absolute;
  top: 0;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  word-break: break-all;
  height: 52px;
  overflow: hidden;
}
.page-index .entry-title .entry-title-link {
  display: block;
  max-height: 52px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entry-date {
  color: #666;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}
.entry-date a {
  display: inline-block;
  color: #666;
}
.entry-date:before {
  content: "\f043";
  font-family: blogicon;
}
.page-index .entry-date {
  font-size: 12px;
  margin: 64px 0 0 0;
}
.page-entry .entry-date,
.page-preview .entry-date {
  padding: 42px 0 0 0;
}
.entry-categories {
  padding: 0 0.8em;
  font-size: 10px;
}
.page-index .entry-categories {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: 2;
  background: var(--color--category-highlight);
  white-space: nowrap;
  max-width: 349px;
  overflow: hidden;
}
.page-index .entry-categories a {
  display: inline-block;
  color: #333;
  font-weight: bold;
  line-height: 2;
  margin: 0 0.2em;
}
.page-entry .entry-categories,
.page-preview .entry-categories {
  position: absolute;
  top: 0.9em;
  left: -48px;
  z-index: 2;
  display: inline-block;
  background: var(--color--category-highlight);
  padding: 0.4em 0.8em 0.2em;
  font-size: 11px;
  transform: rotate(-5deg);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.page-entry .entry-categories a,
.page-preview .entry-categories a {
  display: inline-block;
  color: #666;
  font-weight: 700;
}
.page-entry .entry-categories:before,
.page-preview .entry-categories:before {
  content: "\f013";
  font-family: blogicon;
}
a.entry-see-more {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}
.page-entry .entry-inner,
.page-preview .entry-inner {
  padding-left: 35px;
}
.page-entry .entry-title,
.page-preview .entry-title {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 0.5em 0;
}
.page-entry .entry-content,
.page-preview .entry-content {
  letter-spacing: 0.2px;
}
.social-buttons {
  margin: 0 0 1rem 0;
}
.ad-01 {
  text-align: center;
  margin: 0 0 2rem 0;
}
/* 記事編集ボタン */
.entry-header-menu {
  position: absolute;
  top: -200px;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  line-height: 40px;
  background: #333;
}
.entry-header-menu a {
  color: transparent;
  position: absolute;
}
.entry-header-menu a::before {
  content: "\f024";
  font-size: 18px;
  color: #fff;
  font-family: blogicon;
  display: block;
  width: 40px;
  text-align: center;
}
.page-entry .entry-header-menu {
  position: absolute;
  top: 0px;
  left: 50%;
}
.page-index .comment-box,
.page-index .author,
.page-index .entry-footer-time {
  display: none;
}
.page-index .hatena-bookmark-comment-iframe {
  background: #0ff;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.page-index .hatena-star-container {
  display: none;
}
.page-index .entry-footer {
  position: absolute;
  top: 0;
  background: transparent;
}
.page-index .google-afc-image {
  background: transparent;
  position: absolute;
  z-index: 20;
}
.social-buttons {
  display: none;
}
.page-entry .social-buttons {
  display: block;
  padding: 0 0 0 0;
}
.page-entry .entry-footer-html {
  padding: 0 0 0 0;
}
/* 記事内 */
.entry-content h2 {
  background: var(--color--accent-primary);
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 1.1em 1em;
  margin: 3em 0 1em 0;
  font-size: 1.4rem;
  line-height: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}
.entry-content h2::before {
  position: absolute;
  top: 100%;
  content: "";
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: var(--color--accent-primary) transparent transparent transparent;
}
.entry-content h3 {
  font-size: 1.3rem;
  padding: 1rem;
  border-left: 6px solid var(--color--accent-primary);
  margin: 2em 0 1em 0;
  color: var(--color--accent-primary);
}
.entry-content h4 {
  font-size: 1.3rem;
  padding: 1em 0 0 0;
  margin: 0 0 0.5em 0;
}
.entry-content h4::before {
  content: "\f029";
  font-family: blogicon;
  margin-right: 0.5em;
  color: var(--color--accent-primary);
}
.entry-content h5 {
  font-size: 1.2rem;
  padding: 1em 0 0 0;
  margin: 0 0 0.3em 0;
}
.entry-content h6 {
  font-size: 1.1rem;
  padding: 1em 0 0 0;
  margin: 0 0 0.3em 0;
}
blockquote {
  margin: 1.5em 0 1em 1em;
  padding: 1em 1em 1em 40px;
  background: #fff;
  border: 1px solid #999;
  color: #666;
  border-radius: 2px;
}
blockquote::before {
  content: "\f704";
  font-family: blogicon;
  color: #999;
  font-size: 42px;
  position: absolute;
  top: -0.5em;
  left: -0.4em;
  background: #fff;
}
blockquote cite {
  display: block;
  font-style: italic;
  text-align: right;
  font-size: 0.7rem;
  word-break: break-all;
  margin-top: 0.6em;
}
q {
  font-style: italic;
  background: var(--color--accent-muted);
  margin: 0 0.2em;
}
.page-entry .entry-content .hatena-fotolife,
.page-preview .entry-content .hatena-fotolife {
  margin: 0 0 0.7em 0;
  max-width: 100%;
}
.entry-content .hatena-image-left,
.entry-content .hatena-image-right {
  display: block;
  max-width: 50% !important;
}
.entry-content .hatena-image-left {
  margin-right: 1rem !important;
}
.entry-content .hatena-image-right {
  margin-left: 1rem !important;
}
.entry-content ul,
.entry-content ol {
  margin: 0 1em 1.5em 0;
  padding: 0 0 0 0;
  counter-reset: my-counter;
  list-style: none;
}
.entry-content dl {
  margin: 0 1em 1.5em 1em;
  padding: 0 0 0 0;
}
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol {
  margin: 0.2em 0.5em 0.5em 1em;
}
.entry-content ul li,
.entry-content ol li {
  margin: 0 0 0.2em 0;
  padding: 0 0 0 0;
  line-height: 1.7;
  list-style-type: none;
  position: relative;
}
.entry-content ul li::before,
.entry-content ul ul li::before {
  color: var(--color--accent-primary);
  font-size: 0.8em;
  margin-right: 0.1rem;
  position: relative;
  top: -0.2em;
}
.entry-content ul li::before {
  content: "\25CF";
}
.entry-content ul ul li::before {
  content: "\25A0";
}
.entry-content ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--color--accent-primary);
  color: #fff;
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  position: relative;
  top: -0.1em;
  margin: 0 0.4em 0 0;
}
.entry-content ol ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #80cbc4;
  color: #fff;
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  position: relative;
  top: -0.1em;
  margin: 0 0.4em 0 0.5em;
}
.entry-content pre.code {
  margin: 0 0 1.5em 0;
  padding: 1em;
  background: #444;
  color: #fff;
}
table {
  margin: 0em 0 1em 0;
  border-collapse: collapse;
  border: 3px solid #ccc;
  max-width: 100%;
}
th {
  border: 1px solid #ccc;
  padding: 0.3em 0.6em;
  background: #eee;
  color: #666;
}
td {
  border: 1px solid #ccc;
  padding: 0.3em 0.6em;
}
ul.table-of-contents {
  border: 1px solid var(--color--accent-primary);
  padding: 1.2em 1em 1em 2em;
  margin: 0.5em 0 2em 0;
  position: relative;
}
ul.table-of-contents li {
  font-size: 90%;
  margin-bottom: 0;
}
ul.table-of-contents li a {
  text-decoration: none;
}
ul.table-of-contents ul ul {
  display: none;
}
ul.table-of-contents:before {
  content: "INDEX";
  display: inline-block;
  position: absolute;
  top: -0.6em;
  left: 0.5em;
  background: #fff;
  padding: 0 0.5em;
  font-weight: 700;
  color: var(--color--accent-primary);
}
.entry-content strong {
  background: linear-gradient(transparent 60%, #e6ee9c 0%);
}
.entry-content strong.teal {
  background: linear-gradient(transparent 60%, #b2dfdb 0%);
}
.entry-content strong.pink {
  background: linear-gradient(transparent 60%, #f8bbd0 0%);
}
.entry-content .exlink {
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 0.7em;
  margin: 0 0 1em 0;
  position: relative;
}
.entry-content .exlink a::before {
  content: "\f009 \0020";
  font-family: blogicon;
}
.entry-content .exlink a {
  text-decoration: underline;
}
.entry-content .exlink a:hover {
  background: #e0e0e0;
}
.entry-content .exlink a:visited {
  color: #666;
}
.entry-content .flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.entry-content .flexbox span:nth-of-type(n + 2) {
  margin-left: 1%;
}
.entry-content .iflexbox {
  display: inline-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.entry-content .iflexbox span {
  display: inline-block;
  max-width: 49%;
}
/* パンくずリスト */
#top-box {
  width: 1174px;
  margin: 0 auto;
}
.breadcrumb {
  font-size: 0.8rem;
  margin-top: 2em;
}
/* コメント */
.comment-box {
  position: relative;
  margin: 0 0 2em 0;
}
.comment {
  margin: 0 0 0 0;
  padding: 1.5em 0 0 0;
}
.comment li {
  list-style-type: none;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1em 0;
}
.comment li .hatena-id-icon {
  width: 64px;
  height: 64px;
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0 8px 1em 0;
}
.comment li .comment-user-name {
  font-weight: bold;
  margin: 0 0 0 0;
}
.comment li .comment-content p {
  overflow: hidden;
  padding: 0 0 0 0;
  margin: 0 0 1em 0;
  font-size: 0.9rem;
}
.comment li .comment-metadata {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 0.8rem;
  font-style: italic;
}
.leave-comment-title {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0em 1em 0.6em 1em;
  background: #f0f0f0;
  font-size: 0.8rem;
}
.leave-comment-title:hover {
  border: 1px solid #666;
  background: #666;
  color: #fff;
}
.leave-comment-title::before {
  content: "\f01d";
  font-family: blogicon;
  font-size: 1.5rem;
  margin: 0 0.2em 0 0;
  position: relative;
  top: 0.35rem;
}
.entry-comment .comment-delete-button img {
  top: 2em;
}
.entry-footer-section {
  text-align: right;
  font-size: 80%;
  margin: 2.5em 0;
}
.permalink {
  position: relative;
  margin: 0 0 2em 0;
  width: 100%;
  overflow: hidden;
}
/* ページャー */
.page-index .pager {
  width: 100%;
  padding: 1em 0;
  text-align: center;
}
.page-index .pager a {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid var(--color--accent-primary);
  color: var(--color--accent-primary);
}
.page-index .pager a:hover {
  background: var(--color--accent-primary);
  color: #fff;
}
.page-entry .pager {
  width: calc(100% - 35px);
  padding: 1em 0;
  margin: 1rem 0 2rem 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-entry .pager span {
  display: table;
  width: 49%;
  border: 1px solid var(--color--accent-primary);
}
.page-entry .pager span a {
  display: table-cell;
  padding: 0 0.5rem;
  line-height: 1.2rem;
  vertical-align: middle;
  color: var(--color--accent-primary);
}
.page-entry .pager span a:hover {
  background: #26a69a;
  color: #fff;
}
.page-entry .pager .pager-prev::before,
.page-entry .pager .pager-next::after {
  display: table-cell;
  vertical-align: middle;
  font-family: blogicon;
  background: var(--color--accent-primary);
  color: #fff;
  width: 4rem;
  height: 4rem;
  text-align: center;
}
.page-entry .pager .pager-prev::before {
  content: "\f005";
}
.page-entry .pager .pager-next::after {
  content: "\f006";
}
.page-entry .pager .pager-arrow {
  display: none;
}
/* サイドバー */
.hatena-module {
  width: 100%;
  overflow: hidden;
  margin: 0 0 3em 0;
  font-size: 12px;
}
.hatena-module-title {
  background: var(--color--accent-primary);
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 1em;
  margin: 0 0 1em 0;
  font-size: 1.3rem;
  line-height: 1;
}
.hatena-module-title a {
  color: #fff;
}
.search-form {
  border: 3px solid #e0e0e0;
  position: relative;
  overflow: hidden;
  line-height: 3rem;
}
.search-form:after {
  content: "\f01a";
  font-family: blogicon;
  position: absolute;
  right: 0;
  height: 2rem;
  width: 3rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3rem;
}
.search-module-input {
  border: 0px;
  width: calc(100% - 3rem);
  height: 2rem;
  font-size: 0.9rem;
  line-height: 2rem;
  padding: 0 0.5em;
}
.search-module-button {
  background: rgba(255, 255, 255, 0.1);
  border: 0px;
  color: transparent;
  position: absolute;
  right: 0;
  height: 2rem;
  width: 3rem;
  z-index: 2;
}
.search-module-button:hover {
  cursor: pointer;
}
.search-result-form {
  height: 2.3em;
}
.search-result-input {
  height: 2.3em !important;
}
.hatena-urllist {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  list-style-type: none;
  word-break: break-all;
}
.urllist-item {
  position: relative;
  padding: 0 2em 0 0;
}
.urllist-item:hover::before {
  right: 0.4em;
  transition: 0.3s;
}
.urllist-item::before {
  content: "\f006";
  font-family: blogicon;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color--accent-primary);
  position: absolute;
  right: 0.6em;
  top: calc(50% - 1rem);
  z-index: 2;
}
.urllist-item-inner {
  font-size: 12px;
  line-height: 18px;
}
.urllist-image {
  margin-bottom: 0.8rem !important;
}
.urllist-date-link a {
  font-weight: bold;
  color: #999;
}
.recent-entries-item {
  overflow: hidden;
  margin: 0 0 0.8rem 0;
  border-bottom: 1px dotted #e0e0e0;
}
.recent-entries-item:last-of-type {
  margin: 0 0 0 0;
  border-bottom: 0px;
}
.hatena-module-category .hatena-urllist {
  margin: -1em 0 0 0;
}
.hatena-module-category .hatena-urllist li {
  border-bottom: 1px dotted #e0e0e0;
  position: relative;
}
.hatena-module-category .hatena-urllist li:last-of-type {
  border-bottom: 0px;
}
.hatena-module-category .hatena-urllist li::before {
  content: "\f006";
  font-family: blogicon;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color--accent-primary);
  position: absolute;
  right: 0.6em;
  top: calc(50% - 0.6rem);
  z-index: 2;
}
.hatena-module-category .hatena-urllist li:hover::before {
  right: 0.4em;
  transition: 0.3s;
}
.hatena-module-category .hatena-urllist li a {
  display: block;
  padding: 1em 0;
}
/* about */
.page-about h2 {
  margin-top: 0;
}
/* アーカイブ */
.archive-heading {
  background: var(--color--accent-primary);
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 1.1em 1em;
  margin: 0 0 1em 0;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
}
.archive-heading::before {
  position: absolute;
  top: 100%;
  content: "";
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: var(--color--accent-primary) transparent transparent transparent;
}
.page-archive .archive-entries {
  padding: 0 0 0 0;
}
.page-archive .archive-entry {
  position: relative;
  min-height: calc(120px + 1em);
  padding: 0 0 1em 136px;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.page-archive .archive-entry:last-of-type {
  border-bottom: 0px;
}
.page-archive .entry-thumb-link {
  position: absolute;
  top: 0;
  left: 0;
}
.page-archive .entry-title {
  font-size: 1.2rem;
}
.page-archive .date {
  font-size: 0.8rem;
}
.page-archive .categories a {
  font-size: 0.8rem;
}
.page-archive .categories:before {
  content: "\f013";
  font-family: blogicon;
  font-size: 15px;
}
.page-archive .archive-entry-body {
  font-size: 0.9rem;
}
/* フッター */
#bottom-editarea {
  width: 1174px;
  margin: 0 auto;
  background: #7f8c8d;
  padding: 40px 40px 1em 40px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footer {
  width: 1174px;
  margin: 0 auto 3em auto;
  background: #7f8c8d;
  padding: 2em 40px 1em 40px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 80%;
  color: #fff;
  border-top: 1px solid #95a5a6;
}
#footer a {
  color: #fff;
}
#footer-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footer address img {
  vertical-align: bottom;
}
#footer address {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#footer .services {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.three-footer {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.three-footer div {
  width: 100%;
  margin-left: 3%;
}
.three-footer div:nth-of-type(1) {
  margin-left: 0;
}
.footer-h {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border-bottom: 2px dotted #fff;
}
.three-footer div a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.three-footer div a:hover {
  border-bottom: 1px solid #fff;
}
.recommends {
  width: 1174px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 2rem auto 0 auto;
}
.recommends a.recommend-entry {
  display: block;
  width: 19%;
  font-size: 0.8rem;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.recommends a.recommend-entry:hover,
.recommends a.recommend-entry2:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.recommend-title {
  display: block;
  padding: 0.8em 1em;
  word-break: break-all;
}
.recommend-img {
  width: 100%;
}
.recommends a.recommend-entry2 {
  display: block;
  width: 19%;
  font-size: 0.8rem;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: 50% 50%;
}
.recommend-entry2 .recommend-title {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}
#zeno-menu {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}
.zeno-menu {
  list-style-type: none;
  width: 1174px;
  margin: 0 auto;
  padding: 0 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.zeno-menu li {
  display: block;
  width: 100%;
}
.zeno-menu li a {
  /* 既存のスタイル */
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.5em 0em 0.5em;
  text-align: center;
  /* 高さ方向中央配置 */
  display: flex; /* 垂直方向のフレックスコンテナにする */
  align-items: center; /* 垂直方向の中央に配置する */
  height: 100%; /* 要素の高さを 100% に設定 */
  justify-content: center; /* 左右中央配置 */
}
.zeno-menu li a:hover {
  background: var(--color--accent-primary-dark);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
/* ******** SNSボタン ******** */
.snsbtns1,
.snsbtns2,
.snsbtns3,
.snsbtns4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 1rem 0;
  position: relative;
}
.snsbtns1 a,
.snsbtns2 a,
.snsbtns3 a,
.snsbtns4 a {
  display: block;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 110%;
  margin-left: 0.2rem;
  position: relative;
  overflow: hidden;
}
.snsbtns1 a:hover,
.snsbtns2 a:hover {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.snsbtns3 a {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.snsbtns3 a:hover {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}
.snsbtns4 a {
  margin-left: 0.4rem;
  border-radius: 0.4rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 105%;
}
.snsbtns4 a:hover {
  margin-top: -2px;
  margin-bottom: 2px;
}
.snsbtns1 a:nth-of-type(1),
.snsbtns2 a:nth-of-type(1),
.snsbtns3 a:nth-of-type(1),
.snsbtns4 a:nth-of-type(1) {
  margin-left: 0;
}
.snsbtns1 a::before,
.snsbtns3 a::before,
.snsbtns4 a::before {
  font-family: blogicon;
  margin-right: 0.5em;
  font-weight: normal;
}
.sns-fb::before {
  content: "\f036";
}
.sns-tw::before {
  content: "\f035";
}
.sns-po::before {
  content: "\f008";
}
.sns-hb::before {
  content: "\f027";
}
.sns-fb {
  background: #365899;
}
.sns-tw {
  background: #1b95e0;
}
.sns-po {
  background: #ef4056;
}
.sns-hb {
  background: #008fde;
}
.sns-fb:hover {
  background: #4267b2;
}
.sns-tw:hover {
  background: #31a3ea;
}
.sns-po:hover {
  background: #f65065;
}
.sns-hb:hover {
  background: #009ff8;
}
.snsbtns3 .sns-fb {
  background: #465f8c;
}
.snsbtns3 .sns-tw {
  background: #3998d4;
}
.snsbtns3 .sns-po {
  background: #e35f71;
}
.snsbtns3 .sns-hb {
  background: #1f93d1;
}
.snsbtns3 .sns-fb:hover {
  background: #4267b2;
}
.snsbtns3 .sns-tw:hover {
  background: #31a3ea;
}
.snsbtns3 .sns-po:hover {
  background: #f65065;
}
.snsbtns3 .sns-hb:hover {
  background: #009ff8;
}
.snsbtns4 .sns-fb {
  background: #365899;
  box-shadow: 0px 6px 0px rgba(44, 66, 102, 1);
}
.snsbtns4 .sns-tw {
  background: #1b95e0;
  box-shadow: 0px 6px 0px rgba(38, 122, 173, 1);
}
.snsbtns4 .sns-po {
  background: #ef4056;
  box-shadow: 0px 6px 0px rgba(189, 70, 86, 1);
}
.snsbtns4 .sns-hb {
  background: #008fde;
  box-shadow: 0px 6px 0px rgba(17, 117, 171, 1);
}
.snsbtns4 .sns-fb:hover {
  box-shadow: 0px 8px 0px rgba(44, 66, 102, 1);
}
.snsbtns4 .sns-tw:hover {
  box-shadow: 0px 8px 0px rgba(38, 122, 173, 1);
}
.snsbtns4 .sns-po:hover {
  box-shadow: 0px 8px 0px rgba(189, 70, 86, 1);
}
.snsbtns4 .sns-hb:hover {
  box-shadow: 0px 8px 0px rgba(17, 117, 171, 1);
}
.snsbtns2 a::before {
  font-family: blogicon;
  position: absolute;
  top: 0rem;
  left: -1rem;
  font-size: 420%;
  color: rgba(255, 255, 255, 0.25);
}
/* ********メディアクエリ******** */
@media screen and (max-width: 1200px) {
  #content {
    width: 760px;
    padding: 0 0 0 0;
  }
  .page-index #content {
    padding: 0 0 0 0;
  }
  #content-inner {
    display: block;
  }
  #wrapper {
    width: 100%;
  }
  .page-index #wrapper,
  .page-preview #wrapper {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    top: 0px;
  }
  .page-index #main-inner {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .page-entry #wrapper,
  .page-preview #wrapper {
    width: 100%;
    margin: 0 0 0 0;
  }
  .page-entry .pager {
    width: calc(100% - 32px);
    margin: 1rem 0 2rem 16px;
  }
  #box2 {
    width: 100%;
  }
  #box2-inner {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .hatena-module {
    width: 336px;
  }
  #bottom-editarea {
    width: 760px;
    padding: 40px 22px 1em 22px;
  }
  #footer {
    width: 760px;
    padding: 2em 22px 1em 22px;
  }
  #top-box {
    width: 760px;
  }
  .page-entry .entry-categories {
    position: absolute;
    top: 0;
    left: -15px;
    transform: rotate(0deg);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .page-entry .entry-inner,
  .page-preview .entry-inner {
    padding: 0 16px;
  }
  .recommends {
    width: 760px;
  }
  .recommends a.recommend-entry:nth-of-type(n + 5),
  .recommends a.recommend-entry2:nth-of-type(n + 5) {
    display: none;
  }
  .recommends a.recommend-entry,
  .recommends a.recommend-entry2 {
    width: 24%;
  }
  #bottom-editarea {
    padding: 40px 16px 1em 16px;
  }
  #footer {
    padding: 2em 16px 1em 16px;
  }
  .three-footer div {
    margin-left: 2%;
  }
  .zeno-menu {
    width: 760px;
  }
}
@media screen and (max-width: 780px) {
  #content {
    width: 100%;
  }
  #bottom-editarea,
  #footer,
  #top-box,
  .zeno-menu {
    width: 100%;
  }
  #top-box {
    padding: 0 2%;
  }
  .recommends {
    width: 100%;
    padding: 0 2%;
  }
  .recommends a.recommend-entry:nth-of-type(n + 4),
  .recommends a.recommend-entry2:nth-of-type(n + 4) {
    display: none;
  }
  .recommends a.recommend-entry,
  .recommends a.recommend-entry2 {
    width: 32%;
  }
  .entry-header-html {
    width: 100%;
    overflow: hidden;
  }
  .entry-categories {
    padding: 0 0.8em;
    font-size: 10px;
  }
  .page-entry .entry-categories {
    position: absolute;
    top: 0;
    left: -4vw;
    transform: rotate(0deg);
    box-shadow: none;
  }
  .page-entry .entry-inner,
  .page-preview .entry-inner {
    padding: 0 4vw;
  }
  .page-entry .pager {
    width: 92%;
    margin: 1rem 0 2rem 4%;
  }
  .page-index .entry {
    width: 48vw;
    height: 52.5vw;
    margin: 0 0 8px 0;
    padding: 2vw 0 0 0;
  }
  .page-index .entry::before,
  .page-index .entry::after {
    display: none;
  }
  .page-index .entry-inner {
    width: 44vw;
    margin-left: 2vw;
  }
  .page-index .entry-content {
    height: 45.5vw;
    background-size: 44vw;
  }
  .page-index .entry-content p {
    font-size: 1.5vw;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .page-index .entry-content p:nth-of-type(1) {
    padding: 36vw 0 0 0;
  }
  .page-index .entry-content img:nth-of-type(1) {
    position: absolute;
    top: 0;
    width: 44vw;
    height: 24.8vw;
  }
  .entry-header {
    position: relative;
  }
  .page-index .entry-header {
    position: absolute;
    top: 24.5vw;
    padding: 0;
  }
  .page-index .entry-title {
    font-size: 2.5vw;
    letter-spacing: 0;
    line-height: 1.5;
    height: 7.5vw;
  }
  .page-index .entry-title .entry-title-link {
    max-height: 7.5vw;
  }
  .page-index .entry-date {
    font-size: 1.5vw;
    margin: 8vw 0 0 0;
  }
  .page-index .entry-categories {
    position: absolute;
    top: -24.5vw;
    right: 0;
    z-index: 2;
    background: var(--color--category-highlight);
    max-width: 44vw;
  }
  .page-index .entry-categories a {
    display: inline-block;
    color: #333;
    font-weight: bold;
    line-height: 2;
    margin: 0 0.2em;
  }
}

@media screen and (max-width: 675px) {
  .hatena-module {
    width: 100%;
  }
  .hatena-module-body {
    padding: 0 4%;
  }
  .snsbtns1 a,
  .snsbtns3 a,
  .snsbtns4 a {
    color: transparent;
  }
  .snsbtns1 a::before,
  .snsbtns3 a::before,
  .snsbtns4 a::before {
    display: block;
    margin: 0 0 0.5em 0;
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    top: 0.75rem;
    width: 100%;
    text-align: center;
  }
  .snsbtns2 a {
    font-size: 0.95rem;
  }
  #footer-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .three-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .three-footer div {
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 480px) {
  #blog-title #title a {
    font-size: 8vw;
    letter-spacing: 0.3em;
  }
  #blog-title #blog-description {
    font-size: 3vw;
    padding-top: 0.5em;
  }
  .recommends a.recommend-entry:nth-of-type(n + 3),
  .recommends a.recommend-entry2:nth-of-type(n + 3) {
    display: none;
  }
  .recommends a.recommend-entry,
  .recommends a.recommend-entry2 {
    width: 49%;
  }
  .entry-content h2 {
    background: #fff;
    color: var(--color--accent-primary);
    border-bottom: none;
    letter-spacing: 0;
    padding: 1em 4% 0 4%;
    margin: 3em -4% 1em -4%;
    font-size: 1.3rem;
    line-height: 1.2;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .entry-content h2::before {
    display: none;
  }
  .page-index .entry {
    height: 56.5vw;
    padding: 2vw 0 0 0;
  }
  .page-index .entry-inner {
    width: 47vw;
    margin-left: 0;
  }
  .page-index .entry-content {
    height: 49.5vw;
    background-size: 47vw;
  }
  .page-index .entry-content p:nth-of-type(1) {
    padding: calc(27vw + 18vw + 4vw) 0 0 0;
    color: transparent;
  }
  .page-index .entry-content p:nth-of-type(1) a {
    color: transparent;
  }
  .page-index .entry-content p {
    color: transparent;
  }
  .page-index .entry-content p a {
    color: transparent;
  }
  .page-index .entry-content table,
  .page-index .entry-content .table-sc,
  .page-index .entry-content thead,
  .page-index .entry-content tbody,
  .page-index .entry-content tr,
  .page-index .entry-content th,
  .page-index .entry-content td,
  .page-index .entry-content caption {
    display: none;
  }
  .page-index .entry-content img:nth-of-type(1) {
    position: absolute;
    top: 0;
    width: 47vw;
    height: 26.4vw;
  }
  .page-index .entry-header {
    top: 27vw;
  }
  .page-index .entry-title {
    font-size: 4vw;
    height: 18vw;
  }
  .page-index .entry-title .entry-title-link {
    max-height: 18vw;
  }
  .page-index .entry-date {
    font-size: 2vw;
    margin: 19vw 0 0 0;
  }
  .page-index .entry-categories {
    top: -27vw;
    max-width: 47vw;
  }
  .page-entry .pager {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .page-entry .pager span {
    width: 100%;
    margin-bottom: 1rem;
  }
  #box2 {
    width: 100%;
  }
  #box2-inner {
    width: 100%;
    display: block;
  }
  .hatena-module {
    width: 100%;
  }
  .hatena-module-body {
    padding: 0 4%;
  }
  .zeno-menu {
    width: 100%;
  }
  .booklink-link2 > div,
  .kaerebalink-link1 > div,
  .tomarebalink-link1 > div {
    width: 49%;
    margin: 0.5%;
  }
  .page-entry .entry-title,
  .page-preview .entry-title {
    font-size: 19px;
  }
  .page-archive .entry-thumb {
    width: 192px;
    height: 108px;
  }
  .page-archive .archive-entry-body {
    display: none;
  }
  .page-archive .archive-entry {
    padding: 0 0 1em 200px;
    height: 100px;
    min-height: 120px;
  }
  .page-archive .entry-title {
    font-size: 15px;
  }
  .page-archive .categories {
    display: none;
  }
  .entry-content p,
  .entry-content div,
  .entry-content li {
    font-size: 14px;
  }
  .entry-content h3 {
    font-size: 15px;
  }
  .entry-content h4 {
    font-size: 14px;
  }
  .entry-content table {
    width: 100%;
  }
  .entry-categories.categories {
    display: none;
  }

  .page-index .entry-content.hatenablog-entry p:not(:has(img)) {
    display: none;
  }
}

/* </system> */
/* <system section="background" selected="#FBFBFB"> */
body {
  background: #fbfbfb;
}
/* </system> */
/* パラメータ */
body {
  --color--bg--main1: #365e82; /* #365e82*/
  --color--bg--main2: #f8f8f8;
  --color--bg--ON1: #1e466a; /* #1e466a*/
  --color--bg--box: #365e82;
  --size--border--main1: 1px;
  --color--accent-primary: #009688;
  --color--accent-primary-dark: #00897b;
  --color--accent-muted: #e0f2f1;
  --color--category-highlight: #eeff41;
}
/*本文文字色*/
.entry-content {
  color: #333333;
}
/* メインカラー */
#blog-title,
.entry-content ol li:before,
.page-index .pager a:hover,
.page-entry .pager .pager-prev::before,
.page-entry .pager .pager-next::after,
.hatena-module-title,
.archive-heading {
  background-color: var(--color--bg--main1);
}
.entry-content p a,
.entry-content h2,
.entry-content h3,
.entry-content h4::before,
.entry-content ul ul li::before,
ul.table-of-contents:before,
.page-index .pager a,
.page-entry .pager span a,
.urllist-item::before,
.hatena-module-category .hatena-urllist li::before,
.entry-content ul li::before {
  color: #333333;
}
.archive-heading::before,
.entry-content h2::before {
  border-top-color: var(--color--bg--main1);
}
/*=================================================================================
	レスポンシブPC最大サイズ
=================================================================================*/
@media (min-width: 1240px) {
  #content {
    width: 1200px; /* ブログ全体の幅 */
  }
  #main {
    width: 800px; /* 記事部分の幅 */
    float: left;
  }
  #main-inner {
    padding: 0 40px 0 0; /* タグ一覧 */
  }
  #entry-inner {
    padding: 0 0px 0 0px;
  }
  .page-index .entry {
    width: 370px;
    margin: 0 0px 0px 0px;
    padding: 0px;
  }
  .page-index .entry-content {
    height: 360px;
  }
  .page-index .entry-content p {
    font-size: 14px;
  }
  .page-index .entry-content p:nth-of-type(1) {
    padding: 260px 0 0 0;
  }
}
/*=================================================================================
	タグメニュー
=================================================================================*/
.page-archive .entry-thumb {
  width: 240px;
  height: 135px;
}
.page-archive .archive-entry {
  padding: 0 0 1em 260px;
  height: 150px;
}
.page-archive .archive-entry-body {
  font-size: 0.8rem;
}
/*=================================================================================
	本文のカスタマイズ
=================================================================================*/
.entry-content p,
.entry-content div,
.entry-content li,
.entry-content .table-of-contents li {
  font-size: 16px;
}
.entry-content h2 {
  letter-spacing: 0px;
  font-size: 20px;
  padding: 0.5em;
  border-left: 10px solid;
  border-left-color: var(--color--bg--main1);
  background-color: var(--color--bg--main2);
  color: #555;
}
.entry-content h2::before {
  display: none;
}
.entry-content h3 {
  font-size: 18px;
  padding: 0.5em;
  border-left: 10px solid;
  border-left-color: #b0b0b0;
  /* border-bottom: 1px solid #b0b0b0; */
  color: #555;
}
.entry-content h4 {
  font-size: 16px;
  /* 水平に伸びる下線 */
  /*border-bottom: 1px dotted #807171;*/
  /*text-decoration: underline;*/
}
.entry-content h4::before {
  /* チェック表示を消す */
  display: none;
}
.entry-content h5 {
  font-size: 16px;
  /* 下線 */
  text-decoration: underline;
  /*text-decoration-color:#FF0000;*/
}
.entry-content h5::before {
  content: "■";
}
/* 太字時のラインを消す */
.entry-content strong {
  background: none;
}
/* 図に枠線を追加 */
.entry-content img {
  border: 0.5px solid #d2d2d1;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
}
.hatena-module-body {
  font-size: 14px;
}
/* 頁ジャンプ */
/*　縁が灰色の線で、背景色が薄い灰色になる　*/
.jump {
  border: 1px solid #979797;
  background-color: #f4f4f4;
  font-size: 18px;
}
/*=================================================================================
	目次のデザイン変更
=================================================================================*/
.entry-content .table-of-contents {
  padding: 15px 10px 15px 35px; /* 枠内の余白(上右下左) */
  border: dotted 1px #777; /* 線の種類と色 */
  background: var(--color--bg--main2); /* 背景 */
}
.entry-content .table-of-contents li {
  font-weight: bold;
}
.entry-content .table-of-contents li ul li {
  font-weight: normal;
  line-height: 1.9;
}
.table-of-contents:before {
  content: "目次";
  font-weight: bold; /* 文字の太さ　通常はnormal */
  color: #000; /* 文字の色 */
}
ul.table-of-contents,
.page-index .pager a,
.page-entry .pager span {
  border-color: #807171;
}
/*=================================================================================
	ヘッダメニュー フッター
=================================================================================*/
/* 濃い色 600 */
#globalheader-container,
.zeno-menu li a:hover {
  background: var(--color--bg--ON1);
}
.entry-content p a:visited {
  color: var(--color--bg--ON1);
}
/* 薄い色 400 */
.page-entry .pager span a:hover,
#zeno-menu,
.entry-content ol ol li:before {
  background: var(--color--bg--main1);
}
/* フッターのカラーを変更 */
.three-footer,
#bottom-editarea {
  background-color: var(--color--bg--main1);
}
/*=================================================================================
	非表示
=================================================================================*/
/* id非表示 */
span.author.vcard {
  display: none;
}
/* h2非スクロール */
.entry-content h2 {
  position: relative;
}
/* ページトップへ戻るボタン */
#page_top {
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: var(--color--bg--main1);
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: "PAGE TOP";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* トップページのコメントを非表示に */
.page-index .comment-box {
  display: none;
}
.page-index .entry-content h2,
.page-index .entry-content h3,
.page-index .entry-content iframe,
.page-index .entry-content div {
  display: none !important;
}
/* 強調囲み */
.background-gray {
  background: #f0f0f0;
  padding: 30px;
  margin: 3px;
}
/* グローバルメニュー固定スクロール */
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
/* 経過日数 */
time.updated {
  display: none;
}
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.booklink-footer {
  clear: both;
}
/*--更新日時表示--*/
.entry-date a {
  background-color: transparent;
  padding: 5px 0px 5px 6px;
  text-decoration: none;
  font-size: 15px;
  display: none;
}
.entry-date::before {
  display: none;
}
.lastmod {
  background-color: transparent;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 14px; /*文字サイズ変更*/
  display: inline;
  margin-left: 0px;
  color: #dc143c; /*文字のカラー変更*/
}
.lastmod::before {
  margin-right: 5px;
  margin-left: 10px;
  padding-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f01e";
}
.entry-date a::before {
  margin-right: 5px;
  padding-left: 3px;
}
/*--更新日時表示--*/
/* 表 */
.entry-content table {
  /*idth:730px; /* サイズ */
  width: 100%;
  border: var(--size--border--main1) solid #f0f0f0; /* 線の太さ・種類・色コード */
  /*border-collapse: collapse; /* ボーダーを重ねない */
}
.entry-content table caption {
  /* タイトル */
  font-size: 17px; /* 文字の大きさ */
  padding: 0.5px; /* 文字周りの余白 */
}
.entry-content table th {
  /* 見出しセル */
  font-weight: bold;
  border: none; /* 線の太さ・種類・色コード */
  border: var(--size--border--main1) solid #f0f0f0; /* 線の太さ・種類・色コード */
  background: #f8f8f8; /* 背景色 */
  text-align: center; /* 中央揃え */
  padding: 0.5em; /* 文字周りの余白 */
  /*width:auto; 大きさを自動に */
  /*white-space:nowrap; /* 文字を折り返さない */
}
.entry-content table td {
  /* 普通のセル */
  border: none; /* 線の太さ・種類・色コード */
  border: var(--size--border--main1) solid #f0f0f0; /* 線の太さ・種類・色コード */
  /*text-align: center; /* 中央揃え */
  padding: 0.5em; /* 文字周りの余白 */
  /*width:auto; 大きさを自動に */
  /*white-space:nowrap; /* 文字を折り返さない */
}
/* ポイントボックス */
.box28 {
  position: relative;
  margin: 2em 0;
  padding: 40px 10px 10px;
  border: solid var(--size--border--main1) var(--color--bg--box);
}
.box28 .box-title {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  background: var(--color--bg--box);
  color: #ffffff;
  font-weight: bold;
}
.box28 p {
  margin: 0;
  padding: 0;
}
/*-------------*/
/*  追尾する目次  */
/*-------------*/
#stoc-module {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* z-index:-1; */
  /*-----位置オフセット--------*/
  top: 80px;
}
#stoc-module.tracking {
  margin-bottom: 0;
}
#stoc-module.fixed {
  position: fixed;
}
#stoc-module.absolute {
  position: absolute;
}
#stoc-module.sticky {
  position: -webkit-sticky;
  position: sticky;
}
#stoc-module.fade-in {
  animation: fadeIn 300ms;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#stoc {
  overflow-y: auto;
}
#stoc.shadow {
  background:
    radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.17), transparent)
      top / 100% 15px,
    radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.17), transparent)
      bottom / 100% 11px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#stoc ol {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
}
#stoc > ol {
  padding-left: 0;
}
#stoc.shadow > ol {
  /* Shadow covers */
  background:
    linear-gradient(#fff 30%, transparent) top / 100% 40px,
    linear-gradient(transparent, #fff 70%) bottom / 100% 40px;
  background-repeat: no-repeat;
  background-attachment: local;
  overflow-y: hidden;
}
#stoc a {
  padding: 5px 2px 5px 6px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  /* color: #777; */
}
#stoc:not(.touch) a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: bolder;
  /* text-decoration: underline; */
  /* color: #222; */
}
#stoc .active {
  background-color: rgba(0, 0, 0, 0.05);
  /* color: #222; */
}
#stoc::-webkit-scrollbar {
  width: 8px;
  background: #ececec;
}
#stoc::-webkit-scrollbar-button {
  display: none;
}
#stoc::-webkit-scrollbar-thumb {
  background: #b1b1b1;
}
[tabindex="-1"]:focus {
  outline: 0;
}
/* 目次タイトル非表示 */
#stoc-title {
  display: none;
}
#stoc ol a {
  font-size: 100%;
}
#stoc ol li ol a {
  font-size: 100%;
}
#stoc ol {
  border-left: 1px dotted #807171;
}
#stoc ol li ol {
  border-left: none;
}
/* アコーディオンメニュー */
.accordion-001 {
  max-width: 1000px;
  background-color: #ffffff;
}
.accordion-001:not([open]) {
  margin-bottom: 7px;
}
.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #eeeeee;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.accordion-001 summary::-webkit-details-marker {
  display: none;
}
.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333;
  border-right: 3px solid #333333;
  content: "";
  transition: transform 0.3s;
}
.accordion-001[open] summary::after {
  transform: rotate(225deg);
}
.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #333333;
  transition:
    transform 0.5s,
    opacity 0.5s;
}
.accordion-001[open] p {
  transform: none;
  opacity: 1;
}
/* クエスチョンメニュー */
.question_box {
  background-color: #ffffff;
  position: relative;
  margin-top: 10px;
  padding: 10px 10px 10px 80px;
  border-radius: 5px;
  border: 2px solid #ff5546;
}
.question_box::before {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  content: "?";
  background: #ff5546;
}
/* エクストラメーションメニュー */
.exclamation_box {
  background-color: #ffffff;
  position: relative;
  margin-top: 10px;
  padding: 10px 10px 10px 80px;
  border-radius: 5px;
  border: var(--size--border--main1) solid #ffa500;
}
.exclamation_box::before {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  content: "!";
  background: #ffa500;
}
/* 読者登録ボタンデザインCSSコード */
/* reader button */
.reader-button {
  　width: 300px;
  height: 46px;
  margin-top: 0;
  margin-bottom: 20px;
}
.reader-button-inner a {
  position: relative;
  display: table-cell;
  width: 300px;
  height: 46px;
  border-radius: 4px;
  background-color: var(--color--bg--main1);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: all 0.6s;
}
.reader-button-inner a:hover {
  top: 3px;
  box-shadow: none;
  transition: all 0.6s;
}
/* 読者登録ボタンデザインCSSコードここまで */
/*=================================================================================
	ブログカード
=================================================================================*/
.bcard-wrapper {
  display: block;
  width: 100%;
  /*max-width: 580px;*/
  margin: 10px 0px;
  border-radius: 3px;
  padding: 12px;
  border: 1px solid #e0e0e0;
}
.bcard-site,
.bcard-url {
  font-size: 16px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bcard-header {
  position: relative;
  height: 24px;
  margin-bottom: 5px;
  display: block;
}
.withgfav {
  padding-left: 23px;
}
.bcard-favicon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
}
.bcard-main {
  overflow: hidden;
  position: relative;
  display: block;
}
.withogimg {
  padding-right: 110px;
  height: 140px;
}
.bcard-img {
  width: 240px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0px;
  background-size: cover;
  background-position: center center;
}
.bcard-title {
  position: absolute;
  left: 250px;
  top: -3px;
  font-size: 17px;
  margin: 2px 0 2px;
  line-height: 1.4;
  max-height: 47px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
}
.entry-content .bcard-description {
  position: absolute;
  left: 250px;
  top: 48px;
  line-height: 1.5;
  font-size: 15px;
  max-height: 100px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.bcard-title a {
  color: #424242;
}
.bcard-url a {
  color: #9e9e9e;
  display: none;
}
.bcard-title a:hover,
.bcard-url a:hover,
.bcard-site a:hover {
  text-decoration: underline;
}
/*=================================================================================
	カエレバ・ヨメレバ・トマレバ
=================================================================================*/
.cstmreba {
  width: 98%;
  height: auto;
  margin: 36px auto;
  font-family:
    "Lucida Grande", "Hiragino Kaku Gothic ProN", Helvetica, Meiryo, sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  box-sizing: border-box;
  display: block;
}
.cstmreba a {
  transition: 0.8s;
  color: #285eff; /* テキストリンクカラー */
}
.cstmreba a:hover {
  color: #bf0000; /* テキストリンクカラー(マウスオーバー時) */
}
.booklink-box,
.kaerebalink-box,
.tomarebalink-box {
  width: 100%;
  background-color: #fafafa; /* 全体の背景カラー */
  overflow: hidden;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 12px 8px;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/* サムネイル画像ボックス */
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
  width: 150px;
  float: left;
  margin: 0 14px 0 0;
  text-align: center;
  background: #fff;
}
.booklink-image a,
.kaerebalink-image a,
.tomarebalink-image a {
  width: 100%;
  display: block;
}
.booklink-image a img,
.kaerebalink-image a img,
.tomarebalink-image a img {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}
.booklink-info,
.kaerebalink-info,
.tomarebalink-info {
  overflow: hidden;
  line-height: 170%;
  color: #333;
}
/* infoボックス内リンク下線非表示 */
.booklink-info a,
.kaerebalink-info a,
.tomarebalink-info a {
  text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.booklink-name > a,
.kaerebalink-name > a,
.tomarebalink-name > a {
  border-bottom: 1px solid;
  font-size: 16px;
}
/* powered by */
.booklink-powered-date,
.kaerebalink-powered-date,
.tomarebalink-powered-date {
  font-size: 10px;
  line-height: 150%;
}
.booklink-powered-date a,
.kaerebalink-powered-date a,
.tomarebalink-powered-date a {
  color: #333;
  border-bottom: none;
}
.booklink-powered-date a:hover,
.kaerebalink-powered-date a:hover,
.tomarebalink-powered-date a:hover {
  color: #333;
  border-bottom: 1px solid #333;
}
/* 著者・住所 */
.booklink-detail,
.kaerebalink-detail,
.tomarebalink-address {
  font-size: 12px;
}
.kaerebalink-link1 div img,
.booklink-link2 div img,
.tomarebalink-link1 div img {
  display: none !important;
}
.booklink-link2 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.booklink-link2 > div,
.kaerebalink-link1 > div,
.tomarebalink-link1 > div {
  float: left;
  width: 24%;
  min-width: 128px;
  margin: 0.5%;
}
/***** ボタンデザインここから ******/
.booklink-link2 a,
.kaerebalink-link1 a,
.tomarebalink-link1 a {
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 3% 0.5%;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 180%;
  color: #fff;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.26);
}
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a {
  background: #ff0033;
  border: 2px solid #ff0033;
} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinksoundhouse a {
  background: #8942af;
  border: 2px solid #8942af;
  letter-spacing: normal;
} /* サウンドハウス */
.kaerebalink-link1 .shoplinklinkshare a {
  background: #bf0000;
  border: 2px solid #bf0000;
  letter-spacing: normal;
} /* 楽天リンクシェア */
.kaerebalink-link1 .shoplinkikebe a {
  background: #99190e;
  border: 2px solid #99190e;
  letter-spacing: normal;
} /* イケベ楽器店 */
.kaerebalink-link1 .shoplinkkakakucom a {
  background: #314995;
  border: 2px solid #314995;
} /* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a {
  background: #007dcd;
  border: 2px solid #007dcd;
} /* Kindle */
.booklink-link2 .shoplinkrakukobo a {
  background: #bf0000;
  border: 2px solid #bf0000;
} /* 楽天kobo */
.booklink-link2 .shoplinkbk1 a {
  background: #0085cd;
  border: 2px solid #0085cd;
} /* honto */
.booklink-link2 .shoplinkehon a {
  background: #2a2c6d;
  border: 2px solid #2a2c6d;
} /* ehon */
.booklink-link2 .shoplinkkino a {
  background: #003e92;
  border: 2px solid #003e92;
} /* 紀伊國屋書店 */
.booklink-link2 .shoplinktoshokan a {
  background: #333333;
  border: 2px solid #333333;
} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a,
.booklink-link2 .shoplinkamazon a {
  background: #ff9901;
  border: 2px solid #ff9901;
} /* Amazon */
.kaerebalink-link1 .shoplinkrakuten a,
.booklink-link2 .shoplinkrakuten a {
  background: #bf0000;
  border: 2px solid #bf0000;
} /* 楽天 */
/****** ボタンカラー ここまで *****/
/***** ボタンデザイン　マウスオーバー時ここから *****/
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover,
.tomarebalink-link1 a:hover {
  background: #fff;
}
/* カエレバ */
.kaerebalink-link1 .shoplinkamazon a:hover,
.booklink-link2 .shoplinkamazon a:hover {
  color: #f19841;
} /* Amazon */
.kaerebalink-link1 .shoplinkyahoo a:hover {
  color: #ff0033;
} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkkakakucom a:hover {
  color: #314995;
} /* 価格コム */
.kaerebalink-link1 .shoplinksoundhouse a:hover {
  color: #8942af;
} /* サウンドハウス */
.kaerebalink-link1 .shoplinklinkshare a:hover {
  color: #bf0000;
} /* 楽天リンクシェア */
.kaerebalink-link1 .shoplinkikebe a:hover {
  color: #99190e;
} /* イケベ楽器店 */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a:hover {
  color: #007dcd;
} /* Kindle */
.booklink-link2 .shoplinkrakukobo a:hover {
  color: #bf0000;
} /* 楽天kobo */
.booklink-link2 .shoplinkbk1 a:hover {
  color: #0085cd;
} /* honto */
.booklink-link2 .shoplinkehon a:hover {
  color: #2a2c6d;
} /* ehon */
.booklink-link2 .shoplinkkino a:hover {
  color: #003e92;
} /* 紀伊國屋書店 */
.booklink-link2 .shoplinktoshokan a:hover {
  color: #333333;
} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkseven a:hover,
.booklink-link2 .shoplinkseven a:hover {
  color: #225496;
} /* 7net */
/*=================================================================================
	レスポンシブ
=================================================================================*/
@media screen and (max-width: 1240px) {
  div#stoc-body.hatena-module-body {
    display: none;
  }
  .page-index .entry-content p:nth-of-type(1) {
    padding: 260px 0 0 0;
  }
  .page-index .entry-content p {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

/*****  解像度768px以下のスタイル *****/
@media screen and (max-width: 768px) {
  .booklink-image,
  .kaerebalink-image,
  .tomarebalink-image {
    width: 100%;
    float: none;
  }
  .booklink-link2 > div,
  .kaerebalink-link1 > div,
  .tomarebalink-link1 > div {
    width: 32.33%;
    margin: 0.5%;
  }
  .booklink-info,
  .kaerebalink-info,
  .tomarebalink-info {
    text-align: center;
    padding-bottom: 1px;
  }
  .page-index .entry-content p:nth-of-type(1) {
    padding: 35vw 0 0 0;
  }
}
/*****  解像度480px以下のスタイル *****/
/*キーボードショートカット用 */
.entry-content shkey {
  text-align: center;
  padding: 5px 10px; /*上下、左右の余白*/
  color: #ffffff;
  border-radius: 25%;
  background-color: #ec5b11;
}
/*
/***スプレッドシート表示・表横スクロール***/
#table-sc {
  overflow-x: scroll;
  overflow: auto;
  /*white-space: nowrap;*/
}
/***ステップチャート***/
.stepbar {
  margin: 0 auto;
  width: 80%;
}
.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}
.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #b0b0b0;
  color: #fff;
  text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}
.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}
.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}
.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}
.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #b0b0b0;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
